/*
 Theme Name:   landl2018
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Seventeen Child Theme
 Author:       Varun Shrestha, Ben Green
 Author URI:   http://www.firstlink.com
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-seventeen-child
*/
html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: 'Work Sans';
}
body {
    width: 100%;
    height: 100%;
    font-family: 'Montserrat';
}
a{
    outline: none;
    /*box-shadow: none !important;*/
    /*border-bottom: 1px solid #034169;
    -moz-transition:border 0.3s ease !important;
    -webkit-transition:border 0.3s ease !important;
    transition:border 0.3s ease !important;*/
}

a:hover{
    /*border-color: transparent !important;*/
}

.show-desktop{
    display: block;
}

.hide-desktop{
    display: none;
}

.wrap,.page-one-column .panel-content .wrap{
    max-width: 1400px;
    padding: 3rem 1rem;
}
h1,h2,h3,h4,h5{
    color:#034169;
    font-weight: bold;
}
.single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary{
    max-width: 100%;
    width:100%;
}
.page:not(.home) #content,body.single #content,body.archive #content{
    padding-bottom: 0;
    padding-top:0;
}
/*HEADER*/
header {
    z-index:10;
}
.site-header{
    /*height: 210px;*/
    height: 253px;
}
html body.home #page header .custom-header .custom-header-media,html .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media{
    height: 210px;
    max-height: 210px
}
html body.home #page header .custom-header .custom-header-media.set-height,html .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media.set-height{
    height: auto;
}
.header-banner {
    background-image: url('/wp-content/themes/landl2018/images/header_background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
    position: relative;
}

.header-message {
    font-size: 14px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    border-bottom: 1px solid #034169;
}

.admin-bar.has_header_message .header-message {
    top: 32px;
}

.header-message .wrap{
    padding: 10px 15px;
}

.header-message p {
    margin: 0;
}

.header-message p a {
    text-decoration: underline;
}

.header-message p a:hover{
    text-decoration: none;
}


header .logo img{
    max-width: 225px;
    margin: 11px 0;
}

.has_header_message .site-navigation-fixed.navigation-top {
    top: 41px;
}

.admin-bar.has_header_message .site-navigation-fixed.navigation-top {
    top: 73px;
}

/*.fixed-header {
    position: fixed;
    top:0; left:0;
    width: 100%;
}*/
/********Main Nav block*******/
nav {
    width:100%;
    height:60px;
    background: #FFF;
    z-index:10;
}
nav ul {
    list-style-type: none;
    margin: 0 auto;
    padding-left:0;
    text-align:right;
    width: 100%;
    max-width: 100%;
}
nav ul li {
    display: inline-block;
    line-height: 3;
    margin-left: 10px;
}
nav ul li a {
    text-decoration: none;
    color: #a9abae;
}
.main-navigation .sub-menu li{
    line-height: 40px;
    border-bottom: 1px solid #034169;
    width: 180px;
    margin:0;
    background: rgba(68, 134, 192, 0.7);
}
.main-navigation .sub-menu li:hover{
     background: rgba(68, 134, 192, 1);
}
.main-navigation .sub-menu li:last-child {
    border-bottom: 0;
}
.main-navigation .sub-menu li a,.main-navigation .sub-menu li a:hover{
    box-shadow: none;
    color: #FFF;
    font-size: 1.1rem;
    text-align: center;
    background: transparent;
    outline: none;
}
.navigation-top{
    border-bottom: 1px solid #034169;
}
.main-navigation a{
    padding:0;
}
.main-navigation .menu-top-container a {
    padding: 0 0.5em;
    color:#034169;
    font-size:1.2rem;
    outline: none;
    border: none;
}
.menu-top-container{
    display: inline-block;
    max-width: 600px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;

}
.main-navigation ul ul{
    background: transparent;
}
/*.main-navigation.fixed-header .menu-top-container{
    margin-left: 0;
}*/
.main-navigation a.pop-contact-close-btn.btn.default-hide{
    display: none;
}
.main-navigation a.pop-contact-btn.btn,.main-navigation a.pop-contact-close-btn.btn {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    border: 2px solid #034169;
    margin: 8.5px 0;
    min-width: auto;
    padding: 6px 12px;
}
.main-navigation a.pop-contact-btn.btn.custom-pop-close,.main-navigation a.pop-contact-close-btn.btn.custom-pop-close{
    display: none;
    transition-duration: 0s;
    transition-property: opacity;
    opacity: 0;
}
.main-navigation a.pop-contact-btn.btn.custom-pop-open,.main-navigation a.pop-contact-close-btn.btn.custom-pop-open{
    display: block;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    opacity: 1;
}
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
.main-navigation a.pop-contact-btn.btn:hover,.main-navigation a.pop-contact-close-btn.btn:hover{
    background: #034169;
    color:#FFF;
}
/*.fixed-header .menu-top-container .menu{
    margin-left:2rem;
}*/
.white-nav-wrapper,.grey-nav-wrapper{
    max-width: 1600px;
    margin: auto;
    position: relative;
}
.navigation-top.site-navigation-fixed .horz-logo{
    transition-delay: 0.5s !important;
    transition-duration: 1.9s !important;
    opacity: 1;
    border: none;
}
.navigation-top .horz-logo,.navigation-top .mob-logo{
    float: left;
    padding:0;
    transition-duration: 0.5s;
    transition-property:opacity;
    opacity: 0;
}
.navigation-top .horz-logo img,.navigation-top .mob-logo img{
    height: 40px;
    margin-top: 10px;
}

.grey-nav-wrapper .primary-text{
    position: absolute;
    top: 2.5rem;
    left: 300px;
    font-size: 1.3rem;
    color: #034169;
}
.grey-nav-wrapper .secondary-text{
    position: absolute;
    bottom: 2.3rem;
    right: 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #034169;
    text-align: right;
    line-height: 1.5;
}
.grey-nav-wrapper .secondary-text span{
    font-weight: normal;
    font-style: italic;
    display: block;
}
.grey-nav-wrapper .secondary-text a{
    color: #034169;
}
.main-navigation ul li.menu-item-has-children::before, .main-navigation ul li.menu-item-has-children::after, .main-navigation ul li.page_item_has_children::before, .main-navigation ul li.page_item_has_children::after {
    border-width: 0;
}
.main-navigation li.menu-header-search{
    display: none;
}
/*custom-header*/
.featured-img-wrapper{
    position: relative;
    border-bottom: 1px solid #034169;
}
.remodeling-link{
    position: absolute;
    top: 3.5rem;
    right:0;
    z-index: 9999999999;
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -ms-transition: -ms-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;

}
.remodeling-link,.remodeling-link:hover{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.featured-img-wrapper.nav-is-top .remodeling-link {
    -webkit-transform: translate3d(850px, 0, 0);
    -moz-transform: translate3d(850px, 0, 0);
    -o-transform: translate3d(850px, 0, 0);
    -ms-transform: translate3d(850px, 0, 0);
    transform: translate3d(850px, 0, 0);
    top: 3.5rem;
    position: fixed;
    margin-top: 3.5rem;
}
.main-navigation .search-resources{
    position: absolute;
    top: 0;
    right: 9rem;
    font-weight: normal;
    border: 2px solid #034169;
    cursor: pointer;
    background: url('/wp-content/themes/landl2018/images/search.png') 5px no-repeat;
    background-size: 30px;
    font-size: 1rem;
    letter-spacing: .1em;
    border: 0;
    transition: width .35s;
    width: 0;
    height: 43px;
    padding: 0;
    margin: 8.5px 0;
    padding-left: 2.5rem;
    color: #034169;
    display: inline-block;
    float: left;
    margin-right: 2rem;
    font-size: 0.8rem;
}
.white-nav-wrapper .mob-menu,.white-nav-wrapper .mob-logo{
    display: none;
}
.navigation-top.site-navigation-fixed .horz-logo{
    display: block;
}
.main-navigation ul ul{
    border:0;
}
.main-navigation ul ul a{
    width: auto;
}

.site-branding{
    margin-bottom: 0 !important;
    top: 0px;
    padding: 0;
}
.site-branding a,.site-branding a:hover{
    opacity: 1;
}
.navigation-top .wrap{
    padding: 0;
    max-width: 1600px;
}
/********Main Nav block*******/
/*Custom header and Banner description*/
.panel-image::before{
    background: none;
}
.panel-image{
    height: 70vh;
}
.other-page-banner-wrapper{
    text-align: center;
    margin: auto;
}
.mob-title{
    display: none;
}
body.home #page header .custom-header .custom-header-media{
    height: calc(70vh - 32px);
}
.custom-header-media::before {
    background: none;
}
.banner-description{
    float: none ;
    padding-right: 0% ;
    text-shadow: none ;
    letter-spacing: 2px ;
    position: absolute ;
    top:25%;
    left: 0px ;
    right: 0px ;
    margin: auto ;
    width: 100% ;
    height: 100% ;
    background: transparent none repeat scroll 0% 0% ;
    display: block ;
    font-size: 2rem ;
    font-weight: bold;
}
.banner-description h1{
    margin-bottom: 0rem;
}
.banner-description h1,.banner-description h2,.banner-description h3{
    color:#FFF;
    font-weight: bold;
    text-shadow: 2px 2px black;
}
.banner-description>div{
    margin: auto;
    width: 100%;
    max-width: 700px;
    color: #034169;
    padding: 1rem 3.2rem;
    text-align: center;
    font-size: 2.5rem;
    background: rgba(251, 249, 249, 0.8);
    -moz-transform:scale(0);
    -webkit-transform:scale(0);
    transform:scale(0);
    -moz-transition:transform 1s ease;
    -webkit-transition:transform 1s ease;
    transition:transform 1s ease;
}
.banner-description p{
    margin: 0;
}


.loaded .banner-description>div{
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    transform:scale(1);
}

/*Banner description*/
/*Breadcrumb menu*/
.breadcrumb-sub-menu{
    text-align: center;
    background: #9e9e9e;
    color:#FFF;
}
.breadcrumb-sub-menu .wrap{
    padding: 0;
    /*margin-top:-0.5rem;*/
}
.breadcrumb-sub-menu .wrap span{
    display: inline-block;
}
.breadcrumb-sub-menu .wrap span a{
    display: block;
    margin: 18px 0;
    position: relative;
    color: #FFF;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    border-left: 2px solid #FFF;
    padding: 0 18px;
    outline: none;
    border: none;

}
.breadcrumb-sub-menu .wrap span:last-child a{
    /*border-right: 2px solid #FFF;*/
}
.breadcrumb-sub-menu .wrap span.active a{
    color: #034169;
}
.breadcrumb-sub-menu .wrap span a:hover{
    color: #034169;
}
/*Breadcrumb menu*/
/*HEADER*/
/*FOOTER*/
.site-footer{
    margin-top:0;

}
footer .wrap{
    padding:2rem 1rem;
}
footer .social-media-block{
    background: #034169;
    color: #FFF;
}
footer .social-media-block .wrap div{
    display: inline-block;
    float: left;
    width: 16%;
    text-align: center;
    border-left: 1px solid #FFF;
    padding: 1%;
}
footer .social-media-block .wrap div:last-of-type{
    border-right:1px solid #FFF;
}
footer .social-media-block .wrap div a,footer .social-media-block .wrap div a:hover{
    color: #FFF;
}
footer .widget{
    padding-bottom: 0;
}
#bottom-menu{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 13rem;
}
.site-footer ul#bottom-menu > li{
    float: none;
    margin: 0;
}
.site-footer ul#bottom-menu > li:nth-of-type(3){
    order:1;
}
.site-footer ul#bottom-menu > li:nth-of-type(4){
    /*margin: 0.5rem 0;*/
}
.site-footer ul#bottom-menu > li a{
    border: none;
}

.site-info{
    display: inline-block;
    width: 100%;
    float: none;
    text-align: center;
    margin: auto;
}
.flt{
    display: inline-block;
    float: right;
    margin-top: -1rem;
}
.footer-wrap-wrapper{
    max-width: 1400px;
    width: 100%;
    margin: auto;
}
.footer-wrap-wrapper .wrap{
    display: inline-block;
    width: 33.33%;
    float: left;
}
/*FOOTER*/
/*HOMEPAGE*/
.explore-products .table-cell{
    text-align: center;
    padding: 0 4rem;
}
.explore-products img,.explore-products .btn{
    max-width: 450px;
    width: 100%;
}
.explore-products .btn{
    margin-top:1.5rem;
}
.panel-row.location-block a,.panel-row.location-block a:hover{
    box-shadow: none;
}
/*HOMEPAGE*/
/*SHORTCODE*/
.flt-style-1 {
    max-width: 1600px;
    margin: auto;
    margin-bottom: 3rem;
    position: relative;
}
.flt-style-1 .heading{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 10rem;
}
.flt-style-1 h3::before {
    content: url('/wp-content/themes/landl2018/images/logo_piece.png');
    height: 25px;
    padding-right: 0.5rem;
}
.flt-style-1 .heading h3{
    background: rgba(251, 249, 249, 0.6);
    position: absolute;
    top: 3.5rem;
    left:1rem;
    padding:0.5rem;
}
.flt-style-1 .heading.right h3{
    right: 1rem;
    left: unset;
}
.flt-style-1 .content{
    border: 1px solid #034169;
    border-top:0;
    padding:2rem 3rem;
    background: #ebebeb;
}
.flt-style-1 .panel-row  .panel-two-columns:nth-of-type(1) p{
    padding-left:0;
}
.flt-style-1 .panel-row  .panel-two-columns:nth-of-type(2) p{
    padding-right:0;
}
.flt-style-1 .panel-row  .panel-two-columns:nth-of-type(2) h3{
    padding-left:2rem;
}
.flt-style-1 .panel-row .panel-two-columns{
    vertical-align: middle;
}
.flt-style-2{
    margin-top:4rem;

}
.flt-style-2 .table-cell:nth-of-type(1){
    position: relative;
}
.flt-style-2 .table-cell:nth-of-type(1)>div{
    height:230px;
    text-align: center;
    background: #555555;
    color:#FFF;
    padding: 0 1rem;
    position: relative;
    opacity: 0.6;
    border-bottom: 1px solid #fff;
}
.flt-style-2 .table-cell:nth-of-type(1)>div.active{
     transition-delay: 0.2s;
    transition-duration: 0.3s;
    opacity: 1;
}
.flt-style-2 .table-cell:nth-of-type(1) div:nth-of-type(2n){
    /*border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;*/
}
.flt-style-2 .table-cell:nth-of-type(1) div h3{
    text-align: center;
    padding: 1rem 0 0.5rem 0;
    margin:0;
    color:#FFF;
    font-size: 1.2rem;
}
.flt-style-2 .table-cell:nth-of-type(1) div p{
    text-align: left;
    margin: 0;
}
.flt-style-2 .table-cell:nth-of-type(1) div .btn{
    font-size:1rem;
    width: auto;
    margin-top:0.5rem;
}
.flt-style-2 .table-cell:nth-of-type(2){
    position: relative;
}
.flt-style-2 .table-cell:nth-of-type(2)>div{
    height: 690px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    /*transition-delay: 0.5s;
    transition-duration: 0.9s;*/

    transition-delay: 0.3s;
    transition-duration: 0.2s;
}
.flt-style-2 .table-cell:nth-of-type(1)>div.active::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    height: 0;
    width: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    bottom: 0;
    border-right: 12px solid #888888;
    border-left: 0;
    margin: auto;
    top: 0;

}
.flt-style-2 .table-cell:nth-of-type(2)>div:nth-of-type(1){
    opacity: 1;
}

.featured-project {
    padding-top: 2rem;
}
.featured-project .panel-two-columns:nth-of-type(2){
    padding-left: 1rem;
}
.featured-project .panel-two-columns p{
    padding: 0;
}
.featured-project-slider-wrapper{
    /*background: #efedee;*/
    background: #555555;
}
.featured-project-slider-wrapper h2{
    color: #4486c0;
}
.featured-project-slider-wrapper .featured-project-slider.slick-dotted.slick-slider{
    margin-bottom: 0;
    color:#FFF;
}
.featured-project-slider-wrapper .featured-project-slider.slick-dotted.slick-slider h2,.featured-project-slider-wrapper .featured-project-slider.slick-dotted.slick-slider h3,.featured-project-slider-wrapper .featured-project-slider.slick-dotted.slick-slider h4{
    color:#FFF;
    text-align: left;
}
.featured-project-slider-wrapper .featured-project-slider .slick-dots li button::before{
    font-size: 0.5rem;
    color: #FFF;
    opacity: 1;
}
.featured-project-slider-wrapper .featured-project-slider .slick-dots li.slick-active button::before{
    color:#034169;
}
/*SHORTCODE*/
/*MISCELLANEOUS*/
.location-block .btn{
    font-size: 1rem;
    margin: 1rem 0 0.5rem 0;
    min-width: auto;
}
.location-block a,.location-block a:hover{
    box-shadow: none;
}
.wrapper-block-box.landlproducts {
    border: 1px solid #034169;
    padding: 2rem 1rem;
    color:#034169;
    display: table;
}
.wrapper-block-box .block-col{
    float: left;
}
.wrapper-block-box.landlproducts .cost{
    border: 1px solid #034169;
    max-width: 250px;
    width: 100%;
    margin: auto;
    margin-top: 0.5rem;
    height: 42px;
    overflow: hidden;
}

.wrapper-block-box.landlproducts .cost span{
    display: block;
    padding: 0.5rem;
    -moz-transition:transform 0.3s linear;
    -webkit-transition:transform 0.3s linear;
    transition:transform 0.3s linear;
    cursor: default;
}

.wrapper-block-box.landlproducts .cost .hover{
    -moz-transform : translateY(100%);
    -webkit-transform : translateY(100%);
    transform : translateY(100%);
}

.wrapper-block-box.landlproducts .cost:hover .normal{
    -moz-transform : translateY(-100%);
    -webkit-transform : translateY(-100%);
    transform : translateY(-100%);
}

.wrapper-block-box.landlproducts .cost:hover .hover{
    -moz-transform : translateY(-100%);
    -webkit-transform : translateY(-100%);
    transform : translateY(-100%);
}

.extra-info{
    background: #034169;
    padding: 0.5rem;
    color:#FFF;
    text-align: center;
}
.extra-info a,.extra-info a:hover{
    color:#FFF;
    box-shadow: none;
}
.entry-content .read-more,.read-more:hover,.entry-content .read-more:link{
    text-decoration: none;
    color: #4486c0;
    box-shadow: none !important;
    font-weight: 600;
    display: block;
    padding: 1rem 0;
}
.process-box{
    margin:3rem auto;
}
.process-box h3{
    width: auto;
    max-width: 18rem;
    background: #FFF;
    margin-top: -3rem;
    padding: 0 1rem;
}
.process-box h4{
    padding-top: 0;
}
.question-title{
    font-style: italic;
    color: rgba(68, 134, 192, 1);
}
.max-height-375{
    max-height: 375px;
}
.panorama-wrapper .panorama-control-pause{
    width: 89%;
}
.background-grey{
    background: #9e9e9e;
}
.background-light-grey{
    background: #efedee;
}
.panorama-viewport {
    width: 41em !important;
}
/*MISCELLANEOUS*/
/***Modal window and contact form****/
.pum-theme-default-theme{
    z-index: 99999999999 !important;
}
.pum-container{
    padding: 0 !important;
}
body .gform_wrapper{
    margin:0;
    background: #FFF;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif !important;
}
.gform_wrapper form{
    border:1px solid #034169;
}
body .gform_wrapper .gform_heading{
    background: #034169;
    text-align: center;
    margin-bottom: 0;
}
body .gform_wrapper h3.gform_title{
    margin-top:0;
    font-size: 1.5rem;
    font-weight: 500;
    color: #FFF;
    /*padding: 0.2rem 0;*/
    padding: 10px 0;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif !important;
}
body .gform_wrapper .gform_body{
    padding-bottom: 1rem;
    margin: auto;
}
body .gform_wrapper .gform_body,body .gform_wrapper div.validation_error{
    max-width: 100%;
    width: 100%;
    padding: 0 2rem 1rem 2rem;
}
body .pum-container .gform_wrapper .gform_body,body .gform_wrapper div.validation_error{
    padding: 0 0 0.5rem 0;
}
body .gform_wrapper .gform_body .gfield{
    margin-top: 0;
    padding-right: 0;
}
body .gform_wrapper .gform_body .gfield_radio li{
    display: inline-block;
    width: 50%;
    margin-bottom: 1rem;
}
body .gform_wrapper .gform_body .gfield_radio li label{
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif !important;
    font-size: 16px;
    color: #034169;
}
body .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100%;
}
body .gform_wrapper textarea.medium{
    max-width: 316px;
    width: 100%;
    height: 60px;
    max-width: 100%;
}
.pum-content .gform_wrapper.gform_validation_error .top_label input.medium, .pum-content .gform_wrapper.gform_validation_error .top_label select.medium{
    width: 100%;
}
body .gform_wrapper .gform_body .gfield_label,.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label{
    color: #034169;
    line-height: 1;
    margin:0;
}
body .gform_wrapper .gform_footer{
    padding: 0 0 1rem 0;
    margin: auto;
    text-align: center;
}
body .pum-container .gform_wrapper .gfield_captcha_container{
    position: relative;
    display: table;
    width: 100%;
}
body .pum-container .gform_wrapper .gfield_captcha_container img.gfield_captcha{
   display: table-cell;
   vertical-align: middle;
}
body .pum-container .gform_wrapper .gfield_captcha_container .gfield_captcha_input_container{
    display: table-cell;
    width: 75%;
    vertical-align: middle;
}
body .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"]{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    text-decoration: none;
    color: #FFF;
    box-shadow: none !important;
    font-size: 1.2rem;
    min-width: 12rem;
    letter-spacing: 1px;
    text-transform: none;
    font-weight: normal;
}
body .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"],body .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"]:hover{
    background: #034169;
    color: #FFF;
}
body .gform_wrapper .gform_body ul li.captcha-wrapper{
    display: table;
    width: 100%;
}
body .gform_wrapper .gform_body ul li.captcha-wrapper label{
    display: block;
    padding-top: 0.5rem;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    color: #034169;
}

body .gform_wrapper .gform_body ul li.field_description_below div.ginput_container_radio{
    margin-top: 0px;
}
body .gform_wrapper .simple_captcha_small input {
    width: 100%;
}
.gform_confirmation_message{
    padding: 2rem 1rem;
    color: green;
    font-size: 1.2rem;
}
/***Modal window and contact form****/
/* Begin Learning Center / Resources */

input[type="button"]{
  background: #034169;
}
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover{
  background: #0068ac;
}
input.pagination-link + input[type="button"],
input.pagination-link,
.pagination-link{
  padding:0.8rem 1.1rem;
  margin:0.3rem;
}
.pagination-block{
  text-align: center;
}
.categories-link{
  display: block;
  margin-bottom: 0.75rem;
  width: fit-content;
}
.question-group-title{
  margin-bottom: 0;
}
#learning-center-archive-header h1,
#learning-center-archive-header h2{
  padding-top: 0;
  text-align: center;
}
.no-results-spellchecked{
  margin-bottom: 0.75rem;
}
.no-results-spellchecked .user-query{
  display: block;
  font-size: 90%;
}
/* End Learning Center / Resources */

/*Our-Process*/
.our-process-tabs.responsive-tabs-wrapper .responsive-tabs-list li{
    background: #4486c0;
    width: 12.5%;
    text-align: center;
    margin: 0;
    border-radius: 0;
}
.our-process-tabs.responsive-tabs-wrapper .responsive-tabs-list{
    margin: 0;
}
.our-process-tabs.responsive-tabs-wrapper .responsive-tabs-list li,.our-process-tabs.responsive-tabs-wrapper .responsive-tabs-list li a{
    display: block;
    border: none;
}
.our-process-tabs.responsive-tabs-wrapper .responsive-tabs-list li a,.our-process-tabs .responsive-tabs-wrapper .responsive-tabs-list li a:hover,
.our-process-tabs.responsive-tabs-wrapper .responsive-tabs-list li a img{
    box-shadow: none;
}
.our-process-tabs.responsive-tabs-wrapper .responsive-tabs-list li{
    padding-top: 20px;
}
.our-process-tabs.responsive-tabs-wrapper .responsive-tabs-list li a img{
    padding-top: 0.5rem;
}
.our-process-tabs.responsive-tabs-wrapper .responsive-tabs-list li a span{
    display: none;
}
.our-process-tabs.responsive-tabs-wrapper .responsive-tabs-list li a span.step{
    display: block;
    color:#FFF;
}
.our-process-tabs.responsive-tabs-wrapper .responsive-tabs-list li a div{
    color:#FFF;
}
.our-process-tabs.responsive-tabs-wrapper .responsive-tabs-list li p{
    margin:0;
}
.our-process-tabs.responsive-tabs-wrapper .responsive-tabs-list li.active{
    background: #034169;
    position: relative;
}
.our-process-tabs.responsive-tabs-wrapper .responsive-tabs-list li.active:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -0.5rem;
    border-top: 12px solid #034169;
    border-bottom: 0;
    margin: auto;
}

.why-llglass.responsive-tabs-wrapper .responsive-tabs-list li a span{
    display: inline-block;
    padding-left: 0.5rem;
    color:#FFF;
    vertical-align: top;
    margin-top: 1rem;
    font-weight: bold;
}
.why-llglass.responsive-tabs-wrapper .responsive-tabs-list li.active::after {
    border-top: 25px solid #555555;
    z-index: 9;
    bottom: -25px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.why-llglass.responsive-tabs-wrapper .responsive-tabs-list li{
    width: 33.33%;
    background: #888888;
    border-right: 1px solid #555555;
}
.why-llglass.responsive-tabs-wrapper .responsive-tabs-list li:last-child{
    border-right: none;
}
.why-llglass.responsive-tabs-wrapper .responsive-tabs-list li.active{
    background: #555555;
    border-right: none;
}
.why-llglass.responsive-tabs-wrapper .responsive-tabs-list li {
    padding-top: 9px;
}
.why-llglass.responsive-tabs-wrapper .responsive-tabs .tabcontent {
    padding: 0;
    background: #ebebeb;
}
.why-llglass.responsive-tabs-wrapper .responsive-tabs .tabcontent .panel-row{
    padding: 2rem;
}
.why-llglass.responsive-tabs-wrapper .responsive-tabs p{
    margin: 0;
}
.dot-steps {
    position: relative;
}
.dot-steps li {
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    border-radius: 1em;
    background: #4486c0;
    margin: 0 1em;
    display: inline-block;
    color: white;
    position: relative;
}
.dot-steps li:first-child,.dot-steps li:last-child{
    width: auto;
    height: auto;
    background: none !important;
    color: black;
    padding-right: 2rem;
}
.dot-steps li::before,.dot-steps li:nth-child(7)::after{
    content: '';
    position: absolute;
    top: .9em;
    left: -4em;
    width: 4em;
    height: .2em;
    background: #4486c0;

}
.dot-steps li:nth-child(7)::after{
    left:0;
}
.dot-steps li:first-child::before,.dot-steps li:last-child::before {
    display: none;
}

.dot-steps .active {
    background: #4486c0;
    z-index: 1;
}

.dot-steps .active ~ li {
    background: lightblue;
}

.dot-steps .active ~ li::before ,.dot-steps .active ~ li::after {
    background: lightblue;
}
.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}
/*Our-Process*/
/*Overlayer*/
.SiteNav-cover {
    background-color: #000;
    position: fixed;
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -100;
    transition: opacity 0.5s ease-in-out 0.1s, z-index 0s ease-in-out 0.51s;
    opacity: 0;
    display: block;
    pointer-events: none;
}
.SiteNav-cover.is-active {
    opacity: 0.8;
    z-index: 200;
    pointer-events: all;
    transition: opacity 0.5s ease-in-out 0s, z-index 0s ease-in-out 0s;
}
/*Overlayer*/
/*Extra*/
html body.home #page header .custom-header .custom-header-media.header-height-popup, html .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media.header-height-popup{
    height: 60px;
}
.pum-container.pum-responsive.popmake .pum-title {
    background: #034169;
    color: #FFF;
    text-align: center;
    padding: 0.1rem 0.3rem;
    font-size: 1rem;
}
body .gform_wrapper ul.gform_fields li.gfield{
    margin-top:0.3rem;
    padding-right: 0;
}
body .gform_wrapper ul.gform_fields li.gfield.side-by-side{
    display: table;
    width: 100%;
    margin-bottom: 8px;
}
.gform_wrapper li.gfield.side-by-side.gfield_error.gfield_contains_required div.gfield_description{
    padding-left: 8px;
}
body .gform_wrapper ul.gform_fields li.gfield.side-by-side label{
    display: table-cell;
    width: 25%;
    vertical-align: middle;
}
body .gform_wrapper ul.gform_fields li.gfield.side-by-side .ginput_container{
    display: table-cell;
    width: 75%;
    vertical-align: middle;
}
.pum-content.popmake-content {
    padding: 1rem;
    text-align: center;
    line-height: 1.5;
    color: #034169;
}
.pum-content.popmake-content .gform_wrapper,.pum-content.popmake-content .gform_wrapper form{
    border: 0;
}
.vimeo-wrapper {
    height: 0;
    position: relative;
}
.vimeo-container {
    width: 90%;
    float: right;
}
.vimeo-container.single {
    float: none;
    text-align: center;
    margin: auto;
}
.vimeo-container.home-video{
    width: 90%;
}
.vimeo-wrapper.block-16-to-9{
    padding-bottom: 56.25%; /* 16:9 */
}
.vimeo-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0;
}
.visit-showroom-form{
    max-width: 600px;
    width: 100%;
    float: right;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

body .visit-showroom-form .gform_wrapper .gform_body .gfield_label{display: none;}

body .visit-showroom-form .gform_wrapper textarea.large {
    height: 150px;
    background: rgba(255,255,255,0.8);
}

 .visit-showroom-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    background: rgba(255,255,255,0.8);
}


body .visit-showroom-form .gform_wrapper ul.gfield_checkbox li label {
    color:#fff;
    font-size: 16px;
}
body .visit-showroom-form .gform_wrapper {
    background:transparent;
}

body .visit-showroom-form .gform_wrapper .gform_heading {
    background:rgba(3,65,105,0.8);
}

body .visit-showroom-form .gform_wrapper h3.gform_title {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.visit-showroom-form p{
    margin: 0;
}
.visit-showroom-form br{
    display: none;
}
.visit-showroom-form .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li{
    display: inline-block;
    width: 50%;
    float: left;
}
.visit-showroom-form .gform_wrapper .gform_footer{
    padding: 1rem 0;
}
.video-table .panorama-wrapper .panorama-viewport{
    float: right;
    max-width: 600px;
    width: 100% !important;
}
.video-table .panorama-wrapper .panorama-viewport .panorama-control-pause{
    width: 89%;
}
.accordion.custom-glass {
    max-width: 1000px;
    margin: auto;
}
.question-group {
    max-width: 1000px;
    margin: auto;
}
.main-navigation ul ul .menu-item-has-children > a > .icon, .main-navigation ul ul .page_item_has_children > a > .icon{
    right: 0;
}
.wrapper-team-box.spotlight{
    background: #9e9e9e;
    padding:2rem;
    margin: 2rem 0;
}
.wrapper-team-box.spotlight h3{
    margin: auto;
}
.wrapper-team-box.spotlight .panel-row{
    margin: 1rem auto;
}
 .custom-header{
     display: block;
     height: auto;
     margin-top: 42px;
}
.site-footer #navigation-bottom .menu-top-container{
    max-width: 600px;
}
.entry-footer{
    padding: 0;
    border: none;
}
.box.search {
    max-width: 900px;
    margin: auto;
    margin-top: auto;
    margin-top: auto;
    margin-top: 2rem;
    padding: 2rem 1rem;
    border: none;
    text-align: center;
    background: #9e9e9e;
    color: #FFF;
}
.box.search .SiteNav-searchInput{
    padding: 5px 4px;
}
.box.search .input-btn{
    margin-top:1rem;
}
.box.search.default{
    background: none;
    color: #034169;
    margin-bottom: 1rem;
}
h3.number {
    padding: 0.2rem;
    margin: 0;
    font-weight: normal;
    font-size: 1.2rem;
}
  #bottom-menu .menu-header-search{
    display: none;
  }
  #navigation-bottom .menu-top-container{
    position:relative;
  }
  #bottom-menu ul, ul#bottom-menu{
    list-style-type: none;
    height:auto;
  }
  ul#bottom-menu > li{
    float: left;
    margin: 0 2rem 0.5rem;
  }
  #navigation-bottom{
    display: flex;
  }
  #navigation-bottom .menu-top-container{
    margin: 0 auto;
    max-width: fit-content;
  }
/*  header .sub-menu .menu-item-has-children .sub-menu,
header .sub-menu .menu-item-has-children svg.icon-angle-down{
display: none !important;
}*/
.menu-top-container .bottom-show,.menu-top-container #bottom-menu .top-show{
  display: none;
}
.menu-top-container #bottom-menu .bottom-show{
  display: block;
}
.question-group-questions {
    margin-top: 2rem;
}
iframe{
    margin-bottom: 0;
}

#arvada-showroom .background-grey,
#denver-showroom .background-grey,
#granby-showroom .background-grey{
    background: #efedee;
}

.why-lnl-box .heading{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px 5px;
    margin-bottom: 10px;
}

.why-lnl-box .heading h2{
    color:#fff;
    font-size: 1.2rem;
    margin: 0;
}

.why-lnl-box .text{
    font-size: 16px;
    line-height: 1.6;
}


.mobile-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.menu .sub-menu .sub-menu{
	display:none;
}
.top-show .icon{
	display:none !important;
}
.gform_confirmation_message a {
    text-decoration: underline;
}
.gform_confirmation_message {
    text-align:left;
}
/*Extra*/
/******************************************************************MEDIA**************************************************************************/
/*1650px.*/
@media screen and (max-width:103.125em){
    .navigation-top .wrap{
        margin: 0 1rem;
    }
    .nav-head .btn,.grey-nav-wrapper .secondary-text{
        right:1rem;
    }

    .social-media-block .wrap{
        padding:2rem 0;
    }
    footer .social-media-block .wrap div:first-of-type{
        border-left: 0;
    }
    footer .social-media-block .wrap div:last-of-type{
        border-right: 0;
    }
    .flt-style-2 .table-cell:nth-of-type(1) div p,.flt-style-2 .table-cell:nth-of-type(1) div .btn{
        font-size: 0.9rem;
    }
/*    .banner-description > div{
        width: auto;
        max-width: 90%;
    }*/
    .wrap, .page-one-column .panel-content .wrap {
        /*padding: 2rem;*/
        padding: 3rem;
    }
    .main-navigation .menu-top-container a{
        font-size: 1.1rem;
    }
}
/*1400px.*/
@media screen and (max-width:87.500em){
    #denver-showroom .table:nth-of-type(1) .table-cell,#arvada-showroom .table:nth-of-type(1) .table-cell{
        display: block;
        width: 100%;
    }
    #denver-showroom .table:nth-of-type(1) .table-cell:nth-of-type(2),#arvada-showroom .table:nth-of-type(1) .table-cell:nth-of-type(2){
        padding-left: 0;
    }
    .panorama-wrapper .panorama-viewport {
        width: 680px !important;
        margin: auto;
    }
/*1200px.*/
@media screen and (max-width:75em){
    .main-navigation .menu-top-container a,.grey-nav-wrapper .primary-text,.grey-nav-wrapper .secondary-text,.nav-head .btn, .grey-nav-wrapper .secondary-text,.remodeling-link,.main-navigation .sub-menu li a{
        font-size: 1rem;
    }
    .grey-nav-wrapper .secondary-text,.remodeling-link:hover,.main-navigation .sub-menu li a:hover{
        font-size: 1rem;
    }
    .nav-head .btn{
        margin:10.5px 0;
        min-width: 10rem;
    }
    .main-navigation .search-resources{
        font-size: 0.7rem;
        margin-left:1rem;
    }
    .fixed-header .menu-top-container .menu{
        margin-left:0;
    }
    .white-nav-wrapper .horz-logo img, .white-nav-wrapper .mob-logo img {
        height: 30px;
        margin-top: 15px;
    }
    .why-llglass.responsive-tabs-wrapper .responsive-tabs-list li a span{
        font-size: 16px;
    }

}
/*1100px.*/
@media screen and (min-width:68.750em){
    .js .main-navigation ul, .js .main-navigation ul ul, .js .main-navigation > div > ul{
        display: block;
    }


}
@media screen and (max-width:68.750em){
    /*responsive header and menu*/
    .show-desktop{
        display: none;
    }

    .hide-desktop{
        display: block;
    }
    html body.home #page header .custom-header .custom-header-media{
        height: auto;
    }
    html .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media,.site-header{
        /*height: 60px;*/
        height: 102px;
    }
    .header-banner,.nav-head .btn,.main-navigation .search-resources,.main-navigation a.pop-contact-btn.btn,.main-navigation a.pop-contact-close-btn.btn{
        display: none;
    }
    .main-navigation a.pop-contact-btn.btn.custom-pop-close,.main-navigation a.pop-contact-close-btn.btn.custom-pop-close,.main-navigation a.pop-contact-btn.btn.custom-pop-open,.main-navigation a.pop-contact-close-btn.btn.custom-pop-open{
        display: none;
    }
    .navigation-top nav{
        margin-left: 0;
    }

    .menu-top-container{
        max-width: 100%;
    }

    .banner-description > div{
        font-size: 2rem;
        max-width: 80%;
    }
    .white-nav-wrapper .horz-logo{
        transition-delay: 0.5s;
        transition-duration: 1.9s;
        opacity: 1;
    }
    .has_header_message  .main-navigation{
        top: 41px;
    }
    .main-navigation{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #034169;
    }
    .admin-bar .main-navigation{
        top: 32px;
    }
    .admin-bar.has_header_message .main-navigation {
        top: 74px;
    }
    .white-nav-wrapper{
        padding: 0;
    }
    .white-nav-wrapper .horz-logo, .white-nav-wrapper .mob-logo{
        padding-left: 1rem;
    }
    .js .main-navigation ul, .js .main-navigation ul ul, .js .main-navigation > div > ul{
        display: none;
    }
    .js .menu-toggle, .js .dropdown-toggle{
        display: block;
        background: transparent;
        color: #034169;
        height: auto;
        width: auto;
        border: none;
        box-shadow: none;
        text-align: center;
        border-radius: 0;
        font-size: 2.3rem;
        float: right;
        padding: 0 1rem;
        line-height: 1.35;
    }
    .menu-toggle .icon {
        top: 0;
        margin: auto;
    }
    .menu-toggle:focus{
        outline: none;
    }
    .main-navigation .sub-menu li a, .main-navigation .sub-menu li a:hover{
        text-align: left;
        outline: none;
    }

    .white-nav-wrapper .logo-label{
        font-size: 0.9rem;
        display: block;
        margin-top: -0.7rem;
        font-weight: normal;
        display: none;
    }
    .white-nav-wrapper .mob-menu{
        display: inline-block;
        float: right;
        font-size: 2rem;
        padding: 6px 1rem;
        color:#034169;
        text-align: center;
        line-height: 1.5;
        border-right: 1px solid #034169;
        outline: none;
    }
    #top-menu,.js .main-navigation ul, .js .main-navigation ul ul, .js .main-navigation > div > ul{
        position: absolute;
        top: 0;
        width: 100%;
        max-width: 300px;
        right: 0;
        background: #4486c0;
        box-shadow: 1px 1px 10px #999;
    }
    .main-navigation li.menu-item{
        display: block;
        width: 90%;
        border-bottom: 1px solid #FFF;
        line-height: 50px;
        margin:0 5%;
    }
    .main-navigation li.menu-item:last-child{
        border-bottom:none;
    }
    #top-menu .sub-menu.toggled-on{
        position: static;
        top: 0;
        display: block;
        box-shadow: none;
        color:#034169;
        padding-left: 0;
    }
    #top-menu .dropdown-toggle{
        font-size: 1.5rem;
        padding: 0;
        margin: 7px 8px;
        color:#FFF;
        outline: none;
    }
    .main-navigation .menu-item-has-children > a > .icon, .main-navigation .page_item_has_children > a > .icon{
        display: none;
    }
    .main-navigation ul li.menu-item-has-children:hover::before,.main-navigation ul li.menu-item-has-children:hover::after{
        display: none;
    }
    .main-navigation .menu-top-container a,.main-navigation .menu-top-container a:hover{
        color:#FFF;
        outline: none;
    }
	.menu .sub-menu .sub-menu {
		position: static;
		top: 0;
		display: block;
		box-shadow: none;
		color: #034169;
		padding-left: 0;
	}
	.top-show .icon {
		display: none !important;
	}
	.top-show a>.icon {
		display: none !important;
	}
    /*responsive header and menu*/
    .flt-style-2 .table-cell:nth-of-type(1){
        width: 100%;
    }
    .flt-style-2 .table-cell:nth-of-type(2){
        display: none;
    }
    .flt-style-2 .table-cell:nth-of-type(1) > div{
        height: auto;
        opacity: 1;
    }
    .flt-style-2 .table-cell:nth-of-type(1) div .btn{
        margin:1rem 0;
    }

    .explore-products .table-cell{
        padding: 0 2rem;
    }
    .custom-header,.has-header-image.twentyseventeen-front-page .custom-header{
        margin-top:60px;
        height:auto;
    }
    body:not(.home) .custom-header{
        margin-top: 0;
    }
    .panel-image{
        height:50vh;
    }
    .white-nav-wrapper .horz-logo img, .white-nav-wrapper .mob-logo img {
        height: 40px;
        margin-top: 10px;
    }
    .pum-theme-contact-us.pum-overlay {
        position: absolute;
    }
    .pum-container.pum-responsive{
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
        width: 90% !important;
        position: relative !important;
    }
    .video-table.table .table-cell{
        width: 100%;
        float: none;
        display: block;
    }
    .video-table.table .table-cell .vimeo-container {
        width:70%;
        margin: auto;
        float: none;
    }
    .video-table .panorama-wrapper .panorama-viewport{
        float: none;
        margin: auto;
    }
    .main-navigation li.menu-header-search{
        display: block;
        margin-right: 10px;
        border-bottom: 0;
    }
    .menu-header-search form input {
        margin: 0;
        height: 2rem;
        max-width: 20rem;
        width: 100%;
        margin-top: 10px;
        border: none;
        border-radius: 0;
    }
    .menu-header-search form {
    text-align: center;
	}
	.menu-header-search form button {
		height: 2rem;
		background: #55BDEC;
		padding: 0 1rem;
		box-shadow: none;
		border: 0;
		text-shadow: none;
		position: absolute;
		right: 0;
		top: 0;
		border-radius: 0;
		margin: auto;
	}
	.menu-header-search form button .fa {
		font-size: 1rem;
		color: #FFF;
	}
	.remodeling-link,.featured-img-wrapper.nav-is-top .remodeling-link{
		bottom: 0;
		top: unset;
		right: 0;
		left: 0;
		border-radius: 0;
		transition:none;
		display:none;
	}
	.remodeling-link:hover{
		border-radius:0;
	}
	.why-llglass.responsive-tabs-wrapper .responsive-tabs-list li a span{
		display: block;
		padding: 0;
		margin: 0;
	}
	.why-llglass.responsive-tabs-wrapper .responsive-tabs-list li a span {
		font-size: 12px;
	}
	body .pum-container .gform_wrapper .gform_footer .gform_button{
		position: relative;
		bottom: 0;
		right: 0;
	}
	.explore-products .table-cell{
		padding: 0 1rem;
	}
	.breadcrumb-sub-menu{
		display:none;
	}
/*		.flt-style-2 .table-cell .flip-box:nth-of-type(1) > div
{
background-image:url('https://denvershowerdoor.com/wp-content/uploads/2018/06/shower_doors0.jpg');
}*/


}

@media screen and (max-width:780px){
    .admin-bar.has_header_message .header-message,
    .admin-bar .main-navigation{
        top: 46px;
    }

    .admin-bar.has_header_message .main-navigation{
        top: 88px;
    }
}
/*767px.*/
@media screen and (max-width:47.938em){
    #top-menu{
        padding: 0;
    }
    footer .social-media-block .wrap div span{
        line-height: 0;
        font-size: 0px;
        color: transparent;
    }
    footer .social-media-block .wrap div span span{
        line-height: 1;
        font-size: 0.8rem;
        color: #FFF;
    }
    .panel-image{
        height:35vh;
    }
    .table.explore-products  .table-cell{
        display: inline-block;
        width: 50%;
        float:left;
        padding:2rem;
    }
    .table.explore-products{
        margin: auto;
        text-align: center;
    }
    .table.explore-products  .table-cell:nth-of-type(3){
        float:none;
    }
    .panel-row.location-block .table ,.panel-row.location-block .panel-two-columns p{
        padding: 0;
        /*text-align: center;*/
    }
    .breadcrumb-sub-menu .wrap span{
        display: block;
        padding: 1rem 0;
        border-bottom: 2px solid #FFF;
    }
    .breadcrumb-sub-menu .wrap span a{
        margin: 0;
        padding: 0;
        border: none;
    }
    .breadcrumb-sub-menu .wrap span:last-child a {
        border-right: none;
    }
    .our-process-tabs.responsive-tabs-wrapper .responsive-tabs-list{
        display: none;
    }
    .vimeo-container {
        width: 90%;
        float: none;
        margin: auto;
    }
    .visit-showroom-form {
        max-width: 600px;
        width: 100%;
        float: none;
        padding: 0;
        margin: auto;
    }
    .visit-showroom-form .gform_wrapper .gform_footer {
        padding: 1rem;
    }
    .video-table .panorama-wrapper .panorama-viewport{
        width: 390px !important; //Overriding width set by plugin dynamically.
    }
    .video-table .panorama-wrapper .panorama-viewport .panorama-control-pause {
        width: 83%;
    }
    .flt-style-1 .panel-row  .panel-two-columns h3{
        text-align: center;
        padding: 0 1rem;
    }
    .flt-style-1 .panel-row .panel-two-columns:nth-of-type(2) h3{
        padding-left: 0;
    }
    .flt-style-1 .panel-row  .panel-two-columns img{
        display: none;
    }
    .post-navigation{
        display: table;
        margin: 0;
    }
    .pum-container.pum-responsive.popmake .pum-title{
        padding: 0.5rem 1rem;
    }
    body .gform_wrapper .gform_footer{
        padding: 1rem;
    }
    .banner-description > div{
        font-size: 1.3rem;
        padding: 1rem;
    }
    .why-llglass.responsive-tabs-wrapper .responsive-tabs .tabcontent > p > img {
        display: none;
    }
    .footer-wrap-wrapper .wrap{
        display: block;
        width: 100%;
        float: none;
        /*text-align: center;*/
        padding: 1rem 2rem !important;
    }
    .footer-wrap-wrapper .wrap .menu-top-container{
        text-align: left;
    }
    #bottom-menu{
        margin-left: 0;
    }
    .panorama-wrapper .panorama-viewport {
        width: 90% !important;
    }
    .panorama-control-right{
        float: right !important;
    }
    .panorama-wrapper .panorama-control-pause {
        width: 80%;
        margin: auto;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
    }



    /*product flip*/
    .flip-box{
        min-height: 450px;
        background-repeat:no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .flip-box .text{
        display: flex;
        align-items: center;
        /*text-align: left;*/
        justify-content: center;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(3,65,105,0.8);
        -moz-transform: perspective(800px) rotateY(180deg);
        -webkit-transform: perspective(800px) rotateY(180deg);
        transform: perspective(800px) rotateY(180deg);
        backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-transition: transform .6s ease-in-out;
        -webkit-transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        padding: 20px 30px;
        color: #fff;
    }

    .flip-box:hover .text{
        -moz-transform: perspective(800px) rotateY(0);
        -webkit-transform: perspective(800px) rotateY(0);
        transform: perspective(800px) rotateY(0);
    }


    .mobile-img{
        display: block;
    }

}

/*600px.*/
@media screen and (max-width:37.500em){
    .white-nav-wrapper .horz-logo img{
        height: 100%;
        margin: 17.5px 0;
        width: 10rem;
    }
    .banner-description > div {
        max-width: 90%;
        font-size: 1.3rem;
    }
    .panel-row .panel-two-columns ol{
        padding: 0 0 0 2rem;
    }
    .table.explore-products  .table-cell{
        display:block;
        width:100%;
        padding: 2rem 0;
    }
    .explore-products img, .explore-products .btn{
        max-width: 350px;
    }

    .featured-project{
        padding-top: 0;
    }
    .location-block .btn,#map{
        display: none;
    }
    .visit-showroom-form{
        margin: 2rem auto;
    }
    .location-block .btn.map-dir{
        display: block;
    }
    .other-page-banner-wrapper img{
        display: none;
    }
    .other-page-banner-wrapper h1{
        display: block;
    }
    .single-featured-image-header img{
        display: none;
    }
    .single-featured-image-header .mob-title{
        display: block;
        margin: auto;
        text-align: center;
        background-image: url("/wp-content/themes/landl2018/images/mobile_banner.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding-bottom: 2rem;
    }
    .white-nav-wrapper .logo-label{
        display: none;
    }
    .video-table .panorama-wrapper .panorama-viewport{
        width: 250px !important; //Overriding width set by plugin dynamically.
    }
    .video-table .panorama-wrapper .panorama-viewport .panorama-control-pause {
        width: 74%;
    }
    .process-box .table-cell{
        text-align: left;
    }
    img.alignright{
        float: none;
        text-align: center;
        margin: auto;
    }
    .pum-container.pum-responsive.popmake .pum-title{
        font-size: 1rem;
    }
    body .popmake .gform_wrapper .gform_body, body .popmake .gform_wrapper div.validation_error{
        padding: 0;
    }
    body .gform_wrapper .gform_body, body .gform_wrapper div.validation_error{
        padding: 1rem;
    }
    body .gform_wrapper ul.gform_fields li.gfield.side-by-side label, body .gform_wrapper ul.gform_fields li.gfield.side-by-side .ginput_container,body .pum-container .gform_wrapper .gfield_captcha_container img.gfield_captcha,
    body .pum-container .gform_wrapper .gfield_captcha_container .gfield_captcha_input_container{
        display: block;
        width: 100%;
    }
    body .pum-container .gform_wrapper .gfield_captcha_container img.gfield_captcha{
        width: auto;
    }
    #denver-showroom .table:nth-of-type(2) .table-cell:nth-of-type(2), #arvada-showroom .table:nth-of-type(2) .table-cell:nth-of-type(2) {
        padding-top: 2rem;
    }
}
/*400px.*/
@media screen and (max-width:25em){
    .white-nav-wrapper .horz-logo,.white-nav-wrapper .logo-label,.navigation-top.site-navigation-fixed .horz-logo{
        display: none;
    }
    .white-nav-wrapper .mob-logo{
        display: block;
        transition: none;
        opacity: 1;
    }
    .white-nav-wrapper .mob-menu,.js .menu-toggle, .js .dropdown-toggle{
        line-height: 2.5;
        font-size: 1.5rem;
    }

    .white-nav-wrapper .mob-menu{
        padding: 0 1rem;
    }

    #top-menu, .js .main-navigation ul, .js .main-navigation ul ul, .js .main-navigation > div > ul{
        max-width: 100%;
    }
    #bottom-menu {
        display: flex;
        flex-direction: column;
        flex-wrap: no-wrap;
        height: auto;
        padding-left: 2rem;
        text-align: left;
    }
    .flt {
        display: block;
        float: none;
        margin: 1rem 0 0 0;
        margin-top: 1rem;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        text-align: center;
    }

    .flip-box {
        min-height: 530px;

    }

    .flip-box .text {
        padding: 20px 15px;
    }

}


@media screen and (max-width:375px){
    .flt-style-2 .table-cell:nth-of-type(1) div p, .flt-style-2 .table-cell:nth-of-type(1) div .btn {
        font-size: 0.8rem;
        line-height: 1.5;
    }
}


@media screen and (min-width:768px){
    .flip-box{
        background-image: none !important;
    }
}

