/*!
Theme Name: Construction Light Pro Child
Theme URI: http://sparklewpthemes.com/wordpress-themes/constructionlightpro/
Author: Coalition Technologies
Author URI: Your Website URL
Description: A child theme for Construction Light Pro.
Version: 1.0.0
Template: construction-light-pro
Text Domain: construction-light-pro-child
*/

/* Import the parent theme's stylesheet */
@import url("../construction-light-pro/style.css");

/* Footer */

.ct-footer-section{
    background: #1C1A1A;;
    color: white;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ct-footer-bottom{
    background: #1A1F71;
}
.ct-footer-nav-head h4{
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.ct-footer-menu{
    list-style-type: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.ct-footer-menu li a{
    color: white;
    transition: all 0.3s linear;
}
.ct-footer-menu li a:hover{
    color: #f7b600;
    text-decoration: underline;
}
.ct-footer-section-wrapper{
    padding-top: 55px;
    padding-bottom: 45px;
}
.ct-contact-footer{
    display: flex;
    column-gap: 10px;
    row-gap: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.ct-contact-footer a{
    color: white;
}

.ct-list-icon{
    width: 30px;
}
.ct-list-icon svg{
   max-width: 40px;
   width: 100%;
}
.ct-list-paragraph{
    width: calc(100% - 40px);
}
.ct-map-section{
    width: 100%;
    padding-left: 40px;
    height: 100%;
    max-height: 300px;
}
.ct-map-section iframe{
    max-height: 300px;
    width: 100%;
    height: 300px;
}
.mt-minus-2{
    margin-top: -2px;
}
.ct-footer-bottom{
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-social-icons{
    display: flex;
    justify-content: flex-end;
    gap: 20px; 
}
.ct-hover-link{
    color: #f7b600;
    text-decoration: underline !important;
    transition:all 0.3s linear;
}
.ct-hover-link:hover{
    color: #1A1F71;
}
.breadcrumb ul li a:after{
    content: "»" !important;
}
@media screen and (max-width: 991px) {
    .ct-map-section{
        padding: 0px;
    }
    .ct-content-col{
        margin-bottom: 20px;
    }
    .ct-footer-section-wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-social-icons{
        display: flex;
        justify-content: center;
        gap: 20px; 
    }
    .ct-footer-bottom{
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .ct-footer-bottom > .container > .row {
        display: flex;
        row-gap: 20px;
    }
}

/* Velocity Funding Forms */
.ct-new-contact-form_wrapper #gform_fields_2{
    display: flex;
flex-direction: column;
flex-wrap: wrap;
  row-gap: 16px;
column-gap: 40px; /* Spacing between items */
max-height: 500px; /* Set the threshold height for single-column layout */
overflow-y: auto; /* Add scroll if needed */
}

.gform_heading{
  display: none;
}

.ct-new-contact-form_wrapper #gform_fields_2 .gfield--width-full{
  margin-bottom: 10px;
  width: calc(50% - 50px);
}
.ct-new-contact-form_wrapper #gform_fields_2 .gfield--width-full input:not(input[type="submit"]), .ct-new-contact-form_wrapper #gform_fields_2 .gfield--width-full textarea{
  padding: 20px 16px !important;
  border: 1px solid #ABABA2;
background: #F2F2F2;
  outline: none;
}
.ct-new-contact-form_wrapper #gform_fields_2 .gfield--width-full input::placeholder, .ct-new-contact-form_wrapper #gform_fields_2 .gfield--width-full textarea{
  color: #888;
}
.gfield_description{
color: black !important;
}
.ct-new-contact-form_wrapper #gform_submit_button_2{
  outline: none;
  background: #1A1F71;
  padding: 16px;
}
#cl-titlebar-section{
  background-color: rgba(2,2,2,0.54);
}



.ct-form-calculator_wrapper #gform_fields_3{
  display: flex;
  flex-direction: column !important;
  flex-wrap: wrap;
  row-gap: 16px;
  column-gap: 40px; 
  max-height: 975px;
}
.ct-form-calculator_wrapper #gform_fields_3 .gfield--width-full{
  margin-bottom: 10px;
  width: calc(50% - 50px);
}

.ct-form-calculator #gform_fields_3{
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-wrap: wrap;
}
.ct-form-calculator_wrapper #gform_fields_3 .gfield--width-full input:not(input[type="submit"]){
  padding: 22px 20px !important;
   border: 1px solid #ABABA2;
background: #F2F2F2;
  outline: none;
   display: flex;
   flex: 1;
}
.ct-form-calculator_wrapper #gform_fields_3 .gfield--width-full input:not(input[type="submit"])::placeholder{
  color: #888;
}
.ct-form-calculator #gform_fields_3 .gfield--width-full:not(.gfield--type-hidden){
  display: flex;
  gap: 10px;
  align-items: center;
}
.ct-form-calculator #gform_fields_3 .ginput_container{
  flex: 1;
}
.ct-form-calculator #gform_fields_3 .gfield_label{
  width: 110px;
  margin: 0px;
}
.ct-result-bar {
  display: flex;
  width: 100%;
  align-items:center;
  justify-content: space-between;
  padding: 15px;
  display: flex;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
}
.ct-calculator-desc h4, .ct-calculator-desc p{
 margin: 0px;
}
.ct-calculator-desc h4{
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 20px;
}
.ct-calc-btn-wrapper{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  
  width: 100%;
}
.ct-calc-btn{
  width: calc(50% - 10px);
  text-align: center;
  padding: 16px 20px;
  background: white;
  color: #000 !important;
  border: 1px solid #1A1F71;
}
.ct-gao-btn{
  background: #1A1F71;
  color: white !important;
  transition: all 0.3s linear;
}
.ct-gao-btn:hover{
  background: white !important;
  color: black !important;
}
.ct-reset-bt{
  width: 100%;
}
.ct-reset-bt, .ct-contact-btn{
transition: 0.3s all linear;	
}
.ct-reset-bt:hover, .ct-contact-btn:hover{
  background: #1A1F71 !important;
  color: white !important;
}
.ct-form-calculator .gform-footer{
  display: none;
}
@media only screen and (max-width: 1024px){
  .ct-form-calculator_wrapper #gform_fields_3{
      flex-wrap: nowrap;
      max-height:fit-content;
  }
  .ct-new-contact-form_wrapper #gform_fields_2 .gfield--width-full, .ct-form-calculator_wrapper #gform_fields_3 .gfield--width-full{
      width: 100%;
  }
  .ct-new-contact-form_wrapper #gform_fields_2{
      max-height: fit-content;
  }
  .ct-calculator-desc h4{
      font-size: 18px;
  }
  .ct-calculator-desc p{
      font-size: 14px;
  }
}

.ct-re-results ,.ct-ac-results, .ct-sv-results, .ct-rsv-results, .ct-prv-results{
	background: gray;
}

.ct-calculator-contact-field{
  display: flex;
  flex-direction: column !important;
  align-items: stretch !important;
}
.has-luminous-vivid-amber-background-color{
  background-color: #1A1F71 !important;
}

/* Blog Post Update */
.ct-updated-title{
    margin-top: 20px;
    margin-bottom: 20px;
}
.ct-updated-title h1{
    text-align: center;
    margin: 0px;
}
.ct-blog-content-wrapper h3, .ct-blog-content-wrapper h4{
    margin-bottom: 10px !important;
}
/* Slot Wrapper */
.slotwrapper {
    overflow: hidden;
    display: inline-block;
    height: 34px;
	color: white !important;
}
.slotwrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    float: left;
}
.slotwrapper ul {
    height:34px;
    font-size: 34px;
    line-height: 34px;
    text-align: center;
	font-weight: 600;
}
	.slotwrapper-pre{
		 height: 34px;
	     color: white !important;
		font-size: 34px;
		line-height: 34px;
		font-weight: 600;
		display: none;
	}
	.ct-display{
		display: inline-block;
	}
.slotwrapper ul li img {
    vertical-align: top;
}
	.slotwrapper-main-wrapper{
		display: flex;
		flex-direction: row;
		margin-bottom: 10px;
	}
@media screen and (max-width: 1200px) {
    .slotwrapper {
        width: 100%;
    }
    .slotwrapper ul {
        width: 33%;
    }
}
@media screen and (max-width: 768px) {
    .slotwrapper {
        height: 30px;
    }
    .slotwrapper ul {
        height:30px;
        font-size:30px;
        line-height: 30px;
    }
	.slotwrapper-pre{
		 height: 30px;
	     color: white !important;
		font-size: 30px;
		line-height: 30px;
		font-weight: 600;
	}
}

/* gform funding */
.ct-new-contact-form_wrapper #gform_fields_1{
  display: flex;
flex-direction: column;
flex-wrap: wrap;
row-gap: 16px;
column-gap: 40px; /* Spacing between items */
max-height: 500px; /* Set the threshold height for single-column layout */
overflow-y: auto; /* Add scroll if needed */
}

.gform_heading{
display: none;
}

.ct-new-contact-form_wrapper #gform_fields_1 .gfield--width-full{
margin-bottom: 10px;
width: calc(50% - 50px);
}
.ct-new-contact-form_wrapper #gform_fields_1 .gfield--width-full input:not(input[type="submit"]), .ct-new-contact-form_wrapper #gform_fields_1 .gfield--width-full textarea{
padding: 20px 16px !important;
border: 1px solid #ABABA2;
background: #F2F2F2;
outline: none;
}
.ct-new-contact-form_wrapper #gform_fields_1 .gfield--width-full input::placeholder, .ct-new-contact-form_wrapper #gform_fields_1 .gfield--width-full textarea{
color: #888;
}
.gfield_description{
color: black !important;
}
.ct-new-contact-form_wrapper #gform_submit_button_1{
outline: none;
background: #1A1F71;
padding: 16px;
}
#cl-titlebar-section{
background-color: rgba(2,2,2,0.54);
}



.ct-form-calculator_wrapper #gform_fields_2{
display: flex;
flex-direction: column !important;
flex-wrap: wrap;
row-gap: 16px;
column-gap: 40px; 
max-height: 980px;
}
.ct-form-calculator_wrapper #gform_fields_2 .gfield--width-full{
margin-bottom: 10px;
width: calc(50% - 50px);
}

.ct-form-calculator #gform_fields_2{
display: flex;
flex-direction: column;
gap: 10px;
flex-wrap: wrap;
}
.ct-form-calculator_wrapper #gform_fields_2 .gfield--width-full input:not(input[type="submit"]){
padding: 22px 20px !important;
 border: 1px solid #ABABA2;
background: #F2F2F2;
outline: none;
 display: flex;
 flex: 1;
}
.ct-form-calculator_wrapper #gform_fields_2 .gfield--width-full input:not(input[type="submit"])::placeholder{
color: #888;
}
.ct-form-calculator #gform_fields_2 .gfield--width-full:not(.gfield--type-hidden){
display: flex;
gap: 10px;
align-items: center;
}
.ct-form-calculator #gform_fields_2 .ginput_container{
flex: 1;
}
.ct-form-calculator #gform_fields_2 .gfield_label{
width: 110px;
margin: 0px;
}

.ct-calculator-desc h4, .ct-calculator-desc p{
 margin: 0px;
}
.ct-calculator-desc h4{
margin-bottom: 10px;
margin-top: 15px;
font-size: 20px;
}
.ct-calc-btn-wrapper{
display: flex;
gap: 20px;
flex-wrap: wrap;

width: 100%;
}
.ct-calc-btn{
width: calc(50% - 10px);
text-align: center;
padding: 16px 20px;
background: white;
color: #000 !important;
border: 1px solid #1A1F71;
}
.ct-gao-btn{
background: #1A1F71;
color: white !important;
transition: all 0.3s linear;
cursor: pointer;
}
.ct-gao-btn:hover{
background: white !important;
color: black !important;
}
.ct-reset-bt{
width: 100%;
}
.ct-reset-bt, .ct-contact-btn{
transition: 0.3s all linear;	
}
.ct-reset-bt:hover, .ct-contact-btn:hover{
background: #1A1F71 !important;
color: white !important;
}
.ct-form-calculator .gform-footer{
display: none;
}
.ct-blog-cta{
margin-top: 30px;
margin-bottom: 30px;	
}
.ct-blog-cta>a{
padding: 15px 20px;
border-radius: 4px;
background: #FFC107;
color: #1A1F71;
font-size: 18px;

font: "Roboto", Sans-serif;
font-weight: 800 !important;
transition: 0.3s linear all;
}
.ct-blog-cta>a:hover{
background: #1A1F71;
color: #FFC107;
}

@media only screen and (max-width: 1024px){
.ct-form-calculator_wrapper #gform_fields_2{
  flex-wrap: nowrap;
  max-height:fit-content;
}
.ct-new-contact-form_wrapper #gform_fields_1 .gfield--width-full, .ct-form-calculator_wrapper #gform_fields_2 .gfield--width-full{
  width: 100%;
}
.ct-new-contact-form_wrapper #gform_fields_1{
  max-height: fit-content;
}
.ct-calculator-desc h4{
  font-size: 18px;
}
.ct-calculator-desc p{
  font-size: 14px;
}
.ct-blog-cta>a{
  font-size: 12px;
}
}

.ct-link-p p a{
	color: #1A1F71;
	text-decoration: underline;
}
.ct-link-p p a:hover{
  color: #FFC107;
}
.ct-link-y-p p a{
	color: #FFC107;
	text-decoration: underline;
}
.gform_fields .gfield--type-handlfree_utm_source, .gform_fields .gfield--type-handlfree_utm_medium, .gform_fields .gfield--type-handlfree_utm_term, .gform_fields .gfield--type-handlfree_utm_content, .gform_fields .gfield--type-handlfree_utm_campaign, .gform_fields .gfield--type-handlfree_gclid {
	display: none !important;
}