/*
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
*/

/* -----------------------------------------------------------------------
 * Base Style
 * ----------------------------------------------------------------------- */
 body {
	color: #2D2D2D;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 24px;
  }
  h1,h2,h3,h4,h5,h6 {
  font-family: 'Roboto', sans-serif;
  }
  
  body, p{
	font-size: 17px;
  }
  h1 {
	font-weight: bold;
  }
  
  blockquote {
	border: 0;
	padding-left: 0;
  }
  
  .wpcr3_item_name a {
	color: #F30213!important;
	text-decoration: underline;
  }
  #servcss {
	list-style-type: none;
	padding: 0;
  }
  #servcss li {
	font-weight: bold;
	  margin-bottom: 0.3em;
	position:relative;
  }
  .home ul#servcss {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
  }
  .home #servcss li {
	  position: relative;
	  font-weight: bold;
	  margin: 10px 15px;
	  padding: 0px 10px;
	  display: inline-block;
	  color: #000;
  }
  .home #servcss li:before {
	  position: relative;
	  padding-right: 10px;
	  content: "\f00c";
	  left: 0px;
	  top: 0px;
	  font-family: 'FontAwesome';
	  color: #F30213;
  }
  /* Social Icons */
  #social-icons {
	text-align: left;
  }
  
  /* -----------------------------------------------------------------------
   * Header Style
   * ----------------------------------------------------------------------- */
  /* Top header */
  #main-header {
	background-color:#fff;
  box-shadow: 0 0px 0 rgba(0,0,0,.1);
  }
  header > .et_menu_container {
	  max-width: 100% !important;
	  padding-right: 0px !important;
	  padding-left: 0px !important;
  }
  #main-header,
  #main-header.et-fixed-header {
	filter:drop-shadow(0 0 3px rgba(0, 0, 0, 0.25)) !important;
  }
  
  #main-header .fa {
	  position: relative;
	  top: 0px;
	  color: #F30213;
	  font-size: 20px;
	  transition: 0.3s;
	  margin-right: 10px;
  }
  /* Logo */
  
  .et-fixed-header .logo_container, .logo_container {
	padding: 0;
  }
  
  .text-logo {
	position: relative;
	display: inline-block;
	color: #232629; 
	font-family: 'Roboto', sans-serif;
	font-size: 26px !important;
	font-weight: bold;
	line-height: 32px;  
	text-transform: uppercase; 
	transition: 0.3s;
  }
  
  
  /* Navigation */
  #et-top-navigation {
	  background-color: #fff;
  }
  #top-menu li {
	  padding-right: 0px;
	  /* margin-right: -8px; */
	  float: left;
  }
  #top-menu li a {
	  font-family: 'Roboto', sans-serif;
	  font-weight:400 !important;
	  font-size: 15px !important;
	  padding: 25px 15px 25px!important;
	  transition: 0.4s ease-in-out;
  }
  #top-menu li a:hover {
	color: #0D0D0D!important;
	opacity: 1!important;
  }
  .et-fixed-header #top-menu li a:hover {
   color: #F30213!important;  
  }
  #top-menu li.current-menu-ancestor>a, .home #top-menu li.current-menu-item>a, .home #top-menu li.current_page_item>a {
   color: #F30213!important;
  }
  
  /* mobile */
  .mobile_menu_bar::before, .select_page {
	color: #000!important;
  }
  
  #et_mobile_nav_menu, .et_header_style_centered #main-header .mobile_nav {
	background-color: #FFFFFF!important;
  }
  
  .et_mobile_menu {
	padding: 2% 5%;
  }
  
  #mobile_menu {
	background-color: #0D0D0D!important;
	text-align: center;
  }
  
  .et_mobile_menu li a {
	color: #fff;
  }
  
  .et_monarch .et_social_mobile {
	  width: 100%!important;
  }
  /* -----------------------------------------------------------------------
   * Sidebar Style
   * ----------------------------------------------------------------------- */
  .widgettitle {
	position: relative;
	color: #000!important;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee; 
  }
  
  .widgettitle:before {
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 3px;
	background-color: #F30213; 
  }
  
  #sidebar {
	color: #525252;
  }
  
  #sidebar .textwidget br:nth-child(4), #sidebar .textwidget br:nth-child(5) {
	display: none;
  }
  
  #sidebar #servcss li {
	position: relative;
  /*   padding-left: 25px; */
	transition: 0.4s ease-in-out;
  }
  #servcss svg {
	display: none;
  }
  
  
  /* -----------------------------------------------------------------------
   * Testimonial
   * ----------------------------------------------------------------------- */
  .heading p {
	  position: relative;
	  font-family: 'Roboto', sans-serif;
	  color: #fff !important;
	  font-size: 40px;
	  font-weight: bold;
	  line-height: normal;
	  
  }
  
  .home-testimonial blockquote {
	border: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-bottom: 0 !important;
  }
  
  .home-testimonial div.wpcr3_review div.wpcr3_review_title, 
  .home-testimonial div.wpcr3_review div.wpcr3_review_ratingValue,
  .home-testimonial div.wpcr3_review div.wpcr3_review_datePublished,
  .home-testimonial div.wpcr3_review div.wpcr3_review_author {
	  display: none!important;
  }
  
  .home-testimonial .wpcr3_item_name a {
	color: #fff!important;
  }
  
  
  .btn-testimonials a {
	  -webkit-transition: .5s ease;
	  -o-transition: .5s ease;
	  transition: .5s ease;
	  margin: 0;
	  position: relative;
	  display: inline-block;
	  font-size: 16px;
	  line-height: 24px;
	  color: #fff;
	  padding: 16px 14px;
	  padding-left: 65px;
	  font-weight: 600;
	  border-radius: 3px;
	  overflow: hidden;
	  text-transform: uppercase;
	  background: #F30213;
	  border: 2px solid transparent;
  }
  .btn-testimonials a:before {
	  position: absolute;
	  left: 0;
	  top: -5px;
	  height: 66px;
	  width: 48px;
	  content: "";
	  background-color: #000;
	  transition: .5s;
	  opacity: .1;
	  border-top-right-radius: 33px;
	  border-bottom-right-radius: 33px;
  }
  .btn-testimonials a:after {
	  font-family: 'FontAwesome';
	  content: "\f061";
	  position: absolute;
	  left: 16px;
	  top: 14px;
	  line-height: 25px;
	  font-size: 17px;
	  color: #fff;
  }
  .btn-testimonials a:hover:before{
	  width: 100%;
	  border-radius: 0;
  }
  /***** TESTIMONIALS FORM *****/
  .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-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 27px;
  }
  
  .free-estimate-heading {
	  position: relative;
	  color: #fff!important;
	  font-family: 'Roboto', sans-serif;
	  font-weight: bold;
	  font-size: 40px;
	  line-height: normal;
	  text-transform: capitalize;
	  margin-bottom: 10px;
	  padding-bottom: 0px;
  }
  
  textarea {
	resize: none;
  }
  
  #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 {
  border: 0px solid #F30213;
	  background: #fff;
	  color: #000!important;
	  padding: 10px 10px;
	  font-family: 'Roboto', sans-serif;
	  font-size: 14px;
	  font-weight: 600;
	  line-height: 1.42857143;
	  margin: 10px 0px!important;
	  border-radius:3px;
	  transition: 0.3s linear;
	  width: 100% !important;
  }
  body:not(.home) #contactForm input[type=text],
  body:not(.home) #contactForm input[type=password],
  body:not(.home) #contactForm input[type=tel],
  body:not(.home) #contactForm input[type=email],
  body:not(.home) #contactForm input.text,
  body:not(.home) #contactForm input.title,
  body:not(.home) #contactForm textarea,
  body:not(.home) #contactForm select {
  border: 2px solid #0D0D0D;
  }
  
  #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: #000!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 {
	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 {
	font-size: 16px;
	padding: 20px 26px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600 !important;
	color: #fff;
	cursor: pointer;
	height: auto !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius:3px;
	background-color: #F30213;
	border-radius: 3px;
	border:0px solid #fff;
	margin-top: 20px!important;
	overflow: hidden;
	transition: 0.3s;
	width: 100% !important;
  }
  
  #submitter:hover {
	background-color: #F30213;
  }
  
  /* -----------------------------------------------------------------------
   * Footer Style
   * ----------------------------------------------------------------------- */
  #main-footer {
	background-color: #0D0D0D;
	padding-top: 30px;
  }
  
  #main-footer #footer-widgets {
	  margin-bottom: 30px;    
	  padding: 3% 0 0;
  }
  
  #main-footer .footer-widget {
	color: #fff!important;
	  font-family: 'Roboto', sans-serif;
  }
  
  #main-footer .footer-widget strong {
	color: #F30213!important;
  }
  
  #main-footer .footer-widget .et_pb_widget { 
	float: none;
  }
  
  #main-footer #footer-widgets .footer-widget:nth-child(2) > div {
	  width: 100%;
  }
  
  #main-footer h4 {
	position: relative;
	color: #fff!important;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	padding-bottom: 13px;
	margin-bottom: 17px;
  }
  
  #main-footer h4:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: #F30213;
	border-radius:10em;
  }
  
  .hours th,
  .openinghours td {
	text-align: left !important;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400!important;
	text-shadow: none !important;
  }
  
  .openinghours td, .hours th {
	color: #fff!important;
  }
  
  .openinghours tr td:last-child {
	text-align: right!important;
  }
  
  #current-day {
	  background-color: transparent;
  }
  
  #current-day td {
	color: #F30213!important;
	font-weight: 600!important;
  }
  
  #text-7 .textwidget br,
  #text-7 .textwidget strong {
	  display: none;
  }
  
  #footer-bottom {
	background-color: transparent!important;
	color: white;
  }
  
  #footer-bottom .container {  
	border-top: 3px solid rgba(255,255,255,0.1);
	padding: 25px 0;
  }
  #footer-widgets .footer-widget li {
	  padding-left: 0px;
	  list-style: none;
  }
  #footer-widgets .footer-widget li:before {
	display:none;
  }
  
  
  
  /* -----------------------------------------------------------------------
   * Media Queries Style
   * ----------------------------------------------------------------------- */
  @media (max-width: 980px) { 
  
  
  .home ul#servcss {
	  text-align: center;
  }
	.et_header_style_centered #main-header {
	  padding: 0px 0 0;
	 
	}
	
	.text-logo {
	  width:unset;
	}
	.logo_container {
	  position: static;
	  text-align: center;
	}
  
	/*.text-logo {
	  margin-bottom: 15px;
	}*/
  
	#mobile_menu {
	  top: 33px;
	  border-top: 0;
	}
	.home-testimonial .wpcr3_item_name a, .home-testimonial .heading, .home-testimonial .et_pb_text {
	  text-align: center;
	}
	
  }
  
  @media (max-width: 650px) { 
	.et_monarch .et_social_mobile {
		width: 50% !important;
	}
  }
  
  @media (max-width: 500px) { 
	#contactForm div:nth-child(5) img {
	  float: none;
	  display: block;
	  margin: 0 auto 10px;
	  width: 50%;
	}
  
	.text-logo{
	  font-size: 24px;
	}
	
	#contactForm div:nth-child(5) input {
	  float: none;
	  width: 100% !important;
	}
  }
  
  .wpcr3_content p {
	  font-size: 18px !important;
  }
  /***** CENTER SLIDE DESCRIPTION/BUTTON *****/
  @media screen and (max-width:600px) {
  .et_pb_slide_description{
	width: 100% !important;
  }
  }
  /***** SET MONARCH SHARE DROPDOWN WIDTH *****/
  .et_monarch .et_social_mobile {
	  width: 65% !important;
  }
  /***** FIX DROPDOWN ARROW POSITION *****/
  .menu-item-has-children>a:after {
	  top: unset !important;
	  right: 3px !important;
  }
  /***** FIX DROPDOWN *****/
  .sub-menu {
	  padding: 0 !important;
	  width: unset !important;
	  border-top: 3px solid #ddd !important;
  }
  .sub-menu li {
	  padding: 0 !important;
	  line-height: 1.2em !important;
  }
  .sub-menu li a {
	  border-left: 0 !important;
  }
  .et_mobile_menu .sub-menu {
	  border: none !important;
  }
  /***** FIX MENU SIZING *****/
  @media (min-width: 981px) {
  
  span.logo_helper {
	  display: none;
  }
  a.text-logo {
	line-height: 1em;
	display: table-cell;
	  vertical-align: middle;
  }
  }
  /***** MORE *****/
  @media (max-width: 980px) {
	.et_pb_text,
	.et_pb_widget,
	.module-titles {
	  text-align: center;
	}
	.contact-info.pull-right * {
	  padding: 0 !important;
  }
  }
  /***** FOOTER, widgets , h1.entry-title *****/
  @media (max-width: 980px) {
	#main-footer h4 {
	  text-align: center;
  }
	.widgettitle:before,
	#main-footer h4:before {
	  width: 100%;
  }
	body:not(.home) h1.entry-title {
	  text-align: center;
	  font-size: 24px;
	  border-bottom: 1px solid #ccc;
  }
	.et_pb_widget {
	  text-align: center;
  }
	footer .et_pb_widget {
	  float: none;
	}
  }
	#main-footer .container {
	  width: 93%;
  }
  .payments strong, .payments br {
	  display: none;
  }
  
  
  /* Full-width clickable mobile menu */
  #et_mobile_nav_menu {
	  width: 100%;
  }
  .mobile_menu_bar_toggle {
	  height: 100%;
	  width: 100%;
	  right: 0 !important;
	  top: 0 !important;
  }
  .mobile_menu_bar:before {
	right: 5px !important;
	  left: unset !important;
	  position: absolute;
	  top: -25px;
  }
  ul#mobile_menu {
	  top: 100%;
  }
  #et-top-navigation > .container.clearfix.et_menu_container {
	  width:85%;
	  padding-right:0px;
  }
  
  @media ( max-width: 980px ) {
	.image-logo .logo_container {
	  width: fit-content;
		margin: 0 auto 20px;
	  height: 100% !important;
	}
	.image-logo .logo_container,
	.image-logo #logo {
		max-height: 120px !important;
	  max-width: 100%;
  }
  }
  
  
  /*
  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;
	}
  }
  
  /***************************
  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;
  }
  
  @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));
  }
  
  
  @media (max-width: 767px) {
  .hours, .openinghours {
	  width: 100%;
	  text-align: center;
  }
  }
  
  
  #top-menu li a {
  text-transform: capitalize !important;
  }
  
  #mobile_menu li a {
  text-transform: capitalize !important;
  }
  .hours p{
	  font-size:11px!important;
  }
  .ui-dialog{
	  background: #444444 !important;
	  z-index: 9 !important;
  }
  
  .ui-widget-header{
		  background:#fff !important;
	  font-weight: 600;
	  text-transform: uppercase;
	  text-shadow: none;
	  text-align: center;
	  margin: 0 auto;border: 0px !important;
	  border-radius: 0px !important;
	  color:#000;
  }
  .ui-dialog .ui-dialog-title{
	  float: none !important;
  }
  .ui-dialog .ui-dialog-content{
	  min-height: 215px !important;
  }
  .ui-icon-closethick{
  color:#fff;
  }
  
  
  .ui-dialog {
	  background: #0D0D0D!important;
	  z-index: 9!important;
	  border: none !important;
	  border-radius: 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 {
  margin: none;
  }
  .hours, .openinghours {
  width: 65%;
  margin: 0 auto !important;
  }
  }
  .top-header {
	  width: 100%;
	  padding:10px 0;
	  background: #0D0D0D;	
  }
  .top-header-inner {
	  display: flex;
	  align-items:center;
	  justify-content:center;	
  }
  .top-header-container, .container_nav {
	   width: 80%;
	  max-width:1350px;
	  margin: auto;
	  position: relative;
  }
  .et_header_style_centered #logo {
	  max-height: 120px !important;
  }
  .top-header-info {
	  display: flex;
  }
  .box-h-all {
	  display:flex;
	  align-items:center;
  }
  .top-header-phone {
	  margin-left:15px;
  }
  .top-header-get-button {
	  margin-right:15px;
  }
  .info {
	  text-align: left;
  }
  .info p {
	  font-weight: bold;
	  padding-bottom: 5px !important;
	  
  }
  .info a, .info span {
	  font-weight: 400;
	  color: #fff !important;
	  font-size:14px;
  }
  
  .container_nav {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  padding:10px 0px !Important;
  }
  .logo_container {
	  display: table;
	  padding: 0 !important;
	  height: auto !important;
	  text-align: center;
  }
  .et_pb_slider .et_pb_slide_0 {
	  padding:50px 0;
	  background-position: center !important;
  }
  .slider-title h1 {
	  font-size: 50px;
	  font-weight: bold;
	  line-height: normal;
	  text-transform: uppercase;
	  font-family: 'Roboto', sans-serif;
  }
  .slider-buttons {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin-top: 30px;
  }
  .slider-button a {
	  -webkit-transition: .5s ease;
	  -o-transition: .5s ease;
	  transition: .5s ease;
	  margin: 0 10px;
	  position: relative;
	  display: inline-block;
	  font-size: 16px;
	  line-height: 24px;
	  color: #fff;
	  padding: 16px 26px;
	  padding-left: 65px;
	  font-weight: 600;
	  border-radius: 3px;
	  overflow: hidden;
	  text-transform: uppercase;
	  width:290px;
	  background:#F30213;	
  }
  .slider-button a:before {
	  position: absolute;
	  left: 0;
	  top: -5px;
	  height: 66px;
	  width: 48px;
	  content: "";
	  background-color: #000;
	  transition: .5s;
	  opacity: .1;
	  border-top-right-radius: 33px;
	  border-bottom-right-radius: 33px;
  }
  
  .slider-button a:after {
	  font-family: 'FontAwesome';
	  content: "\f095";
	  position: absolute;
	  left: 16px;
	  top: 14px;
	  line-height: 25px;
	  font-size: 17px;
	  color: #fff;
  }
  .slider-button a:after {
	  content: "\f095";
  }


.gallery-button a:after {content:'\f03e';}
  
  .slider-button a:hover:before {
	  width: 100%;
	  border-radius: 0;
  }
  .first-section-content {
	  padding-top:0px !important;
  }
  .first-section-content, .first-section-content .et_pb_row {
  padding-bottom:0px !important;
  }
  .first-row-content {
	  display:flex;
	  align-items:center;
	  padding-top:0px !Important;
  }
  .first-image {
	  position: relative;
	  z-index: 11;
	  overflow: hidden;
  }
  .first-image:before {
	  position: absolute;
	  content: "";
	  left: 50%;
	  bottom: -50%;
	  width: calc(100% - 40px);
	  height: 530px;
	  background: -moz-linear-gradient(to right, #F30213 0%, #0D0D0D 100%);
	  background: -webkit-linear-gradient(to right, #F30213 0%, #0D0D0D 100%);
	  background: -ms-linear-gradient(to right, #F30213 0%, #0D0D0D 100%);
	  background: linear-gradient(to right, #F30213 0%, #0D0D0D 100%);
	  -webkit-transform: translateX(-50%);
	  -moz-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
	  transform: translateX(-50%);
	  -webkit-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
	  -moz-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
	  border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
	  z-index: -1;
	  animation: round 2s linear infinite alternate;
  }
  @-webkit-keyframes round {
	0% {
	  -webkit-border-radius: 23% 77% 50% 50%/50% 50% 50% 50%;
	  -moz-border-radius: 23% 77% 50% 50%/50% 50% 50% 50%;
	  border-radius: 23% 77% 50% 50%/50% 50% 50% 50%;
	}
	100% {
	  -webkit-border-radius: 76% 24% 50% 50%/50% 50% 50% 50%;
	  -moz-border-radius: 76% 24% 50% 50%/50% 50% 50% 50%;
	  border-radius: 76% 24% 50% 50%/50% 50% 50% 50%;
	}
  }
  @keyframes round {
	0% {
	  -webkit-border-radius: 23% 77% 50% 50%/50% 50% 50% 50%;
	  -moz-border-radius: 23% 77% 50% 50%/50% 50% 50% 50%;
	  border-radius: 23% 77% 50% 50%/50% 50% 50% 50%;
	}
	100% {
	  -webkit-border-radius: 76% 24% 50% 50%/50% 50% 50% 50%;
	  -moz-border-radius: 76% 24% 50% 50%/50% 50% 50% 50%;
	  border-radius: 76% 24% 50% 50%/50% 50% 50% 50%;
	}
  }
  .module-icon {
	  margin-bottom:0px !important;
  }
  h1.entry-title {
	  font-family: 'Roboto', sans-serif;
  }
  .home h2.entry-title {
	  font-family: 'Roboto', sans-serif;
	  font-size: 40px !important;
	  line-height: normal;
	  font-weight: bold !important;
	  text-align: left;
	  color: #000;
	  padding-bottom: 0px;
  }
  
  .row-nap {
	  background:#fff;
	  display: flex;
	  padding: 0px !Important;
	  margin-top: -150px;
	  z-index: 2;
  }
  .col-nap {
		  padding: 40px 20px 40px;
  }
  .col-nap {
	  width:33% !important;
  }
  .col-nap-c {
	  width:35% !important;
  }
  .col-nap:before {
	  position: absolute;
	  content: "";
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  height: 4px;
	  background: -moz-linear-gradient(to right, #F30213 0%, #F30213 100%);
	  background: -webkit-linear-gradient(to right, #F30213 0%, #F30213 100%);
	  background: -ms-linear-gradient(to right, #F30213 0%, #F30213 100%);
	  background: linear-gradient(to right, #F30213 0%, #F30213 100%);
	  z-index: -1;
	  -webkit-transition: all 0.5s ease-out 0s;
	  -moz-transition: all 0.5s ease-out 0s;
	  -ms-transition: all 0.5s ease-out 0s;
	  -o-transition: all 0.5s ease-out 0s;
	  transition: all 0.5s ease-out 0s;
	  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .col-nap:hover:before {
	  height:100%;
	  background: -moz-linear-gradient(to right, #F30213 0%, #0D0D0D 100%);
	  background: -webkit-linear-gradient(to right, #F30213 0%, #0D0D0D 100%);
	  background: -ms-linear-gradient(to right, #F30213 0%, #0D0D0D 100%);
	  background: linear-gradient(to right, #F30213 0%, #0D0D0D 100%);
  }
  .nap-box-img {
  position: absolute;
	  right: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  -moz-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
  }
  .nap-box {
	  position: relative;
	  text-align: center;
	  border-radius: 30px;
	  overflow: hidden;
	  z-index: 1;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
  }
  
  .nap-box-icon .fa {
	  margin-bottom: 0px;
	  padding: 10px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  line-height: 48px;
	  font-size: 55px;
	  color:#0D0D0D;
  }
  .col-nap:hover .nap-box-icon .fa, .col-nap:hover .nap-box-title h3 {
	  color: #fff;
  }
  .nap-box-title {
	  margin:10px 0;
  }
  .nap-box-title h3 {
	  color:#0D0D0D;
	  text-align: center;
	  font-weight: bold;
	  line-height: normal;
	  font-size: 25px;
	  font-family: 'Roboto', sans-serif;
	  padding-bottom: 0px;
  }
  
  /* services box */
  .title-service {
	  color: #fff;
	  line-height: normal;
	  font-size: 30px;
	  font-weight: bold;
	  font-family: 'Roboto', sans-serif;
	  text-align: center;
	  margin-bottom: 50px !important;
  }
  .row-services {
	  display: flex;
	  padding-bottom: 30px !important;
	 }
  .row-services:last-child {
	  padding-bottom: 0px !important;
  }
  .col-services {
  position: relative;
  display: block;
  padding: 0px 30px 30px;
  margin-top: 30px;
  margin-bottom:65px;
  border:2px solid rgba(255,255,255,0.1);
  }
  
  .col-services:before {
	  position: absolute;
	  content: '';
	  background: rgba(255,255,255,0.1);
	  width: 100%;
	  height: 0%;
	  left: 0px;
	  right: 0px;
	  bottom: 0px;
	  transition: all 500ms ease;
  }
  .col-services:hover:before {
	  height:100%;
  }
  .services-box-img {
	  text-align:center;
	  position: relative;
	  overflow: hidden;
	  display:block;
	  margin-top: -70px;
  }
  .services-box-img img {
	  width: 100%;
	  transition: all 500ms ease;
  }
  .col-services:hover .services-box-img img {
	  -webkit-transform: scale(1.05);
	  transform: scale(1.05);
  }
  
  .service-box-title {
	  display:flex;
	  align-items:center;
	  justify-content:center;
	  min-height:90px;
	  transition: 0.3s ease-in-out;
  }
  .service-box-title h2 {
	  color: #fff;
	  font-weight: bold;
	  text-align: center;
	  padding-bottom: 0px;
	  font-size: 25px;
  }
  .col-services:hover .service-box-title h2 {
	  color:#F30213;
  }
  .services-box-content p {
	  color:#a6a6b3;
  }
  .col-services:hover .services-box-content p {
		  color:#fff;
  }
  /* end services box */
  .section-last-content {
	  padding-bottom:130px !important;
  }
  .contact-form-section {
  background-size: cover;
  }
  
  .contact-form-section:before {
	  position: absolute;
	  content: '';
	  left: 50%;
	  top: 0;
	  bottom: 0;
	  width: 1px;
	  background: #F3021373;
  }
  .contact-form-section:after {
	  content: 'Roofing';
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%) rotate(-90deg);
	  color: #fff;
	  font-weight: bold;
	  background-color: #F30213;
	  padding: 7px 15px 10px;
	  font-size: 18px;
	  letter-spacing: 5px;
	  border-radius: 3px;
  }
  #contact {
	  padding:0px;
  }
  .col-left-testimonials {
  padding-right:50px;	
  }
  .module-testimonials-descrp {
	  background: #fff;
	  padding: 25px 15px 1px 15px;
  }
  .col-right-contact-form {
	  padding-left:50px;
  }
  .home div.wpcr3_dotline {
  border-bottom: 0px dotted #ccc !important;
  }
  .home div.wpcr3_review blockquote.wpcr3_content {
	  padding-bottom:0px;
	  margin-bottom:0px !Important;
  }
  
  .service-line-one {
	  border-radius:3px;
	  margin:0 auto 5px;
	  width:300px;
	  height: 5px;
	  background-color: #F30213;
  }
  .service-line-two {
	  border-radius:3px;
		  margin:0 auto;
	  width:250px;
	  height: 5px;
	  background-color:#0D0D0D;
  }
  .title-services-list {
	  position: relative;
	  font-family: 'Roboto', sans-serif;
	  color: #000 !important;
	  font-size: 40px;
	  font-weight: bold;
	  line-height: normal;
	  text-align: center;
	  margin-bottom: 30px;
	  margin-top: 50px;
  }
  .services-list {
	  padding: 20px;
	  margin-bottom:50px;
  }
  /* post */
  .single-post .et_pb_section {
	  padding-top: 0px !important;
	  padding-bottom: 0px !important;
  }
  .single-post article {
	  padding-bottom: 0px !important;
	  margin-bottom: 0px !important;
  }
  .single-post div#main-content .container {
		  padding: 77px 0 !important;
  }
  #main-content .container {
	  padding: 77px 0 !important;
  }
  
  #main-content .container h1{
	  color: #000000 !important;
  }
  
  #main-content .container h2{
  font-size: 24px !important;
  }
  /* buttons */
  .booking-button-switch {
  display:none !important;
  }
  .top_button {
	  position: relative;
	  display: inline-block;
	  background-color: #57b33e;
	  font-weight: 500 !important;
	  text-transform: uppercase;
	  text-shadow: none;
	  color: #fff;
	  padding: 7px 25px;
	  transition: 0.3s ease-in-out;
	  font-size: 16px;
	  border-radius: 5em;
  }
  .top_button {
	  position: relative;
	  display: inline-block;
	  background-color: #F30213;
	  font-weight: 500 !important;
	  text-transform: uppercase;
	  text-shadow: none;
	  color: #fff;
	  padding: 7px 25px;
	  transition: 0.3s ease-in-out;
	  font-size: 16px;
	  border-radius: 3px;
  }
  .top_button .fa {
	  color:#fff !important;
	  padding:0 !important;
	  margin-right:10px !important;
  }
  .floating-estimate-btn {
	  text-align: center;
	  padding: 5px 15px;
	  background-color: #F30213;
	  color: #ffffff !important;
	  border-top-right-radius: 3px;
	  border-bottom-right-radius: 3px;
	  border: 2px solid #0D0D0D;
	  border-left: 0px;
	  font-size: 15px;
	  z-index: 999999;
	  font-weight: bold;
	  position: fixed;
	  bottom: 60px;
	  text-transform: uppercase;
	  width: 220px;
  }
  #main-footer .listing-rev-btn {
	  padding: 5px 15px;
	  border: 2px solid #0D0D0D;
	  border-left: 0px;
	  bottom: 15px;
	  background: #F30213;
	  color: #fff;
	  width: 220px;
	  justify-content: center;
	  text-transform: uppercase;
	  font-size: 15px;
	  border-top-right-radius: 3px;
	  border-bottom-right-radius: 3px;
  }
  #main-footer .listing-rev-btn img {
	  display: none;
  }
  #main-footer .listing-rev-btn .fa {
	  display: block;
	  margin-right: 5px;
	  color: #fff;
  }
  /* badges */
  .badges-container {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-evenly;
	  max-width: 500px;
	  margin: 0 auto;
  }
  .badge-holder {
	  background: #0D0D0D;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  width: calc(50% - 10px);
	  max-width: 160px;
	  padding: 5px 5px 18px 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%);
  }
  .badge-holder:hover {
	  transform: scale(1.1);
	  z-index: 999;
	  background: #0D0D0D;
  }
  .badge-holder img {
	  width: 70%;
  }
  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-title {
	  background: #F30213;
	  font-size: 15px;
	  width: 96%;
	  text-align: center;
	  line-height: 1.2;
	  padding: 5px;
	  position: absolute;
	  bottom: -15px;
	  border-radius: 6px;
	  box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 28%);
	  text-shadow: 0px 15px 15px rgb(0 0 0 / 38%);
	  color: #ffffff;
  }
  .badge-title span {
	  font-weight: bold;
	  font-size: 15px;
  }
  /* reviews */
  
  .owl-stage {
	  display: flex;
	  align-items: center;
  }
  
  .review-title {
	  position: relative;
	  font-family: "Jost", sans-serif;
	  font-size: 30px;
	  font-weight: bold;
	  line-height:1.2;
	  color: #000 !important;
	  text-align:center;
  }
  .external-reviews-holder {
	  z-index: 99;
	  position: relative;
	  width: 100%;
	  max-width: 500px;
	  height: 100%;
	  padding: 20px 0px;
	  text-align: center;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
  }
  
  .sliding-review-container {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: 100%;
  }
  .review-origin-brand {
	  background: #fff;
	  padding: 10px;
	  width: 120px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  top: 20px;
	  left: 10px;
	 }
  
  .review-origin-brand img {
	  margin: 0;
	  height: 35px;
	  object-fit: contain;
	 }
  .external-review-title {
	  text-align: center;
	  font-size: 20px !important;
	  color: #000;
	  font-weight: 600;
	  line-height: 1.1em;
	  margin-top: 20px;
	  text-transform: uppercase;
  }
  .external-review-credentials {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	  align-items: center;
	  margin-top: 20px;
	  color: #000;
  }
  .external-review-author {margin: 0 5px;}
  
  .external-review-date {
	  margin: 0 5px;
  }
  
  .external-review-text {
	overflow: hidden;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin: 10px auto;
	text-align: center;
	padding: 0 25px;
	width: 95%;
	color: #000;
	font-weight: 300;
	position: relative;
  }
  
  a.add-reviews-link {
	  color: #F30213;
	  text-transform: uppercase;
	  border-radius: 5em;
	  font-size: 14px;
	  font-weight: 600;
	  margin-top: 20px;
	  width: 200px;
	  transition: 0.3s ease-out;
	  display: block;
  }
   
  div#external-reviews {
	  padding: 0 !important;
	  background: #63d471;
  }
  
  div#external-reviews .et_pb_row {
	  padding: 0 !important;
  }
  .static-external-review-container {
   width: 100%;
   display: flex;
   justify-content: center;
  }
  .static-external-review-container .external-reviews-holder {
	  min-height: 380px;
	  justify-content: flex-end;
  }
   @media (min-width: 981px) {
	   .static-external-review-holder {
	  display: flex;
	  position: relative;
	  justify-content: center;
  }
  .static-external-review-container {
	  width: 50%;
   
  }
	  .static-external-review-container .external-reviews-holder {
		  min-height: 420px;
		  justify-content: center;
	  }
  
   .review-origin-brand {
	   /* position: absolute; */
	 }
   }
  /* end reviews */
  @media screen and (min-width:1025px) {
	  .logo_container {
	  max-width: 30%;
	  }
  }
  @media screen and (max-width:1024px) {
	  .container_nav {
		  flex-direction:column;
	  }
	  .logo_container {
		  padding-top:20px !important;
	  }
  }
  @media (min-width: 981px) {
	  
  #main-content .container .type-post {
	  margin-bottom: 0 !important;
	  padding-bottom: 0;
  }
  
  }
  @media screen and (max-width:980px) {
	  .top-header-inner {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
  }
  .hours, .openinghours {
	  width: 100%;
	  }
	  #et-top-navigation, .image-logo #et-top-navigation {
	  padding: 0px 0 0;
  }
	  .et_header_style_centered #et_mobile_nav_menu {
	  margin-top: 0px;
  }
  .top-header-get-button {
	  margin-right: 0px;
	  margin-bottom: 10px;
  }
	  .slider-title h1 {
	  font-size: 30px;
	  }
	  .col-nap {
	  width: 100% !important;
  }
	   .row-nap, .row-services, .first-row-content{
	  flex-direction: column;
  }
	  .title-service {
	  margin-bottom: 100px !important;
  }
  .row-services {
	  padding-bottom: 0px !important;
	  padding-top: 0px !important;
  }
  
	  .col-services {
	  margin-top: 0px;
	  margin-bottom: 100px !important;
  }
	  .home h2.entry-title, .module-icon  {
		  text-align:center !important;
	  }
	  .home h2.entry-title {
		  font-size:26px !important;
	  }
  .contact-form-section:before, .contact-form-section:after {
	  display:none;
  }
  .col-left-testimonials {
	  padding-right: 0px;
	  padding-bottom: 50px;
  }
	  .col-right-contact-form {
	  padding-left: 0px;
  }
		  .wpcr3_review, .wpcr3_item_name {
	  text-align:center;
	}
	  
	  .home h2.entry-title,
	  body:not(.home) h1.entry-title,
	  .et_pb_post h2.entry-title,
	  .et_pb_title_meta_container,
	  .post-meta {
		  text-align: center;
	  }
  }
  @media screen and (max-width:600px) {
	  .top-header-phone {
	  margin-left: 0px;
	  margin-top: 10px;
  }
	  .top-header-info, .slider-buttons {
		  flex-direction:column;
		  align-items: center;
	  }
  .logo_container {
	  padding-bottom: 20px !important;
  }
	  .slider-buttons .booking-button-switch {
		  margin-top:20px;
	  }
	  .first-image:before {
	  height: 430px;
	  }
  }
  
  .et_pb_section.et_pb_section_1.et_section_regular {
	  padding-bottom: 0;
  }

.et_pb_row.et_pb_row_4.row-1.row-services {
    padding-bottom: 0 !important;
}

.et_pb_row.et_pb_row_5 {
    padding-top: 0;
}








