/*
+* HEADER
*/
.main-nav {
    position: fixed;
    overflow: visible;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
}
.main-nav-inner {
    background-color: #f5f4ee;
    color: #205a4c;
    padding: 5px 50px;
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
.main-nav .main-nav_left {
    float: left;
    padding-top: 4px;
}

.main-nav_centered {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-nav_right {
    float: right;
    padding: 4px 0;
}

.main-nav_secondary{
    background-color: #d1d5cc;
    width: 100%;
    float: left;
    text-align: center;
}

.special-announcement_mobile {
    font-size: 14px;
    font-family: "futura-pt", sans-serif; font-weight:400;
    text-align: center;
    padding: 10px 12px;
    background-color: #f5f4ee;
    display: none;
}
.special-announcement_mobile a {
    color: #205a4c;
}

.main-nav_centered a img {
    opacity: 1;
    height: 40px;
    visibility: visible;
    width: auto;
}

.main-nav_left .main-nav__ham,
.main-nav_left .main-nav--residence .main-nav__ham {
    position: relative;
    top: 0 !important;
    left: 0;
    display: none;
    height: 44px;
}
.main-nav_left .main-nav__ham div {
    top: 50%;
    left: 0;
}
.main-nav_left .main-nav__ham div,
.main-nav_left .main-nav__ham div::before, 
.main-nav_left .main-nav__ham div::after{
    background-color: #205a4c;
    width: 40px;
}
.hamisopen .main-nav_left .main-nav__ham div {
    background-color: transparent;
}
.main-nav_left .hotelsbtn {
    position: relative;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    overflow: visible;
    margin-right: 50px;
}
.main-nav_left .hotelsbtn span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 0.8;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 11px 10px 11px 0;
    margin-right: -2px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.main-nav_left .special-announcement {
    display: inline-block;
    font-size: 14px;
    padding: 10px 0;
    font-family: "futura-pt", sans-serif; font-weight:400;
}
.main-nav_left .special-announcement a {
    color: #205a4c;
}
.main-nav_right .reservebtn {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 30px;
}
.main-nav_right .reservebtn span {
    font-family: 'lydian_bt_roman';
    border: 1px solid #205a4c;
    color: #205a4c;
    font-size: 14px;
    padding: 10px;
    line-height: 0.8;
    letter-spacing: 1.5px;
}
.main-nav_right .reservebtn--residence {
    display: inline-block;
    margin-left: 30px;
}
.main-nav_right .reservebtn--residence ul {
    padding: 0;
}
.main-nav_right .reservebtn--residence ul li {
    display: inline-block;
    padding: 8px;
}
.main-nav_right .reservebtn--residence ul li a {
    color: #205a4c;
    font-size: 18px;
    line-height: 0.8;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.reservebtn__dropdown {
    background-color: #205a4c;
    display: block;
    width: 175px;
    padding: 10px 0 15px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 38px;
    right: auto;
    left: 50%;
    z-index: 5;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.reservebtn__dropdown ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 20px;
    line-height: 1.4;
}
.reservebtn__dropdown ul li:hover a {
    background-color: transparent;
}
.reservebtn__dropdown ul li a:hover {
    background-color: #205a4c;
    color: #fff;
}
.reservebtn__dropdown .dropdown__brand-group {
    margin-bottom: 15px;
}
.reservebtn__dropdown .dropdown__brand-group .placebox-title {
    margin: 0;
}
.reservebtn__dropdown .dropdown__brand-group .placebox-title > a {
    text-transform: none;
    font-family: "futura-pt", sans-serif; font-weight:400;
    letter-spacing: 1px;
}
.reservebtn__dropdown .dropdown__brand-group .placebox-title > a:hover {
    pointer-events: initial;
    cursor: default;
    background-color: transparent;
}





.main-nav_secondary .main-nav__menu,
.main-nav_secondary .main-nav__residence {
    position: relative;
    top: 0;
    right: 0;
    z-index: 0;
}
.main-nav_secondary .main-nav__residence-bottom {
    right: 0;
}
.main-nav_secondary .main-nav__menu > ul {
    padding: 7px 0;
}
.main-nav_secondary .main-nav__menu > ul > li, 
.main-nav_secondary .main-nav__residence-bottom > ul > li {
    margin-right: 20px;
}
.main-nav_secondary .main-nav__menu > ul > li.menu-item-has-children, 
.main-nav_secondary .main-nav__residence-bottom > ul > li.menu-item-has-children {
    margin-right: 40px;
}
.main-nav_secondary .main-nav__menu > ul > li > a, 
.main-nav_secondary .main-nav__residence-bottom > ul > li > a {
    color: #205a4c;
    font-family: "futura-pt", sans-serif; font-weight:500;
    font-size: 14px;
    line-height: 0.8;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 1.5px;
}
.main-nav_left .hotelsbtn a::before,
.main-nav_secondary .main-nav__menu > ul > li.menu-item-has-children > a::before, 
.main-nav_secondary .main-nav__residence-bottom > ul > li.menu-item-has-children > a::before {
    content: '';
    width: 0;
    height: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transition: border-top 0.4s ease 0s;
    -moz-transition: border-top 0.4s ease 0s;
    -ms-transition: border-top 0.4s ease 0s;
    -o-transition: border-top 0.4s ease 0s;
    transition: border-top 0.4s ease 0s;
    border: solid #205a4c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.main-nav_left .hotelsbtn a::before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
.main-nav_secondary .main-nav__menu .sub-menu, 
.main-nav_secondary .main-nav__residence-bottom .sub-menu {
    width: 150px;
    left: calc(50% + 7px);
    background-color: #f2ede6;
}
.main-nav_secondary .main-nav__menu > ul > li:hover .sub-menu, 
.main-nav_secondary .main-nav__residence-bottom > ul > li:hover .sub-menu {
    margin-top: 8px;
    box-shadow: 0 4px 6px -3px rgba(0,0,0,.35);
}
.main-nav_secondary .main-nav__menu .sub-menu > li > a, 
.main-nav_secondary .main-nav__residence-bottom .sub-menu > li > a {
    font-size: 14px;
    text-transform: none;
    padding: 12px 25px;
    color: #205a4c;
    white-space: normal;
    line-height: 1.3;
    letter-spacing: 0;
}
.main-nav_secondary .main-nav__menu .sub-menu > li:hover, 
.main-nav_secondary .main-nav__residence-bottom .sub-menu > li:hover {
    background-color: #205a4c;
}
.main-nav_secondary .main-nav__menu .sub-menu > li:hover > a, 
.main-nav_secondary .main-nav__residence-bottom .sub-menu > li:hover > a {
    color: #fff;
}

.ham-popup {
    background-color: #f5f4ee;
}
.ham-popup .ham-popup__property {
    padding-top: 55px;
}
.ham-popup.with_ad .ham-popup__property {
    padding-top: 90px;
}
.ham-popup__property-container {
    padding-top: 50px;
}
.ham-popup__property-menu {
    padding: 0 5%;
}
.ham-popup__property-menu > ul > li {
    margin-bottom: 20px;
    border-bottom: 1px solid #205a4c;
    padding: 0 15px 20px 15px;
}
.ham-popup__property-menu > ul > li > a {
    width: 100%;
}
.ham-popup__property-menu > ul > li > a,
.ham-popup__property-menu > ul .sub-menu > li a {
    color: #205a4c;   
    font-family: "futura-pt", sans-serif; font-weight:700;
    letter-spacing: 1.5px;
    font-size: 14px;
}
.ham-popup__property-menu > ul .sub-menu {
    padding: 0 15px;
}
.ham-popup__property-menu > ul .sub-menu > li {
    margin-bottom: 0;
    margin-top: 15px;
}
.ham-popup__property-menu > ul .sub-menu > li a {
    text-transform: initial;
    letter-spacing: 0px;
    font-family: "futura-pt", sans-serif; font-weight:400;
}
.ham-popup__property-menu > ul > li.menu-item-has-children > a::before,
.ham-popup__property-menu > ul > li.menu-item-has-children > a::after {
    content: '';
    width: 0;
    height: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transition: border-top 0.4s ease 0s;
    -moz-transition: border-top 0.4s ease 0s;
    -ms-transition: border-top 0.4s ease 0s;
    -o-transition: border-top 0.4s ease 0s;
    transition: border-top 0.4s ease 0s;
    border: solid #205a4c;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}
.ham-popup__property-menu > ul > li.menu-item-has-children > a::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.ham-popup__property-menu > ul > li.menu-item-has-children > a::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.ham-popup__property-contact {
    padding: 20px 5%;
}
.ham-popup__property-contact .ham-popup__contact-col1 {
    display: inline-block;
    vertical-align: top;
    width: 59%;
}
.ham-popup__property-contact .ham-popup__contact-col2 {
    display: inline-block;
    vertical-align: bottom;
    width: 40%;
}
.ham-popup__contact-col1 a {
    font-family: "futura-pt", sans-serif; font-weight:400;
    color: #205a4c;
    font-size: 18px;
}
.ham-popup__property-contact .ham-popup__contact-col2 .socialbox {
    padding: 0;
    padding-left: 15px;
    text-align: right;
}
.ham-popup__property-contact .ham-popup__contact-col2 .socialbox li {
    display: inline-block;
}

/* Responsive navigation menu */
@media screen and (max-width: 1024px) {
    .main-nav_left .hotelsbtn,
    .main-nav_left .special-announcement,
    .main-nav_right .reservebtn--residence,
    .main-nav_secondary {
        display: none;
    }
    .main-nav_left .main-nav__ham,
    .special-announcement_mobile {
        display: block;
    }
}
@media screen and (max-width: 599px) {
    .main-nav-inner {
        padding: 5px 20px;
    }
    .main-nav_right {
        padding: 0;
    }
    .main-nav_centered a img {
        width: auto;
        height: 30px;
    }
    .main-nav_right .reservebtn span {
        padding: 10px 7px;
        margin-top: 6px;
        font-size: 13px;
        margin-bottom: 6px;
        margin-right: 5px;
    }
    .main-nav .main-nav_left {
        padding-top: 0;
    }
}

@media screen and (max-width: 479px){ 
    .ham-popup__property-contact .ham-popup__contact-col1 {
        display: block;
        width: 100%;
    }
    .ham-popup__property-contact .ham-popup__contact-col2 {
        display: block;
        width: 100%;
    }
    .ham-popup__property-contact .ham-popup__contact-col2 .socialbox {
        padding-top: 50px;
        text-align: left;
    }
    .main-nav-inner {
        padding: 5px 3px 5px 20px;
    }
}

/*
+* FOOTER
*/
.footer.ftr {
    background-color: #205a4c;
    float: left;
    width: 100%;
}
.footer .ftr-features {
    padding: 0 30px;
    margin: 0;
    background-color: #fff;
    border: 0;
}
.footer .ftr-box-lefty, .footer .ftr-box-righty {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}
.footer .ftr-box-lefty {
    padding: 0 35px 35px 0;
    max-width: 600px;
    width: 28%;
}
.footer .ftr-box-righty {
    padding: 0 0 35px 35px;
    width: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.footer .ftr-box-lefty img {
    width: auto;
    max-height: 185px;
    margin: 0 auto;
}


/* Hero */
.featured .featured__title {
    line-height: 45px;
    letter-spacing: 0.15em;
    font-size: 37px !important;
    margin-bottom: 15px;
    word-wrap: break-word;
}

.footer .ftr-socialemail {
    padding: 45px 0 0;
    color: #fff;
    max-width: 100%;
    position: relative;
    display: flex;
    width: 90%;
    margin: 0 auto;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
}
.footer .ftr-socialemail.ftr-socialemail-showresponse .ftr-box {
    display: inline-block !important;
}
.footer .ftr-socialemail.ftr-socialemail-showresponse .ftr-email {
    display: none;
}

.footer .ftr-social {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    padding: 0 0 50px 20px;
}
.footer .ftr-followtitle {
    text-transform: none;
    font-family: "futura-pt", sans-serif; font-weight:500;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
}
.footer .ftr-social .socialbox a,
.ham-popup .socialbox a {
    background-color: #205a4c;
    border-radius: 50%;
    margin-right: 10px;
}
.ham-popup .socialbox a {
    float: left;
}

.footer .ftr-social .socialbox a {
    background-color: #fff;
}
.footer .ftr-social .socialbox i {
    color: #205a4c;

}
.footer .ftr-social .socialbox i,
.ham-popup .socialbox i {
    height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 22px;
}

.footer .ftr-credbox,
.ham-popup .ftr-credbox {
    padding: 0;
    text-align: right;
    position: relative;
}
.footer .ftr-credbox {
    min-height: 160px;
    padding: 0 0 35px 20px;
}
.ham-popup .ftr-credbox {
    text-align: left;
    padding-left: 15px;
}
.ftr-credbox__container,
.ham-popup .ftr-credbox__container  {
    display: inline-block;
    width: 100%;
    font-size: 0;
    max-width: 270px;
    margin-right: 80px;
    vertical-align: top;
}
.ham-popup .ftr-credbox__container {
    max-width: none;
    margin-right: 0;
}
.footer .ftr-credbox .ftr-address,
.ham-popup .ftr-credbox .ftr-address {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0;
}

.footer .ftr-credbox .ftr-address {
    color: #fff;
}
.footer .ftr-credbox h3,
.ham-popup .ftr-credbox h3 {
    line-height: 1;
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
}
.footer .ftr-credbox h3 {
    color: #fff;
}
.footer .ftr-credbox .ftr-address p,
.ham-popup .ftr-credbox .ftr-address p {
    padding: 0;
}
.footer .ftr-credbox .ftr-address a,
.ham-popup .ftr-credbox .ftr-address a {
    display: inline !important;
    width: 100% !important;
}
.footer .ftr-credbox .ftr-address a {
    color: #fff;
}
.footer .ftr-credbox .ftr-address a,
.footer .ftr-credbox .ftr-address span,
.footer .ftr-credbox .ftr-address p {
    line-height: 24px;
    font-size: 14px;
    font-family: "futura-pt", sans-serif; font-weight:500;
    color: #fff;
}
.ham-popup .ftr-credbox .ftr-address a,
.ham-popup .ftr-credbox .ftr-address span,
.ham-popup .ftr-credbox .ftr-address p {
    line-height: 24px;
    font-size: 14px;
}

.footer .ftr-menubox a,
.ftr-lang-trans-box #google_language_translator select.goog-te-combo {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif; font-weight:500;
    opacity: 1 !important;
    text-align: left;
}
.goog-te-gadget {
    color: transparent !important;
    font-size: 0px !important;
}
#google_language_translator a {
    display: none !important;
}
.footer .ftr-menubox li:hover {
    opacity: .6;
}
.footer .ftr-socialemail .ftr-menubox {
    padding: 0;
    text-align: left;
    column-count: 2;
    overflow: visible;
    padding: 0 0 35px 0;
}
.footer .ftr-socialemail .ftr-menubox.threecols {
    column-count: 3;
    float: right;
}

.footer .ftr-socialemail .ftr-menubox li {
    margin: 0 20px 15px;
    display: block;
}
.footer .ftr-socialemail .ftr-langbox {
    text-align: left;
}
.footer .ftr-socialemail .ftr-langbox > div {
    text-align: left;
    display: block;
    margin-top: -4px;
}

.footer .ftr-lists {
    background-color: #d1d5cc;
}
.footer .ftr-lists .ftr-debugtitle {
    margin-bottom: 20px;
    font-family: "futura-pt", sans-serif; font-weight:500;
    text-align: center;
    font-size: 14px;
}
.footer .ftr-lists .ftr-menubox li {
    margin: 0;
}
.footer .ftr-lists .ftr-menubox li a {
    margin: 0 15px;
    color: #205a4c;
}
.footer .ftr-lists .ftr-menubox li + li::before {
    content: "·";
    margin-right: 6px;
}
.footer .ftr-lists .ftr-designhotel {
    width: 15vw;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translate(0%,-50%);
}
.footer .ftr-lists .ftr-designhotel img {
    height: 33px;
    float: right;
    width: auto;
}
.footer .ftr-lists .ftr-copyright {
    left: 35px;
    top: 50%;
    right: auto;
    transform: translate(0%,-50%);
    text-align: left;
    display: inline-block;
    position: absolute;
}
.footer .ftr-lists .ftr-copyright div {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}
.footer .ftr-lists .ftr-copyright div p {
    padding: 0;
    line-height: 1em;
}
.footer .ftr-lists .ftr-copyright div img {
    display: inline;
    max-height: 30px;
    width: auto;
    margin-right: 15px;
}

@media only screen and (max-width: 1300px) {
    .footer .ftr-box-righty .ftr-menubox.threecols {
        column-count: 2;
    }
}

@media only screen and (max-width: 1024px) {
    .footer .ftr-box-righty .ftr-menubox.threecols {
        column-count: 2;
        float: none;
    }
    .footer .ftr-socialemail {
        padding: 40px 0 0px;
    }
    .footer .ftr-box-lefty, .footer .ftr-box-righty {
        width: 100%;
    }
    .footer .ftr-box-lefty {
        padding: 0 35px 35px 35px;
        margin: 0;
    }
    .footer .ftr-box-righty {
        padding: 0 35px 35px;
    }
    .footer .ftr-emailinput {
        font-size: 16px;
    }
    .ftr-emailinput::placeholder {
        text-align: left;
    }

    .footer .ftr-followtitle {
        font-size: 16px;
        text-align: left;
    }
    .ftr-social .socialbox {
        float: left;
        clear: both;
    }
    .footer .ftr-box-righty .ftr-menubox li {
        margin-left: 0;
        float: none;
        width: auto;
    }
    .footer .ftr-credbox__container,
    .ham-popup .ftr-credbox__container  {
        width: auto;
        text-align: left;
        max-width: none;
    }  
    .footer .ftr-lists .ftr-designhotel {
        width: 250px;
        right: 35px;
        bottom: auto;
        top: -87px;
        transform: none;
    }
    .footer .ftr-lists .ftr-menubox {
        padding: 0 35px;
        text-align: center;
    }
    .footer .ftr-lists .ftr-menubox li {
        margin: 0 0 10px;
        float: none;
        width: auto;
    }
    .footer .ftr-lists .ftr-copyright {
        text-align: center;
        margin: 15px 0 0;
        transform: none;
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        right: auto;
    }
    .footer .ftr-lists .ftr-copyright div {
        margin: 0 10px;
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    .footer .ftr-box-righty.twocols {
        columns: 1;
    }
    .footer .ftr-box-righty {
        padding: 0 35px 35px;
    }
    .footer .ftr-credbox {
        margin-bottom: 35px;
    }
    .footer .ftr-lists .ftr-menubox li a {
        margin: 0 10px;
    }
    .footer .ftr-credbox .ftr-credbox__container,
    .ham-popup .ftr-credbox .ftr-credbox__container {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 599px) {
    .footer .ftr-credbox .ftr-address span,
    .ham-popup .ftr-credbox .ftr-address span {
        position: relative;
    }
    .footer .ftr-lists .ftr-designhotel {
        right: auto;
        top: -70px;
        left: 35px;
    }
    .footer .ftr-lists .ftr-designhotel img {
        float: left;
    }
    .footer .ftr-social .socialbox i {
        height: 33px;
        line-height: 33px;
        width: 33px;
        font-size: 19px;
    }
    .footer .ftr-social .socialbox a {
        margin-right: 5px;
    }
    .footer .ftr-lists .ftr-menubox li a {
        margin: 0 5px;
    }
    .footer .ftr-social {
        bottom: 40px;
    }
    .footer .ftr-socialemail {
        justify-content: start;
    }
    .footer .ftr-socialemail.design_padding {
        padding: 40px 0 170px;
    }
    .footer .ftr-socialemail.design_padding .ftr-social {
        bottom: 110px;
    }
    .footer .ftr-socialemail .ftr-menubox li {
        margin: 0 0 15px 18px;
    }
    .footer .ftr-socialemail .ftr-menubox {
        width: 100%;
    }
}

@media only screen and (max-width: 440px) {
    .footer .ftr-lists .ftr-menubox li + li:nth-child(3)::before {
        content: none;
    }
}

.banner-form-con {
    position: relative;
    margin: 0 auto;
    left: auto;
    transform: none;
}
.banner-form-con-inner .formy-input label {
    height: 1px !important;
    width: 1px !important;
}
.page-template-page-brand-offers-list .banner-form-spacer,
.banner-form-spacer {
    height: 0;
}

.popup-two {
    top: 0;
  }

.galleries .custom-radio {
    display: none;
}

.galleries .custom-radio+label {
    font-family: "futura-pt", sans-serif; font-weight:700;
    cursor: pointer;
    text-transform: uppercase;
    color: #624714;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
}

.galleries .custom-radio+label::before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background-color: transparent;
    border: 1px solid #624714;
    margin-right: 8px;
}

.galleries .custom-radio:checked+label::before {
    background-color: #624714;
}

.galleries .custom-radio:checked+label::after {
    content: "";
    display: inline-block;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    background-color: transparent;
    border: 1px solid #fff;
    left: 2px;
    position: absolute;
    top: 5px;
}

.galleries .inline-list {
    display: flex;
}

,
.galleries .inline-list li:not(:last-of-type) {
    margin-right: 20px;
}

.galleries .display-flex {
    display: flex !important;
}

.galleries .align-items-center {
    align-items: center !important;
}

.galleries .align-items-end {
    align-items: flex-end !important;
}

.galleries .justify-content-center {
    justify-content: center !important;
}

.galleries .justify-content-between {
    justify-content: space-between !important;
}

.galleries .flex-direction-column {
    flex-direction: column !important;
}

@media (max-width: 992px) and (-webkit-min-device-pixel-ratio: 1) {
    .galleries .flex-direction-md-column {
        flex-direction: column !important;
    }
}

@media (max-width: 992px) and (-webkit-min-device-pixel-ratio: 1) {
    .galleries .flex-direction-md-row {
        flex-direction: row !important;
    }
}

.galleries .flex-wrap {
    flex-wrap: wrap !important;
}

@media (max-width: 992px) and (-webkit-min-device-pixel-ratio: 1) {
    .galleries .align-items-md-start {
        align-items: flex-start !important;
    }
}

.galleries .page-filters {
    padding: 20px 0;
}

.galleries .selector_themes {
    margin: 0 !important;
}

.galleries .filterbox-list {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 992px) {
    .galleries .selector_themes {
        display: none;
    }

    .galleries .filterbox-list {
        display: flex;
    }
}

@media only screen and (max-width: 991px) {
    .filterbox-list {
        margin-bottom: 0;
    }

    .filterbox-list li {
        margin: 0 20px 5px !important;
    }

    .galleries .custom-radio+label {
        font-size: 13px;
    }

    .galleries .custom-radio:checked+label::after {
        top: 4px;
    }

    .galleries .flex-direction-column {
        width: 100%;
    }

    .galleries .selector_themes {
        display: block;
        margin: 1rem 0 0;
        padding: 0 25px;
        width: 100%;
        height: 40px;
        line-height: 38px;
        background: #fff;
        border: 1px solid #624714;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        text-align: left;
        font-size: 13px;
        text-transform: uppercase;
        color: #624714;
        font-family: "futura-pt", sans-serif; font-weight:700;
    }

    .galleries .selector_themes:before {
        content: '';
        width: 0;
        height: 0;
        margin-top: -6px;
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transition: border-top 0.4s ease 0s;
        -moz-transition: border-top 0.4s ease 0s;
        -ms-transition: border-top 0.4s ease 0s;
        -o-transition: border-top 0.4s ease 0s;
        transition: border-top 0.4s ease 0s;
        border: solid #624714;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .galleries .selector_themes.active:before {
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        top: calc(50% + 3px);
    }

    .galleries .filterbox-list {
        display: none;
        float: left;
        margin: 0;
        width: 100%;
        background: #fff;
        z-index: 10;
        overflow-y: auto;
        border: 1px solid #624714;
        border-top: 0;
        padding: 10px 0;
    }

    .galleries .filterbox-list>li {
        float: none;
        display: block;
        margin: 0 !important;
        padding: 6px 10px 6px 25px;
        height: auto;
        width: auto;
        text-transform: none;
        color: inherit;
        background: #fff;
        text-align: left;
        border-radius: 0;
    }

}

@media only screen and (max-width: 480px) {
    .filterbox-list li {
        float: left;
        width: 100%;
        margin-bottom: 8px !important;
        margin-left: 0 !important;
    }
}

.order-button {
    background-color: #205a4c;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 14px 15px 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

a.order-button:hover {
	background-color: #da3743;
}

table.alignleft {
    text-align: left;
}
table.alignleft tr {
    vertical-align: top;
}

.baseformat .basecontainer table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
}
.baseformat .basecontainer table td {
    border: 1px solid #dee2e6;
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

/* Fix Offers gutter columns */
.offersbox.offersbox-threecol .offersbox-item.offersbox-item-mid,
.offersbox.offersbox-threecol .offersbox-item.offersbox-item-left,
.offersbox.offersbox-threecol .offersbox-item.offersbox-item-right {
    padding: 0 7px;
}


/* INSTAGRAM FOOTER */
.instagrambox-titlebox h2 {
    font-size: 32px;
    letter-spacing: .15em;
}
.instagram-feed {
    text-align: center;
    width: 100%;
    padding: 50px;
    margin: 0;
    position: relative;	
}
.instagram__row {
    overflow: hidden;
}
.instagram__col {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
}
.instagram__col a {
    padding: 0;
    display: block;
}
.instagram__col img {
    height: auto;
    width: 100%;
}
.instagram__col .instagram__overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    background-color: rgb(0 0 0 / 50%);
    width: 100%;
    height: calc(100% - 10px);
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
    color: #fff;
    padding: 20px;
    font-size: 23px;
    transition: all 0.5s ease-in-out;
}
.instagram__col:hover .instagram__overlay {
    opacity: 1;
}

@media (min-width: 768px) {
    .instagram-feed {
        text-align: center;
        width: 90%;
        padding: 40px 0;
        margin: 0 auto;
        position: relative;	
    }
    .instagram__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
        overflow: hidden;
    }
    .instagram__col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 20px;
    }
    .instagram__col a {
        padding: 0;
        display: block;
    }
    .instagram__col .instagram__overlay {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }
    .instagrambox-titlebox {
        padding: 20px 0 0px !important;
    }
}


.wpcf7-response-output {
    text-align: center;
}

.filterbox-selection .colbox__list-wrap {
    display: flex;
    flex-wrap: wrap;
}
.filterbox-selection .colbox--3 .colbox__item {
    width: 33.3333%;
    flex: 0 0 33.3333%;
}
@media only screen and (max-width: 1279px) {
    .filterbox-selection .colbox--3 .colbox__item {
        flex: 0 0 50%;
    }
}
@media only screen and (max-width: 959px) {
    .filterbox-selection .colbox__list-wrap {
        display: block;
    }
    .filterbox-selection .colbox--3 .colbox__item {
        width: 100%;
    }
}



.baseformat .basecontainer ul li a, .baseformat .basecontainer p a {
    font-size: inherit;
    text-transform: inherit;
    color: inherit;
    letter-spacing: normal;
    font-family: "futura-pt", sans-serif; font-weight:400;
    border-bottom: 1px solid rgba(0,0,0,.5);
    text-decoration: none;
}

.ftr-newsletter {
    text-align: center;
    width: 90%;
    padding: 40px 0 75px;
    margin: 0 auto;
    position: relative;
}
.ftr-newsletter.ftr-socialemail-showresponse .ftr-response {
    display: block;
}
.ftr-newsletter .ftr-response p {
    font-family: "futura-pt", sans-serif; font-weight:700;
    text-align: center;
    padding: 35px 0 0;
    font-size: 14px;
    text-transform: none;
}
.ftr-newsletter .ftr-response span {
    letter-spacing: 1.5px;
}
.ftr-newsletter .ftr-email {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}
.ftr-newsletter .ftr-emailtitle {
    margin-bottom: 25px;
    text-align: center;
    font-size: 34px;
    font-family: 'lydian_bt_roman';
    text-transform: uppercase;
    letter-spacing: .15em;
}
.ftr-newsletter .ftr-emailinput {
    padding: 0 65px 0 15px;
    background-color: transparent;
    border: 2px solid #205a4c;
    height: 50px;
    text-align: center;
    letter-spacing: 0;
    box-sizing: border-box;
}
.ftr-newsletter .ftr-emailsubmit {
    bottom: 1px;
    top: auto;
    background-color: transparent;
    color: #9aa490;
    font-size: 26px;
    letter-spacing: 1.5px;
    line-height: 50px;
    font-family: "futura-pt", sans-serif; font-weight:500;
}
@media only screen and (max-width: 479px) {
    .ftr-newsletter .ftr-emailtitle {
        font-size: 18px;
    }
}