/*
Theme Name: ASF Clean Team
Theme URI: https://wisdek.com/
Author: Wisdek Corp.
Author URI: https://wisdek.com/
Description: Wordpress theme designed for ASF Clean Team with Woo Commerce &amp; Blog Integration.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asfcleanteam
Tags: one-column, two-columns, custom-menu, featured-images, left-sidebar, right-sidebar
*/
:root {
	--primary-color: #ff8f00;
	--primary-dark-color: #e78505;
	--secondary-color: #26a9e0;
	--secondary-dark-color: #1d88b6;
}
body {
	font-family: 'Open Sans', sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: var(--primary-color);
	transition: all linear 0.2s;
}
a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
	color: #444;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}
.btn {
	font-weight: 600;
}
.btn,
.form-control {
	border-radius: 6px;
}
.btn-warning {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}
.btn-warning:hover,
.btn-warning:focus {
	color: #fff;
	background: var(--primary-dark-color);
	border-color: var(--primary-dark-color);
}
.btn-primary {
	background: var(--secondary-color);
	border-color: var(--secondary-color);
	color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background: var(--secondary-dark-color);
	border-color: var(--secondary-dark-color);
}
.btn_styled {
	padding: 10px 30px;
}
section {
	padding: 60px 0;
}
.grey_sec {
	background: #f6f6f6;
}
.sec_heading {
	text-align: center;
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 30px;
}
.sec_heading:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	content: '';
	width: 50px;
	height: 3px;
	background: var(--primary-color);
}
.sec_left_heading {
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 30px;
}
.sec_left_heading:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 50px;
	height: 3px;
	background: var(--primary-color);
}

label {
	margin: 0;
}
.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 15px;
}
.aligncenter {
	text-align: center;
	margin: 0 auto 10px;
	display: block;
}
.alignnone {
	float: none;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	margin-bottom: 1rem;
	padding: 4px;
	max-width: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	padding: 0 5px;
	margin: 0;
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.clear {
	clear: both;
}
.clear1 {
	clear: both;
	padding: 1px 0 0;
}
.clear5 {
	clear: both;
	padding: 3px 0 2px;
}
.clear10 {
	clear: both;
	padding: 5px 0;
}
.mrb-10 {
	margin: 0 10px 10px 0;
}
.br-0 {
	border-radius: 0;
	-webkit-border-radius: 0;
}

.topbar {
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.top_contact_info a {
	color: #fff;
	margin-right: 25px;
}
.top_contact_info a i.fa {
	color: var(--primary-color);
	margin: 0 5px 0 0;
}
.top_contact_info a:hover {
	color: var(--secondary-color);
}
.active_hours {
	color: #fff;
	text-align: right;
}
.active_hours i.fa {
	color: var(--primary-color);
	margin: 0 5px 0 0;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
body.page-id-7 header {
	position: static;
	background-color: #fff;
}
body.page-id-7 header .topbar {
	background: #1d88b6;
}
.logo {
	max-width: 180px;
	padding: 20px 0;
}
.menubar {
}
#menu {
	position: relative;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#menu ul li {
	display: inline-block;
	position: relative;
}
#menu ul li a {
	color: #fff;
	padding: 20px;
	font-size: 17px;
	display: block;
	text-decoration: none;
	position: relative;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-weight: 600;
}
body.page-id-7 #menu ul > li > a {
	color: #000;
}
body.page-id-7 .menubar.sticky #menu > ul > li > a {
	color: #fff;
}
#menu > ul > li:first-child > a {
	padding-left: 0;
}
#menu li > a:after {
	content: '\f107';
	font-family: 'FontAwesome';
	margin-left: 5px;
}
#menu li > a:only-child:after {
	margin-left: 0;
	content: '';
}
#menu ul li a:hover,
#menu ul li.active a,
#menu ul li.current_page_item > a,
#menu ul li.current-menu-ancestor > a,
#menu ul li.current-menu-item > a,
#menu ul li.current-menu-parent > a {
	color: #ff8f00;
}
#menu li.active ul li a {
	color: #fff;
	background: var(--secondary-color);
}
#menu li.active ul li a:hover {
	color: #fff;
	background: var(--secondary-color);
}
#menu li > ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	min-width: 220px;
	white-space: nowrap;
}
#menu ul li.active ul li a {
	background: #fff;
	color: #333;
}
#menu li > ul li {
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	display: block;
	position: relative;
	margin: 0;
	text-align: left;
}
#menu li > ul li:hover {
	background: var(--secondary-color);
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#menu li > ul li a {
	color: #333;
	font-size: 13px;
	padding: 10px 15px;
	border-right: 0;
}
#menu li > ul li a:hover {
	color: #fff;
	text-decoration: none;
}
#menu li ul li.current_page_item > a,
#menu li ul li.current-menu-ancestor > a,
#menu li ul li.current-menu-item > a,
#menu li ul li.current-menu-parent > a {
	background: #333;
	color: #fff;
}
#menu > li {
	border-left: 1px solid #999;
}
#menu > li:first-child,
#menu > li.has-submenu + li {
	border-left: 0;
}
#menu li > ul > li > ul {
	position: absolute;
	left: 100%;
	top: 0;
	transition: all linear 0.2s 0s;
	-webkit-transition: all linear 0.2s 0s;
	visibility: hidden;
	opacity: 0;
}
#menu li > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
	display: block;
}
#menu li > ul {
	transition: all linear 0.2s 0s;
	-webkit-transition: all linear 0.2s 0s;
	visibility: hidden;
	opacity: 0;
}
#menu li:hover > ul {
	visibility: visible;
	opacity: 1;
}
#menu li > ul li a {
	padding: 0 23px;
	transition: all linear 0.2s 0s;
	-webkit-transition: all linear 0.2s 0s;
}
#menu li:hover > ul li a {
	padding: 10px 23px;
}
#menu li > ul li:hover a {
	color: #fff;
}
#menu li > ul li:hover ul li a {
	color: #000;
}
#menu li > ul li ul li a:hover {
	color: #ff9e00;
}
@keyframes menu_sticky {
	0% {
		margin-top: -240px;
	}
	50% {
		margin-top: -90px;
	}
	100% {
		margin-top: 0;
	}
}
.menubar.sticky {
	margin: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	animation-name: menu_sticky;
	animation-duration: 0.6s;
	animation-timing-function: ease-out;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.49);
	-webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.49);
}
.menubar.sticky .logo {
	max-width: 140px;
	padding: 10px 0;
}

#home_slider .item {
	position: relative;
}
#home_slider .item:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	content: '';
	background: rgba(0, 0, 0, 0.55);
}
.slider_caption {
	position: absolute;
	left: 50%;
	top: 58%;
	transform: translate(-50%, -50%);
	z-index: 1;
	color: #fff;
	text-align: center;
}
.slider_caption .big_text {
	font-size: 55px;
	font-weight: 800;
	margin: 0 0 20px;
	line-height: 1.2;
	position: relative;
	top: -30px;
	opacity: 0;
	transition: all linear 0.3s;
	transition-delay: 1s;
}
.slider_caption .small_text {
	font-size: 22px;
	margin: 0 0 50px;
	position: relative;
	top: 30px;
	opacity: 0;
	transition: all linear 0.3s;
	transition-delay: 1.5s;
}
.slider_btn {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: all linear 0.3s;
	transition-delay: 2s;
}
.slider_btn a {
	margin-right: 10px;
}
.slider_btn a:last-child {
	margin-right: 0;
}
#home_slider .owl-item.center .slider_caption .big_text {
	top: 0;
	opacity: 1;
}
#home_slider .owl-item.center .slider_caption .small_text {
	top: 0;
	opacity: 1;
}
#home_slider .owl-item.center .slider_caption .slider_btn {
	top: 0;
	opacity: 1;
}
#home_slider .owl-prev,
#home_slider .owl-next {
	position: absolute;
	top: 55%;
	right: 0;
	transform: translateY(-50%);
	width: 60px;
	text-align: center;
	color: #fff;
	font-size: 50px;
}
#home_slider .owl-prev {
	left: 0;
}

ul.check_list {
	padding: 0 0 0 10px;
	margin: 0;
	list-style: none;
}
ul.check_list li {
	margin: 0 0 10px;
	padding: 0 0 0 30px;
	position: relative;
}
ul.check_list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	background: url(../svg/check.svg) center no-repeat;
	background-size: 100%;
}

.about_img {
	border-radius: 6px;
	overflow: hidden;
}
.about_text_box {
	background: #fff;
	padding: 35px;
	margin-left: -150px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

.review_bar {
	background: var(--secondary-color);
	color: #fff;
	padding: 40px 0;
}
.review_text {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 600;
}
.review_img {
	background: #fff;
	padding: 15px;
	text-align: center;
	border-radius: 6px;
	overflow: hidden;
}
.review_img img {
	height: 100px;
	object-fit: scale-down;
}

.whatdo_box_wrap {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	overflow: hidden;
}
.whatdo_box_wrap .whatdo_thumb {
	overflow: hidden;
	text-align: center;
}
.whatdo_box_wrap .whatdo_thumb img {
	transition: all linear 0.2s;
}
.whatdo_info {
	padding: 30px;
	text-align: center;
}
.whatdo_info h4 a {
	color: #000;
}
.whatdo_info p {
	display: -webkit-box;
	/* -webkit-line-clamp: 4; */
	/*overflow: hidden;*/
	-webkit-box-orient: vertical;
	min-height: 95px;
	margin: 0 0 30px;
	height: 192px;
}
.whatdo_info .btn {
	padding: 7px 25px;
}
.whatdo_box_wrap:hover .whatdo_thumb img {
	transform: scale(1.05);
}

.action_bar {
	background: var(--primary-color) url(../png/actionbar-bg-2.png) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	padding: 40px 0;
}
.action_bar p {
	margin: 0;
	font-size: 18px;
}
.action_bar_btns .btn:first-child {
	margin: 0 15px 0 0;
}
.action_bar_btns .btn {
	font-size: 18px;
	padding: 12px 30px;
}

.whatdo_sec_contents .row {
	margin: 0;
}
.whatdo_sec_contents .cleaning_img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.whatdo_sec_contents .whatdo_content_wrap {
	padding: 70px;
}
.whatdo_sec_contents .row:nth-child(odd) .cleaning_img {
	order: 13;
}
.whatdo_sec_contents .row:nth-child(even) {
	background: #f9f9f9;
}

.service_box {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	display: block;
	overflow: hidden;
	margin: 0 0 30px;
}
.service_box .service_box_thumb {
	overflow: hidden;
}
.service_box_thumb img {
	height: 250px;
	object-fit: cover;
	width: 100%;
	transition: all linear 0.2s;
}
.service_box_info {
	text-align: center;
	min-height: 70px;
	padding: 15px;
	margin: 0;
	color: #000;
	position: relative;
	-webkit-transition: all linear 0.2s 0s;
	transition: all linear 0.2s 0s;
}
.service_box_info h6 {
	margin: 0;
	color: #000;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
}
.service_box_info p {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	overflow: hidden;
	-webkit-box-orient: vertical;
	min-height: 95px;
	margin: 0 0 30px;
}
.service_box_info .btn {
	padding: 7px 25px;
}
.service_box:hover .service_box_info {
	background: var(--primary-color);
	color: #fff;
}
.service_box:hover .service_box_info h6 {
	color: #fff;
}
.service_box:hover .service_box_thumb img {
	transform: scale(1.05);
}

#customer_slider .item {
	text-align: center;
}
#customer_slider .item img {
	height: 60px;
	object-fit: scale-down;
}

.cp_wrap {
	text-align: center;
	background: #fff;
	padding: 35px 20px;
	border-radius: 6px;
}
.cp_wrap p {
	min-height: 144px;
	color: #999;
}
.core_icon {
	margin: 0 0 20px;
}
.core_icon img {
	height: 100px;
	object-fit: scale-down;
}

.testimonials_sec {
	position: relative;
	color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.testimonials_sec::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	content: '';
	background: rgba(0, 0, 0, 0.75);
}
#testimonial_slider .item .testi_contents {
	padding: 50px 150px 20px;
	position: relative;
	text-align: center;
}
#testimonial_slider .item .testi_contents .quote_icon {
	width: 80px;
	height: 80px;
	opacity: 0.7;
	margin: 0 auto;
}
#testimonial_slider .item .testi_contents p {
	position: relative;
	margin: 0;
	font-size: 20px;
	line-height: 1.8;
}
#testimonial_slider .item .author_name {
	color: var(--primary-color);
	font-weight: 700;
	text-align: center;
	font-size: 20px;
}

#testimonial_slider .owl-dots {
	text-align: center;
	margin: 35px 0 0;
}
#testimonial_slider .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 5px;
}
#testimonial_slider .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	display: block;
}
#testimonial_slider .owl-dots .owl-dot:hover span,
#testimonial_slider .owl-dots .owl-dot.active span {
	background: var(--secondary-color);
}

.footer_wrapper {
	padding: 60px 0;
	color: #000;
	background: #fff;
}
.footer_wrapper h4 {
	margin-bottom: 20px;
}
.footer_logo {
	margin-bottom: 25px;
}
ul.footer_list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.footer_list li {
	position: relative;
	margin-bottom: 10px;
}
ul.footer_list li a {
	transition: all 0.5s;
	position: relative;
	padding-left: 15px;
	color: #000;
	display: block;
}
ul.footer_list li a:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 8px;
	height: 8px;
	display: inline-block;
	background: var(--primary-color);
	margin: auto 0;
	transition: left 0.3s;
	border-radius: 50%;
}
ul.footer_list li a:hover {
	color: var(--primary-color);
	text-decoration: none;
}
ul.footer_list li.current_page_item a {
	color: var(--primary-color);
	text-decoration: none;
}
ul.footer_list li:hover a:before,
ul.footer_list li.current_page_item a:before {
	left: 3px;
	color: var(--primary-color);
}

ul.contact_info_list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
ul.contact_info_list li {
	position: relative;
	line-height: 1.8;
	padding: 2px 0;
	padding-left: 30px;
	color: #000;
	margin-bottom: 15px;
}
ul.contact_info_list li a {
	display: block;
	color: #000;
	font-weight: 400;
}
ul.contact_info_list li i {
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 8px;
	color: var(--primary-color);
}
ul.contact_info_list li a:hover {
	color: #fff;
	text-decoration: none;
}
ul.footer_social {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
ul.footer_social li {
	display: inline-block;
	margin-right: 15px;
}
ul.footer_social li a {
	text-align: center;
	color: #fff;
	display: inline-block;
	font-size: 20px;
}
ul.footer_social li:last-child {
	margin-right: 0;
}
.footerbar {
	padding: 0;
	color: #fff;
	background-color: var(--secondary-color);
	color: #fff;
	padding: 15px 0;
}
.copyright_text {
	text-align: right;
}

.call_us_mobile {
	display: none;
}

.inner_banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 200px 0 0;
	text-align: center;
	position: relative;
}
.inner_banner:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	background-color: rgba(0, 0, 0, 0.7);
}
.inner_banner h1 {
	text-transform: inherit;
	margin-bottom: 0;
	color: #fff;
}

ul.left_menu {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
ul.left_menu li {
	display: block;
}
ul.left_menu li a {
	display: block;
	padding: 10px 15px;
	color: #333;
	border: #ccc solid 1px;
	text-decoration: none;
	position: relative;
	-webkit-transition: all linear 0.2s 0s;
	transition: all linear 0.2s 0s;
	margin-bottom: 3px;
	font-size: 15px;
}
ul.left_menu li a:hover,
ul.left_menu li.active a {
	background-color: #000;
	color: #fff;
	border: #000 solid 1px;
}

.inner_contents {
	min-height: 500px;
}
.scrollPage {
	position: sticky;
	top: 100px;
	z-index: 2;
	display: block;
}

.seo_accordions .card {
	margin: 0 0 15px;
	border: 0;
	border-radius: 6px !important;
	overflow: hidden;
	box-shadow: 2px 2px 6px #ebf2fa;
}
.seo_accordions .card-header {
	padding: 0;
	border: 0;
	background: none;
}
.seo_accordions .card-header a {
	display: block;
	padding: 14px 20px 14px 40px;
	color: #000;
	position: relative;
	font-family: var(--poppins-font);
	font-weight: 500;
	font-size: 18px;
	cursor: pointer;
}
.seo_accordions .card-header a:before {
	position: absolute;
	left: 15px;
	top: 23px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--primary-color);
	content: '';
}
.seo_accordions .card-header a:after {
	position: absolute;
	right: 15px;
	top: 12px;
	width: 30px;
	height: 30px;
	padding: 10px;
	border-radius: 50%;
	background: var(--secondary-color) url(../svg/arrow-down.svg) no-repeat
		center;
	background-size: 40%;
	content: '';
	box-shadow: 3px 3px 4px rgb(71, 102, 212, 0.52);
	transition: all linear 0.2s;
}
.seo_accordions .card-header a[aria-expanded='true']:before {
	background: var(--secondary-color);
}
.seo_accordions .card-header a[aria-expanded='true']:after {
	background: #ecf5ff url(../svg/arrow-down-blue.svg) no-repeat center;
	background-size: 40%;
}
.seo_accordions .card-body {
	padding: 10px 43px 15px;
}

span.wpcf7-not-valid-tip {
	display: none;
}
.wpcf7-not-valid {
	border: 1px solid #f00;
}
.wpcf7-checkbox.wpcf7-not-valid {
	border: none;
}
.wpcf7-checkbox.wpcf7-not-valid input[type='checkbox'] {
	outline: 1px solid #f00;
}
span.wpcf7-list-item {
	margin: 0 1em 0 0;
}
div.wpcf7-response-output {
	margin: 0 !important;
}

.social_contact i {
	font-size: 24px;
	margin-right: 10px;
	margin-bottom: 15px;
}
.contact i {
	font-size: 20px;
	margin-right: 10px;
}

.blog_info {
	padding: 30px;
}
.blog_info h4 {
	font-size: 20px;
	min-height: 48px;
}
.blog_info h4 a {
	color: #000;
}
.blog_info p {
	margin: 0 0 20px;
}
.blog_thumb img {
	height: 250px;
	object-fit: cover;
}

.post-stats {
	margin-bottom: 10px;
	overflow: hidden;
}
.post-stats div {
	float: left;
}
.post-stats div,
.post-stats span {
	font-size: 15px;
	margin-right: 8px;
}
.post-stats i.fa {
	font-size: 15px;
	margin-right: 5px;
}

.tags_list {
	margin-bottom: 10px;
}
.tags_list i {
	margin-right: 5px;
}
.tags_list a {
	word-break: break-word;
	white-space: normal;
	display: inline-block;
	padding: 4px 8px;
	margin: 0 8px 8px 0;
	font-size: 12px;
	color: #000;
	border: 1px solid #666;
	border-radius: 4px;
}
.tags_list a:hover {
	background: #ff9e00;
	border-color: #ff9e00;
	color: #fff;
}
.tagcloud a {
	word-break: break-word;
	white-space: normal;
	display: inline-block;
	padding: 4px 8px;
	margin: 0 8px 8px 0;
	font-size: 12px !important;
	color: #000;
	border: 1px solid #666;
	border-radius: 4px;
}
.tagcloud a:hover {
	background: #ff9e00;
	border-color: #ff9e00;
	color: #fff;
}

.widget {
	margin-bottom: 20px;
}
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget ul li {
	border-bottom: 1px dotted #ddd;
}
.widget ul li:last-child {
	border: none;
}
.widget ul li a {
	color: #333;
	display: block;
	padding: 8px 0 8px 25px;
	position: relative;
}
.widget ul li a:before {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 8px;
}
.widget ul li a:hover {
	background: #ff9e00;
	color: #fff;
	text-decoration: none;
}
.widget ul li a:hover:before {
	color: #fff;
	left: 3px;
}

.custom_pagination,
.woocommerce-pagination {
	text-align: center;
}
.page-numbers {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.page-numbers > li {
	display: inline;
}
.page-numbers > li > a,
.page-numbers > li > span {
	position: relative;
	float: left;
	padding: 5px 15px;
	font-size: 14px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.page-numbers > li:first-child > a,
.page-numbers > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.page-numbers > li:last-child > a,
.page-numbers > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.page-numbers > li > a:hover,
.page-numbers > li > span:hover,
.page-numbers > li > a:focus,
.page-numbers > li > span:focus {
	color: #ff9e00;
	background-color: #eee;
	border-color: #ddd;
}
.page-numbers > .active > a,
.page-numbers > .active > span,
.page-numbers > .active > a:hover,
.page-numbers > .active > span:hover,
.page-numbers > .active > a:focus,
.page-numbers > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #ff9e00;
	border-color: #ff9e00;
}
.page-numbers .current,
.page-numbers .current:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #ff9e00;
	border-color: #ff9e00;
}
.page-numbers > .disabled > span,
.page-numbers > .disabled > span:hover,
.page-numbers > .disabled > span:focus,
.page-numbers > .disabled > a,
.page-numbers > .disabled > a:hover,
.page-numbers > .disabled > a:focus {
	color: #999;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

blockquote {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.45;
	color: #ff9e00;
	background-color: #f6f6f6;
	padding: 32px 50px 32px 85px;
	position: relative;
	margin: 33px 0;
	text-align: left;
}
blockquote::before {
	content: '\f10d';
	font-family: 'FontAwesome';
	position: absolute;
	top: 39px;
	left: 40px;
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #ff9e00;
}
blockquote cite {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #212529;
	display: block;
	margin-top: 13px;
}
blockquote cite::before {
	content: '— ';
}
.rl-gallery .rl-gallery-link img {
	object-fit: scale-down;
	height: 600px;
}
.sy-pager {
	display: none !important;
}

/* colors & borders */
.wp-block-yoast-faq-block {
	border-top: 1px solid #eee;
}
.wp-block-yoast-faq-block .schema-faq-question {
	border-bottom: 1px solid #eee;
}
.wp-block-yoast-faq-block .schema-faq-question:hover,
.wp-block-yoast-faq-block .fcp-opened .schema-faq-question {
	background-color: #fafafa;
}
.wp-block-yoast-faq-block .schema-faq-answer,
.wp-block-yoast-faq-block .fcp-opened .schema-faq-answer {
	border-bottom: 1px solid #eee;
}
/*
<div class="schema-faq-section" id="faq-question-1628288087707">
  <strong class="schema-faq-question">
    What payment methods do you offer?
  </strong> 
  <p class="schema-faq-answer">
    -Hand us a check in person after we finish our services!<br>-Mail in a check to our office<br>-Pay with Credit Card over the phone<br>-Use the link on your final invoice!<br>-NOTE: we do not accept cash!
  </p> 
</div>

*/

/* layout */
.wp-block-yoast-faq-block .schema-faq-section {
	margin: 0 0 15px;
	border: 0;
	border-radius: 6px !important;
	overflow: hidden;
	box-shadow: 2px 2px 6px #ebf2fa;
}

.wp-block-yoast-faq-block .schema-faq-question {
	display: block;
	padding: 0;
	border: 0;
	background: none;
	position: relative;
	display: block;
	padding: 14px 20px 14px 40px;
	color: #000;
	position: relative;
	font-family: var(--poppins-font);
	font-weight: 500;
	font-size: 18px;
}
.wp-block-yoast-faq-block.fcp-faq .schema-faq-question {
	cursor: pointer;
}
.wp-block-yoast-faq-block .schema-faq-answer {
	margin: 0;
	padding: 12px 10px;
}
/* bullet before a question */
.wp-block-yoast-faq-block.fcp-faq .schema-faq-question:before {
	position: absolute;
	left: 15px;
	top: 23px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--primary-color);
	content: '';
}
/* .wp-block-yoast-faq-block .schema-faq-question,
.wp-block-yoast-faq-block .schema-faq-answer {
	padding-left: 34px;
} */

.wp-block-yoast-faq-block.fcp-faq .fcp-opened .schema-faq-question:before {
	background: var(--secondary-color);
}

.wp-block-yoast-faq-block.fcp-faq .schema-faq-question:after {
	position: absolute;
	right: 15px;
	top: 12px;
	width: 30px;
	height: 30px;
	padding: 10px;
	border-radius: 50%;
	background: var(--secondary-color) url(../svg/arrow-down.svg) no-repeat
		center;
	background-size: 40%;
	content: '';
	box-shadow: 3px 3px 4px rgb(71, 102, 212, 0.52);
	transition: all linear 0.2s;
}
.wp-block-yoast-faq-block.fcp-faq .fcp-opened .schema-faq-question:after {
	background: #ecf5ff url(../svg/arrow-down-blue.svg) no-repeat center;
	background-size: 40%;
}

/* transition */
.wp-block-yoast-faq-block.fcp-faq .schema-faq-answer {
	max-height: 0;
	overflow: hidden;
	border-bottom-width: 0;
	padding-top: 0;
	padding-bottom: 0;
	transition: all linear 0.2s;
}
.wp-block-yoast-faq-block .fcp-opened .schema-faq-answer {
	max-height: 9999px;
	border-bottom-width: 1px;
	padding-top: 12px;
	padding-bottom: 20px;
	transition: all linear 0.2s;
}

.wp-block-group h2 {
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 30px 0;
}
.wp-block-group h2:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 50px;
	height: 3px;
	background: var(--primary-color);
}
