/* 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 Flex', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-feature-settings: "liga";
  color: #000;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Genos', sans-serif;
}

p strong {
  font-family: 'Genos', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

div#page-container {
  overflow: hidden;
}

.et_pb_row {
  width: 95% !important;
}

/*HEADER STYLES*/
header#main-header {
  background: #707070;
  border-bottom: 1px solid #2196f3;
}

.add-info-container {
  background: #eeeeee;
  display: flex;
  justify-content: center;
  z-index: 9999;
  position: relative;
}

.add-info-holder {
  width: 95%;
  max-width: 1080px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 2.5px 0;
}

.header-location-container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #242021;
  line-height: 1;
  font-size: 15px;
  margin: 2.5px 5px;
  font-family: 'Genos', sans-serif;
}

.email-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #242021;
  line-height: 1;
  font-size: 15px;
  margin: 2.5px 5px;
  font-family: 'Genos', sans-serif;
}

.add-info-holder .fa {
  margin-right: 5px;
}

.header-menu-container {
  width: 95%;
}

.logo_container {
  position: relative !important;
  display: flex;
  max-width: 320px;
  width: 100% !important;
  margin: 25px auto 0px auto;
  justify-content: center;
}

img#logo {
  height: 115px !important;
  max-height: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  object-fit: contain;
  object-position: center;
}

.text-logo {
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  min-height: 64px;
  font-size: 15px;
  margin-top: -15px;
}

.logo-link {
  width: 100%;
}

.text-logo span {
  text-align: center;
  margin-left: 66px;
  margin-bottom: 5px;
  color: #fff;
  text-shadow: -1px -1px 5px #5c5c5c, 1px -1px 5px #5c5c5c, -1px 1px 5px #5c5c5c, 1px 1px 5px #5c5c5c;
  line-height: 1;
  font-family: 'Genos', sans-serif;
  font-style: italic;
  font-weight: 600;
  /* margin-top: -5px; */
}

.text-logo-icon {
  position: absolute;
  width: 100%;
  z-index: -1;
  display: flex;
  align-items: flex-end;
}

.text-logo-icon img {
  width: 60px;
  filter: invert(1) drop-shadow(2px 4px 6px black);
}

.color-path {
  width: calc(100% - 30px);
  margin-left: -19px;
  height: 10px;
  background: #2196f3;
  z-index: -1;
}

div#et-top-navigation {
  width: 95%;
  padding: 0 !important;
  margin: 10px 2.5% !important;
  padding-top: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}

.mobile_menu_bar {
  padding: 0 !important;
}

.contact-info {
  display: flex;
  width: calc(100% - 32px);
}

.contact-info-container {
  display: flex;
}

.phonenum {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 185px;
}

.cta-shape-holder {
  width: 50px;
  height: 35px;
  position: relative;
}

.cta-shape-holder::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  /* border-bottom: 10px solid #2196f3; */
}

.cta-shape-holder::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  /* border-top: 10px solid #2196f3; */
}

.phonenum .fa {
  font-size: 35px;
  width: 40px;
  height: 40px;
  background: #2196f3;
  color: #5c5c5c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60%;
}

.phonenum .fa-phone:before {
  margin-bottom: -2px;
}

.phonenum p {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #cccccc;
  margin-left: 8px;
  /* font-family: 'Genos', sans-serif; */
  padding-top: 5px;
}

.mobile_nav .select_page {
  display: none !important;
}

div#et_mobile_nav_menu {
  width: 32px;
  height: 100%;
}

.et_mobile_menu {
  border-color: #2196f3 !important;
  background-color: #5c5c5c !important;
  top: 49px;
  width: 100vw;
  height: auto !important;
  left: auto;
  right: -5vw;
  padding: 20px 25px;
}

.et_mobile_menu a {
  color: #fff !important;
  text-align: left;
  /* font-family: 'Genos', sans-serif; */
}

.mobile_nav {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.et_mobile_menu .current_page_item a {
  color: #ffffff !important;
  opacity: 1 !important;
}

/*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;
  color: #2196f3;
}

/*rotate the Divi Menu icon on click*/
/*END HEADER 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: 500px !important;
  min-height: 500px !important;
  height: calc(100vh - 154px) !important;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
  max-height: 500px !important;
  min-height: 500px !important;
  height: calc(100vh - 154px) !important;
  width: 80%;
}

.header-content {
  margin: 0 auto !important;
  padding: 0px !important;
  width: 100% !important;
  max-width: 1080px !important;
}

.header-title h1{
  text-align: center;
  line-height: 1;
  font-family: 'Genos', sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 35px;
  color: #fff;
  text-transform: capitalize;
  /* max-width: 340px; */
  margin-left: auto;
  text-shadow: 1px 1px 1px #000000 !important;
}

.header-title span {
  color: #2196f3;
}

.button {
  color: #fff;
  line-height: 0;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 225px;
  font-weight: 500;
  background: #2196f3;
  padding: 12px 10px;
  margin-top: 15px;
  margin: auto;
  position: relative;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.button::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -9px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #2196f3;
}

.button:hover::before {
  border-left: 10px solid #5c5c5c;
}

.button:hover::after {
  border-right: 10px solid #5c5c5c;
  filter: drop-shadow(5px 0px 2px #5c5c5c);
}

.button::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -9px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 10px solid #2196f3;
}

.button:hover {
  background: #5c5c5c;
  color: #fff;
}

/*PAGE STYLES*/
.content-button {
  color: #ffffff;
  line-height: 0;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 225px;
  width: 100%;
  font-weight: 500;
  background: #2196f3;
  padding: 12px 10px;
  margin-top: 15px;
  position: relative;
}

.content-button::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -9px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #2196f3;
}

.content-button:hover::before {
  border-left: 10px solid #eeeeee;

}

.content-button::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -9px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 10px solid #2196f3;
}

.content-button:hover::after {
  border-right: 10px solid #eeeeee;
}

.content-button:hover {
  background: #eeeeee;
  color: #000;
  border: 1px solid #5c5c5c;
}

.button-holder {
  display: flex;
  justify-content: center;
}

div#first-par-img {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 40px;
}

/* FIRST CONTENT SECTION STYLE */
.entry-title {
  text-align: center;
  font-size: 30px !important;
  color: #000;
  font-weight: 600;
}

.entry-title-1 {
  /* text-align: center; */
  font-size: 30px !important;
  color: #ffffff;
  font-weight: 600;
}

.home .entry-title {
  text-align: center !important;
  margin-bottom: 30px;
  padding-bottom: 15px;
	font-family: 'Genos', sans-serif;
}

div#home-title-block {
  background-color: #5c5c5c !important;
  padding: 2% 0;
}

.section-title-heading {
  font-size: 20px;
  font-weight: bold;
  color: #2196f3;
  /* font-family: 'Genos', sans-serif; */
  /* text-shadow: 1px 1px 1px #000000 !important; */
}

.title-text {
  color: white;
}

.section-title-heading-1 {
  font-size: 20px;
  font-weight: bold;
  color: #2196f3;
  /* font-family: 'Genos', sans-serif; */
}

div#home-title-block-txt-col:before {
  content: '';
  position: absolute;
  /* background-image: url(https://txremodelingsvs.com/wp-content/uploads/2023/02/templateIco.svg); */
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  /* opacity: 0.1; */
}


/* BADGES SECTION STYLE */
.badge-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  justify-content: center;
}

.badge-holder {
  display: flex;
  align-items: center;
  position: relative;
  max-height: 87px;
  overflow: hidden;
  margin: 5px 0;
}

.badge-holder img {
  object-fit: cover;
  object-position: center;
}

.badge-block {
  position: absolute;
  width: 200px;
  background: #eee;
  display: flex;
  align-items: center;
}

.badge-ico-holder {
  width: 60px;
  height: 86px;
  /*margin-right: 5px;*/
  display: flex;
  align-items: center;
}

.badge-ico-holder img {
  position: relative;
  width: 70%;
  margin: 0px 10px;
  opacity: 0.8;
}

.badge-content {
  width: calc(100% - 80px);
  /* padding-right: 10px; */
}

.badge-content .title {
  font-weight: bold;
  /* font-family: 'Genos', sans-serif; */
  font-size: 13px;
  border-bottom: 1px solid #2196f3;
  color: #2196f3;
  line-height: 1.2;
  padding-bottom: 3px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.badge-content .content {
  font-size: 11px;
  line-height: 1.05;
  /* font-family: 'Genos', sans-serif; */
  font-weight: 500;
  text-transform: uppercase;
  color: #5a5a5a;
}

/* END BADGES SECTION STYLE */


/* SERVICES SECTION STYLE */
div#services-blocks-section {
  background-color: #eeeeee !important;
}

.srvBlockTitle .section-title-heading {
  text-align: center;
}

.srvElement {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
}

.srvElementL:last-child {
  margin-bottom: 0 !important;
}
.srvElementHeader h2 {
    text-align: center;
}
.srvElementHeader h3 {
  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;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.srvElementImg img:not(.srv-icon-img) {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  position: relative;
}

.srv-icon {
  position: absolute;
  z-index: 999;
  right: 0;
  bottom: 0;
  width: 55px;
  height: 55px;
  padding: 10px 0px 0px 10px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  box-shadow: -5px -3px 2px 2px #00000029;
  overflow: hidden;
  background: rgb(214, 214, 214);
  background: linear-gradient(135deg, rgb(255 255 255) 0%, rgb(196 196 196) 32%, rgb(51 51 51) 48%, rgb(196 196 196) 50%, rgb(215 215 215) 50%, rgb(215 215 215) 52%, rgb(214 214 214) 54%, rgb(215 215 215) 100%);
}

.srv-icon img {
  width: 35px;
}

.srvElementContent {
  text-align: justify;
  color: #231f20;
  padding-left: 15px;
  position: relative;
}

.srvElementContent:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  background: #2196f3;
  left: 0;
}

.srvElementContent a {
    color: #2196f3;
}

.srvElement:hover .srvElementImg img:not(.srv-icon-img) {
  filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}

.srvElement:hover h3 {
  color: #505050;
}

/* SERVICES LIST SECTION STYLE */
div#services-list-section {
  background-color: #5c5c5c !important;
  padding: 0;
}

.homepage-services {
  text-align: center;
}

.homepage-services ul {
  padding: 0;
  list-style: none;
  /* text-align: justify; */
}

.homepage-services #servcss li {
  position: relative;
  font-weight: bold;
  margin: 0.3em 0;
  padding-left: 20px;
  margin-left: 10px;
  margin-right: 10px;
  color: white;
}

.homepage-services #servcss li:before {
  position: absolute;
  content: '\f138';
  /* top: -1px; */
  left: 0;
  color: #2196f3;
  font-family: 'FontAwesome';
}

/* CONTACT FORM STYLE */
.free-estimate-title {
  text-align: center;
  font-size: 30px !important;
  color: #fff;
  font-weight: 600;
  font-family: 'Genos', sans-serif;
  margin-bottom: 20px;
  text-shadow: 1px 1px 1px #000000 !important;
}

input#customer_name {
  width: calc(50% - 5px);
  float: left;
}

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

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

#contact img {
  float: left;
  width: 120px;
  height: 40px;
  min-height: 40px;
  filter: grayscale(1) contrast(1.5);
}

input#vercode {
  width: calc(100% - 130px);
  margin: 0;
  margin-left: 10px;
  float: left;
  padding: 7px 10px 7px;
  height: 40px;
  min-height: 40px;
}

form#contactForm {
  text-align: center;
  position: relative;
}

input#submitter {
  color: #000000;
  line-height: 0;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 225px;
  width: 100%;
  font-weight: 500;
  background: #2196f3;
  padding: 12px 10px;
  margin: 0 auto;
  margin-top: 15px;
  position: relative !important;
  border: 1px solid #5c5c5c;
  border-radius: 0;
}

input#submitter:hover {
  background: #9d9d9d;
  color: #fff;
}

input#submitter:hover {
  color: #fff;
  background: #5c5c5c;
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
  max-width: 100%;
  padding: 10px 20px 10px;
  min-height: 50px;
  background-color: #5c5c5c !important;
  box-shadow: none;
  display: block;
  line-height: 1;
  font-weight: 300;
  color: #ffffff !important;
  background-image: none;
  border: 1px solid #d7d7d7;
  margin-bottom: 10px !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: #ffffff !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: #ffffff !important;
  border-color: #2196f3;
}

#contact {
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
}

/* NAP SECTION STYLE */
.nap-section h3 {
  color: #fff;
  text-align: center;
  padding: 0;
  text-shadow: 1px 1px 1px #000000 !important;
}

.nap-section {
  margin-top: 20px;
}

/* NAP Google listing button */

#main-footer .listing-rev-btn .fa {
  display: block;
  margin-right: 5px;
  color: #2196f3;
}

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

#main-footer .listing-rev-btn {
  border-color: #5c5c5c;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #5c5c5c;
  color: #fff;
  border-width: 3px;
  bottom: 10px;
  padding: 7px 15px 7px 15px;
  font-weight: normal;
  display: flex;
  align-items: center;
}

#main-footer .listing-rev-btn::before {
  content: "";
  position: absolute;
  top: -4px;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

/* TESTIMONIALS SECTION STYLE */
div#home-testimonials {
  background-color: #eeeeee !important;
  /* padding-bottom: 2px; */
}

.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: #000000;
  font-weight: bold;
  font-family: 'Genos', sans-serif;
}

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

div.wpcr3_review blockquote.wpcr3_content {
  border-color: #2196f3 !important;
  padding-bottom: 0;
  text-align: justify;
}

.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: 17px;
}

.home .wpcr3_reviews_holder {
  position: relative;
  color: #000000 !important;
  padding: 20px;
}

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

.home div.wpcr3_rating_style1_average {
  /* filter: grayscale(1) invert(1); */
}

.testimonials-btn {
  color: #5c5c5c;
  line-height: 0;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 225px;
  width: 100%;
  font-weight: 500;
  background: #2196f3;
  padding: 12px 10px;
  margin-top: 0;
  position: relative;
}

.testimonials-btn::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -9px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #2196f3;
}

.testimonials-btn:hover::before {
  border-left: 10px solid #5c5c5c;
}

.testimonials-btn:hover::after {
  border-right: 10px solid #5c5c5c;
}

.testimonials-btn::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -9px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 10px solid #2196f3;
}

.testimonials-btn:hover {
  background: #5c5c5c;
  color: #fff;
}

/* CONTENT SECTION STYLE */
div#home-content-section {
  /* background-color: #eeeeee !important; */
}

/* FOOTER STYLE */
#main-footer {
  background: #5c5c5c;
  position: relative;
}

footer#main-footer:before {
  content: '';
  position: absolute;
  /* background-image: url(https://txremodelingsvs.com/wp-content/uploads/2023/02/templateIco.svg); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 75%;
  left: 12.5%;
  height: calc(100% - 110px);
  top: 10px;
  filter: invert(1);
  opacity: 0.1;
}

#main-footer .container {
  width: 95%;
}

div#footer-bottom {
  background-color: #eeeeee;
  padding: 15px;
  color: #000000;
}

.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: 600;
  line-height: 1.5em;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}

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

h4#nap-footer-icons {
  filter: none;
}

.footer-widget li:before {
    border-color: #2196f3;
}

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

table.openinghours tr {
  display: flex;
  justify-content: space-between;
  line-height: 2;
  color: #eeeeee;
}

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

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

#closed-day {
  color: #eeeeee;
}

/* 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 #cccccc;
  text-align: center;
  font-size: 26px !important;
  color: #5c5c5c;
  font-weight: 600;
}

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

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

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

.single-post div#main-content,
.blog div#main-content {
  /* background-color: #1c211b; */
  min-height: 50vh;
}
.single-post div#main-content .container {
        padding: 77px 0 !important;
}
#main-content .container {
    padding: 77px 0 !important;
}

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

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

@media (max-width: 980px) {
   #sidebar .et_pb_widget {
    margin-top: 40px;
}
} 

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

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

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

.blog .et_pb_post {
  text-align: justify;
}

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

.single-post h2 {
  text-align: left;
}
.single-post p {
text-align: justify;
}

/*MEDIA QUERIES*/
@media only screen and (min-width: 600px) {
  .header-menu-container {
    display: flex;
  }

  .logo_container {
    margin: 10px auto;
  }

  img#logo {
    object-position: left;
  }

  div#et-top-navigation {
    width: calc(100% - 320px);
  }

  .et_mobile_menu {
    top: 117%;
  }

  .contact-info {
    justify-content: flex-end;
    padding-right: 10%;
  }

  .badge-holder {
    width: calc(50% - 10px);
    margin-left: 10px;
  }

  .srvElementImg img:not(.srv-icon-img) {
    height: 300px;
  }

  /* SERVICES LIST SECTION DESKTOP */
  .homepage-services #servcss li {
    display: inline-block;
  }
}

@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;
    color: black;
  }

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

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

  /*HEADER STYLES*/
  div#et-top-navigation {
    flex-direction: row;
    margin: 10px 0 10px 2.5% !important;
    z-index: 9999;
  }

  .logo_container {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .logo_container:before {
    content: '';
    position: absolute;
    background: #5c5c5c;
    /* height: 300%; */
    width: 200vw;
    right: -15px;
    z-index: -1;
    bottom: -20px;
    /* border-bottom: 1px solid #2196f3; */
  }

  .logo_container:after {
    /* content: ''; */
    position: absolute;
    background: #b7b7b700;
    height: 100%;
    width: 200vw;
    right: -114px;
    z-index: -122;
    bottom: -20px;
    width: 0;
    height: 0;
    border-top: 100px solid #5c5c5c;
    border-right: 100px solid transparent;
    filter: drop-shadow(0px 1px 1px #2196f3);
  }

  img#logo {
    object-position: center;
  }

  .contact-info {
    width: 175px;
    margin-left: 22px;
    padding-right: 0;
  }

  .phonenum {
    justify-content: flex-end;
  }

  nav#top-menu-nav {
    width: calc(100% - 197px);
  }

  ul#top-menu {
    width: 100%;
    text-align: center;
  }

  #top-menu li {
    padding-right: 0;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 3px;
  }

  #top-menu .menu-item-has-children>a:first-child {
    padding-right: 16px;
  }

  #top-menu .menu-item-has-children>a:first-child:after {
    top: -1px;
  }

  #top-menu li a {
    line-height: 1 !important;
    /* font-family: 'Genos', sans-serif; */
  }

  ul.sub-menu {
    filter: drop-shadow(0px 1px 3px #5b5b5b);
    top: 22px;
    padding: 5px 0 !important;
    left: -34%;
    background-color: #5c5c5c !important;
    border-color: #2196f3 !important;
  }

  ul.sub-menu li ul {
    top: 0;
  }

  #top-menu-nav #top-menu ul.sub-menu a:after {
    right: 0;
    top: 4px;
  }

  #top-menu-nav #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: 1100px !important;
    min-height: 500px !important;
    height: calc(99vh - 110px) !important;
    background-position: center;
    /* background-position-y: 82%; */
  }

  .et_pb_fullscreen .et_pb_fullwidth_header_container {
    max-height: 1100px !important;
    min-height: 500px !important;
    height: calc(99vh - 110px) !important;
    width: 80%;
  }

  .header-container {
    margin: 0;
    max-width: 575px;
  }

  .header-title h1{
    /* max-width: fit-content; */
    font-size: 60px;
    /* margin-top: -130px; */
  }

  /* BADGES STYLE DESKTOP*/
  .badge-container {
    justify-content: flex-end;
    margin-top: 0;
  }

  .badge-holder {
    width: 85%;
  }

  /* FIRST PARAGRAPH STYLE DESKTOP*/
  div#home-title-block-txt-col,
  div#home-title-block-img-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .entry-title {
    text-align: left !important;
  }

  .home .entry-title {
    text-align: left !important;
    font-size: 40px !important;
  }

  .button-holder {
    justify-content: flex-start;
    /* margin-left: 10px; */
  }

  div#first-par-img {
    width: 90%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    height: 100%;
  }

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

  div#first-par-img img {
    height: 100%;
    object-fit: cover;
    object-position: right;
  }

  /* SERVICES STYLE DESKTOP*/
  .srvBlockTitle .section-title-heading {
    text-align: left;
  }

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

  .srvElementImg img:not(.srv-icon-img) {
    height: 200px;
  }

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

  .srvElementFullWidth .srvElementContent {
    height: auto;
  }

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

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

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

  /* CONTACT SECTION DESKTOP */
  .contact-form-holder {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact-form-block {
    width: 600px;
  }

  .nap-section {
    width: calc(100% - 600px);
    margin: 0;
    padding: 20px;
  }

  input#customer_name {
    width: calc((100%/3) - 7px);
  }

  input#phone-cf {
    width: calc((100%/3) - 7px);
  }

  input#customer_email {
    width: calc((100%/3) - 6px);
    float: left;
    margin-left: 10px;
  }

  div#contact-form-section {
    background-attachment: fixed;
  }

  /* TESTIMONIALS SECTION DESKTOP */
  /* NAP 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 !important;
  }

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

  .et_pb_sidebar_0.et_pb_widget_area_right {
    border-left: 1px solid rgb(204 204 204);
  }

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

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

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

.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
  background: #04264b !important;
  color: #e5e5e5 !important;
  border: 1px solid #1de278;
}

.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: #04264b;
  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) {

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

.et_pb_fullwidth_header {
  background-position: 65%;
}

div#contact-form-section {
  background-position: 65%;
  background-image: linear-gradient(1deg, #0000007a 20%, rgb(0 0 0 / 50%) 100%), url(http://nsdemolitioncontractor001.cloud210411.com/wp-content/uploads/2025/01/background.webp) !important;
}


/* HTML BADGES STYLE 
div#css-badges-section {
  background-color: #ffffff!important;
}
.badges-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 40px;
}

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

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

.badge-holder img {
  width: 40%;
  /* filter: invert(1); 
}

.badge-title {
  background: #fff;
  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%);
  font-family: 'Oswald', sans-serif;
  color: #1b1a1f;
}

.badge-title span {
  font-weight: bold;
  font-size: 17px;
  font-family: 'Oswald', sans-serif;
}

.et_pb_section.et_pb_section_2.et_section_regular {
  padding-bottom: 0px !important;
}
END BADGES SECTION STYLE */


/*--------------------------------------------------
    * Testimonials Plugin CSS
--------------------------------------------------*/
#testimonials-section {
    background: #ffffff;
}

.testimonials-container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    text-align:center;
}
 
.testimonials-title {
  font-size: 30px !important;
  color: #333;
  font-weight: 600;
  font-family: 'Genos', sans-serif;
  margin-bottom: 20px !important;
  line-height: 1;
  text-align: center !important;
}
.testimonials-title .section-title-heading-1 {
  font-family: 'Roboto Flex', Arial, sans-serif;
  line-height: 1;
}
 
.testimonials-info {
    margin-bottom: 1rem;
}
 
.testimonial-item {
    border: 1px solid #ffffff00;
    border-radius: 10px;
    padding: 1rem;
    background: #ffffff00;
    min-height: 100%;
    break-inside: avoid;
}

.testimonial-item:hover {
	background: #ffffff00;
    border: 1px solid #ffffff00;
}
 
.testimonials-grid .testimonial-item {
    margin-bottom: 1rem;
}
 
.testimonial-item a {
    height: 100%;
    display: grid;
    justify-items: center;
}
 
.testimonial-subject {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #1a202c;
}
 
.rating {
    display: flex;
    justify-content: center;
    margin: 0.5rem;
}
 
.star {
    width: 1rem;
    height: 1rem;
    color: #ffc956;
    margin:2px;
}
 
.testimonial-content {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    color: #1a202c;
    text-align: center;
    font-style: italic;
}
 
.testimonial-footer {
    margin-top: 1rem;
}
 
.reviewer-details {
    font-size: 0.75rem;
}
 
.review-from-logo {
    width: 80px;
    height: auto;
    padding: 3px;
    border-radius: 5px;
    min-height: 35px;
}
 
.reviewer-name {
    font-weight: 500;
    color: #1a202c;
    line-height: 1.5rem;
    margin-bottom: 5px;
    font-size: 14px;
}

.nav-arrows {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}
 
.nav-arrows button {
    padding: 0.5rem;
    border-width: 1px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
    border-style: solid;
    display: flex;
    color: #1a202c;
}
 
.nav-arrows button:hover {
    background: transparent;
    color: #000;
    border-color: transparent;
}
 
.nav-arrows button svg {
    height: 30px;
    width: 30px;
    margin-right: 0;
}
 
.rotate-180 {
    rotate:180deg;
}

@media only screen and (min-width: 600px) {
    .testimonials-grid {
        column-fill: balance;
        columns: 2;
        gap: 1.5rem;
    }
}

@media only screen and (min-width: 992px) {
    .testimonials-grid {
        columns: 3;
    }
 
    .testimonial-subject {
        font-size: 1.25rem;
    }
 
    .testimonial-content {
        line-height: 1.5rem;
    }
 
    .testimonial-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
 
    .reviewer-details {
        display: flex;
        align-items: center;
    }
 
    .reviewer-name {
        padding-right: 0.75rem;
        font-size: 0.75rem;
        border-right: 2px solid #1a202c;
    }
 
    .review-from-logo {
      padding-left: 1em;
    }
}

/* add buttons*/
/* .booking-button-switch {
 display:none !important;
} */

.slider-button {
  margin-top: 0;
  margin-bottom: 0;
  text-align: -webkit-center;
}

.button-quote-header {
  text-align: center;
  padding: 10px 0;
  background: #5c5c5c;
}

.top_button::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -9px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 9px solid #2196f3;
}

.top_button::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -9px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 9px solid #2196f3;
}

.top_button {
  position: relative;
  display: inline-block;
  background-color: #2196f3;
  font-weight: 500;
  text-transform: capitalize;
  text-shadow: none;
  color: #000;
  padding: 12px 25px;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  border-radius: 0px;
  height: 50px !important;
}

.top_button .fa {
  top: 0px !important;
  left: 0px !important;
  height: 0px !important;
  color: #000 !important;
  padding: 5px 5px 5px 0px !important;
}

.floating-estimate-btn {
  text-align: center;
  padding: 10px 15px 10px 15px;
  background-color: #2196f3;
  color: #000000 !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 2px solid #5c5c5c;
  border-left: 0px;
  font-size: 15px;
  z-index: 999999;
  font-weight: 500;
  position: fixed;
  bottom: 60px;
  text-transform: capitalize;
  width: 230px;
}

#main-footer .listing-rev-btn {
  display: flex;
  align-items: center;
  position: fixed;
  padding: 10px 15px 10px 15px;
  border: 2px solid #5c5c5c;
  border-left: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  bottom: 0px;
  background: #2196f3;
  color: #000;
  text-transform: capitalize;
  font-size: 15px;
  justify-content: center;
  width: 230px;
  z-index: 9999;
  font-weight: 500;
}

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

/* end add buttons */

@media screen and (min-width:601px) {
  .slider-button {
    display: flex;
    justify-content: center;
  }

  .slider-button .booking-button-switch {
    margin-right: 15px;
  }
}





.wpcr3_button_1 {
  color: #fff;
  line-height: 0;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 225px;
  font-weight: 500;
  background: #2196f3;
  padding: 12px 10px;
  
  margin: 10px;
  position: relative;

}

.wpcr3_button_1::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -9px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #2196f3;
}

.wpcr3_button_1:hover::before {
  border-left: 10px solid #5c5c5c;
}

.wpcr3_button_1:hover::after {
  border-right: 10px solid #5c5c5c;
  filter: drop-shadow(5px 0px 2px #5c5c5c);
}

.wpcr3_button_1::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -9px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 10px solid #2196f3;
}

.wpcr3_button_1:hover {
  background: #5c5c5c;
  color: #fff;
}

@media screen and (max-width:980px){
	#footer-widgets .footer-widget li:before {
	display:none !important;
}

#footer-widgets .footer-widget li {
	padding-left: 0px;}
}

 /* 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: #000;
    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;
}

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

@media only screen and (min-width: 981px) {
	.customcontent {
		display: flex;
		align-items: center;
	}
}
.customcontent ul {
	list-style: inside disc!important;
	padding: 0;
}
.customcontent ol li, .customcontent ul li {
    padding: 10px;
    background-color: #5c5c5c;
    box-shadow: 10px 10px 0 #2196f3;
	color: #fff;
	margin: 18px 0px;
	border-radius: 20px;
}
.customcontent img {
	box-shadow: 10px 10px 0 #2196f3;
}
