/*
Theme Name:		Kelly Stanley v 3.0
Author:			801red
Author URI: 	http://www.801red.com
Version: 		1.0
Text Domain: 	kellystanley_2
*/

/* IMPORTS */
@import url(assets/css/reset.css);


/* COLOR SELECTORS*/
.white { color:#FFF; }
.black { color:#000; }
.bg-color { background-color:#000; }
.charcoal { color:#404041; }
.bg-charcoal { background-color:#404041; }
.teal { color:#00a5b5; }
.gray { color:#e6e7e8; }
.blue { color: #2a7de1; }
.turquoise { color:#67CFE3; }
.bg-turquoise { background-color:#67CFE3; }
.indigo { color:#8D85CA; }
.bg-indigo { background-color:#8D85CA; }
.seafoam { color:#95DACF; }
.bg-seafoam { background-color:#95DACF; }
.plum { color:#B687B8; }
.bg-plum { background-color:#B687B8; }
.teal { color:#64B1BC; }
.bg-teal { background-color:#64B1BC; }
.purple { color:#595194; }
.bg-purple { background-color:#595194; }
.green { color:#b7dc78; }
.bg-green { background-color:#b7dc78; }
.med-blue { color:#365d9d; }
.bg-med-blue { background-color:#365d9d; }
.dark-blue { color:#143055; }
.bg-dark-blue { background-color:#143055; }
.cranberry { color:#ad3b72; }
.bg-cranberry { background-color:#ad3b72; }
.white { color:#FFF; }
.bg-white { background-color:#FFF; color:#67CFE3; }
.yellow { color: #f4c700; }
.turquoise { color: #00a5b5; }
.soft-blue { color: #679adc; }
.light-orange { color: #ffaa71; }
.navy { color: #031346; }
.bright-purple { color: #9e459f; }
.grass-green { color: #45b76f; }
.bg-yellow { background-color: #f4c700; }
.bg-turquoise { background-color: #00a5b5; }
.bg-soft-blue { background-color: #679adc; }
.bg-light-orange { background-color: #ffaa71; }
.bg-navy { background-color: #031346; }
.bg-bright-purple { background-color: #9e459f; }
.bg-grass-green { background-color: #45b76f; }



/**
 * 1.0 Global
 * ----------------------------------------------------------------------------- */
 
/* INNER BOX PADDING FOR RESPONSIVE COLUMNS */
* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}

/* CLEAR FIX */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* BASIC SETUP */
body {
	font: 300 14px "Open Sans", Helvetica, Arial, sans-serif;
    color: #58595b;
    background-color: #404041;
}

/* TYPOGRAPHY */

/* Headings */
h1, h2, h3, h4, h5, h6, p {
	margin:0 0 20px;
	padding:0;
}
h1, h1 a {
    font: 30px 'Fredericka the Great', cursive;
    letter-spacing: .17em;
}
h1.title { font-size: 24px; }
h1.tagline {
    margin: 10px 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
}
h1.fl-slide-title { margin: 0 !important; text-transform: uppercase; }
h2, h2 a,
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font: 300 18px 'Encode Sans Expanded', sans-serif;
}
h2.woocommerce-loop-product__title { color: #0099a9; }
.title { width: 100%; padding: 0 0 20px 0; text-transform: uppercase; }
h3 {
    font: 18px 'Fredericka the Great', cursive;
    letter-spacing: .17em;
}
h4 {
    font: 300 14px/18px 'Encode Sans Expanded', sans-serif;
}
h5 {
    font-size: 16px;
}
h6 {
    font-weight: 700;
}

/* Text elements */
p {
}
p, li {
    font-size: 16px;
    line-height: 26px;
}
strong, .bold { font-weight:700; }
em { font-style:italic; }
p:last-child { margin-bottom:0; }
a,
a:focus {
	outline:none;
    color: #2A7DE1;
}
a:hover {
}
a[href^="tel:"] {
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
blockquote p:before { content: open-quote; }
blockquote p:after { content: close-quote; }
blockquote {
	padding:15px;
	margin:15px 0;
}
blockquote p {
	font-style:italic;
	font-size:16px;
	line-height:20px;
}




/* TABLES */
table { width:100%; }
tr { height:40; }
th { vertical-align:middle; padding:0 10; }
td { padding:6px; }
table.lined td { border-bottom:1px dotted #ddd; }	



/* FORMS */
.search-form { position:relative; width: 100%; margin-top: 20px; display: inline-block; }
.searchbox {
	background-color: #FFF;
	border:solid 1px #58595B;
	border-radius:14px;
	width:100%;
	color: #000;
	height: 28px;
	vertical-align: top;
	padding:4;
    -webkit-appearance: none;	
}
.search-submit {
	background-color: #fff;
	border: 1px solid #58595b;
	border-radius: 100%;
	height: 28px;
	width: 28px;
	text-indent: -9999px;
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: center center;
	position:absolute;
	top:0; right:0;
	cursor:pointer;
}
.search-form::after {
	position: absolute;
	content: '\f002';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
}
input, textarea {
	border:solid 1px #999;;
	width:100%;
	padding:6px;
}
input.radio, input[type='checkbox'] { width:auto; }
.wpcf7-submit {
	background-color: #02a297;
	border: medium none;
	color: #fff;
	display: block;
	float: right;
	width: auto;
	margin: 20 6px;
	text-transform: uppercase;
	padding: 6px 28px;
	cursor:pointer;
}


/* TAGS */
.text-left   { text-align: left   !important; }
.text-center { text-align: center !important; }
.text-center ul { margin-left: 0; list-style-position:inside; }
.text-right  { text-align: right  !important; }


.caps { text-transform:uppercase; }
.rounded {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.round {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.border {
	border:1px solid #000;
}
.text-shadow {
	text-shadow: 0 0 6px #054172;
}
.hide,
.menu-toggle { display:none; }
.borderBottom {
	border-bottom:dotted 3px #999;
	padding-bottom:40px;
	margin-bottom:40px;
}
.relative {	position:relative; }
.absolute {	position:absolute; }
.inline { display: inline; }
.no-margin { margin:0; }
.none { padding:0; margin:0; list-style-type:none; }

.masonry { 
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}
.masonry > div, .masonry > article { /* Masonry bricks or child elements */
    display: inline-block;
    margin: 0 0 20px;
    width: 100%;
	-webkit-column-break-inside: avoid; 
	page-break-inside: avoid; 
	break-inside: avoid;
}

.default-image {
	width:100;
	height:100;
	background-color:#0E4E96;
	-webkit-box-shadow: inset 0 0 7px 0 rgba(50, 50, 50, 0.75);
	box-shadow:         inset 0 0 7px 0 rgba(50, 50, 50, 0.75);
	font-size:16px;
	color:rgba(255,255,255,.8);
	text-align:center;
	font-weight:700;
	padding-top:30;
}
.default-image:before {
	content: "Picture Not Available";
}
.background-image {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}


/**
 * 2.0 Layout
 * ----------------------------------------------------------------------------- */

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-container.justify {
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.flex-container.justify-left {
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
}
.flex-container.justify-center {
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.flex-container.justify-right {
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}
.flex-container.align-top {
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}
.flex-container.align-center {
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.flex-container.align-bottom {
	-webkit-box-align:end;
		-ms-flex-align:end;
			align-items:flex-end;
}
.flex-container.wrap {
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.flex-container.column {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
}
.column-wrapper { position:relative; margin:0 1% 20px; }
.column-wrapper.half { -webkit-box-flex:1; -ms-flex:0 0 48%; flex:0 0 48%;  max-width:500px; }
.column-wrapper.third { -webkit-box-flex:1; -ms-flex:1 0 31%; flex:1 0 31%; max-width:350px; }
.column-wrapper.fifth { -webkit-box-flex:1; -ms-flex:1 0 18%; flex:1 0 18%; max-width:350px; }
.grid {
	max-width:1200px;
	margin:auto;
}
.row.padding { padding: 40px 0 0; }
.fixed {
	position:fixed;
	width:100%;
	z-index:99;
}

/**
 * 3.0 Header
 * ----------------------------------------------------------------------------- */
.header {
	background-position:center bottom !important;
	height:300px;
    background-color: #FFF;
	background-image:url(assets/images/new-header-background-graphic.jpg);
}
.header .grid { height:100%; padding:0 0 35px; }
.header .wrapper > div { width: 225px; }
.header .wrapper { width:100%; }
.logo-wrapper {
    flex-grow: 2;
}
.logo {
	background-image:url("assets/images/kellyocreates.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	height:110px;
	max-width:485px;
	text-indent:-9999px;
    display: block;
    margin: auto;
}

/* ELementor Menu Offset */
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display:block;
    height: 40px; /* fixed header height*/
    margin: -40px 0 0; /* negative fixed header height */
    visibility: hidden;
    pointer-events: none;
}

/**
 * 4.0 Navigation
 * ----------------------------------------------------------------------------- */

nav ul { margin:0; padding:0; list-style-type:none; }
nav ul li { display:inline-block; }

/* MAIN NAVIGATION */
.nav-wrapper { background-color:#404041; }
.main-nav { text-align:center; }
.main-nav ul {
}
.main-nav > ul > li {
	margin:0 10px;
}
.main-nav > ul > li.cart a::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	content: "\f07a";
	display: inline-block;
	color: white;
	margin-right: 10px;
}
.main-nav ul li a {
    font: 300 16px 'Encode Sans Expanded', sans-serif;
	transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out; /* Firefox 4 */
	-webkit-transition: color 0.2s ease-out; /* Safari and Chrome */
	-o-transition: color 0.2s ease-out; /* Opera */
	padding: 10px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	display:block;
}
.main-nav ul > li:hover > a,
.main-nav ul > li.current_page_item > a,
.main-nav ul > li.current-menu-item > a,
.main-nav ul > li.current-page-ancestor > a {
}
.main-nav ul li:hover > ul {
	display: block;
    background-color: #404041;
    text-align: left;
	/* transition: background-color 0.5s linear 0s; */
}
.main-nav ul li ul {
	display: none;
	position: absolute;
	z-index: 999;
}
.main-nav ul li ul li {
	float:none;
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.main-nav ul li ul li:hover {
	background:none;
}
.main-nav ul li ul li:last-child {
}
.main-nav ul li ul li a {
}
.main-nav > ul > li.menu-item-has-children > a:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-size: 14px;
	margin-left: 8px;
}
.main-nav ul li ul li:hover > a {
}
.main-nav ul li ul li:last-child {
}
.main-nav ul li ul li ul {
	left: 100%;
	width: 100%;
	top: 0;
}

/**
 * 5.0 Asides
 * ----------------------------------------------------------------------------- */

/* SIDEBAR */
aside {
	width:24%;
}
/* WIDGETS */

.aptf-single-tweet-wrapper .aptf-tweet-content p.aptf-timestamp {
	display: none;
}
.aptf-tweet-content .aptf-tweet-media { display: block; }
.aptf-tweet-media .aptf-each-media > a:hover::before,
.aptf-tweet-media .aptf-each-media > a:hover::after {
    display: none !important;
}
.somdn-capture-email-header {
	background-color: #0099a9 !important;
}


/**
 * 6.0 Content
 * ----------------------------------------------------------------------------- */


/* CONTENT */
.elementor-post__excerpt p:after {
	content: " ...";
}
.main-body { background-color: #FFF; padding:0 0 40px 0; }
.single-product .main-body { background-color: #FFF; padding: 40px 0; }
.main-image {
	min-height: 450px;
}
.main-image .overlay {
	margin-bottom: 30px;
}
.somdn-download-wrap { padding: 0 !important; }
.content {
	max-width: 73%;
    width: 100%;
}
.single-post .content {
	border-right: dotted 1px #231f20;
	padding-right: 40px;
}
article .image {
    max-width: 25%;
}
.fl-post-grid-more {
	margin: 20px 0;
	border: solid 1px #fff;
	padding: 6px 20px;
    text-transform: uppercase;
    border-radius: 3px;
}
.custom .elementor-post__thumbnail__link {
	margin: 0 auto 20px;
}
.custom .elementor-image-carousel-caption {
	margin: 20px 0;
}


/* CALL TO ACTION */
.call-to-action {
    background-color: #00a5b5;
    padding: 30px 0;
    text-align: center;
    color: #FFF;
}

/* CAROUSEL */


/* HIGHLIGHT BAR */
.highlight-bar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a5b5+0,00a5b5+50,ffffff+50,ffffff+100 */
    background: #00a5b5; /* Old browsers */
    background: -moz-linear-gradient(left,  #00a5b5 0%, #00a5b5 50%, #ffffff 50%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #00a5b5 0%,#00a5b5 50%,#ffffff 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #00a5b5 0%,#00a5b5 50%,#ffffff 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5b5', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.highlight-bar img {
	display: block;
	max-height: 500px !important;
	width: auto;
}
.highlight-bar .books_widget, .highlight-bar .widget_text {
    padding: 50px;
    text-align: center;
    flex: 0 0 38%;
}
.book-widget {
    color: #FFF;
    margin-bottom: 20px;
}


/* BOOKS PAGE */
/* Buy */
.buy h1 {
	margin:0 0 20px 0;
}
a.purchase {
	background-color:rgba(0,165,181,.2);
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out; /* Firefox 4 */
	-webkit-transition: all 0.2s ease-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-out; /* Opera */
	margin:0 0 10px;
    text-align: center;
	color:#000;
	padding:10px;
	text-decoration:none;
    font-weight: 700;
    word-break: break-all;
}
.purchase:hover {
	background-color:rgba(0,165,181,.4);    
}


/* RECENT POSTS CAROUSEL */
.fl-post-carousel-grid .fl-post-carousel-text {
	padding: 0;
	display: none;
}


/* FEATURED PRODUCTS */
a.woocommerce-LoopProduct-link p { text-align: left; }

/* PRAYER TIPS CAROUSEL */
.prayer-tips .fl-content-slider .bx-wrapper .fl-slide .fl-slide-foreground {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
    flex-direction: column-reverse;
}
.prayer-tips .fl-content-slider .fl-slide .fl-slide-photo-wrap {
	width: 100%;
    margin-bottom: 20px;
}
.prayer-tips .fl-slide .fl-slide-photo {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.prayer-tips .fl-slide .fl-slide-content-wrap {
	width: 100%;
}
.prayer-tips .fl-slide .fl-slide-content {
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
    background-color: #FFF !important;
}
.prayer-tips  .fl-slide .fl-slide-title,
.prayer-tips  .fl-slide .fl-slide-text,
.prayer-tips  .fl-slide .fl-slide-text * {
	color: #58595b;
}
aside .aptf-template-2 .aptf-header-content {
	margin-bottom: 0;
}
aside .aptf-tweet-media {
	margin: 0 0 10px 0 !important;
}


/* Reviews */
.reviews {
	background-color:#8293DC;
	padding:30px;
}
.review .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
}
.review .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
}
.review p {
	margin:0;
}
.review-wrap {
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #939598;
	left: 0;
	padding: 20px;
	position: absolute;
	text-align: center;
	top: -50%;
	width: 350px;
	opacity:0;
}
.review-wrap p {
	text-align:left;
}


/* Spread the Word */
.the-word {
	clear:both;
	background-color:#69C9BA;
	padding:30px;
}
.the-word .social {
	position:relative;
	text-align:left;
    float: none;
}
.the-word .social a {
	margin:0 5px 5px 0;
	background-color:#58595b;
}
/* Resources */
.resources {
	clear:both;
	background-color:#B7DC78;
	padding:30px;
}
/* Prayer Prompts */
.prayer-prompts {
	border-top:dotted 3px #999;
	padding-top:20px;
	margin-top:20px;
	clear:both;
}


/* BLOG */
/* Popular Categories */
.popular-categories {
    text-align: center;
    text-transform: uppercase;
}
.popular-categories h3,
.popular-categories li {
    display: inline-block;
    margin:0 15px;
}
.popular-categories li a {
    font: 300 16px 'Encode Sans Expanded', sans-serif;
    text-decoration: none;
    color: #FFF;
}
.popular-categories .image {
    height: 220px;
    margin-bottom: 10px;
}
.addtoany_shortcode { flex: 0 0 20%; text-align: right; }
.wp-post-image {
	margin: 0 auto 20px;
	display: block;
}




/* WORDPRESS */
.widgets, .widget ul { list-style: none; margin: 0; padding: 0; }
.alignleft { float: left; margin: 0 20px 0 0; }
.alignright { float: right; margin: 0 0 0 20px; }
.aligncenter { display: block; margin: 0 auto; }
p.postmetadata {}
.byline { font-size: 14px; }
.acf-map {
	width: 100%;
	height: 400;
	border: #ccc solid 1px;
	margin: 20 0;
}
.page-link {
	border-top:solid 1px #CECECE;
	padding:2%;
}
.page-link a {
	font-weight:700;
}
.previous, .next { display:inline; }
.previous i { margin-right:6px; }
.next i { margin-left:6px; }



/* SOCIAL ICONS */
.social {
	float:right;
	font-size:16px;
	text-align:center;
}
.social a {
	display: inline-block;
	text-align: center;
	color: #FFF;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	margin: 0 5px;
	line-height: 26px;
	font-size: 12px;
}
.social .facebook-f { background-color:#3b5998; }
.social .twitter { background-color:#1da1f2; }
.social .pinterest-p { background-color:#bd081c; }
.social .instagram { background-color:#434343; }
.social .rss { background-color:#ff6600; }
.social .mail { background-color:#000; }


/* BUTTONS */
button.tooltip {
	background:none;
	border:none;
	padding:0;
	margin:0;
	display:inline;
	color:#FFF;
	text-transform:uppercase;
	cursor:pointer;
}
.button, #edd-purchase-button, .edd-submit, input.edd-submit[type="submit"],
#somdn-form-submit-button, .overlay #somdn-form-submit-button, .custom .elementor-post__read-more {
	background-color:#0099a9 !important;
	color:#FFF !important;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	padding:6px 10px;
	border:none;
	border-radius:0;
}
.overlay #somdn-form-submit-button {
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	padding: 15px 30px;
}
.edd_download_purchase_form #edd-purchase-button, .edd_download_purchase_form .edd-submit, input.edd-submit[type="submit"] {
	font-weight:700;
	width:100%;
}
.button.white, .custom .elementor-post__read-more {
	border:solid 1px #FFF;
	background-color:transparent !important;
	margin: 30px 0 0;
}
.more-link {
	background-color:#595194;
	color:#FFF;
	display:block;
	float:right;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	padding:6px 10px;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------- */

/* FOOTER */
footer { padding: 30px 0; }
footer .grid > * { margin-bottom: 20px; }
footer .social > * { background-color:#FFF !important; color: #404041 !important; }
footer .logo {
	background-image:url("assets/images/kellyocreates-footer.svg");
	margin: 0 auto 20px;
	height: 55px;
    width: 100%;
}

/**
 * 8.0 Responsive
 * ----------------------------------------------------------------------------- */


@media all and (max-width: 1200px) {
    .header {
        background-position: center -10vh !important;
    }
    .header .wrapper > div { width: auto; }
    .header .wrapper.flex-container {
        padding: 35px 2%;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
    }
    .logo-wrapper {
        flex-grow: inherit;
    }    
    .social {
        float:none;
        margin-top: 10px;
    }
    .grid {
        padding: 0 2%;
    }
    .swiper-button-prev,
    .swiper-button-next { display: none; }
}
@media all and (max-width: 1060px) {
    .search-form {
        display: none;
	}
}
@media all and (max-width: 960px) {
    /* MAIN NAV RESPONSIVE */
	.main-nav, .secondary nav {
		display: none !important;
	}
	.flexnav {
		display:block;
	}
}
@media all and (min-width: 768px) {
    #main-slide .fl-content-slider, 
    #main-slide .fl-slide {
        height: 500px;
    }
    .fl-slide-text-center .fl-slide-content-wrap {
        margin: 0 auto 30px;
    }
}
@media all and (max-width: 768px) {
    .fl-slide-text-center .fl-slide-content-wrap {
        margin: 0 !important;
    }
    .fl-slide-content-wrap,
    .fl-slide-content {
        width: 100% !important;
    }
     .content {
        max-width: 100%;
    }
   .fl-slide-foreground::after {
        content: '';
    }
    .elementor-2414 .elementor-element.elementor-element-efc6100 > .elementor-element-populated,
    .elementor-2414 .elementor-element.elementor-element-4c83732 > .elementor-element-populated {
        border: none !important;
    }
}
@media all and (max-width: 767px) {
    .column-wrapper.third,
    .column-wrapper.half {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: none;
    }
    .reviews .review {
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
        text-align: center;
    }
    .reviews .review .image { margin-bottom: 20px; }
}
@media all and (max-width: 568px) {
    .header {
        background-position: center -10vh !important;
        height: 200px;
    }
    .logo {
        height: 75px;
    }
    h1.tagline {
        font-size: 4vw;
    }
    article .image,
    .content {
        max-width: 100%;
    }
    .content article {
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
    }
    .column-wrapper.half,
    .column-wrapper.fifth {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: none;
    }
    .masonry { 
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
@media all and (max-width: 340) {
}








/* WOOCOMMERCE */
.quantity {
	display: inline-block;
}
.woocommerce ul.products li.product a {
	text-decoration: none;
	color: #000;
}
.home .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
}
.home .woocommerce .products ul, .woocommerce ul.products {
	margin: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 23.5%;
	margin: 2% 2% 0 0;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n+1) {
	margin-right: 0;
}
.woocommerce ul.products li.product strong {
	display: inline;
}
