/*
Theme Name: Apiary Shopping Theme
Theme URI: https://beswifty.com/
Author: Team Swifty
Author URI: https://beswifty.com/
Version: 1.0.0
License: GNU General Public License v2 or later
*/


/*===== Global Styles =====*/
* {
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
    margin: 0;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    padding-left: 220px;
    transition: all 0.5s ease 0s;
}
body.sticky-header {
    padding-left: 80px;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.25px;
}

ul, ol {
    padding: 0;
    list-style-type: none;
}

a {
	background-color: transparent;
    text-decoration: none;
    color: #2e7e84;
    outline: none;
    cursor: pointer;
}
.container {
    position: relative;
    width: 100%;
    padding: 0 75px;
    margin: 0 auto;
}

.clearfix:after {
    display: table;
    content: " ";
    clear: both;
    width: 0;
}
.logo-section {
    width: 220px;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0;
    transition: all 0.5s ease 0s;
}
header.sticky .logo-section {
    width: 80px;
}
.logo-section img {
    width: auto;
    height: auto;
    max-height: 70px;
    max-width: 100%;
}
.header .logo {
    display: none;
}
.header.fixed .white-logo{
    display: none;
}
.header.fixed .logo {
    display: block;
}

.col-1 {float:left;width: 8.33%;padding: 0 15px;}
.col-2 {float:left;width: 16.66%;padding: 0 15px;}
.col-3 {float:left;width: 25%;padding: 0 15px;}
.col-4 {float:left;width: 33.33%;padding: 0 15px;}
.col-5 {float:left;width: 41.66%;padding: 0 15px;}
.col-6 {float:left;width: 50%;padding: 0 15px;}
.col-7 {float:left;width: 58.33%;padding: 0 15px;}
.col-8 {float:left;width: 66.66%;padding: 0 15px;}
.col-9 {float:left;width: 75%;padding: 0 15px;}
.col-10 {float:left;width: 83.33%;padding: 0 15px;}
.col-11 {float:left;width: 91.66%;padding: 0 15px;}
.col-12 {float:left;width: 100%;padding: 0 15px;}

a.cb-btn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    transition: all 0.5s ease 0s;
    margin: 0 5px 5px;
    letter-spacing: 1px;
    cursor: pointer;
}


/*====== Header styles =====*/
.vertical-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 220px;
    background: #fff;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999;
    transition: all 0.5s ease 0s;  
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
}
body.admin-bar .vertical-menu {
    top: 32px;
    height: calc(100% - 32px);
}
.vertical-menu.sticky {
    width: 80px;
}
.logo-section > a {
    display: block;
    padding: 20px;
}
.logo-section img {
    display: block;
    width: 100%;
    height: auto;
}
.vertical-menu a.sticky-logo {
    display: none;
}
.vertical-menu.sticky a.big-logo {
    display: none;
}
.vertical-menu.sticky a.sticky-logo {
    display: block;
}
.vertical-menu.sticky a.sticky-logo {
    padding: 10px 5px;
}

.logo-section .sticky-logo img {
    max-width: 72px;
    display: block;
    margin: 0 auto;
}
.vertical-menu .menu-section {
    display: none;
}
.main-menu-vertical {
    padding: 0 20px;
    text-align: center;
}
.main-menu-vertical li.menu-item a {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}
.main-menu-vertical li.menu-item a:hover{
    font-weight: 400;
}
.header.vertical-menu + section {
    position: fixed;
    z-index: 999;
    filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.4));
    width: 135px;
    height: 60px;
    top: 50%;
    transform: rotate(-90deg);
    line-height: 35px;
    left: 181px;
    transition: all 0.5s ease 0s;
}
a.menu-shrink {
    display: block;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    clip-path: polygon(0 0, 15% 100%, 85% 100%, 100% 0 );
    transition: all 0.5s ease 0s;
}
body.sticky-header .header.vertical-menu + section {
    left: 40px;
}
a.menu-shrink svg {
    transform: rotate(90deg);
    transition: all 0.5s ease;
}
body.sticky-header a.menu-shrink {
    left: 15px;
}
body.sticky-header a.menu-shrink svg {
    transform: rotate(270deg);
    transition: all 0.5s ease;
}
.social-bar {
    text-align: center;
}
.social-bar ul.social-links {
    display: block;
    margin: 0;
    font-size: 0;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 25px;
}
.social-bar ul.social-links li.social-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 5px;
    position: relative;
}
.header.sticky .social-bar ul.social-links li.social-icon {
    display: block;
    margin: 0 auto;
}
.social-bar ul.social-links li.social-icon a {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.social-bar ul.social-links li.social-icon a:after {
    position: absolute;
    content: "\f09a";
    font-family: fontawesome;
    width: 100%;
    height: 100%;
    left: 0;
    line-height: 27px;
    font-size: 20px;
    top: 0;
}

.social-bar ul.social-links li.social-icon.twitter a:after {
    content: "\f099";
}

.social-bar ul.social-links li.social-icon.linkedin a:after {
    content: "\f0e1";
}

.social-bar ul.social-links li.social-icon.instagram a:after {
    content: "\f16d";
}

.social-bar ul.social-links li.social-icon.youtube a:after {
    content: "\f16a";
}
/*
.social-bar ul.social-links li.social-icon:hover {
    border: 2px solid;
}
*/
.main-menu-panel.open .social-bar ul.social-links li.social-icon:hover a:after{
    color: #48848d;
}

.vertical-menu.sticky .main-menu-vertical {
    display: none;
}
.vertical-menu.sticky .menu-section {
/*    display: block;*/
    text-align: center;
    padding: 0 10px;
}
.menu-trigger {
    display: block;
    width: 36px;
    margin: 0 auto;
    padding: 1px 0;
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.menu-trigger span.burger {
    width: 100%;
    height: 3px;
    background: #fff;
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
    position: relative;
}
.menu-trigger span.burger:before, .menu-trigger span.burger:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    top: -7px;
    left: 0;
    position: absolute;
}
.menu-trigger span.burger:after {
    top: auto;
    bottom: -7px;
}
.main-menu-panel {
    width: 100%;
    max-width: 780px;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9999;
    padding: 50px 0;
    transform: translateX(-100%);
    transition: all 0.5s ease 0s;    
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-menu-panel ul.menu-main-menu {
    width: 200px;
    margin: 0 auto;
}
.main-menu-panel.open {
    transform: translateX(0);
}

.menu-close span {
    font-size: 11px;
    display: block;
}
.main-menu-panel .social-bar {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px;
    z-index: 99;
}
body .header-cta a {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 25px 20px;
    font-weight: 500;
    text-transform: uppercase;
/*    color: #fff;*/
    margin: 0;
}
.header-cta {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}
body.admin-bar .header-cta {
    top: 32px;
}








/*===== Homepage styles =====*/
.home-hero-block.hero-type-single-image .hero-content {
    height: auto;
    min-height: 100vh;
    padding: 75px 0;
        display: flex;
    flex-flow: column;
    justify-content: center;
}
h1.hero-title {
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
    font-size: 92px;
    letter-spacing: 0;
    text-align: left;
}
h2.hero-subtitle {
    font-size: 26px;
    font-weight: 500;
    margin: 20px 0 25px;
    padding: 0 15px 5px 0;
    display: inline-block;
}
.hero-content p {
    font-size: 20px;
    line-height: 1.5;
    display: block;
    width: 75%;
    margin: 10px 0 30px;
    font-weight: 400;
    text-align: left;
}
.hero-wrapper {
    position: relative;
}
.hero-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.6;
}

.content-block.block-flexible-text {
    padding: 60px 0;
}
.single-flex-text.text-alignment-center {
    text-align: center;
}
h2.section-title {
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 20px;
}
h3.section-subtitle {
    font-size: 24px;
    text-transform: uppercase;
}
.single-flex-text p {
    max-width: 940px;
    margin: 0 auto;
    margin-bottom: 20px;
}








section.multipurpose-boxes {
    padding: 60px 0;
}
#cta-box-slider .cta-left-img {
    width: calc(50% + 100px);
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
}
#cta-box-slider .cta-left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.single-cta-slide .cta-right-box {
    margin: 120px 0;
    position: relative;
    margin-left: 50%;
    width: 50%;
    max-width: 400px;
    overflow: hidden;
}
.single-cta-slide .cta-right-box .box-bg {
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    transform: translateY(0) translateX(0) scale(1.01);
    transition: all 0.4s ease 0s;
    position: relative;
    left: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 50%;
}
.single-cta-slide .cta-right-box:hover .box-bg {
    transform: translateY(0) translateX(0) scale(1.15);
}
#cta-box-slider .mp-box-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
        height: auto;
    z-index: 999;
    display: inline-block;
}
.multipurpose-boxes h2 {
    text-align: center;
    position: relative;
    z-index: 9;
    color: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 30px;
    display: block;
}
.multipurpose-boxes h3 {
    font-size: 18px;
    color: #fff;
    opacity: 1;
    visibility: visible;
    display: inline-block;
    margin: 15px 0 0;
    padding: 0 30px;
    line-height: 1.5;
}
#cta-box-slider .mp-box-content .cta-btns {
    display: none;
}
#cta-box-slider a.box-link-wrapper {
    position: absolute;
    width: calc(100% - 20px);
    left: 10px;
    height: calc(100% - 20px);
    top: 10px;
    border: 3px solid #fff;
    z-index: 999;
}

.slick-cta-box-slider button.slide-arrow.next-arrow.slick-next.cta-box.slick-arrow{
    right: 25px !important;
}
.slide-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.55;
}
button.slide-arrow.next-arrow {
    right: 0;
    width: 50px;
    height: 50px;
        z-index: 99;
}
button.slide-arrow.prev-arrow {
    left: 0;
    width: 50px;
    height: 50px;
        z-index: 99;
}
button.slide-arrow::before {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}
button.slide-arrow.next-arrow:before {
    font-family: 'FontAwesome';
    content: "\f105";
}
button.slide-arrow.prev-arrow:before {
    font-family: 'FontAwesome';
    content: "\f104";
}
button.slide-arrow:focus, .slick-dots li button:focus, section.floorplan-filters select:focus, .formmangr-row .formmangr-input:focus, .formmangr-row select.formmangr-form-dd:focus, .formmangr-row textarea:focus {
    outline: -webkit-focus-ring-color auto 1px;
}
.slick-cta-box-slider button.slide-arrow.next-arrow.slick-next.cta-box.slick-arrow {
    right: calc(50% - 450px) !important;
}
#cta-box-slider ul.slick-dots {
    width: 50%;
    max-width: 400px;
    left: 50%;
    bottom: 50px;
}

.slick-home-intro ul.slick-dots{
    bottom: 40px;
}
.slick-home-intro ul.slick-dots  li button , .slick-cta-box-slider ul.slick-dots  li button{
    border-color: #636363;
    background: transparent;
    width: 12px;
    height: 12px;
    border: 2px solid;
    box-shadow: none;
    border: 2px solid #636363;
    border-radius: 50px;
}

.slick-home-intro ul.slick-dots li.slick-active button , .slick-cta-box-slider ul.slick-dots li.slick-active button {
    border-color: #636363;
    background-color: #636363;
    border-radius: 50px;
}

.slick-home-intro ul.slick-dots li button::before , .slick-cta-box-slider ul.slick-dots li button::before {
    content: '' !important;
}
#cta-box-slider .slick-next:before, #cta-box-slider .slick-prev:before{
    color: #191616 !important;
}

.slick-disabled {
    opacity: 0;
    pointer-events:none;
    display: none !important;
}
ul.home-events-box {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 50px;
}
li.single-home-event {
    width: 33.33%;
    padding: 0 10px;
    position: relative;
}
.single-home-event .event_info {
    padding: 20px;
    position: absolute;
    width: calc(100% - 20px);
    left: 10px;
    bottom: 0;
}
a.btn-center.cb-btn {
    display: block;
    max-width: 250px;
    text-align: center;
    margin: 10px auto;
}   
.single-home-event img {
    width: 100%;
    height: 350px;
    display: block;
    object-fit: cover;
}
.single-home-event .event_info h3 {
    margin: 0 0 10px;
}
.single-home-event .event_info p.event-data {
    margin: 10px 0 0;
}

.home-events-section h2.section-title {
    text-align: center;
}

.content-block.home-events-section {
    padding: 60px 0;
    background: #fafafa;
}
section.gallery-tabs-header {
    padding: 60px 0;
    text-align: center;
    margin-top: 0;
}
section.gallery-tabs-header h2.section-title {
    line-height: 120px;
    font-size: 150px;
    font-weight: 900;
    margin-top: 20px;
}
section.gallery-tabs-header h3.section-subtitle {
    font-size: 24px;
    font-weight: 400;
}
.gallery-tabs-header .luxury-life-content p {
    max-width: 900px;
    margin: 0 auto;
}

section.gallery-section {
    overflow: hidden;
}
section.image-gallery .tab-content {
    padding: 30px 50px;
}
.slick-home-gallery .modular-image-container.slide-list.slick-slide {
    margin: 0px 15px;
}
.slick-slide img {
    display: block;
}
.container-full {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.container-full.same-height {
    display: flex;
    flex-flow: wrap;
}
.form-sec-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form-section .subcol {
    padding: 40px 135px 40px 40px;
    border: 3px solid;
    margin: 60px -135px 60px 60px;
}
.formmangr-custom-form {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.formmangr-row {
    display: flex;
    margin-bottom: 20px;
    min-height: 30px;
    width: 100%;
    flex-flow: wrap;
}
.formmangr-col {
    padding: 0 30px 0 0;
    width: 50%;
    margin-bottom: 25px;
}
.formmangr-field {
    display: flex;
    width: 100%;
    flex-flow: column;
}
.formmangr-row .formmangr-input, .formmangr-row select.formmangr-form-dd {
    background: transparent;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
}
.formmangr-field .error {
    color: #FF0000;
    display: none;
}
.formmangr-row .formmangr-field textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    min-height: 90px;
    min-width: 100%;
}
button.formmangr-button.formmangr-button-submit {
    padding: 12px 35px;
    font-size: 18px;
    line-height: 1;
    box-shadow: 5px 5px 10px 2px rgb(0 0 0 / 20%);
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
}
section#footer-google-map {
    min-height: 540px;
}

.gm-style .gm-style-iw-d {
    padding-right: 20px;
    padding-bottom: 15px;
    max-width: 300px !important;
    overflow: hidden !important;
}
.gm-style .gm-style-iw-c button.gm-ui-hover-effect {
    top: -2px !important;
    right: -2px !important;
}
.info-w-wrapper {
    padding: 15px 0;
}
img.info-w-logo {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    width: 100px;
    height: auto;
}
.info-W-content {
    display: inline-block;
    width: calc(100% - 120px);
    vertical-align: middle;
    border-left: 1px solid rgba(255,255,255,0.5);
}

.info-W-content, .info-W-content p {
    color: #fff;
}
.info-W-content, .info-W-content p {
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px
}

section#footer-google-map .info-W-content {
    min-width: 0;
    padding-right: 0;
}
.gmap-info {
    display: none;
}
.form-section .container-full .pull-right {
    position: relative;
    z-index: 9;
}






/*===== Footer =====*/

.footer-left {
    background: #ecebe9;
    width: 65%;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
        display: flex;
    flex-flow: column;
    justify-content: center;
}
img.footer-logo-bg {
    position: absolute;
    width: 250px;
    top: 50%;
    left: -10%;
    opacity: 0.35;
    transform: translateY(-50%);
}
.footer-social.social-bar ul.social-links li.social-icon {
    background: #b1afac;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: all 0.5s ease 0s;
}
section.site-footer {
    display: flex;
    flex-flow: wrap;
}
.footer-social.social-bar ul.social-links li.social-icon a:after {
    line-height: 40px;
    font-size: 24px;
    color: #ecebe9;
}
.footer-social.social-bar ul.social-links li.social-icon:hover{
    background: #4e4834;
}
.footer-social.social-bar ul.social-links {
    text-align: left;
}
li.footer-menu-item a.menu-item-link {
    text-transform: none;
    font-weight: 400;
    margin-bottom: 0;
}
li.footer-menu-item {
    display: inline-block;
    margin-right: 20px;
}
.footer-right {
    width: 35%;
}
.footer-right {
    padding: 60px;
}
img.footer-right-logo {
    display: block;
    max-width: 230px;
    margin: 0 auto;
}
.footer-right .contact {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0;
    font-weight: 500;
    line-height: 1.6;
}
.footer-right .contact a {
    color: #fff;
    word-break: break-all;
}
.address {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    line-height: 1.8;
}
.copyright-area {
    padding: 20px 60px;
}
.copyright-text {
    display: inline-block;
    width: auto;
}
ul.policy-nav {
    display: inline-block;
    width: auto;
    vertical-align: middle;    
    margin: 0;
}
.property-icons {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.copyright-text p {
    margin: 0;
    color: #232323;
    font-size: 14px;
    margin-right: 15px;
}
ul.policy-nav li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    border-left: 1px solid;
    color: #232323;
    font-size: 14px;
}
ul.property-icons-list {
    margin: 0;
}
.property-icons li.single-prop-icon {
    display: inline-block;
    width: 30px;
    margin: 0 4px;
    vertical-align: middle;
}
.property-icons li.single-prop-icon img {
    width: 100%;
    height: auto;
}

.attribution a img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    height: auto;
    height: 40px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    max-height: 40px;
}
.footer-menu-wrapper li.menu-item {
    display: inline-block;
    margin-right: 35px;
}













.menu-burger-section {
    display: inline-block;
    float: right;
    width: 40px;
    position: relative;
    margin-left: 15px;
    top: 18px;
}
.menu-burger-section span.burger {
    width: 100%;
    height: 3px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.menu-burger-section .menu-trigger {
    width: 40px;
    height: 30px;
    border-top: 3px solid;
    border-bottom: 3px solid;
    transform: translateY(-5px);
    display: inline-block;
    cursor: pointer;
    margin-top: 5px;
}
.mobile-menu {
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 400px;
    background: #fff;
    z-index: 9999;
    padding: 70px 0 25px;
    height: 100%;
    box-shadow: 5px 13px 20px rgb(0 0 0 / 25%);
    transition: all 0.5s ease 0s;
    transform: translateY(-130%);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.mobile-menu-footer {
    text-align: center;
}
.burger-menu-number {
    margin-bottom: 5px;
    display: block;
}
body.admin-bar .mobile-menu {
    height: calc(100% - 32px);
    top: 32px;
        z-index: 9999;
}
.mobile-menu.active {
    transform: translateY(0);
}
.menu-close {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    transform: rotate(45deg);
    position: absolute;
    z-index: 99;
    top: 15px;
    right: 12px;
        cursor: pointer;
}
.mobile-menu ul.menu {
    list-style-type: none;
    padding: 0;
}
.mobile-menu ul.menu li a {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.5;
    padding: 10px 25px;
    display: block;
        transition: all 0.5s ease 0s;
}
.mobile-menu ul.menu li a:hover {
    background: #ededed;
}

.mobile-menu ul.sub-menu li a {
    font-size: 26px;
    color: #1CAAB0;
}
.mobile-menu ul.menu li.menu-item {
    position: relative;
        transition: all 1s ease 0s;
    transform: translateY(-100px);
    opacity: 0;
}
.mobile-menu.menu-anime ul.menu li.menu-item {
    transform: translateY(0);
    position: relative;
    opacity: 1;
}
.mobile-menu ul.menu li.menu-item:first-child {
    transition-delay: 0.1s;
}
.mobile-menu ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.2s;
}
.mobile-menu ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.3s;
}
.mobile-menu ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.4s;
}
.mobile-menu ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.5s;
}
.mobile-menu ul.menu li.menu-item:nth-child(6), .burger-menu-number {
    transition-delay: 0.6s;
}
span.submenu-trigger {
    position: absolute;
    display: block;
    height: 65px;
    top: 0;
    right: 0;
    width: 50px;
    line-height: 65px;
    text-align: center;
    font-size: 33px;
    z-index: 99;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}
.mobile-menu ul.sub-menu {
    padding-left: 20px;
    list-style-type: none;
}
li.menu-open > span.submenu-trigger {
    transform: rotate(90deg);
}
img.mobile-menu-logo {
    max-width: 100px;
    position: absolute;
    left: 15px;
    top: 20px;
}

.single-hero-slide {
    height: auto;
    min-height: 100vh;
    position: relative;
    display: flex !important;
    flex-flow: column;
    justify-content: center;
        padding: 75px 0;
}
.hero-image-slider ul.slick-dots {
    width: auto;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0;
    transform: none;
    padding-bottom: 15px;
    transform: translateX(-50%);
}

.hero-image-slider ul.slick-dots > li {
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
}
.hero-image-slider ul.slick-dots  li button {
    border-color: #636363;
    background: transparent;
    width: 12px;
    height: 12px;
    border: 2px solid;
    box-shadow: none;
    border: 2px solid #fff;
    border-radius: 50px;
}
.hero-image-slider ul.slick-dots li button:focus {
    border-color: blue !important;
}

.hero-image-slider ul.slick-dots li.slick-active button {
    border-color: #fff;
    background-color: #fff;
}

.hero-image-slider ul.slick-dots li button::before {
    content: '' !important;
}
.home-hero-block {
    position: relative;
}
.hero-type-image-slider .hero-wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.hero-type-single-video .hero-content {
    padding: 75px 0;
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.hero-wrapper iframe.youtube-video {
    height: 200vh;
    width: 200%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-width: 1980px;
    max-height: 1080px;
}
.home-hero-block.hero-type-single-video {
    overflow: hidden;
}
.video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
}
.content-block.block-type-inner-hero {
    height: auto;
    min-height: 360px;
    padding: 60px 0;
    position: relative;
    background-size: cover;
    background-position: center center;
        display: flex;
    flex-flow: column;
    justify-content: center;
}
.block-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    opacity: 0.4;
}
h1.inner-page-title {
    text-transform: uppercase;
    font-size: 72px;
    margin: 0;
    font-weight: 400;
}
h2.inner-page-subtitle {
    margin: 10px 0 0;
    font-size: 36px;
    line-height: 1.5;
}

.directory-listing-block.content-block {
    padding: 75px;
    text-align: center;
}
.directory_section-content {
    padding-bottom: 45px;
}
.portfolio-item, .grid-sizer {
    width: 22.99%;
}
.portfolio-item {
    border: 1px solid;
    float: left;
    margin: 1%;
    padding: 15px;
}
.button-group.filters-button-group {
    width: 0;
    height: 0;
    overflow: hidden;
}
.directory-filters {
    text-align: left;
    margin: 0 1% 25px;
}
span.cat-select {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 20px;
}
select.directory-filter-dd {
    font-size: 20px;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    min-width: 300px;
}
.directory-filters input.quicksearch {
    font-size: 19px;
    line-height: 1;
    padding: 11px;
    width: 100%;
    max-width: 300px;
    border: none;
    border-bottom: 2px solid;
    float: right;
}
.portfolio-item a {
    display: block;
    margin: 5px 0;
}
.policy-nav, .attribution {
    display: none;
}
.content-block.shop-content {
    padding: 75px;
    font-size: 0;
}
.shop-description {
    width: 70%;
    padding-right: 40px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 2;
}   
.shop-info {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    border: 3px solid;
    padding: 25px;
    font-size: 18px;
}
.shop-offers {
    margin-top: 50px;
    display: flex;
    flex-flow: wrap;
}
.shop-offers h2.section-title {
    width: 100%;
}
.shop-info img {
    display: block;
    margin: 0 auto;
}
.shop-info h4 {
    margin: 35px 0 10px;
}
.shop-info a {
    word-break: break-all;
}
.content-block.events-listing-block {
    padding: 60px 0;
}
.upcoming-events {
    display: flex;
    flex-flow: wrap;
}
.single-event {
    font-size: 18px;
    display: flex;
    width: 50%;
    flex-flow: wrap;
    margin-bottom: 40px;
}
.single-event img {
        width: 25%;
    height: auto;
    object-fit: cover;
    vertical-align: top;
    display: block;
}
.single-event .event_info {
    width: 70%;
    display: block;
    padding: 20px;
}
.single-event .event_info h3 {
    margin: 0 0 10px;
}
.single-events h1.inner-page-title {
    font-size: 54px;
    font-weight: 500;
}













section.blog-posts-section {
    padding: 60px 0 80px;
}
.blog-posts-filters .category-option {
    width: 400px;
    float: left;
        position: relative;
    font-size: 0;
}
.blog-posts-filters .category-option .cat-list {
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 500px;
    overflow: auto;
    background: #fff;
    z-index: -99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.blog-posts-filters .category-option span.current-category {
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 20px;
    font-weight: 700;
    display: block;
    background: #EDEDED;
    line-height: 1;
    cursor: pointer;
    border-radius: 20px;
}
.blog-posts-filters .category-option .cat-list.hovered {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.blog-posts-filters .category-option .cat-list li.categories ul {
    font-size: 15px;
    margin: 0;
    padding: 0;
        border: 1px solid;
    border-top: none;
}
.blog-posts-filters .category-option .cat-list li.categories ul li.cat-item a {
    display: block;
    line-height: 1.5;
    padding: 10px;
    font-weight: 600;
}
.blog-posts-filters .category-option .cat-list li.categories ul li.cat-item a:hover {
    background: #ededed;
}
.blog-posts-filters .search-form,
.post-sidebar .search-form {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    line-height: 1;
    float: right;
    width: 400px;
}
.blog-posts-filters .search-form i, .post-sidebar .search-form i {
    position: absolute;
    top: 10px;
    font-size: 22px;
    opacity: 0.5;
    left: 14px;
}
.post-sidebar .search-form {
    width: 100%;
    float: none;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;  
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.blog-posts-filters input#searchsubmit,
.post-sidebar input#searchsubmit {
    display: none;
}
.blog-posts-filters input#s, .post-sidebar input#s {
    width: 100%;
    border: none;
    font-size: 15px;
    line-height: 1.5;
    padding: 12px 12px 12px 40px;
    font-weight: 700;
    text-transform: uppercase;
    background: #EDEDED;
    border-radius: 20px;
}
.blog-post-grid {
    margin-top: 80px;
}
.blog-post-grid .alm-reveal {
    display: flex;
    flex-flow: wrap;
    margin-left: -25px;
    margin-right: -25px;
        padding: 0;
}
.blog-post-grid .alm-reveal li.single-post {
    width: calc(33.33% - 50px);
    padding: 0;
    margin: 25px;
    border: 1px solid #E3E3E3;
    display: flex;
    flex-flow: column;
}
.blog-post-grid .alm-reveal li.single-post .single-featured-image img {
    width: 100%;
    display: block;
    position: relative;
    height: 300px;
    object-fit: cover;
}
h4.single-post-title {
    font-size: 25px;
    line-height: 1.35;
    width: 100%;
    margin: 20px 0;
    position: relative;
    font-weight: 500;
    padding: 0 20px;
}
.blog-post-grid h4.section-tagline {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-flow: wrap;
}
.post-date {
    font-size: 15px;
    font-weight: 500;
    width: 120px;
}
.blog-posts-section .container {
    max-width: 1400px;
}
.post-cat {
    font-size: 15px;
    font-weight: 500;
    width: calc(100% - 120px);
    position: relative;
}
li.single-post a.read-more-link {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0 20px;
    position: relative;
    padding: 0 20px;
}
.single-post-excerpt {
    padding: 0 20px;
    margin: 0;
    font-size: 18px;
    line-height: 1.5;    
    flex-grow: 1;
}

body.single-post .page-content {
    padding-top: 240px;
}
.single-post-header {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 100px;
}
.single-post-heading {
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-right: 60px;
}
.single-post-img {
    width: 50%;
}
.single-post-img img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

h1.single-post-title {
    font-size: 54px;
    margin-top: 0;
}
.single-post-meta .post-date {
    display: inline-block;
    width: auto;
    padding-right: 13px;
    margin-right: 10px;
}
.single-post-body {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}
.single-post-body .post-content {
    width: 70%;
    padding-right: 70px;
}
.single-post-body .post-content p, .single-post-body .post-content ul li {
    font-size: 18px;
    font-weight: 400;
    color: #363636;
    line-height: 1.8;
}
.single-post-body .post-content p:first-child {
    margin-top: 0;
}
.single-post-body .post-content ul {
    list-style-type: disc;
    padding-left: 25px;
}
.single-post-body .post-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
.post-sidebar {
    width: 30%;
}
.category-widget {
    margin-top: 60px;
}
.posts-slider.flexslider {
    padding: 0 60px;
}
.posts-slider.flexslider .flex-control-nav {
    left: 0;
    bottom: -30px;
    width: 100%;
    margin-left: 0;
    max-width: 100%;
}
h2.widget-title {
    margin: 0 0 25px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
        font-size: 30px;
    font-weight: 500;
}
.category-widget {
    margin-top: 60px;
    font-size: 0;
}
.category-widget li.cat-item {
    font-size: 15px;
    font-weight: 700;
    line-height: 2.5;
    text-transform: uppercase;
}
.related-widget {
    margin-top: 60px;
}
.single-related-posts {
    border: 1px solid #E3E3E3;
    margin-bottom: 40px;
}
.single-button-wrapper {
    text-align: center;
}
img.related-post-img {
    width: 100%;
    height: auto;
}
.single-related-posts h3 {
    font-size: 24px;
    line-height: 1.5;
    margin: 10px 0 15px;
        padding: 0 20px;
}
.related-widget a.read-more-link,
.rp-group-wrapper a.read-more-link {
    margin: 0 20px 20px;
    display: block;
    font-weight: 600;
}
.rp-group-wrapper .post-date {
    margin: 0 20px;
}
.rp-group-wrapper {
    width: 100%;
    padding: 0 60px;
    display: flex;
    flex-flow: wrap;
}
.rp-group-wrapper .single-related-posts {
    width: calc(50% - 30px);
    margin: 0 15px;
}
.latest-posts-carousel {
    padding: 100px 0;
}

.rp-group-wrapper a.read-more-link {
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
    font-weight: 700;
    font-size: 15px;
}
.posts-slider.flexslider ul.flex-direction-nav a.flex-prev, .posts-slider.flexslider ul.flex-direction-nav a.flex-next {
    left: 0;
    opacity: 1;
    font-size: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #787878;
    position: absolute;
}
.posts-slider.flexslider ul.flex-direction-nav a.flex-next {
    left: auto;
    right: 0;
}
.posts-slider.flexslider ul.flex-direction-nav a.flex-prev::before, .posts-slider.flexslider ul.flex-direction-nav a.flex-next::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background: #FFF;
    top: 50%;
    left: 12.5px;
}
.posts-slider.flexslider ul.flex-direction-nav a.flex-prev::after, .posts-slider.flexslider ul.flex-direction-nav a.flex-next::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 18px;
    transform: rotate(-45deg);
    left: 13px;
}
.posts-slider.flexslider ul.flex-direction-nav a.flex-next::after {
    transform: rotate(135deg);
    left: auto;
    right: 13px;
}
.posts-slider.flexslider ul.flex-direction-nav {
    display: block;
}
h2.rp-title {
    margin: 0 0 40px;
    font-size: 30px;
}
a.cta.subscribe-cta {
    display: block;
    padding: 40px;
    font-size: 0;
    font-weight: 700;
    cursor: pointer;
}
a.cta.subscribe-cta i {
    display: inline-block;
    font-size: 60px;
    vertical-align: middle;
    margin: 0;
    width: 20px;
    line-height: 1;
}
a.cta.subscribe-cta span {
    display: inline-block;
    width: calc(100% - 20px);
    font-size: 24px;
    vertical-align: middle;
    line-height: 1.5;
}
.subscribe-form-popup {
    position: fixed;
    z-index: -9;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.subscribe-form-popup.active {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}
.subscribe-form-popup .subscribe-popup-body {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    background: #fff;
    max-width: 400px;
    padding: 20px;
    transform: translateX(-50%) translateY(-50%);
}
.subscribe-form-popup .subscribe-popup-body .subscribe-close {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.subscribe-form-popup .subscribe-popup-body .subscribe-close span {
    display: block;
    line-height: 25px;
    transform: rotate(45deg);
}
.subscribe-form-popup .subscribe-popup-body .subscribe-close {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    right: 5px;
    top: 5px;
    position: absolute;
        cursor: pointer;
}
.subscription-form {
    padding: 15px 0;
}
.subscription-form .formmangr-col {
    width: 100%;
    margin: 0;
        padding: 0;
}
.subscription-form button.formmangr-button.formmangr-button-submit {
    width: 100%;
}
.subscription-form div#submit {
    margin: 0;
}
.blog-posts-filters .category-option span.current-category i {
    float: right;
    font-size: 30px;
    line-height: 15px;
    color: #989898;
}
span.post-cat:after {
    content: "";
    height: 20px;
    width: 2px;
    position: absolute;
    left: -15px;
}
li.single-post a.read-more-link span,
.single-related-posts a.read-more-link span {
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
}
li.single-post a.read-more-link span:after,
.single-related-posts a.read-more-link span:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    height: 2px;
    transition: all 0.5s ease 0s;
        bottom: 0;
}
li.single-post a.read-more-link:hover span:after,
.single-related-posts a.read-more-link:hover span:after {
    width: 100%;
}
.single-post-body .post-content h2 {
    margin-top: 35px;
}
.latest-posts-carousel .flex-control-paging li a {
    width: 16px;
    height: 16px;
    margin: 0 10px;
    opacity: 1;
    border-width: 2px;
}
a.cb-btn {
    cursor: pointer;
}
.blog-post-grid .single-virtual-tour, .vr-tour-listing li.single-post {
    display: none !important;
}
.swifty_blog_loadmore{
	background-color: #ddd;
	border-radius: 2px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.swifty_blog_loadmore:hover{
	background-color: #767676;
	color: #fff;
}
a.swifty_blog_loadmore.cb-btn{
    margin: 0 auto;
    max-width: 175px;
    display: block;
}
.category-widget ul {
    padding: 0;
        list-style-type: none;
}
.post-content img {
    max-width: 100%;
    height: auto;
}
.post-content h5 {
    font-size: 21px;
    line-height: 1.5;
}
body.single-post .page-content {
    padding-top: 100px;
}




/*===== Image-text-section =======*/
.single-it-section {
    padding: 50px 0;
        display: flex;
    flex-flow: wrap;
    position: relative;
    z-index: 9;
        overflow: hidden;
}

.single-it-section .image-section {
    width: calc(50% - 50px);
    background-size: cover;
    background-position: center;
        margin-right: 50px;
        box-shadow: 6px 13px 20px #E6E6E6;
    height: 34vw;
    position: relative;
}
.single-it-section .image-section img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-section {
    width: calc(50% - 50px);
    margin-left: 50px;
}
.image-text-content-wrapper {
    width: 100%;
    max-width: 650px;
        padding: 60px 0 90px;
}
h4.section-tagline {
    margin: 0 0 25px;
    text-transform: uppercase;
    font-size: 24px;
}
h2.section-title {
    margin: 0 0 35px;
    font-size: 48px;
}
.section-content {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
}
body a.cb-btn.type-9 {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    margin-right: 25px;
    margin-left: 0;
    position: relative;
    text-transform: none;
}
.single-it-section.image-position-right .image-section {
    order: 2;
    margin-right: 0;
    margin-left: 50px;
}
.single-it-section.image-position-right .text-section {
    margin-left: 0;
    margin-right: 50px;
    padding-left: calc(50% - 650px);
}
.single-it-section.image-position-bg-img .image-section, .single-it-section.image-position-bg-img .text-section {
    width: 100%;
}
.single-it-section.image-position-bg-img {
    padding-top: 0;
    margin-top: -75px;
    z-index: 8;
        margin-bottom: 60px;
}
.single-it-section.image-position-bg-img .image-section {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.15 !important;
}
.single-it-section.image-position-bg-img .text-section .image-text-content-wrapper {
    padding: 90px 0;
    width: 100%;
    max-width: 860px;
    text-align: center;
    margin: 0 auto;
}

.contact-left {
    padding: 50px 0;
    text-align: center;
}
.block-flexible-text .container {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
section.content-block.instagram-section {
    padding: 60px 0;
    text-align: center;
}
div#instafeed {
    position: relative;
	margin-top: 50px;
}
div#instafeed .instagram-gallery a {
    width: 25%;
    display: block;
    margin-right: 25%;
    float: left;
	margin-bottom: 2%;
}
div#instafeed .instagram-gallery a img {
    width: 100%;
    height: auto;
	display: block;
}
div#instafeed .instagram-gallery a:nth-child(2n) {
    margin-right: 0;
    float: right;
    margin-left: 25%;
}
div#instafeed .instagram-gallery a:last-child {
    position: absolute;
    width: 46%;
    left: 27%;
    top: 0;
    height: 96%;
}
div#instafeed .instagram-gallery a:last-child img {
    height: 100%;
    object-fit: cover;
}