/* General */
@media screen and (max-width: 575px) {
	#sp-main-body {
		padding: 40px 0 0 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	#sp-main-body {
		padding: 45px 20px 0 20px;
	}
}

@media screen and (min-width: 992px) {
	#sp-main-body {
		padding: 80px 30px 0 30px;
	}
}

#sp-main-body > .container {
	animation-duration: 800ms;
    animation-name: fadeIn;
}

hr {
	border-top: 1px solid #ccc!important;
	margin-top: 35px !important;
    margin-bottom: 35px !important;	
	opacity: 1;
}

.sp-pagebuilder-page-edit {
	display: none!important;
}

.article-list .article .featured-article-badge, 
.article-details .featured-article-badge,
.article-can-edit {
    display: none!important; 
}

.com-finder p {
    margin-bottom: 1rem!important;
}



/* Fonts */
@media screen and (max-width: 575px) {
	body {
		font-size: 17px!important;
	}
}

a {
	font-weight: 600;
}

a:focus, a:active {
	color: #404040;
}

::selection {
  background-color: #ae1f24;
  color: #fff; 
}

.error-code, .coming-soon-number {
    color: #d30000!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
}

body.view-article .h2:not([itemprop="headline"]), body.view-article .h3, body.view-article .h4, body.view-article .h5, body.view-article .h6, body.view-article h2:not([itemprop="headline"]), body.view-article h3, body.view-article h4, body.view-article h5, body.view-article h6 {
	margin-top: 1.75rem;
}


@media screen and (max-width: 399px) {
	.h1, h1, .article-details .article-header h1 {
		font-size: 28px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 26px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 24px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 22px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 20px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 18px;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.h1, h1, .article-details .article-header h1 {
		font-size: 30px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 28px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 26px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 24px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 22px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 20px;
	}
}

@media screen and (min-width: 768px) {
	.h1, h1, .article-details .article-header h1 {
		font-size: 42px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 36px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 30px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 28px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 24px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 22px;
	}
}



/* Buttons, links and forms */
.form-control, .form-select {
    border-radius: 0;
	padding: 18px;
	font-size: 18px;
	border-color: rgba(25, 25, 25, 0.8)!important;
}

input, textarea {
	font-size: 18px!important;
}

input::placeholder,
textarea::placeholder {
  color: #606060!important;
}

.form-control:focus {
	border-color: rgba(172, 31, 36, 0.6);
	box-shadow: 0 0 25px 5px rgba(172, 31, 36, 0.05)!important;
}

.form-select:focus {
	border-color: rgba(172, 31, 36, 0.6);
    box-shadow: 0 0 25px 5px rgba(172, 31, 36, 0.05)!important;
}

select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
    height: auto!important;
	border-radius: 0!important;
}

textarea {
	border-radius: 0!important;
	border-color: rgba(25, 25, 25, 0.8)!important;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
    padding: 18px!important;
	border-radius: 0!important;
	border-color: rgba(25, 25, 25, 0.8)!important;
}

input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, select:not(.form-select):not(.form-control):focus {
	border-color: rgba(172, 31, 36, 0.6);
    box-shadow: none;
}

.btn, .btn-primary, .sppb-btn-primary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #ae1f24!important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 0!important;
	padding: 15px 35px!important;
}

.btn:hover, .btn-primary:hover, .sppb-btn-primary:hover,
.btn:active, .btn-primary:active, .sppb-btn-primary:active,
.btn:focus, .btn-primary:focus, .sppb-btn-primary:focus {
	color: #fff!important;
	background-color: #283274!important;
}


.btn-secondary, .sppb-btn-secondary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
    background-color: #333!important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 0!important;
	padding: 15px 35px!important;
}

.btn-secondary:hover, .sppb-btn-secondary:hover,
.btn-secondary:active, .sppb-btn-secondary:active,
.btn-secondary:focus, .sppb-btn-secondary:focus {
	color: #fff!important;
	background-color: #606060!important;	
}


.btn-white-border {
    display: inline-block!important;
    white-space: nowrap!important;
    color: #fff!important;
    background-color: transparent!important;
    font-size: 16px!important;
    font-weight: 600!important;
    text-decoration: none!important;
    border: 2px solid #fff!important;
    border-radius: 0!important;
    padding: 15px 35px!important;
}

.btn-white-border:hover {
    color: #fff!important;
    background-color: #ae1f24!important;
    border-color: #ae1f24!important;
}

.btn-white-border:focus-visible {
    color: #fff!important;
    background-color: transparent!important;
    box-shadow: inset 0 0 12px rgba(124, 10, 12, 0.8)!important;
}

.btn-white-border:active {
    color: #ae1f24!important;
    background-color: transparent!important;
}



/* Convert Forms */
#sp-main-body .convertforms {
	background-color: transparent;
}

#sp-main-body .cf-control-group[data-type="heading"] {
    margin-bottom: 20px;
}

#sp-main-body .convertforms .cf-control-input-desc {
    font-size: 17px;
    opacity: 0.7;
}

#sp-main-body .convertforms input, .convertforms textarea {
	color: #252525!important;
}

#sp-main-body .convertforms .cf-content-wrap, #sp-main-body .convertforms .cf-form-wrap {
    padding: 0!important;
}

#sp-main-body .cf-control-input h1, #sp-main-body .cf-control-input h2, #sp-main-body .cf-control-input h3, #sp-main-body .cf-control-input h4, #sp-main-body .cf-control-input h5, #sp-main-body .cf-control-input h6 {
	margin-top: 0!important;
	margin-bottom: 0!important;
	line-height: 1.2!important;
}

.cf-fields input:focus, .cf-fields textarea:focus {
	border-color: rgba(172, 31, 36, 0.4)!important;
    box-shadow: 0 0 25px 5px rgba(172, 31, 36, 0.05)!important;
}

@media screen and (max-width: 399px) {
	#sp-main-body .cf-control-input h1 {
		font-size: 30px!important;
	}

	#sp-main-body .cf-control-input h2 {
		font-size: 26px!important;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	#sp-main-body .cf-control-input h1 {
		font-size: 32px!important;
	}

	#sp-main-body .cf-control-input h2 {
		font-size: 28px!important;
	}
}

@media screen and (min-width: 768px) {
	#sp-main-body .cf-control-input h1 {
		font-size: 42px!important;
	}

	#sp-main-body .cf-control-input h2 {
		font-size: 36px!important;
	}
}

#sp-main-body .cf-btn, #sp-footer-section .cf-btn {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #ae1f24!important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 0!important;
	padding: 17px 35px!important;
}

#sp-main-body .cf-btn:hover, #sp-footer-section .cf-btn:hover,
#sp-main-body .cf-btn:active, #sp-footer-section .cf-btn:active,
#sp-main-body .cf-btn:focus, #sp-footer-section .cf-btn:focus {
	color: #fff!important;
	background-color: #283274!important;
	opacity: 1!important;
}

#sp-main-body .convertforms .cf-response span {
	font-size: 18px!important;
}

#sp-main-body .convertforms .cf-response p:last-child {
	margin-top: 10px!important;
	margin-bottom: 12px!important;
}



/* Logo, top and main menu */
#sp-top-bar, #sp-logo-and-main-menu {
	position: relative;
	z-index: 999;
}

#sp-logo-and-main-menu {
	background-color: rgba(255, 255, 255, 0.8);
	border-bottom: 25px solid #283274;
	box-shadow: 0 10px 0 #ae1f24; 
}

@media screen and (max-width: 575px) {
	#sp-logo-and-main-menu {
		border-bottom: 15px solid #283274;
		box-shadow: 0 7px 0 #ae1f24; 
	}
}

#sp-logo > .sp-column {
	height: 100%;
}

.header-sticky {
	position: fixed!important;
	top: 0;
	width: 100%;
	animation: spFadeInDown 1.0s;
	z-index: 9;
}

@media screen and (max-width: 575px) {
	.header-sticky {
		position: fixed!important;
		top: 0;
		width: 100%;
		animation: spFadeIn 0.8s;
		z-index: 9;
	}
}

#sp-logo-and-main-menu.header-sticky {
    background-color: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
}

#sp-logo, #sp-menu {
	position: relative;
	z-index: 9;
}

#sp-menu > .sp-column {
    display: flex;
    align-items: center;
    justify-content: end;
}

#sp-logo .logo {
	position: relative;
}

#sp-logo .logo::after {
	content: "Quality Carpet Care Delivered On Time, Guaranteed";
	white-space: nowrap;
	position: absolute;
	bottom: -45px;
	left: -100px;
	font-weight: 700;
	color: #283274;
	padding: 5px 0;
	font-size: 18px;
}

@media screen and (max-width: 1399px) {
	#sp-logo .logo::after {
		left: 0;
	}
}

@media screen and (max-width: 575px) {
	#sp-logo .logo::after {
		content: "";
		padding: 0;
	}
}

#sp-logo-and-main-menu.header-sticky .logo-image {
	height: 80px!important;
}

#sp-logo-and-main-menu.header-sticky .sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    line-height: 130px;
}

#sp-logo-and-main-menu.header-sticky #sp-logo .logo::after {
	font-size: 15px;	
}

#sp-logo-and-main-menu .logo {
    align-items: center;
    display: flex;
}

@media screen and (max-width: 575px) {
	#sp-logo > .sp-column {
		padding-bottom: 10px;
	}

	#sp-logo .logo-image {
		height: 80px!important;
		padding-top: 10px;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	#sp-logo > .sp-column {
		padding-bottom: 47px;
	}
	
	#sp-logo .logo-image {
		height: 100px!important;
		padding-top: 12px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-logo > .sp-column {
		padding-bottom: 50px;
	}

	#sp-logo .logo-image {
		height: 120px!important;
		padding-top: 15px;
	}
}

@media screen and (min-width: 1200px) {
	#sp-logo .logo-image {
		height: 140px!important;
		padding-top: 15px;
	}
}

.sp-megamenu-wrapper {
	justify-content: end;
}

@media screen and (max-width: 1199px) {
	#sp-logo.col-lg-4 {
		width: 80%;
	}
	
	#sp-menu.col-lg-8 {
		width: 20%;
	}
	
	#offcanvas-toggler {
		height: 100%!important;
	}
}

.sp-megamenu-wrapper > ul {
	display: flex;
	justify-content: space-between; 
	list-style-type: none; 
	padding: 0; 
	white-space: nowrap;
	flex-wrap: nowrap;
}

.sp-megamenu-wrapper ul li a {
    white-space: normal;
	text-transform: uppercase;
}

.sp-megamenu-parent>li.active:hover>a {
    color: #ae1f24;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: rgba(255, 255, 255, 0.8);
}

.sp-megamenu-parent .sp-dropdown li > a {
    font-size: 20px!important;
	display: block!important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    line-height: 1.3;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    padding: 5px 0;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 700;
}

.sp-megamenu-parent .sp-menu-item .book-now {
	display: inline-block;
	height: 52px;
	line-height: 52px!important; 
	padding: 0 25px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #ae1f24; 
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	transition: background-color 0.3s ease;
}

.sp-megamenu-parent .sp-menu-item .book-now:hover {
	background-color: #283274; 
}



/* Offcanvas menu */
body.offcanvas-active {
    position:relative!important;
    overflow: hidden;
}

/* Remove header sticky behavior */
.offcanvas-menu > .d-flex.align-items-center.p-3.pt-4 {
    position: static!important;
}

.offcanvas-menu .offcanvas-inner {
    flex: 1!important;
    overflow: visible!important;
    max-height: none!important;
    height: auto!important;
}

.offcanvas-menu {
    overflow-y: auto!important;
    overflow-x: hidden!important;
}
/**/

.offcanvas-menu .logo {
    width: 60%;
}

.offcanvas-menu .logo-image, .offcanvas-menu .logo-image-phone {
    padding: 0 10px 22px 20px;
    margin-top: 0;
    height: auto !important;
}

.offcanvas-menu .offcanvas-inner {
    padding: 25px 25px 25px 25px;
	border-top: 7px solid #ae1f24;
    box-shadow: 0 -15px 0 0 #283274;
}

#offcanvas-toggler {
	width: 100%;
    font-size: 22px;
    font-weight: 400;
    z-index: 9;
}

#offcanvas-toggler:hover {
	color: #ae1f24!important;
}

.offcanvas-menu .offcanvas-inner ul.menu>li a:hover, .offcanvas-menu .offcanvas-inner ul.menu>li a:focus, .offcanvas-menu .offcanvas-inner ul.menu>li span:hover, .offcanvas-menu .offcanvas-inner ul.menu>li span:focus {
    color: #ae1f24;
}

/* switch to mobile menu */
@media screen and (max-width: 1199px) {
	#offcanvas-toggler.d-lg-none {
		display: flex!important;
	}

	.sp-megamenu-parent.d-none {
		display: none!important;
	}
}

@media screen and (max-width: 379px) {
	.offcanvas-menu { 
		width: 100%!important;
	}

	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -100%;
	}
}

@media screen and (min-width: 380px) {
	.offcanvas-menu { 
		width: 380px!important;
	}

	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -380px;
	}
}

body.offcanvas-active {
	position: fixed;
    right: 0;
    width: 100%;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #283274!important;
}

.offcanvas-menu .burger-icon {
    margin-right: 15px!important;
}

#sp-menu .burger-icon {
    margin-right: 5px!important;
	width: 30px !important;
}

.close-offcanvas > .burger-icon > span {
    margin: 3.5px -3px;
	height: 3px;
	border-radius: 5px;
}

.burger-icon > span {
	height: 3px;
    background-color: #ae1f24!important;
    border-radius: 5px;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	body.ltr #offcanvas-toggler.offcanvas-toggler-right {
		margin-top: 2px;
	}
}

.offcanvas-toggler-right .burger-icon > span,
.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span,
.offcanvas-menu .offcanvas-inner ul.menu > li.active > a,
.offcanvas-menu .offcanvas-inner ul.menu li.active a,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a:focus > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li li a,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a:hover > .menu-toggler {
	color: #283274;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 22px;
    line-height: 22px;
	text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-size: 20px;
	line-height: 1.4;
	padding: 10px 12px;
	display: flex;
	font-weight: 700;
	text-transform: uppercase;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
	right: 0!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
	padding: 15px 10px;
}

.offcanvas-menu .offcanvas-inner .sp-module {
   width: 100%;
}

ul.menu-child li {
	padding: 0;
}

.offcanvas-menu .book-now {
	padding: 18px 25px!important;
	margin: 15px 10px 0 10px;
	background-color: #ae1f24; 
	font-size: 20px!important;
	color: #fff!important;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	text-align: center;
	font-weight: 700;
	transition: background-color 0.5s ease;
}

.offcanvas-menu .book-now:hover {
	background-color: #283274; 
}



/* Section - hero */
#section-hero {
	margin-top: -220px!important;
}

@media screen and (max-width: 575px) {
	#section-hero {
		margin-top: -120px!important;
	}
}

@media screen and (min-width: 1200px) {
	#section-hero {
		height: calc(100vh - 70px)!important;
		min-height: 750px!important;
	}
}



/* Section - services */
#section-services .service-box-col {
	position: relative;
	border-bottom: 1px solid #ddd;
	transition: all 0.3s ease;
}

#section-services .service-box-col:hover {
	border-bottom: 1px solid #ae1f24;
}

#section-services .service-box-col:hover .service-box-heading .sppb-addon-title {
	color: #ae1f24;
}

#section-services .service-box-col::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 1px;
	background: #ddd;
	transition: all 0.3s ease;
}

#section-services .service-box-col:hover::after {
	background: #ae1f24;
}

#section-services .btn-service {
	display: inline-block!important;
	color: #ddd!important;
	background-color: transparent!important;
	font-size: 18px!important;
	border: 1px solid #ddd!important;
	border-radius: 0!important;
	padding: 6px 12px!important;
}

#section-services .service-box-col:hover .btn-service {
	border-color: #ae1f24!important;
	background-color: #ae1f24!important;
}

#section-services .btn-service::after {
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

#section-services .service-box-col:hover .btn-service::after {
	color: #fff;
}



/* Footer */
/*get a free quote*/
@media screen and (min-width: 640px) {
	#section-get-quote [data-type="submit"] {
		display: flex;
		align-items: end;
		justify-content: end;
	}
}
/**/
#section-footer1 a {
	font-weight: 400!important;
}

#section-footer1 a>span:hover,
#section-footer1 a:hover {
	color: #F72C36!important;
}

@media screen and (min-width: 1200px) {
	#section-footer1 .footer-logo .sppb-addon-single-image-container {
		position: relative;
	}

	#section-footer1 .footer-logo .sppb-addon-single-image-container::after {
		content: "Quality Carpet Care Delivered On Time, Guaranteed"!important;
		white-space: nowrap;
		position: absolute;
		bottom: -50px;
		left: -80px;
		font-weight: 700;
		color: #fff;
		padding: 5px 8px;
		font-size: 18px;
	}
}

/* socials */
#sp-footer1 .footer-socials ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 30px;
}

#sp-footer1 .footer-socials ul li {
	display: inline-block;
}

#sp-footer1 .footer-socials ul a {
	position: relative;
	font-size: 0;
	text-decoration: none;
	display: inline-block;
}

#sp-footer1 .footer-socials ul a span {
	font-size: 24px;
	color: #fff;
	padding-right: 0!important;
}

/* useful links*/
#section-footer1 .vertical-menu ul {
    list-style: none;
    padding: 0;
}

#section-footer1 .vertical-menu ul li {
    display: flex;
    margin-bottom: 8px;
    position: relative;
    margin: 16px 0;
}

@media screen and (max-width: 575px) {
	#section-footer1 .vertical-menu ul li {
		justify-content: center;
	}
}

#section-footer1 .vertical-menu ul li:first-child {
    margin: 0 0 16px 0;
}

#section-footer1 .vertical-menu ul li a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative; 
}

@media screen and (max-width: 575px) {
    #section-footer1 .vertical-menu ul li a {
        padding: 2px 0;
        line-height: 1.2;
    }
}



/* Single article */
joomla-hidden-mail a {
	word-wrap: break-word;
}

@media screen and (min-width: 768px) {
	.article-header [itemprop="headline"] {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 575px) {
	.article-details .article-full-image,
	.article-details .article-featured-video {
		margin-bottom: 30px;
	}

	.article-details .article-header {
		margin-bottom: 15px;
	}
}

.article-details [itemprop="articleBody"] p {
	line-height: 1.8;
}

.article-details .wf-columns {
	margin: 20px 0;
}

.article-details .wf-columns .wf-column > h1,
.article-details .wf-columns .wf-column > h2,
.article-details .wf-columns .wf-column > h3,
.article-details .wf-columns .wf-column > h4,
.article-details .wf-columns .wf-column > h5,
.article-details .wf-columns .wf-column > h6 {
	margin-top: 0!important;
}

.article-details .article-full-image {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
	border-radius: 0;
}

.article-details .article-full-image img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.article-details .article-full-image img {
    border-radius: 0;
	filter: brightness(95%);
}

.article-details iframe[src*="youtube"] {
	width: 100%;
	max-width: 100%;
	height: auto!important;
	aspect-ratio: 16 / 9;
	border-radius: 0;
}

blockquote, .blockquote {
	font-style: italic;
	font-size: 18px;
	font-weight: 400;
	padding: 0 0 0 25px;
	margin: 40px 30px;
	position: relative;
	line-height: 1.6;
}

blockquote::before, .blockquote::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #ae1f24;
}

@media screen and (max-width: 575px) {
	blockquote, .blockquote {
		font-size: 17px;
		padding: 0 0 0 20px;
		margin: 40px 15px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	blockquote, .blockquote {
		font-size: 16px;
		padding: 0 0 0 20px;
		margin: 40px 20px;
	}
}

/*ul li*/
.article-details ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 30px 0;
}

.article-details ul li  {
	position: relative;
	padding: 0 0 0 30px;
	margin-bottom: 15px;
}

.article-details ul li::before {
	content: '\f00c';
	font-family: 'Font Awesome 6 Free';
	font-size: 14px;
	font-weight: 600;
	color: #252525;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}



/* Scroll up button */
.sp-scroll-up {
    right: 15px;
    bottom: 15px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 0;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
	background-color: #ae1f24;
}