/*
Theme Name: Elementor-Hello Child
Theme URL: https://elementor.com
Description: Hello-Elementor Child Theme for Constructive
Author: Fay Servicing / Constructive Renovations
Author URL: https://www.fayservicing.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* 
==========
Custom CSS begins below
==========
*/


html, body {
    font-family: "Inter",-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #333;
}

@media screen and (min-width: 900px) {
    html, body {
        letter-spacing: -0.015;
    }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 600;
}

h1, .h1 {
    font-size: 1.7em;
    font-size: 1.7rem;
}

h2, .h2 {
    font-size: 1.4em;
    font-size: 1.4rem;
}

.recent-posts {
    text-align: center !important;
    margin-top: 0.5em;
    font-size: 1.3em;
    font-size: 1.3rem;
    font-weight: 500;
}

h3, .h3 {
    font-size: 1.2em;
    font-size: 1.2rem;
}

h4, .h4, h5, .h5, h6, .h6 {
    font-size: 1.1em;
    font-size: 1.1rem;
}

    
a, a:active, a:focus, a:hover, a:visited, .elementor a {
    text-decoration: none !important;
    border-bottom: 1px solid #333;
    color: #333;
}

.elementor-nav-menu a, .elementor-image a, a.footer-link, a.custom-logo-link {
    text-decoration: none;
    border: 0;
}

.footer-link, 
.footer-link:focus,
.footer-link:hover, 
.footer-link:visited,
.footer-link:active {
    color: #fff !important;
    text-decoration: none !important;
}

.links-list {
    padding-left: 1em;
}

.links-list li {
    line-height: 1.5;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 0.9em;
}

ul.vendor-requirements {
    padding-left: 1.2em;
}

ol.vendor-requirements {
    padding-left: 1.3em;
}

.vendor-requirements li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.7;
    font-size: 0.9em;
}

ol.vendor-requirements li {
    padding-left: 0em;
}

.procedures-protocols {
    padding-left: 1.2em;
}

.procedures-protocols li {
    font-size: 0.9em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.8;
}

tr:hover a.liens {
    color: #fff;
}

p.mandatory, .mandatory-coverages li {
    line-height: 1.7;
    font-size: 12px;
}

.mandatory-coverages li ul {
    padding-left: 1em;
}

.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
    color: #333;
    font-size: 1.1em;
    margin-top: 0;
}

.elementor-image-box-img {
    margin-bottom: 0 !important;
}

.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
    font-size: 0.9em;
}

label {
    margin-bottom: 0.5em;
    margin-bottom: 0.5rem;
}

[type=button], [type=submit], button {
    color: #333;
    background-color: #e2e2e2;
    border: 1px solid #333;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #d36220;
    border: 1px solid #d36220;
}

.elementor-icon, .elementor-animation, .elementor-image-box-content a {
    text-decoration: none !important;
}

.elementor-image-box-content a:hover {
    text-decoration: underline !important;
}

@media screen and (min-width: 1025px) {
    .narrow-desktop {
        width: 40%;
        margin-right: auto;
        margin-left: auto;
    }
}

h1.entry-title, .elementor-widget-theme-post-title.elementor-widget-heading .elementor-heading-title {
    /* text-align: center !important; */
    color: #333;
    /* mainly for blog post headlines */
}

.elementor-widget-wp-widget-archives {
    text-align: center;
}

.elementor-post-info__item--type-date {
    padding-left: 0 !important; /* overrides default of 5px */
}

#postInfoforTemplate li {
    margin-right: 0;
    margin-left: -5px;
}

form.postPass {
    margin: 1em auto;
    width: 80%;
    text-align: center;
}

@media screen and (min-width: 321px) and (max-width: 640px) {
    form.postPass {
        width: 60%;
    }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
    form.postPass {
        width: 50%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    form.postPass {
        width: 40%;
    }
}

@media screen and (min-width: 1025px) {
    form.postPass {
        width: 25%;
    }
}

#postInfoforTemplate ul, 
#postInfoforTemplate li {
    padding-left: 0;
}

.post-password-form {
    margin-top: 2em;
    text-align: center;
}

tr:hover .employee-portal-links {
    color: #fff;
}

.elementor-image-box-img a {
    border-bottom: none;
}

/*
-------- for Ninja forms ---------
*/

.ninja-forms-form-wrap *, 
.ninja-forms-form-wrap :after, 
.ninja-forms-form-wrap :before {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
}

.label-left .nf-field-element {
    display: inline-block;
    width: 100%!important;
    -ms-flex-order: 10;
    order: 10;
}

.label-left .nf-field-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0!important;
    text-align: left!important;
    width: 100%!important;
    -ms-flex-order: 5;
    order: 5;
}

.nf-error-msg, 
.ninja-forms-req-symbol {
    color: #dd4949!important;
}


::-webkit-input-placeholder { 
    /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { 
    /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { 
    /* IE 10+ */
  color: white;
}
:-moz-placeholder { 
    /* Firefox 18- */
  color: white;
}

/*
-------- end, Ninja forms ---------
*/


/*
-------- for TablePress --------
*/

.dataTables_filter input {
    padding: 0 0.25em;
}

/*
-------- end, TablePress --------
*/

.shadowy, #homeSlider {
    text-shadow: 4px 4px 3px #000;
    color: #fff;
}

#homeSlider h1 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5em;
    font-size: 2em;
}

#homeSlider h2 {
    font-weight: 400;
    font-size: 1.25em;
    margin-top: 0;
}

.ctr {
    text-align: center;
}

.wht {
    color: #fff;
}
.pokey {
    font-size: 0.75em;
}

.legal {
    font-size: 0.65em;
}

#whatPartnersThink h2 {
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: -0.025em;
}


@media screen and (min-width: 1025px) {
    #whatPartnersThink {
        background-attachment: fixed; /* necessary because Elementor doesn't (yet) give media-query-level control of this */
    }
    
    #homeSlider h1 {
        font-size: 4em;
    }
    
    #homeSlider h2 {
        font-size: 1.75em;
    }
    
    #whatPartnersThink h2 {
        font-size: 2.75em;
    }
}

/* 

**********************************************
*** SAVE FOR LAST ***
**********************************************

===========
specific to IE 10 and 11 since they don't support the old conditionals 
===========
*/

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */
   
   .elementor-11230 .elementor-element.elementor-element-19fda18 .elementor-repeater-item-ea280dc .slick-slide-inner .elementor-slide-content {
       margin-left: 0 !important;
       /* fixes text on home page's first slider */
   }

    #homeSlider h1, #homePartners h2 {
        margin-top: 1.5em;
    }
    
    #homeSlider h1, #homeSlider h2, #homePartners h2 {
        font-weight: 600;
    }
        
}


/*
===========
END OF IE-10/IE-11-SPECIFIC CSS
===========
*/


/*
Start of Constructive Renovations Custom style - hvillegas Aug06, 2024
*/

html, body {
	font-family: "Inter" !important;
    color: #000;	
}

/* H1 – Hero Headline: 55 point, bold - H1 */
/* F1 – Form Headline: 55 point, bold - H1 */
h1 {
	font-size: 55px;
	font-weight: bold;
	color: #fff;
}

/* H3 – Hero Subtext – 24 point not bold - H2  */
h2 {
	font-size: 24px;
	font-weight: 300;
	color: #fff;
}

/* H2 – All Other Headlines: 24 pt Bold - H3 */
h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

/* B2 – Box Headline Copy: 24 Point medium not bold - H4 */
h4 {
	font-size: 24px;
	font-weight: 500;
	color: #000;
}


/* C – Body copy | Text Editor */
/* B3 – Box body copy: 16 point regular - p, Text Editor */
p, .elementor-text-editor {
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

/* B1 – Button copy: 16 point regular - button, */
.elementor-button-text, div.elementor-button-wrapper {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	/*background-color: #E6E6E6; */
	border-radius: 5px;
}
	
/* .elementor-button-text */
.cta-button, #cta-button .elementor-button-text, #btnCFTY .elementor-button-text, #btnHOTY .elementor-button-text {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	/*background-color: #E6E6E6; */
	border-radius: 5px;
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #E6E6E6;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 5px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
	



/* F2 – Form body copy: 24 point regular - H6 */
h6, .elementor-field-label {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}


/* footer */
footer .elementor-text-editor,
footer .elementor-text-editor a {
	font-size: 16px;
	font-weight: normal;
	color: #fff !important;
}

/* start - main menu 
.elementor-nav-menu li {
	padding: 10px 30px 10px 30px;
	margin: 20px;
	width: 200px;
}

.elementor-nav-menu li a {
	color: #fff;
	margin: auto !important;
	
}

.elementor-nav-menu li .elementor-item:hover {
	background-color: #D0741E !important;
	border-radius: 5px;
	padding: 5px;
	color: #fff;
}
end - main menu */


.renov-experts-carousel-style {
  width: 100%;
  padding: 25px;
  background-color: coral;
  color: white;
  font-size: 25px;
	
}

 

 

/*
End of Constructive Renovations Custom style - hvillegas Aug06, 2024
*/