/*
Theme Name: 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... */ 



.fl-slide-title, .fl-slide-text 
{
	margin: 0 0 0px !important;
}

.fl-node-5e98a47701a2c .fl-slide-foreground {
	max-width: 1500px;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
	vertical-align: bottom;
}

.gform_wrapper .gfield_radio li label {
	margin: 0px 20px -3px 6px;
}

.image-choices-admin-field.image-choices-use-images .image-choices-choice-image-wrap, .image-choices-field .image-choices-choice-image-wrap {
	width:100px !important;
	height:100px !important;
	background-size: contain;
}

.zoo-ln-toggle-view i {
	display: none; !important;
	line-height: 12px !important;
}

.zoo-filter-item zoo-filter-has-child {
	border-bottom: 1px solid #696969 !important;
}

.fl-widget ul li {
	margin-bottom: 2px;
}

.zoo-filter-item label {
	margin-bottom: 12px;
}

.gform_wrapper .field_description_below .gfield_description {
	color: red;
	font-weight: bold;
	font-style: italic;
	
}

@media only screen and (max-width: 641px) {
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
	width: 100%
}
}

/* customizations */
.wapf-swatch--image.wapf-checked .apf-pick-box,
.wapf-swatch--image.wapf-checked.apf-pick-box {
  border-color: #39a4e8;
  border-width: .5rem;
  padding: .25rem;
}

.wapf-field-label {
	font-size: 1.75rem;
}

.wapf-field-container {
	padding-bottom: 4rem;
}