/*
Theme Name:		Violet Blooms WooCommerce
Author:			CMS Web Solutions
Author URI:		http://cmswebsolutions.com
*/

* {
	box-sizing: border-box;
}

html {
    font-size: 18px;
}

body {
	margin: 0 auto;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	position: relative;
	color: #333;
	background-color: #fffefe;
}

article, aside, details, embed, figcaption, figure, footer, header, iframe, main, menu, nav, section, summary {
	display: block;
	position: relative;
	margin: 0 auto;
}

nav, .inner {
	max-width: 1200px;
}

.inner {
	margin: 0 auto;
}

h1 {
	line-height: 1;
	color: #803e97;
	padding-bottom: .25em;
	font-size: 2.5em;
	font-weight: 700;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.single-product h1 {
	text-align: left;
	text-transform: none;
}

h2 {
	line-height: 1;
	font-weight: 500;
	color: #222;
	margin: 1.5em 0 .75em;
	font-size: 1.5em;
}

h2 a {
	color: #222;
	-webkit-text-decoration-color: #aaa;
	text-decoration-color: #aaa;
}

h2 a:hover,
h2 a:focus {
	color: #333;
	-webkit-text-decoration-color: #222;
	text-decoration-color: #222;
}

h3 {
	line-height: 1;
	font-weight: 500;
	color: #333;
	margin: 1.5em 0 .75em;
	font-size: 1.2em;
}

h4 {
	line-height: 1;
	font-weight: 600;
	color: #333;
	margin: 1.5em 0 .75em;
	font-size: 1.1em;
}

p, li, dt, dd {
	line-height: 1.5;
}

li, p + p, dt, dd {
	margin-top: 0;
}

p * {
	margin-top: 0;
}

ul,ol {
	padding-left: 1.5em;
}

blockquote {
    background-color: #eee;
    border-left: 10px solid #ddd;
    margin: 0 0 1.5em;
    padding: 1em;
}

cite {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
	border-style: none;
}

a {
	color: #333;
	transition: color .1s;
}

a[href^="tel:"] {
	text-decoration: none;
}

a:hover,
a:focus,
a:hover h2,
a:focus h2 {
	color: #7F4195;
}

a:active {
	transition: color 2s;
	color: blue;
}

a img {
	border: none;
	outline: none;
}

iframe,embed {
	max-width: 100%;
}

button,input,select,textarea {
	font: inherit;
	margin: 0;
}

button,
input[type=submit],
.button {
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: .25em;
	padding: .25em 1em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.button:hover,
.button:focus {
	color: #803e97;
}

table {
	border-collapse: collapse;
	margin: 1em auto 2em;
	padding: 0;
	width: 100%;
	max-width: 100%;
	overflow-x: scroll;
}

table caption {
	font-weight: 600;
	text-align: left;
	font-size: 125%;
	padding-bottom: .25em 0;
}

table thead,table tbody {
	max-width: 100%;
}

table thead {
	text-align: left;
}

table th {
	font-weight: 700;
	font-size: 1.05em;
}

table tr {
	border-bottom: 1px solid #eae4de;
}

table tr:hover,
table tr:focus {
	background-color: rgba(127, 65, 149, .1);
}

table tr td,table tr th {
	padding: .25em;
	text-align: left;
}

.hidden {
	position: absolute;
	left: -1000em;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: -1px;
	padding: 0;
	clip: rect(0,0,0,0);
	border: 0;
}

.clearfix {
	overflow: hidden;
	content: "";
	visibility: hidden;
	display: block;
	height: 1px;
	width: 1px;
	clear: both;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

a.skip {
	position: absolute;
	top: 0;
	left: -1000em;
	background-color: #354c65;
	color: #fff;
	text-decoration: none;
	border-radius: 0 0 3px 3px;
}

a.skip:focus,
a.skip:hover {
	left: 1em;
	top: 0;
	padding: .5em 1em;
}

.logo,
.woocommerce img.logo,
.woocommerce-page img.logo {
	max-width: 300px;
	height: auto;
	margin: 1em auto;
	display: block;
	text-align: center;
}

.utilities {
	color: #fff;
	background-color: #333;
	text-align: center;
}

.utilities a {
	color: #fff;
	text-decoration: none;
}

.tel {
	margin-top: 0;
	padding-top: 1em;
}

.cart-contents {
	text-transform: uppercase;
	font-size: 1.25em;
}

.cart-contents:before {
	content: '';
	background: url(img/cart.png) center bottom no-repeat;
	width: 30px;
	height: 28px;
	display: inline-block;
	margin-right: .25em;
}

nav {
	color: #333;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

nav button {
	transition: none;
	cursor: pointer;
	text-transform: uppercase;
	display: block;
	width: 100%;
	color: #fff;
	background: #333;
	margin: 0 auto;
	padding: .25em 0;
	font-size: 1.25em;
	font-weight: 700;
	text-align: center;
	border: none;
	border-radius: 0;
}

nav button:hover,
nav button:focus {
	color: #803e97;
}

nav ul {
	width: 100%;
	margin: 0;
	padding-left: 0;
	display: none;
}

nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] {
	display: block;
	position: static;
	top: auto;
}

nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] li {
	flex: unset;
    display: block;
    width: 100%;
}

nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] a {
    text-align: center;
}

nav .open + ul {
	display: block;
}

nav .open + ul li {
	padding: .5em;
	text-align: center;
}

nav .open + ul li:hover,
nav .open + ul li:focus {
	background-color: #4F4F4F;
}

nav a {
	color: #333;
	padding: .25em 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

nav .open + ul li:hover a,
nav .open + ul li:focus a {
	color: #fff;
}

nav a:hover,
nav a:focus,
nav .current_page_item a,
nav .current-menu-item a,
nav .current-product-parent a {
	color: #803e97;
}

nav li {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
}

nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] {
	margin-top: 0;
	display: block;
	position: absolute;
	min-width: 16em;
	background-color: rgba(253,253,253,.9);
	z-index: 10;
}

nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] li {
	margin: 0;
}

nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] a {
	padding: .5em .5em .5em 1.25em;
	text-align: left;
}

nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] a:hover,
nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] a:focus {
	color: #333;
}

nav ul [aria-haspopup="true"] + ul li {
	display: block;
	position: relative;
}

.hero {
	display: block;
}

.feature {
	margin: 0 auto;
	padding: .5em;
	font-size: 150%;
	text-align: center;
	color: #fff;
	background-color: #333;
	background-size: cover;
}

.feature a {
	color: #fff;
}

.feature a:hover,
.feature a:focus {
	color: #f8fbf5;
}

.products.columns-1 {
	padding-left: 0;
}

.collection {
	color: #fff;
	background-color: #7F4195;
	border: 1px solid #7F4195;
	border-radius: .25em;
	padding: .25em 1em;
	text-align: center;
	text-transform: uppercase;
}

.collection a {
	color: #fff;
	text-decoration: none;
}

.collection:hover,
.collection:focus {
	color: #7F4195;
	background-color: #fff;
}

.collection:hover a,
.collection:focus a {
	color: #7F4195;
}

main {
	width: 100%;
	opacity: 0;
	-webkit-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

main .inner {
	display: block;
	padding: 1em 2em;
}

.prefooter {
	display: block;
}

.story {
	padding: 1em;
	background-color: rgba(128,62,151,0.03);
}

.guarantee {
	padding: 1em;
	background-color: rgba(124,194,77,0.05);
}

.story h3,
.guarantee h3 {
	color: #803e97;
	font-size: 1.5em;
	margin: 0;
}

.guarantee img {
	display: block;
	margin: 0 0 1em 3.5em;
}

.packages > div {
	margin-bottom: 1em;
	padding: 0;
	border: 1px solid #7F4195;
	text-align: center;
}

.packages h2 {
	color: #7F4195;
}

.packages ul {
	padding-left: 0;
}

.packages li {
	list-style: none;
}

.packages p {
	margin-top: .25em;
}

.packages .price {
	margin-top: auto;
	margin-bottom: 0;
	padding: .5em 0;
	color: #fff;
	background-color: #7F4195;
}

.row {
	margin: 2em 0;
	padding-bottom: 2em;
	border-bottom: 1px solid #828182;
}

.row:last-of-type {
	border-bottom: none;
}

.row a {
	text-decoration: none;
}

.row a.read-more {
	text-decoration: underline;
}

.row img {
	max-width: 20%;
	display: inline-block;
	margin: 0 2em 2em 0;
	vertical-align: top;
}

.row a:hover img,
.row a:focus img {
	border: 4px solid #222;
}

.row .details {
	display: inline-block;
	max-width: 75%;
}

.blog .row .details {
	max-width: 70%;
}

.row .details h2 {
	margin: 0;
	padding: 0 0 .25em 0;
	font-size: 1.1em;
	font-weight: 600;
	color: #333;
	border-bottom: 1px solid #333;
	display: inline-block;
}

.sectionnav {
	padding: 1em 0;
}

.sectionnav h3 {
	margin-top: 1em;
}

/* Woo */

.woocommerce ul.products:after,
.woocommerce ul.products:before,
.woocommerce-page ul.products:after,
.woocommerce-page ul.products:before {
	display: initial;
	content: none;
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: auto;
}

.products li,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	display: flex;
	flex-direction: column;
	align-items: center;
	float: none;
	margin: auto auto 2em;
	padding: .5em;
	text-align: center;
	box-shadow: 0px 0px 3px 3px rgba(200,200,200,0.75);
}

.woocommerce ul.products li.product .price {
	color: #803e97;
	font-size: 1em;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #60824A;
}

.woocommerce .attachment-post-thumbnail {
	padding: .5em;
	text-align: center;
	box-shadow: 0px 0px 3px 3px rgba(200,200,200,0.75);
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce button.button.alt {
	color: #333;
	background-color: transparent;
	border: 1px solid #333;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	color: #fff;
	background-color: #803e97;
	border: 1px solid #803e97;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus {
	color: #803e97;
	background-color: #fff;
}

.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus {
	color: #803e97;
	background-color: transparent;
}

.woocommerce div.product {
	padding: 2em 0;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	float: none;
	width: auto;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	float: none;
	width: auto;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: auto;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	margin: 1em 0;
	padding: 0;
	background-color: transparent;
	color: #333;
	border-top: none;
}

.woocommerce-error:before,
.woocommerce-error:after,
.woocommerce-info:before,
.woocommerce-info:after,
.woocommerce-message:before,
.woocommerce-message:after {
	content: none;
}

/* Default gallery */
.gallery {
	margin: 2em 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: auto auto 2em;
	padding: .5em;
	text-align: center;
	box-shadow: 0px 0px 3px 3px rgba(200,200,200,0.75);
}

@supports ((display: -ms-grid) or (display: grid)) {
	.gallery {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (minmax(350px, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
		grid-gap: 2em;
	}

/* 	.gallery-item {
		margin: 0;
	} */
}

.gallery-caption {
	margin: 0;
	text-align: center;
}

.gallery br {
	display: none;
}

.post-list article {
	border-bottom: 1px solid #CCC;
	margin-bottom: 1.5em;
}

.post-list article h2 a {
	text-decoration: none;
	text-transform: none;
}

.post-list article:last-child {
	border: none;
}

.post-list article a.read-more {
	display: block;
}

.alignleft,img.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 1.5em 0;
}

.alignright,img.alignright {
	display: inline;
	float: right;
	margin: 0 0 1.5em 1.5em;
}

.aligncenter,img.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto 1.5em;
}

.wp-caption {
	max-width: 100%;
	position: relative;
	display: block;
}

.wp-caption img {
	display: block;
	max-width: 100%;
	height: auto;
}

.wp-caption p.wp-caption-text {
	display: block;
	position: absolute;
	width: 100%;
	margin: 0;
	padding: .5em;
	left: 0;
	bottom: 0;
	color: #fff;
	background: rgba(0,0,0,0.7);
}

ul.navigation {
	margin: 0;
	padding: 0 !important;
	list-style-type: none;
}

ul.navigation li {
	float: right;
}

ul.navigation li.newer {
	float: left;
}

.testimonial {
	padding: 2em;
	color: #803e97;
	background-color: #F1F2F2;
	font-style: italic;
	text-align: center;
}

footer {
	position: relative;
	bottom: 0;
	width: 100%;
	color: #fff;
	background-color: #333;
	clear: both;
}

footer h3 {
	color: #fff;
}

footer .cols {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1em;
	display: block;
	border-bottom: 1px solid #60824A;
}

footer .col h3,
footer .col a {
	color: #fff;
}

footer .col a:hover,
footer .col a:focus {
	color: #6BB853;
}

footer .col p {
	margin: .1em 0;
}

#mc_embed_signup form {
	padding: .5em 0;
}

#mc_embed_signup input.email {
	font-family: inherit;
	font-size: inherit;
	width: 100%;
}

#mc_embed_signup input.button {
	width: auto;
}

#mc_embed_signup .button {
	color: #333;
	background-color: #fff;
	font-size: 1em;
	padding: 0 .5em;
}

#mc_embed_signup .button:hover,
#mc_embed_signup .button:focus {
	color: #6BB853;
	background-color: #fff;
}

.social {
	padding-left: 0;
	display: flex;
	justify-content: space-between;
}

.social li {
	list-style: none;
}

.social a img {
	height: 42px;
	width: auto;
}

.social a:hover img,
.social a:focus img {
	-webkit-transform: scale(1.1);
	    transform: scale(1.1);
}

footer .inner {
	padding: 0 1em;
}

.anchor {
	padding: 1em;
	color: #fff;
	background-color: #58595B;
}

.anchor a {
	color: #fff;
}

.anchor a:hover,
.anchor a:focus {
	color: #6BB853;
}

.footer_nav {
	margin: 0;
	padding: 1em 0;
}

.footer_nav li {
	list-style: none;
}

.footer_nav a {
	text-decoration: none;
}

@media screen and (min-width: 769px) {
	header .inner {
		padding: 0 1em;
		display: flex;
		justify-content: space-between;
	}

	.utilities {
		text-align: left;
	}

	.utilities p {
		display: inline-block;
	}

	.tel {
		margin-top: 1em;
		padding-top: 0;
	}

	.addr {
		margin-left: 2em;
	}

	:not(.home) > main {
		padding-bottom: 5em;
	}

	.home main .inner {
		display: block;
	}

	nav button {
		display: none;
	}

	nav ul {
		display: flex;
		justify-content: space-between;
		font-size: .9em;
	}

	nav li {
		margin: auto;
		width: auto;
		border-bottom: none;
	}

	nav a {
		display: block;
		text-decoration: none;
		text-align: center;
		padding: .5em;
	}

	.hero {
		margin-top: 1.5em;
	}

	.prefooter {
		display: flex;
		margin-bottom: 2em;
	}

	.story {
		flex-basis: 55%;
		margin-right: 2em;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.story .inner {
		max-width: 620px;
		float: right;
	}

	.guarantee {
		flex-basis: 45%;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	.guarantee .inner {
		max-width: 480px;
		float: left;
	}

	.packages {
		display: flex;
		justify-content: space-around;
	}

	.packages > div {
		flex-basis: 30%;
		display: flex;
		flex-direction: column;
	}

	.packages h2 {
		padding: 0 1em;
	}

	.packages .price {
		padding: .5em 1em;
		font-size: 1.25em;
	}

	.woocommerce div.product {
		display: flex;
		justify-content: space-between;
	}

	@supports ((display: -ms-grid) or (display: grid)) {
		.products.columns-1,
		.woocommerce ul.products.columns-1,
		.woocommerce-page ul.products.columns-1 {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: (1fr)[3];
			grid-template-columns: repeat(3, 1fr);
			grid-gap: 2em;
		}

		.woocommerce div.product {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: (1fr)[2];
			grid-template-columns: repeat(2, 1fr);
			grid-gap: 2em;
		}
	}

	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		flex-basis: 48%;
	}

	.woocommerce .attachment-post-thumbnail {
		flex-basis: 45%;
	}

	.content {
		display: flex;
		justify-content: space-between;
	}

	.map {
		flex-basis: 70%;
	}

	footer {
		font-size: 1em;
		padding: 0;
	}

	.logos .inner {
		padding: 1em;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

	.logos img {
		max-width: none;
	}

	footer .cols,
	.anchor .inner{
		display: flex;
		justify-content: space-between;
	}

	.social {
		justify-content: flex-end;
	}

	.social li {
		margin-left: .75em;
	}

	.anchor {
		padding: 0;
	}

	.footer_nav {
		margin: 1em;
		padding: 0;
		display: flex;
		justify-content: flex-end;
	}

	.footer_nav li {
		margin-left: 1em;
	}
}