/*
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: 'Roboto', Arial, sans-serif;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizelegibility;
     font-feature-settings: "liga";
     color: #b9b9b9;
     font-weight: 300;
}
div#et-main-area {
    background: #09080d;
}
.et_pb_section {
    background-color: transparent;
}
 h1,h2,h3,h4,h5,h6 {
     font-weight: 500!important;
     color: #ffffff;
     font-family: 'Ysabeau SC', sans-serif;
}
h2 {
    font-size: 22px !important;
}
.booking-button-switch {
display:none !Important;
}
 p strong {font-family: 'Ysabeau SC', sans-serif;font-size: 18px;font-weight: 500 !important;color: #fff;}
 div#page-container {
     overflow: hidden;
}
.home div#page-container {padding-top: 0 !important;}
 .et_pb_row {
     width: 95% !important;
}

.vertical-lines-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    opacity: 0.2;
}
.vertical-lines-bg div {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    width: 1px;
    background-color: rgb(255 255 255 / 13%);
}
.vertical-lines-bg div:nth-child(1) {
    left: 0%;
    bottom: -170px;
    display: none;
}
.vertical-lines-bg div:nth-child(2) {
    left: 20%;
    top: -170px;
}

.vertical-lines-bg div:nth-child(3) {
    left: 80%;
    bottom: -170px;
}
.vertical-lines-bg div:nth-child(4) {
    left: 80%;
    top: -170px;
    display: none;
}
 

.vertical-lines-bg div span {
    background-color: currentColor;
    width: 3px;
    height: 20px;
    position: absolute;
    top: 0;
    left: -1px;
    animation-name: animate_bg;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.vertical-lines-bg div span {
    color: #b39563;
}
.vertical-lines-bg div:nth-child(odd) span:nth-child(odd), .vertical-lines-bg div:nth-child(even) span:nth-child(even) {
    color: rgb(255 255 255 / 50%);
}

@keyframes animate_bg {
from {
top: 0; }
to {
top: 100%; } }
/*HEADER STYLES*/

.open-menu {
    right: 0 !important;
}

.main-menu-close-btn:after {
    content: 'Close Menu';
    color: #fff;
    line-height: 1;
    font-size: 15px;
}
.main-menu-close-btn:before {
    content: '\4a';
    font-family: "ETModules";
    width: 30px;
    height: 30px;
    padding: 10px;
    line-height: 1;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.main-menu-close-btn {
    font-size: 30px;
    color: #fff;
    position: absolute;
    bottom: 43px;
    right: 43px;
    text-align: center;
    cursor: pointer;
}
.main-menu-open-btn {
    width: 50px;
    height: 32px;
    order: 3;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}
.main-menu-open-btn img {
 height: 100%;
}
.et_slide_in_menu_container {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    max-height: 100vh;
    width: 100% !important;
    max-width: 100% !important;
    background: #09080d !important;
    top: 0 !important;
}

.et_pb_fullscreen_nav_container {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul#mobile_menu_slide {
    max-width: 500px;
    left: unset;
}
 
.menu-item {
    /* border-bottom: 1px solid #fff6; */
}

.menu-item:last-child {
    border: none;
}

.et_mobile_menu li a {
    font-family: 'Ysabeau SC', sans-serif;
    font-size: 20px !important;
    color: #ffffff !important;
}
.et_mobile_menu li a:hover {
 letter-spacing: 1px;
}
.et_mobile_menu .current_page_item a {
    color: #e3c188 !important;
}  

header#main-header {
    background-color: #09080d;
}
.home header#main-header {
    background-color: transparent;
}
.home #main-header.et-fixed-header {
    background-color: #09080d;
}
.header-menu-container {
    width: 95%;
    max-width: 100%;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

 .logo_container {
     position: relative !important;
     width: calc(100% - 50px) !important;
     display: flex;
     order: 2;
}
 img#logo {
     height: 70px;
     max-width: 90% !important;
     max-height: 100% !important;
}
 .text-logo {
     display: flex;
     color: #ffffff;
     min-height: 46px;
     align-items: center;
     max-width: 340px;
}
 .text-logo img {
     width: 55px !important;
     height: 100%;
     object-fit: contain;
     z-index: -1;
     left: 0;
     position: absolute;
}
 .text-logo span {
     display: flex;
     align-items: center;
     text-align: left;
     margin-left: 60px;
     font-family: 'Ysabeau SC', sans-serif;
     text-shadow: 2px 2px 0 rgba(0,0,0,1);
}

.contact-info {
    order: 1;
    display: none;
}

div#et-top-navigation {
    display: none !important;
}


 .add-info-btn {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     width: calc(50px + 2.5vw);
     padding: 10px 2.5vw 10px 0px;
     cursor: pointer;
     box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
     border-right: none;
     position: absolute;
     right: 240px;
}
.open-info  .add-info-btn {
  background: #09080d;
  padding-right: 0;
  width: 50px;
}
 .add-info-block {
     display: none;
}
.add-info-block {
     display: flex;
     justify-content: center;
     align-items: flex-start;
     width: 240px;
     position: absolute;
     right: -240px;
     -webkit-transition: right 0.4s ease-in-out;
     transition: right 0.4s ease-in-out;
}
 .open-info {
     right: 0 !important;
}
 .open-info #add-info-open-icon {
     display: none;
}
 .open-info #add-info-close-icon {
     display: block;
}
 .add-info-container {
     background: #09080d;
     display: flex;
     flex-direction: column;
     padding: 20px;
     width: 240px;
     height: auto;
     box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}
 .add-info-btn .fa {
     color: #ffffff;
}
 #add-info-close-icon {
     display: none;
}
 .add-info-btn span {
     line-height: 1;
     color: #ffffff;
     margin-top: 5px;
     font-size: 12px;
}
 .add-info-container a, .header-location-container {
     color: #fff;
     font-size: 15px;
     display: flex;
     justify-content: space-between;
     font-weight: 400;
     text-align: right;
     width: 100%;
}
 .email-btn {
     margin: 10px 0;
}
 .add-info-container .fa {
     margin-right: 5px;
     margin-top: 2px;
}


.ws-header-booking {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 5px 0px;
    height: 43px;
    z-index: 999;
}

.top_button {
    border-radius: 20px;
    background: #b39563;
    color: #000;
    padding: 10px 15px;
    position: absolute;
    right: 2.5%;
	margin-top:10px;
}

.top_button:hover {
	background-color: #acacac;
}


 /*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: 730px !important;
     min-height: 730px !important;
     height: calc(100vh - 154px) !important;
     background-position: 23%;
}
 .et_pb_fullscreen .et_pb_fullwidth_header_container {
     max-height: 730px !important;
     min-height: 730px !important;
     height: calc(100vh - 60px) !important;
     width: 95%;
}
 .header-content {
     margin: 0 auto !important;
     padding: 0px !important;
     width: 100% !important;
     max-width: 100% !important;
     height: 100%;
}
 .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
     padding-right: 2px !important;
     font-size: 40px;
     font-weight: 300;
     width: 50px;
     text-align: center;
     color: #b39563 !important;
}

.et_pb_fullwidth_header_scroll {
    text-align: right !important;
    width: 95% !important;
}

.header-container {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.header-content-container {
    height: 100%;
}

.et_pb_header_content_wrapper {
    height: 100%;
}

.header-sidebar-element {
    height: 100%;
    display: flex;
    justify-content: center;
    width: 50px;
    background: #09080d;
}

.header-sidebar-element div#social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center !important;
}

.header-sidebar-element div#social-icons span {
    width: 50px;
}

.header-sidebar-element div#social-icons span a {
    margin: 12px auto !important;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px !important;
}

.header-main-element {
    width: calc(100% - 50px);
}

.header-title h1 {
    text-align: left;
    font-family: 'Ysabeau SC', sans-serif;
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1.1;
    text-shadow: 2px 2px 0 rgba(0,0,0,1);
    padding-bottom: 0;
    padding-right: 10px;
}

.header-title span {
    display: block;
}

.button {
    display: inline-block;
    line-height: 1;
    padding: 12px 20px;
    background: #b39563;
    border: 1px solid #acacac;
    color: #000;
    border-radius: 30px;
    font-weight: bold;
    width: 230px;
    text-align: center;
}
.button:hover {
	background-color: #acacac;
}


.header-btns-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-btns-holder a {
    margin-right: 10px;
    margin-top: 20px;
}

 .header-booking-button {
    display: inline-block;
    line-height: 1;
    padding: 12px 20px;
    background: #b39563;
    border: 1px solid #acacac;
    color: #000;
    border-radius: 30px;
    font-weight: bold;
    width: 230px;
    text-align: center;
}
 .header-booking-button:hover {
	background-color: #acacac;
 }


.header-title-block {
    text-align: left;
}


.home-header-info {
    font-family: 'Ysabeau SC', sans-serif;
    font-weight: 300;
    font-size: 14px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 5px 0;
    max-width: 1080px;
    margin: 0 auto;
    background: #09080d;
    color: #fff;
}

.home-header-info div {
    padding: 5px 2px;
}

.est-info a {
    color: #fff;
}
 

.entry-title {
    font-size: 26px !important;
    line-height: 1.2;
    text-align: center;
    font-family: 'Ysabeau SC', sans-serif;
    color: #FFF;
    padding-bottom: 10px !important;
    font-weight: 500;
}

.section-title-heading {
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: center;
    color: #ebebeb;
}

.section-title-heading:before {
    position: absolute;
    font-size: 27px;
    opacity: 0.13;
    top: 16px;
    text-align: center;
    line-height: 1;
}

/* FIRST CONTENT SECTION STYLE */


div#home-title-block .section-title-heading:before {
    content: 'Welcome';
}

.content-button {
    color: #000000;
    background: #b39563;
    padding: 10px 25px;
    border: 1px solid #b395637a;
    line-height: 1;
    border-radius: 20px;
    min-width: 211px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}
.content-button:hover {
    border-color: #fff;
    color: #fff;
}
.content-button .fa {
    margin-left: 15px;
}


/* BADGES SECTION STYLE */


 .badge-container {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-evenly;
     align-items: stretch;
     max-width: 1200px;
     margin: 0 auto;
}
 .badge-block {
     display: flex;
     margin-top: 5px;
     margin-bottom: 5px;
}
 .badge-block img {
     width: 60px;
     height: 102px;
     padding-right: 5px;
}
 .badge-content {
     width: 100%;
     margin-top: 16px;
}
 .badge-content .title {
     font-weight: bold;
     line-height: 1;
     font-size: 18px;
     color: #ffffff;
     margin-bottom: 10px;
     text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
     font-family: 'Ysabeau SC', sans-serif;
}
 .badge-content .content {
     font-size: 15px;
     text-transform: capitalize;
     line-height: 1.2;
     min-width: 170px;
     max-width: 170px;
     border-top: 1px solid #b39563;
     padding-top: 10px;
     margin-top: 5px;
     font-weight: 300;
     color: #b9b9b9;
     text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
 


/* SERVICES SECTION STYLE */

div#services-title .section-title-heading:before {
    content: 'Areas of Specialization';
}


 .srvBlockTitle h2 {
     padding-bottom: 0;
}
 .srvElement {
     margin-top: 50px;
     position: relative;
     background: rgba(0, 0, 0, 0.2);
     box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
     backdrop-filter: blur(5px);
     -webkit-backdrop-filter: blur(5px);
     border: 1px solid #b39563;
}
 .srvElement:before {
     content: '';
     position: absolute;
     width: 0;
     height: 0;
     border-bottom: 46px solid #b39563;
     border-left: 25px solid transparent;
     right: -4px;
     bottom: -4px;
}
 .srvElement:after {
     content: '';
     position: absolute;
     width: 0;
     height: 0;
     border-top: 46px solid #b39563;
     border-right: 25px solid transparent;
     top: -4px;
     left: -4px;
}
 .srvElementHeader {
     text-align: center;
}
 .srvElementHeader h2 {
     padding-bottom: 5px;
     font-weight: 700 !important;
     color: #ffffff;
}
 .srvElementImg {
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
     box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
 .srvElementImg img {
     width: 100%;
     max-height: 330px;
     object-fit: cover;
     object-position: center;
}
 .srv-ico {
     width: 85px !important;
     height: 70px !important;
     position: absolute;
     z-index: 999;
     background: #09080d;
     padding: 10px;
     bottom: -13px;
     left: 20px;
     object-fit: contain !important;
     border: 1px solid #b39563;
}
 .srvElementBody {
     padding: 20px;
}
 .srvElementContent {
     text-align: justify;
     color: #b9b9b9;
     font-size: inherit;
     line-height: 1.6;
}
 .srvElement:hover img {
     filter: grayscale(1);
}
 .srvElement:hover {
     background: #181818;
}
.srvElement:hover  .srvElementContent {
 color: #fff;
}


 /* PROJECTS SLIDER STYLES */

div#slider-title .section-title-heading:BEFORE {
        content: 'Company Work';
}


.owl-nav {width: 160px;display: flex;margin-top: 30px !important;margin-right: 55px;margin-left: auto;}
 .slider-counter {
    color: #fff;
    font-family: 'Ysabeau SC', sans-serif;
    font-size: 31px;
    position: absolute;
    bottom: 7px;
    right: 22px;
    font-weight: bold;
    width: 60px;
    text-align: right;
    line-height: 1;
}
 
.loop .item img{object-fit: cover;object-position: center;}

.loop .item span {
    /* position: absolute; */
    color: #b39563;
    bottom: 35px;
    right: -30px;
    /* transform: rotate(270deg); */
    font-size: 15px;
}

.loop .item:before {
    content: '';
    position: absolute;
    width: 101%;
    height: 105%;
    background: #000000;
    left: 0;
    top: 0;
    opacity: 0.6;
}

.loop .item {min-height: 100%;display: flex;position: relative;overflow: hidden;}

.loop .owl-item {
    min-height: 100% !important;
}
.loop.owl-carousel {margin-top: 50px;}
.loop .owl-stage {
    display: flex;
 
}
.owl-dots {
    line-height: 0;
    opacity: 0.5;
    margin-top: 5px;
    position: absolute;
    width: 100%;
}

.owl-dots span {
    height: 5px !important;
}

.slide-num {
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Ysabeau SC', sans-serif;
    color: #b39563;
    top: 10px;
    left: 10px;
    line-height: 1;
    padding: 0px 5px 6px 5px;
}

.slide-title {
    position: absolute;
    top: 44px;
    left: 10px;
    font-family: 'Ysabeau SC', sans-serif;
    color: #fff;
}

.owl-item.active.center .item:before  {
    opacity: 0.2;
}

.owl-item.active.center .slide-num {
    background: #000;
}

.owl-item.active.center .slide-title {
        background: #000;
        padding: 2px 6px;
}

.owl-item.active.center .item span {
    display: none;
}

.owl-nav button {
    margin-left: 0 !important;
    margin-right: 20px !important;
    background: transparent !important;
}

.owl-nav button span {
    color: transparent;
    border: 1px solid #ffffff;
    width: 50px;
    height: 30px;
    display: flex;
    position: relative;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.owl-nav button span:before {
    content: '';
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;
    position: absolute;
}

.owl-nav button.owl-prev span:before {
    content: '\f177';
    color: #fff;
}

.owl-nav button.owl-next span:before {
    content: '\f178';
    color: #fff;
}

/* SERVICES LIST SECTION STYLE */

div#home-services-list-section {
    padding-top: 0;
}

.homepage-services ul#servcss {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 690px;
    margin: 0 auto;
}

.homepage-services ul#servcss li:before {
    content: '';
    background-image: url(https://eliteremodelersbuildersllc.com/wp-content/uploads/2023/07/templateIco.svg);
    background-position: top center;
    background-size: 30PX;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 35px;
    display: block;
    margin-bottom: 5px;
    opacity: 0.6;
    border-bottom: 1px solid #b39563;
}

.homepage-services ul#servcss li {
    width: 175px;
    min-height: 90px;
    padding: 7px;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
    margin: 10px 0;
    color: #fff;
    background: #201f24;
}
.homepage-services ul#servcss li:nth-child(2), .homepage-services ul#servcss li:nth-child(3), .homepage-services ul#servcss li:nth-child(6), .homepage-services ul#servcss li:nth-child(7), .homepage-services ul#servcss li:nth-child(10), .homepage-services ul#servcss li:nth-child(11), .homepage-services ul#servcss li:nth-child(14),.homepage-services ul#servcss li:nth-child(14), .homepage-services ul#servcss li:nth-child(15) {background: initial;}

/* TESTIMONIALS SECTION STYLE */

div#home-testimonials {
    /* padding: 0 !important; */
    background-color: #201f245e;
}

div#testimonials-title .section-title-heading:before {
    content: 'Customers Speak';
}

.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;
	color: #b39563;
	font-weight: bold;
	font-family: 'Ysabeau SC', sans-serif;
}

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

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

.home div.wpcr3_review blockquote.wpcr3_content {
	text-align: center;
	padding-left: 0;
	border: none;
	margin-bottom: 0;
	line-height: 1.7em;
}

div.wpcr3_review blockquote.wpcr3_content p {
	font-size: 16px;
	font-weight: 300;
}


.external-reviews-holder {
	padding: 50px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	background: rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid #b39563;
}
.testimonials-slider {
    display: flex !important;
    justify-content: center;
    align-items: center;
} 
.testimonials-slider:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 20px solid #b39563;
    bottom: -14px;
}
.testimonials-slider:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 18px solid #0e0d11;
    bottom: -12px;
}
.home div.wpcr3_review blockquote.wpcr3_content p {
	font-style: italic;
font-family: 'Roboto', sans-serif;
}

.external-reviews-holder:before {
     content: '\f10e';
     font-family: 'FontAwesome';
     position: absolute;
     font-size: 65px;
     line-height: 56px;
     padding: 5px 15px 10px 5px;
     background: #121015;
     color: #b39563;
     z-index: 1;
     top: -1px;
     left: -1px;
}
.external-reviews-holder:after {
	    content: '';
	    position: absolute;
	    width: 0;
	    height: 0;
	    border-bottom: 46px solid #121015;
	    border-left: 25px solid transparent;
	    right: -4px;
	    bottom: -4px;
}
div#testimonials-block .wpcr3_respond_1 {
    position: relative;
    /* margin-top: 50px !important; */
}
div#testimonials-block .button-holder {
    text-align: center;
    margin-top: 10px;
}

/* NAP SECTION STYLE */

.block-title {
     padding: 5px 0;
     display: block;
     width: 100%;
}
 .nap-phone-block h3 {
     padding: 5px 0 16px;
     font-size: 40px;
}
 .nap-location-block h3 {
     padding: 5px 2px;
     font-size: 17px;
}
 .nap-location-block {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
}
 h3#home-adr {
     width: 100%;
     padding: 0 2px;
}

.nap-title-block {
    padding-bottom: 30px;
}



/* NAP Google listing button */

#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    position: relative;
    bottom: 2px;
}

#main-footer .listing-rev-btn img {
    display: none;
}

#main-footer .listing-rev-btn {
    border-color: #acacac;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #b39563;
    color: #000;
    border-width: 1px;
    bottom: 10px;
    padding: 5px 15px 2px 15px;
    font-weight: normal;
    font-size: 16px !important;
	width: 200px;
    text-align: center;
	justify-content:center;
}
/* Floating Quote Button button */
.floating-quote-btn {
    display: inline-block;
    position: fixed;
    left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #b39563;
    color: #000;
    border: 1px solid #acacac;
    border-left: 0;
    bottom: 60px;
    font-size: 16px !important;
    padding: 7px 10px 7px 10px;
    font-weight: bold;
    z-index: 9999;
    width: 200px;
    text-align: center;
}

.floating-quote-btn:hover {
	background-color: #acacac;
}

#main-footer .listing-rev-btn {
    display: flex;
    align-items: center;
    position: fixed;
    padding: 7px 10px 7px 10px;
    border: 1px solid #acacac;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    bottom:10px;
    background: #b39563;
    color: #000;
    font-size: 16px !important;
    justify-content: center;
    width: 200px;
    z-index: 9999;
    font-weight:bold;
}

#main-footer .listing-rev-btn:hover{
	background-color: #acacac;
}

#main-footer .listing-rev-btn img {
  display:none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #000;
    position: relative;
    bottom: 2px;
}


 
/* CONTACT FORM STYLE */
 div#contact-section .entry-title {
    padding-bottom: 20px !important;
}
 .contact-section-text {
     line-height: 1.3;
     margin: 10px 0;
     text-align: center;
}
 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;
     height: 40px;
     min-height: 40px;
     filter: hue-rotate(173deg) contrast(1.2);
     margin: 4px 0;
}
 input#vercode {
     width: calc(100% - 130px);
     margin: 0;
     margin-left: 10px;
     float: left;
     padding: 15px 10px 15px;
     height: 48px;
}
 form#contactForm {
     text-align: right;
}
 input#submitter {
    color: #000000;
    background: #b39563;
    padding: 10px 25px;
    border: 1px solid #acacac;
    line-height: 1;
    border-radius: 20px;
    max-width: 211px;
    display: block;
    text-align: center;
    font-weight: bold;
    height: auto;
    margin: 0 auto;
}
 input#submitter:hover {background-color: #acacac;}
 input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
     width: 100%;
     padding: 15px 10px 15px;
     height: auto;
     background-color: #201f24 !important;
     box-shadow: none;
     display: block;
     line-height: 1;
     font-weight: 300;
     color: #fff !important;
     background-image: none;
     border: 1px solid rgb(179 149 99 / 17%);
     margin-bottom: 20px !important;
}
 #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: #fff !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 {
     color: #fff !important;
     border-color: #ffffff;
}
 #contact {
     padding: 0;
     max-width: 625px;
     margin: 0 auto;
}


 

div#home-content-image, div#home-content-image span {
    height: 100%;
}

div#home-content-image img, div#first-par-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    box-shadow: 10px 10px #b39563;
}

/* FOOTER STYLE */
 #main-footer {
     background-color: #09080da6 !important;
     z-index: 10;
     position: relative;
     background-image: url(https://eliteremodelersbuildersllc.com/wp-content/uploads/2024/02/footer-bg.webp) !important;
     background-position: center;
     background-blend-mode: overlay;
}
 #main-footer .container {
     width: 95%;
}
 div#footer-bottom {
     background-color: #09080d;
     padding: 15px;
     color: #ffffff;
}
 .paymentsbox {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
}
 .footer-widget h4 {
     color: #ffffff;
     font-size: 22px;
     margin-bottom: 20px;
     margin-top: 30px;
     font-weight: 400;
     line-height: 1.5em;
     text-align: center;
     border-bottom: 1px solid #b39563;
     text-transform: uppercase;
}
 .footer-widget .textwidget {
     color: #ffffff;
}
 #footer-widgets .footer-widget a {
     background-color: #000;
}
 table.openinghours {
     max-width: 350px;
     margin: 0 auto !important;
}
 table.openinghours tr {
     display: flex;
     justify-content: space-between;
     line-height: 2;
     color: #fff3e7;
     font-family: 'Open Sans', sans-serif;
}
 #current-day {
     background-color: #b39563;
     padding: 0 2px;
}
 #current-day td {
     color: #000000;
     text-shadow: none;
}
 #closed-day {
     color: #ffffff;
}

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

ul#menu-footer-menu li:before {
    color: #b39563 !important;
    content: '\f101' !important;
    font-family: 'FontAwesome' !important;
    border: none !important;
    top: 0 !important;
}
ul#menu-footer-menu .menu-item {
    border-bottom: 1px solid #fff0;
}


/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */
 .et_pb_sidebar_0 h4.widgettitle {
     position: relative;
     margin-bottom: 10px;
     line-height: 1.2;
     border-bottom: 1px solid #b39563;
     text-align: center;
     font-size: 26px !important;
     color: #ffffff;
     font-weight: 600;
}
 #sidebar h4.widgettitle {
     font-size: 26px;
     font-weight: 400;
     color: #062d5b;
     position: relative;
     margin-bottom: 10px;
     line-height: 1.2;
     text-align: center;
     border-bottom: 1px solid #062d5b;
}
 .et_pb_sidebar_0 .textwidget {
     text-align: center;
}
 #sidebar .textwidget {
     text-align: center;
}
 .single-post div#main-content, .blog div#main-content {
     background-color: #09080d;
     min-height: 50vh;
}
 .single-post .et_pb_post .entry-content {
     text-align: justify;
}
 #left-area .post-meta a {
     color: #16bae1;
}
 #left-area .post-meta {
     text-align: center;
}
 .blog .et_pb_post {
     text-align: justify;
}

  .single-post div#main-content .container {
    padding: 0px 0 !important;
    width: 95%;
}
.single-post 
 .et_pb_row {
    width: 100% !important;
}
.et_pb_title_meta_container, .post-meta, .et_pb_title_meta_container span {
    text-align: center;
    color: #b9b9b9 !important;
}
.et_pb_title_meta_container, .post-meta a, .et_pb_title_meta_container a {
	    color: #e4ccb5 !important;
}
 .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 div#main-content .container {
        padding: 87px 42px !important;
}
#sidebar h4.widgettitle {
	color:#fff;
	border-bottom: 1px solid #B39563;
}
#main-content {
    background-color: transparent;
}
#main-content .container {
    padding: 77px 0 !important;
}

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

#main-content .container h2{font-size: 24px !important;padding-bottom: 10px;}
/*MEDIA QUERIES*/
 @media only screen and (min-width: 600px) {
 .header-title h1 {
    font-size: 35px;
}
 
 .homepage-services ul#servcss li:nth-child(odd) {
    background: #201f24;
}

.homepage-services ul#servcss li:nth-child(even) {
    background: transparent;
}
 
}
 @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: 0px !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) {

  .vertical-lines-bg {
    width: 1380px;
    max-width: 100%;
}

  
.vertical-lines-bg div:nth-child(1) {
    display: block;
    left: 0%;
}
.vertical-lines-bg div:nth-child(2) {
    left: 33%;
}

.vertical-lines-bg div:nth-child(3) {
    left: 67%;
}
.vertical-lines-bg div:nth-child(4) {
    display: block;
    left: 99.9%;
}
  
.main-menu-close-btn {
    /* right: unset; */
}
.ws-header-booking {
    height: 0;
    padding: 0;
}

.top_button {
    right: 5%;
    margin-right: 40px;
    top: 0px;
}	 
    /*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: 1100px !important;
         min-height: 600px !important;
         height: calc(100vh - 60px) !important;
         background-position: center;
         background-position-y: 70%;
    }
     .et_pb_fullscreen .et_pb_fullwidth_header_container {
         max-height: 1100px !important;
         min-height: 600px !important;
         height: calc(100vh - 60px) !important;
         width: 95%;
    }
.header-title-block {
    max-width: 1030px;
    margin: 0 auto;
}

 .header-title h1 {
    font-size: 40px;
}
div#add-info-section {
    width: 84%;
    margin: 0 auto;
}
  .home-header-info {
    margin-top: -70px;
    margin-bottom: 20px;
    width: 100%;
}

.entry-title {
    text-align: left;
    font-size: 30px !important;
}
@media only screen and (max-width: 980px) {
	h2.entry-title {
		text-align: center!important;
	}
}
.section-title-heading {
    justify-content: flex-start;
}

.section-title-heading:before {
    left: 10px;
    top: 13px;
}

  
    /* FIRST PARAGRAPH STYLE DESKTOP*/

div#first-par-img .et_pb_image , div#first-par-img .et_pb_image span {
    height: 100%;
}

 

     /* BADGES STYLE DESKTOP*/


      /* SERVICES STYLE DESKTOP*/
     .srvElement {
         width: 32% !important;
         display: flex;
         flex-direction: column;
         margin: 0;
         margin-top: 20px !important;
    }
     .srvElementImg img {
         height: 200px;
    }
     .srvElementFullWidth .srvElementImg img {
         height: 100%;
    }
     .srvBlock {
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
         max-width: 1200px;
         margin: 0 auto;
    }
     .srvElementBody {
         height: 100%;
    }
     .srvElementHeader h2 {
         min-height: 54px;
         display: flex;
         justify-content: center;
         align-items: center;
    }
     .srvElementContent {
    }
     .srvElementFullWidth .srvElementContent {
         height: auto;
    }
     .srvElement.srvElementFullWidth {
         width: 100% !important;
         max-width: 1080px;
         flex-direction: row;
    }
     .srvElement.srvElementFullWidth .srv-ico {
         left: unset;
         bottom: unset;
         right: -20px;
         top: 20px;
    }
     .srvElementFullWidth .srvElementImg {
         width: 32%;
         margin: 0;
    }
     .srvElementFullWidth .srvElementBody {
         width: calc(68% - 20px);
         margin-left: 20px;
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         padding: 20px 20px 20px 20px;
    }

  
/* SERVICES LIST SECTION STYLE DESKTOP */


.homepage-services ul#servcss li {
    margin: 5px 5px;
}
  .homepage-services ul#servcss li:nth-child(2n+2) {
    background: transparent;
}
	 
.homepage-services ul#servcss {
    max-width: 100%;
 
}

.homepage-services ul#servcss li {
    width: calc(25% - 65px);
}
    /* NAP SECTION DESKTOP */
     .nap-location-block {
         justify-content: flex-start;
    }
     div#content-dark-section {
         display: flex;
         align-items: center;
    }

/* CONTACT FORM STYLE */
	 
     input#customer_name {
         width: calc((100%/3) - 14px);
    }
     input#phone-cf {
         width: calc((100%/3) - 13px);
    }
     input#customer_email {
         width: calc((100%/3) - 13px);
         float: left;
         margin-left: 20px;
    }

	div#home-content-section .et_pb_row {
    display: flex;
    align-items: center;
}

	 
    /* 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 !important;
    }
     #sidebar .textwidget {
         text-align: left;
    }
     .et_pb_sidebar_0.et_pb_widget_area_right {
         border-left: 1px solid rgb(255 255 255 / 20%);
    }
     #left-area .post-meta {
         text-align: left;
    }
     #main-content .container:before {
         background-color: rgb(255 255 255 / 20%);
    } 
	 	.et_pb_title_meta_container, .post-meta {
    text-align: left;
}
 }



/***** TESTIMONIALS FORM *****/
 .wpcr3_respond_2 input[type="text"] {
     margin: 3px 0;
}
 .wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
     background: #ffffff !important;
     color: #000 !important;
     border-color: #000 !important;
}
 .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;
    }
	 #main-content .container .type-post {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
}
 @media (max-width: 980px) {
     .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%;
    }
}


 /* ADDITTIONAL SERVICES STYLE */


#additionalServices {
    list-style: none;
    text-align: center;
    padding: 0;
    list-style-type: none;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#additionalServices li {
    break-inside: avoid;
    padding: 5px 3px;
    font-size: 18px;
    color: #b9b9b9;
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
}
#additionalServices li a {
	color: #fff;
	text-decoration: underline;
}
#additionalServices li::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}


@media (min-width: 600px) {
 

#additionalServices li {
    break-inside: avoid;
    padding: 10px 5px;
    text-align: left;
}

    
}

@media (min-width: 981px) {
#additionalServices {
    columns: 3;
    column-gap: 10px;
}
}

.nav-arrows > button.slider-previous > svg > path{
	transition:0.1s;
}

.nav-arrows > button.slider-next > svg > path{
	transition:0.1s;
}

.nav-arrows button {
    border-color: #acacac;
    background: #b39563;
}

.nav-arrows button:hover {
    background: #acacac;
    color: #000;
}

@media screen and (max-width: 981px) and (min-width: 425px) {
    .hours, .openinghours {
        width: 500px !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 425px) {
	.openinghours {
    width: 100% !important;
	text-align: center !important;
}
}

@media (min-width: 981px) {
	.openinghours {
    width: 100% !important;
	text-align: center !important;
}
}
.home div.wpcr3_aggregateRating {
    display: none !important;
}

#sidebar .et_pb_widget {
    margin-top: 40px;
}


#mobile_menu li a {
    line-height: 1.2em;
}

.floating-estimate-btn{
z-index: 9999;
}

#main-footer .listing-rev-btn{
display: flex;
    align-items: baseline;
    position: fixed;
    z-index: 9999;
}

.post-content-inner {
    text-align: justify;
}

body:not(.et_pb_page) #main-content .container{
    padding: 80px 0px;
}

.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;
}

.page-id-2049 #main-content p {
	color: #b9b9b9!important;
}