/*
Theme Name: KVS - Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* ============================================= */
/* ! colors  */
/* ============================================= */
.text-color {
	color: #3d3d3d;
}

.purple {
	color: #7935a0;
}


/* ============================================= */
/* ! general  */
/* ============================================= */
a, a:hover, a:active, a:visited {
	text-decoration: none !important;
}

a.fl-callout-cta-link, a.fl-post-grid-more {
	font-weight: bold;
}

.align-center {
	text-align: center;
}

/* ============================================= */
/* ! headers  */
/* ============================================= */

h1 {

}

h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 24px;
}

body h2.fl-post-grid-title {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px;
    padding: 0;
	color: #726964;
}

.fl-post-content > h2:first-child {
/* 	text-align: center; */
}

h3 {
	margin-top: 40px;
	font-size: 18px;
	letter-spacing: .25px;
}

h4 {
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 0px;
}

h5 {

}

h6 {

}


/* ============================================= */
/* ! buttons  */
/* ============================================= */

.btn, a.fl-button  {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
/*     padding: 6px 12px; */
    padding: 2px 12px !important;
    font-size: 14px;
    line-height: 1.42857143 !important;
/*     border-radius: 4px; */
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	min-width: 250px;
}




/* ============================================= */
/* ! header  */
/* ============================================= */

img.social_icon {
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 10px;
}

.ks-page-header {
	background-color: silver;
}

.ks-sidebar-left {
	float: right;
	width: 25%;
	padding-left: 20px;
	padding-bottom: 20px;
}

.ks-standout {
/* 	padding: 20px; */
/* 	border: 1px solid #7f45a0; */
/* 	display: inline-block; */
}

#menu-item-4408 ul.sub-menu li a {
	padding-left: 0;
	padding-right: 0;
}

#menu-item-4408 ul.sub-menu {
	width: 349px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
}

.fl-has-submenu-container a {
	font-weight: 600;
}

@media only screen and (max-width: 768px) {

	#kvs-header-wrapper .fl-col-small {
/* 		border: 1px solid red; */
		max-width: 100%;
		width: 100%;
		clear: none;
		padding-left: 0;
		padding-right: 0;
	}

	#kvs-header-menu > .fl-module-content {
		margin-top: 0px;
		margin-bottom: 0px;	
	}

	#menu-item-4408 ul.sub-menu {
		width: 100%;
	}


	.fl-node-5aa1734d19142 > .fl-module-content {
		margin-left: 10px;	
		margin-right: 10px;	
	}

}

@media only screen and (max-width: 413px) {
	.fl-node-5a81dbe8cb2d7 img {
		width: 60% !important;
	}
}

/* ============================================= */
/* ! pages  */
/* ============================================= */

.fl-content {
	margin-top: 0;
}

.fl-content a {
	font-weight: bold;
}

.fl-content button a {
	color: #fff;
}

body.home .fl-post-header {
	display: none;
}

.kvs-page-header {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 60vw;
/*     background-image: url(http://localhost:8888/kathrine-switzer-2018/wp-content/uploads/2Credit-Hagen-Hopkins.jpg); */
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

.kvs-page-header-default-image {
    background-position: center 20%;
}

.kvs-page-title {
	font-weight: 800;
}

.kvs-page-title-light {
	color: #fff;
}

.kvs-page-header-no-image {
	height: 10vw !important;
}

.kvs-page-content-full-wrapper {
	width: 100%;
}

@media only screen and (min-width: 992px) {

	.kvs-page-content-full article {
		max-width: 60% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.kvs-page-header {
		height: 30vw;
	}

	.kvs-page-title {
		font-size: 6vw;
	}
}



/* ============================================= */
/* ! posts  */
/* ============================================= */
body.single-post .fl-page-content {
	padding-top: 30px;
}

.kvs_breadcrumbs {
	text-transform: uppercase;
	font-size: 0.85em;
	margin-bottom: 10px;

}

.kvs_post_meta {
/* 	margin-top: 14px; */
	text-transform: uppercase;
	font-size: 0.85em;
}


.kvs_archive_post_header, .kvs_archive_post_title {
	margin-bottom: 4px;
	padding-bottom: 4px;
	line-height: 1.2em;
}


.kvs_post {
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
}

.kvs_above_post_title {
	text-transform: uppercase;
	font-size: 0.8em;
}

.kvs_link {
	overflow-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 10px;
}

.fl-post-meta-bottom {
	display: none;
}

@media only screen and (min-width: 768px) {
	article.format-standard, .kvs-facetwp-search-tools-wrapper {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}

	body.blog .fl-post-image-beside {
		margin-top: 6px;
		display: inline-block;
		float: left;
		width: 25%;
	}
	
	body.blog .fl-post-content-beside {
		display: inline-block;
		float: left;
		width: 70%;
	}
	
	body.blog .fl-post .fl-post-thumb {
		max-width: 240px;
		height: auto;
	}
	
	body.blog .fl-post .fl-post-image-beside {
		margin-left: 15px;
	}

	body.single .fl-post-image-beside {
		margin-top: 6px;
		display: inline-block;
		float: right;
		width: 33%;
		margin-left: 20px;
	}

	body.single .fl-post-content-beside {
		margin-left: 15px;
		margin-right: 15px;
	}

}



/* ============================================= */
/* ! Tribe Events - The Event Manager  */
/* ============================================= */

.tribe-events-page-title {
	display: none;
}

.tribe-bar-disabled {
	display: none;
}

.tribe-events-list-separator-month {
	font-size: 18px !important;
	font-weight: normal !important;
}

abbr, abbr[title], abbr[data-original-title] {
    cursor: default !important;
    border-bottom: 0 !important;
}

.tribe-events-cal-links, .tribe-events-ical {
	display: none !important;
}

.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
	font-style: normal !important;
}

.single-tribe_events .tribe-events-event-meta {
	border: 0 !important;
	background: none !important;
	margin: 0 !important;	
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
	padding: 0 !important;	
}

.tribe-event-date-end {
	display: block;
}

body.home .tribe-events-sub-nav {
	display: none;
}

.tribe-events-list-event-title-kvs {
	font-size: 24px;
	line-height: 1.1em;
	font-weight: bold;
}

.tribe-event-schedule-details-kvs {
	text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
	#tribe-events-content.tribe-events-list {
		max-width: 80% !important;
		margin-left: auto;
		margin-right: auto;
	}

/*
	.tribe-events-event-meta-flexwrapper-kvs {
		display: flex;
		flex-wrap: wrap;
	}
		
	.tribe-event-schedule-details-kvs {
		width: 30%;
		margin-right: 2%;
	}
	
	.tribe-event-schedule-details-wrapper-kvs {
		width: 50%;
		margin-right: 2%;
	}
	
	.tribe-events-list-event-description-kvs {
		width: 12%;
		margin-right: 0;
		text-align: right;
	}
*/
}

/* ============================================= */
/* ! homepage  */
/* ============================================= */

#homepage-shop-wrapper {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7935a0+0,c156ff+100&0.01+0,0.3+100 */
	background: -moz-linear-gradient(45deg, rgba(121,53,160,0.01) 0%, rgba(193,86,255,0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(121,53,160,0.01) 0%,rgba(193,86,255,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(121,53,160,0.01) 0%,rgba(193,86,255,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#037935a0', endColorstr='#4dc156ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.shop-callout {
	color: #3d3d3d !important;
}

.shop-callout a {
	color: #7935a0 !important;
}


/* ============================================= */
/* ! formidable  */
/* ============================================= */
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
/* 	color: #444444 !important; */
}


/* ============================================= */
/* ! acf  */
/* ============================================= */
.acf-form {
	background-color: #f5f5f5;
    border: 1px solid #ccc;
/*
	margin-left: -12px;
	margin-right: -12px;
*/
}

/* ============================================= */
/* ! facetwp  */
/* ============================================= */
.facetwp-facet {
	margin-bottom: 10px !important;
}

.kvs-facetwp-search-tools-wrapper-buttons {
	margin-bottom: 20px !important;
}

.facetwp-type-fselect .fs-wrap, .facetwp-type-fselect .fs-dropdown {
	width: 100% !important;
}

i.facetwp-btn {
	display: none !important;
}

@media only screen and (min-width: 992px) {
	.kvs-facetwp {
		padding-left: 0px !important;
	}
}

/* ============================================= */
/* ! WooCommerce  */
/* ============================================= */
.type-product {
	margin-top: 30px;
}

.woocommerce_back_to_shop_link {
	margin-left: 20px;
	text-align: right;
}

@media only screen and (min-width: 1100px) {
	.type-product {
		padding-left: 0;
		padding-right: 0;
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs {
	display: none;
}

#tab-description h2 {
	display: none;
}

nav.woocommerce-breadcrumb {
	display: none;
}

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel {
	padding: 0;
	border: 0;
}

.woocommerce .product_meta, .woocommerce-page .product_meta {
	display: none;
}


/* ============================================= */
/* ! footer  */
/* ============================================= */
#footer_quick_links a {
	padding-top: 4px;
	padding-bottom: 4px;
}

#footer_quick_links .fl-has-submenu-container {
	display: none;
}

#footer_copyright {
	font-size: 0.8em;
}


/* ============================================= */
/* ! footer button fixes November 2022  */
/* ============================================= */

a.fl-button {background-color: #7F46A0 !important;}

#frm_form_9_container button.frm_button_submit {background-color: #C151FF !important; padding:10px 20px; border:0; font-size:18px;}




