/*custom style v2*/

@media (min-width: 1200px){

    .section_experience_block .content_block .each_content .each_content_wrap .content_wrap{
        margin-top: -100px;
    }
    
}


@media (min-width: 992px){
    .section_listing_grid .filtered_items_wrap .each_item:hover{
        overflow: hidden;
    }

    .section_listing_grid .filtered_items_wrap .each_item:hover .content_bottom_wrap{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /* background-color: var(--ihc-24-blue); */
        /* opacity: 85%; */
        color: var(--ihc-24-white);
        display: flex;
        justify-content: flex-start;
        align-items: end;
        transition: all 300ms ease;
    }

    .section_listing_grid .filtered_items_wrap .each_item:hover .img_wrap .overlay{

        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: var(--ihc-24-blue);
        opacity: 85%;
        transition: all 300ms ease;
    }

    .section_listing_grid .filtered_items_wrap .each_item:hover .content_bottom_wrap .text{

        display: block;
        transition: all 300ms ease;
    }

    .section_listing_grid .filtered_items_wrap .each_item:hover .content_bottom_wrap .link_wrap{

        display: block;
        color: var(--ihc-24-white);
        transition: all 300ms ease;
    }

    .section_listing_grid .filtered_items_wrap .each_item:hover .content_bottom_wrap .link_wrap a{

        color: var(--ihc-24-white);
        transition: all 300ms ease;
    }

    .section_listing_grid .filtered_items_wrap .each_item:hover .content_bottom_wrap .link_wrap a:hover{

        color: var(--ihc-24-bronze);
        transition: all 300ms ease;
    }

    .section_listing_grid .filtered_items_wrap .each_item .item_wrap .show_labels{
        display: block;
    }

}

@media (max-width: 1200px){

    .header_mob_only{
        display: block !important;
    }

    .header_desk_only{
        display: none !important;
    }

    .mainmenu.fixed{
        background: transparent;
    }

    .header_v2{
        padding: 15px;
        position: relative;
        height: 70px;
    }

    .header_v2 .logo{
        max-width: 250px;
        width: 100%;
    }

    .header_v2 .menu_wrap{
        position: fixed;
        top: 70px;
        width: 100%;
        left: 0;
        display: none;
    }

    .header_v2 .h_menu{
        padding-left: 0px;
        flex-direction: column;
        background: var(--wp--preset--color--white);
        color: var(--ihc-24-blue);
        margin: 0px;
        justify-content: flex-end;
        align-items: flex-start;
        background-color: var(--ihc-24-extra-light-grey);
    }

    .header_v2 .h_menu li{
        width: 100%;
        padding: 0px;
    }

    .header_v2 .h_menu li a{
        color: var(--ihc-24-blue);
        padding: 20px 23px 20px 15px;
        display: inline-block;
        line-height: 18px;
        font-size: 15px;
        text-transform: uppercase;
        width: 100%;
    }

    .header_v2 .h_menu li.has_child a.parent_link::after{
        width: 22px;
        height: 22px;
        background-image: url(../img/v2/blue_carrot_down.png);
        right: 15px;
        top: 20px;
        transform: rotate(-90deg);
        background-size: 20px;
    }

    .header_v2 .sub_menu_outer{
        background-color: var(--ihc-24-extra-light-grey);
        overflow: scroll;
        max-height: calc(100vh - 80px);
        top: 70px;
    }

    .header_v2 .sub_menu_outer .top_tile_wrapper{
        padding: 30px 40px;
        margin-left: -8px;
        margin-right: -8px;
    }

    .header_v2 .sub_menu_outer .sub_menu_wrap{
        flex-direction: column;
    }

    .header_v2 .sub_menu_outer .sub_menu_wrap .sub_menu_tile{
        width: 100%;
        padding: 20px 0px;
    }

    .header_v2 li.active .sub_menu_outer .parent_bck{
        text-transform: uppercase;
        padding-left: 40px;
        position: relative;
        padding-top: 30px;
    }

    .header_v2 li.active .sub_menu_outer .parent_bck::before{
        content: "";
        width: 22px;
        height: 22px;
        position: absolute;
        background-image: url(../img/v2/blue_carrot_down.png);
        left: 15px;
        background-repeat: no-repeat;
        transform: rotate(90deg);
        top: 30px;
        background-size: 20px;
        cursor: pointer;
    }

    .header_v2 .sub_leyout_6col .sub_menu_outer .sub_menu_wrap,
    .header_v2 .sub_leyout_2X6col .sub_menu_outer .sub_menu_wrap{
        flex-direction: row;
        justify-content: left;
    }

    .header_v2 .sub_leyout_6col .sub_menu_outer .sub_menu_wrap .sub_menu_tile, 
    .header_v2 .sub_leyout_2X6col .sub_menu_outer .sub_menu_wrap .sub_menu_tile{
        width: 50%;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 10px;
    }

    .header_v2 .sub_leyout_6col .sub_menu_outer .sub_menu_wrap .sub_menu_link_block, 
    .header_v2 .sub_leyout_2X6col .sub_menu_outer .sub_menu_wrap .sub_menu_link_block{
        width: 100%;
        background: var(--ihc-24-white);
    }

    .header_v2 .sub_leyout_6col .sub_menu_outer .sub_menu_wrap .sub_menu_link_block a, 
    .header_v2 .sub_leyout_2X6col .sub_menu_outer .sub_menu_wrap .sub_menu_link_block a{
        background: var(--ihc-24-white);
    }

    .sub_menu_wrap .bottom_wrap .title{
        font-size: 15px;
        line-height: 18px;
        text-transform: none;
        font-family: var(--font-ginger-regular);
    }

    .sub_menu_wrap .bottom_wrap .text{
        text-transform: none;
        font-size: 13px;
        line-height: 18px;
    }

    .h_menu_contact .section_block_footer_contact{
        border-bottom: 0px;
    }

    .sub_leyout_3col .sub_menu_wrap .bottom_wrap .text{
        display: none;
    }

    .header_v2 .h_menu .bottom_menu_item_bar a{
        color: var(--ihc-24-white);
    }

    body.scrolled .header_v2 .h_menu li a{
        color: var(--ihc-24-white);
    }

    body.scrolled .header_v2 .h_menu li a.parent_link{
        color: var(--ihc-24-blue);
    }

    .header_v2.mob_active .menu_wrap{
        display: block;
        min-height: calc(100vh - 70px);
        background: var(--ihc-24-extra-light-grey);
    }

    .header_v2.mob_active .mob_ham_switch span{
        background-image: url(../img/v2/hamburger_white_close.svg);
        background-size: 40px;
    }

    .mob_ham_switch{
        height: 40px;
        padding-left: 15px;
    }

    .mob_ham_switch span{
        width: 30px;
        height: 40px;
        display: inline-block;
        background-image: url(../img/v2/hamburger_white.png);
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: center;
        cursor: pointer;
    }

    body.scrolled .mob_ham_switch span,
    .header_v2.mob_active .mob_ham_switch span{
        background-image: url(../img/v2/hamburger_blue.png);
    }

    body.scrolled .header_v2.mob_active .mob_ham_switch span,
    .header_v2.mob_active .mob_ham_switch span{
        background-image: url(../img/v2/hamburger_blue_close.png);
    }

    .footer ul#language-selector-mob{
        display: flex;
        padding: 1px 5px;
        margin: 0;
    }

    .footer ul#language-selector-mob li a{
        color: var(--ihc-24-blue);
        padding: 10px 5px;
        margin: 5px;
    }

    .footer ul#language-selector-mob li.selected a{
        color: var(--ihc-24-bronze);
    }

    .footer ul#language-selector-mob li.lang_ru{
        display: none;
    }

    

}

@media (max-width: 992px){

    .mob_only{
        display: block !important;
    }

    .desk_only{
        display: none !important;
    }

    .h1v2, h1{
        font-size: 32px !important;
        line-height: 38px !important;
    }

    .h2v2, h2{
        font-size: 28px !important;
        line-height: 33px !important;
    }

    .h3v2, h3{
        font-size: 24px !important;
        line-height: 31px !important;
    }

    .left_container_padding{
        padding-left: 15px;
    }

    .right_container_padding{
        padding-right: 15px;
    }

    .hero_custom_modal{
        width: calc(100% - 30px);
    }

    .section_hero_v2 .section_wrap .hero_scroll_note{
        display: none;
    }

    .section_title_img_text .banner-main--title-container{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section_title_img_text .banner-main--title{
        font-size: 40px !important;
        line-height: 44px !important;
        width: 88%;
    }

    .section_title_img_text .banner-main--bottom,
    .section_title_slider_text .banner-main--bottom{
        flex-direction: column;
        width: 88%;
        padding-left: 15px;
    }

    .section_title_img_text .banner-main--bottom .img_wrap{
        width: 100%;
    }

    .section_title_slider_text .block_title_slider_wrap{
        width: 100%;
    }

    .section_title_slider_text .owl-dots{
        padding: 20px 15px;
    }

    .section_title_img_text .banner-main--description{
        width: 100%;
        padding: 0;
    }

    .section_title_img_text{
        padding-bottom: 40px;
    }

    .section_sticky_scroll .sticky_section_head .title{
        padding-top: 40px;
        padding-bottom: 20px;
        font-size: 28px;
        line-height: 33px;
    }

    .section_sticky_scroll .sticky_section_head .text_wrap{
        padding-bottom: 20px;
        font-size: 16px;
        line-height: 24px;

    }

    .section_sticky_scroll .anchor_wrap{
        position: initial;
        display: flex;
        white-space: nowrap;
        margin-bottom: 40px;
        padding-bottom: 10px;
    }

    .each_sticky_section_wrap{
        flex-direction: column;
    }

    .each_sticky_section .sticky_content{
        padding: 0px;
        height: initial;
    }

    .each_sticky_section_wrap .sticky-left{
        position: initial;
        width: 100%;
    }

    .each_sticky_section .title{
        font-size: 40px;
        line-height: 44px;
        padding-left: 40px;
        padding-right: 15px;
        padding-bottom: 20px;
    }

    .each_sticky_section .text{
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .each_sticky_section .title::before{
        left: 1px;
        width: 30px;
        top: 20px;
    }

    .each_sticky_section .link_wrap{
        padding-left: 15px;
        padding-bottom: 30px;
    }

    .each_sticky_section_wrap .scrolling-right{
        width: 100%;
        margin-bottom: 40px;
    }

    .owl-dots{
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 40px 15px;
    }
    
    .owl-carousel .owl-dots .owl-dot{
        width: 30px;
        max-width: 30px;
    }
    
    .owl-carousel .owl-dots .owl-dot{
        background-color: var(--ihc-24-white);
        opacity: .5;
        height: 3px;
        border: 0px;
        /* opacity: 1; */
    }
    
    .owl-carousel .owl-dots .owl-dot.active{
        opacity: 1;
        background-color: var(--wp--preset--color--white);
    }

    .section_sticky_scroll.iratio-square .each_sticky_section{
        border-bottom: 0px;
    }

    .section_sticky_scroll.iratio-square .each_sticky_section:last-child .scrolling-right{
        margin-bottom: 0px;
    }

    .mosaic_layout_1{
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .mosaic_layout_1 .images_container{
        flex-direction: column;
    }

    .mosaic_layout_1 .left_wrap{
        width: 100%;
        padding-bottom: 15px;
    }

    .mosaic_layout_1 .img_wrap{
        padding: 0px;
    }

    .mosaic_layout_1 .right_wrap{
        display: flex;
        width: 100%;
    }

    .mosaic_layout_1 .right_wrap .img_wrap:first-child{
        padding-right: 8px;
    }
    .mosaic_layout_1 .right_wrap .img_wrap:last-child{
        padding-left: 8px;
    }

    .mosaic_layout_wrap.mosaic_layout_2{
        padding: 40px 0px;
    }

    .mosaic_layout_2 .content_wrap{
        padding-left: 15px;
        padding-right: 15px;
    }

    .mosaic_layout_2 .images_wrap{
        padding-top: 30px;
    }

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

    .mosaic_layout_2 .images_content .owl-stage{
        padding-left: 7px !important;
    }

    .mosaic_layout_3 .right_wrap{
        display: none;
    }

    .mosaic_layout_3 .left_wrap{
        width: 100%;
    }

    .mosaic_layout_3.mosaic_layout_wrap .bottom_wrap .left_img{
        display: none;
    }

    .mosaic_layout_3.mosaic_layout_wrap .bottom_wrap .right_img{
        width: 100%;
    }

    .mosaic_layout_3 .bottom_wrap .b_imgs_wrap{
        margin: 0;
        padding-top: 0px;
    }

    .mosaic_layout_3 .top_wrap{
        padding-left: 5px;
        padding-right: 5px;
    }

    .mosaic_layout_3 .bottom_wrap_mob{
        display: flex;
    }

    .mosaic_layout_3.keep_imgaspect .bottom_wrap_mob .img_4 .img{
        padding-top: 164%;
    }

    .mosaic_layout_3.keep_imgaspect .bottom_wrap_mob .img_1 .img{
        padding-top: 164%;
    }

    .mosaic_layout_5 .section_wrap{
        padding-left: 5px;
        padding-right: 5px;
        flex-direction: column;
    }

    .mosaic_layout_5 .left_wrap{
        width: 100%;
        padding-bottom: 15px;
    }

    .mosaic_layout_5 .content_wrap{
        padding: 0px;
        text-align: center;
        width: 100%;
        text-align: left;
        padding-left: 0px;
    }

    .mosaic_layout_5 .img_wrap{
        padding: 0px;
    }

    .mosaic_layout_wrap .text{
        padding-bottom: 15px;
    }

    .mosaic_layout_5 .top_wrap{
        padding-bottom: 30px;
        width: 100%;
    }

    .mosaic_layout_5.keep_imgaspect .img_2{
        margin-bottom: 15px;
    }

    .mosaic_layout_5 .right_wrap{
        width: 100%;
    }

    .mosaic_layout_6.mosaic_layout_5 .section_wrap{
        flex-direction: column;
    }

    .mosaic_layout_6.mosaic_layout_5 .bottom_wrap_mob{
        display: flex;
        margin-left: -8px;
        margin-right: -8px;
        padding-top: 8px;
    }

    .mosaic_layout_6.mosaic_layout_5 .bottom_wrap_mob .img_wrap{
        padding: 8px;
    }

    .mosaic_layout_6.keep_imgaspect .img_3{
        padding-top: 134%;
    }

    .mosaic_layout_6 .section_wrap{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mosaic_layout_6.mosaic_layout_5 .content_wrap{
        padding-left: 0px;
    }

    .mosaic_layout_7{
        padding-top: 40px;
    }

    .mosaic_layout_7 .top_wrap, 
    .mosaic_layout_7 .images_wrap{
        padding-left: 5px;
        padding-right: 5px;
        flex-direction: column;
    }

    .mosaic_layout_7 .top_wrap .left_wrap{
        width: 100%;
        padding-bottom: 30px;
        text-align: center;
    }

    .mosaic_layout_7 .top_wrap .left_wrap .content_wrap{
        max-width: 100%;
        text-align: center;
    }

    .mosaic_layout_7 .top_wrap .right_wrap{
        width: 100%;
    }

    .mosaic_layout_7 .images_wrap{
        flex-direction: row;
    }

    .mosaic_layout_7 .images_wrap .left_wrap .img_wrap{
        padding: 0px;
        padding-right: 8px;
    }

    .mosaic_layout_7 .images_wrap .right_wrap .img_wrap{
        padding: 0;
        padding-left: 8px;
    }

    .mosaic_layout_8 .section_wrap{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mosaic_layout_8 .images_wrap{
        flex-direction: column;
    }

    .mosaic_layout_8 .img_wrap{
        padding: 8px;
    }

    .mosaic_layout_8 .images_wrap .left_wrap{
        width: 100%;
    }

    .mosaic_layout_8 .images_wrap .right_wrap{
        width: 100%;
        display: flex;
    }

    .mosaic_layout_9 .images_wrap{
        padding-top: 10px;
        flex-wrap: wrap;
        padding-left: 8px;
        padding-right: 8px;
    }

    .mosaic_layout_9 .center_wrap{
        order: 1;
        flex: 0 0 100%;
        width: 100%;
        padding-top: 40px;
    }

    .mosaic_layout_9 .left_wrap{
        order: 2;
        flex: 0 0 50%;
        width: 50%;
    }

    .mosaic_layout_9 .right_wrap{
        order: 3;
        flex: 0 0 50%;
        width: 50%
    }

    .mosaic_layout_wrap.mosaic_layout_9 .img_wrap{
        padding: 8px;
    }


    .owl-carousel.owl_v2_dots .owl-dots{
        position: initial;
    }

    .owl-carousel.owl_v2_dots .owl-dots .owl-dot{
        width: 50px;
        height: 2px;
        margin: 0px;
        background-color: var(--ihc-24-light-grey);
        max-width: 50px;
        opacity: 1;
    }

    .owl-carousel.owl_v2_dots .owl-dots{
        padding-top: 30px;
    }

    .owl-carousel.owl_v2_dots .owl-dots .owl-dot.active{
        background-color: var(--ihc-24-blue);
    }

    .section_experience_block .section_wrap{
        flex-direction: column;
    }

    .section_experience_block .left_wrap .img_wrap{
        width: 100%;
        padding-top: 100%;
    }

    .section_experience_block .section_wrap .left_wrap{
        width: 100%;
        padding-top: 100%;
    }

    .section_experience_block .left_wrap .img_wrap img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section_experience_block .section_wrap .right_wrap{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }

    .section_experience_block .right_wrap .title{
        padding-top: 20px;
        font-size: 32px !important;
        line-height: 38px !important;
        padding-bottom: 15px;
    }

    .section_experience_block .right_wrap .each_label{
        font-size: 20px;
        line-height: 26px;
        padding-top: 10px;
        padding-top: 10px;
    }

    .section_experience_block .content_block .content_wrap{
        max-width: 100%;
    }

    .ex_small_carousel .owl-stage{
        padding-left: 10px !important;
    }

    .section_awards_slider .owl-carousel .owl-item img{
        max-width: 100%;
    }

    .section_map_pannel_v2{
        height: 720px;
    }

    .section_map_pannel_v2 .content_wrap{
        height: 375px;
        position: absolute;
        bottom: 0;
        padding: 15px;
        width: 100%;
        text-align: center;
    }

    .section_map_pannel_v2 .content_wrap .content{
        justify-content: center;
        align-items: center;
    }

    .section_map_pannel_v2.panel--map img.sfmappa{
        right: -100px;
        top: -1px;
        width: 1200px;
        height: 355px;
    }

    .section_map_pannel_v2.panel--map div.imm-con-pal{
        top: 150px;
        right: 190px;
    }

    .section_map_pannel_v2.panel--map a.pointer-giallo{
        right: 250px;
        top: 112px;
    }

    .section_map_pannel_v2.panel--map a.pointer-rosso{
        top: 150px;
        right: 203px;
    }

    .section_map_pannel_v2.panel--map a.pointer-marrone{
        top: 160px;
        right: 178px;
    }

    .section_map_pannel_v2.panel--map a.pointer-verde{
        top: 186px;
        right: 170px;
    }

    .section_map_pannel_v2 .content_wrap p{
        font-size: 15px;
        line-height: 21px;
    }

    .section_map_pannel_v2 .content_wrap .logo-resort{
        max-width: 228px;
    }

    .section_map_pannel_v2 .content_wrap .links_wrap .link_wrap{
        padding-left: 20px;
        padding-right: 20px;
    }

    .footerv2_wrap{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
    }

    .footerv2_wrap .section_wrap{
        flex-direction: column;
    }

    .footerv2_wrap .section_wrap .each_col{
        width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footerv2_wrap .social ul{
        margin: auto;
        padding-top: 40px;
    }

    .footer.footerv2 .f_menu_wrap li a{
        font-size: 14px;
        line-height: 21px;
    }

    .footerv2_wrap .social ul li{
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer.footerv2 .f_form_wrap .footer_form_title{
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .gform_wrapper.gravity-theme .gform_footer.top_label{
        justify-content: center;
    }

    .panel.footer{
        padding-bottom: 0px;
    }

    .section_heading_text_link .grid{
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

    .section_heading_text_link .text, 
    .section_heading_text_link .text p{
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .section_heading_text_link .headline{
        text-align: center;
    }

    .each_sticky_section .title.normaltstyle{
        font-size: 28px;
        line-height: 33px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
    }

    .section_sticky_scroll .sticky_section_head .text_wrap p{
        font-size: 16px;
        line-height: 24px;
    }

    .iratio-rectangle .each_sticky_section_wrap .scrolling-right{
        position: relative;
        top: 0;
        overflow-y: auto;
        margin-bottom: 0;
        border: 0;
    }

    .iratio-rectangle .each_sticky_section_wrap .scrolling-right .scrolling-section{
        position: sticky;
        top: 0;
    }

    .iratio-rectangle .each_sticky_section{
        border: 0;
    }

    .section_sticky_scroll.sticky_cascade_effect .each_sticky_section_wrap .scrolling-right .img_wrap{
        padding-top: 145%;
    }

    .section_title_img_text .banner-main--description p{
        font-size: 16px;
        line-height: 24px;
    }

    .section_full_width_img_slider .owl-stage .img_wrap{
        height: auto;
        padding-top: 57%;
    }

    .section_full_width_img_slider .owl-nav{
        bottom: 0px;
        position: initial;
        margin-top: 15px;
        justify-content: center;
        gap: 15px;
    }

    .section_full_width_img_slider{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .restaurant_bar_slider .owl-stage{
        padding-left: 5px !important;
    }

    .banner_half_image_content .content_wrap{
        display: flex;
        flex-direction: column-reverse;
    }

    .banner_half_image_content .left_wrap,
    .banner_half_image_content .right_wrap{
        width: 100%;
        padding: 0;
        padding-bottom: 30px;
    }

    .banner_half_image_content{
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .block_faq_v2 .acc_title{
        font-size: 15px;
    }

    .block_faq_v2 .acc_content{
        font-size: 15px;
    }

    .section_block_footer_contact{
        padding-left: 15px;
        padding-right: 15px;
    }

    .section_block_footer_contact .section_wrap{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section_block_footer_contact .section_wrap .text, 
    .section_block_footer_contact .section_wrap .text p{
        font-size: 15px;
        line-height: 21px;
    }

    .section_block_footer_contact .section_wrap .action_wrap{
        flex-wrap: wrap;
        padding-top: 5px;
    }

    .section_block_footer_contact .section_wrap .action_wrap .link_wrap{
        padding-top: 15px;
        padding-bottom: 15px;
        width: 50%;
        max-width: 250px;
    }

    .section_block_footer_contact .section_wrap .action_wrap .link_wrap:last-child{
        width: 100%;
        max-width: 100%;
    }

    .section_listing_grid .filtered_items_wrap .each_item{
        width: 100%;
        padding: 0px;
        padding-bottom: 100px;
    }

    .section_listing_grid .filtered_items_wrap .each_item .img_wrap .overlay_switch{
        width: 36px;
        height: 36px;
        background-image: url(../img/v2/grid_plus.png);
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        z-index: 1;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 45px;
    }

    .section_listing_grid .filtered_items_wrap .each_item.has_hover .img_wrap .overlay_switch{
        background-image: url(../img/v2/grid_close.png);
    }

    .section_listing_grid .filtered_items_wrap .each_item.has_hover{
        overflow: hidden;
    }

    .section_listing_grid .filtered_items_wrap .each_item.has_hover .content_bottom_wrap{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /* background-color: var(--ihc-24-blue); */
        /* opacity: 85%; */
        color: var(--ihc-24-white);
        display: flex;
        justify-content: flex-start;
        align-items: end;
        transition: all 300ms ease;
    }

    .section_listing_grid .filtered_items_wrap .each_item.has_hover .img_wrap .overlay{

        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: var(--ihc-24-blue);
        opacity: 85%;
        transition: all 300ms ease;
    }

    .section_listing_grid .filtered_items_wrap .each_item.has_hover .content_bottom_wrap .text{

        display: block;
        transition: all 300ms ease;
    }

    .section_listing_grid .filtered_items_wrap .each_item.has_hover .content_bottom_wrap .show_labels{

        display: block;
        transition: all 300ms ease;
    }

    .section_listing_grid .filtered_items_wrap .each_item.has_hover .content_bottom_wrap .link_wrap{

        display: block;
        color: var(--ihc-24-white);
        transition: all 300ms ease;
    }

    .section_listing_grid .filtered_items_wrap .each_item.has_hover .content_bottom_wrap .link_wrap a{

        color: var(--ihc-24-white);
        transition: all 300ms ease;
    }

    .section_listing_grid .filtered_items_wrap .each_item.has_hover .content_bottom_wrap .link_wrap a:hover{

        color: var(--ihc-24-bronze);
        transition: all 300ms ease;
    }

    .section_listing_grid .filtered_items_wrap.small_grid .each_item{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .section_listing_grid .top_section{
        top: 70px;
    }

    .section_heading_text_link .cover-heading__content{
        text-align: center;
    }

    .slider_standalone_v2 .owl-stage,
    .lfclw-slider .owl-stage{
        padding-left: 15px !important;
    }

    .panel--slideratrev2 .lfclw-slider.owl-carousel{
        padding-left: 0;
        padding-right: 0;
    }

    .block_icon_text .icon_text{
        width: 50%;
        padding-bottom: 30px;
    }

    .block_icon_text .break{
        display: none;
    }

    .block_icon_text .section_wrap{
        justify-content: left;
    }
        
    .block_left_slider_right_content .block_wrap{
        padding: 0;
    }

    .block_left_slider_right_content .content_wrap{
        flex-direction: column;
    }

    .block_left_slider_right_content.banner_half_image_content .left_wrap{
        width: 100%;
    }

    .block_left_slider_right_content.banner_half_image_content .right_wrap{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .block_left_slider_right_content.banner_half_image_content{
        padding: 0px;
        border: 0;
    }

    .gravity_form_embedv2 .grid{
        padding-left: 15px;
        padding-right: 15px;
    }

    .gform_wrapper.gravity-theme .head_selection select{
        font-size: 16px;
    }

    .gform_wrapper.gravity-theme .gform_body.gform-body .gfield.width_1_3{
        grid-column: span 12;
    }

    .gform_wrapper.gravity-theme .gform_body.gform-body .gfield.width_1_6{
        grid-column: span 6;
        padding: 0 8px;
    }

    .block_layout_chessboard .section_wrap .top_wrap, 
    .block_layout_chessboard .section_wrap .bottom_wrap{
        flex-direction: column;
    }

    .block_layout_chessboard .section_wrap .top_wrap .col_1, 
    .block_layout_chessboard .section_wrap .bottom_wrap .col_2{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .block_layout_chessboard .section_wrap .top_wrap .col_2, 
    .block_layout_chessboard .section_wrap .bottom_wrap .col_1{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .block_layout_chessboard .section_wrap .top_wrap .title{
        font-size: 28px;
        line-height: 33px;
        padding-top: 30px;
    }

    .block_layout_chessboard .section_wrap .bottom_wrap .title{
        font-size: 24px !important;
        line-height: 28px;
    }

    .block_layout_chessboard .section_wrap{
        padding-top: 40px;
        padding-bottom: 40px;
    }

}