/* general */
a {
	text-decoration: none;
	transition: all 0.25s ease-in-out;
}

a:hover {
	text-decoration: underline;
}

body {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    background: #fffdf8;
}

@media (min-width: 768px) {
    .col-full {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        box-sizing: content-box;
    }
}

/* typography */
.rc {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
}
.background_primary{
	background: #004672;
}
.text_white{
	color: #FFF;
}

/* header */
.header_bar{
	background: #004672;
	color: #FFF;
	font-size: 18px;
}
.header_bar a{
	text-decoration: none;
}
@media (min-width: 768px) {
	.site-header{
        padding-top: 1em;
        padding-bottom: 0;
    }
    .woocommerce-active .site-header .site-branding{
        width: 100%;
        float: none;
        margin-right: 0;
		margin-bottom: 0;
    }	
    .site-header .site-branding img{
        height: auto;
        max-width: 347px;
        max-height: none;
		margin: auto;
    }
	.header_search_and_cart {
		align-items: center;
	}
	.site-header-cart .cart-contents{
		padding: 0;
		color: #FFF;
	}
}
.site-search,
.site-search .widget_product_search {
	margin: 0;
	height: 100%;
}
.site-search .widget_product_search {
	background-color: transparent;
}
.site-search .widget_product_search input[type=text], 
.site-search .widget_product_search input[type=search]{
	background-color: transparent;
	color: #FFF;
	box-shadow: none;
	border-radius: 3px;
    padding: 0.5em 1.41575em;
    line-height: 1;
	width: 118px !important;
}
.site-search .widget_product_search input[type=text]::placeholder, 
.site-search .widget_product_search input[type=search]::placeholder {
	color: #fff;
	text-transform:uppercase;
}
.site-search .widget_product_search input[type=text]:focus, 
.site-search .widget_product_search input[type=search]:focus {
	background-color: #0008;
	box-shadow: initial;
	width: 318px !important;
}
.widget_search form:not(.wp-block-search)::before, 
.widget_product_search form:not(.wp-block-search)::before{
	line-height: 1;
	top: 10px;
	left: 10px;
	color: #FFF;
}

@media (min-width: 768px) {

	#site-navigation.floating {
        position: fixed;
		left: 0;
		top: 0;
		z-index: 2;
		transition: display .3s, background .3s;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		background: #fafaf5;
		background: rgba(0, 70, 114, .95);
		backdrop-filter: blur(10px);
		box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
		padding: 0;
		width: 100%;
    }
	body.admin-bar #site-navigation.floating {
		top: 24px;
	}

	#site-navigation.floating #menu-main-menu {
		cursor: default;
		justify-content: center;
	}

	#site-navigation.floating #menu-main-menu > li > a {
		color: #FFF !important;
	}

	#site-navigation.floating #menu-main-menu > li:hover > a {
		background-color: rgba(0, 0, 0, 1);
		text-decoration: none;
	}

	#site-navigation.floating #menu-main-menu > li.menu-item-has-children > a::after {
		display: inline-block;
		margin-left: .6em;
		content: '\203A';
		transform: rotate(90deg);
	}

	#site-navigation.floating #menu-main-menu > li.menu-item-has-children > ul li a::after {
		transform: rotate(0deg);
	}

}

.fs_product_wrap {
	justify-content: space-between;
}
.fs_product_wrap .fs_featured_product_single_wrap {
	width: calc(50% - 5px);	
	margin-bottom: 6rem !important;
}
.fs_featured_product_image {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	flex-basis: 100%;
}
.fs_featured_product_button {
	font-size: 1em;
	font-weight: normal;
	width: 75%;
	text-transform: uppercase;
}
@media screen and (min-width: 768px) {
	.fs_product_wrap .fs_featured_product_single_wrap {
		width: calc(25% - 5px);
	}

	#menu-main-menu{
		display: flex;
		justify-content: left;
		flex-wrap: wrap;
		margin: 0;
	}

	.woocommerce-products-header {
		padding-bottom: 0 !important;
	}

	body.privacy-policy .entry-content p {
		font-size: 1.1em;
    	margin-bottom: 2em;
	}
	body.privacy-policy .entry-content p,
	body.privacy-policy .entry-content h2 {
		text-align: center;
		/* max-width: 640px; */
		margin-left: auto;
		margin-right: auto;
	}
	body.privacy-policy .entry-content h2 {
		margin-top: 20px;
    	margin-bottom: 10px;
		font-size: 30px;
		text-align: center;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 400;
		text-transform: capitalize;
	}
}

.header_search,
.header_search .site-search,
.header_search .site-search .widget_product_search,
.header_search .site-search .widget_product_search form.woocommerce-product-search,
.header_search .site-search .widget_product_search form.woocommerce-product-search input.search-field {
	cursor: pointer;
}
.header_search {
	height: 100%;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
}
.header_search:hover {
	background-color: #000;
}
.header_phone,
.header_cart .cart-contents {
	/* margin-top: 3px; */
	white-space: nowrap;
}
.site-header-cart .widget_shopping_cart {
	background-color: #f0f0f0;
	min-width: 300px;
	margin-left: -150px;
}


.home h1.rc,
.home h2.rc,
.page-title,
.entry-title {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	font-family: 'Roboto Condensed', sans-serif;
	color: #444 !important;
	text-transform: none;
	margin-top: 10px;
	margin-bottom: 20px !important;
	font-size: 1.3rem;
	font-weight: 400;
}
.home h1.rc:before, .home h1.rc:after,
.page-title:before, .page-title:after,
.entry-title:before, .entry-title:after {
	content: '';
	color: #000;
	border-top: 2px solid;
	margin: 0 20px 0 0;
	flex: 1 0 20px;
	flex-basis: auto;
}
.home h1.rc:after,
.page-title:after,
.entry-title:after {
	margin: 0 0 0 20px;
}
.header_bar > .row > .col-lg-5.text-uppercase {
	display: none;
}

@media only screen and (min-width: 768px) {
	.header_bar > .row > .col-lg-5.text-uppercase {
		display: block;
	}
	.page-title, 
	.entry-title {
		font-size: 2.25em;
		font-weight: 400;
	}
	.home h1.rc {
		font-size: 2.25rem;
	}
}

.storefront-breadcrumb {
	display: none;
	margin-bottom: 0;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	border-left: none !important;
	border-radius: 3px;
	text-align: center;
}

.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before {
	position: unset;
	margin-right: 10px;
}

/* navigation */
.site-header {
	background-color: #fafaf5 !important;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.header_bar .header_search_and_cart .header_phone a:hover, 
.site-header-cart .cart-contents:hover {
	background-color: #000;
	color: #FFF;
}
.site-header-cart .cart-contents::after {
	content: '\f07a';
	order: 0;
	padding-right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 500;
}
.site-header-cart .cart-contents .amount {
	order: 1;
	margin: 0;
	padding: 0;
}
.site-header-cart .cart-contents .count {
	display: none;
}
.site-header-cart .cart-contents
.site-header .main-navigation {
	margin-top: 1rem;
}
.site-header .main-navigation ul li a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9rem;
	color: #000 !important;
	padding: 0.6rem;
	border-radius: 3px;
	white-space: nowrap;
	width: auto !important;
	line-height: calc(42px - 1.2em);
}
.site-header .main-navigation ul.menu > li.menu-item-has-children > a::after {
	content: '\203A' !important;
	transform: rotate(90deg);
	margin-left: 0.6rem;
}
.site-header .main-navigation .primary-navigation > ul > li:hover {
	background: rgba(110, 93, 69, .2);
	color: #000 !important;
}
.site-header .main-navigation .primary-navigation > ul > li > ul > li:hover {
	background: rgba(110, 93, 69, .2);
	color: #000 !important;
}

.header_bar .header_search_and_cart .header_phone a,
.site-header-cart .cart-contents {
	display: flex;
	padding: 0.5rem;
}
.header_bar .header_search_and_cart .header_phone a .icon {
	padding: 4px 10px 0 0;
}
.header_bar .header_search_and_cart .header_phone a {
	padding-left: 0.75em;
	padding-right: 0.75em;
	position: relative;
	top: -1px;
}
.header_bar .header_search_and_cart .header_phone a i {
	position: relative;
	top: 1px;
}
.header_bar .header_search_and_cart .header_cart a {
	padding-left: 0.75em;
	padding-right: 0.75em;
	position: relative;
	top: -2px;
}
.header_bar .header_search_and_cart .header_cart a .amount {
	position: relative;
	top: 1px;
}

.header_bar .header_search_and_cart .header_search input.search-field {
	padding-right: 0;
}

@media (min-width: 768px) {

    .woocommerce-active .site-header .main-navigation {
        width: 100%;
		float: none;
        clear: both;
		margin: 0 0 0 0;
    }
	.primary-navigation{
			margin: auto;
	}
	
    .site-header .main-navigation ul.menu li ul.sub-menu  {
		background-color: #FFF;
        box-shadow: 0 6px 10px rgba(0, 0, 0, .3), 0 2px 2px rgba(0, 0, 0, .2);
        transition: opacity .5s;
    }

	.header_bar .header_search_and_cart .header_menu {
		display: none;
	}

}

@media (max-width: 767px) {
	header#masthead {
		display: flex;
		flex-direction: column;
		padding-top: 0;
		padding-bottom: 0;
	}
	header#masthead > .storefront-primary-navigation {
		order: 1;
		margin-bottom: 2rem;
	}
	header#masthead > .storefront-primary-navigation > .col-full {
		margin-left: 0;
		margin-right: 0;
	}
	header#masthead > .storefront-primary-navigation > .col-full > .main-navigation > .handheld-navigation > ul {
		background-color: #fff;
	}
	header#masthead > .storefront-primary-navigation > .col-full > .main-navigation > .handheld-navigation ul {
		margin-left: 0;
		padding-left: 0;
	}
	header#masthead > .storefront-primary-navigation > .col-full > .main-navigation > .handheld-navigation > ul ul li {
		background-color: #fffdf8;
		margin-left: 0;
		padding-left: 1rem;
	}
	header#masthead > .storefront-primary-navigation > .col-full > .main-navigation > .handheld-navigation > ul li:hover {
		background-color: #efede8;
	}
	header#masthead > .storefront-primary-navigation > .col-full > .main-navigation > .handheld-navigation > ul > li {
		border-bottom: 1px solid #dfddd8;
	}
	.site-header .main-navigation ul.menu > li.menu-item-has-children > a::after {
		display: none;
	}
	.dropdown-toggle::after {
		border: 0;
	}
	header#masthead > .container.row.m-auto {
		margin-bottom: 2rem !important;
		order: 3;
	}
	header#masthead > .col-full {
		order: 2;
	}
	header #site-navigation-menu-toggle  {
		display: none;
	}
	.header_bar .header_search_and_cart {
		padding-left: 0;
		padding-right: 0;
		justify-content: flex-start !important;
	}
	.header_bar .header_search_and_cart .header_search {
		flex-basis: 33.333333%;
		display: block;
		text-align: center;
	}
	.header_bar .header_search_and_cart .header_search .site-search {
		display: inline-block;
	}
	.header_bar .header_search_and_cart .header_search .site-search form {
		margin-top: 3px;
		margin-bottom: 0;
	}
	.site-search .widget_product_search input[type=text]:focus, 
	.site-search .widget_product_search input[type=search]:focus {
		width: 300% !important;
	}
	.header_bar .header_search_and_cart .header_cart {
		flex-basis: 33.333333%;
		display: block;
		text-align: center;
	}
	.header_bar .header_search_and_cart .header_phone {
		display: none;
	}	
	.header_bar .header_search_and_cart .header_menu {
		flex-basis: 33.333333%;
		display: block;
	}
	.header_bar .header_search_and_cart .header_menu button {
		background: none;
		border: none;
		color: #FFF;
		font-size: unset;
		font-weight: unset;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
		max-width: unset;
		padding: 0.7rem 30% 0.7rem 35%;
        text-indent: 30%;
	}
	.header_bar .header_search_and_cart .header_menu button:hover {
		background-color: #000;
	}
	.header_bar .header_search_and_cart .header_menu button.menu-toggle:after, 
	.header_bar .header_search_and_cart .header_menu button.menu-toggle:before, 
	.header_bar .header_search_and_cart .header_menu button.menu-toggle span:before {
		background-color: #FFF;
		width: 16px;
		height: 3px;
		left: unset;
		right: unset;
	}
	.header_bar .header_search_and_cart .header_menu button.menu-toggle:before {
		margin-top: -3px;
	}
	.header_bar .header_search_and_cart .header_menu button.menu-toggle span:before {
		margin-top: -2px;
	}
	.header_bar .header_search_and_cart .header_cart a {
		color: #FFF !important;
		padding: 0.7rem;
		justify-content: center;
	}
	.site-branding {
		width: 100%;
	}
	.site-header .custom-logo-link img,
	.site-branding .logo a img {
		margin-left: auto;
		margin-right: auto;
		max-width: 360px;
	}
	
}

/* blog page */
body.blog #page #content .entry-header {
	display: flex;
	flex-direction: column;
	margin-bottom: 0 !important;
	border-bottom: none !important;
}
body.blog #page #content .entry-header .entry-title {
	order: 0;
}
body.blog #page #content .entry-header .posted-on {
	order: 1;
}
body.blog #page #content .entry-header .post-author,
body.blog #page #content .entry-taxonomy {
	display: none;
}

/* banners */
/* @media screen and (min-width: 768px) {
	.banner-slider{
		margin-top: -60px;
	}
} */
.banner-slider {
	margin-bottom: 1rem;
}
.banner-slide img {
    object-fit: contain;
	height: unset !important;
	max-height: 400px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/* homepage */
.home.page:not(.page-template-template-homepage) .site-header{
	margin-bottom: 0;
}
.home article header{
	display: none;
}
.header_bar .header_phone .icon::before {
	transform: rotate(90deg);
}
.featured_products_link{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

/* featured products */
.featured_products_link {
	text-decoration: none !important;
}
.woocommerce-LoopProduct-link img {
	margin-bottom: 0 !important;
}
.woocommerce-LoopProduct-link .price,
.woocommerce-loop-product__title,
.fs_featured_product_name {
	color: #000 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
	padding-top: 5px !important;
	font-size: 1em !important;
	text-decoration: none !important;
	padding-bottom: 5px !important;
	margin-bottom: 0 !important;
	text-transform: uppercase !important;
}

/* homepage callouts  */
#homepage-callouts {
	display: grid;
	width: 100%;
}

.homepage-callout {
	display: block;
	position: relative;
	width: 100%;
}

.homepage-callout.height-constrained {
	height: 100vw;
}

.homepage-callout img.grid-scale {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

@media (min-width: 720px){
	#homepage-callouts {
		grid-gap: 10px;
		grid-auto-rows: 300px;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.homepage-callout {
		height: auto !important;
	}


	.homepage-callout:nth-child(9n+5),
	.homepage-callout:nth-child(9n+8),
	.homepage-callout:nth-child(9n+9) {
		grid-column-end: span 2;
	}

	/*.homepage-callout:nth-child(9n+5) {
		grid-column-end: span 2;
	}

	.homepage-callout:nth-child(9n+4) {
		grid-column-start: 2;
		grid-row: 2 / span 2;
	}*/
}

.homepage-callout .title {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px;
	color: #FFF;
	font-size: 8vw;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 10px #000;

	transition: .4s;
}

@media (min-width: 720px){
	.homepage-callout .title {
		font-size: 2vw;
	}
}
#top-navigation .menu-item {
  font-size: 18px;
}

.homepage-callout .title::before,
.homepage-callout .title::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-top: 15px solid transparent;
	border-left: 15px solid transparent;
	pointer-events: none;
	transition: 1s;
}

.homepage-callout .title::after {
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	border: none;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

.homepage-callout:hover .title::before,
.homepage-callout:hover .title::after {
	width: 100%;
	height: 100%;
	border-color: rgba(0, 0, 0, .7);
}

/* homepage reviews */
.google-review-card,
.google-review-card * {
	box-sizing: border-box;
}

.google-review-card {
	position: relative;
	overflow: auto;
	margin: 20px 0;
	line-height: normal;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;;
	background: #FFF;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

.google-review-card-header {
	padding: 30px 20px;
}
.google-review-card-header p,
.google-review-rating p{
	display: inline-block;
}
.google-review-card-title {
	color: #555;
	font-size: 24px;
	line-height: 1;
}

.google-review-card-address {
	color: #777;
	font-size: 12px;
	line-height: 1em;
}

.google-review-card-reviews {
	max-height: 150px;
	overflow: auto;
	text-align: left;
}

.google-review-card-rating {
	color: #FCC000;
}

.google-review-card .star-container {
	position: relative;
}

.google-review-card .star-half::after {
	position: absolute;
	top: 0;
	left: 0;
	color: #FCC000;
	font-family: 'FontAwesome';
	content: '\f089';
}

.google-review-card .star-gold {
	color: #FCC000;
}

.google-review-card .star-grey {
	color: #CCC;
}

.google-review-card .google-review {
	padding: 15px;
	border-bottom: 1px solid #EEE;
}

.google-review-card .google-review:last-child {
	border: none;
}

.google-review-card .google-review-date {
	display: inline;
	padding-left: .6em;
	color: #AAA;
	font-style: italic;
}

.google-review-card-link,
.google-review-card-link:focus,
.google-review-card-link:visited,
.google-review-card-link:hover {
	display: table;
	margin-top: 20px;
	padding: 15px 30px;
	color: #FFF;
	text-decoration: none;
	background: #069;
	border-bottom: 4px solid #048;
	border-radius: 3px;
}

.google-review-card-link:hover {
	background: #006DA3;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.google-review-card-link-text {
	font-size: 1.2em;
	font-weight: bold;
}

.google-review-card-reviewer,
.google-review-card-reviewer:hover {
	color: #222 !important;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.google-review-card-reviewer-photo {
	float: left;
	display: block;
	width: 40px;
	margin: 0 10px 10px 0;
}

.google-review-card .google-review-text {
	clear: both;
	font-size: 12px;
}

.google-review-card .powered-by-google {
	width: 144px;
	height: 18px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(/assets/images/powered-by-google.png);
}

html.dark .powered-by-google {
	background-image: url(/assets/images/powered-by-google-dark.png);
}

@media (min-width: 540px){
	.google-review-card-header {
		float: left;
		width: 250px;
	}

	.google-review-card-reviews {
		position: absolute;
		top: 0;
		right: 0;
		left: 250px;
		bottom: 0;
		max-height: none;
		overflow: auto;
	}

	.google-review-card .google-review {
		padding: 30px 20px;
	}

	.google-review-card .google-review-card-reviewer-photo-placeholder {
		float: left;
		display: flex;
		flex-direction: column;
		justify-content: end;
		align-items: center;
		width: 40px;
		height: 40px;
		margin: 0 10px 10px 0;
		color: #FFF;
		font-size: 22px;
		font-family: arial, freesans, sans-serif;
		text-align: center;
		line-height: 40px;
		background: #c7d9fc;
		border-radius: 100px;
		overflow: hidden;
	}

	.google-review-card .google-review-card-reviewer-photo-placeholder::before {
		width: 12px;
		height: 12px;
		margin-bottom: 3px;
		content: '';
		background: #5f95fc;
		border-radius: 100px;
	}

	.google-review-card .google-review-card-reviewer-photo-placeholder::after {
		width: 26px;
		height: 16px;
		content: '';
		background: #5f95fc;
		border-radius: 10px;
	}
}

/* footer */
/* @media screen and (min-width: 768px) {
	#footer  #gform_wrapper_1{
		margin-top: -13px;
	}
} */
#footer #gform_1{
	display: flex;
	justify-content: center;
}
#footer #gform_1 .gform-footer.gform_footer.top_label{
	margin: 0;
}
#footer #gform_1  #gform_submit_button_1 {
	padding: 15px;
    min-width: auto;
    /* max-width: 110px; */
    text-transform: uppercase;
	background: #004672;
    color: #fff;
	border-radius: 0;
}
#footer #gform_1 .ginput_container.ginput_container_email {
	border-radius: 0 !important;
	/* width: 514px; */
}
#footer #gform_1 #input_1_1 {
	border-radius: 0 !important;
	/* width: 514px;	 */
	height: 50px !important;
	text-align: left !important;
}
.email-subscription-form{
	display: flex;
    align-items: center;
}
.email-subscription-form-container .gform_heading {
	display: none !important;
}
.email-subscription-form-container {
	width: stretch;
	max-width: 600px;
}
.email-subscription-form-container .gform-body {
	width: stretch;
}
.email-subscription-form h4 {
	background-color: #000;
	height: 50px !important;
	padding: 10px 18px !important;
}
.social-icons {
	padding-top: 25px;
	text-align: right;
}

.social {
	float: none;
	display: inline-block;
	margin: 0 0 5px 5px;
}

#footer {
	padding: 50px 0;
	color: #AAA;
	text-align:center;
	background: #222;
	border-top: 1px solid #333;
}

@media (min-width: 720px)
{
	#footer {
		margin-top: 20px;
	}

	.email-subscription-form h4 {
		width: 150px;
		background: #1C1C1C;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		/* padding: 17px !important; */
		/* top: 2px; */
		/* position: relative; */
	}
	#footer #gform_1  #gform_submit_button_1 {
		width: 150px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #CCC;
	text-decoration:underline;
}

.email-subscription-form h4,
#footer .footer-title {
	display: inline-block;
	color: #FFF;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 18px;
    margin: 0;
}

#footer ul {
	position: relative;
	padding: 20px 0;
	margin-left: 0;
	margin-right: 0;
	list-style-type: none;
}

#footer2 {
	padding: 20px 0;
	margin: auto;
	color: #555;
	font-size: 11px;
	background: #1C1C1C;
	border-top: 1px solid #161616;
}

.checkout #footer2 {
	margin: auto;
}

#footer2 a {
	color: #555;
}

#footer2 a:hover {
	color: #CCC;
}

.social.knot {
	background: #a7d2f3;
}

.fa-knot:before {
	content: "\f004";
}

.social.ww {
    background: #19b5bc;
}

.fa-ww:before {
	content: "\f1e7";
}


.social,
.social .fab {
	color: #FFF;
}

.social {
	/* float: left; */
	width: 32px!important;
	height: 32px;
	margin: 0 5px 5px 0;
	text-align: center;
	text-shadow: none!important;
	line-height: 32px;
	border-radius: 22px;
	opacity: .7;
	filter: alpha(opacity=70);
}

.social:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.social.facebook {
	background: #3b5998;
}

.social.google {
	background: #dd4b39;
}

.social.instagram {
	background: #517fa4;
}

.social.pinterest {
	background: #cb2027;
}

.social.twitter {
	background: #00aced;
}

.social.yelp {
	background: #af0606;
}

.social.youtube {
	background: #b00;
}

.text-right {
	text-align: right !important;
}

.home.storefront-full-width-content .content-area,
.home.storefront-full-width-content .content-area .site-main {
	margin-bottom: 0 !important;
}

.home.storefront-full-width-content .content-area .site-main .hentry {
	margin-bottom: 1rem;
}

body.woocommerce-checkout .woocommerce .col-1,
body.woocommerce-checkout .woocommerce .col-2{
    width:100%;
}

span.posted_in {
    display: none!important;
}

.single-product .product .entry-summary > form.cart {
    display: flex;
    flex-wrap: wrap;
    width: 100%!important;
	align-items: center;
}

form.variations_form.cart > .single_variation_wrap {
    order: 1;
    display: block;
}

form.variations_form.cart > .woovr-variations {
    order: 0;
    display:flex;
    justify-content: space-around;
    width: auto;
}

form.variations_form.cart > table.variations {
    order: 2;
}

form.variations_form.cart > .reset_variations_alert.screen-reader-text {
    order: 3;
}

.single_variation_wrap .variations_button {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.single-product div.product p.price {
    margin: 0 auto 0 0;
}

.woovr-variations .woovr-variation {
    opacity: .8;
}
.woovr-variations .woovr-variation:hover {
    opacity:1;
    background-color: transparent;
}


.single-product .product .entry-summary >.cart .woovr-variation-name {
    text-align: right;
}

.single-product .product .entry-summary >.cart .woovr-variation.woovr-variation-radio{
    flex-basis: 50%;
    /* border: 3px solid transparent; */
}

/* .single-product .product .entry-summary >.cart .woovr-variation.woovr-variation-radio.woovr-variation-active { */
    /* border: 3px solid #f40083; */
    /* border-radius: 6px; */
/* } */

.single-product .product .entry-summary >.cart .woovr-variations {
    display: flex;
    gap: 2rem;
    padding: 0 2rem;
    margin-top: 1rem;
}

.single-product .product .entry-summary >.cart .woovr-variations > * {
    flex:1;
}

.single-product .product .entry-summary >.cart .woovr-variation-selector {
    display: none;
}

.single-product .product .entry-summary >.cart .woovr-variation-price {
    display: block!important;
    text-align: right;
	margin: 0;
}

/* .single-product .product .entry-summary >.cart .woovr-variation-price bdi > * { */
    /*color:white;*/
/* } */

.woovr-variations .woovr-variation > div {
    padding: 5px 15px 5px 50px;
}


.woovr-variation.woovr-variation-radio:before{
    width: 16px;
    height: 16px;
    border: 2px solid #1a1a1a;
    border-radius: 50%;
    display: inline-block;
    content:'';
    margin-left: 10px;
}

.woovr-variation{
    position:relative;
}
.woovr-variation.woovr-variation-radio.woovr-variation-active:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color:#f40083;
}

.site{
	overflow-x: unset;
}


@media (min-width: 768px) {
    .main-navigation ul.menu ul a:hover, .main-navigation ul.menu ul li:hover>a, .main-navigation ul.menu ul li.focus, .main-navigation ul.nav-menu ul a:hover, .main-navigation ul.nav-menu ul li:hover>a, .main-navigation ul.nav-menu ul li.focus {
        background-color: rgba(110, 93, 69, .2);
    }
}

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

	.home .col-full {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.storefront-full-width-content .storefront-breadcrumb,
	.storefront-full-width-content:not(.home) .site-content > .col-full,
	.home h2,
	.home .fs_category_wrap,
	.home #homepage-callouts,
	.home .google-review-card {
		margin-left: 20px !important;
		margin-right: 20px !important;
		width: calc(100% - 40px);
	}

}


@media only screen and (max-width: 767px){
	.single-product .product .entry-summary >.cart .woovr-variations{
		flex-wrap:wrap;
	}
	
	form.variations_form.cart > .single_variation_wrap {
		width: 100%;
	}
	
	.handheld-navigation .dropdown-toggle .dropdown-toggle::after{
		border:none;
	}

	.wc-block-components-sidebar-layout .wc-block-components-main,
	.wc-block-components-sidebar-layout .wc-block-components-sidebar-layout {
		padding: 0 !important;
		flex-basis: 100%;
	}

	.wc-block-components-sidebar {
		padding-left: 0 !important;
		width: 100% !important;
	}

	.wc-block-components-button:not(.is-link) {
		font-weight: bold;
		text-decoration: none !important;
	}

	.is-large.wc-block-cart .wc-block-cart-items th:last-child,
	.is-large.wc-block-cart .wc-block-cart-items td:last-child {
		padding-right: 0 !important;
	}
}

.cms-contact-info,
.cms-contact-info-bold,
.cms-content-heading,
.cms-content-txt,
.cms-italic-heading {
	text-align: center;
	margin: 0;
}

.cms-contact-info-bold {
	font-weight: bold;
}

.cms-content-heading {
	font-size: 1.5em;
	margin-top: 1em;
}

.cms-content-txt {
	margin-top: 1em;
}

.cms-italic-heading {
	font-style: italic;
}

/*TESTMINOIALS PAGE*/
.new-testimonials-wrapper .testimonial {
        width: 100%;
        max-width: none; /* critical fix */
        box-sizing: border-box;

        padding: 1.5rem;
        /* border-left: 4px solid #ccc; */
        background: #f8f8f8;

        break-inside: avoid;
        margin-bottom: 1.5rem;
    }

    .new-testimonials-wrapper .testimonial__meta {
        margin-bottom: 1rem;
    }

    .new-testimonials-wrapper .testimonial__meta time {
        display: block;
        font-size: 0.875rem;
        color: #666;
    }

    .new-testimonials-wrapper .testimonial__meta h3 {
        margin: 0.25rem 0 0;
        font-size: 1.25rem;
    }

    .new-testimonials-wrapper .testimonial__quote {
        margin: 0;
        font-size: 1.1rem;
        line-height: 1.6;
    }

    .new-testimonials-wrapper .testimonial__author {
        margin-top: 1rem;
        font-style: normal;
        font-weight: 600;
    }

    .new-testimonials-wrapper {
        column-count: 3;
        column-gap: 1.5rem;
    }

    .new-testimonials-wrapper .testimonial {
        break-inside: avoid;
        margin-bottom: 1.5rem;
    }

    .new-testimonials-wrapper {
        column-count: 3;
        column-gap: 1.5rem;
    }

    .new-testimonials-wrapper .testimonial {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        break-inside: avoid;
        margin: 0 0 1.5rem;
    }

    /* tablet */
    @media (max-width: 900px) {
        .new-testimonials-wrapper {
            column-count: 2;
        }
    }

    /* mobile */
    @media (max-width: 600px) {
        .new-testimonials-wrapper {
            column-count: 1;
            column-gap: 0;
        }

        .new-testimonials-wrapper .testimonial {
            padding: 1.25rem;
        }

        .new-testimonials-wrapper .testimonial__quote {
            font-size: 1rem;
        }
    }
/*END TESTIMONIALS PAGE*/
