/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.page-id-13 div#about h6 span {
    filter: unset;
}

a#btn:hover i, a#btn:hover {
    background: #caa05c !important;
    color: #000 !important;
}
.home .container-wrap {
    padding: 0px !important;
}
header#top li#menu-item-29 ruby {
    display: block;
    text-align: left;
    font-size: 13px;
    color: #000;
}
header#top li#menu-item-29 span {
    color: #CAA05C;
}
#header-outer ul.sf-menu>li>a>.nectar-menu-icon-img {
    max-height: 43px;
}
#header-outer header .nectar-menu-icon-img {
    width: 45px;
}
header#top li#menu-item-31 {
    order: 1;
    margin-left: 30px !important;
}
header#top li#menu-item-31 span::after {
    display: none;
}
header#top li#menu-item-31 span {
    background: #CAA05C;
    padding: 12px 20px !important;
    border-radius: 30px !important;
	color:#fff;
}
header#top li#search-btn span.icon-salient-search {
    background: #c79f60;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #c79f60;
	color:#fff;
}
body #header-outer .icon-salient-search:before, body.material #header-outer .icon-salient-search:before {
    color: #fff;
}
/* ============================================= */
div#revolution-slider {
    margin-bottom: 0px !important;
}
div#revolution-slider a#SR7_1_1-1-4 i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #CAA05C;
    border-radius: 50%;
    transform: rotate(-45deg);
    margin-left: 7px;
    position: relative;
    top: -1px;
}
/* ===================================== */
div#service {
    padding: 50px 50px !important;
    margin-bottom: 0px !important;
}
div#service-inner .vc_col-sm-3 .vc_column-inner, div#service-inner .vc_col-sm-4 .vc_column-inner{
    background: #fff;
    padding: 20px;
    filter: drop-shadow(2px 4px 6px #ccc);
    margin: 0px 10px;
    border-radius: 20px;
}
div#service .iwithtext {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}
div#service-inner .iwithtext .iwt-text {
    padding-left: 0px;
}
div#service-inner .iwithtext .iwt-icon img {
    width: unset;
}
div#service-inner .iwithtext .iwt-icon {
    left: unset;
    right: 0;
}
div#service .img-with-aniamtion-wrap img {
    width: 100%;
}
div#service a#btn {
    margin: 30px auto 0 auto;
    display: table;
}
/* ================================== */
h6 span {
    border: 1px solid #72727257;
    padding: 5px 8px !important;
    border-radius: 30px !important;
}
h6 span img {
    display: inline-block !important;
    margin-bottom: 0px !important;
}
a#btn {
    border: 2px solid #000;
    background-color: #0000 !important;
    color: #000 !important;
    border-radius: 30px !important;
}
a#btn i {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #CAA05C !important;
    color: #fff !important;
    transform: rotate(-45deg);
    top: 0;
    margin-top: 7px;
}
/* =============================== */
div#about {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#about h6 span {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(11deg) brightness(91%) contrast(98%);
}
div#about-inner .iwithtext {
    display: inline-block;
    width: 50%;
}
div#about-inner .iwithtext .iwt-text {
    padding-left: 30px;
}
div#about-inner .iwithtext .iwt-icon img {
    width: unset;
}
div#about-inner .iwithtext .iwt-text h5 {
    font-size: 18px;
}
div#about-inner a#btn {
    border-color: #fff !important;
    color: #fff !important;
}
/* ============================= */
div#how-we {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#how-we-inner .clm {
    margin-top: 20px;
}
div#how-we-inner .vc_col-sm-3 .vc_column-inner {
    background: #fff;
    filter: drop-shadow(2px 4px 6px #ccc);
    padding: 10px !important;
    border-radius: 15px;
}
div#how-we-inner .wpb_text_column {
    padding: 0px 15px;
}
div#how-we-inner .wpb_text_column h1 {
    position: absolute;
    right: 10px;
    bottom: -10px;
    font-size: 50px;
}
div#how-we-inner p {
    min-height: 110px;
}
/* ======================== */
div#scrolling-text {
    padding: 10% 0% !important;
    margin-bottom: 0px !important;
}
div#scrolling-text-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 999;
}
div#scrolling-text h1 {
    font-size: 260px !important;
    line-height: 300px !important;
}
div#scrolling-text-inner img {
    animation: home 10s ease 0s 10000 normal forwards;
    width: 80%;
}
@keyframes home {
	0%,
	100% {
		transform: translateY(0);
	}

	10%,
	30%,
	50%,
	70% {
		transform: translateY(-8px);
	}

	20%,
	40%,
	60% {
		transform: translateY(8px);
	}

	80% {
		transform: translateY(6.4px);
	}

	90% {
		transform: translateY(-6.4px);
	}
}
/* ============================== */
div#faq {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#faq a.toggle-heading {
    font-size: 18px !important;
    line-height: 28px !important;
    color: #1C1C1D;
}
div[data-style="minimal"] .toggle > .toggle-title a {
    padding: 15px 50px 15px 0px;
    transition: color 0.15s ease;
}
div#faq a.toggle-heading ruby {
    margin-right: 20px;
    color: #9F9FA4 !important;
    font-size: 15px;
}
div#faq .toggle.default.open a.toggle-heading {
    color: #CAA05C !important;
}
div#faq .toggle.default.open a.toggle-heading ruby {
    color: #CAA05C !important;
}
div[data-style="minimal"] .toggle[data-inner-wrap="true"] > div .inner-toggle-wrap {
    padding: 0 20px 20px 40px;
}
div#faq .faq-text {
    border-bottom: 1px solid #CAA05C;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}
div#faq .nectar-milestone {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    background: rgb(28 28 29 / 60%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    color: #fff;
    padding: 20px 20px !important;
    margin: 15px 15px !important;
    text-align: left;
}
div#faq .hover-wrap {
    margin: 0 !important;
}
div#faq .number.default, div#faq span.symbol {
    color: #CAA05C !important;
}
/* ============================================== */
div#projects {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#projects .owl-stage-outer {
    overflow: visible !important;
}

div#projects div#project-inner {
    height: 550px  !important;
}
div#project-inner {
    margin: 0px 10px;
}
/* div#project-inner.clm {
    transform: translateY(50px);
} */
div#project-inner h4 {
    text-align: center;
}
div#projects .owl-dots {
    display: none;
}
/* ====================================== */
div#interior {
    margin-bottom: 0px !important;
    padding-top: 10% !important;
	background: #0000 !important;
}
div#interior .row-bg.viewport-desktop.using-bg-color {
    height: 60px;
    top: unset;
    bottom: 0;
}
div#interior img {
    width: 100% !important;
    margin: 0 auto;
    display: table;
}
div#interior .wpb_text_column h1 {
    font-size: 145px !important;
    line-height: 160px;
}
div#interior .wpb_text_column {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    margin-top: -100px;
}
/* ======================================= */
div#testimonial {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
cc {
    padding: 0px 0px 10px 0px !important;
}
div#testimonial h5 img {
    margin-bottom: 0px !important;
}
div#testimonials-inner {
    margin: 0px 0px;
}
div#testimonials-inner .wpb_text_column p {
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 600;
}
div#testimonial .wpb_text_column {
    margin-bottom: 10px !important;
}
div#testimonials-inner .iwithtext .iwt-icon img {
    width: unset;
}
div#testimonials-inner .iwithtext .iwt-text {
    padding-left: 75px;
}
div#testimonials-inner .iwithtext .iwt-text h5, div#testimonials-inner .iwithtext .iwt-text p {
    margin: 0;
    padding: 0;
}
.owl-dots {
    display: none;
}
/* ============================================= */
div#contact {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#contact-inner .text-border {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
    width: 70%;
}
div#contact-inner .vc_col-sm-6.form-col .vc_column-inner {
    background: #CAA05C;
    padding: 30px 40px !important;
    border-radius: 15px !important;
}
div#contact-inner .iwithtext .iwt-icon img {
    width: 70%;
}
div#contact-inner .iwithtext .iwt-text {
    padding-left: 75px;
}
div#contact-inner .iwithtext .iwt-text p, div#contact-inner .iwithtext .iwt-text h5 {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
div#contact-inner .iwithtext:nth-child(3) .iwt-text, div#contact-inner .iwithtext:last-child .iwt-text {
}
div#contact-inner input, div#contact-inner textarea {
    background-color: #FFFFFF !important;
    border-radius: 30px;
    height: 50px;
	color: #000000 !important;
}
div#contact-inner input::placeholder, div#contact-inner textarea::placeholder {
    color: #000 !important;
    opacity: 1;
}
div#contact h6 {
    text-transform: unset;
}
div#gform_fields_1 {
    row-gap: 20px !important;
}
div#contact-inner input#gform_submit_button_1 {
    background: #000000 !important;
    border-radius: 30px !important;
    border: unset !important;
    padding: 0px 40px ! IMPORTANT;
    font-weight: 900;
    margin: 0 auto;
		color: #CAA05C !important;
}
div#contact-inner input#input_1_1 {
    background-image: url(https://madewellcontractingllc.com/wp-content/uploads/2026/02/Icon-10.png);
    background-repeat: no-repeat;
    background-position: 93% 50%;
}
div#contact-inner input#input_1_3 {
    background-image: url(https://madewellcontractingllc.com/wp-content/uploads/2026/02/Icon-11.png);
    background-repeat: no-repeat;
    background-position: 93% 50%;
}
div#contact-inner input#input_1_4 {
    background-image: url(https://madewellcontractingllc.com/wp-content/uploads/2026/02/Icon-12.png);
    background-repeat: no-repeat;
    background-position: 93% 50%;
}
div#contact-inner textarea#input_1_5 {
    background-image: url(https://madewellcontractingllc.com/wp-content/uploads/2026/02/Icon-13.png);
    background-repeat: no-repeat;
    background-position: 93% 10%;
}
/* ==================================== */
div#footer-outer {
    background-image: url(https://madewellcontractingllc.com/wp-content/uploads/2026/02/Group-25113.png);
    background-repeat: no-repeat;
    background-size: cover;
}
div#media_image-2 img {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
div#footer-widgets .row {
    padding: 40px 0px !important;
}
div#nav_menu-2, div#nav_menu-3 {
    margin: 0 auto;
    display: table;
}
div#custom_html-2 .socliy ul li {
    display: inline-block;
    margin-right: 5px;
}
div#custom_html-2 .socliy ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #CAA05C;
    border-radius: 50%;
    color: #CAA05C;
    transition: .9s;
}
div#custom_html-2 .socliy ul li:hover i {
    background: #CAA05C;
    color: #fff !important;
}
div#nav_menu-4 ul li a {
    font-size: 20px;
    line-height: 30px;
}
div#nav_menu-4 ul li#menu-item-41 a {
    color: #CAA05C !important;
    text-decoration: underline;
}
div#nav_menu-2 ul, div#nav_menu-3 ul {
    position: relative;
    left: 20px;
}
div#nav_menu-2 ul li, div#nav_menu-3 ul li {
    list-style: disc !important;
}
#footer-outer .widget {
    margin-bottom: 10px;
}
/* ================================= */
div#copyright {
    padding: 20px 0px !important;
    background-color: #fff0 !important;
    border-top: 1px solid #ffffff42 !important;
}
/* ================================ */
@media (max-width: 1600px){}
@media (max-width: 1440px){
	    #header-outer[data-full-width="true"] header > .container {
        padding: 0 20px;
    }
		header#top ul.sf-menu.sf-js-enabled.sf-arrows {
    margin-left: -60px;
}
}
@media (max-width: 1366px){}
@media (max-width: 1326px){}
@media (max-width: 1280px){
	div#about-inner .iwithtext .iwt-text h5 {
    font-size: 17px;
}
	div#how-we-inner .wpb_text_column {
    padding: 0px 10px;
}
	p, li a {
    font-size: 14px;
    line-height: 24px;
}
	div#faq a.toggle-heading {
    font-size: 16px !important;
    line-height: 26px !important;
}
	div#how-we-inner p {
    min-height: 90px;
}
	div#faq a.toggle-heading ruby {
    margin-right: 15px;
}
	div#contact-inner .text-border {
    width: 80%;
}
}
@media (max-width: 1024px){
	div#projects div#project-inner {
    height: 380px !important;
}
	
h2 {
    font-size: 25px !important;
    line-height: 35px !important;
}

div#about-inner .iwithtext {display: none;}

p {
    font-size: 12px !important;
    line-height: 22px !important;
}

div#how-we-inner .wpb_text_column h1 {
    font-size: 21px;
    line-height: 31px;
}

div#how-we-inner .wpb_text_column {
    padding-inline: 0;
}

div#how-we-inner .wpb_text_column p br {
    display: none !important;
}

div#faq a.toggle-heading {
    font-size: 13px !important;
    line-height: 23px !important;
}

div#projects .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}

h4 {
    font-size: 20px !important;
    line-height: 30px !important;
}

div#testimonials-inner .wpb_text_column p {
    font-size: 13px !important;
    line-height: 23px !important;
}

div#testimonials-inner .iwithtext .iwt-icon img {
    width: 70%;
}

div#testimonials-inner .iwithtext .iwt-text {
    padding-left: 57px;
}

div#contact-inner textarea {
    min-height: 100px !important;
}

div#contact-inner div#gform_wrapper_1 {
    margin-bottom: 0;
}

div#footer-widgets .row p,div#footer-widgets .row a {
    font-size: 12px !important;
    line-height: 21px !important;
}
	.off-canvas-menu-container.mobile-only ul.menu ul.sub-menu li a {
    font-size: 14px !important;
}
	div#scrolling-text h1 {
    font-size: 200px !important;
    line-height: 260px !important;
}
	div#interior .wpb_text_column h1 {
    font-size: 110px !important;
    line-height: 170px;
}
}
@media (max-width: 912px){
	div#about-inner .iwithtext {
    display: block;
    width: 100%;
}

div#about-inner .iwithtext .iwt-icon {
    position: relative;
    margin: 0 auto;
    display: table;
}
	div#projects div#project-inner {
    height: 520px !important;
}
	p {
    font-size: 14px !important;
    line-height: 24px !important;
}

div#service {
    text-align: center;
    padding-inline: 140px !important;
}

div#service p br {
    display: none;
}

div#service .row-bg.viewport-desktop.using-image {
    background-size: cover;
}

div#about {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

div#how-we {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

div#faq {
    width: 90%;
    margin: 0 auto;
}

div#faq a.toggle-heading {
    font-size: 16px !important;
    line-height: 26px !important;
}






div#faq .toggles div {
}

div#testimonial {
    width: 80%;
    margin: 0 auto;
}

div#contact .c1 {
    text-align: center;
}

div#contact-inner .text-border {
    width: 100%;
}

div#contact-inner .iwithtext .iwt-icon {
    position: relative;
    margin: 0 auto;
    display: table;
    margin-bottom: 10px;
}

div#contact-inner .iwithtext .iwt-text {
    padding-inline: 0;
}

div#contact {
    width: 90%;
    margin: 0 auto;
}

div#footer-widgets .col.span_3 {
    margin-bottom: 0;
}

div#footer-widgets .row p, div#footer-widgets .row a {
    font-size: 14px !important;
    line-height: 24px !important;
}

p {
    font-size: 14px !important;
    line-height: 24px !important;
}
	div#interior .wpb_text_column h1 {
    font-size: 90px !important;
}
	div#nav_menu-2, div#nav_menu-3{
    margin: unset;
}
}
@media (max-width: 800px){
	div#projects div#project-inner {
    height: 480px !important;
}
}
@media (max-width: 768px){}
@media (max-width: 480px){
	div#projects div#project-inner {
    height: 570px !important;
}
	div#service {
    padding-inline: 20px !important;
}
h2 {font-size: 25px !important;line-height: 35px !important;}
h2 br {
    display: none !important;
}
p br {
    display: none !important;
}
div#about {
    width: 100%;
}
div#how-we {
    width: 100%;
}
div#faq {
    width: 100%;
}
div#faq .nectar-milestone {
    width: 80%;
    margin: 0 auto;
    display: table;
    left: 0;
    right: 0;
}
div#testimonial {
    width: 100%;
}
div#testimonial .wpb_text_column {
}
div#contact {
    width: 100%;
}
div#contact-inner .vc_col-sm-6.form-col .vc_column-inner {
    padding: 20px !important;
}
div#footer-widgets .col.span_3 {
    margin-bottom: 20px;
}
	div#revolution-slider a#SR7_1_1-1-4 i {
    width: 20px;
    height: 20px;
    line-height: 20px;
}
		h6 span {
    font-size: 14px;
}
	div#service h2 br, div#about h2 br, div#how-we h2 br, div#faq h2 br, div#projects h2 br, div#testimonial h2 br, div#contact h2 br{
    display: none;
}
div#service h2, div#about h2, div#how-we h2, div#faq h2, div#projects h2, div#testimonial h2, div#contact h2{
    font-size: 23px;
    line-height: 33px;
}
	div#service-inner .vc_col-sm-3 .vc_column-inner, div#service-inner .vc_col-sm-4 .vc_column-inner {
    padding: 15px;
}
	div#service-inner h4 {
    font-size: 18px !important;
    line-height: 28px;
}
	div#about-inner .iwithtext {
    width: 100%;
}
	    div#about-inner .iwithtext .iwt-text h5 {
        font-size: 15px;
        line-height: 25px;
    }
	div#scrolling-text h1 {
    font-size: 80px !important;
    line-height: 100px !important;
}
	    div#interior .wpb_text_column h1 {
        font-size: 55px !important;
        line-height: 185px;
    }
	div#testimonials-inner .wpb_text_column p {
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 600;
}
	div#testimonial h5 img {
    margin-bottom: 0px !important;
    width: 40%;
}
	body #sidebar h4, body .widget h4, body #footer-outer .widget h4 {
    font-size: 20px !important;
    line-height: 30px;
}
	    div#contact-inner .text-border {
        width: 100%;
    }
	div#contact h6 {
    font-size: 14px;
    line-height: 24px;
}
	div#nav_menu-4 ul li a {
    font-size: 16px;
    line-height: 26px;
}
	#footer-outer #copyright p {
    font-size: 12px;
}
	div#faq .number.default, div#faq span.symbol {
    font-size: 45px !important;
}
}
@media (max-width: 428px){
	    div#interior .wpb_text_column h1 {
        font-size: 50px !important;
    }
}
@media (max-width: 414px){
	div#projects div#project-inner {
    height: 510px !important;
}

div#interior {
    padding-top: 0% !important;
}
}
@media (max-width: 390px){
	div#interior .wpb_text_column h1 {
    font-size: 40px !important;
    line-height: 185px;
}
}
@media (max-width: 375px){}
@media (max-width: 360px){}