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

.et_pb_row {
    width: 95% !important;
}

/*HEADER STYLES*/
.top-header {
    background: #ffba08;
}
.top-header .container {
    text-align: center;
}
.add-srv-container {
    height: 50px;
    overflow: hidden;
    background: #03071e;
}

.add-srv-container ul#servcss li {
    color: #fff;
    text-align: center;
    position: relative;
    font-family: "Audiowide", cursive;
	width:195px;
}

ul#servcss li:before {
    content: "\f0e7";
    font-family: "FontAwesome";
    margin-right: 10px;
    color: #ffba08;
}

header#main-header {
    background: #fff;
    padding-bottom: 10px;
}

.header-menu-container {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.logo_container {
    position: relative !important;
    display: flex;
    max-width: 320px;
    width: 100% !important;
    margin-top: 10px;
    justify-content: center;
}
img#logo {
    height: 70px !important;
    max-height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    object-fit: contain;
    object-position: center;
}
.text-logo {
    position: relative;
    text-align: left;
    display: flex;
    align-items: flex-end;
    min-height: 49px;
    font-size: 15px;
    font-family: "Audiowide", cursive;
}
.logo-link {
    width: 100%;
}

.text-logo span {
    text-align: center;
    margin-left: 28px;
    color: #000000;
    text-shadow: -1px -1px 0px #ffffff, 1px -1px 0px #ffffff, -1px 1px 0px #ffffff, 1px 1px 0px #ffffff;
    line-height: 1.2;
}

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

.text-logo-icon .fa {
    font-size: 51px;
    color: #ffba08;
}

.color-path {
    width: calc(100% - 30px);
    margin-left: -14px;
    height: 10px;
    background: #ffba08;
    z-index: -1;
    transform: skewX(-27deg);
}

div#et-top-navigation {
    padding: 0px !important;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}

.header-location-container {
    order: 1;
    width: calc(100% - 38px);
    color: #03071e;
    line-height: 17px;
}
.header-location-container .fa {
    margin-right: 5px;
    color: #0a0a0a;
}
div#et_mobile_nav_menu {
    order: 2;
    width: 38px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.email-btn {
    order: 4;
    width: 148px;
    padding-right: 10px;
    line-height: 34px;
    background: #0a0a0a;
    color: #ffba08;
    position: relative;
    margin-left: 34px;
    text-shadow: 0.1em 0.1em 2px rgb(0 0 0 / 40%);
}
.email-btn:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -34px;
    border-top: 34px solid #0a0a0a;
    border-left: 34px solid transparent;
}
.phonenum {
    order: 3;
    width: calc(100% - 182px);
    color: #0a0a0a;
    line-height: 0;
}

.mobile_nav {
}

span.select_page {
    display: none !important;
}

.mobile_menu_bar {
    padding: 3px !important;
    background: #0a0a0a;
}

ul#mobile_menu {
    top: 107%;
    background-color: #03071e !important;
    border-color: #ffba08;
}

ul#mobile_menu li a {
    color: #fff;
}

ul#mobile_menu .current-menu-item a {
    color: #ffba08;
}

ul#mobile_menu .sub-menu li a {
    position: relative;
}

ul#mobile_menu .sub-menu li a:before {
    content: "\f148";
    font-family: "FontAwesome";
    position: absolute;
    transform: rotate(90deg);
    left: 7px;
}

a.mobile-toggle:before {
    display: none;
}

ul#mobile_menu .sub-menu .menu-item-has-children .mobile-toggle {
    position: absolute;
}

/*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 0.4s ease;
    transform: rotate(0deg);
    display: block;
    color: #ffffff;
}

/*rotate the Divi Menu icon on click*/

/*END HEADER STYLES*/

/*PAGE STYLES*/

.et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
    height: calc(100vh - 188px) !important;
    min-height: 400px !important;
    max-height: 500px !important;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
    height: calc(100vh - 188px) !important;
    min-height: 400px !important;
    max-height: 500px !important;
    background: rgb(255 255 255 / 62%);
    width: 100%;
}

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

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

.et_pb_header_content_wrapper {
    height: 100%;
}

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

.heading-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.heading-box-content {
    height: calc(100% - 54px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.heading-cta-estimate {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    color: #ffba08;
    text-shadow: 0.1em 0.1em 2px rgb(0 0 0 / 40%);
    font-weight: bold;
}
.heading-cta-estimate:before {
    content: "";
    position: absolute;
    background: #0a0a0a;
    width: 115%;
    height: 130%;
    z-index: -1;
    transform: skew(20deg);
}
.heading-cta-estimate:hover:before {
    transform: skew(-20deg);
}
.heading-phone-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.heading-phone-box:before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 115%;
    height: 130%;
    z-index: -1;
}
.heading-phone-box .divider {
    display: none;
    color: #000;
    z-index: 9;
}
.heading-phone-box-content p {
    line-height: 1.2;
    color: #000;
}
.heading-phone-box-content a {
    color: #0a0a0a;
    font-weight: bold;
    line-height: 1;
}
.heading-get-button {
    margin-top: 40px;
    width: 100%;
}
.heading-box-title h1 {
    font-family: "Audiowide", cursive;
    color: #000 !important;
    font-size: 21px;
}
.heading-box-title {
    width: 100%;
}
.heading-box-subtitle {
    color: #000;
    line-height: 1.1;
    font-weight: 600;
}

.heading-cta-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.heading-scroll-section {
    background: #ffba08;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading-scroll-section-txt {
    text-align: left;
    width: calc(100% - 50px);
}

.heading-scroll-btn {
    width: 50px;
}

.heading-scroll {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.heading-scroll:before {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 27px solid red;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0px;
}

.heading-scroll .fa {
    color: #fff;
    z-index: 2;
    margin-top: -7px;
}

.heading-scroll-section-txt .title {
    line-height: 1;
    font-weight: 900;
    color: #03071e;
}

.heading-scroll-section-txt .subtitle {
    line-height: 1;
    color: #03071e;
    font-weight: 400;
}

div#home-title-block {
    background-color: #ffffff !important;
}

.entry-title {
    font-size: 26px !important;
    color: #03071e;
    font-family: "Audiowide", cursive;
    line-height: 1.4;
    text-align: center;
    font-weight: 400;
}

.custom-section-divider {
    display: flex;
    justify-content: center;
}

.divider-element {
    width: 190px;
    background: #0a0a0a;
    height: 2px;
    position: relative;
    margin-left: 20px;
}

.divider-element:before {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 27px solid #ffba08;
    content: "";
    position: absolute;
    top: -10px;
    left: -20px;
    z-index: -1;
}

/* BADGES SECTION STYLE */
div#css-badges-section {
    background-color: #cbcbcb !important;
}

.badge-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
}

.badge-block {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.badge-block img {
    width: 60px;
}
.badge-block .fa {
    font-size: 30px;
    width: 60px;
    height: 60px;
    color: #000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.badge-block .fa:before {
    margin-top: 16px;
}
.badge-block .fa:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 60px solid #ffba08;
    z-index: -1;
    filter: drop-shadow(0px 0px 2px black);
}
.badge-content {
    width: calc(100% - 65px);
    margin-left: 5px;
}

.badge-content .title {
    line-height: 1;
    font-size: 18px;
    font-family: "Audiowide", cursive;
}

.badge-content .content {
    font-size: 17px;
    text-transform: capitalize;
    line-height: 1.2;
    min-width: 223px;
    max-width: 223px;
    border-top: 1px solid #0a0a0a;
    padding-top: 2px;
    margin-top: 5px;
    font-weight: 500;
}

/* SERVICES SECTION STYLE */

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

.srvBlockTitle span {
    color: #000000;
    padding: 0;
    font-family: "Audiowide", cursive;
    font-weight: 400;
    text-align: center;
    font-size: 26px;
    display: block;
}

.srvElement {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    background: #03071e;
    overflow: hidden;
}
.srvElementHeader h2 {
    text-align: center;
    color: #ffba08;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding-bottom: 0;
}

.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: #0a0a0a;
    z-index: 999;
    transform: rotate(45deg);
    border-left: 10px solid #ffba08;
}
.srvElementContent {
    text-align: justify;
    padding-left: 15px;
    padding-bottom: 10px;
    padding: 0px 10px 10px 15px;
    position: relative;
    height: 100%;
    color: #fff;
}
.srvElementContent:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    background: #0a0a0a;
    left: 0;
}
.srvElement:hover img {
    filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}

.srvElement:hover h2 {
    color: #fff;
    font-weight: bold;
}

/* SERVICES LIST SECTION STYLE */

div#services-list-section {
    background-color: #ffffff !important;
    background-position: 83%;
}
div#services-list-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(3 7 30 / 61%);
    background: linear-gradient(48deg, rgba(3, 7, 30, 1) 50%, rgb(3 7 30 / 45%) 100%);
    top: 0;
    left: 0;
}

.homepage-nap,
.homepage-serv {
    color: #fff;
    line-height: 1.4;
    margin-bottom: 30px;
    text-align: center;
    display: block;
}

.homepage-nap strong,
.homepage-serv {
    font-family: "Audiowide", cursive;
    font-weight: 400;
    color: #ffba08;
    font-size: 20px;
    display: block;
}
.homepage-services {
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
}
.homepage-services #servcss {
    padding: 0;
}
.homepage-services #servcss li {
    position: relative;
    font-weight: bold;
    margin: 0.3em 0;
    color: #ffffff;
    list-style: none;
}

.homepage-services #servcss li:before {
    top: 0;
    left: 7px;
    color: #0a0a0a;
}

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

/* CONTACT FORM STYLE */

/* TESTIMONIALS SECTION STYLE */

/* TESTIMONIALS SECTION STYLE */

div#home-testimonials:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(3 7 30 / 61%);
    top: 0;
    left: 0;
}

div#home-testimonials {
    background-position: 72%;
    overflow: hidden;
}

.half-section-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.half-section-titles {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
}
.half-section-titles-holder {
    padding: 20px;
    padding-top: 120px;
    margin-left: 120px;
    position: relative;
}
.half-section-titles-holder:before {
    content: "";
    position: absolute;
    background: #cbcbcb;
    transform: skew(20deg);
    width: 200vw;
    height: 100%;
    top: 0;
    left: -21px;
    z-index: -1;
}
.half-section-titles-holder:after {
    content: "";
    position: absolute;
    background: #cbcbcb;
    transform: skew(20deg);
    width: 20px;
    height: 100%;
    top: 0;
    left: -60px;
    z-index: -1;
}
p.half-section-subtitle {
    font-family: "Audiowide", cursive;
    font-weight: 400;
    font-size: 26px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: right;
    border-bottom: 2px solid #000;
}

p.half-section-title {
    line-height: 1.2;
    text-align: right;
}

.half-section-image {
    width: 90px;
    position: absolute;
    top: -30px;
    right: 20px;
}

.half-section-testimonials {
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.home .wpcr3_respond_1 {
    padding: 65px 15px 25px !important;
    color: #fff;
}
.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;
    order: 2;
}
.home .wpcr3_review_datePublished {
    order: 3;
}
.home .wpcr3_review_author {
    margin-left: 5px;
    text-align: center;
    order: 4;
}

.home .wpcr3_review_title.wpcr3_caps {
    width: 100%;
    text-align: center;
    margin: 0 !important;
    font-size: 20px;
    color: #ffba08;
    order: 1;
    font-family: "Audiowide", cursive;
    font-weight: 400;
    padding-bottom: 10px;
}

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

div.wpcr3_review blockquote.wpcr3_content {
    border-color: #c4c4c4;
    padding-bottom: 0;
}

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

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

.home .wpcr3_reviews_holder {
    position: relative;
}

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

.testimonials-btn {
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    width: 215px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    color: #ffba08;
    text-shadow: 0.1em 0.1em 2px rgb(0 0 0 / 40%);
    font-weight: bold;
}
.testimonials-btn:before {
    content: "";
    position: absolute;
    background: #0a0a0a;
    width: 110%;
    height: 110%;
    z-index: -1;
    transform: skew(20deg);
}

.testimonials-btn:hover:before {
    transform: skew(-20deg);
}

/* reviews */

.owl-stage {
    display: flex !important;
    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 {
    	width: 100%;
    text-align: center;
    margin-top:20px;
    font-size: 20px;
    color: #ffba08;
    order: 1;
    font-family: "Audiowide", cursive;
    font-weight: 400;
    padding-bottom: 10px;
}
.external-review-credentials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    color: #fff;
}
.external-review-author {
	margin: 0 5px;
font-style: italic;
Font-size:0.8em;
}

.external-review-date {
    margin: 0 5px;
}

.external-review-text {
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 10px 10px 30px 10px;
  text-align: center;
  padding: 0 25px;
  width: 95%;
  color: #fff;
  font-weight: 300;
  font-style:italic;
  position: relative;
}

a.add-reviews-link {
    color: #ffba08;
    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: inline;
}
 }
/* end reviews */


#contact-form-section .et_pb_row {
    width: 95% !important;
    max-width: 900px;
    padding-bottom: 0;
}
div#contact-section .et_pb_code_inner {
    background: #03071e;
    position: relative;
    max-width: 620px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

div#contact-section .fa {
    color: #000;
    font-size: 150px;
    margin-top: 51px;
    width: 250px;
    height: 250px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    opacity: 0.2;
}

div#contact-section .fa:before {
    margin-top: 55px;
}
div#contact-section .fa:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    border-bottom: 250px solid #ffba08;
    z-index: -1;
    filter: drop-shadow(0px 0px 5px #fff);
}
.free-estimate-title {
    text-align: center;
    font-size: 26px;
    line-height: 1.2;
    font-family: "Audiowide", cursive;
    font-weight: 400;
    background: rgb(255, 255, 255);
    background: linear-gradient(70deg, rgb(255 255 255 / 0%) 50px, rgba(255, 186, 8, 1) 50px);
    padding: 20px 0;
    padding-left: 42px;
    max-width: 430px;
    width: 80%;
    margin-left: auto;
    position: relative;
    z-index: 3;
}
.free-estimate-title:before {
    content: "";
    position: absolute;
    transform: skew(20deg);
    background: #ffba08;
    width: 20px;
    height: 100%;
    z-index: -1;
    top: 0;
    left: -2px;
}
div#contact-form-section {
    background-color: #ffffff !important;
}

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

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

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

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

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

form#contactForm {
    text-align: center;
}

input#submitter {
    background-color: #0a0a0a;
    font-size: 16px;
    padding: 10px 45px;
    line-height: 1;
    position: relative;
    display: inline-block;
    z-index: 1;
    border-radius: 0;
    height: 45px;
    width: 200px;
    color: #ffba08;
    text-shadow: 0.1em 0.1em 2px rgb(0 0 0 / 40%);
    font-weight: bold;
    border: none;
}

input#submitter:hover {
    color: #fff;
    background: #03071e;
}

input.text,
input.title,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
    max-width: 100%;
    padding: 7px 5px 7px;
    height: auto;
    background-color: #231f2096 !important;
    box-shadow: none;
    display: block;
    line-height: 1;
    font-weight: 300;
    color: #fff !important;
    background-image: none;
    border: 1px solid #ffffff63;
    margin-bottom: 10px !important;
    width: 100%;
}

#contactForm input[type="text"]::placeholder,
#contactForm input[type="password"]::placeholder,
#contactForm input[type="tel"]::placeholder,
#contactForm input[type="email"]::placeholder,
#contactForm input.text::placeholder,
#contactForm input.title::placeholder,
#contactForm textarea::placeholder,
#contactForm select {
    color: #fff !important;
}

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

#contact {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 10px;
    z-index: 2;
}

.link-button {
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    width: 215px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    color: #ffba08;
    text-shadow: 0.1em 0.1em 2px rgb(0 0 0 / 40%);
    font-weight: bold;
}

.link-button:before {
    content: "";
    position: absolute;
    background: #0a0a0a;
    width: 110%;
    height: 110%;
    z-index: -1;
    transform: skew(20deg);
}
.link-button:hover:before {
    transform: skew(-20deg);
}
/* FOOTER STYLE */

#main-footer {
    background: #03071e;
    background-size: contain;
    background-repeat: repeat;
}
#main-footer .container {
    width: 95%;
}
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: #0a0a0a;
    padding: 15px;
    color: #ffba08;
    text-shadow: 0.1em 0.1em 2px rgb(0 0 0 / 40%);
    font-family: "Audiowide", cursive;
}

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

.footer-widget h4 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    border-bottom: 1px solid #ffba08;
    text-transform: uppercase;
    font-family: "Audiowide", cursive;
}

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

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

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

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

#closed-day {
    color: #ddd;
}
/* buttons */
.booking-button-switch {
 display: none;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #0a0a0a;
    font-weight: 500 !important;
    text-transform: capitalize;
    text-shadow: none;
    border-radius: 0;
    color: #ffba08;
	text-shadow:0.1em 0.1em 2px rgb(0 0 0 / 40%);
    padding: 7px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
}
.top_button:before {
    content: "";
    position: absolute;
    left: -7%;
    top: 0;
    background: #0a0a0a;
    width: 115%;
    height: 100%;
    z-index: -1;
    transform: skew(20deg);
}
.floating-estimate-btn {
    text-align: center;
    padding: 5px 15px;
    background-color: #0a0a0a;
    color: #ffba08 !important;
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
    border: 3px solid #ffba08;
    border-left: 0px;
	text-shadow:0.1em 0.1em 2px rgb(0 0 0 / 40%);
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: capitalize;
    width: 205px;
    border-radius: 0;
}
#main-footer .listing-rev-btn {
    padding: 5px 15px;
    border: 3px solid #ffba08;
    border-left: 0px;
    bottom: 10px;
    background: #0a0a0a;
    color: #ffba08;
    text-shadow:0.1em 0.1em 2px rgb(0 0 0 / 40%);
    width: 205px;
    justify-content: center;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 0;
    display: flex;
    align-items: baseline;
    position: fixed;
    bottom: 10px;
    z-index: 999;
}
#main-footer .listing-rev-btn img {
    display: none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #ffba08;
    position: relative;
    bottom: 0px;
}
/* buttons */

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

.et_pb_sidebar_0 h4.widgettitle {
    font-size: 26px;
    font-weight: 400;
    color: #231f20;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1px solid #231f20;
    font-family: "Archivo Black", sans-serif;
}

#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: #0d46a5;
}

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

.blog .et_pb_post {
    text-align: justify;
}
 
/*MEDIA QUERIES*/

@media only screen and (min-width: 600px) {
    .header-menu-container {
        justify-content: space-between;
        align-items: center;
    }

    div#et-top-navigation {
        width: 310px;
    }

    .logo_container {
        width: calc(100% - 320px) !important;
    }

    header#main-header .clearfix:after {
        display: none;
    }

    img#logo {
        object-position: left;
    }

    .homepage-services #servcss {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }

    .homepage-services #servcss li {
        padding-left: 20px;
    }

    .homepage-services #servcss li:before {
        position: absolute;
        left: 0;
    }

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

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

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

@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 {
        padding-bottom: 0;
    }
    .logo_container {
        margin-top: 0;
        width: 320px;
    }

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

    .header-location-container {
        width: 304px;
        text-align: right;
        line-height: 1.1;
        padding-right: 10px;
    }

    .email-btn {
        order: 3;
        line-height: 52px;
    }
    .email-btn:hover {
        color: #fff;
    }
    .email-btn:before {
        border-top: 52px solid #0a0a0a;
    }
    .phonenum {
        order: 2;
        width: 165px;
    }

    nav#top-menu-nav {
        order: 4;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    img#logo {
        object-position: center;
    }

    #top-menu li {
        padding-right: 0;
        padding-left: 22px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #top-menu .menu-item-has-children > a:first-child {
        padding-right: 16px;
    }

    #top-menu .menu-item-has-children > a:first-child:after {
        top: -3px;
    }
    #top-menu li a {
        line-height: 1 !important;
    }
    ul.sub-menu {
        filter: drop-shadow(0px 1px 3px #5b5b5b);
        top: 40px;
        left: -34%;
        background-color: #03071e !important;
        border-color: #ffba08 !important;
    }

    #top-menu ul.sub-menu a {
        color: #fff !important;
        padding-left: 10px !important;
        position: relative;
    }

    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: #03071e !important;
        padding-bottom: 0px !important;
        font-weight: bold;
        font-family: "Audiowide", cursive;
        font-size: 12px;
    }
    nav#top-menu-nav ul#top-menu .current-menu-item a {
        text-decoration: underline;
    }
    .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a {
        color: #03071e !important;
    }

    nav#top-menu-nav ul#top-menu ul.sub-menu li a:before {
        content: "\f148";
        font-family: "FontAwesome";
        position: absolute;
        transform: rotate(90deg);
        left: -2px;
    }

    #top-menu li .menu-item-has-children > a:first-child:after {
        font-family: "ETModules";
        content: "\37";
        background: #ffba08;
        color: #000000;
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        right: 0 !important;
    }

    /*END HEADER STYLES*/
    /*PAGE STYLES*/

    .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
        height: calc(100vh - 129px) !important;
        min-height: 500px !important;
        max-height: 800px !important;
        background-position-y: 74% !important;
    }

    .et_pb_fullscreen .et_pb_fullwidth_header_container {
        height: calc(100vh - 129px) !important;
        min-height: 500px !important;
        max-height: 800px !important;
        background: transparent;
    }

    .header-content {
        max-width: inherit !important;
    }
    .header-content-holder {
        position: relative;
        width: 57%;
        display: flex;
        justify-content: flex-end;
        transform: skew(20deg);
    }

    .header-content-holder:after {
        content: "";
        position: absolute;
        background: #ffffff;
        width: 20px;
        height: 100%;
        z-index: -1;
        right: -43px;
    }

    .heading-box {
        width: 100%;
        max-width: 760px;
        z-index: 2;
        position: relative;
        background: #fff;
    }

    .heading-box:before {
        content: "";
        position: absolute;
        background: #ffffff;
        width: 500px;
        height: 100%;
        z-index: -1;
        left: -20%;
        transform: skew(-20deg);
    }
    .heading-box-content {
        width: 98%;
        padding-left: 50px;
        padding-right: 30px;
        transform: skew(-20deg);
    }
    .heading-box-title h1 {
        width: 95%;
        font-size: 32px;
        text-align: left;
        line-height: 1.2;
    }
    .heading-box-subtitle {
        width: 100%;
        text-align: left;
        line-height: 2;
        font-size: 24px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .heading-cta-box {
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
    }

    .heading-cta-estimate {
        z-index: 2;
        margin-right: 36px;
        width:210px;
        padding-left: 23px;
        font-size: 20px;
        line-height: 40px;
    }
    .heading-phone-box {
        width: 260px;
        margin-top: 0;
    }
    .heading-phone-box:before {
        background: #cbcbcb;
        transform: skew(20deg);
    }

    .heading-phone-box .divider {
        display: block;
        font-size: 18px;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        line-height: 20px;
        margin-right: 10px;
    }
    .heading-phone-box-content {
        font-size: 23px;
    }

    .heading-scroll-section {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 118%;
        max-width: 845px;
    }
    .heading-scroll-section:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 50px;
        background: #ffba08;
        left: -10px;
        transform: skew(-20deg);
    }
    .heading-scroll-section-txt {
        transform: skew(-20deg);
    }
    .heading-scroll-btn {
        transform: skew(-20deg);
    }

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

    .custom-section-divider {
        justify-content: flex-start;
    }
    /* BADGES STYLE DESKTOP*/

    .badge-content .content {
        min-width: auto;
        margin-top: 5px;
    }

    .badge-block {
        width: 24%;
        align-items: flex-start;
    }

    /* SERVICES STYLE DESKTOP*/

    .srvBlockTitle span {
        text-align: left;
        display: block;
    }

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

    .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: 66%;
        margin-left: 2%;
        /* display: flex; */
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* NAP SECTION DESKTOP */

    /* CONTACT SECTION DESKTOP */

    /* TESTIMONIALS SECTION DESKTOP */

    .half-section-container {
        flex-direction: row;
    }

    .half-section-testimonials {
        width: 70%;
    }

    .half-section-titles {
        width: 60%;
    }

    .home .wpcr3_review {
        justify-content: center;
        text-align: center;
    }

    .home .wpcr3_review_ratingValue {
        text-align: left;
        width: auto;
    }

    .home .wpcr3_review_title.wpcr3_caps {
        font-size: 26px;
    }

    .home div.wpcr3_review blockquote.wpcr3_content {
    }

    .home .wpcr3_respond_1 {
        padding-left: 0 !important;
    }
    /* SERVICES LIST SECTION DESKTOP */

    .homepage-nap,
    .homepage-serv {
        text-align: left;
    }
    .homepage-services #servcss li {
        text-align: left;
    }

    div#contact-section .et_pb_code_inner:before {
        content: "";
        position: absolute;
        transform: skew(20deg);
        background: #03071e;
        width: 126%;
        height: 100%;
        z-index: -1;
    }

    /* 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(78 78 78 / 20%);
    }

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

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

/***** TESTIMONIALS FORM *****/

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

.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
    background: #ffffff !important;
    color: #000 !important;
    border-color: #000 !important;
}

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

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

.wpcr3_leave_text {
    font-size: 1.1em;
}

.wpcr3_leave_text {
    margin-bottom: 20px;
}
.wpcr3_button_1 {
    margin-top: 10px;
    background: #000000;
    color: #fff;
}

@media (min-width: 981px) {
    .wpcr3_respond_2 input[type="text"],
    .wpcr3_respond_2 textarea {
        min-width: 100%;
    }

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

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

@media (max-width: 980px) {
    .heading-get-button {
        margin-top: 20px;
    }
    .heading-get-button .heading-cta-estimate {
        margin: 0 auto;
    }

    .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%;
    }
	.external-review-content {
		padding:0 60px;
	}
}
/*CODES FOR THE NAV MENU*/
ul#menu-footer-menu li a {
    background: transparent !important;
}

ul#menu-footer-menu li:before {
    color: #ffba08 !important;
    content: "\f101" !important;
    font-family: "FontAwesome" !important;
    border: none !important;
    top: 0 !important;
}

/*CODES 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_post .entry-content {
    text-align: justify;
}
.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: #03071e !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;
}
}

@media screen and (min-width: 981px) {
    header#main-header {
        padding-bottom: 0;
		top:0px !important;
    }
}

body.admin-bar.et_fixed_nav #main-header {
    top: 32px !important;
}

.keen-slider__slide{
	border:none;
	background:transparent;
}


.keen-slider__slide:hover{
	border:none;
	background:transparent;
}

.testimonial-subject{
	color:#ffba08;
}

.testimonial-content{
	color:#fff;
}

.reviewer-name{
	color:#fff;
}

.wpcr3_button_1{
    position: relative;
    display: inline-block;
    background-color: #0a0a0a;
    font-weight: 500 !important;
    text-transform: capitalize;
    text-shadow: none;
    border-radius: 0;
    color: #ffba08;
	text-shadow:0.1em 0.1em 2px rgb(0 0 0 / 40%);
    padding: 7px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
	border:0px;
}
.wpcr3_button_1:before {
    content: "";
    position: absolute;
    left: -7%;
    top: 0;
    background: #0a0a0a;
    width: 115%;
    height: 100%;
    z-index: -1;
    transform: skew(20deg);
}
.wpcr3_button_1:hover{
	position: relative;
    display: inline-block;
    background: #0a0a0a;
    font-weight: 500 !important;
    text-transform: capitalize;
    text-shadow: none;
    border-radius: 0;
    color: #ffba08;
	text-shadow:0.1em 0.1em 2px rgb(0 0 0 / 40%);
    padding: 7px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
	border:0px;
}
.wpcr3_button_1:hover:before {
    transform: skew(-20deg);
}

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

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

.nav-arrows button{

width: 40px;
height: 40px;
border-style:solid;
}

 /* ADDITTIONAL SERVICES STYLE */


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

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


@media (min-width: 600px) {
 

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

    
}

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

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

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

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

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

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


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

.button-gallery {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #0a0a0a;
  background-color: #ffba08;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.button-gallery:hover {
  background-color: #0a0a0a;
	color:#fff;
}

.first-list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

img.first-list-image {
    width: 100%;
    max-width: 600px;
}

ul.first-list-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    list-style: inside disc;
    width: 100%;
    max-width: 600px;
    margin-top: 30px;
}

.first-list-content li {
    padding: 5px 10px;
    margin-bottom: 10px !important;
    background: #ffba08;
    color: #000;
    text-align: left;
    width: 100%;
}

.second-list-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

ol.second-list-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px;
}

.second-list-content li {
    color: #000;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-align: left;
    background: #ffba08;
}

img.second-list-image {
    width: 100%;
    max-width: 600px;
}
.first-list-content li:hover, .second-list-content li:hover {
    background: #0a0a0a;
    color: #fff;
}
div#second-list-section {
    background: #070E09;
}



@media (min-width: 981px) {
.first-list-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.first-list-image-container {
    width: 50%;
}

ul.first-list-content {
    width: 45%;
    margin: 0;
}

.second-list-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

ol.second-list-content {
    width: 45%;
    margin:  0;
}

.second-list-image-container {
    width: 50%;
}
}

.et_pb_video_box video {
    width: 60% !important;
    height: auto !important;
}

.et_pb_video_box {
    display: block;
    position: relative;
    z-index: 1;
    line-height: 0;
    text-align: center;
}


.single-post .entry-content h2,
.page #left-area .entry-content h2 {
	text-align: left;
}
.post-content-inner,
.single-post .entry-content *,
.page #left-area .entry-content * {
	text-align: justify;
}
body:not(.et_pb_pagebuilder_layout) .entry-content p:has(img) {
	text-align: center!important;
}
body:not(.et_pb_pagebuilder_layout) .entry-content p img {
	width: 100%;
	max-width: 600px;
}