/*
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: 'Rubik', sans-serif;
	font-weight: 400;
	line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Rubik', sans-serif;
}

body,
p {
	font-size: 17px;
}

h1 {
	font-weight: bold;
}

.entry-title.main_title {
	color: #000;
	font-family: 'Rubik', sans-serif;
	font-weight: 600;
}

.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
	font-family: 'Rubik', sans-serif;
	font-weight: bold;
	color: #111111 !important;
	text-shadow: -2px 1px #fff;
}

blockquote {
	border: 0;
	padding-left: 0;
}

.wpcr3_item_name a {
	color: #a7696b !important;
	text-decoration: underline;
}

#location strong {
	color: #111111;
}

#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: "\f0da";
	left: 0px;
	top: 0px;
	font-family: "FontAwesome";
	color: #a7696b;
}
/* Social Icons */
#social-icons {
	text-align: left;
}

/* -----------------------------------------------------------------------
* Header Style
* ----------------------------------------------------------------------- */
/* Top header */
#main-header {
	box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
}

#main-header.et-fixed-header {
	-webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 10%) !important;
	box-shadow: 0 1px 0 rgb(0 0 0 / 10%) !important;
}
header > .et_menu_container {
	max-width: 100% !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
}
#main-header,
#main-header.et-fixed-header {
	background:#fff;
	filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0.25)) !important;
}

#main-header .fa {
	position: relative;
	top: 0px;
	left: 3px;
	color: #fdcc8f;
	padding: 10px;
	font-size: 20px;
	transition: 0.3s;
	margin-right: 0px;
}
/* Logo */

.et-fixed-header .logo_container,
.logo_container {
	padding: 0;
}

.text-logo {
	font-weight: bold;
	font-family: 'Rubik', sans-serif;
	font-size: 22px !important;
	text-align: center;
	line-height: 25px;
	color: #000;
	z-index: 2;
	position: relative;
}

/* Navigation */
#et-top-navigation {
	padding:20px 0;
}
#top-menu li {
	padding-right: 20px;
	margin-right:4px; 
	float: left;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#top-menu li a {
	font-family: 'Rubik', sans-serif;
	font-weight: bold !important;
	font-size: 14px !important;
	padding: 20px 0px !important;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#top-menu li.current_page_item a::before, #top-menu li a:hover::before {
	content: "";
	position: absolute;
	width: 25px;
	height: 3px;
	left: 0px;
	background: #a7696b;
	border-radius: 50px;
	bottom:0px;
	opacity: 1;
	transition: all .5s ease-in-out;
}
#top-menu li a:hover, .et-fixed-header #top-menu li a:hover {
	color: #a7696b !important;
	opacity: 1 !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: #a7696b !important;
}
.nav li ul {
	background: #111111;
	top: 45px;
	padding: 10px 10px !important;
}
#top-menu li li, #top-menu li li:hover {
	border: 0px solid transparent;
}
#top-menu li li a::before, #top-menu li li a:hover::before {
	display:none;
}
#top-menu li li a, .et-fixed-header #top-menu li li a {
	color:#fff !important;
}
#top-menu li li a:hover {
	border:0px solid #a7696b;	
}
/* mobile */
.mobile_menu_bar::before,
.select_page {
	color: #111111 !important;
}

#et_mobile_nav_menu,
.et_header_style_centered #main-header .mobile_nav {
	background-color: #fff !important;
	bottom:0px;
}
.et_mobile_menu {
	padding: 2% 5%;
}

#mobile_menu {
	background-color:#111111 !important;
	text-align: center;
}

.et_mobile_menu li a {
	color: #fff;
}



/* -----------------------------------------------------------------------
* Sidebar Style
* ----------------------------------------------------------------------- */
.widgettitle {
	position: relative;
	color: #000 !important;
	font-family: 'Rubik', 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: #a7696b;
}

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

/* #sidebar #servcss li:before {
position: absolute;
content: '\f00c';
top: 0;
left: 0;
color: #a7696b;
font-family: 'FontAwesome';
} */

#servcss svg {
	display: none;
}

/* -----------------------------------------------------------------------
* Testimonial
* ----------------------------------------------------------------------- */
.heading {
	margin-bottom:0px;
}
.heading p {
	position: relative;
	font-family: 'Rubik', sans-serif;
	color: #000 !important;
	font-size: 35px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 40px;
}
.heading p span {
	color:#a7696b;
}
.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 {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	background-color: #a7696b;
	border: 2px solid #a7696b;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 600;
	padding: 10px 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-transform: uppercase;
	overflow: hidden;
	width: 230px;
	text-align: center;
	z-index: 1;
	box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.btn-testimonials a:after {
	content: "";
	position: absolute;
	width: calc(100% - 10px);
	height: 100%;
	left: -210px;
	top: -25px;
	border-radius: 50px;
	transform: none;
	bottom: auto;
	right: auto;
	z-index: -1;
	transition: 0.3s;
	opacity: 1;
	visibility: visible;
	width: 100%;
	background: #111111;
}
.btn-testimonials a:hover:after {
	left: 0;
	top: 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
* ----------------------------------------------------------------------- */

.free-estimate-heading {
	position: relative;
	color: #fff !important;
	font-family: 'Rubik', sans-serif;
	font-weight: bold;
	font-size: 35px;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.free-estimate-heading span {
	color: #fdcc8f;
}
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 #fff;
	border-bottom: 0px solid #ffffff;
	border-radius:5px;
	background: #fff;
	color: #6C757D !important;
	padding: 10px 10px;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	margin: 10px 0px !important;
	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 #111111;
	color: #111111 !important;
	padding: 10px 10px;
}
#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 {
	font-weight:400;
	color: #6C757D !important;
}
body:not(.home) #contactForm input[type="text"]::placeholder,
body:not(.home) #contactForm input[type="password"]::placeholder,
body:not(.home) #contactForm input[type="tel"]::placeholder,
body:not(.home) #contactForm input[type="email"]::placeholder,
body:not(.home) #contactForm input.text::placeholder,
body:not(.home) #contactForm input.title::placeholder,
body:not(.home) #contactForm textarea::placeholder,
body:not(.home) #contactForm select {
	color:#6C757D !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: 15px 30px;
	font-family: 'Rubik', sans-serif;
	font-weight: 600 !important;
	color: #fff;
	cursor: pointer;
	height: auto !important;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	background:#a7696b;
	border: 0px solid #fff;
	margin-top: 20px !important;
	overflow: hidden;
	transition: 0.3s;
	width: 100% !important;
}

#submitter:hover {
	background-color: #fdcc8f;
	color: #111;
}

/* -----------------------------------------------------------------------
* Footer Style
* ----------------------------------------------------------------------- */
#main-footer {
	background-color: #111111;
	padding-top: 30px;
}

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

#main-footer .footer-widget {
	color: #fff !important;
	font-family: 'Rubik', sans-serif;
}

#main-footer .footer-widget strong {
	color: #fdcc8f !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: 'Rubik', 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: #fdcc8f;
	border-radius: 10em;
}

.hours th,
.openinghours td {
	text-align: left !important;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 400 !important;
	text-shadow: none !important;
}

.openinghours{
	width:80%;
	max-width:350px;
}

.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: #fdcc8f !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;
}

/* -----------------------------------------------------------------------
* Helper Style
* ----------------------------------------------------------------------- */
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}

/* -----------------------------------------------------------------------
* Media Queries Style
* ----------------------------------------------------------------------- */
@media (max-width: 980px) {
	#location h3 {
		text-align: center;
	}

	.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: 600px) {
	.et_pb_slide_description {
		width: 100% !important;
		padding-right: 0px !important;
	}
}

@media (max-width: 500px) {
	#contactForm div:nth-child(5) img {
		float: none;
		display: block;
		margin: 0 0 10px;
		width: 100%;
	}

	.text-logo {
		font-size: 24px;
	}

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

@media screen and (max-width: 425px) {
	.et_pb_slide_description {
		width: 300px;
		padding: 60px 10px 60px 0;
	}

	.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
		font-size: 48px !important;
		line-height: normal;
	}
}

@media screen and (max-width: 375px) {
	.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
		font-size: 38px !important;
	}
}
.et-fixed-header #top-menu li a {
	font-size: 12px;
}
/***** BODY FONT-SIZE *****/
body {
	font-size: 17px !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:-17px !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) {
	a.text-logo {
		line-height: 1em;
		display: block;
		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 {
	position:absolute;
	height: 100%;
	width: 100%;
	right: 0 !important;
	top: 0 !important;
}
.mobile_menu_bar:before {
	right: 5px !important;
	left: unset !important;
	position: absolute;
	top: 0px;
}
ul#mobile_menu {
	top: 100%;
}
#et-top-navigation > .container.clearfix.et_menu_container {
	width: 85%;
	padding-right: 0px;
}

/*****************************************
********   IF LOGO IS IMAGE     *********
*****************************************/

@media (min-width: 981px) {
	.image-logo #top-menu > li > a {
		transition: all 0.3s !important;
	}
}

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

/*
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; */
	}
}
.footer-widget li:before {
	border-color: #fdcc8f;
}
@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, 0.75));
}

@media (max-width: 767px) {
	.hours,
	.openinghours {
		width: 100%;
		text-align: center;
	}
}

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

#mobile_menu li a {
	text-transform: uppercase !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: #111111 !important;
	z-index: 99999 !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;
	}
}
@media screen and (min-width:981px) {
	.image-logo .logo_container {
		height: 100px !important;
	}
}
.logo-wrapper span {
	display:flex;
	align-items:end;
	justify-content:center;
}
.logo-icon img {
	width: 50px;
	margin-right: 10px;
}
span.logo_helper {
	display: none;
}
.top-header {
	width: 100%;
	padding: 5px 0;
	background: #111111;
}
.top-header-inner {
	display: flex;
	align-items: center;
	justify-content:space-between;
}
.top-header-left {
	display:flex;
}
.top-header-container,
.container_nav,
.bottom-header-container {
	width: 80%;
	max-width: 1350px;
	margin: auto;
	position: relative;
}
.bottom-header-container {
	text-align:center;
}
.top-header-info {
	display: flex;
}
.box-h-all {
	display: flex;
	align-items: center;
}
.address {
	margin: 0 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;
}
.bottom-header {
	background: #fff;
	padding: 10px 0 0px;
}
.container_nav {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0px !important;
	background:#fff;
}
.logo_container {
	height: auto !important;
	text-align: center;
	display: inline-block;
	padding: 0 !important;
}
.et_pb_slider .et_pb_slide_0 {
	background-position:center !important;
	min-height: 80vh;
	padding: 0px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.slider {
	text-align: center;
	padding: 0 15px;
}
.slider-title-wl {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
	background: #a7696b;
	padding: 8px 20px;
	display: inline-block;
	border-radius: 50px;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
.slider-title-cn h1{
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.3;
	margin: 15px 0;
	text-transform: uppercase;
}
.slider-content {
	font-size: 18px;
	border-left: 5px solid #fdcc8f;
	display: inline-block;
	padding-left: 10px;
}
.button {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	background-color: #a7696b;
	border: 2px solid #fdcc8f;
	border-radius: 50px;
	color: #fff;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: 600;
	padding: 10px 15px;
	margin-top: 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-transform: uppercase;
	overflow: hidden;
	width: 300px;
	z-index: 1;
	box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.button:after {
	content: "";
	position: absolute;
	height: 100%;
	left: -280px;
	top: -25px;
	border-radius: 50px;
	transform: none;
	bottom: auto;
	right: auto;
	z-index: -1;
	transition: 0.3s;
	opacity: 1;
	visibility: visible;
	width: 100%;
	background: #fdcc8f;
}
.button:hover:after {
	left: 0;
	top: 0;
}
.button:hover {
	color: #111;
}
.nap-section {
	background:transparent;
}

@media screen and (max-width:768px){
	.row-nap {
		display: flex;
		margin-top: 0px !important;
	}
}
.row-nap {
	display: flex;

	/*margin-top: -170px;*/

}
.nap-box {
	position: relative;
	text-align: center;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0px;
	padding: 0 10px;
}
.col-nap {
	position: relative;
	padding: 20px;
	background: #fff;
	transition: all .5s ease-in-out;
}
.col-nap:hover {
	transform: translateY(-10px);
}
.col-nap:before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 3px solid #fdcc8f;
}
.col-nap:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 56px;
	height: 50%;
	background: #fff;
	z-index: -1;
	transition: .25s ease-out all;
}
.nap-box-icon .fa {
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	color: #a7696b;
}
.nap-box-title {
	margin: 25px 0 10px;
}
.nap-box-title h3 {
	color:#111111;
	text-align: center;
	font-weight:bold;
	line-height: normal;
	font-size: 20px;
	font-family: 'Rubik', sans-serif;
	padding-bottom: 0px;
}
.col-nap:hover .nap-box-title h3 {
	color:#a7696b;
}
.col-left-image img {
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 500ms ease
}
.col-left-image span, .col-left-image .et_pb_module {
	height: 100%;
}
.first-row-content {
	display: flex;
}
h1.entry-title {
	font-family: 'Rubik', sans-serif;
	line-height: normal;
	font-weight: bold !important;
	text-align: left;
	color: #000;
	padding-bottom: 0px;
}
.home .entry-title h2 {
	font-size: 35px !important;
}
.btn-about a {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	background-color:#a7696b;
	border:2px solid #a7696b;
	border-radius:50px;
	color: #fff;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: 600;
	padding: 10px 30px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-transform: uppercase;
	overflow: hidden;
	width: 160px;
	z-index: 1;
	box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.btn-about a:after {
	content: "";
	position: absolute;
	width: calc(100% - 10px);
	height: 100%;
	left: -140px;
	top: -25px;
	border-radius: 50px;
	transform: none;
	bottom: auto;
	right: auto;
	z-index: -1;
	transition: 0.3s;
	opacity: 1;
	visibility: visible;
	width: 100%;
	background: #111111;
}
.btn-about a:hover:after {
	left: 0;
	top: 0;
}
.module-call-box {
	padding: 40px 20px;
	background-image: linear-gradient(to right, #fdcc8fcf, #a7696b), url(https://personalchoicepa.com/wp-content/uploads/2024/09/background-call.webp);
}
.call-box {
	display: flex;
	justify-content: space-between;
}
.call-box-title {
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}
.call-box-icon a {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #ffffff;
	border-radius: 50%;
	color: #212529;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 35px;
	text-align: center;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.call-box-icon a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #ffffff;
	-webkit-animation: ripple 1s linear infinite;
	animation: ripple 1s linear infinite;
}
.call-box-icon a i {
	font-size: 35px;
	position: relative;
	color:#111111;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
@keyframes ripple {
	0% {
		transform: scale(1);
	}
	75% {
		transform: scale(1.75);
		opacity: 1;
	}
	100% {
		transform: scale(2);
		opacity: 0;
	}
}
.col-right-image-service img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 500ms ease;	
}
.col-right-image-service span, .col-right-image-service .et_pb_module {
	height: 100%;
}
/* services box */
.row-services {
	display:flex;
}
.col-services {
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
	position: relative;
	padding: 0 0 10px;
}
.col-services::before {
	content: "";
	position: absolute;
	height: 5px;
	left: 15px;
	right: 15px;
	bottom: 0px;
	background: #a7696b;
}
.title-service {
	color: #111111;
	line-height: normal;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	font-family: 'Rubik', sans-serif;
}
.title-service span {
	color:#a7696b;
}
.services-box-img img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.services-box-main {
	background:#fff;
	width: 85%;
	margin: -70px auto 0;
	padding: 10px 10px;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	border-radius: 10px;
	position: relative;
}
.services-box-main-title {
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	min-height:80px;
}
.services-box-main-title h3 {
	color:#111111;
	font-family: 'Rubik', sans-serif;
	font-weight:bold;
	line-height:normal;
	padding-bottom:0px;
}
.services-box-main-title h3:hover {
	color:#a7696b;
}

.services-box-main-content a{
	color:#1ec7ba;
}
/* end services box */

#contact-section {
	padding:0px !Important;
}
#contact {
	padding: 0px;
}
.row-contact-form {
	display:flex;
}
.module-w {
	margin:0 auto;
	width:80%;
	max-width:1080px;
}
.col-left-contact-image span, .col-left-contact-image .et_pb_module {
	height: 100%;
}
.col-left-contact-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 500ms ease;
}
.col-right-contact-form {
	background:#111111;
	padding:50px 0;
}
.testimonials {
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	z-index:1;
}
.testimonials::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 20px;
	right: 20px;
	height: 100%;
	background-color: #a7696b;
	border-radius: 10px;
	z-index: -1;
}
.testimonials .fa {
	color: #a7696b;
	font-size: 50px;
}
.module-testimonials-descrp {
	padding: 10px 0px 1px 0px;
}

.home div.wpcr3_dotline {
	border-bottom: 0px dotted #ccc !important;
}
.home div.wpcr3_review blockquote.wpcr3_content {
	padding-bottom: 0px;
	margin-bottom:0px;
}
.section-services-list {
	padding-top: 100px !important;
}
.title-services-list {
	position: relative;
	font-family: 'Rubik', sans-serif;
	color: #000 !important;
	font-size: 35px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	margin-bottom: 30px;
}
.title-services-list span {
	color:#a7696b;
}
/* reviews */

.owl-stage {
	display: flex;
	align-items: 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;
}
.external-review-content {
	width:100%;
}
.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: #000000;
	font-weight: 400;
	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: #000000;
}
.external-review-author {
	margin: 0 5px;
	font-weight:400;
}

.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;
	width: 95%;
	color: #000000;
	font-weight: 400;
	position: relative;
}
a.add-reviews-link {
	color: #ed9e02;
	text-transform: uppercase;
	border-radius: 5em;
	font-size: 14px;
	font-weight: 400;
	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 */
/* add buttons*/
.booking-button-switch {
	display: none !important;
}
.button-quote-header {
	text-align: center;
	padding: 10px 0;
	background: #a7696b;
}
.top_button {
	position: relative;
	display: inline-block;
	background-color:#283b6a;
	font-weight: bold !important;
	box-shadow:0 3px 24px rgb(0 0 0 / 10%);
	text-transform: uppercase;
	text-shadow: none;
	color: #fff;
	letter-spacing: 2px;
	padding:6px 25px 8px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius: 50px;
}
.top_button:hover {
	color:#fff;
}
.top_button .fa {
	top:0px !important;
	left:0px !important;
	height:0px !important;
	color:#fff !important;
	padding: 5px 5px 5px 0px !important;
}
.floating-estimate-btn {
	text-align: center;
	padding: 10px 15px 8px 15px;
	background-color: #a7696b;
	color: #ffffff !important;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border: 3px solid #283b6a;
	border-left: 0px;
	letter-spacing: 2px;
	font-size: 15px;
	z-index: 999999;
	font-weight: bold;
	box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
	position: fixed;
	bottom: 60px;
	text-transform: uppercase;
	width: 265px;
}
#main-footer .listing-rev-btn {
	display: flex;
	align-items: center;
	position: fixed;
	padding: 10px 15px 8px 15px;
	border: 3px solid #fdcc8f;
	border-left: 0px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	bottom:0px;
	letter-spacing: 2px;
	background: #a7696b;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	justify-content: center;
	width: 265px;
	z-index: 9999;
	font-weight:bold;
	box-shadow:0 3px 24px rgb(0 0 0 / 10%);
}
#main-footer .listing-rev-btn img {
	display:none;
}
#main-footer .listing-rev-btn .fa {
	display: block;
	margin-right: 5px;
	color: #fff;
	position: relative;
	bottom: 2px;
}
/* end add buttons */

@media screen and (min-width:786px) {
	.slider-button {
		display:flex;
		justify-content:center;
	}
	.slider-button .booking-button-switch {
		margin-right:15px;
	}
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 980px) {
	.container_nav {
		width: 100%
	}
	.et_header_style_centered header#main-header .logo_container {
		max-height: 300px;
	}
	#et-top-navigation,
	.image-logo #et-top-navigation {
		padding: 0px 0 0;
	}
	.et_header_style_centered #et_mobile_nav_menu {
		margin-top: 0px;
	}
	.logo-wrapper span {
		align-items: center;
		flex-direction: column;
	}
	.slider-title {
		font-size: 30px;
	}
	.row-nap, .row-services, .first-row-content, .row-contact-form{
		flex-direction:column;
	}
	.row-services {
		padding-bottom: 0px !important;
	}
	.home h1.entry-title,
	.btn-about {
		text-align: center !important;
	}
	.wpcr3_review,
	.wpcr3_item_name {
		text-align: center;
	}
}
@media screen and (max-width: 600px) {
	.top-header-inner,
	.top-header-left {
		flex-direction: column;
		align-items: center;
	}
	.top-header-container {
		width: 100%
	}	
	.et_pb_slider .et_pb_slide_0 {
		background-position: 60% 100% !important;
	}
	.slider-title-cn h1{
		font-size: 35px;
	}
}


/* HTML BADGES STYLE */

div#home-badges-section:before,
div#homepage-nap-section:before {
	content: '';
	position: absolute;
	background-size: auto;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	top: 0;
}

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

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

.badge-holder:before {
	content: '';
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 3px solid #111;
}
.badge-holder:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 56px;
	height: 50%;
	background: #fff;
	z-index: 2;
}

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

.badge-holder img {
	width: 75%;
	padding-bottom: 5px;
	z-index: 20;
}

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

.badge-title {
	background: #111;
	font-size: 15px;
	width: 85%;
	text-align: center;
	line-height: 1.2;
	padding: 5px;
	position: absolute;
	bottom: -15px;
	color: #fefefe;
	font-weight: bold;
	border-radius: 15px;
	z-index: 10;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

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

/* END HTML BADGES STYLE */

.nav-arrows button{background: #1ec7ba;border-color: #1ec7ba;border-style:solid;color: #fff;display: flex;}

.nav-arrows button:hover {
	background: #283b6a;
	color: white;
}

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


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


/* SERVICES BOXES */
.srvBlock {
	max-width: 1366px;
	padding: 20px 10px 0px;
	display: flex;
	align-items: stretch;
	flex-direction: row;
	margin: 0 auto;
}

.srvElement {
	width:fit-content;
	float: left;
	padding: 0px;
	margin: 0px 1%;
	background-color: #111;
}

.srvElementFullWidth {
	margin: 20px 20px 0px;
	background-color: #111;
	display: flex;
	flex-direction: column;
}

.srvElementHeader {
	min-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #a7696b;
}

.srvElementHeader h2 {
	color: #fff;
	font-size: 120%;
	padding: 0px;
	font-weight: bold;
}

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

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

.srvElementFullWidth .srvElementImg {
	width: 30%;
}
.srvElementFullWidth .srvElementContent {
	width: 70%;
	padding-left: 20px;
}

.srvElementHeader:hover {
	background-color: #fdcc8f;
}
.srvElementHeader:hover h2{
	color: #111;
}

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

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

	.srvElementFullWidth .srvElementBody {
		display: block;
	}

	.srvElementFullWidth .srvElementImg {
		width: 100%;
	}

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

	.srvElementBody {
		padding: 10px;
	}
}

.srvcs-title {
	text-align: center !important;
	font-weight: bold; 
	color: #fff!important; 
	text-shadow: 0px 0px 15px #0a1f54;
}
/* END SERVICES BOXES */



/* ADDITTIONAL SERVICES */

#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;
	}
}
/* END ADDITTIONAL SERVICES */

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

@media (min-width: 981px) {
	.et_pb_section {
		padding: 80px 0;
	}
}

@media (min-width: 981px) {
	.et_pb_row {
		padding: 0px 0;
	}
}

.et_pb_title_container h1 {
	font-size: 30px;
}

.et_fixed_nav.et_show_nav.et_header_style_centered #page-container {
	padding-top: 280px;
}
.nap-grid-areas {
	grid-template-columns: repeat(auto-fit,minmax(var(--nap-grid-list-item-width,235px),1fr));
}


body.page-id-1614 article .et_pb_posts article.et_pb_post .post-content {
	text-align: justify;
}
@media screen and (max-width: 981px) {
	body.page-id-1614 article .et_pb_posts article.et_pb_post h2.entry-title {
		font-size: 24px;	
		text-align: center;
	}
	body.page-id-1614 article .et_pb_posts article.et_pb_post .post-meta,
	body.single-post .post-meta {
		text-align: center !important;
		margin-block: 5px;
	}
	body.single-post .entry-content h2 {
		font-size: 24px !important;
	}
}


.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: #a7696c;
    color: #fff;
    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: #fff;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-align: left;
    background: #000;
}

img.second-list-image {
    width: 100%;
    max-width: 600px;
}
.first-list-content li:hover, .second-list-content li:hover {
    background: #fdcd8f;
    color: #070E09;
}
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%;
}
}


.single-post h2 {
    text-align: left;
    font-size: 25px;
    line-height: 1.3em;
    margin-bottom: 10px;
    font-weight: 700;
}
#left-area p, #left-area ol, #left-area ul {
    text-align: justify;
}
.post-content p {
    text-align: justify !important;
}  
@media (max-width: 980px) {
    #left-area .post-meta {
    text-align: center;
}
}
#main-content .container h2 {
    font-size: 24px !important;
    font-weight: 700;
}

@media (max-width: 980px) {
    .et_right_sidebar #sidebar {
        margin-left: 0;
        border-left: none;
        margin-top: 30px!important;
    }
}
