@font-face {
  font-family: 'Dragon Serial';
  src: url('../fonts/Dragon-Serial-Regular.ttf');
  font-weight: 400;
  font-style: normal;

}
@font-face {
  font-family: 'Quentin';
  src: url('../fonts/Quentin.otf');
  font-weight: 400;
  font-style: normal;

}
@font-face {
font-family: 'Acumin Pro';
font-style: normal;
font-weight: 400;
src: url('../fonts/Acumin-RPro.woff') format('woff');
}


@font-face {
font-family: 'Acumin Pro';
font-style: italic;
font-weight: 400;
src: url('../fonts/Acumin-ItPro.woff') format('woff');
}


@font-face {
font-family: 'Acumin Pro';
font-style: normal;
font-weight: 800;
src: url('../fonts/Acumin-BdPro.woff') format('woff');
}


@font-face {
font-family: 'Acumin Pro';
font-style: italic;
font-weight: 800;
src: url('../fonts/Acumin Pro Bold Italic'), url('Acumin-BdItPro.woff') format('woff');
}



html {
    scroll-padding-top: 160px;
}
body { font-family: 'Acumin Pro', sans-serif; font-style: normal; font-weight:400; color:#2e2925; font-size: 16px; letter-spacing:0.5px; line-height: 1.7;  overflow-x: hidden;}

b, strong {
  font-weight: bold;
}
i {
  font-weight: italic;
}
b, strong {font-weight: bold;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Dragon Serial', serif;
    line-height: 1.4;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    color: #504028;

}
.h1, h1 {
    line-height: 1 !important;
}
.website-logo {
    max-width: 250px;
}
.slider-description h2 {
    font-size: 56px;
    margin-bottom: 10px;
}
.slider-description h3 {
    font-size: 51px;
    font-weight: 300;
    margin-bottom: 0;
}
h2 {
    font-size: 40px;
}
h1 {
    font-size: 50px;
}
h3 {
    font-size: 30px;
    line-height: 1.1;
}
h4 {
    font-size: 25px;
}
.large-phone-font {
    font-size: 38px;
    text-align: center;
    font-weight: bold;
}
i.fas.fa-phone {
    color: #205276;
}
.regular-font {
    font-weight: 400 !important;
}
.larger-font-regular-p {
    font-size: 20px;
}
.bold {
    font-weight: 800;
}
section:not(#header) {
    overflow-x: hidden;
}
.large-padding-top {
    padding-top: 80px;
}
.large-margin-top {
    margin-top: 80px;
}
.large-padding-bottom {
    padding-bottom: 80px;
}
.desktop-menu li ul li {
    display: block;
}
img.alignleft {
    display: inline-block;
    margin: 0px 10px 10px 0px;
    float: left;
}
img.alignright {
    display: inline-block;
    margin: 0px 0px 10px 10px;
    float: right;
}
.posttitle {
    font-weight: bold;
    color: #a75e3b;
}
.single-post .type-post a {
    text-decoration: underline;
    font-weight: 800;
    color: #2c584d;
}
i.fa.fa-whatsapp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    transition: 0.3s;
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
section#header figure.wp-block-image {
    margin-bottom: 0px !important;
}
.intro-iframe-holder {
    background-position: top center;
    position: relative;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
}
video#home-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.header-menu-mobile.icons {
    display: none;
}
.mobile-menu {
    display: none;
}
@keyframes zoom {
    0% { transform:scale(1,1); }
    50% { transform:scale(1.2,1.2); }
    100% {transform:scale(1,1); }
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    background: rgba(0,0,0,0.4);
}
.hasScrolled .desktop-menu {
    opacity: 1 !important;
    position: fixed !important;
    top: 0px;
    z-index: 999 !important;
    width: 100% !important;
    left: 0;
    right: 0;
    transition: 0.4s;
    background: white;
    border-bottom: 1px solid grey;
    box-shadow: 0px 0px 3px 0px grey;
    margin-top: 0;
    /*padding-top: 3px;*/
}

.desktop-menu .menu {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.green-btn a {
    background: #647b46;
    color: white;
    border-radius: 30px;
    padding: 13px 34px 8px 34px !important;
    margin-left: 20px;
    margin-right: 20px;
}
.desktop-menu li {
    position: relative;
    list-style: none;
    /*display: inline-block;*/
    text-transform: uppercase;
}
.desktop-menu {
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-full {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.single-post {
    margin-bottom: 100px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 50px;
}
.image-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-full-width {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.image-full-width img {
    width: 100%;
}
.column-direction {
    flex-direction: column;
}
.slider-holder {
    position: relative;
    width: 100%;
    height: calc(100vh - 150px);
    overflow: hidden;
}
.slick-sl {
    width: 100% !important;
    height: 100% !important;
}
.arrows-home {
    max-width: 96%;
    position: absolute;
    z-index: 9;
    width: 1020px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100%;
}
.vc_btn3:hover {
    text-decoration: underline !important;
}
.h5, h5 {
    font-size: 1.45rem;
}
.max-container {
    max-width:1260px;
    margin-left:auto !important;
    margin-right:auto !important;
}
.vc_btn3.vc_btn3-size-lg {
    font-size: 16px !important;
    padding: 18px 41px 14px 41px !important;
    background: none;
}
.eclipse-shape {
    position: relative;
    bottom: 0;
    width: calc(100% + 30px);
    height: auto;
    margin-bottom: 0 !important;
    left: -15px;
    margin-top: -5%;
}

.eclipse-shape img {
    width: 100%;
    height: auto;
}
.arrows-home div {
    cursor: pointer;
}
.slider-inner, .slider-top, .slider-inner .slick-list, .slider-inner .slick-track, .slider-inner .slick-slide {
    height: 100%;
    width: 100%;
}
.quentin {
    font-family: 'Quentin' !important;
}
.rotate {
    transform: rotate(-6deg);
}
.hold-img-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 9 !important;
}
.jumbotron {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    top: 0;
    position: relative;
    left: 0;
}
.main-header {
    position: relative;
    z-index: 99;
}
.container {
    max-width: 1300px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.social-and-personal {
    display: flex;
    align-items: center;
}
.personal-info p {
    display: inline-block;
    margin-bottom: 0;
}
.personal-info {
    font-size: 14px;
    font-weight: bold;
    margin-right: 50px;
}
.personal-info p:first-child {
    margin-right: 30px;
}
.personal-info i {
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-right: 10px;
    color: #96c6e7;
}
.slider-holder.sixty-percent {
    height: calc(60vh - 63px);
}
.slider-holder.eighty-percent {
    height: calc(80vh - 63px);
}
.social-desktop-holder i {
    text-align: center;
    color: #0b0b0b;
    font-size: 20px;
}
.previous_caro {
    position: absolute;
    z-index: 9;
    left: 0;
    top: calc(50% - 25px);
}
.next_caro {
    position: absolute;
    z-index: 9;
    right: 0;
    top: calc(50% - 25px);
}
.social-desktop-holder i:hover {
    opacity: 0.8;
}
.green-btn a:hover {
    opacity: 0.7;
    background: #647b46 !important;
}
form#custom-login-form button {
    background: #647b46;
    color: white;
    border-radius: 30px;
    padding: 13px 34px 12px 34px !important;
    border: none;
    margin-left: 0;
    min-width: 200px;
}
form#custom-login-form:hover {
    opacity: 0.7;
}
.pos-rel {
    z-index: 9;
    position: relative;
}
section.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}
.desktop-menu .menu a {
    padding: 20px 18px 16px 18px;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
}
.social-desktop-holder {
    margin-left: 25px;
}
.desktop-menu .menu a:hover {
    background: #ece6de;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.desktop-menu .menu .current-menu-item a {
    background: #ece6de;
}
section#header {
    
    padding: 10px 0px;
}
.container-small {
    margin: 0 auto !important;
    max-width: 1000px;
}
.larger-font-p p {
    font-size: 19px;
    font-weight: 500;
    color: #464646;
    line-height: 1.4;
}
body .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
    font-size: 4em!important;
}
.inline-icon .wpb_wrapper {
    display: flex;
    align-items: center;
}
.inline-icon .vc_icon_element {
    margin-right:20px;
}
.links-page table {
    width: 100% !important;
}
td {
    padding: 10px;
}
.links-page table b {
    color: #2c584d;
}
.links-page table a {
    color: #2c584d;
    font-weight: 600;
    text-decoration: underline;
}
.mobile-links-page {
    display: none;
}
.white-bg .slider-description h1 {
    color: #504028;
}
.slider-description h1 {
    color: white;
}
.single-head-holder {
    position: relative;
    width: 100%;
    height: 50vh;
}
.single-head-holder img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.single-head-holder h1 {
    position: absolute;
    bottom: 0;
    color: white;
}
.white-bg .slider-description{
    color: #504028;
    max-width: 100%;
    font-size: 16px;
    max-width: 720px;
    padding: 50px 20px 50px 20px;
    background: white;

}
.slider-description {
    max-width: 720px;
}
.slider-desc-holder {
    color: #fff;
    max-width: 100%;
    font-size: 16px;
    padding: 50px 20px 50px 20px;
    background: transparent;

}
.acumin-variable {
    font-family: "acumin-pro-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.slider-desc-holder.white-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 99;
}
.next_caro.slick-arrow img, .previous_caro.slick-arrow img {
    width: 25px;
}
.previous_caro.slick-arrow {
    position: absolute;
    top: calc(50% - 30px);
    left: 10%;
    z-index: 9;
    cursor: pointer;
}
.next_caro.slick-arrow {
    position: absolute;
    top: calc(50% - 30px);
    z-index: 9;
    right: 10%;
     cursor: pointer;
}
span.lnr.lnr-chevron-left {
    font-size: 50px;
    color: white;
}
span.lnr.lnr-chevron-right {
    font-size: 50px;
    color: white;
}
.overlay-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: rgba(0,0,0,0.2);
}
.address-phone-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.address-phone-holder i.fa.fa-map-marker-alt {
    color: #205276;
    font-size: 35px;
    margin-right: 15px;
}
p.h-address {
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-size: 13px;
    color: #2e2e2e;
    margin-bottom: 0;
}
li.isotope-item.slick-slide {
    position: relative !important;
}
ul.wpb_image_grid_ul.slick-slider {
    height: auto !important;
}
li.isotope-item.slick-slide {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
}
li.isotope-item.slick-slide a {
    display: block;
    position: relative;
    height: 0;
    padding-top: 32%;
    padding-bottom: 32%;
    overflow: hidden;
}
li.isotope-item.slick-slide a img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-holder-of-slides {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}
.bg-image-holder {
    position: absolute;
    right: 0;
    z-index: 9;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}
.inner-holder {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
.animation {
    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 99;
    transform: translateX(0);
    transition: opacity 1.5s ease, transform 1.5s ease; /* Transition for smooth effect */
    opacity: 1;
    top: 0;
}
.animation.hidden {
    opacity: 0;
    transform: translateX(-100%); /* Slide out to the left */
}
.pos-abs.full-width-row-bg {
    position: absolute;
    left: 0;
    width: 100vw;
    text-wrap: nowrap;
    top: 100px;
    opacity: 0.4;
}
.pos-rel .wpb_wrapper {
    position: relative;
}
a.classic-button.reverse-float {
    position: absolute;
    bottom: 30px;
    color: white;
    margin-left: 20px;
    width: calc(100% - 40px);
    line-height: 1.4;
}


.footer-message {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.footer-message.visible {
    opacity: 1;
}

.textwidget span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
p#animated-text {
    max-width: 337px;
}

a.classic-button.reverse-float .floating-circle {
    bottom: 20px !important;
    top: auto !important;
    left: calc(100% - 30px) !important;
    width: 35px;
    height: 35px;
}
/*a.classic-button:hover .floating-circle {*/
/*    transform: rotate(360deg);*/
/*}*/
.images-with-radius img {
    border-top-right-radius:50px;
}
.invert-hover a:hover {
    text-decoration: none !important;
    opacity: 0.7;
}
a.classic-button.reverse-float span.pos-rel.span-link-text {
    font-size: 22px;
}
.classic-right-btn {
    display: flex;
    justify-content: flex-end;
}
.classic-right-btn a.classic-button {
    padding-right: 0;
}   
.images-with-radius a.classic-button.reverse-float {
    position: absolute;
    bottom: 35px;
    color: #ffffff;
    margin-left: 0px;
    width: 100%;
    line-height: 1.4;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
}
.images-with-radius a.classic-button.reverse-float .floating-circle {
    position: relative;
    left: 0 !important;
    bottom: -5px !important;
}
.min-container {
    max-width: 1100px;
    margin-left: auto !important;
    margin-right: auto !important;
}
/*.flow-margin.wpb_column.vc_column_container.vc_col-sm-12 {
    width: calc(100% -((100% - 1100px) / 2));
    margin-left: calc((100% - 1100px) / 2);
}*/
/*.full-width-slider {
    position: absolute !important;
    width: 50% !important;
    right: 0;
}*/
.thumbnail-category-wrapper {
    position: relative;
    width: 92%;
    height: 0;
    padding-bottom: 88%;
    border-radius: 20px;
    overflow: hidden;
}
.thumbnail-category-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.post-category {
    position: absolute;
    color: white;
    font-family: "acumin-pro-condensed", sans-serif;
    right: 0px;
    z-index: 9;
    top: 15px;
    font-size: 22px;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}
.post-date {
    font-weight: bold;
    color: #647b46;
    text-transform: uppercase;
    margin-top: 10px;
}
.post-title {
    font-size: 20px;
}
.full-width-slider .vc_column-inner {
    padding-right: 0 !important;
}


.full-width-div {
  width: calc(100% - ((100% - 1100px) / 2));
  margin-left: calc((100% - 1100px) / 2) !important;
}
.max-half-min-width {
    max-width:550px !important;
}

.full-width-slider {
    width: calc(100% - 550px) !important;
}
/*#sbi_images {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    width: 100% !important;
}
#sbi_images .sbi_item:nth-child(1) {
    padding-top:30px !important;
    display: block !important;
    width: 24% !important; 
    height: auto !important; 
    margin-bottom: 10px !important; 
}
#sbi_images .sbi_item:nth-child(2) {
    position: absolute;
   left: calc(16% + 5px);
   width: 12% !important;
   bottom: calc(16% + 1px);
}
#sbi_images .sbi_item:nth-child(3) {
    width: 50% !important; 
    height: auto !important;
}
#sbi_images .sbi_item:nth-child(4) {
    padding-top: 30px !important;
    display: block !important;
    width: 24% !important; 
    height: auto !important;
    margin-bottom: 10px !important; 
}
#sbi_images .sbi_item:nth-child(5) {
    position: absolute;
    right: calc(16% + 5px);
    width: 12% !important;
    bottom: calc(16% + 1px);
}*/
/* Force images to take full space inside the divs */
.sbi_photo_wrap {
    width: 100% !important;
    height: 100% !important;
}

a.sbi_photo {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

#sbi_images .sbi_item img {
    width: 100% !important; /* Make sure the image fills the div */
    height: auto !important;
    display: block !important;
}

button.slick-prev.slick-arrow {
    font-size: 0;
    border: 0;
    padding: 0;
    position: absolute;
    left: -40px;
    z-index: 9;
    top: calc(50% - 29px);
    background: transparent;
}
button.slick-next.slick-arrow {
    font-size: 0;
    border: 0;
    padding: 0;
    position: absolute;
    right: -40px;
    z-index: 9;
    top: calc(50% - 29px);
    background: transparent;
}
button.slick-prev.slick-arrow:before {
    content: '';
    content: "\e875";
    font-size: 50px;
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #b5b5b5;
}
.f-eighteen {
    font-size: 18px;
}
.f-twenty {
    font-size: 20px;
}
button.slick-next.slick-arrow:before {
    content: '';
    content: "\e876";
    font-size: 50px;
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #b5b5b5;
}
.classic-button button {
    font-size: 16px;
    position: relative;
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Dragon Serial', serif;
    font-size: 26px;
}
a.classic-button span {
    line-height: 1;
}
/*span.pos-rel.span-plus {
    margin-right: 10px;
}*/
.span-plus {
    color: #647b46;
    font-size: 26px;
}
.floating-circle {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 70px;
    background: #ded4c5;
    transition: transform 0.5s, width 0.5s, height 0.5s;
    left: -3px;
    pointer-events: none;
    top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.classic-button {
    font-size: 16px;
    position: relative;
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Dragon Serial', serif;
    font-size: 26px;
    letter-spacing: -0.5px;
}
.post-item a {
    display: block;
    width: 100%;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.slick-slide {
    padding: 20px;
    color: #555555;
}
#sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: 0 !important;
}
div#sbi_load {
    position: relative;
    left: -20px;
}
.footer-bottom {
    background: #ebeaea;
}
.footer-bottom h5 {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 30px;
}
ul#menu-quick-links {
    list-style: none;
    padding: 0;
}

ul#menu-quick-links li {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-left: 15px;
}
.google-map img {
    width: 100%;
}

.footer-bottom .personal-info p {
    display: block;
    margin-bottom: 15px;
}
.footer-logo.mb-thirty {
    margin-bottom: 30px;
}
.sbi_photo_wrap {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}
.sbi_photo_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

ul#menu-quick-links li a:hover {
    border-bottom: 1px solid #7e2f1e;
}
.copy-right {
    background: transparent;
    color: #767676;
    font-size: 14px;
    padding: 20px 0px;
    position: relative;
    text-align: center;
    border-top: 1px solid #c1b9b2;
    margin-top: 50px;
}
.copy-right a {
    font-weight: 700;
}
body:not(.home) .slider-desc-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100% - 0px);
    display: flex;
    align-items: center;
    z-index: 9;
}
.footer-social i {
    width: 28px;
    height: 28px;
    background: #d5d5d5;
    color: #242424;
    line-height: 24px;
    border-radius: 28px;
    font-size: 15px;
    border: 2px solid #d5d5d5;
    display: inline-block;
    text-align: center;
}
.footer-social i:hover {
    background: transparent;
    color: white;
}
span.click-li-child {
    display: none;
}
ul.sub-menu {
    display: none;
    position: absolute;
    padding: 0;
    min-width: 360px;
    text-align: left;
    background: #ece6de;
}
.desktop-menu li ul li a {
    padding: 15px 18px 13px 18px !important;
}
.desktop-menu li ul li a:hover {
    background-color: #647b46 !important;
    display: block;
}
ul.sub-menu li {
    margin: 0 !important;
}
ul.sub-menu li a {
    padding: 7px 0px 7px 0px !important;
}
.desktop-menu .menu li:hover > .sub-menu {
    display: block;
}
.ev-single-post a:hover .events-thumb img {
    opacity: .8;
}

.main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-main-menu-left-container {
    position: relative;
    right: 176px;
}
.menu-main-menu-right-container {
    position: relative;
    left: 130px;
}
::-webkit-input-placeholder { /* Edge */
  color: #424242;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #424242;
}

::placeholder {
  color: #424242;
}

.footer-form {
    max-width: 640px;
    margin: 0 auto;
}
.footer-form h4 {
    position: relative;
    font-size: 64px;
    margin-bottom: 30px;
    color: #a75e3b;
    text-align: center;
    font-weight: bold;
}
.footer-form .form-subtitle {
    font-style: italic;
    font-size: 24px;
    color: #676363;
    margin-bottom: 30px;
}
input:not([type="radio"]):not([type="checkbox"]), textarea, select {
    width: 100%;
    border: 2px solid #8b8886;
    padding: 7px 21px;
    background: transparent;
    margin-bottom: 15px;
    font-weight: 400;
    max-height: 120px;
    border-radius: 5px;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
form.wpcf7-form label {
    display: block;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #647b46;
    color: white;
    border-radius: 30px;
    padding: 13px 34px 8px 34px !important;
    margin-left: 0;
    max-width: 250px;
    text-transform: uppercase;
}
form.wpcf7-form {
    font-size: 18px;
}
input.wpcf7-submit:hover {
    text-decoration: underline;
}
.vertical-line {
    height: 52px;
    background: #d2d2d2;
    width: 1px;
    margin: 0px 55px;
}
p.h-phone {
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-size: 15px;
    margin-bottom: 0;
}
.contact-us {
    display: flex;
    margin-right: 40px;
}
.contact-us i.fas.fa-phone {
    color: #205276;
    font-size: 35px;
    margin-right: 15px;
}
.footer-logo {
    margin-bottom: 30px;
    max-width: 235px;
}
.footer-info i {
    margin-right: 10px;
    margin-top: 5px;
}
footer h5 {
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Acumin Pro';
    color: #94774d;
}
footer ul li a {
    margin-bottom: 6px;
    text-decoration: underline;
    text-decoration-color: #e0d6ca;
    text-underline-offset: 5px;
    display: block;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-deposit:after {
    content: '';
    border: 1px solid black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 9px;
    left: 8px;
}

.row-slider h5 {
    color:#006bb6;
    font-weight: 400 !important;
    margin-bottom: 20px;
    margin-top: 15px;
}
.row-slider .wpb_single_image.wpb_content_element.vc_align_center {
    margin-bottom: 25px !important;
}
.row-slider img {
    height: 87px !important;
    width: auto;
}
.max-sevenfifty {
    max-width: 770px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px;
    padding-right: 15px;
}
.font-medium {
    font-weight: 600;
}

footer {
    background: #fff;
    margin-top: 0;
}
#we-can-help {
    position: relative;
    z-index: 99;
}

.meal-section .span-link-text {
    color: #504028;
    font-size: 23px;
}

.footer-info p {
    display: inline-block;
    
}
.footer-info p a {
    margin-right: 50px;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #ddd3c7;
    text-decoration-thickness: 1.5px;
}
.footer-info p a:hover {
    text-decoration: none;
}
.f-soc {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.f-soc i {
    font-size: 30px;
    margin-left: 10px;
    color: #94774d;
}
.footer-message {
    position: absolute;
    right: 0;
    font-family: 'Quentin' !important;
    transform: rotate(-6deg);
    font-size: 28px;
    line-height: 1.5;
    color: #647b46;
    top: -122px;
}







@media screen and (min-width:1520px) {
    .container {
        max-width:1300px;
    }
    h2 {
        font-size: 50px;
    }
    h1 {
        font-size: 65px;
    }
    h4 {
        font-size: 30px;
    }
}

@media screen and (min-width:1920px) {
    .container {
        max-width:1500px;
    }
    h2 {
        font-size: 50px;
    }
    h1 {
        font-size: 65px;
    }
    h4 {
        font-size: 30px;
    }
}



@media screen and ( max-width:1199px ) {
    .footer-message {
        top: -93px;
    }
    .mobile-menu .website-logo {
        width: 200px;
    }
    .main-holder-of-slides {
        width: 100% !important;
    }
    button.slick-prev.slick-arrow:before {
        font-size: 30px;
    }
    button.slick-next.slick-arrow:before {
        font-size: 30px;
    }
    .large-padding-top {
        padding-top: 50px;
    }
    .vc_row.smaller-padding-phone {
        padding-top: 30px !important;
    }
    .f-twenty {
        font-size: 16px;
    }
    .f-eighteen {
        font-size: 16px;
    }
    .hours.hours-phone {
        justify-content: center;
        margin-top: 40px;
        font-size: 14px;
    }
    .menu-item-has-children > a:after {
        display: none;
    }
    span.lnr.lnr-chevron-left {
        font-size: 30px;
    }
    span.lnr.lnr-chevron-right {
        font-size: 30px;
    }
    .hours-contact {
        display: none;
    }
    section#header {
        height: 60px;
        display: flex;
        align-items: center;
    }
    .footer-form h4 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    h3.main-title {
        font-size: 40px;
    }
    div#sbi_load {
        left: 0;
    }
    div#sbi_images {
        width: 100%;
        left: 0;
    }
    div#sb_instagram {
        left: 0;
    }
    button.slick-prev.slick-arrow {
        left: 0;
    }
    button.slick-next.slick-arrow {
        right: 20px;
    }
    .container {
        max-width: 100%;
    }
    .mobile-menu .social-and-personal {
        display: block;
    }
    .social-and-personal {
        display: none;
    }
    .website-logo {
        text-align: left;
        display: block;
        width: 170px;
        margin: 0px;
        position: relative;
        top: 0;
    }
    .has-scr {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 6px;
    }
    .socials-desktop {
        display: none;
    }
    .header-menu-mobile.icons {
        display: block;
    }
    .top-header {
        display: none;
    }
    .main-menu {
        display: block;
    }
    .menu-main-menu-left-container {
        right: 0;
    }
    .menu-main-menu-right-container {
        left: 0;
    }
 /*MOBILE OPENER*/
    .desktop-menu {
        display: none !important;
    }
    .icons .menu-icon {
        -webkit-animation-name: none;
        animation-name: none;
        outline: 0;
        border: 0;
        box-shadow: 0;
        background: none;
        height: 50px;
        width: 37px;
    }
    .menu-icon span:first-child {
      top: 20px;
    }
    .menu-icon span:nth-child(2) {
      top: 30px;
    } 
    .menu-icon span:last-child {
      top: 40px;
    }
    .header-menu-mobile {
        text-align: right;
        position: fixed;
        right: 15px;
        z-index: 99999;
        top: -6px;
    }
    .slider-description-holder {
        bottom: 80px !important;
    }
    .mobile-menu li {
      margin-bottom: 15px;
    }
    .overflow-y-stopped {
        overflow-y: hidden;
    }
    .personal-info-mobile .social {
        display: block;
        margin-top: 40px;
        font-size: 24px;
    }
    .personal-info-mobile .social i {
        margin: 10px;
    }
    .menu-icon span {
        display: block;
        height: 3px;
        width: 35px;
        background-color: #fff;
        box-shadow: 0px 2px 0px black;
        position: absolute;
        right: 0;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }
    .m-holder {
        max-width: 90%;
        margin: 40px auto;
    }
  .mobile-menu {
    padding: 105px 0px 0px 0px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0px;
    right: -40%;
    height: 100%;
    color: #242424;
    z-index: 9999;
    overflow: scroll;
    display: block;
    justify-content: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    background: white;
}
  .mobile-menu .website-logo {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
  }
  .social-desktop-holder {
      margin-left: 0;
  }
  .green-btn a {
    margin-left: 0;
  }
  .smaller-mobile-font {
      font-size: 40px !important;
  }
  .mobile-remove-margin {
      margin-top: 30px !important;
  }
  .m-holder {
      max-width: 90%;
      margin: 90px auto 40px auto;
      text-transform: uppercase;
      font-weight: 500;
      position: relative;
      font-size: 16px;
      text-align: center;
  }
  .m-holder ul {
      padding: 0px;
      margin: 0px;
  }
    .m-holder ul.sub-menu {
        padding: 0;
        margin-top: 10px;
        border-top: 0px;
    }
    .m-holder li {
      list-style: none;
      position: relative;
    }
    .mobile-menu.show-menu {
        opacity: 1;
        visibility: visible;
        right: 0px;
    }
    .menu-icon--active span:first-child {
        box-shadow: none;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 30px;
        background-color: #242424;
    }
    .menu-icon--active span:nth-child(2) {
        box-shadow: none;
        opacity: 0;
    }
    .menu-icon--active span:last-child {
        box-shadow: none;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: 30px;
        background-color: #242424;
    }
    span.click-li-child img {
        width: 20px;
    }
    ul.sub-menu li {
        margin: inherit !important;
    }
    .mobile-menu .personal-info {
        margin-right: 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .mobile-menu .personal-info p:first-child {
        margin-right: 0;
    }
    .mobile-menu .personal-info p {
        display: block;
        margin-bottom: 10px;

    }
    .mobile-menu ul.sub-menu {
      position: relative;
      display: none;      
      background: none;
      text-align: center;
    }
    span.click-li-child.flipImage img {
        transform: rotate(180deg);
        position: relative;
        top: -2px;
    }
    span.click-li-child img {
        max-width: 25px;    
    }
    span.click-li-child {
        display: inline-block;
        position: relative;
        left: 10px;
    }
  /*END*/
}
@media screen and ( max-width:1000px ) {
    .smaller-container {
        display: block;
    }
    .mobile-links-page {
        display: block;
    }
    .links-page {
        display: none;
    }
    ul.mobile-first-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
        width: 100%;
        padding: 0;
        list-style: none;
    }
    ul.mobile-first-ul li {
        padding: 10px;
        text-align: center;
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-links-page a {
        font-weight: bold;
        text-decoration: underline;
        color: #2c584d;

    }
    ul.mobile-first-ul img {
        width: 100%;
        float: none !important;
        display: block;
        margin-left: unset;
        margin-right: unset;
    }
}
@media screen and (max-width:767px) {
    .floating-circle {
        top:0;
        position:relative;
    }
    a.classic-button.meal-section {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align:left;
    }
    .footer-message {
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-logo {
        margin-top:30px;
    }
    .vc_custom_1729067262232 {
    padding-top: 0 !important;
}
    .slider-desc-holder.white-bg {
        position: relative;
    }
    .main-holder-of-slides{
        height:275px !important;
    }
    .slider-holder {
     height: auto;
    }
    a.classic-button {
        font-size: 20px;
    }
    .slider-description h1 {
        font-size: 30px;
    }
       .slider-desc-holder {
        padding-bottom: 20px;
        align-items: flex-start !important;
        padding-top: 0;
        position:relative;
    }
    .slider-desc-holder {
        padding-bottom: 20px;
        align-items: flex-end !important;
    }
    .post-item.slick-slide {
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .mobile-reverse-row {
        flex-direction: column-reverse;
    }
    a.classic-button.reverse-float {
        position: inherit;
        color: inherit;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }
       a.classic-button.reverse-float .floating-circle {
        bottom: 0 !important;
        top: auto !important;
        width: 35px;
        height: 35px;
        position: relative;
        left: 0 !important;
        margin-right: 10px !important;
    }
    a.classic-button br {
    display: none;
}
/*a.classic-button.meal-section span {*/
/*    max-width: calc(100% - 50px) !important;*/
/*    display: block;*/
/*    text-align: left !important;*/
/*}*/


}
@media screen and (max-width:1110px) { 
    .full-width-slider {
        width: 100% !important;
    }
    .full-width-div {
        width: 100%;
        margin-left: -15px !important;
    }
    .max-half-min-width.wpb_column.vc_column_container.vc_col-sm-6 {
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;
    }
    /*.max-half-min-width.wpb_column.vc_column_container.vc_col-sm-6 * {*/
    /*    text-align: center !important;*/
    /*}*/
}   