li#wp-admin-bar-user-sites-link-wrapper {
    display: none !important;
}
section.blog-posts-section {
    padding: 40px 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;
}
.gm-style > div > div > div:nth-child(4) img {
    border-radius: 50%;
}
.blog-posts-filters .category-option span.current-category {
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 20px;
    font-weight: 700;
    display: block;
    border: 1px solid #989898;
    line-height: 1;
        cursor: pointer;
}
.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;
    border: 1px solid #989898;
    line-height: 1;
    float: right;
    width: 400px;
}
.blog-posts-filters .search-form i, .post-sidebar .search-form i {
    position: absolute;
    top: 10px;
    font-size: 25px;
    opacity: 0.5;
    left: 7px;
}
.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;
}
.blog-post-grid {
    margin-top: 80px;
}
.blog-post-grid .alm-reveal {
    display: flex;
    flex-flow: wrap;
    margin-left: -25px;
    margin-right: -25px;
}
.blog-post-grid .alm-reveal li.single-post {
    width: calc(33.33% - 50px);
    padding: 20px;
    margin: 25px;
    border: 1px solid #E3E3E3;
    border-radius: 15px;
    display: flex;
    flex-flow: wrap;
}
.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: 30px;
    line-height: 1.5;
    width: 100%;
    margin: 25px 0;
    position: relative;
}
.post-date {
    font-size: 15px;
    font-weight: 500;
    width: 120px;
}
span.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: 15px 0 0;
    position: relative;
}
.single-post-excerpt {
    margin-top: 16px;
}
body.single-post .logo-section:first-child {
    display: none;
}
.header.fixed .logo-section {
    display: none;
}
.header.fixed .logo-section:first-child {
    display: inline-block;
}
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;
}
body.single-post .page-content .container {
    max-width: 1180px;
}
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: 15px;
    font-weight: 500;
    color: #363636;
    line-height: 2.3;
}
.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;
}

h2.widget-title {
    margin: 0 0 25px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
        font-size: 30px;
}
.category-widget {
    margin-top: 60px;
    font-size: 0;
}
.category-widget li.cat-item {
    font-size: 15px;
    font-weight: 700;
    line-height: 2.5;
    list-style-type: disc;
    margin-left: 15px;
    text-transform: uppercase;
}
.related-widget {
    margin-top: 60px;
}
.single-related-posts {
    padding: 20px;
    border: 1px solid #E3E3E3;
    border-radius: 15px;
    margin-bottom: 40px;
}
img.related-post-img {
    width: 100%;
    height: auto;
}
.single-related-posts h3 {
    font-size: 24px;
    line-height: 1.5;
    margin: 10px 0 15px;
}
.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;
}

/*--------------Flexslider-------------------*/

.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;
}

/*-------------FlexSlider End------------*/

/*---------------------Slick Slider---------------*/

.posts-slider ul.slick-slider .slick-next {
    left: 0;
    opacity: 1;
    font-size: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #787878;
    position: absolute;
}
.posts-slider ul.slick-slider .slick-prev {
    /*left: 0;*/
    opacity: 1;
    font-size: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #787878;
    position: absolute;
}
.posts-slider ul.slick-slider .slick-next {
    left: auto;
    right: 0;
}
/*--------Slick Slider End --------------*/

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;
    background: #BEBEBE;
    opacity: 0.5;
}
.latest-posts-carousel .flex-control-paging li a.flex-active {
    background: #BEBEBE;
    opacity: 1;
}
a.cb-btn {
    cursor: pointer;
}
.blog-post-grid .single-virtual-tour, .vr-tour-listing li.single-post {
    display: none !important;
}
.single-virtual-tour {
    display: flex;
    flex-flow: wrap;
    padding: 50px 0;
    border-bottom: 1px solid #cdcdcd;
}
.vt_img {
    width: 30%;
}
.vt_img img {
    width: 100%;
    height: auto;
}
.vt-flp-info {
    width: 40%;
    padding: 0 60px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.vt-flp-info h2 {
    width: 100%;
    max-width: 300px;
    text-align: left;
    font-size: 36px;
    margin: 0 0 10px;
}
.attached-flp-info {
    width: 100%;
    max-width: 300px;
    margin: 10px 0 0;
}
.attached-flp-info span {
    display: block;
    line-height: 2;
}
.virtual-tour-btns {
    width: 30%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.single-virtual-tour:nth-child(4n) {
    background: #f8f8f8;
}
.vt_list-grid-toggle span {
    display: inline-block;
    margin-right: 10px;
    font-size: 30px;
    vertical-align: middle;
    padding: 5px;
    cursor: pointer;
}
.vt_list-grid-toggle span:hover,
.vt_list-grid-toggle span.active {
    color: #000;
}
.type-grid .alm-reveal {
    display: flex;
    flex-flow: wrap;
}
.type-grid .single-virtual-tour {
    width: calc(33.33% - 30px);
    margin: 40px 15px;
    border: 1px solid #E3E3E3;
    border-radius: 15px;
    padding: 20px;
}
.type-grid .single-virtual-tour .vt_img {
    width: 100%;
}
.type-grid .single-virtual-tour .vt_img img {
    height: 250px !important;
    object-fit: cover;
}
.type-grid .vt-flp-info {
    width: 60%;
    padding: 20px 0 0;
}
.type-grid .virtual-tour-btns {
    width: 40%;
    align-content: flex-end;
    justify-content: flex-end;
    flex-flow: wrap;
}
a.cb-btn.btn-align-center {
    margin: 0 auto 50px;
    display: block;
    max-width: 200px;
}

body div#wpadminbar {	
    background: #d4d4dd;	
}	
body div#wpadminbar li#wp-admin-bar-my-account, body div#wpadminbar li#wp-admin-bar-search {	
    display: none;	
}	
body div#wpadminbar li#wp-admin-bar-wpse-form-in-admin-bar input#submit {	
    height: 32px;	
    border: none;	
    padding: 0 20px;	
    background: #fcb813;	
    font-weight: 700;	
}	
body ul#wp-admin-bar-root-default {	
    display: block;	
}	
body div#wpadminbar {	
    background: #d4d4dd;	
}	
body div#wpadminbar a.ab-item {	
    color: #000;	
}	
body div#wpadminbar a.ab-item::before {	
    color: #000;	
}	
body div#wpadminbar li#wp-admin-bar-site-name a {	
    position: relative;	
    font-size: 0;	
}	
body div#wpadminbar li#wp-admin-bar-site-name a:after {	
    content: "Dashboard";	
    position: relative;	
    font-size: 13px;	
}	
body div#wpadminbar a.ab-item:hover, body div#wpadminbar a.ab-item:hover::before {	
    background: #db851a !important;	
    color: #fff !important;	
}	
body div#wpadminbar li#wp-admin-bar-site-name > .ab-sub-wrapper {	
    display: none;	
}	
li#wp-admin-bar-updates,	
li#wp-admin-bar-customize,	
li#wp-admin-bar-edit {	
    display: none !important;	
}	
body div#wpadminbar {
    background: #d4d4dd;
    position: fixed;
    top: 5px;
    right: 10px;
    left: auto;
    width: 100px;
    min-width: 100px;
    height: 30px;
    overflow: hidden;
    margin-top: 30px;
}
body div#wpadminbar:hover {
    height: auto;
}
#wpadminbar .quicklinks .ab-empty-item, #wpadminbar .quicklinks a, #wpadminbar .shortlink-input {
    padding: 0;
}
body div#wpadminbar li#wp-admin-bar-wpse-form-in-admin-bar input#submit {
    width: 100px;
    text-align: center;
    box-sizing: border-box;
}
html {
    margin-top: 0 !important;
}
body .gm-style > div > div > div > div > div {
    background: transparent;
}

select:not(.nbp-mobile-filters) {
    background-image: url(../img/angle-down-solid.svg) !important;
    background-size: 20px 20px !important;
    background-position: 100% center !important;
    background-repeat: no-repeat !important;
}
.floorplan-slide-img img {
    width: 100%;
}
.slider-play-pause {
    position: absolute;
    color: #fff;
    bottom: 25px;
    right: 15px;
    font-size: 0;
}
.slider-play-pause a i {
    font-size: 18px;
    line-height: 1;
}
.slider-play-pause a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    opacity: 0.8;
}
.slider-play-pause a:hover {
    opacity: 1;
}




/*===== Events Section =====*/
.upcoming-events {
    display: flex;
    flex-flow: wrap;
}
.single-event {
    font-size: 18px;
    display: flex;
    width: 50%;
    flex-flow: wrap;
    margin-bottom: 40px;
}
.event-img-link {
    width: 25%;
}
.single-event img {
    height: auto;
    object-fit: cover;
    vertical-align: top;
    display: block;
    width: 100%;
}
.single-event .event_info {
    width: 70%;
    display: block;
    padding: 0 20px;
        margin-bottom: 35px;
}
.single-event .event_info h3 {
    margin: 0 0 10px;
}
.single-events h1.inner-page-title {
    font-size: 54px;
    font-weight: 500;
}

.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;
}

.mobile-ctas {
    position: fixed;
    width: 100%;
    display: flex;
    left: 0;
    bottom: 0;
    z-index: 999;
}
	a.single-mobile-cta {
    display: none;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: rgba(0,0,0,0.45);
    border-right: 1px solid;
    color: #fff !important;
    font-size: 36px;
}
	a.single-mobile-cta:last-child {
    border-right: none;
}
	a.single-mobile-cta span {
    display: block;
    font-size: 18px;
    margin-top: 5px;
}
	.modular_gallery_image img.overlay-logo {
    display: none;
}
.flp-listing-section section.luxury-life {
    display: none !important;
}

.vr-tour-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    opacity: 0;
}
.vr-tour-wrapper.active {
    opacity: 1;
    z-index: 999;
}
.vr-tour-popup {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
        max-width: 900px;
    max-height: 90vh;
}
.vr-close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    right: 0;
    top: 0;
}
iframe.special-vr-iframe {
    max-width: 100%;
    max-height: 100%;
}


.hero-image-slider.single-slide ul.slick-dots,
.hero-image-slider.single-slide .slider-play-pause {
    display: none;
}
/* body.site-plan-starter .show-submenu-mainpg[submenu="website-pages"] ul li,
body.site-plan-starter .show-submenu-mainpg[submenu="settings"] ul li:nth-child(7),
body.site-plan-starter .acf-field.acf-field-true-false.acf-field-5bdc8086f8fc2, 
body.site-plan-starter .main_left .main_cont.mato-shortcd-prt, body.site-plan-starter .main_left .count_main,
body.site-plan-starter li.menu-mainpg[submenu="popups-slideins"],
body.site-plan-starter li.menu-mainpg[submenu="posts"],
body.site-plan-starter span.cont-generater,
body.site-plan-starter ul.nav_1 li:last-child {
    display: none;
}

body.site-plan-starter .show-submenu-mainpg[submenu="website-pages"] {
    display: none !important;
} */



/* body.site-plan-plus .show-submenu-mainpg[submenu="website-pages"] ul li:nth-child(5), 
body.site-plan-plus .show-submenu-mainpg[submenu="website-pages"] ul li:nth-child(10),
body.site-plan-plus .show-submenu-mainpg[submenu="website-pages"] ul li:nth-child(14),
body.site-plan-plus .show-submenu-mainpg[submenu="website-pages"] ul li:nth-child(15),
body.site-plan-plus li.search-engine-optimization,
body.site-plan-plus li.menu-mainpg[submenu="popups-slideins"],
body.site-plan-plus li.menu-mainpg[submenu="posts"],
body.site-plan-plus span.cont-generater {
    display: none;
} */


/* body.site-plan-performance .show-submenu-mainpg[submenu="website-pages"] ul li:nth-child(10),
body.site-plan-performance .show-submenu-mainpg[submenu="website-pages"] ul li:nth-child(14),
body.site-plan-performance .show-submenu-mainpg[submenu="website-pages"] ul li:nth-child(15),
body.site-plan-performance li.menu-mainpg[submenu="popups-slideins"],
body.site-plan-performance li.menu-mainpg[submenu="posts"] {
    display: none;
} */

body.site-type-hivesite .aside ul li.menu-mainpg {
    display: none;
}
body.site-type-hivesite .aside ul li.menu-mainpg:nth-child(2), 
body.site-type-hivesite .aside ul li.menu-mainpg:nth-child(8), 
body.site-type-hivesite .aside ul li.menu-mainpg:nth-child(10), 
body.site-type-hivesite .aside ul li.menu-mainpg:nth-child(11), 
body.site-type-hivesite .aside ul li.menu-mainpg:nth-child(4) {
    display: block;
}

body.site-plan-starter .show-submenu-mainpg[submenu="website-pages"] ul li:first-child, body.site-plan-starter .show-submenu-mainpg[submenu="website-pages"] ul li:nth-child(11), body.site-plan-starter .show-submenu-mainpg[submenu="website-pages"] ul li:nth-child(13) {
    display: block;
}


.alm-reveal.video-gallery-list .single-virtual-tour {
    cursor: pointer;
}
/* .alm-reveal.video-gallery-list .vt-flp-info {
    width: 70%;
} */

.alm-reveal.video-gallery-list .vt-flp-info h2, .alm-reveal.video-gallery-list .vt-flp-info .attached-flp-info {
    max-width: 100%;
    line-height: 1.5;
}

.pk-video-popup {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0,0,0,0.55);
    opacity: 1;
}
.pk-video-popup.active {
    opacity: 1;
    z-index: 9999;
}
.pk-video-popup .pkvp-wrapper {
    display: block;
    position: absolute;
    width: 80%;
    max-width: 80%;
    left: 10%;
    height: auto;
    top: 5%;
    max-height: 90vh;
    background: #000;
}
.pk-close {
    position: absolute;
    z-index: 999;
    width: 30px;
    height: 30px;
    background: #fff;
    right: 0;
    top: 0;
    cursor: pointer;
}
.pk-close:after {
    content: "X";
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    line-height: 30px;
    font-weight: 700;
}
.pkvp-box {
    width: 100%;
    display: block;
    padding-bottom: 56.25%;
}
.pkvp-box iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.page-id--100 .mobile-ctas, .page-id--101 .mobile-ctas {
    display: none !important;
}

#resman-instant-update, #appfolio-instant-update{
    background: #FEA628;
    color: #FFFFFF;
    padding: 10px 20px;
    margin: 11px 10px;
    cursor: pointer;
}

body.postid--111 {
    padding: 0;
}
body.postid--111 .tab-content {
    padding: 0;
}
.goog-te-gadget .goog-te-combo option {
    color: #000;
}
body > .skiptranslate {
    display: none !important;
}

body .vr-tour-wrapper.active {
    opacity: 1;
    z-index: 999999;
}
body.theme-nucleus .flp-hdr h2 {
    width: 50%;
    padding-right: 40px;
}
body.theme-nucleus .flp-header-r {
    width: 50%;
    padding-left: 30px;
}

@media screen and (max-width:1440px) {
    .blog-post-grid .alm-reveal li.single-post .single-featured-image img {
    height: 240px;
}
    h4.single-post-title {
    font-size: 27px;
}
}



@media screen and (max-width:992px) {
    .blog-post-grid .alm-reveal li.single-post .single-featured-image img {
    height: 240px;
}
    h4.single-post-title {
    font-size: 27px;
}
    .blog-posts-filters .category-option, .blog-posts-filters .search-form {
    margin: 0 auto 35px;
    float: none;
}
    .blog-post-grid {
    margin-top: 0;
}
    .blog-post-grid .alm-reveal li.single-post {
    width: calc(50% - 50px);
}
    .blog-post-grid .alm-reveal li.single-post {
    width: calc(50% - 30px);
    margin: 30px 15px;
}
    h1.single-post-title {
    font-size: 44px;
    margin-top: 0;
}
    .single-post-img img {
    height: 300px;
}
    .vt-flp-info h2 {
    font-size: 30px;
}
    .attached-flp-info span {
    line-height: 1.5;
}
    		a.single-mobile-cta {
			display:block;
		}
        .hero-video-section iframe.youtube-video {
            display: none;
        }
}

@media screen and (max-width:767px) {
    body.single-post .page-content {
    padding-top: 120px;
}
    .single-post-header {
    flex-flow: column;
            margin-bottom: 50px;
}
    .single-post-heading {
    width: 100%;
    order: 2;
    margin-top: 30px;
    text-align: center;
    padding: 0;
}
    .single-post-img {
    width: 100%;
}
    .single-post-img img {
    height: 60vw;
}
    .single-post-body .post-content {
    width: 100%;
    padding: 0;
}
    .post-sidebar {
    width: 100%;
}
    .rp-group-wrapper .single-related-posts {
    width: 100%;
    margin: 0 15px 25px;
}
    
    .blog-posts-filters .category-option, .blog-posts-filters .search-form {
    width: 100%;
}
    .blog-post-grid .alm-reveal {
    display: flex;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
}
    .blog-post-grid .alm-reveal li.single-post {
    width: 100%;
    margin: 25px 0;
}
.single-virtual-tour, .type-grid .single-virtual-tour {
    width: 100%;
    margin: 0 0 40px;
    border: 1px solid #E3E3E3;
    border-radius: 15px;
    padding: 20px;
}
.single-virtual-tour .vt_img {
    width: 100%;
}
.single-virtual-tour .vt_img img {
    height: 250px !important;
    object-fit: cover;
}
.vt-flp-info {
    width: 60%;
    padding: 20px 0 0;
}
.virtual-tour-btns {
    width: 40%;
    align-content: flex-end;
    justify-content: flex-end;
    flex-flow: wrap;
}


}



@media screen and (max-width:992px) and (orientation: landscape) {
 aside.header-cta, .mobile-ctas {
    display: none !important;
}
}


/*  for long header css  add this css in style.css below the menu*/
.hidemenu{
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
  }

  /* ======FLP-TABLE========= */

  div.flp-slide-in table{
    width: 100%;
    position: relative;
  }
  
  div.flp-slide-in .availability-table{
    background-color: #ffffff;
    border-radius: 15px;
    margin-top: 16px;
    padding: 15px 10px;
  }
  
  div.flp-slide-in .availability-table .d-flex{
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    display: flex;
  }
  
  div.flp-slide-in .availability-table .d-flex p{
    margin-bottom: 0;
    font-size: 1rem;
    color: #111111;
    font-weight: 600;
  }
  
  div.flp-slide-in .availability-table table{
    font-size: 0.813rem;
    border-collapse: collapse;
  }
  
  div.flp-slide-in .availability-table table thead{
    border: 1px solid #EEEEEE;
    border-right: 0;
    border-left: 0;
  }
  div.flp-slide-in .availability-table table thead th{
    padding: 10px 19px;
    text-align: left;
    padding-left: 0;
    color: #616161;
    font-weight: 500;
  }
  div.flp-slide-in .availability-table tr td{
    padding: 12px 8px;
    padding-left: 0;
    color: #111111;
    font-weight: 600;
    text-align: left;
    vertical-align: top;
  }


.availability-wrapper  tr.single-available-unit.active {
    height: 120px;
}
.availability-wrapper tr.single-available-unit {
  position: relative;
}

div.flp-slide-in .availability-table tr td a{
    color: #111111;
    text-decoration: underline;
  }
  div.flp-slide-in .availability-table tr td:first-child{
    padding-right: 0px;
    padding-left: 8px;
  }
  
  div.flp-slide-in .availability-table input[type="radio"]{
    width: 14px;
    height: 14px;
    margin-right: 0;
    border: 1px solid #D4D4D4;
  }
  div.flp-slide-in .availability-table input[type="radio"]::before{
    border: 5px solid;
  }
  
  div.flp-slide-in .availability-table tr:nth-child(odd){
    background-color: #FAFAFA;
  }

  div.flp-slide-in .tooltip {
  display: none;
  position: absolute;
  background-color: #ffffff;
  padding: 12px;
  box-shadow: 1px 4px 12px 0px #00000026;
  border-radius: 12px;
  /* left: 0; */
  max-width: 275px;
  width: 100%;
  z-index: 2;
  margin-top: 8px;
}

div.flp-slide-in .tooltip h4{
  margin: 0;
  font-size: 1rem;
  margin-bottom: 12px;
}

div.flp-slide-in .tooltip p{
  font-size: 0.813rem;
  font-weight: 500;
}

div.flp-slide-in .tooltip ul, 
div.flp-slide-in .tooltip ol{
  padding-left: 15px;
  font-weight: initial;
  list-style: auto;
}

div.flp-slide-in .tooltip ul li,
  div.flp-slide-in .tooltip ol li{
    margin-bottom: 12px;
    line-height: 1.4;
}

div.flp-slide-in .tooltip ul li:last-child,
div.flp-slide-in .tooltip ol li:last-child
{
  margin-bottom: 0;
}

div.flp-slide-in .availability-table tr td a.hide-link {
  text-decoration: underline;
  color: #1A96F0;
}

.flp-table-wrapper{
    max-height: calc(100vh - 450px);
  }

  .flp-slide-body .flp-info{
    background-color: #F5F5F5;
  }
  