/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0.16
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* Header */
.kms_mainmenu {
	font-family: var(--h1-font-family,inherit);
	font-weight: 700;
}
.kms_header-logo {
	font-family: var(--h1-font-family,inherit);	
	font-size: 20px;
	font-weight: 700;
}
.kms_header-icons {
	font-size: 17px;
}

/* USPs */
.kms_checks ul {
	list-style: none;
	padding: 0;
	margin-left: 0;
}
.kms_checks ul li {
	padding-left: 1.6em;
}
.kms_checks ul li:before {
	content: "\f058"; 
	font-family: "fontawesome";
    font-weight: 900;
	display: inline-block;	
	margin-left: -1.6em;
	width: 1.6em;
	color: var(--color-content-secondary);
}

/* OWls */
.owl-dot.active span {
	background: #BDCBD5 !important;
	box-shadow: none !important;
}
.owl-dot span {
	background: var(--color-content-bg-alt) !important;
}

/* Rows */
.kms_sticky-row {
	background: #becbd5;
	padding: 10px 0 10px 0;
}

/* FAQ */
.eap-post-accordion-meta {
	display: none;
}
.ea-header a {
	font-weight: 700 !important;
	color: var(--color-content-heading) !important;
}
.ea-body p {
	color: var(--color-content-heading) !important;
}

/* Texts */
.kms_form-privacy {
	font-size: 13px;
	line-height: 1.4;
}
.w-post-elm:not(.type_icon)>i, .w-text.icon_atleft i {
	width: 25px;
}
.w-post-elm-before {
	font-weight: 700;
}
.kms_text-link {
	font-weight: 700;
	margin-bottom: 1rem;
}
.kms_text-link a {
	color: inherit;
}
.kms_quote-center {
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: 500;
}
.kms_cta {
	font-size: 2.5rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
}
.kms_page-title {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
}
@media (max-width: 900px) {
	.kms_cta {
		font-size: 2rem;
	}	
}

/* Boxes */
.kms_whitebox-border {
	background: #fff;
	border: 10px solid var(--color-content-bg-alt);
}

/* Links */
p a:not(.w-btn), p li a {
	text-decoration: underline;
}

/* Buttons */
.kms_button {
	margin-top: 1.5rem;
}

/* Rows */
.kms_gradient-row {
	background: linear-gradient(180deg, var(--color-content-bg-alt) 50%, var(--color-content-bg) 50%);
}
.kms_row-border-top {
	border-top: 1px solid var(--color-content-border);
}

/* Forms */
.wpforms-container .wpforms-field-label {
	font-size: 14px;
	text-transform: uppercase;
}
.wpforms-container .wpforms-field-label {
	font-size: 12px;
	padding-left: 0.8rem;
}
button[type=submit]:not(.w-btn), input[type=submit]:not(.w-btn), .us-nav-style_1>*, .navstyle_1>.owl-nav button, .us-btn-style_1 {
	float: right;
}
.wpforms-container .wpforms-field input.wpforms-error, .wpforms-container .wpforms-field input.user-invalid, .wpforms-container .wpforms-field textarea.wpforms-error, .wpforms-container .wpforms-field textarea.user-invalid, .wpforms-container .wpforms-field select.wpforms-error, .wpforms-container .wpforms-field select.user-invalid, .wpforms-container .wpforms-field.wpforms-has-error .choices__inner {
	border: 2px solid #cc0000 !important;
}

/* WPForms Fix 2023 4.1 */
.wpforms-field-layout {
	padding: 0 !Important;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	border-radius: 0;
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(-45deg, transparent 50%, currentColor 0%);
    background-position: right 15px top 50%, right 10px top 50%;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
    padding-right: 30px;
}

/* Grid: Practitioners */
.kms_g-pract-box {
	padding: 2rem;
}
.kms_g-pract-title {
	font-size: 1.2rem;
}
.kms_g-pract-button {
	font-weight: 700;
}
.kms_g-pract-phone, .kms_g-pract-email {
	margin-bottom: 0 !important;
}
.kms_g-pract-img {
	height: 100px !important;
	width: 100px !important;
	border-radius: 100%;
	margin-bottom: 1.5rem !important;
}
.kms_g-pract-meta {
	margin-bottom: 0 !important;
}
.kms_g-pract-link a {
	color: var(--color-content-text);
}
.kms_g-pract-link {
	margin-bottom: 0 !important;
}

/* Grid: Agenda */
.kms_g-agenda-box {
	padding: 2rem 2rem 5rem 2rem;
}
.kms_g-agenda-title {
	font-size: 1.2rem;
}
.kms_g-agenda-meta {
	margin-bottom: 0 !important;
}
.kms_g-agenda-button {
	font-weight: 700;
	position: absolute;
	left: 2rem;
	bottom: 2rem;
}
.kms_g-agenda-content {
	margin-top: 0.8rem;
}

/* Grid: Navigation */
.kms_g-nav-box {
	padding: 2rem 2rem 5rem 2rem;
}
.kms_g-nav-button {
	font-weight: 700;
	position: absolute;
	left: 2rem;
	bottom: 2rem;
}
.kms_g-nav-title {
	font-size: 1.5rem;
}