/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.1
Text Domain:  Avada
*/

/* Importing Fonts that are not loading on IE. */
@font-face {
    font-family: "Calibri Bold";
    src: url("/wp-content/uploads/fonts/Calibri-Bold.eot") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Calibri";
    src: url("/wp-content/uploads/fonts/Calibri.eot") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Calibri Light";
    src: url("/wp-content/uploads/fonts/Calibri-Light.eot") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Monitoring Request Contact Form Design */
#form_0037 .ao_tbl_container tr:nth-child(2) table { width: 100%; }
#form_0037 .ao_tbl_container tr:nth-child(2) table tr:nth-child(4){display:block; width:100%;}
#form_0037 .ao_tbl_container tr:nth-child(2) table tr:nth-child(5){display:block; width:100%;}
#form_0037 .ao_tbl_container tr:nth-child(2) table tr:nth-child(5) td{display:block; width:100%;}
#form_0037 .ao_tbl_container > tbody > tr:nth-child(3) {display: block; position: relative; width: 100%; float: right; /*top: -79px; margin-bottom:-79px;*/}
#form_0037 .ao_tbl_container > tbody > tr:nth-child(3) td{padding-left: 0 !important; width: 100%; display: block;}
#form_0037 .ao_tbl_container > tbody > tr:nth-child(4) {display: block; width: 100%;}
#form_0037 .ao_tbl_container > tbody > tr:nth-child(4) td{padding-right : 5px !important; width: 100%; display: block;}
#form_0037 .ao_tbl_container > tbody > tr:nth-child(5) {display: block; position: relative; width: 50%; float: left; /*top: -79px; margin-bottom:-79px;*/}
#form_0037 .ao_tbl_container > tbody > tr:nth-child(5) td{padding-left: 0 !important; width: 100%; display: block;}
#form_0037 .ao_tbl_container > tbody > tr:nth-child(5) td select{width:100%;max-width: 100%!important;padding: 8px 15px;}
#form_0037 .ao_tbl_container > tbody > tr:nth-child(6){display:block; width:50%;float:left;}
#form_0037 .ao_tbl_container > tbody > tr:nth-child(6) td{display:block; width:100%; padding-right:5px !important;}
#form_0037 .ao_tbl_container > tbody > tr:nth-child(8){display:block; width:50%;}
#form_0037 .ao_tbl_container > tbody > tr:nth-child(8) td{display:block; width:100%; padding-right:5px !important;}
#form_0037 .ao_tbl_container > tbody > tr:nth-child(8) td select{ width:100%;}
#form_0037 .ao_tbl_container > tbody > tr:nth-child(9) {width: 50%; display: block; position: relative; top: -53px; margin-bottom:-79px; float: right;}
#form_0037 .ao_tbl_container > tbody > tr:nth-child(9) td{display:block; width:100%; padding-left:0 !important;}
#form_0037 .ao_tbl_container > tbody  input[type='text'],
#form_0037 .ao_tbl_container > tbody input[type='email'],
#form_0037 .ao_tbl_container > tbody select {
    background-color: #ffffff !important; 
    color: #525252 !important; 
    border: 1px solid #959595;
    font-family: "Raleway Normal", sans-serif;
}
#form_0037 .ao_tbl_container > tbody  input[type='text']::placeholder,
#form_0037 .ao_tbl_container > tbody input[type='email']::placeholder,
#form_0037 .ao_tbl_container > tbody select::placeholder,
#form_0037 .ao_tbl_container > tbody textarea::placeholder{
    color: #525252 !important;
    font-family: "Raleway Normal", sans-serif;
}
.sideBySideCell {
    width: 50%;
    float: left;
}
#form_0037_ao_submit_href{
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 0;
    background: #c80c47;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Raleway Bold", sans-serif;
}
#form_0037_ao_submit_href:hover{
    background: #09145B;
}


/* Global forms*/
#form-styles-k3 >form {
    padding: 0 10px;
}
#form-styles-k3 >form .formFieldLabel{display: none;}
#form-styles-k3 >form .formSectionDescription h2{
    font-family: "Raleway Extrabold", sans-serif!important;
    font-size: 20px!important;
    letter-spacing: 0!important;
    margin: 0!important;
    font-weight: bold!important;
}

.double-column-class{
    max-width: 600px !important;
    width: 100%;
    display: flex;
    margin: 0 auto;

}

#form-styles-k3 >form .formField,.double-column-class{
    padding-top: 0  !important;
    padding-bottom: 0 !important;
    margin-bottom: 10px;
}

#form-styles-k3 >form .ao_tbl_cell{

}

#form-styles-k3 >form .ao_tbl_container > tbody  input[type='text'],
#form-styles-k3 >form .ao_tbl_container > tbody input[type='email'],
#form-styles-k3 >form .ao_tbl_container > tbody select {
    background-color: #ffffff !important; 
    color: #525252 !important; 
    border: 1px solid #959595;
    font-family: "Raleway Normal", sans-serif;
}
#form-styles-k3 >form .ao_tbl_container > tbody  input[type='text']::placeholder,
#form-styles-k3 >form .ao_tbl_container > tbody input[type='email']::placeholder,
#form-styles-k3 >form .ao_tbl_container > tbody select::placeholder,
#form-styles-k3 >form .ao_tbl_container > tbody textarea::placeholder{
    color: #525252 !important;
    font-family: "Raleway Normal", sans-serif;
}


.form-styles-k3_submit{
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 0;
    background: #c80c47;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Raleway Bold", sans-serif;
}
.form-styles-k3_submit:hover{
    background: #09145B;
	color: white;
} 
/* End globals forms */





h2.title-form{
    font-family: calibri, 'trebuchet ms', sans-serif!important;
    font-family: "Raleway Bold", sans-serif!important;
    letter-spacing: 0!important;
    font-size: 24px!important;
    margin: 0!important;
    font-weight: bold!important;
}
.text-info p,
.text-info li{
    color: #fff;
    font-size: 14px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    /*font-family: "Raleway Extrabold", sans-serif;*/
    font-weight: normal;
}
.text-info ul{
    margin-bottom:30px;
}
/* Testimonials Form Design */
#form_0052 .formSectionDescription p:first-child b{margin: 0px; color: rgb(255, 255, 255); font-size: 35px; line-height: 48px;}
#form_0052 .formSectionDescription p:last-child span{color: rgb(76, 177, 249); font-size: 32px; font-family: "Raleway Medium" !important; font-weight: 400; line-height: 40px;}
#form_0052 .formFieldLabel{color: white; font-size: 14px; font-weight: 600;}
#form_0052_ao_submit_input{background-color: #c80c47; border: none; color: white; padding: 10px 20px; font-size: 16px;}

.logobrands{
    margin-top:35px;
}
.bgfullsize{
    /*background-image: url(/wp-content/uploads/2021/01/DSC_4147-Adjusted.jpg)!important;*/
}
/* Resources Newsletter Subscription Form Design */
#form_0051 tr{display:none; }
#form_0051 tr td{display:block; width:100%; padding:0; }
#form_0051 tr:first-child{display:block;}
#form_0051 tr:first-child .formField{max-width:100%;}
#form_0051 tr:nth-child(2){display:inline-block; width:calc(60% - 4px);}
#form_0051 tr:nth-child(2) .formField{ margin-right:0; text-align:right; width:60%; }
#form_0051 tr:nth-child(2) .formField input{ max-width:100%; text-align: center; font-size: medium; font-family: "Poppins"; font-weight: 600;}
#form_0051 tr:nth-child(8){display:inline-block; width:calc(40% - 4px);}
#form_0051 tr:nth-child(8) td{width:40%; padding-bottom:0 !important;}
#form_0051 tr:nth-child(8) input{width: 100%; border: none; background-color: #c80c47; height: 43px; color: white; font-size: medium; font-weight: 600;}
#form_0051 .formSectionDescription p:first-child b{margin: 0px; color: rgb(255, 255, 255); font-size: 30px; line-height: 48px;}
#form_0051 .formSectionDescription p:last-child span{color: rgb(255, 255, 255); font-size: 20px !important; font-family: "Poppins" !important; font-weight: 400; line-height: 40px;}
#form_0051_fld_1-Label{display:none;}


/* Footer Newsletter Form Design */
#form_004a .formSectionDescription strong span{display: block; font-size: 24px !important; font-weight:400; margin-bottom: 10px; }
#form_004a_fld_1-Label{ display:none; }
#form_004a tr{display:none; }
#form_004a tr td{display:block; width:100%; padding:0; }
#form_004a tr:first-child{ display:block;}
#form_004a tr:nth-child(2){ display:inline-block; width:calc(57% - 4px); }
#form_004a tr:nth-child(8){ display:inline-block; width:calc(43% - 4px); }
#form_004a tr:nth-child(8) td{ padding-bottom:0 !important; }
#form_004a tr:nth-child(8) input{ width: 100%; border: none; background-color: #c80c47; height: 43px; color: white; font-size: medium; font-weight: 400;text-transform: uppercase; cursor: pointer; }
#form_004a_fld_1{ text-align: center; font-size: 16px; font-family: "Poppins"; font-weight: 400; }

/* Buy phone hardware contact form design */
#form_0050 {max-width:600px;margin:auto;}
#form_0050 .ao_tbl_container tr:nth-child(2) table { width: 100%; }
#form_0050 .ao_tbl_container tr:nth-child(2) table tr:nth-child(4){display:block; width:100%;}
#form_0050 .ao_tbl_container tr:nth-child(2) table tr:nth-child(5){display:block; width:100%;}
#form_0050 .ao_tbl_container tr:nth-child(2) table tr:nth-child(5) td{display:block; width:100%;}
#form_0050 .ao_tbl_container > tbody > tr:nth-child(3) {display: block; position: relative; width: 50%; float: right; top: -79px; margin-bottom:-79px;}
#form_0050 .ao_tbl_container > tbody > tr:nth-child(3) td{padding-left: 5px !important; width: 100%; display: block;}
#form_0050 .ao_tbl_container > tbody > tr:nth-child(4) {display: block; width: 50%;}
#form_0050 .ao_tbl_container > tbody > tr:nth-child(4) td{padding-right : 0 !important; width: 100%; display: block;}
#form_0050 .ao_tbl_container > tbody > tr:nth-child(5) {display: block; position: relative; width: 50%; float: right; top: -79px; margin-bottom:-79px;}
#form_0050 .ao_tbl_container > tbody > tr:nth-child(5) td{padding-left: 5px !important; width: 100%; display: block;}
#form_0050 .ao_tbl_container > tbody > tr:nth-child(5) td select{width:100%;}
#form_0050 .ao_tbl_container > tbody > tr:nth-child(6){display:block; width:50%;}
#form_0050 .ao_tbl_container > tbody > tr:nth-child(6) td{display:block; width:100%; padding-right:5px !important;}
#form_0050 .ao_tbl_container > tbody > tr:nth-child(8){display:block; width:50%;}
#form_0050 .ao_tbl_container > tbody > tr:nth-child(8) td{display:block; width:100%; padding-right:5px !important;}
#form_0050 .ao_tbl_container > tbody > tr:nth-child(8) td select{ width:100%;}
#form_0050 .ao_tbl_container > tbody > tr:nth-child(9) {width: 50%; display: block; position: relative; top: -79px; margin-bottom:-79px; float: right;}
#form_0050 .ao_tbl_container > tbody > tr:nth-child(9) td{display:block; width:100%; padding-left:0 !important;}
#form_0050 .ao_tbl_container > tbody  input[type='text'],#form_0050 .ao_tbl_container > tbody input[type='email'],#form_0050 .ao_tbl_container > tbody select {background-color: #ffffff !important; color: #525252 !important; border: 1px solid #959595;}

/*hiding meta info from fusion*/
.fusion-meta-info-wrapper {display: none;}

/*
*   27-11-2019
*   K3 - Design Changes Styles
*/

/* Equal height overlay on card - https://www.kingsiii.com/events/  */
#post-2552 .dps-category-title{ min-height:120px }

/* Faq card - https://www.kingsiii.com/faq/  */
@media (min-width:800px){
    #post-1157 .ufaq-faq-category-inner{min-height:270px;position:relative;margin-bottom:70px}
    #post-1157 .sublink{position:absolute;width:100%;bottom:-44px;}
}

/* product card styles - https://www.kingsiii.com/product/gm-3000-garage-help/ */
@media (min-width:768px){
    .products li.product .featured-image img{width:100%;height:200px;object-fit:contain;}
    .products li.product .product-title{height:100px; overflow:hidden;}
}
@media (max-width:767px){
    .products-3>li{width:100% !important;}
}

/* Homepage Feature Card - https://www.kingsiii.com/ */
.ib_desktop .fusion-button-wrapper.fusion-aligncenter{ position: absolute; width: 70%; bottom: 7%; }
.ib_desktop .fusion-layout-column.fusion-blend-mode .fusion-column-wrapper{ padding:5% 15% calc(10% + 45px)!important;}


/* Property manager mobile icon Style - https://www.kingsiii.com/property-managers/ */
@media (max-width:800px){
    .border_on_mobile .imageframe-liftup:before{opacity: 1 !important;}
    .border_on_mobile {box-shadow: 0 0 10px #ececec;padding: 20px 0;}
}



/* Blog Tags styles */
.single_post_tags {position: relative;bottom: -50px; z-index:2;}
.single_post_tag {cursor: pointer;}
.single_post_tag:hover {text-decoration: underline;}


/* Styles for table responsive */
@media (max-width:650px){
    #state_table thead th, #state_company_table thead th, #state_code_table thead th{font-size: 12px !important;padding: 1px!important;}
    #state_code_table tbody td:first-child{text-align: left !important;padding: 0 5px!important;}
    #state_code_table tbody td{font-size: 12px!important;}
    #state_code_table tbody td{padding:1px!important;}
}

/* Footer Links Styles */
.footer_links_new {font-size: 16px;line-height: 18px;color: white; text-align:center;margin-left:-15px; margin-right:-15px; margin-bottom:20px!important;}
.footer_links_new a{ color:white; }
#text-7 { text-align: center;}
#text-7 > div > div{ float:unset; margin-left:0; }

/* Showing Next and Previous buttons for testimonials carousel in mobile view */
@media (max-width:999px){
    .gs_testimonial_container .owl-theme .owl-controls .owl-nav .owl-prev{display:block!important;margin-left:-18px;}
    .gs_testimonial_container .owl-theme .owl-controls .owl-nav .owl-next{display:block!important;margin-right:-18px;}
}


/* Resources page grids Fix IE */
.display-posts-listing.grid{
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    
}

.display-posts-listing .listing-item:first-child{
    -ms-grid-column:1;
    -ms-grid-row:1;
    -ms-grid-column-span:1;
}
.display-posts-listing .listing-item:nth-child(2){
    -ms-grid-column:2;
    -ms-grid-row:1;
    -ms-grid-column-span:1;
}
.display-posts-listing .listing-item:nth-child(3){
    -ms-grid-column:3;
    -ms-grid-row:1;
    -ms-grid-column-span:1;
}
.display-posts-listing .listing-item:nth-child(4){
    -ms-grid-column:4;
    -ms-grid-row:1;
    -ms-grid-column-span:1;
}
.display-posts-listing .listing-item:nth-child(5){
    -ms-grid-column:1;
    -ms-grid-row:2;
    -ms-grid-column-span:1;
}
.display-posts-listing .listing-item:nth-child(6){
    -ms-grid-column:2;
    -ms-grid-row:2;
    -ms-grid-column-span:1;
}
.display-posts-listing .listing-item:nth-child(7){
    -ms-grid-column:3;
    -ms-grid-row:2;
    -ms-grid-column-span:1;
}
.display-posts-listing .listing-item:nth-child(8){
    -ms-grid-column:4;
    -ms-grid-row:2;
    -ms-grid-column-span:1;
}
.display-posts-listing .listing-item:nth-child(9){
    -ms-grid-column:1;
    -ms-grid-row:3;
    -ms-grid-column-span:1;
}
.display-posts-listing .listing-item:nth-child(10){
    -ms-grid-column:2;
    -ms-grid-row:3;
    -ms-grid-column-span:1;
}
.display-posts-listing .listing-item:nth-child(11){
    -ms-grid-column:3;
    -ms-grid-row:3;
    -ms-grid-column-span:1;
}
.display-posts-listing .listing-item:nth-child(12){
    -ms-grid-column:4;
    -ms-grid-row:3;
    -ms-grid-column-span:1;
}
.display-posts-listing .listing-item:nth-child(13){
    -ms-grid-column:1;
    -ms-grid-row:4;
    -ms-grid-column-span:1;
}
.display-posts-listing .listing-item:nth-child(14){
    -ms-grid-column:2;
    -ms-grid-row:4;
    -ms-grid-column-span:1;
}
.display-posts-listing .listing-item:nth-child(15){
    -ms-grid-column:3;
    -ms-grid-row:4;
    -ms-grid-column-span:1;
}
.display-posts-listing .listing-item:nth-child(16){
    -ms-grid-column:4;
    -ms-grid-row:4;
    -ms-grid-column-span:1;
}

.display-posts-listing .listing-item:nth-child(17){
    -ms-grid-column:1;
    -ms-grid-row:5;
    -ms-grid-column-span:1;
}
.display-posts-listing .listing-item:nth-child(18){
    -ms-grid-column:2;
    -ms-grid-row:5;
    -ms-grid-column-span:1;
}
.display-posts-listing .listing-item:nth-child(19){
    -ms-grid-column:3;
    -ms-grid-row:5;
    -ms-grid-column-span:1;
}
.display-posts-listing .listing-item:nth-child(20){
    -ms-grid-column:4;
    -ms-grid-row:5;
    -ms-grid-column-span:1;
}
.gs_style13 ul.button-group.filters-button-group{
    display:flex;
    justify-content:center;
}
.ewd-ufaq-faqs{
    display:flex;
    flex-wrap:wrap;
}

/* CTA Shortcode Styles*/
#card_shortcode{
  display: block;
  padding: 2rem;
  border: 4px solid #53b4f9;
  max-width: 717px;
  margin: 35px auto;
  background:#f7f7f7;
}
#card_shortcode *{text-align: center;}
#card_shortcode a{
    margin: 0 auto !important;
    display: table;
    background: #c80c47;
    color: #ffffff;
    border-radius: 0;
    border: none;
    font-weight: 400;
    font-family: Calibri;
    text-transform:uppercase;
    letter-spacing: 0px;
}
#card_shortcode a:hover{
    background: #08125b !important;
}
#card_shortcode h2{
    font-size: 32px !important;
    margin-top: 0;
    letter-spacing: 0px !important;
}

#card p{
  color: rgb(8, 18, 91);
  font-family: Calibri;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 25px;
}
/* End CTA Shortcode Styles*/
#wrapper .product .woocommerce-tabs>.tabs {
    display: none!important;
}
#wrapper .product .woocommerce-tabs .panel {
    margin-left: 0;
    padding: 0;
    float: left;
    border:none!important;
    display: flex!important;
}
#wrapper .product .woocommerce-tabs .panel .post-content{
    padding: 40px;
    float: left;
    border:1px solid #e7e6e6;
}
#wrapper .product .woocommerce-tabs .panel .cta-content {
    float: left;
    padding: 40px;
    background: #08125B;
    text-align: left;
}

#wrapper .product .woocommerce-tabs .panel .cta-content h3{
    color:#fff;
}
#wrapper .product .woocommerce-tabs .panel .cta-content p{
    color:#fff;
}
.slantbox svg{
    height:200px;
    margin-bottom: -6px!important;
}
html.avada-is-100-percent-template .page-id-4283 #main.width-100 {
    padding-left: 0;
    padding-right: 0;
}

.page-id-4283 .width-100 .fusion-fullwidth, .width-100 .nonhundred-percent-fullwidth {
    margin-left: 0px;
    margin-right: 0px;
}

.form_0037 label{
    display:none;
}
textarea.formFieldText{
    background-color: #ffffff !important;
    color: #525252 !important;
    border: 1px solid #959595;
    border-radius: 0;
    height: auto;
    padding: 5px;
    padding: 8px 15px;
}
.bgfullsize .boxdark .darkbox-title h1.title-heading-left{
    font-family: "Raleway Extrabold", sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    font-size:37px!important;
}
.bgfullsize .boxdark p {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    /*font-family: "Raleway Extrabold", sans-serif;*/
    font-weight: normal;
}
.textrightbox h1.title-heading-left{
    font-family: "Raleway Extrabold", sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 37px!important;
}
.textrightbox h1.title-heading-left{
    font-family: "Raleway Extrabold", sans-serif;
    font-size: 37px!important;
}
.formSectionDescription h2.title-form{
    font-family: "Raleway Extrabold", sans-serif!important;
    font-size: 20px!important;
}
@media screen and (max-width: 800px){
    #wrapper .product .woocommerce-tabs .panel {
        padding:0!important;
    }
    /*.bgfullsize, .nonhundred-percent-fullwidth {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }*/
	.bgfullsize {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .slantbox svg {
        height: 0;
    }
    .formbox {
        padding: 0;
        margin-top: 0px!important;
    }
    .boxdark {
        margin-bottom: -112px!important;
        margin-top: 200px!important;
    }
}
@media screen and (max-width:767px){
    #wrapper .product .woocommerce-tabs .panel .post-content{
        width: 100%;
        margin-bottom: 20px;
    }
    #wrapper .product .woocommerce-tabs .panel .cta-content {
        width: 100%;
    }
    #wrapper .product .woocommerce-tabs .panel{
        display:block!important;
    }
    .bgfullsize{
        padding-bottom: 0px!important;
        /*margin-bottom: -95px;*/
        background-position: center right!important;
    }
    .formbox{
        padding: 0 5%;
         /*margin-top: -200px!important;*/
    }
    .formbox .fusion-column-wrapper{
        padding: 20px 0!important;
    }
    .slantbox svg{
        height:100px;
    }
    .textrightbox .fusion-column-wrapper{
        padding: 20px 5%!important;
    }
    .boxdark{
        padding: 0 5%!important;
        margin-bottom: -5px!important;
    }
    /*.bgfullsize, .nonhundred-percent-fullwidth {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }*/
	.bgfullsize {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
}
@media screen and (max-width:377px){
    
    .page-id-4283 .title-heading-left{
        font-size: 34px!important;
    }
}
@media screen and (max-width:370px){
    /*.bgfullsize, .nonhundred-percent-fullwidth {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }*/
	 .bgfullsize {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
}
@media screen and (min-width:371px) and (max-width:377px){
    /*#form_0037 .ao_tbl_container > tbody > tr:nth-child(9) {
        top: -103px;
    }*/
}
@media screen and (min-width:768px) and (max-width:991px){
    #wrapper .product .woocommerce-tabs .panel .post-content{
        width: 49%;
        margin-right: 1%;
    }
    #wrapper .product .woocommerce-tabs .panel .cta-content {
        width: 50%;
    }
    .bgfullsize{
        padding-bottom: 95px!important;
        margin-bottom: -95px;
    }

    /* fixing page /contact/elevator-partner-program/ */
    .page-id-8776 .bgfullsize{
        padding-bottom: 10px!important;
    }
    
    .formbox{
        padding: 0;
        margin-top: -200px!important;
    }
    .slantbox svg{
        height:100px;
    }
    .textrightbox .fusion-column-wrapper{
        padding: 20px 5%!important;
        /* Added to fix /contact/add-on-phones-services/ */
        padding-top: 100px !important;
    }
    .boxdark{
        padding: 0!important;
    }
}
@media screen and (min-width:768px) and (max-width:800px){
    .boxdark{
        padding: 0 5%!important;
        margin-bottom: -5px!important;
        margin-top: 300px!important;
    }
    /* fixing page /contact/cellular-service/, /contact/dealer-program/, /contact/fn-public-safety-network-upgrade/
    .page-id-8752 .boxdark, .page-id-8787 .boxdark, .page-id-8798 .boxdark, .page-id-8794 .boxdark, .page-id-4283 .boxdark, .page-id-8806 .boxdark {
        margin-bottom: -200px!important;
    }*/

    .formbox{
        padding: 0 5%;
    }
}
@media screen and (max-width: 800px){
    #wrapper .product .woocommerce-tabs .panel {
        padding:0!important;
    }
    /*.bgfullsize, .nonhundred-percent-fullwidth {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }*/
	.bgfullsize {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .slantbox svg {
        height: 0;
    }
    .formbox {
        margin-top: 0px!important;
    }
    .boxdark {
        margin-bottom: -112px!important;
        margin-top: 200px!important;
    }
    /* Not do it in the page /contact/elevator-partner-program/
    .boxdark:not(.page-id-8776 .boxdark, .page-id-8752 .boxdark, .page-id-8787 .boxdark, .page-id-8798 .boxdark, .page-id-8794 .boxdark, .page-id-8806 .boxdark ) {
        margin-bottom: -200px!important;  */
    }
}
@media screen and (min-width:801px){
    .page-id-4283 .fusion_builder_column_2_5{
        width: calc(46% - ( ( 4% ) * 0.4 ) )!important;
    }
    .page-id-4283 .fusion_builder_column_3_5 {
        width: calc(54% - ( ( 4% ) * 0.6 ) )!important;
    }
}
@media screen and (min-width:801px) and (max-width:804px){
    /*#form_0037 .ao_tbl_container > tbody > tr:nth-child(9) {
        top: -103px;
    }*/
}
@media screen and (min-width:801px) and (max-width:991px){
    .bgfullsize {
        padding-bottom: 500px!important;
        margin-bottom: -192px;
    }
    .formbox {
        padding: 0;
        margin-top: -550px!important;
    }
    .slantbox svg {
        height: 200px;
    }
    .textrightbox {
        margin-top: -100px!important;
    }
    .boxdark{
        margin-bottom: -5px!important;
    }
}
@media screen and (min-width:992px){
    #wrapper .product .woocommerce-tabs .panel .post-content{
        width: 69%;
        margin-right: 1%;
    }
    #wrapper .product .woocommerce-tabs .panel .cta-content {
        width: 30%;
    }
    .formbox{
        margin-top: -435px!important;
    }
    .textrightbox{
        margin-top: -100px!important;
    }
    .bgfullsize {
        padding-bottom: 530px!important;
        margin-bottom: -310px!important;
    }
    .textrightbox .fusion-column-wrapper{
        padding: 20px 50px!important;
        padding-top: 100px !important;
    }

     /* .page-id-8776 .textrightbox .fusion-column-wrapper{
        padding-top: 100px !important;
    }  */
    
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait){
    #wrapper .product .woocommerce-tabs .panel {
        width: 100%!important;
        padding: 0!important;
    }
}
@media only screen and (min-width:1440px){
    .textrightbox{
        padding: 0 3%;
    }
}
@media only screen and (min-width:2000px){
    .slantbox svg{
        height:200px;
        margin-bottom: -5px!important;
    }
    .textrightbox .fusion-column-wrapper{
        padding: 20px 150px 20px 150px!important;
        /* Fixing pages with form like /contact/elevator-partner-program/ */
        padding-top: 100px !important;
    }
    
}
@media only screen and (min-width:2500px){
    .slantbox svg{
        height:200px;
        margin-bottom: -5px!important;
    }
    .textrightbox .fusion-column-wrapper{
        padding: 20px 70px 20px 70px!important;
    }
    
}

@media (max-width:800px){
    .formbox {
        margin-bottom: 20px !important;
    }
}


#state_table p.custommsg {
    font-size: 14px;
    max-width: 368px;
    text-align: center;
    margin: 0 auto;
    font-weight: 400 !important;
    font-family: "Raleway Extrabold";
    text-transform: initial;
}
@media (max-width:800px){
#state_table{
display: block;
overflow-x: auto;
white-space: nowrap;
}
}

@media (min-width:992px){
.gs_style13 .col-md-4 {
    width: 33% !important;
}
}



/*Skyline Landing*/
.page-id-9447 .wmax-1200 {
    max-width: 1008px;
}

/*/ .page-id-9447 .post-content .fusion-text:not(.text-white) p {
    color: #333333 !important;
} */

#skyline-banner h1 {
    font-size: 36px !important;
    line-height: 1.3 !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    color: #20C3FB;
    max-width: 700px;
    margin: 0 auto !important;
    font-family: 'Raleway Extrabold', sans-serif !important;
}

#skyline-banner p {
    color: white !important;
    font-size: 25px;
    line-height: 1.4;
    text-align: center;
    max-width: 1024px;
    margin: 0 auto;
    font-family: 'Raleway Extrabold', sans-serif;
}

.page-id-9447 .post-content h3 {
    font-size: 36px !important;
    margin-bottom: 17px;
    font-family: 'Raleway Extrabold', sans-serif;
}

.page-id-9447 .post-content h4 {
    font-size: 32px;
    margin-bottom: 5px;
    margin-top: 0;
    font-family: 'Raleway Extrabold', sans-serif;
}

.custom-slant svg.fusion-slant-candy {
    margin-bottom: -2px;
    height: 55px !important;
}

.how-exactly ul {
    margin-bottom: 120px;
    padding-left: 17px;
    padding-right: 65px;
}

@media (max-width:520px){
 
    .how-exactly > p{display: flex;    margin-bottom: 31px;}
    .how-exactly > p img{
        width: 100%;
    }
 
    .how-exactly ul{
        padding-right: 0px; 
    }
}

.how-exactly li {
    margin-bottom: 25px;
}

/*End Skyline Landing*/

/* Hidden Telephony CTA */
#hidden-telephony {
    display: flex;
    margin-top: 38px;
    margin-bottom: 45px;
}

@media (max-width:767px) {
    #hidden-telephony {
        flex-wrap: wrap;
    }

    #hidden-telephony>div {
        flex: 0 1 100% !important;
    }

    #hidden-telephony .cta-cover-image {
        background-position: center center;
    }

    #hidden-telephony .cta-content {
        flex: 0 0 50%;
        background-color: #001C58;
        text-align: center;
        padding: 0 24px 50px !important;
    }
}

#hidden-telephony .cta-cover-image {
    flex: 0 0 50%;
    background-image: url(/wp-content/uploads/2021/06/Hidden-telephone-costs-1200x801-655x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 365px;
}

#hidden-telephony .cta-content {
    flex: 0 0 50%;
    background-color: #001C58;
    text-align: center;
    padding: 0 24px;
}

#hidden-telephony .cta-content h4 {
    color: white;
    font-family: 'Raleway Extrabold', sans-serif;
    font-size: 32px;
    margin: 56px 0 17px;
}

#hidden-telephony .cta-content p {
    color: white;
    font-size: 21px;
}

#hidden-telephony .cta-content a {
    margin-top: 16px;
    text-transform: uppercase;
    transition: all 200ms;
}

#hidden-telephony .cta-content a:hover {
    background-color: white;
    color: black !important;
}

#hidden-telephony .cta-content a:hover span {
    color: black !important;
}

/* End Hidden Telephony CTA*/


/* Emergency help CTA */
#emergency-help {
    
    margin-top: 38px;
    margin-bottom: 45px;
    width: 100%;
}

@media (max-width:767px) {
    #emergency-help  {
        flex-wrap: wrap;
    }

    #emergency-help>div {
        flex: 0 1 100% !important;
    }

    #emergency-help .cta-cover-image {
        background-position: center center;
    }

    #emergency-help .cta-content {
        flex: 0 0 50%;
        background-color: #001C58;
        text-align: center;
        padding: 0 20px 24px !important;
    }
}

#emergency-help .cta-cover-image {
    
    background-image:    linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)
      ), url(/wp-content/uploads/2021/11/stop-button-background-CTA.jpg);
    background-size: cover;
    background-repeat: repeat;
    height: 230px;
    text-align: center;
    padding-top: 40px;
}

#emergency-help .cta-content {
    
    background-color: #001C58;
    text-align: center;
    padding: 0 20px 24px !important;
}

#emergency-help .cta-cover-image h2 {
    color: white;
    font-family: 'Raleway Extrabold', sans-serif;
    font-size: 32px;
}


#emergency-help .cta-content p {
    color: white;
    font-size: 21px;
}

#emergency-help .cta-content a {
    margin-top: 16px;
    text-transform: uppercase;
    transition: all 200ms;
    background:rgb(67, 152, 212) 
}

#emergency-help .cta-content a:hover {
    background-color: white;
    color: black !important;
}

#emergency-help .cta-content a:hover span {
    color: black !important;
}

/* End Emergency help CTA*/



.accordion-k3 {
    width: 100%;
    margin: 0 auto;
    list-style: none;
    padding-left: 0;
}

.accordion-k3 li {
    border: 1px solid #F4F4F4;
    position: relative;
    margin-bottom: 21px;
}

.accordion-k3 li>div {
    padding: 7px 0 18px;
    display: none;
}

.accordion-k3 li p {
    /* color: rgb(51, 51, 51); */
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.accordion-k3 li>a {
    width: 100%;
    display: block;
    cursor: pointer;
    line-height: 2.5;
    text-indent: 0px;
    user-select: none;
    background-color: #F4F4F4;
    color: black;
    font-size: 24px;
    font-family: 'Raleway Extrabold', sans-serif;
    color: #333333;
    padding: 5px 50px 5px 12px;
}


@media (max-width:900px) {
    .accordion-k3 li>a {
        line-height: 1.5;
        text-indent: 0;
        font-size: 24px;
        color: #333333;
        padding: 5px 50px 5px 12px;
    }
}

.accordion-k3 li>a:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid #08125B;
    border-bottom: 2px solid #08125B;
    position: absolute;
    right: 26px;
    content: " ";
    top: 26px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion-k3 p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    padding: 10px;
}

.accordion-k3 li>a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Banner CTA BTN*/
.banner-cta-btn {
    text-align: center;
    background: #08125B;
}

.banner-cta-btn .background-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-cta-btn .background-header p {
    font-size: 36px !important;
    margin-bottom: 17px;
    font-family: 'Raleway Extrabold', sans-serif;
    color: white;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.2;
    padding: 53px 0 34px;
}

.banner-cta-btn a.banner-cta-action {
    background: #2BAFFA;
    color: white;
    text-transform: uppercase;
    padding: 7px 27px;
    display: inline-block;
    margin: 25px 0;
    transition: all 200ms;
    font-family: 'Trebuchet-MS', 'Raleway Extrabold', sans-serif;
    font-size: 18px;
}

.banner-cta-btn a.banner-cta-action:hover {
    background: white;
    color: black;
}

/* End Banner CTA BTN*/


/* CODE COMPLIANCE */

div#guideline_dropdwn {
    margin: 0 auto;
    display: table;
}
#beforeyear{
max-width: 913px;
margin: 23px auto 30px;
font-size: 19px;
}

.all_statein {
    padding-bottom: 0 !important;
    padding-top: 20px;
}

button#show_all_state_data {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#mapandfilter{
    display: flex;
    justify-content: space-between;
  
    max-width: 1239px;
    margin-left: auto;
    margin-right: auto;
}

#mapandfilter #filtersOption1{
    flex: 0 1 25%;
    max-width: 300px;
}

#mapandfilter #filtersOption1 > span{
    font-family: 'Raleway Extrabold';
    text-transform: uppercase;
    font-size: 25px;
    margin: 30px 0 30px 37px;
    display: inline-block;
}

@media (max-width:767px){
    #mapandfilter #filtersOption1 > span {
        margin: 30px 0;
        display: block;
        text-align: center;
    }


    #mapandfilter{
        flex-wrap: wrap;
    }

    #mapandfilter #filtersOption1{
        flex: 0 1 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    #simplemaps_list {
        padding: 10px 0 0 0 !important;
    }
}

#mapandfilter .ib_map {
    flex: 0 1 75%;
    max-width: 900px !important;
}

#mapandfilter .ib_map #map_holder svg{
    width: 100%;
}


.all_statein {
    display: none;
}

#state_table_area {
     padding-top: 18px !important;
}

#state_table_area > a.fusion-button{
    text-align: center;
    margin: 52px auto 0;
    display: table;
}

@media (max-width:767px){
    #state_table_area .fusion-separator{
        margin-bottom: 50px !important;
    }
}

@media (min-width:768px){
    #simplemaps_list {
        padding: 9px 0 0 0 !important;
    }
}

.code_compliance_container{padding-bottom: 40px !important;}

div#newselector {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    background: #08125b;
}


/* State Pool */
#understand-banner h1{
    font-size: 36px !important;
    line-height: 1.3 !important;
    text-transform: capitalize;
    font-weight: 400 !important;
    color: #20C3FB;
    max-width: 585px;
    margin: 0 auto !important;
    font-family: 'Raleway Extrabold',sans-serif !important;
}

#understand-banner p{
    color: #f4f4f4bf !important;
    font-size: 14px;
    line-height: 1.4;
    max-width: 646px;
    margin: 0 auto;
    font-family: sans-serif;
    text-align: left;
    font-weight: 300 !important;
}

@media (min-width:768px){
    .border1{
        border-right: solid 1px #ccc;
    }
    .border3{
        border-left: solid 1px #ccc;
    }
}

#understand-icons .big-number-icon{
	color: #08125B;
}

#understand-icons img {
    height: 60px;
    width: auto;
}

div#newselector {
	max-width: 646px;
    margin: 0 auto;
    display: flex;
    background: #08125b;    
    padding: 17px 15px 11px;
    border-radius: 6px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.descriptionselector span{
	font-size: 24px;
    color: white;
    text-transform: capitalize;
    display: block;
}

.descriptionselector a {
	color: grey !important;
    font-size: 14px;
    text-decoration: underline;
}

div#newselector .newselectorcontrol {
    max-width: 314px;
    width: 100%;
}

@media (max-width:670px){

    div#newselector{
        flex-wrap: wrap;
        
    }

    #newselector .descriptionselector{
        flex: 1 0 100%;
        margin-bottom: 11px;
        text-align: center;    
    }
    #newselector .newselectorcontrol{
        flex: 1 0 100%;
        max-width: 100% !important;
    }
}

div#newselector select{
    width: 100%;
	border-radius: 5px;
}

.state_laws_section h3 {
    margin-top: 0px !important;
    border-bottom: 1px solid #151414;
    background: #f4f4f4;
    padding-top: 13px !important;
    padding-bottom: 11px !important;
    font-size: 24px !important;
}

.state_laws_section h3 > a{
    float: right;
    font-size: 16px;
    display: inline-block;
    margin-top: 5px;
    color: #08125B;
    text-decoration: underline;
}

@media (max-width:767px){
    .state_laws_section h3 > a {
        float: initial;
        font-size: 11px;
        display: block;
        margin-top: 15px;
    }
}

.state_laws_section .fusion-text.text-normal-color{
    padding: 0px !important;
    border: 1px solid #151414;
	margin-bottom: 39px;
}

.state_laws_section .fusion-text.text-normal-color >*:not(ul){
	padding: 0 30px;
}

.state_laws_section .fusion-text.text-normal-color >ul {
    margin: 0 30px 30px;
    padding: 0 20px;
}



h3#alabama {}
    ​
.fusion-text.text-normal-color > ul{
    padding-left: 60px;
}


/* End State Pool*/

/*Theme Fix*/
.fusion-image-element  {text-align: center !important;}
/*Solid Testimonials Overrides*/
.gs-review-date {display: none;}
.gs_testimonial_single { box-shadow: 0px 10px 15px 0px #fff !important;}
.gs-star-rating {display: none;}

/* map block on code-compliance page */
.active-state-area {
  fill: #221e53 !important;
}

.guideline-type {
  text-align: center;
  margin: 0px 0 15px 0px;
  font-weight: bold;
  display: none;
}

#state_table_area[data-type="poolPhoneLaws"] .guideline-type[data-type="poolPhoneLaws"],
#state_table_area[data-type="g2019"] .guideline-type[data-type="g2019"] {
  display: block;
}

/* footer version 2 */
.fusion-footer-copyright-area {
  background-color: #4cb1f9;
}

.copyright-center-area p {
  text-align: center;
}

div.footer-container {
  color: #fff;
  font-size: 17px;
  font-family: Calibri;
}

div.footer-container .footer-menu {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

div.footer-container .fusion-text .footer-menu li {
  margin-bottom: 5px;
}

div.footer-container .fusion-text .footer-menu a {
  font-size: 17px;
}

div.footer-container .fusion-text .footer-menu a.footer-link {
  font-weight: 700;
  color: #4CB1F9;
}

div.footer-container .fusion-text .footer-menu a.footer-link:hover {
  color: #4CB1F9;
}

div.footer-container .fusion-social-links .fusion-social-networks.color-type-custom .fusion-social-network-icon:hover {
  color: #4CB1F9 !important;
}

.fusion-widget-area div.footer-container p {
  font-size: 17px;
}

div.footer-container .fusion-text a {
  font-weight: 700;
  color: #4CB1F9;
}

div.footer-container .fusion-text a.phone-text-style {
  color: #fff;
  font-weight: 400;
}

div.footer-container .fusion-text a:hover {
  text-decoration: underline;
}

div.footer-container .fusion-text .footer-bottom-menu {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
}

div.footer-container .fusion-text .footer-bottom-menu a:after {
  content: '|';
  pointer-events: none;
  display: inline-block;
  margin: 0 5px;
}

div.footer-container .fusion-text .footer-bottom-menu li:last-child a:after {
  display: none;
}

div.footer-container .fusion-text .footer-bottom-menu a,
div.footer-container .fusion-text .footer-menu a {
  font-weight: 400;
  color: #fff;
}

div.footer-container .fusion-text .footer-menu a:hover {
  text-decoration: underline;
  color: #fff;
}

div.footer-container .fusion-text.footer-text-block-2 p {
  line-height: 30px;
}

div.footer-container #form_004a .formSectionDescription span {
  font-size: 17px !important;
}

div.footer-container .aoFormContainer {
  margin-top: -5px;
}

div.footer-container .footer-text-block .fusion-builder-row>.fusion-layout-column:nth-child(1) {
  width: 95px;
}

div.footer-container .footer-text-block .fusion-builder-row>.fusion-layout-column:nth-child(1) .fusion-content-layout-column {
  margin-right: 0;
  margin-left: 0;
}

div.footer-container .footer-text-block .fusion-builder-row>.fusion-layout-column:nth-child(2) {
  width: calc(100% - 95px);
}

div.footer-container .footer-text-block .fusion-text p:last-child {
  margin-bottom: 0;
}

div.footer-container .footer-text-block .fusion-text p {
  font-size: 16px;
  line-height: 19px;
}

div.footer-container .fusion-social-network-icon.fusion-youtube {
  position: relative;
  top: 2px;
}

html body .new-footer-bottom .footer-bottom-search .fusion-title {
  margin-bottom: 10px !important;
  color: #fff;
}

.new-footer-bottom .footer-bottom-search .fusion-content-widget-area .widget {
  margin-bottom: 0;
}

.new-footer-bottom .footer-phone .fusion-li-icon {
  font-size: 40px;
}

.new-footer-bottom .footer-phone .fusion-li-item-content a {
  color: #fff;
}

.new-footer-bottom .footer-phone .fusion-li-item {
  display: flex;
  align-items: flex-end;
}

.new-footer-bottom .fusion-checklist .fusion-li-item-content, ul.fusion-checklist .fusion-li-item-content {
  margin-inline-start: 0;
}

.footer-bottom-gallery .fusion-image-element img {
  width: 100%;
}

.footer-bottom-gallery .fusion-image-element {
  display: flex;
  align-items: end;
}

@media (min-width: 1025px) {
  div.footer-container .fusion-text .footer-bottom-menu {
    justify-content: flex-end;
  }
}

@media (min-width: 1025px) and (max-width: 1230px) {
  .footer-bottom-gallery .fusion-column-wrapper img {
    width: 100%;
    max-width: 122px;
  }
}

@media (max-width: 1024px) {
  .footer-bottom-gallery .fusion-column-wrapper {
    align-items: center !important;
    row-gap: 18px;
    flex-direction: column !important;
  }
  .new-footer-bottom .footer-phone {
    display: flex;
    justify-content: center;
  }
}