/*
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, a {
  font-family: 'Roboto Condensed', sans-serif; }

.comp-name { color: #3E2723; }

a {
	/* color: #d5933e !important; */
}

.container {
  width: 100%;
}

/*
 * H1 title tags sizing
 */
@media (min-width:981px) {
	h1.entry-title {
		font-size: 32px;
	}
}
@media (max-width:980px) {
	h1.entry-title {
		text-align: center;
		font-size: 26px;
	}
}

.section-headings {
  font-size: 30px;
  color: #19171C;
  margin-bottom: 20px;
}

/* -----------------------------------------------------------------------
 * Button Style
 * ----------------------------------------------------------------------- */
.button, .has-button a.et_pb_button {
	display: inline-block;
	color: #fff;
	background-color: #3E2723;
	padding: 12px 15px !important;
	border-radius: 2px;
	/* overflow: hidden; */
	transition: 0.5s linear;
	width: 230px;
	font-size: 20px;
}

.button:hover, .button:active, .button:visited, .button:focus {
	color: #3E2723;
	background-color: #F2F2E6;
}

.has-button a.et_pb_button {
	display: block!important;
	border: 0 !important;
}

.has-button a.et_pb_button {
    background-color: #3d2622;
}

.has-button a.et_pb_button:hover {
	background-color: #8e5a2a;
  color: #F2F2E6!important;
}

/* -----------------------------------------------------------------------
 * Header Style
 * ----------------------------------------------------------------------- */
#main-header {
	background-color: #fff!important;
  border-bottom: 1px solid #8D6E63;
}

.header-info {
  background-color: #F2F2E6;
}

.header-contact, .header-contact a {
  color: #693D30;
  font-size: 17px;
  font-family: 'Roboto Condensed', sans-serif;
}

.header-info i {
  font-size: 17px;
  position: relative;
  top: 1px;
  left: -2px;
}

.header-info .top-btn, .header-info .top-btn i {
  font-size: 23px;
}

.header-contact {
  text-align: right;
  padding: 10px 0;
}

.header-contact .address {
  display: block;
  margin: 5px 0;
}

/* -----------------------------------------------------------------------
 * Logo Style
 * ----------------------------------------------------------------------- */
.et_header_style_left .logo_container {
  position: absolute;
}

.cn-logo {
  display: inline-block;
  color: #693D30;
  font-family: 'Lobster', cursive;
  font-size: 34px;
	line-height: 1.1em;
  font-weight: 700;
  transition: 0.3s linear; }

.cn-logo:hover, .cn-logo:active, .cn-logo:focus {
	color: #8D6E63;
	-webkit-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-o-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}

/* -----------------------------------------------------------------------
 * Navbar Style
 * ----------------------------------------------------------------------- */
.navigation {
  background-color: #3E2723;
}

nav#top-menu-nav, #et-top-navigation {
  float: none;
}

#et-top-navigation {  
	padding-top: 0px!important;
}

#top-menu > li {
  float: left;
  display: block;
  padding: 0; }

#top-menu > li > a {  
  color: #fff;
  text-transform: uppercase;
  padding: 25px 25px 20px!important;
  font-size: 15px!important;
  border-left: 1px solid #8D6E63;
  transition: 0.3s linear; }
  #top-menu > li > a:hover, #top-menu > li > a:focus {
    background-color: transparent;
    color: #D5B278; }
#top-menu > li.current_page_item  > a, #top-menu > li.current_page_item  > a:hover, #top-menu > li.current_page_item  > a:focus {
  background-color: transparent;
  color: #D5B278; }
#top-menu > li:last-child > a {
  border-right: 1px solid #8D6E63;
}

/* Mobile Navigation */

.mobile_menu_bar::before {
  color: #F2F2E6!important;
}

#main-header .et_mobile_menu {
  background-color: #F2F2E6!important;
}

.et_mobile_menu {
  border: 0!important;
}

#mobile_menu .current_page_item {
  background-color: #fff;
}

#mobile_menu .current_page_item a {
  color: #3E2723;
}

/* Submenu */
#main-header .nav li ul {
	background-color: #3e2723!important;
}

#main-header .nav li ul a {
    color: #fff!important;
    font-size: 16px!important;
    text-transform: none!important;
}

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

/* -----------------------------------------------------------------------
 * Sidebar Style
 * ----------------------------------------------------------------------- */

.et_right_sidebar #sidebar {
    padding: 20px 28px 0;
    margin-bottom: 40px;
    border-radius: 5px;
}

/* -----------------------------------------------------------------------
 * Banner Style
 * ----------------------------------------------------------------------- */
.et_pb_slide {
  padding-top: 70px!important;
  padding-bottom: 0px!important;
}

.et_pb_slide_title {
  font-size: 70px!important;
  font-weight: 700!important;
}


.et_pb_slide_content {
	margin-top: 50px;
 	margin-bottom: 50px;
}

.et_pb_slide_content p a {
	padding: 20px 40px;
}

.scroll-down-btn {
    z-index: 99999;
    position: absolute;
    bottom: 35px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.scroll-down-btn:hover {
    opacity: 0.8;
}

/* -----------------------------------------------------------------------
 * (Home) Services Section Style
 * ----------------------------------------------------------------------- */

.et_pb_column .et_pb_column_1_2  .et_pb_column_7 h3 {
	color:#fff !important;
}
.et_pb_blurb_container h4 {
    font-size: 21px;
}

#section-1 .et_pb_column_1_4 {
	padding: 30px 5px 20px;
	transition: 0.3s linear;
}

#section-1 .et_pb_column_1_4 {
  background: url(https://diazhardwoodflooringca.com/wp-content/themes/Divi-child/img/floor.jpg);
  background-size: cover;
}

#section-1 .et_pb_column_1_4:hover {
	webkit-transform: perspective(600px) rotateY(45deg);
	transform: perspective(600px) rotateY(45deg);
}

/* -----------------------------------------------------------------------
 * Home Testimonial Style
 * ----------------------------------------------------------------------- */
.home-testimonial blockquote {
	border: 0;
	margin-bottom: 0px; /*TODO*/
	padding-bottom: 0px !important;
	padding-left: 0;
}

.home-testimonial-text {
	position: relative;
	z-index: 999;
}

.home-testimonial-text:before {
	position: absolute;
	content: "";
	top: 7px;
	left: -7px;
	width: 100%;
	height: 100%;
	background-color: #f1f1f1;
	z-index: -1;
	border-radius: 5px;
}

.home-testimonial-text:after {
	position: absolute;
	content: "";
	top: 16px;
	left: -14px;
	width: 100%;
	height: 100%;
	background-color: #f1f1f1;
	z-index: -1;
	border-radius: 5px;
}
/***** TESTIMONIALS FORM *****/
blockquote {
	padding-left: 0;
	border: none;
}
.wpcr3_respond_2 input[type="text"] {
    margin: 3px 0;
}
.wpcr3_table_2 td {
    font-size: 1em !important;
}
.wpcr3_leave_text {
	font-size: 1.1em;
}
.wpcr3_leave_text {
    margin-bottom: 20px;
}
@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;
}
.wpcr3_button_1 {
    margin-top: 10px;
}
}
@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%;
}
}

/* -----------------------------------------------------------------------
 * Get a Free Estimate Style
 * ----------------------------------------------------------------------- */
#location h3 {
font-size: 20px;
line-height: 30px;
}
#servcss li {
  margin-bottom: 10px;
}

#servcss {
    list-style-type: none;
    padding: 0;
	font-size:20px;
/* 	font-weight:bold; */
}

#servcss2 {
    list-style-type: none;
    padding: 0;
    font-size:23px;
    font-weight:bold;
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 20px;
    /* box-shadow: 0 0 3px rgba(56, 63, 72, 0.3); */
}
.free-estimate-heading {
text-transform: uppercase;
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 20px;
    margin-left: 10px;
    font-weight: bold;
}

#contactForm input[type=text],
#contactForm input[type=password],
#contactForm input[type=tel],
#contactForm input[type=email],
#contactForm input.text,
#contactForm input.title,
#contactForm textarea,
#contactForm select {
	background-color: #fff;
	border: 1px solid #999999;
	color: #333!important;
	padding: 15px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	margin: 10px 0px!important;
	border-radius: 2px;
	opacity: 0.7;
	transition: 0.3s linear;
	width: 100% !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-color: #3E2723;
	opacity: 1;
}

#contactForm div:nth-child(5) img {float: left; margin-top: 5px;}
#contactForm div:nth-child(5) input {
	float: right;
	width: 50% !important;
	height: 50px;
	margin: 0 !important;
}

#submitter {
    position: relative;
    font-size: 16px;
    padding: 20px 30px;
    font-weight: 700 !important;
    color: #3E2723;
    border-radius: 3px;
    cursor: pointer;
    height: auto !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    background-color: #F2F2E6;
    border: 5px solid #c1c1b8;
    transition: 0.3s linear;
    margin-top: 10px!important;
	width: 100% !important;
}

#submitter:hover {
	border-color: transparent;
}

/* -----------------------------------------------------------------------
 * Footer Style
 * ----------------------------------------------------------------------- */
#main-footer {
    background-color: #F2F2E6!important;
    color: #3E2723!important;
    border-top: 2px solid #3E2723;
    padding-top: 50px;
    padding-bottom: 30px;
}

#main-footer #footer-widgets {
    /* margin-bottom: 30px; */
    /* padding: 3% 0 0; */
}

#main-footer .footer-widget {
	color: #3E2723!important;
}

#main-footer #footer-widgets .footer-widget:nth-child(2) > div {
    width: 100%;
}

#main-footer h4 {
    position: relative;
    color: #3E2723!important;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 35px;
    border-bottom: 1px solid #141418; }

#main-footer h4:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -1px;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #3E2723; }

#main-footer #footer-bottom .container {
    text-align: left;
    font-size: 16px;
    padding-top: 25px;
}
table.openinghours {
    width: 100%;
}
.openinghours tr td:first-child {
    padding-left: 5px!important;
}

.openinghours tr td:last-child {
    text-align: right!important;
    padding-right: 5px!important;
}

#current-day {
    background-color: #3E2723;    
}

#current-day td {
  color: #fff!important;
}

.footer-widget #text-4 .textwidget br,
.footer-widget #text-4 .textwidget strong {
    display: none;
}

.hours th,
.openinghours td {
    text-align: left !important;
    font-size: 12px !important;
    color: #3E2723 !important;
    text-shadow: none !important;
}

#footer-bottom {
    padding: 5px 0 5px;
	background:none !important;
}

#contactForm input,
textarea {
    width: 100% !important;
}

/* -----------------------------------------------------------------------
 * Keyframes Style
 * ----------------------------------------------------------------------- */

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}

@keyframes color-cycle {
    0% {
        color: #3E2723;
    }
    50% {
        color: #8D6E63;
    }
    100% {
        color: #3E2723;
    }
}

.pulsing {
    font-weight: 500;
    animation: color-cycle 1.5s infinite;
    -webkit-animation: color-cycle 1.5s infinite;
    -moz-animation: color-cycle 1.5s infinite;
    -o-animation: color-cycle 1.5s infinite;

}

/* Phone Ring Icon */
.ring {
  display: inline-block;
  -webkit-animation: Ringing 2000ms linear 2000ms infinite;
  animation: Ringing 2000ms linear 2000ms infinite; }

@-webkit-keyframes Ringing {
  0% {
    -webkit-transform: rotate(0deg); }
  4% {
    -webkit-transform: rotate(-45deg);}
  8% {
    -webkit-transform: rotate(0deg); }
  12% {
    -webkit-transform: rotate(-45deg);}
  16% {
    -webkit-transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(-45deg);}
  24% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@keyframes Ringing {
  0% {
    transform: rotate(0deg); }
  4% {
    transform: rotate(-45deg);
    }
  8% {
    transform: rotate(0deg); }
  12% {
    transform: rotate(-45deg);
    }
  16% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(-45deg);
    }
  24% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg); } }


/* -----------------------------------------------------------------------
 * Sidebar Style
 * ----------------------------------------------------------------------- */

.widgettitle {
    position: relative;
    color: #333!important;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee; }

.widgettitle:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -1px;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #3E2723; }



/* -----------------------------------------------------------------------
 * Media Queries Style
 * ----------------------------------------------------------------------- */
@media (max-width: 980px) { 
	#location h3 {
    text-align: center;
}
	.home-testimonial-text:before,
	.home-testimonial-text:after {
		display: none;
	}
  .navigation {
    padding-bottom: 0;
  }

  .cn-logo {
    top: -15px;
  }

  .home-content {
    padding: 30px 20px 20px 20px!important;
  }

  .pull-left {
    float: none!important;
  }
}

@media (max-width: 900px) { 
  .et_pb_slide_title {
    font-size: 40px!important;
    font-weight: 700!important;
  }

  .et_pb_slide_content {
    margin-top: 20px;
  }

  .scroll-down-btn {
      bottom: 30px;
      width: 60px;
  }
}

@media screen and (max-width: 820px) {
  .et_header_style_left .logo_container {
    position: static;
    float: none; 
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .cn-logo {
	  display: inline-block;
    font-size: 30px;
  }

  .header-contact {
    float: none !important;
    text-align: center;
	      padding-top: 20px;
  }
}

@media (max-width: 767px) {
	.header-info .container {
	  	text-align: center;
	}
}

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

@media (max-width: 500px) {  
  .et_header_style_left .logo_container {
    float: none;
    text-align: center;
  }

  .ion-ios-monitor-outline {
    display: none!important;
  }

  .cn-logo:before {
    content: none;
  }

  .et_pb_slide {
    padding-top: 150px!important; 
  }
}

@media (max-width: 400px) {
    .et_pb_slide {
      padding-top: 180px!important; 
    }

   #contactForm div:nth-child(5) img {
    	float: none;
    	width: 100%;
		margin-bottom: 4px;
   	}

	#contactForm div:nth-child(5) input {
		float: none;
		width: 100% !important;
		height: 40px;
		margin: 0 !important;
	}
}

/***** BODY FONT-SIZE *****/
body,
.wpcr3_content p {
    font-size: 17px !important;
}
/***** CENTER SLIDE and text *****/
@media (max-width: 600px) {
	.et_pb_slide_description {
		width: 95% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.et_pb_slides .et_pb_container {
		width: 100%;
	}
}
/***** SET MONARCH SHARE DROPDOWN WIDTH *****/
.et_monarch .et_social_mobile {
    width: 65% !important;
}
/***** FIX DROPDOWN ARROW POSITION *****/
.menu-item-has-children>a:after {
	right: 5px !important;
}
/***** FIX DROPDOWN *****/
#top-menu .sub-menu {
    padding: 0 !important;
    width: unset !important;
    border-top: 3px solid #ddd !important;
}
#top-menu .sub-menu li {
	border-left: 0 !important;
	padding: 0 !important;
}
#top-menu .sub-menu li a {
    line-height: 2em;
}
.et_mobile_menu .sub-menu {
    border: none !important;
}
/***** CENTER TEXT ON MOBILE *****/
@media (max-width: 980px) {
	.home #services .et_pb_text_inner {
    text-align: center;
}
	.et_pb_text {
    text-align: center!important;
}
	.free-estimate-heading {
		padding:0;
		text-align: center;
	}
.et_pb_blurb_container {
    text-align: center !important;
}
	#section-1 .et_pb_column_1_4 h4:before {
    width: 100%;
}
}
#servcss {
    padding: 0;
    list-style: none;
}

#servcss2 {
    padding: 0;
    list-style: none;
}
/***** FOOTER, widgets *****/
@media (max-width: 980px) {
	#main-footer h4 {
    text-align: center;
}
	.widgettitle:before,
	#main-footer h4:before {
    width: 100%;
}
	.et_pb_widget {
    text-align: center;
}
	footer .et_pb_widget {
		float: none;
	}
}
	#main-footer .container {
    width: 93%;
}
/***** MENU FIXES ******/
@media (min-width:821px) {
	body:not(.image-logo) .logo_container {
		display: table;
		height: 102px;
		max-width: 63%;
	}
	.cn-logo {
		display: table-cell;
		vertical-align: middle;
}
	body:not(.image-logo) .et_header_style_left .logo_container {
	width: max-content;
}
}
@media (min-width:981px) {
nav#top-menu-nav,
#et-top-navigation {
    float: none;
    text-align: center;
}
ul#top-menu {
    float: none !important;
    display: inline-block;
}
}
	.mobile_nav .select_page {
    display: inline-block;
    color: white;
    float: left;
		line-height:56px;
}
	#et_mobile_nav_menu {
		width: 100%;
}
.mobile_menu_bar:before {
    right: 0 !important;
    left: unset !important;
    position: absolute;
    line-height: 56px;
}
ul#mobile_menu {
    top: 100%;
	text-align: center;
}
/****** MORE ******/
#servcss svg {
    display: none;
}
@media (max-width:980px) {
	ul#servcss {
/*     padding-left: 0; */
    text-align: center;
}
	.header-contact, .header-contact a {
    display: block;
		font-size: 17px !important
}
}

/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
		width: 100%;
}
.mobile_menu_bar_toggle {
    height: 56px;
    width: 100%;
    position: absolute;
	left: 0;
}
.mobile_menu_bar:before {
	right: 5px !important;
    left: unset !important;
    position: absolute;
}
ul#mobile_menu {
    top: 100%;
}

/*****************************************
 ********   IF LOGO IS IMAGE     *********
 *****************************************/
@media ( min-width: 981px ) {
	.image-logo #logo {
    	position: absolute;
    	left: 0;
	}
	.image-logo .header-info .container {
    	width: 100% !important;
    	max-width: 1350px;
		padding-left: 0;
    	padding-right: 10px;
		height: 120px;
		transition: all .3s;
	}
	.image-logo .et-fixed-header .header-info .container {
		height: 105px;
	}
	.image-logo #top-menu > li > a {
		transition: all .3s !important;
	}
	.image-logo .et-fixed-header #top-menu > li > a {
    	padding-top: 13px !important;
    	padding-bottom: 13px !important;
	}
}

@media ( max-width: 980px ) {
	.image-logo .logo_container {
		width: fit-content;
    	margin: 0 auto;
		height: 100% !important;
	}
	.image-logo .logo_container,
	.image-logo #logo {
    	max-height: 120px !important;
		max-width: 100%;
		padding: 5px 0;
}
}

	.image-logo #et-top-navigation {
    	padding: 0 !important;
	}

/*
SIDEBAR FULL-WIDTH WIDGETS ON MOBILE
SIDEBAR LIST ADD BULLET
SIDEBAR TITLE FONT-SIZE
*/

h4.widgettitle {
    font-size: 1.2em;
}
.et_pb_widget svg {
    display: none;
}
@media (min-width: 981px) {
	.et_pb_widget li {
    /* list-style: disc inside; */
 }
}
@media (max-width: 980px) {
	.et_pb_column .et_pb_widget:nth-child(n) {
    	width: 100% !important;
    	max-width: 100% !important;
    	margin-right: 0 !important;
    	margin-left: 0 !important;
	}
	
	#left-area .post-meta {
		text-align: justify;
	}
}

/***************************
FORMAT LISTS IN CONTENT ONLY
***************************/
article div:not(.et_pb_widget_area) ul:not(#servcss) li,
article div:not(.et_pb_widget_area) ol li {
    margin-bottom: 1em;
}

#left-area ul,
.entry-content ul,
.comment-content ul,
body.et-pb-preview #main-content .container ul,
#left-area ol,
.entry-content ol,
.comment-content ol,
body.et-pb-preview #main-content .container ol {
    padding-bottom: 0;
}

/***********
FOOTER FIXES
***********/
.fwidget {
    width: 100%;
}
#social-icons {
    text-align: inherit;
}
.footer-widget li:before {
    border-color: #3e2723!important;
    margin-top: 3px;
}
#footer-widgets .footer-widget li a {
    color: #3e2723!important;
    text-decoration: none;
}
@media (max-width:980px) {
.et_pb_widget {
    text-align: center;
}
.paymentType {
    display: inline-block;
    float: none;
}
}

#social-icons .social-icon {
    filter: drop-shadow(0 1px 1px rgba(0,0,0,.75));
}

#top-menu li a {
text-transform: uppercase !important;
}

#mobile_menu li a {
text-transform: capitalize !important;
}
.image-logo .logo_container a {
display: inline-block;
}

@media (min-width: 981px) {
.image-logo #main-header .logo_container {
position: static;
width: auto;
float: left;
height: auto !important;
}
}

.et_header_style_centered #logo {
position: static;
	padding-top: 0px !important;
}

@media screen and (max-width: 981px) and (min-width: 767px) {
.footer-widget:nth-child(n) {
width: 100% !important;
}
#footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget {
margin-bottom: 5% !important;
}
#footer-widgets .footer-widget .fwidget {
margin-bottom: 5%;
}
.openinghours {}	
.hours, .openinghours {width: 65% !important;margin: 0 auto !important;}
}


#top-menu li.current-menu-ancestor>a {
	    color: #fff!important;
}

#top-menu li.current-menu-item>a {
	    background: #3e2723;
}
.et_pb_post {
  text-align:justify;
}
.et_pb_slider .et_pb_slide_0 {
    background-position: top center !important;
}
@media screen and (max-width:600px) {
	.et_pb_slider .et_pb_slide_0 {
    background-position: 20% 100% !important;
}
}

/* add buttons*/
.booking-button-switch {
	display:none;
}
    .slider-button {
        margin-top:80px;
        margin-bottom:100px;
  }

.button-quote-header {
    text-align: center;
    padding: 10px 0;
    background: #3E2723; /*TODO*/
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #fff;
    font-weight: bold !important;
    text-transform: uppercase;
    text-shadow: none;
    color: #000;
    padding: 12px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 0px;
}
.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: #3E2723; /*TODO*/
    color: #d5933e !important;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 0px solid #d5933e; /* TODO */
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: capitalize;
    width: 230px;
}

.floating-estimate-btn:hover {
    /* TODO if is needed */
}

#main-footer .listing-rev-btn {
    display: flex;
    align-items: center;
    position: fixed;
    padding: 10px 15px 10px 15px;
    border: 0px solid #e7d401; /* TODO */
    border-left: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    bottom: 0px;
    background: #3E2723; /*TODO*/
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    justify-content: center;
    width: 230px;
    z-index: 9999;
    font-weight:bold;
}

#main-footer .listing-rev-btn:hover {
    /* TODO if is needed */
}

#main-footer .listing-rev-btn img {
  display:none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #d5933e;
    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;
}
}

/* BADGES SECTION STYLE */

.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.badge-holder {
    background: url(https://diazhardwoodflooringca.com/wp-content/uploads/2025/02/badge-background.webp);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 160px;
    padding: 15px 5px 22px 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
    border: 2px solid #f2f2e6;
    background-repeat: no-repeat;
    background-size: 160px;
    height: 160px;
    box-shadow: inset 0 0 10px #00000087;
}

.badge-holder:hover {
	box-shadow: 0px 0px 8px 0px #fcfffc99;
}

p.badge-content {
    color: #fff;
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    font-size: 15px;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-holder img {
    width: 50%;
    padding-bottom: 23px;
}

.badge-title {
    /* background: #f2f2e6; */
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-weight: bold;
}

.badge-title span {
    font-size: 15px;
}

/* SERVICES BOX */
.srvBlock {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin: 0 auto;
	margin-bottom: 20px;
}
/*content bakground*/
.srvElement {
    width: 32%;
    float: left;
    padding: 0px;
    background-color: #3E2723;
}

.srvElementFullWidth {
    width: 100%;
    background-color: #3E2723;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.srvElementHeader {
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #F2F2E6;
}
/*h3 background*/
.srvElementHeader h3 {
    color: #3E2723;
    font-size: 120%;
    padding: 0px;
    font-weight: bold;
}

.srvElementContent {
    text-align: justify;
    color: #fff;
    padding: 10px;
}
.srvElementFullWidth .srvElementHeader {
    width: 100%;
}

.srvElementFullWidth .srvElementBody {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.srvElementFullWidth .srvElementImg {
    width: 30%;
}
.srvElementFullWidth .srvElementContent {
    width: 70%;
    padding-left: 20px;
}
/*h3 background hover*/
.srvElementHeader:hover {
    background-color: #3E2723;
    color: #b86923;
}
.srvElementHeader:hover h3{
    color: #b86923;
}

@media only screen and (max-width: 981px) {
    .srvBlock {
        display: block;
        height: 100%;
        padding: 0px;
        margin-bottom: 0px;
    }
    .srvElement {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
}
.srvElementFullWidth {
    display: inline-block;
}

.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
    }

.srvElementFullWidth .srvElementBody {
    display: block;
}

.srvElementFullWidth .srvElementImg {
    width: 100%;
}

.srvElementFullWidth .srvElementContent {
    width: 100%;
    padding: 5px;
}

.srvElementBody {
    padding: 10px;
}
}
/* END SERVICES BOX */

h1.title-header {
    text-shadow: 4px 5px 20px black;
}

h2 {
    color: #9f7a3e !important;
}

.home #servcss li:before {
    content: "\f00c";
    left: 0;
    top: 2px;
    font-family: 'FontAwesome';
    color: #fff;
}

.pg_ttl{
	color:#ede8b0!important;
	font-weight:700;
	font-size:50px;
	text-shadow:0.08em 0.08em 0em rgba(0,0,0,0.78)!important;
}

/* gallery images */
@media only screen and (min-width: 768px) {
  .et_pb_gallery_grid .et_pb_gallery_image {
    padding-top: 100%;
    display: block;
  }
}
@media only screen and (min-width: 480px) {
  .et_pb_gallery_grid .et_pb_gallery_image {
    padding-top: 100%;
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .et_pb_gallery_grid .et_pb_gallery_image {
    padding-top: 100%;
    display: block;
  }
}
.et_pb_gallery_grid .et_pb_gallery_item img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
