/*
Theme Name: Custom Theme
Author: the Custom team
Author URI: https://wordpress.org/
Version: 1.1
*/
body, body p, body span{
    font-size: 13px;
    line-height: 22px;
    color: #666666;
    font-weight: 400;
}
.newsletter .form label {
    width: 100%;
    padding-left: 18%;
}

.newsletter .form .es-field-wrap {
    text-align: left;
}

.newsletter .form label input {
    width: 60% !important;
}

.newsletter .form {
    position: relative;
}

.newsletter .form .es_subscription_form_submit {
    position: absolute;
    top: 0;
    right: 17%;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    background: #d01818;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 30px;
    transition: .5s;
    border: 0;
}
.es_subscription_message.success {
    color: #fff !important;
    font-weight: 700;
}
.foot-bottom ul#menu-fmenu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.foot-bottom ul#menu-fmenu li {
    display: inline-block;
}

.foot-bottom ul#menu-fmenu li a {
    font-size: 12px;
    color: #cccccc;
    font-weight: 400;
    border-right: 1px solid;
    padding: 0 10px;
}

.foot-bottom ul#menu-fmenu {
    display: inline-block;
}

.foot-bottom ul#menu-fmenu li:nth-last-child(1) a {
    border: 0;
}
.sec-3 .serv-main .box h2 a {
    color: #000;
}
.innerbanner {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(images/default.jpg) no-repeat !important;
    background-size: cover !important;
}

.innerbanner h2 {
    margin-top: 150px;
    font-size: 42px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
.events-tabs .loop.current a {
    background: #d01818;
    color: #fff;
}
.inner-single-events {
    padding: 80px 0;
}

.inner-single-events .title {
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    color: #d01818;
    font-weight: 700;
    position: relative;
}

.inner-single-events .cntnt {
    text-align: center;
    margin: 20px auto;
    font-size: 20px;
    font-weight: 700;
}

.inner-single-events .cntnt span {
    color: #d01818;
}

.inner-single-events .cntnt.row a, .inner-single-events .cntnt.row {
    font-weight: 400;
    color: #000 !important;
}

.inner-single-events .cntnt.row span {
    font-weight: 400;
    color: #000;
}

.inner-single-events .cntnt.row i {
    color: #d01818;
}

.inner-single-events .desc p {font-size: 13px;line-height: 22px;color: #666666;font-weight: 400;}
.home-gal {
    padding: 80px 0;
}

.home-gal .pic {
    width: 100%;
    height: 400px;
    margin: 30px auto;
}

.home-gal .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-booking {
    padding: 50px 0;
}
.sec-cta {
    padding: 80px 0;
    text-align: center;
}

.sec-cta .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-width: 1px;
    border-color: #d01818;
    border-style: solid;
    background-color: #d01818;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-cta .icon i {
    font-size: 25px;
    color: #fff;
}

.sec-cta h4 {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px auto;
}

.sec-cta .desc, .sec-cta .desc a {
    font-size: 14px;
    line-height: 23px;
    color: #666666;
    display: block;
}

.sec-cta .desc {
    max-width: 80%;
    margin: 0 auto;
}
.sec-cta .map {
    padding: 80px 0;
}
.sec-cta .form input, .sec-cta .form textarea, .sec-cta .form select {
    width: 100%;
    margin: 20px auto;
    padding: 10px 20px;
    border: 1px solid #eaeaea;
}

.sec-cta .form input::placeholder, .sec-cta .form textarea::placeholder {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
}

.sec-cta .form input.wpcf7-form-control.wpcf7-submit {
    background: #d01818;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 0;
    width: 20%;
    transition: .5s;
    border: 1px solid #d01818;
}
.sec-cta .form input.wpcf7-form-control.wpcf7-submit:hover {
    background: transparent;
    color: #d01818;
}
.single-innerpost {
    padding: 80px 0;
}

.single-innerpost .pic {
    width: 50%;
    height: 300px;
    margin: auto;
}

.single-innerpost .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-innerpost  .desc p, .single-innerpost  .desc li {
    font-size: 13px;
    line-height: 22px;
    color: #666666;
    font-weight: 400;
}

.single-innerpost .desc {
    margin: 40px auto;
}
.sec-booking .btn-primary {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    background: #d01818 !important;
    text-transform: uppercase;
    padding: 15px 0px;
    border-radius: 30px;
    transition: .5s;
    border: 0;
    /*width: 30%;*/
}
.sec-booking input, .sec-booking select, .sec-booking textarea {width: 100%;border-radius: 0;border: 1px solid #eaeaea;font-size: 13px;line-height: 24px;font-weight: 400;color: #666666;}

.sec-booking input::placeholder, .sec-booking select::placeholder, .sec-booking textarea::placeholder {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
}

.sec-booking  label {
    font-size: 13px;
    line-height: 23px;
    color: #d01818;
}

.sec-booking div.mce-toolbar-grp {
    /* background: #d01818; */
}

.sec-booking i {
    /* color: #fff !important; */
}
.sec-booking input[type=checkbox] {
    width: auto;
}
.mce-toolbar .mce-btn-group .mce-btn:focus, .mce-toolbar .mce-btn-group .mce-btn:hover, .qt-dfw:focus, .qt-dfw:hover {
/*     background: transparent !important;
    border: 0; */
}
.add h2 {
    font-weight: 700;
    color: #545454;
}
.add .wpcf7-form {
    /* border: 1px solid #d01818;
    border-radius: 40px;
    padding: 20px;
    margin: 40px auto; */
}
.add input, .add textarea {
    border: 0 !important;
    border-bottom: 1px solid #d01818 !important;
    padding: 10px 0 !important;
}
.section {
    padding: 50px 0;
}
.pmpro_login_wrap {
    max-width: 50%;
    margin: auto;
    padding: 40px;
    box-shadow: 0px 0px 11.6px 8.4px rgb(129 129 129 / 6%);
    background: #fff;
}
.section label {
    display: block;
    color: #d01818;
    font-weight: 700;
    font-size: 14px;
}
.section input, .section select {
    width: 100% !important;
    margin: 10px auto !important;
    padding: 10px 20px !important;
    border: 1px solid #eaeaea !important;
    max-width: 100% !important;
}

.pmpro_login_wrap input[type=checkbox] {
    width: auto !important;
}
.section #wp-submit, .section input[type=submit] {
    width: auto !important;
    margin: 0 auto;
    display: block;
    background: #d01818;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 50px !important;
    transition: .5s;
    border: 1px solid #d01818 !important;
}
.section p a {
    color: #d01818;
}
.section h1.entry-title {
    display: none;
}
.section table {
    width: 100%;
    border: 2px solid #d01818;
}

.section table th, .section table td, .section table tr {
    border: 2px solid #d01818;
    padding: 15px;
}

.section  .pmpro_btn.pmpro_btn-select {
    font-size: 13px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    background: #FDD424 !important;
    padding: 15px 10px;
    transition: .5s;
    border-radius: 30px;
    border: 0;
}
.section p.pmpro_actions_nav {
    margin: 30px auto !important;
}
.page-id-41 .section form input {
    width: 99% !important;
}
.section a {
    color: #d01818;
    font-weight: 700;
}
.page-id-41 .section form input.pmpro_btn-submit-checkout {
    width: auto !important;
}
.page-id-41 .section form input[type="image"] {
    width: auto !important;
}
.bootstrap-datetimepicker-widget table td span, .bootstrap-datetimepicker-widget table td i {
    color: #000 !important;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background: #d01818 !important;
    color: #fff !important;
}

/*.sec-booking input[type="text" i]{}*/
.sec-booking .col-md-12.text-center .btn-primary {width: auto;padding: 10px 70px;}

.events-tabs li.current a span.year {
    color: #fff;
}


.events .slick-arrow {
    background-color: #d01818;
    border: 0;
    font-size: 0;
    background: #d01818 url(images/arrow.png) no-repeat;
    background-size: 30% !important;
    background-position: center;
    width: 30px;
    height: 39px;
    z-index: 999999999;
}

.events.slick-slider .slick-prev {
    position: absolute;
    left: 35px;
    top: 96px;
}

.events.slick-slider .slick-next {
    position: absolute;
    right: 35px;
    transform: rotateY(180deg);
    top: 106px;
}
.arc-blog {
    padding: 80px 0;
    background: #f8f8f8;
}
.arc-blog .our_events {
    background: #fff;
    margin: 20px auto !important;
    padding: 10px;
    border-radius: 10px;
}

.arc-blog .our_events h2 a {
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    display: block;
}

.arc-blog .our_events .entry-meta a, .arc-blog .our_events .entry-meta p, .arc-blog .our_events .entry-meta span, .arc-blog .our_events .entry-meta, .arc-blog .our_events .entry-summary p, .entry-utility a {font-size: 14px;line-height: 26px;color: #6f6f6f;font-weight: 400;}

.entry-utility a {
    color: #d01818;
}

.top-head p.tagline {
    color: #fdd424;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    margin: 0px 0 0 30px;
}