/*
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: 'Open Sans', Arial, Times New Roman, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	color: #666;
	font-weight: 400;
	overflow-x: hidden;
}


/*HEADER STYLES*/
  .header-menu-container {
    width: 95%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.top-header {
    padding: 9px 0;
    z-index: 9999999;
    text-align:center;
}
.logo_container {
    position: relative !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo_container a {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    position: relative !important;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #33A4F0;
}
.logo-link {}

.logo-link img {
    min-height: 80px;
    height: 100% !important;
    max-height: 120px !important;
    width: auto !important;
    max-width: 80% !important;
    object-fit: contain;
    object-position: center;
}
div#page-container {
}
header#main-header {
    background: #000;
    background-image: url(https://roofingcontractorvernon.com/wp-content/uploads/2023/12/bg.webp);
    background-size: contain;
    background-repeat: repeat;
    padding: 10px 0;
}
.header-location-container {
    color: #fff;
    display: flex;
    line-height: 1;
    padding-top: 10px;
    font-size: 15px;
}

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

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

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

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

.mobile_nav .select_page {
    display: inline-block;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}

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

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

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

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

 

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

.mobile_menu_bar:before {
    color: #33A4F0;
}

 

/*change Divi opened hamburger menu to X*/

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


/*rotate the Divi Menu icon on click*/

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

}


/*rotate the Divi Menu icon on click*/


/*END HEADER STYLES*/


/*PAGE STYLES*/
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: 300px !important;*/
	max-height: 500px !important;
	min-height: 500px !important;
	height: calc(99vh - 172px) !important;
}
.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgb(0 0 0 / 45%) 35%, rgb(0 0 0 / 85%) 80%, rgba(0,0,0,1) 100%);
}
.et_pb_fullwidth_header_container.center {
	max-height: 500px !important;
	min-height: 500px !important;
	height: calc(99vh - 172px) !important;
	width: 95%;
}

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

/*.header-title {
    font-family: 'Oswald', sans-serif;
    font-size: 27px;
	padding-bottom: 10px;
}*/

.header-title h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    padding-bottom: 0px!important;
}

.header-msg {
    padding-top: 15px;
    font-size: 15px;
    line-height: 1.6;
}
.header-title span {
    font-weight: bold;
    color: #33A4F0;
}

.rating-header p {
    font-size: 15px;
    line-height: 1;
}

.stars-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #33A4F0;
    line-height: 1;
    padding-bottom: 5px;
}

.rating-header {
    margin-top: 15px;
    margin-bottom: 15px;
}
.header-button {
	display:flex;
	align-items:center;
	justify-content:center;
}
.header-button .booking-button-switch {
	margin-left:15px;
}
.button {
    background: #33A4F0;
    background-size: contain;
    color: #000;
    font-weight: bold;
    border-radius: 3px;
    padding: 15px 30px;
    display: inline-block;
    line-height: 1;
    width: 265px;
}

.button:hover {

	background: #d6d6d6;
}

 .section-separator-up:after {
        width: 0;
        height: 0;
        border-left: 10vw solid transparent;
        border-right: 90vw solid transparent;
        border-bottom: 5vw solid #33A4F0;
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        z-index: 9999;
}

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

div#home-title-block {
    position: relative;
    background-color: #1b1a1f!important;
}

.section-separator-down:after {
    width: 0;
    height: 0;
    border-left: 100vw solid transparent;
    border-right: 0vw solid transparent;
    border-top: 5vw solid #33A4F0;
    position: absolute;
    content: '';
    top: 0;
    z-index: 9999;
}

.section-separator-down:before {
    width: 0;
    height: 0;
    border-left: 10vw solid transparent;
    border-right: 10vw solid transparent;
    border-top: 11vw solid #33A4F0;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
}
.section-separator-down span:before {
    width: 0;
    height: 0;
    border-left: 8vw solid transparent;
    border-right: 8vw solid transparent;
    border-top: 9vw solid #33A4F0;
    position: absolute;
    content: "";
    top: 0;
    right: 9vw;
}
/* HTML BADGES STYLE */
div#css-badges-section {
    background-color: #48484a!important;
}
.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

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

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

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

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


.entry-title {
	text-align: center;
	line-height: 1.2;
	font-size: 26px !important;
	color: #2d2d2d;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
}
.section-title-heading {
    color: #33A4F0;
    font-weight: 500;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
}
div#home-title-block .et_pb_image span:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: -45px;
    right: -49px;
    background: #33A4F0;
    z-index: 999;
    transform: rotate(45deg);
    border-left: 10px solid #1b1a1f;
}
div#home-title-block .et_pb_image:before {
    background-image: radial-gradient(#5e5609 0%, transparent 20%, #fa807200 40%);
    background-size: 19px 20px;
    content: '';
    position: absolute;
    width: 145px;
    height: 152px;
    left: -40px;
    top: -43px;
    background-repeat: repeat;
}

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

div#home-title-block .et_pb_image span {
    overflow: hidden;
}
.home .entry-title {color: #fff;text-align: center;line-height: 1.2;font-size: 26px !important;font-weight: normal;padding: 0;text-transform: uppercase;}

 

 

/* SERVICES SECTION STYLE */

div#services-blocks-section {
    background-color: #000000!important;
}

.srvBlockTitle p {
	text-align: center;
	font-size: 26px;
	color: #fff!important;
	line-height: 1.2;
	font-family: 'Oswald', sans-serif;
	padding-top: 30px;
}

.srvElement {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
}
.srvElement:first-child::before {
	    background-image: radial-gradient(#c9b817 0%, transparent 20%, #fa807200 40%);
	    background-size: 19px 20px;
	    content: '';
	    position: absolute;
	    width: 152px;
	    height: 152px;
	    left: -38px;
	    top: -42px;
	    background-repeat: repeat;
}
.srvElementHeader h2 {
	text-align: center;
	color: #fff!important;
	font-family: 'Oswald', sans-serif;
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px!important;
}

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

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

.srvElement:hover h3 {
	color: #ffffff;
	font-weight: bold;
}


div#home-content-section {
    background-color: #1b1a1f!important;
    border-top: 15px solid #33A4F0;
}

.link-button {
    background: #33A4F0;
    background-size: contain;
    color: #000;
    font-weight: bold;
    border-radius: 3px;
    padding: 15px 30px;
    display: inline-block;
    line-height: 1;
}
.link-button:hover {
	background: #d6d6d6;
}
.estimate-title {
    font-size: 26px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: bold;
}

.estimate-title span {
    color: #33A4F0;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
}

.estimate-content {
    line-height: 1.6;
    padding-top: 20px;
    color: #fff;
}

 

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

.prjct-process-title {
    font-size: 26px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.prjct-process-title span {
    color: #33A4F0;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
}
.prjct-process-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.prjct-process-box {
    position: relative;
    font-family: 'Oswald', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
    margin-top: 65px;
}

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

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

/* SERVICES LIST SECTION STYLE */
 

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

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

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

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

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

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

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


/* NAP SECTION STYLE */
 

div#homepage-nap-section {
    background-color: #000000!important;
}
 .homepage-nap h3 {
    text-align: center;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    line-height: 1.2;
}

.homepage-nap h3 strong {
    color: #33A4F0;
    font-size: 26px;
    line-height: 1.8;
}

/* CONTACT FORM STYLE */
 

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

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

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

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

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

form#contactForm {
	text-align: center;
}

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

input#submitter:hover {
	background-color: #d6d6d6 !important;

}

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

#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: #ddd !important;
}

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

#contact {
	padding: 0;
}


/* TESTIMONIALS SECTION STYLE */

div#home-testimonials {
    background-color: #1B1A1F!important;
}
.testimonials-title {
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	color: #ffffff;
	font-style: normal;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}

div#testimonials-block img {
	display: block;
	margin: 0 auto;
	width: 100px;
}

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

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

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

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

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

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

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

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

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


.home .wpcr3_reviews_holder {
	position: relative;
}

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

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

.testimonials-btn:hover {
	background: #d6d6d6;
}
/* reviews */

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

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

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

.review-origin-brand img {
    margin: 0;
    height: 35px;
    object-fit: contain;
}
.external-review-title {
    text-align: center;
    font-size: 20px !important;
    color: #fff;
    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: #fff;
}
.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: #fff;
  font-style:italic;
  font-weight: 300;
  position: relative;
}

a.add-reviews-link {
    color: #33A4F0;
    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 */

/* FOOTER STYLE */

#main-footer {
	background: #000;
	background-image: url(https://roofingcontractorvernon.com/wp-content/uploads/2023/12/bg.webp);
	background-size: contain;
	background-repeat: repeat;
	border-top: 15px solid #0674BB;
}
footer#main-footer .section-separator-down {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    -ms-filter: fliph;
    filter: fliph;
}
div#footer-bottom {
	background-color: #000000;
	padding: 15px;
	color: #ffffff;
}

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

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

.footer-widget .textwidget {
	color: #c4c4c4;
	font-family: 'Open Sans', sans-serif;
}

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

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

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

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

#current-day td {

	color: #000;
	text-shadow: none;
}

#closed-day {
	color: #c4c4c4;
}
/* buttons */
.booking-button-switch {
display:none !important;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #33A4F0;
    text-shadow: none;
    color: #000;
    transition: 0.3s ease-in-out;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold !important;
    line-height: 1;
	border-radius:3px;
}
.floating-estimate-btn {
    text-align: center;
    padding: 5px 15px;
    background-color: #33A4F0;
    color: #000000 !important;
    border: 2px solid #ffffff;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: capitalize;
    width:200px;
    border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#main-footer .listing-rev-btn {
    padding: 5px 15px;
    border: 2px solid #ffffff;
    border-left: 0px;
    bottom: 10px;
    background: #33A4F0;
    color: #000000;
    width: 200px;
    justify-content: center;
    text-transform: capitalize;
    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: #000;
}

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

 .single-post div#main-content .container {
    padding: 0px 0 !important;
}
.et_pb_title_meta_container, .post-meta {
    text-align: center;
}
 .post-content-inner {
    text-align: justify;
}
.single-post div#main-content .post {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
 
.single-post .et_pb_post .entry-content {
text-align: justify;
}


/*min width 981 - align blog meta in the left*/

.et_pb_title_meta_container, .post-meta {
    text-align: left;
}

.et_pb_sidebar_0 h4.widgettitle {
	font-size: 26px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #062d5b;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #062d5b;
}

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

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

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

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

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

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

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

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


/*MEDIA QUERIES*/

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

	.homepage-services ul#servcss {


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


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

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

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

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

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

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

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

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

	/*HEADER STYLES*/
 header#main-header {
    overflow: hidden;
}
	.top-header {
    position: fixed;
    top: 0;
    padding: 0;
}
	.top_button {border-top-left-radius: 0;border-top-right-radius: 0;}
.header-menu-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.logo_container {
    width: 240px !important;
}

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

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

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

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

a.phonenum {
    margin: 0;
    font-size: 23px;
}

.contact-info-container a {
    justify-content: flex-end;
}

.contact-info-container:before {
    border: none;
    width: 100vw;
    height: 300%;
    background: #0674BB;
    left: -15px;
    top: -100%;
}

.contact-info-container:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 60px solid #ffffff00;
    border-top: 80px solid #0674BB;
    border-bottom: 80px solid #0674BB;
    bottom: -50px;
    left: -75px;
}

#top-menu li {
    padding: 5px !important;
}

ul#top-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}
	ul.sub-menu {filter: drop-shadow(0px 1px 3px #5b5b5b);background-color: #202020 !important;border-color: #33A4F0 !important;position: fixed !important;margin-top: 10px;}
ul.sub-menu li ul {
	top: 10px;
}
	#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: 800px !important;
		min-height: 600px !important;
		background-position: 100% 40% !important;
	}

	.et_pb_fullwidth_header_container.center {
		max-height: 800px !important;
		min-height: 600px !important;
	}
.header-title h1 {
	font-size: 30px;
}
	.entry-title {
		text-align: left;
	}

	.home .entry-title {text-align: left;}
	
.section-separator-up:after {
    border-bottom-width: 30px;
    border-left-width: 5vw;
    border-right-width: 75vw;
}

.section-separator-down:after {
    border-top-width: 30px;
    border-left-width: 75vw;
    right: 0;
}

.section-separator-down:before {
    border-top-width: 90px;
    border-left-width: 70px;
    border-right-width: 70px;
}

.section-separator-down span:before {
    right: 75px;
    border-left-width: 50px;
    border-right-width: 50px;
    border-top-width: 60px;
}
 
	.badge-holder:hover {
    transform: scale(1.1);
    z-index: 999;
    background: #000000;
}
	div#home-title-block .et_pb_image {
    max-width: 100%;
}
	/* SERVICES STYLE DESKTOP*/
	.srvBlockTitle p {
 font-size: 32px;
 }

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

	.srvElementImg img {
    height: 200px;
}

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

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

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

	.srvElementFullWidth .srvElementContent {
		height: auto;
	}

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

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

	.srvElementFullWidth .srvElementBody {
		width: calc(68% - 30px);
		margin-left: 30px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	div#homepage-gallery .et_pb_gallery_item {
		width: 25% !important;
	}
.estimate-section {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 820px;
    margin: 0 auto;
}

.estimate-title {
    width: 200px;
    font-size: 32px;
}

.estimate-content {
    width: calc(100% - 250px);
    margin-left: 50px;
}

.estimate-title span {
    display: block;
}
.prjct-process-title {
	font-size: 32px;
}
.prjct-process-holder {
	max-width: 100%;
	justify-content: space-evenly;
}
.prjct-process-holder:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 15px;
	background: #33A4F0;
	top: 43%;
}
	.prjct-process-box:hover {
	transform: scale(1.05);
}
	/* NAP SECTION DESKTOP */
	.homepage-nap h3 strong {
		/* font-size: 36px; */
		line-height: 1.5;
	}

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

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

	/* TESTIMONIALS SECTION DESKTOP */
	.testimonials-title {
		font-size: 36px;
		line-height: 1.5;
	}

	/* SERVICES LIST SECTION DESKTOP */

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

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

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

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

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

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

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

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

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

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

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

	#main-content .container:before {
		background-color: rgb(6 45 91 / 20%);
	}
	div#testimonials-block {
		display:flex;
        align-items:center;
	}
}

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

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

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

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

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

.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
	background: #525252;
}

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

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

.wpcr3_leave_text {
	font-size: 1.1em;
}

.wpcr3_leave_text {
	margin-bottom: 20px;
}

	.wpcr3_button_1 {
		margin-top: 10px;
		background: #000000;
		background: linear-gradient(to bottom, #525252 0%, #1f1f1f 100%);
		color: #fff;
	}
@media (min-width: 981px) {

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

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

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

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

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

	.wpcr3_div_2 {
		width: 100%;
	}

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

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

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

	.wpcr3_rating_style1_status {
		width: 85px !important;
	}

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

	.wpcr3_submit_btn,
	.wpcr3_cancel_btn {
		width: 40%;
	}
	.review-title {
    font-size: 26px;
	}
}

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

ul#menu-footer-menu li:before {
    color: #33A4F0 !important;
    content: '\f101' !important;
    font-family: 'FontAwesome' !important;
    border: none !important;
    top: 0 !important;
}
@media screen and (max-width:600px) {
	.header-button {
		flex-direction:column;
	}
	.header-button .booking-button-switch {
    margin-left: 0px;
}  
}
/*CODE FOR THE BLOG*/
 .single-post div#main-content .container {
    padding: 0px 0 !important;
}
.et_pb_title_meta_container, .post-meta {
    text-align: center;
}
 .post-content-inner {
    text-align: justify;
}
.single-post div#main-content .post {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
 
.single-post .et_pb_section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.single-post article {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.single-post .et_pb_post .entry-content {
text-align: justify;
}
.single-post div#main-content .container {
        padding: 77px 0 !important;
}
#main-content .container {
    padding: 77px 0 !important;
}

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

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