/*****************************************************************************
 * WORDPRESS CORE                                                            *
 *****************************************************************************/

/* @see https://codex.wordpress.org/CSS#WordPress_Generated_Classes */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 0 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float:right;
	margin: 0 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

a img.alignnone {
	margin: 0 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.alignnone,
a img.alignnone {
	display: block;
	margin: 30px auto;
	max-width: 100%;
	height: auto;
}
.aligncenter,
div.aligncenter,
a img.aligncenter {
	display: block;
	margin: 30px auto;
	max-width: 100%;
	height: auto;
}
.alignright,
a img.alignright {
	float: none;
	display: block;
	margin: 30px auto;
	max-width: 100%;
	height: auto;
}
.alignleft,
a img.alignleft {
	float: none;
	display: block;
	margin: 30px auto;
	max-width: 100%;
	height: auto;
}

@media (min-width: 576px) {}
@media (min-width: 768px) {
	.alignnone,
	a img.alignnone {
		display: inline-block;
		margin: 0 20px 20px 0;
	}
	.aligncenter,
	div.aligncenter,
	a img.aligncenter {
		display: block;
		margin: 0 auto 30px auto;
	}
	.alignright,
	a img.alignright {
		display: inline-block;
		float: right;
		margin: 0 0 30px 30px;
	}
	.alignleft,
	a img.alignleft {
		display: inline-block;
		float: left;
		margin: 0 30px 30px 0;
	}
}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}


/*****************************************************************************
 * GENERAL STYLES                                                            *
 *****************************************************************************/

a {
	outline: 0;
}
a:active {
	outline: 0;
}

img {
	vertical-align: bottom;
}
iframe {
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	border: 0;
}





/*****************************************************************************
 * SML STYLES                                                                *
 *****************************************************************************/

.sml-image {
	max-width: 100%;
	width: auto;
	height: auto;
}
.sml-editor-content > p:last-child,
.sml-editor-content > blockquote:last-child,
.sml-editor-content > ul:last-child,
.sml-editor-content > h1:last-child, .sml-editor-content > h2:last-child,
.sml-editor-content > h3:last-child, .sml-editor-content > h4:last-child,
.sml-editor-content > h5:last-child, .sml-editor-content > h6:last-child,
.sml-editor-content > div:last-child > p:last-child,
.sml-editor-content > div:last-child > blockquote:last-child,
.sml-editor-content > div:last-child > ul:last-child,
.sml-editor-content > div:last-child > h1:last-child, .sml-editor-content > div:last-child > h2:last-child,
.sml-editor-content > div:last-child > h3:last-child, .sml-editor-content > div:last-child > h4:last-child,
.sml-editor-content > div:last-child > h5:last-child, .sml-editor-content > div:last-child > h6:last-child {
	margin-bottom: 0;
}
.sml-blog-post-social-share-icons {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.sml-blog-post-social-share-icons li {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.sml-blog-post-social-share-icons a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 36px;
	color: #FFFFFF;
}
.sml-blog-post-social-share-icons li.facebook a {
	background-color: #4065b2;
}
.sml-blog-post-social-share-icons li.twitter a {
	background-color: #5db8fd;
}
.sml-blog-post-social-share-icons li.linkedin a {
	background-color: #007bb5;
}
.sml-blog-post-social-share-icons li.google-plus a {
	background-color: #dd4b39;
}



/*****************************************************************************
 * COMPONENTS                                                                *
 *****************************************************************************/


/*** BUTTONS ***/
.sml-buttons {
	margin-top: 30px;
}
.sml-button {
	display: block;
	width: 100%;
	padding: 0.5em 2em;
	border-radius: 0;
	border: 2px solid transparent;
	outline: 0 !important;
	box-shadow: none !important;
	cursor: pointer;
}
.sml-buttons .sml-button {
	margin-top: 20px;
}
.sml-buttons .sml-button:first-child {
	margin-top: 0;
}
.sml-button:active {
	outline: 0 !important;
	box-shadow: none !important;
}
.sml-button-round {
	border-radius: 3em;
}
.sml-button-square {
	border-radius: 0;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
}
.sml-button-solid {
	background-color: #000000;
	color: #FFFFFF;
	border: 0;
}
.sml-button-ghost {
	background-color: transparent;
	border-width: 2px;
	border-style: solid;
}
.sml-button-transparent {
	background-color: transparent;
	border-color: transparent;
}
.sml-button .sml-button-icon {
	display: inline-block;
	width: 1em;
}
.sml-button .sml-button-icon.sml-button-icon-right {
	margin-left: 0.5em;
}
.sml-button .sml-button-icon.sml-button-icon-left {
	margin-right: 0.5em;
}

@media (min-width: 576px) {
	.sml-button {
		width: auto;
		display: inline-block;
	}
	.sml-buttons .sml-button {
		margin-top: 0;
		margin-right: 20px;
	}
	.sml-buttons .sml-button:first-child {
		margin-top: 0;
	}
	.sml-buttons .sml-button:last-child {
		margin-right: 0;
	}
}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
/*** END BUTTONS ***/


/*** MAPS ***/
.sml-map {
	width: 100%;
	height: 100%;
}
.sml-map .sml-map-frame {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}
/*** END MAPS ***/



/*****************************************************************************
 * SECTION GENERAL                                                           *
 *****************************************************************************/


/*** SECTION ***/
.sml-section {
	padding-top: 75px;
	padding-bottom: 75px;
}
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
	.sml-section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media (min-width: 1200px) {}
/*** END SECTION ***/











/*****************************************************************************
 * SML ANIMATIONS                                                            *
 *****************************************************************************/

.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
@media only screen and (max-width: 768px) {
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}

.sml-hidden { opacity: 0; }
.sml-visible { opacity: 1; }


/*****************************************************************************
 * VENDOR                                                                    *
 *****************************************************************************/


/*** SLICK SLIDER ***/
.slick-slide {
	outline: 0;
}
/*** END SLICK SLIDER ***/


/*** EKKO LIGHTBOX ***/
.ekko-lightbox.modal .modal-content {
	border-radius: 0;
}
.ekko-lightbox.modal .modal-header {
	border-bottom: 0;
	padding: 0;
}
.ekko-lightbox.modal .modal-header h4 {
	display: none !important;
}
.ekko-lightbox.modal .modal-header .close {
	position: absolute;
	top: -1.5rem;
	right: -1.5rem;
	z-index: 5000;
	color: #FFFFFF;
	text-shadow: none;
	opacity: 1;
	background-color: #146791;
	border-radius: 50%;
	font-weight: normal;
	font-size: 2rem;
	width: 3rem;
	height: 3rem;
	padding: 1rem;
	text-align: center;
	padding: 0;
	margin: 0;
	outline: 0;
}
.ekko-lightbox.modal .modal-header .close span {
	vertical-align: text-top;
}
/*** END EKKO LIGHTBOX ***/


/*** RESET GRAVITY FORMS DEFAULTS ***/
.gform_wrapper {
	margin-top: 0;
	margin-bottom: 0;
}
.gform_wrapper form {
	display: block;
	position: relative;
}
.gform_wrapper label {
	margin-bottom: 0;
}
.gform_wrapper .gfield_required {
	color: #FF0000;
	margin-left: 0.2em;
}
body .gform_wrapper ul li.gfield {
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 0;
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}
.gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
}
.gform_wrapper .ginput_complex .ginput_full,
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
	margin-bottom: 20px;
}
.gform_wrapper .ginput_complex .ginput_full {
	display: block;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	margin: 0;
	font-size: 14px;
	letter-spacing: normal;
}

@media only screen and (min-width: 641px) {
	/* Half Fields */
	.gform_wrapper .top_label li.gfield.gf_left_half,
	.gform_wrapper .top_label li.gfield.gf_right_half {
		padding-right: 0;
		padding-left: 0;
	}
	.gform_wrapper .top_label li.gfield.gf_left_half {
		padding-right: 30px;
	}
	.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker),
	.gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
		margin: 0;
	}

	/* Third Fields */
	.gform_wrapper .top_label li.gfield.gf_left_third,
	.gform_wrapper .top_label li.gfield.gf_middle_third,
	.gform_wrapper .top_label li.gfield.gf_right_third {
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.gform_wrapper .top_label li.gfield.gf_left_third,
	.gform_wrapper .top_label li.gfield.gf_middle_third {
		padding-right: 30px;
	}

	/* Normal Fields */
	.gform_wrapper ul.gform_fields li.gfield {
		padding-left: 0;
		padding-right: 0;
	}

	/* Full Address Fields */
	.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left {
		padding-right: 30px !important;
	}
	.gform_wrapper .ginput_complex.ginput_container_address .ginput_left,
	.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.address_zip {
		padding-right: 30px;
		margin-right: 0;
	}

	/* Submit Button Margin */
	.gform_wrapper .gform_footer input.button,
	.gform_wrapper .gform_footer input[type=submit],
	.gform_wrapper .gform_page_footer input.button,
	.gform_wrapper .gform_page_footer input[type=submit] {
		margin: 0;
	}
}
/*** END RESET GRAVITY FORMS DEFAULTS ***/
