/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

body {
	font-size: 1.0625rem;
	font-family: 'Source Sans Pro', Arial, Times New Roman, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	color: #484349;
	font-weight: 400;
	overflow-x: hidden;
}


/*HEADER STYLES*/
.home div#page-container {
    padding-top: 0 !important;
}
  .header-menu-container {
    width: 95%;
    display: flex;
    flex-direction: column;
}
.top-header {
	text-align:center;
	padding-top: 10px;
	width: 100%;
}
.logo_container {
    position: relative !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo_container a {
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    position: relative !important;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    min-height: 100px;
    max-width: 350px;
}
.logo-link {}

.logo-link img {
    min-height: 80px;
    height: 100% !important;
    max-height: 100px !important;
    width: auto !important;
    max-width: 80% !important;
    object-fit: contain;
    object-position: center;
}

header#main-header, .home #main-header.et-fixed-header {
    background-color: #484349;
    background-image: url(https://madrugasconstructionvegas.com/wp-content/uploads/2023/12/pattern-bg.webp);
    background-size: contain;
    background-repeat: repeat;
    padding: 0 0 10px;
    box-shadow: none;
}
 
.home header#main-header {
	background-image: none;
	background-color: transparent;
}
.header-location-container {
    color: #fff;
    display: flex;
    line-height: 1;
    padding-top: 10px;
    font-size: 15px;
}

.logo_container a span {
    line-height: 1.2;
}

.header-location-container .fa {
    padding-right: 10px;
    color: #E96122;
}

div#et-top-navigation {
    display: flex !important;
    flex-direction: column;
    padding-left: 0 !important;
    padding-top: 15px !important;
}

.contact-info {
    order: 1;
    background: #E96122;
    margin-bottom: 10px;
    position: relative;
    margin-top: 15px;
}
.contact-info-container:before {
    width: 0;
    height: 0;
    border-left: 47.5vw solid transparent;
    border-right: 47.5vw solid transparent;
    border-bottom: 20px solid #e96122;
    position: absolute;
    content: '';
    left: 0;
    top: -10px;
    z-index: -1;
}
a.phonenum {
    margin-top: -10px;
}
.contact-info-container {padding-bottom: 5px;/* z-index: 99999; */position: relative;}
div#et_mobile_nav_menu {
    order: 2;
}

.mobile_nav .select_page {
    display: inline-block;
    color: #fff;
    line-height: 1;
}

.mobile_menu_bar {
    display: inline-block;
    padding-bottom: 0 !important;
}

.mobile_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative !important;
}

.et_mobile_menu {
    top: 42px;
    background-color: #484349 !important;
    border-color: #e96122;
    box-shadow: 0px 0px 1px 0px #fff;
}

.et_mobile_menu a {
    color: #fff !important;
}

 

.contact-info-container a {
    display: flex;
    line-height: 1.5;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 9999;
}
.contact-info-container a:hover {
	color: #fff;
}
.contact-info-container a .fa {
    padding-right: 10px;
}

.mobile_menu_bar:before {
    color: #ffffff;
}

 

/*change Divi opened hamburger menu to X*/

.mobile_nav.opened .mobile_menu_bar:before {
	content: '\4d';
}


/*rotate the Divi Menu icon on click*/

.mobile_menu_bar:before {
	transition: all .4s ease;
	transform: rotate(0deg);
	display: block;

}


/*rotate the Divi Menu icon on click*/


/*END HEADER STYLES*/


/*PAGE STYLES*/
.et_pb_row {
    width: 95%;
}
section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
	max-height: 700px !important;
	min-height: 700px !important;
	height: calc(99vh - 172px) !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
    background-color: rgb(0 0 0 / 54%) !important;
}
.et_pb_fullwidth_header_container.center {
	max-height: 400px !important;
	min-height: 400px !important;
	height: calc(99vh - 172px) !important;
	width: 95%;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	margin: 0 auto !important;
	padding: 0 0 40px 0;
	width: 95%;
	max-width: 550px;
}
.ws-slogan {
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
}

.header-title h1 {
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2;
}
.header-msg {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Libre Baskerville', serif;
}
.header-title span {
    font-weight: 500;
    color: #E96122;
}
.header-buttons {
	display:flex;
	justify-content:center;
	align-items:center;
}
.header-buttons .booking-button-switch {
	margin-left:15px;
}
.button {
    background: #e96122;
    background-size: contain;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 15px 30px;
    display: inline-block;
    line-height: 1;
    width: 250px;
}
.button:hover {background-color: #333533 !important;color: #fff;}


div#homepage-header-holder {
    position: relative;
}

div#home-title-block {
    position: relative;
    background-color: #ffffff!important;
    padding: 0;
}
div#home-title-block .et_pb_row {
    padding: 0;
}
 
/* HTML BADGES STYLE */
div#css-badges-section {
    background-color: #ffffff!important;
}
.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.badge-holder {
    background: #EBEBEB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 160px;
    padding: 5px 5px 22px 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 14px 15px 0px rgb(0 0 0 / 29%);
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
}

p.badge-content {
    color: #000000;
    text-align: center;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: 14px;
    min-height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-holder img {
    width: 70%;
    opacity: 0.5;
}

.badge-title {
    background: #e96122;
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    border-radius: 6px;
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 28%);
    text-shadow: 0px 15px 15px rgb(0 0 0 / 38%);
    color: #ffffff;
}

.badge-title span {
    font-weight: bold;
    font-size: 17px;
}


.entry-title {
	text-align: center;
	line-height: 1.2;
	font-size: 26px !important;
	color: #2d2d2d;
}
.section-title-heading {
    color: #000000;
    font-weight: 500;
    border-bottom: 3px solid #e96122;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 32px;
    text-align: center;
}
div#home-title-block .et_pb_image span:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: -45px;
    right: -49px;
    background: #edd815;
    z-index: 999;
    transform: rotate(45deg);
    border-left: 10px solid #ededed;
}
div#home-title-block .et_pb_image:before {
    background-image: radial-gradient(#edd815 0%, transparent 20%, #fa807200 40%);
    background-size: 19px 20px;
    content: '';
    position: absolute;
    width: 145px;
    height: 152px;
    left: -40px;
    top: -43px;
    background-repeat: repeat;
}

div#home-title-block .et_pb_image {
    max-width: 400px;
    margin: 0 auto;
}

div#home-title-block .et_pb_image span {
    overflow: hidden;
}
.home .entry-title {color: #3a3f3e;text-align: center;line-height: 1.2;font-size: 26px !important;font-weight: normal;padding: 0;font-family: 'Libre Baskerville', serif;margin-bottom: 30px;}


.home-title-block-holder {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
    position: relative;
}
.home-title-block-content-holder {
    padding-bottom: 30px;
    padding-top: 30px;
}
.home-title-block-content-holder a {
    color: #e96122;
}
.home-title-bg-section {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: relative;
}
 
.home-title-section-heading {
    padding: 20px;
    background: #e96122;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-title-bg-section:before {
	    content: '';
	    position: absolute;
	    border-left: 48.5vw solid white;
	    border-right: 48.5vw solid white;
	    border-bottom: 20px solid #ffffff00;
	    transform: rotate(180deg);
	    bottom: 0;
	    z-index: 999;
}
.home-title-section-heading:before{
    content: '';
    position: absolute;
    border-left: 47.5vw solid transparent;
    border-right: 47.5vw solid transparent;
    border-bottom: 20px solid #e96122;
    transform: rotate(180deg);
    bottom: -20px;
}
p.section-bg-title {
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
    font-size: 20px;
    font-family: 'Libre Baskerville', serif;
}

p.section-bg-subtitle {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
}
/* SERVICES SECTION STYLE */

div#services-blocks-section {
    background: rgb(235,235,235) !important;
    background: linear-gradient(135deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(235,235,235,1) 70%, rgba(235,235,235,1) 100%) !important;
}

.srvBlockTitle p {
	text-align: center;
	font-size: 26px;
	color: #484349;
	line-height: 1.2;
	padding-top: 30px;
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
}

.srvElement {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	background: #fff;
	box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 7%);
}
.srvElement:first-child::before {
	    background-image: radial-gradient(#e96122 0%, transparent 20%, #fa807200 40%);
	    background-size: 19px 20px;
	    content: '';
	    position: absolute;
	    width: 152px;
	    height: 152px;
	    left: -38px;
	    top: -42px;
	    background-repeat: repeat;
}
.srvElementBody {
    padding: 15px;
}
.srvElementHeader h2 {
	font-size: 22px;
	text-align: center;
	color: #333533;
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.srvElementImg {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.srvElementImg img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
	position: relative;
}
.srvElementImg:before {
	    content: "";
	    position: absolute;
	    width: 80px;
	    height: 80px;
	    bottom: -45px;
	    right: -49px;
	    background: #e96122;
	    z-index: 999;
	    transform: rotate(45deg);
	    border-left: 10px solid #fcffff;
}
.srvElementContent {
	text-align: justify;
	color: #333533;
	padding-left: 15px;
	position: relative;
}
.srvElementContent:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 5px;
	background: #e96122;
	left: 0;
}
.srvElement:hover img {
	filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}

.srvElement:hover h2 {
	color: #e96122;
	font-weight: bold;
}


div#home-content-section {
    background: rgb(235,235,235) !important;
    background: linear-gradient(225deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(235,235,235,1) 70%, rgba(235,235,235,1) 100%) !important;
}

.link-button {
    background: #e96122;
    background-size: contain;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 15px 30px;
    display: inline-block;
    line-height: 1;
}
.link-button:hover {
	background-color: #484349 !important;
	color: #fff;
}

 

 

div#process-steps-section {
    background-color: #ffffff!important;
}

.prjct-process-title {
    font-size: 26px;
    color: #484349;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Libre Baskerville', serif;
}

.prjct-process-title span {
    color: #e96122;
    line-height: 1.2;
}
.prjct-process-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.prjct-process-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
    margin-top: 65px;
}

 
.prjct-number {
    font-size: 26px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #333533;
    background: #e96122;
    color: #fff;
    position: absolute;
    top: -23px;
    z-index: 99;
}

.prjct-process-border-box {
 position: relative;
 overflow: hidden;
 width: 150px;
 height: 150px;
 background: #ffffff;
}
 
.prjct-content {
    text-align: center;
    line-height: 1.2;
    font-size: 19px !important;
    padding-top: 15px;
    color: #484349;
}
.prjct-content strong{
    color: #484349;
    font-size: 22px !important;
    line-height: 1.6;
    text-transform: uppercase;
}
.prjct-icon {
    font-size: 50px;
    text-align: center;
    line-height: 1;
    width: 150px;
    height: 150px;
    border: 3px solid #484349;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* overflow: hidden; */
}
.prjct-icon:before {
    	    content: "";
    	    position: absolute;
    	    width: 80px;
    	    height: 80px;
    	    bottom: -53px;
    	    right: -53px;
    	    background: #e96122;
    	    z-index: 999;
    	    transform: rotate(45deg);
    	    border-left: 10px solid #ffffff;
}
.prjct-icon .fa {
    color: #484349;
}

/* SERVICES LIST SECTION STYLE */
 

div#services-list-section {
    background-color: #ffffff!important;
}
.homepage-services {
	text-align: center;
	margin: 0 auto;
	padding: 35px 0;
	border-top: 1px solid #e96122;
	border-bottom: 1px solid #e96122;
}
.homepage-services #servcss {
	padding: 0;
}
.homepage-services #servcss li {
	position: relative;
	font-weight: bold;
	margin: 0.3em 0;
	padding-left: 20px;
	display: inline-block;
	color: #484349;
	font-family: 'Libre Baskerville', serif;
}

.homepage-services #servcss li:before {
	position: absolute;
	content: '\f00c';
	top: 0;
	left: 0;
	color: #e96122;
	font-family: 'FontAwesome';
}

div#homepage-gallery .et_pb_gallery_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div#homepage-gallery .et_pb_gallery_item {
	width: 50% !important;
	margin: 0 !important;
	margin-bottom: 30px !important;
	float: none !important;
}

div#homepage-gallery .et_pb_gallery_item img {
	padding: 0 10px;
}

div#homepage-gallery .clearfix:after {
	display: none;
}

div#homepage-gallery a.active {
	color: #ffd100;
}


/* NAP SECTION STYLE */
 

div#homepage-nap-section {
    background-color: #ffffff!important;
}
 .homepage-nap h3 {
    text-align: center;
    color: #484349;
    line-height: 1.2;
}

.homepage-nap h3 strong {
    color: #484349;
    font-size: 26px;
    line-height: 1.8;
    font-family: 'Libre Baskerville', serif;
}

/* CONTACT FORM STYLE */
 

div#contact-form-section {
    background-color: #ffffff!important;
}
div#contact-section {
	background-color: #ebebeb;
	-webkit-border-radius: 6px;
	border-radius: 4px;
	padding: 20px;
	margin: 20px auto;
	border: 1px solid;
}
div#contact-section:before {
    background-image: radial-gradient(#e96122 0%, transparent 20%, #fa807200 40%);
    background-size: 19px 20px;
    content: '';
    position: absolute;
    width: 145px;
    height: 152px;
    right: -34px;
    top: -43px;
    background-repeat: repeat;
    z-index: -1;
}
p.free-estimate-title {
	font-size: 26px;
	color: #484349;
	font-style: normal;
	line-height: 1.2;
	padding: 0;
	font-weight: bold;
	text-align: center;
	font-family: 'Libre Baskerville', serif;
}
p.free-estimate-title span {
	color: #e96122;
}
input#customer_name {
	width: calc(50% - 10px);
	float: left;
}

input#phone-cf {
	width: calc(50% - 10px);
	float: left;
	margin-left: 20px;
}

textarea#message {
	margin-bottom: 20px;
}

#contact img {
	float: left;
	width: 120px;
}

input#vercode {
	width: calc(100% - 140px);
	margin: 0;
	margin-left: 20px;
	float: left;
	padding: 7px 10px 10px;
}

form#contactForm {
	text-align: center;
}

input#submitter {
	text-shadow: none;
	box-shadow: none;
	line-height: 1;
	font-weight: bold;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	height: auto;
	margin-top: 20px !important;
	border: 1px solid #fff0;
	display: inline-block;
	max-width: 280px;
	text-align: center;
	margin: 0 auto;
	background: #e96122;
	color: #fff;
	border-radius: 3px;
	padding: 15px 30px;
	font-size: 17px;
	line-height: 1;
}

input#submitter:hover {
	background-color: #484349 !important;
	color: #fff;
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
	border: none;
	max-width: 100%;
	margin-bottom: 15px;
	padding: 18px 0px 10px;
	height: auto;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-width: 0 0 1px;
	border-style: solid;
	display: block;
	line-height: 1.75em;
	font-weight: 300;
	color: #000;
	background-image: none;
	border-bottom: 1px solid #333533;
	font-weight: 600;
}

#contactForm input[type=text]::placeholder,
#contactForm input[type=password]::placeholder,
#contactForm input[type=tel]::placeholder,
#contactForm input[type=email]::placeholder,
#contactForm input.text::placeholder,
#contactForm input.title::placeholder,
#contactForm textarea::placeholder,
#contactForm select {
	color: #333533 !important;
}

#contactForm input[type=text]:focus,
#contactForm input[type=password]:focus,
#contactForm input[type=tel]:focus,
#contactForm input[type=email]:focus,
#contactForm input.text:focus,
#contactForm input.title:focus,
#contactForm textarea:focus,
#contactForm select:focus {
	border-bottom-color: #ddd;
	color: #333533 !important;
}

#contact {
	padding: 0;
}

/* reviews */

.owl-stage {
    display: flex;
    align-items: center;
}

.review-title {
    position: relative;
    font-family: "Jost", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height:1.2;
    color: #000 !important;
    text-align:center;
}
.external-reviews-holder {
    z-index: 99;
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 100%;
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sliding-review-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.review-origin-brand {
    background: #fff;
    padding: 10px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 10px;
}

.review-origin-brand img {
    margin: 0;
    height: 35px;
    object-fit: contain;
}
.external-review-title {
    text-align: center;
    font-size: 20px !important;
    color: #333533;
    font-weight: 600;
    line-height: 1.1em;
    margin-top: 20px;
    text-transform: uppercase;
}
.external-review-credentials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    color: #333533;
}
.external-review-author {margin: 0 5px;}

.external-review-date {
    margin: 0 5px;
}

.external-review-text {
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 10px auto;
  text-align: center;
  padding: 0 25px;
  width: 95%;
  color: #333533;
  font-style:italic;
  font-weight:400;
  position: relative;
}

a.add-reviews-link {
    color: #e96122;
    text-transform: uppercase;
    border-radius: 5em;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    width: 200px;
    transition: 0.3s ease-out;
    display: block;
}
 
div#external-reviews {
    padding: 0 !important;
    background: #63d471;
}

div#external-reviews .et_pb_row {
    padding: 0 !important;
}
.static-external-review-container {
 width: 100%;
 display: flex;
 justify-content: center;
}
.static-external-review-container .external-reviews-holder {
    min-height: 380px;
    justify-content: flex-end;
}
 @media (min-width: 981px) {
     .static-external-review-holder {
    display: flex;
    position: relative;
    justify-content: center;
}
.static-external-review-container {
    width: 50%;
 
}
    .static-external-review-container .external-reviews-holder {
        min-height: 420px;
        justify-content: center;
    }

 .review-origin-brand {
     position: absolute;
}
 }
/* end reviews */
/* TESTIMONIALS SECTION STYLE */
 

div#home-testimonials {
    background-color: #ffffff!important;
    padding: 0;
}
 div#testimonials-block {
    padding: 0;
}
.home-testimonials-block-holder {
    display: flex;
    flex-direction: column;
    position: relative;
}

.home-testimonials-bg-section {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    justify-content: center;
    align-items: center;
}
.home-testimonials-bg-section:before {
	    content: '';
	    position: absolute;
	    border-left: 48.5vw solid white;
	    border-right: 48.5vw solid white;
	    border-bottom: 20px solid #ffffff00;
	    transform: rotate(180deg);
	    bottom: 0;
	    z-index: 999;
}
.home-testimonials-block-content-holder {
    margin-top: 20px;
}

.home-testimonials-section-heading {
    padding: 20px;
    background: #e96122;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-testimonials-section-heading:before{
    content: '';
    position: absolute;
    border-left: 47.5vw solid transparent;
    border-right: 47.5vw solid transparent;
    border-bottom: 20px solid #e96122;
    transform: rotate(180deg);
    bottom: -20px;
}
.section-testimonials-title {
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
    font-size: 20px;
    font-family: 'Libre Baskerville', serif;
}

.section-testimonials-subtitle {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    padding: 0;
}

 

.home .wpcr3_dotline {
	display: none !important;
}

.home .wpcr3_review {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.home .wpcr3_review_ratingValue {
	width: 100%;
	text-align: center;
	margin: 0 !important;
}

.home .wpcr3_review_author {
	margin-left: 5px;
	text-align: center;
}

.home .wpcr3_review_title.wpcr3_caps {
	width: 100%;
	text-align: center;
	margin: 0 !important;
	font-size: 20px;
}

.home span.wpcr3_item_name a {
	color: #333533;
}

div.wpcr3_review blockquote.wpcr3_content {
	border-color: #1b1a1f;
	padding-bottom: 0;
	text-align: justify;
}

.home div.wpcr3_review blockquote.wpcr3_content {
	text-align: center;
	padding-left: 0;
	border: none;
	margin-bottom: 20px;
	color: #333533 !important;
}

div.wpcr3_review blockquote.wpcr3_content p {
	font-size: 17px;
}


.home .wpcr3_reviews_holder {
	position: relative;
}

.home div.wpcr3_review blockquote.wpcr3_content p {
	font-style: italic;
	color: #333533;
}

.testimonials-btn {
	display: block;
	width: 280px;
	text-align: center;
	margin: 5px auto;
	background: #e96122;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	padding: 15px 30px;
	display: inline-block;
	line-height: 1;
}

.testimonials-btn:hover {
	background-color: #484349 !important;
	color: #fff;
}


/* FOOTER STYLE */

#main-footer {
	background-size: contain;
	background-repeat: repeat;
	border-top: 15px solid #e96122;
	/* background: rgb(235,235,235) !important; */
	/* background: linear-gradient(135deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(235,235,235,1) 70%, rgba(235,235,235,1) 100%) !important; */
	background-color: #484349;
	background-image: url(https://madrugasconstructionvegas.com/wp-content/uploads/2023/12/pattern-bg.webp);
}
 
div#footer-bottom {
	background-color: #000000;
	padding: 15px;
	color: #ffffff;
}

.paymentsbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-widget h4 {
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #e96122;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
}

.footer-widget .textwidget {
	color: #ffffff;
}

#footer-widgets .footer-widget a {
	background-color: #fff;
}

table.openinghours {
	max-width: 350px;
	margin: 0 auto !important;
}

table.openinghours tr {
	display: flex;
	justify-content: space-between;
	line-height: 2;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}

#current-day {
	background-color: #e96122;
	padding: 0 2px;
}

#current-day td {color: #fff;text-shadow: none;}

#closed-day {
	color: #ffffff;
}


/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */

.et_pb_sidebar_0 h4.widgettitle {
	font-size: 26px;
	font-weight: 400;
	color: #000000;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #000000;
}

#sidebar h4.widgettitle {
	font-size: 26px;
	font-weight: 400;
	color: #000000;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #000000;
}

.et_pb_sidebar_0 .textwidget {
	text-align: center;
}

#sidebar .textwidget {
	text-align: center;
}

.single-post div#main-content,
.blog div#main-content {
	background-color: #ffffff;
}

.single-post .et_pb_post .entry-content {
	text-align: justify;
}

#left-area .post-meta a {
	color: #2196f3;
}

#left-area .post-meta {
	text-align: center;
}

.blog .et_pb_post {
	text-align: justify;
}
/* buttons */
.booking-button-switch {
display:none !Important;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #e96122;
    font-weight: bold !important;
    text-transform: capitalize;
    text-shadow: none;
    color: #fff;
    padding: 7px 25px;
    transition: 0.3s ease-in-out;
    font-size: 15px;
    border-radius: 3px;
    line-height: 1;
}
.floating-estimate-btn {
    text-align: center;
    padding: 5px 15px;
    background-color: #e96122;
    color: #ffffff !important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 3px solid #000000;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: capitalize;
    width: 200px;
}
#main-footer .listing-rev-btn {
    padding: 5px 15px;
    border: 3px solid #000000;
    border-left: 0px;
    bottom: 10px;
    background: #e96122;
    color: #fff;
    width: 200px;
    justify-content: center;
    text-transform: capitalize;
    font-size: 15px;
	border-radius:3px;
}
#main-footer .listing-rev-btn img {
    display: none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #fff;
}

/*MEDIA QUERIES*/

@media only screen and (min-width: 600px) {
	.srvElementImg img {height: 300px;}

	.homepage-services ul#servcss {


		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}


	.homepage-services li {
		display: inline-block;
		padding: 0 20px;
	}

	.homepage-services ul#servcss {
		padding: 0;
	}
}

@media screen and (max-width: 981px) {

	/* ADDITIONAL STYLES FOR MOB. RES. */
	.et_pb_sidebar_0 .et_pb_widget {
		width: 100%;
	}

	.footer-widget:nth-child(n) {
		width: 100% !important;
		text-align: center;
		margin: 0 !important;
	}

	.et_pb_text {
		text-align: center !important;
	}

	#footer-widgets .footer-widget .fwidget {
		width: 100% !important;
		margin-bottom: 30px !important;
	}
}

@media screen and (min-width: 981px) {

	/*HEADER STYLES*/
 header#main-header {
    overflow: hidden;
}
 
.header-menu-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.logo_container {
    width: 240px !important;
}

div#et-top-navigation {
    width: calc(100% - 240px);
    flex-direction: row;
    padding: 0 !important;
    align-items: center;
}

.contact-info {
    width: 200px;
    margin: 0;
    background: transparent;
}

nav#top-menu-nav {
    width: calc(100% - 240px);
    margin-right: 40px;
}

.contact-info-container {
    padding: 0;
}

a.phonenum {
    margin: 0;
    font-size: 23px;
}
a.email-btn {
    border: 1px solid #fff;
    justify-content: center;
    padding: 10px;
    margin-top: 10px;
    border-radius: 3px;
}
	.email-btn:hover {
		background-color: #333533 !important;
	}
.contact-info-container a .fa {
	color: #E96122;
}
.contact-info-container:before {display: none;}

.contact-info-container:after {display: none;}

#top-menu li {
    padding: 10px !important;
}
#top-menu li .sub-menu li{
	padding: 0 10px !important;
}
ul#top-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
	ul.sub-menu {
    filter: drop-shadow(0px 1px 3px #5b5b5b);
    top: initial;
    margin-top: 10px;
    background-color: #949494 !important;
    border-color: #e96122 !important;
    height: auto;
    position: fixed !important;
}
ul.sub-menu ul {
	top: 20px !important;
}
	#top-menu ul.sub-menu a {
		color: #fff !important;
	}

	ul.sub-menu li {
		padding: 0 10px !important;
		width: 100%;
	}

	ul.sub-menu li a {
		padding: 5px 0px !important;
		width: 100% !important;
	}

	 
	.et_header_style_left #et-top-navigation nav>ul>li>a {
		color: #fff !important;
		padding-bottom: 0px !important;
	}

	.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
		color: #fff !important;
	}

 

	/*END HEADER STYLES*/
	/*PAGE STYLES*/
	section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
		max-height: 800px !important;
		min-height: 600px !important;
		background-position: 100% 40% !important;
	}

	.et_pb_fullwidth_header_container.center {
		max-height: 655px !important;
		min-height: 455px !important;
		height: calc(100vh - 145px) !important;
	}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    padding: 0;
    max-width: 800px;
}
	.header-title h1 {
		font-size: 36px;
	}
	.header-msg {
    font-size: 22px;
}

.header-title {
    font-size: 45px;
}
	.entry-title {
		text-align: left;
	}

	.home .entry-title {text-align: left;}

.home-title-block-holder {
    flex-direction: row;
    overflow: hidden;
}
.section-title-heading {
    text-align: left;
}

.home-title-block-content-holder {
    width: 40%;
    margin-right: 2%;
    position: relative;
}

.home-title-bg-section {
    margin-bottom: 0;
    width: 58%;
    flex-direction: row;
    min-height: 100%;
}

 .home-title-bg-section img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: right;
    padding-right: 18%;
}

.home-title-section-heading {
    position: absolute;
    height: 100%;
    width: 200px;
    right: 0;
    z-index: 19;
    padding-left: 0;
    background: #e96122;
    background: linear-gradient(90deg, rgba(255,255,255,0) 37%, rgba(233,97,34,1) 37%, rgba(233,97,34,1) 100%);
}
p.section-bg-title {
    text-align: right;
}

p.section-bg-subtitle {
    text-align: right;
}
.home-title-bg-section:before {
    bottom: unset;
    border-left: unset;
    border-right: 150px solid #ffffff00;
    border-bottom: 500px solid #ffffff;
    border-top: 500px solid #ffffff;
    left: 0;
    transform: none;
}
.home-title-section-heading:before {
    bottom: unset;
    left: -32%;
    transform: none;
    border-left: none;
    border-right: 150px solid #e96122;
    border-bottom: 500px solid #ed090900;
    border-top: 500px solid #ed090900;
    z-index: -1;
}
 
	.badge-holder:hover {
    transform: scale(1.1);
    z-index: 999;
    background: #e1e1e1;
}
	div#home-title-block .et_pb_image {
    max-width: 100%;
}
	/* SERVICES STYLE DESKTOP*/
	.srvBlockTitle p {
 font-size: 26px;
 }

	.srvElement {
		width: 32%;
		display: flex;
		flex-direction: column;
		margin: 0;
		margin-top: 30px;
	}

	.srvElementImg img {
    height: 200px;
}

	.srvBlock {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
	}

	.srvElementBody {
		/* height: 100%; */
	}

	.srvElementContent {
	/* height: 100%; */
	}

	.srvElementFullWidth .srvElementContent {
		height: auto;
	}

	.srvElement.srvElementFullWidth {
		width: 100%;
		max-width: 1080px;
		flex-direction: row;
		align-items: center;
	}

	.srvElementFullWidth .srvElementImg {
		width: 32%;
		margin: 0;
	}

	.srvElementFullWidth .srvElementBody {
		width: 66%;
		margin-left: 2%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	div#homepage-gallery .et_pb_gallery_item {
		width: 25% !important;
	}
.prjct-process-title {
	font-size: 32px;
}
.prjct-process-holder {
	max-width: 100%;
	justify-content: space-evenly;
}
.prjct-process-holder:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 15px;
	background: #e96122;
	top: 43%;
}
	.prjct-process-box:hover {
	transform: scale(1.05);
}
	/* NAP SECTION DESKTOP */
	.homepage-nap h3 strong {
		/* font-size: 36px; */
		line-height: 1.5;
	}

	/* CONTACT SECTION DESKTOP */
	div#contact-section {
		max-width: 600px;
	}

	p.free-estimate-title {
		font-size: 32px;
		line-height: 1.5;
	}

	/* TESTIMONIALS SECTION DESKTOP */
.home-testimonials-block-holder {
    flex-direction: row;
    overflow: hidden;
}

.home-testimonials-bg-section {
    margin-bottom: 0;
    width: 58%;
    flex-direction: row;
    min-height: 100%;
}

.home-testimonials-block-content-holder {
    width: 40%;
    margin-left: 2%;
    position: relative;
    margin-bottom: 20px;
}

.home-testimonials-bg-section:before {
    bottom: unset;
    border-right: unset;
    border-left: 150px solid #ffffff00;
    border-bottom: 500px solid #ffffff;
    border-top: 500px solid #ffffff;
    right: 0;
    transform: none;
}

.home-testimonials-bg-section img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: 20%;
}

.home-testimonials-section-heading {
    position: absolute;
    height: 100%;
    width: 200px;
    left: 0;
    z-index: 19;
    padding-right: 0;
    background: #e96122;
    background: linear-gradient(90deg, rgba(233,97,34,1) 0%, rgba(233,97,34,1) 63%, rgba(255,255,255,0) 63%);
}

.home-testimonials-section-heading:before {
    bottom: unset;
    right: -32%;
    transform: none;
    border-right: none;
    border-left: 150px solid #e96122;
    border-bottom: 500px solid #ed090900;
    border-top: 500px solid #ed090900;
    z-index: -1;
}

 

.section-testimonials-title {
    text-align: left;
}

.section-testimonials-subtitle {
    text-align: left;
}

	/* SERVICES LIST SECTION DESKTOP */

	/* FOOTER STYLES DESKTOP */
	.footer-widget .et_pb_widget {
		width: 100%;
		margin-bottom: 0 !important;
	}

	.paymentsbox {
		justify-content: flex-start;
	}

	div#social-icons {
		text-align: left;
	}

	.footer-widget h4 {
		text-align: left;
	}

	#footer-widgets {
		padding-top: 20px;
	}

	/* SIDEBAR, BLOG, BLOGPOST STYLES DESKTOP */
	.et_pb_sidebar_0 h4.widgettitle {
		text-align: left;
	}

	#sidebar h4.widgettitle {
		text-align: left;
	}

	.et_pb_sidebar_0 .textwidget {
		text-align: left;
	}

	#sidebar .textwidget {
		text-align: left;
	}

	.et_pb_sidebar_0.et_pb_widget_area_right {
		border-left: 1px solid rgb(0 0 0 / 20%);
	}

	#left-area .post-meta {
		text-align: left;
	}

	#main-content .container:before {
		background-color: rgb(6 45 91 / 20%);
	}
}

@media screen and (min-width: 1700px) {
.section-separator-up:after {
    border-right-width: 65vw;
    border-bottom-width: 40px;
    border-left-width: 6vw;
}

.section-separator-down:after {
    border-left-width: 65vw;
}

.section-separator-down:before {
    right: 9vw;
}

.section-separator-down span:before {
    right: 13vw;
}
	
}
/***** TESTIMONIALS FORM *****/

.wpcr3_respond_2 input[type="text"] {
	margin: 3px 0;
}

.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
	background: #525252;
	color: #fff;
	padding: 10px 10px 10px;
}

.wpcr3_respond_2 input[type="text"]:focus,
.wpcr3_in_content textarea:focus {
	color: #fff;
	border-color: #ffffff;
}

.wpcr3_table_2 td {
	font-size: 1em !important;
}

.wpcr3_leave_text {
	font-size: 1.1em;
}

.wpcr3_leave_text {
	margin-bottom: 20px;
}
	.wpcr3_button_1 {
		margin-top: 10px;
		background: #000000;
		color: #fff;
	}
@media (min-width: 981px) {

	.wpcr3_respond_2 input[type="text"],
	.wpcr3_respond_2 textarea {
		min-width: 100%;
	}

	.wpcr3_table_2 td {
		text-align: left !important;
	}

	.wpcr3_review_form_rating_field label {
		margin: 6px 0 !important;
	}

 
}

@media (max-width: 980px) {
	.homepage-services #servcss li {
		display: block;
	}

	.wpcr3_respond_3,
	.wpcr3_aggregateRating,
	.wpcr3_table_2 td {
		text-align: center !important;
	}

	.wpcr3_div_2 {
		width: 100%;
	}

	.wpcr3_table_2 tr:last-of-type td {
		margin: 20px auto 0 !important;
	}

	.wpcr3_table_2 td {
		display: block;
		padding: 0 !important;
	}

	.wpcr3_table_2 td:first-child {
		margin-top: 10px !important;
	}

	.wpcr3_rating_style1_status {
		width: 85px !important;
	}

	.wpcr3_respond_2 input[type="text"],
	.wpcr3_in_content textarea {
		width: 100% !important;
		min-width: unset !important;
	}

	.wpcr3_submit_btn,
	.wpcr3_cancel_btn {
		width: 40%;
	}
}
@media screen and (max-width:600px) {
	.header-buttons {
    flex-direction: column;
}
	.header-buttons .booking-button-switch {
    margin-left: 0px;
}
}
 

ul#menu-footer-menu li a {
    background: transparent !important;
}

ul#menu-footer-menu li:before {
    color: #e96122 !important;
    content: '\f101' !important;
    font-family: 'FontAwesome' !important;
    border: none !important;
    top: 0 !important;
}

/*BLOG POST CODE*/
 .single-post div#main-content .container {
    padding: 0px 0 !important;
}
.et_pb_title_meta_container, .post-meta {
    text-align: center;
}
 .post-content-inner {
    text-align: justify;
}
.single-post div#main-content .post {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
 
.single-post .et_pb_post .entry-content {
text-align: justify;
}
.single-post .et_pb_section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.single-post article {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.single-post div#main-content .container {
        padding: 77px 0 !important;
}
#main-content .container {
    padding: 77px 0 !important;
}

#main-content .container h1{
    color: #2d2d2d !important;
}

#main-content .container h2{
font-size: 24px !important;
}

@media(min-width: 981px){
.et_pb_title_meta_container, .post-meta {
    text-align: left;
}
	#main-content .container .type-post {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
}


.single-post .entry-content h2,
.page #left-area .entry-content h2 {
	text-align: left;
}
.post-content-inner,
.single-post .entry-content *,
.page #left-area .entry-content * {
	text-align: justify;
}