
/*
Theme Name: Chiropractor - Child Theme
Theme URI: http://webdesign-finder.com/chiropractor
Author: MWTemplates
Author URI: http://modernwebtemplates.com/
Description: Chiropractor - Therapy and Rehabilitation WordPress Theme
Version: 1.1.0
Template: chiropractor
Requires at least: 5.4.0
Requires PHP: 5.6.0
Tested up to: 5.5
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: custom-header, left-sidebar, right-sidebar, post-formats, full-width-template
Text Domain: chiropractor
Domain Path: /languages

*/

/*header starts*/
.page_header.header-1 .metainfo-wrapper .metainfo-top, .page_header.header-1 .metainfo-wrapper .metainfo-bottom {
	font-family: "Roboto", sans-serif !important;
}

.chiropractor .tp-bullet.rs-touchhover:before, .chiropractor .tp-bullet.selected:before {
	background: #b54f64 !important;
}

/*#3ba881*/

/*#4FB691*/

/*#028C96*/

/*header ends*/

/*Contact form starts*/
.v-contact-container .social-icons a:before {
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
}

.v-contact-container .social-icons a {
	border: 3px solid !important;
}

/*.cst-contact-content .input-container p {
  display: flex;
  justify-content: space-between;

}
*/
.input-container p, .subject-container p {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 0 10px;
}

.input-container p br, .subject-container p br {
	display: none;
}

.input-container p .wpcf7-form-control-wrap {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.input-container p {
		flex-direction: row;
		justify-content: space-between;
	}
}

.input-container label {
	color: #111;
	font-weight: normal !important;
}

.input-container input, .subject-container input {
	height: 50px;
	margin-top: 15px;
	margin-bottom: 15px !important;
}

.subject-container textarea {
	margin-top: 15px;
	margin-bottom: 0px;
}

.input-container input[type="text"], .cst-contact-content input[type="email"], .cst-contact-content input[type="url"], .cst-contact-content input[type="password"], .cst-contact-content input[type="search"], .cst-contact-content input[type="tel"], .cst-contact-content input[type="number"], .cst-contact-content textarea {
	background-color: #fff !important;
}

.cst-contact-content .ns-submit-btn {
	display: flex;
	flex-direction: column;
}

.cst-contact-content .ns-submit-btn br {
	display: none;
}

.cst-contact-content .ns-submit-btn input {
	margin-top: 30px;
	color: #fff;
	background: #c47384;
	border-color: #c47384;
	padding: 13px;
}

.cst-contact-content .ns-submit-btn input:hover {
	background: #9f5d6b;
	border-color: #9f5d6b;
}

/*Contact form ends*/
h2 {
	font-size: 32px !important;
	font-weight: 500;
}

h3 {
	font-size: 24px !important;
}

h3 strong {
	font-weight: 400 !important;
}

.alert {
	margin-bottom: 0 !important;
}

/*services starts*/
.services-row-cst .isotope-item .service-item {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 1220px) {
	.services-row-cst .isotope-item .service-item {
		flex-direction: row;
	}
}

.services-row-cst .isotope-item .service-item .service-title {
	min-height: 50px;
}

.services-row-cst .isotope-item .service-item .item-media img {
	height: 100%;
	object-fit: cover;
}

.services-row-cst .isotope-item .service-item .item-content {
	text-align: left;
}

/*services ends*/

/* blogs front starts*/
.cst-blog-front .item-media.cover-image {
	height: 270px;
}

.cst-blog-front .item-title {
	font-weight: 700;
}

/*@media screen and (min-width: 1300px) {*/
@media screen and (min-width: 768px) {
	.v-main-services .isotope-item .item-excerpt p {
		/*min-height: 150px;*/
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}

.cst-blog-front .excerpt {
	font-size: 18px;
}

.cst-blog-front .side-post-meta {
	display: none;
}

.home .s-pb-xl-185 > [class*=container] {
	padding-bottom: 40px !important;
}

.home .s-pt-xl-145 > [class*=container] {
	padding-top: 40px !important;
}

/* blogs front ends*/
.v-cst-form-front .v-cst-shortcode-form form .input-container p::after {
	display: none;
}

.v-cst-form-front .v-cst-shortcode-form form .ns-submit-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.v-cst-form-front .v-cst-shortcode-form form .ns-submit-btn .wpcf7-submit {
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	text-transform: unset;
	padding: 20px 20px;
	border-width: 1px;
	color: #fff;
	border-radius: 50px;
	background: #00c9b2;
	border: none;
	min-width: 180px;
	transition: all .3s ease;
}

.v-cst-form-front .v-cst-shortcode-form form .ns-submit-btn .wpcf7-submit:hover {
	transition: all .3s ease;
	background: #12a392;
}

.v-cst-form-front .v-cst-shortcode-form form .wpcf7-not-valid-tip {
	color: #fff;
}

.front-why-choose .special-heading-image {
	width: 40px;
}

.front-why-choose {
	pointer-events: none;
}

.front-why-choose .icon-box.icon-box2.with-shadow {
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.front-why-choose .icon-box.icon-box2 .box-content p {
		min-height: 180px;
	}
}

.hero-bg.post-adds {
	display: none !important;
}

.v-methods .item-content {
	padding: 25px 20px !important;
}

.v-methods .hero-bg {
	border-radius: 20px;
}

.v-methods .item-content h3.item-title {
	font-size: 20px !important;
}

.v-methods .item-content .btn {
	border: none !important;
	color: #00c9b2;
}

.v-methods .item-content .btn:hover {
	color: #b54f64;
	background: none;
}

@media screen and (min-width: 768px) {
	.v-methods .item-content h3.item-title {
		min-height: 87px;
	}
	
	.v-methods .item-content .excerpt {
		min-height: 90px;
	}
	
	.v-methods .owl-center .owl-nav > div {
		background: #fff;
		height: 40px;
		width: 40px;
		border-radius: 100%;
		top: 50% !important;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
	}
	
	.v-methods .owl-nav {
		display: block !important;
	}
}

.ns-sticky-actions {
	position: fixed;
	left: 50%;
	bottom: 16px;
	z-index: 10000;
	display: flex;
	align-items: center;
	width: min(600px, calc(100vw - 24px));
	gap: 8px;
	padding: 8px;
	border-radius: 16px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 14px 34px rgba(16, 40, 36, .14);
	backdrop-filter: blur(12px);
	transform: translateX(-50%);
}

.ns-sticky-contact-button {
	display: inline-flex;
	flex: 1 1 auto;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-width: 0;
	max-width: none;
	min-height: 52px;
	padding: 10px 16px;
	border-radius: 12px;
	background: #00c9b2;
	color: #fff;
	box-shadow: 0 10px 22px rgba(0, 201, 178, .22);
	transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.ns-sticky-contact-button:hover, .ns-sticky-contact-button:focus {
	background: #0db8a4;
	color: #fff;
	box-shadow: 0 12px 24px rgba(18, 163, 146, .26);
	transform: translateY(-2px);
}

.ns-sticky-contact-button:focus {
	outline: 3px solid rgba(0, 201, 178, .2);
	outline-offset: 3px;
}

.ns-sticky-contact-button__eyebrow {
	display: none;
}

.ns-sticky-contact-button__label, .ns-sticky-contact-button__icon {
	color: inherit;
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
}

.ns-sticky-contact-button__icon {
	font-size: 17px;
}

body.admin-bar .ns-sticky-actions {
	bottom: 28px;
}

@media screen and (max-width: 991px) {
	.ns-sticky-actions {
		width: calc(100vw - 20px);
		gap: 8px;
		padding: 8px;
		bottom: 14px;
		border-radius: 16px;
	}
	
	.ns-sticky-contact-button {
		min-height: 44px;
		padding: 8px 12px;
		border-radius: 12px;
	}
	
	.ns-sticky-contact-button__label, .ns-sticky-contact-button__icon {
		font-size: 15px;
	}
	
	.ns-sticky-contact-button__icon {
		font-size: 15px;
	}
}

@media screen and (max-width: 575px) {
	.ns-sticky-actions {
		width: calc(100vw - 24px);
		gap: 6px;
		padding: 6px;
		bottom: 10px;
		border-radius: 14px;
	}
	
	.ns-sticky-contact-button {
		min-height: 40px;
		padding: 7px 10px;
		gap: 4px;
		border-radius: 8px;
	}
	
	.ns-sticky-contact-button__label, .ns-sticky-contact-button__icon {
		font-size: 13px;
	}
	
	.ns-sticky-contact-button__icon {
		font-size: 13px;
	}
}

.ns-sticky-phone-button {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 170px;
	min-height: 46px;
	padding: 8px 12px;
	border-radius: 10px;
	background: linear-gradient(135deg, #b54f64 0%, #cc6b52 100%);
	color: #fff;
	box-shadow: 0 10px 22px rgba(181, 79, 100, .24);
	transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.ns-sticky-phone-button:hover, .ns-sticky-phone-button:focus {
	background: linear-gradient(135deg, #a64760 0%, #c15d49 100%);
	color: #fff;
	box-shadow: 0 12px 24px rgba(159, 93, 107, .28);
	transform: translateY(-2px);
}

.ns-sticky-phone-button:focus {
	outline: 3px solid rgba(181, 79, 100, .2);
	outline-offset: 3px;
}

.ns-sticky-phone-button__icon {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
}

.ns-sticky-phone-button__content {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 6px;
}

.ns-sticky-phone-button__eyebrow {
	display: none;
}

.ns-sticky-phone-button__number {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

body.admin-bar .ns-sticky-phone-button {
	bottom: auto;
}

@media screen and (max-width: 991px) {
	.ns-sticky-phone-button {
		gap: 8px;
		min-width: 156px;
		min-height: 44px;
		padding: 8px 10px;
		border-radius: 12px;
	}
	
	.ns-sticky-phone-button__icon {
		width: 17px;
		height: 17px;
	}
	
	.ns-sticky-phone-button__number {
		font-size: 14px;
	}
}

@media screen and (max-width: 575px) {
	.ns-sticky-phone-button {
		gap: 6px;
		min-width: 0;
		width: auto;
		min-height: 40px;
		padding: 7px 9px;
		border-radius: 8px;
	}
	
	.ns-sticky-phone-button__icon {
		width: 15px;
		height: 15px;
	}
	
	.ns-sticky-phone-button__number {
		font-size: 12px;
	}
}

#toTop {
	display: none !important;
}
