/*
Theme Name: East Hill Parent Theme
CurrentTheme URI: https://github.com/BoomVisibility/parent-theme
Author: the Boom Visibility team
Author URI: https://www.boomvisibility.com/
Description: The Boom Visibility Parent Theme for WordPress customized by Boom.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlText
Domain: bvi-easthill

This theme, like WordPress, is licensed under the GPL.
*/

/* =Reset
-------------------------------------------------------------- */
/* =Colors
$primary: #4a2c7c;
$secondary: #f0e2d9;
$tertiary: #06b6ac;
$black: #222;
$color__link: #686868;
$color__link--hover: #4a2c7c;

Break Points

1025 pixels - Desktop
767 pixels - tablets
480 pixels - mobile

Organization

1. Content Styles
 - Typography
 - Links
 - Headings
 - Lists
 - Buttons
 - Tables

2. Header formatting

3. Containers Grids and Layouts
 - Columns
 - Dividers

4. Sidebar formatting

5. footer formatting

6. Home page
 - Slider styles
 - Custom blocks

7. Page Formatting
 - Blog pages
 - Pagination
 - Default Page
 - Other templates

8. Misc

-------------------------------------------------------------- */

@import url("css/core.css");
@import url("css/menu.css");
@import url("css/smaller-header.css");


/* 1=Content Styles
-------------------------------------------------------------- */
/* typography */

body {
	font-size: 18px;
	font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #969696;
	background-color: #fff; }

p {
	font-size: 17px;
	line-height: 1.7;
	margin: 1em 0; }
p:empty { display: none; }

.date{margin: 8px 0;}

/* Links */

a {
	color: #4a2c7c;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; }
a.orange {color: #FE6C02;}
a:hover { color: #4a2c7c; }
.entry-title a { text-decoration: none; }

/* Headings */
h1, h2, h3, h4, h5, h6 {line-height: 1.2;}
h1 {font-size: 45px;}
h2 {font-size: 28px;color: #4a2c7c;}
h3 {font-size: 25px;}
h4 {font-size: 22px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

@media (max-width: 1025px) {
	h1 {font-size: 40px;}
	h2 {font-size: 25px;}
	h3 {font-size: 20px;}
	h4 {font-size: 18px;}
}

@media (max-width: 480px) {
	h1 {font-size: 32px;}
	h2 {font-size: 24px;}
	body img.alignright, img.alignleft, div.wp-caption.alignright, div.wp-caption.alignleft {
		float: none;
		margin: 3px auto 10px auto;
		display: block; }
}

h1 ~ table, h2 ~ table, h3 ~ table, h4 ~ table, h5 ~ table, h6 ~ table,
h1 ~ div, h2 ~ div, h3 ~ div, h4 ~ div, h5 ~ div, h6 ~ div,
h1 ~ h1, h2 ~ h1, h3 ~ h1, h4 ~ h1, h5 ~ h1, h6 ~ h1,
h1 ~ h2, h2 ~ h2, h3 ~ h2, h4 ~ h2, h5 ~ h2, h6 ~ h2,
h1 ~ h3, h2 ~ h3, h3 ~ h3, h4 ~ h3, h5 ~ h3, h6 ~ h3,
h1 ~ h4, h2 ~ h4, h3 ~ h4, h4 ~ h4, h5 ~ h4, h6 ~ h4,
h1 ~ h5, h2 ~ h5, h3 ~ h5, h4 ~ h5, h5 ~ h5, h6 ~ h5,
h1 ~ h6, h2 ~ h6, h3 ~ h6, h4 ~ h6, h5 ~ h6, h6 ~ h6{
	margin: 1em 0;}

/* List Settings */

ul { list-style: none; }
.entry-content ul, .comment-content ul, .mu_register ul { list-style: disc; margin: 16px 0 0 16px;}
#content .entry-content .search-filter-results ul {margin: 0;}
.entry-content ol, .comment-content ol { list-style: decimal; margin: 16px 0 16px 16px;}
.entry-content ul li, .entry-content ol li {line-height: 1.5;}
.entry-content ul.resources li{margin-bottom: 16px;}
.entry-content ol li {margin-bottom: 10px;}
.entry-content blockquote, .comment-content blockquote {
	margin-bottom: 12px;
	padding: 12px;
	font-style: italic; }

.entry-content blockquote p:last-child, .comment-content blockquote p:last-child { margin-bottom: 0; }
.entry-content pre code, .comment-content pre code { display: block; }
form.searchandfilter > ul > li h4 {cursor: pointer;}
form.searchandfilter > ul > li h4:after {
	font-family: 'dashicons';
	display: inline-block;
	vertical-align: middle;
	content: "\f347";
	margin-left: 10px;
}
form.searchandfilter > ul > li h4.open:after {
	content: "\f343";
}
form.searchandfilter > ul > li > ul {display: none;}


/* Buttons */
input[type="submit"].arrow-button, input[type="button"].arrow-button, input[type="reset"].arrow-button {
	height: 30px;
	width: 30px;
	border: 0;
	display: inline-block;
	background: url(images/buttons/arrow-secondary.png) no-repeat center center;
	background-size: 14px auto; }

.button, .learn-more, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce form.cart a.button.alt, .woocommerce button.button,
.woocommerce input.button, body .gform_wrapper .gform_footer input.button, input[type="submit"], .gform_wrapper .gform_footer input[type=submit] {
	padding: 15px 30px;
	border:2px solid #4a2c7c;
	border-radius: 0px;
	background: #4a2c7c;
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1;
	margin-top: 11px;
	clear: both;
	display: inline-block;
	text-decoration: none; }
	input[type="submit"]{
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		padding: 7px 30px;
		margin-top: 0px;}
/* button.single_add_to_cart_button.button {display: none;} */
.button.orange {color: #fff;background: #FE6C02; border:2px solid #FE6C02;}
.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #fff;
	color: #4a2c7c; }
.button.orange:hover {color: #FE6C02;}
.button-bordered {
	border: 3px solid;
	padding: 15px 30px;
	font-size: 24px;
	color: #fff;
	margin: 30px 0 0 0;
	display: inline-block; }
.button-bordered:hover { color: #000; }
.archive.woocommerce .add_to_cart_button {display: none;}

/* Table styles */

#content table{ width: 100%; margin-bottom: 20px; }
#content table tr td{ background:#eee; padding: 10px; }
#content table tr th, #content table thead td{
	background: #4a2c7c;
	color: #fff;
	font-weight: bold;
	padding: 10px; }

/* Search */
.entry-content form input#search {
    float: left;
}

/* =2. Header
-------------------------------------------------------------- */
/* Global Header */

#masthead {
	width: 300px;
	max-width: 100%;
	display: inline-block;
 	vertical-align: middle;}

#masthead .logo {
	width: 300px;
	max-width: 100%;
	height: 75px;
	background-image: url(images/logo.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; }

#masthead .logo a {
	height: 100%;
	width: 100%;
	display: block; }

header.global {
	z-index: 997;
	position: fixed;
	background: #F1F2F4;
	border-top: 15px solid #4a2c7c;
	width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	padding: 10px;
	transform: translateX(0px);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; }
header.global .container {width: 100%;}
header.global #site-navigation {
	display: block;
	text-align: right; }
header.global.active {background: #666;}
header.global.active .container {max-width: 100%;}
header.global.active .navigation-container #menu-interior-menu {display: none;}
header.global.active #masthead .logo {opacity: 0.5;}
@media (min-width: 767px) {
	header.global .navigation-container {
		width: calc(100% - 310px);
		display: inline-block;
		vertical-align: middle;
		text-align: center; }
	header.global {padding: 10px 20px;}
}

@media (max-width: 767px) {
	#masthead { width: 220px; margin-left: 20px; }
	#masthead .logo { background-position: center; }
}

/* 3. Columns Grids and Layouts */

#page {
    transform: translateX(0px);
		-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#page.active, header.global.active {
    transform: translateX(-300px);
}

.full-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0);
    z-index: -1;
		-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.full-overlay.active {z-index: 999;background: rgba(0,0,0,0.7);}

.wrapper{
	max-width: 1370px;
	margin: 0 auto;
	padding: 75px 0 110px; }

.container {
	max-width: 1370px;
	margin: 0 auto;
	height: 100%; }

.container.small { max-width: 960px; }

section { padding: 75px 0; }
section.extra-padding { padding: 150px 0; }

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 767px) {
	#call-to-action {
		width: 100%;
		text-align: right;
		min-width: 300px;
		padding: 0;
		margin-bottom: 10px; }

	#call-to-action ul.menu li{ float: right; margin: 0 15px; }
	#call-to-action ul.menu li a{ font-size: 16px; color: #939598; }
	#logo {
		text-align: left;
		float: left;
		margin: 0;
		width: 45%; }

	.site { margin: 0 auto; overflow: hidden; }
	.site-content, .page-content { float: left; width: 75%; padding-right: 5%;}
	.widget-area { float: right; width: 22.5%; }

	./ { float: left; width: 50%; }
	.contact-widget-area { float: right; width: 47.5%; }
	.full-width.page-template #primary, .woocommerce #primary { border-right: 0; padding-right: 0px; }

	body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content, body.template-front-page .page-content, body.single-attachment .page-content,
	body.full-width .page-content, .woocommerce .page-content {
		width: 100%;
		padding-right: 0;
		float: none; }
}

@media (max-width: 767px) {
	.widget-area {
		padding: 0 25px;
		width: 100%; }

	body #secondary {
		padding: 0;
		width: 100%;
		margin: 0 auto;
		max-width: 300px;
		text-align: center; }
}

@media (max-width: 1400px) {
	.container {max-width: 90%; }
	header .container {max-width: 100%;padding: 0;}
}

@media (max-width: 480px) {
	#page.active, header.global.active {
	    transform: translateX(-200px);
	}
}

/* ------- Layout Grid Columns ------- */
.half{ width:48%; }
.one_third{ width:30.6666%; }
.two_thirds{ width:65.3333%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16%; }
.two_fifth{ width:36%; }
.three_fifth{ width:60%; }
.four_fifth{ width:80%; }
.one_sixth{ width:15%; }
.five_sixth{ width:83%; }
.half,.one_third,.two_thirds,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ line-height: 1.5;position:relative; box-sizing: border-box; margin-right: 4%; float:left; }
body div.last{ margin-right:0; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}
@media (max-width: 1025px){
	.half, .one_third, .two_thirds{ width: 100%;margin: 0 auto 25px auto;}
	.one_fourth, .one_fifth{ width: 48%; }
	.one_fifth.last {margin-right: 4%;clear: none;}
	.one_fifth.last:last-of-type { margin-right:0; }
	.one_fourth:nth-child(odd), .one_fifth:nth-child(even){margin-right: 0;margin-bottom: 10px;}
	.woocommerce .container .one_fourth, .woocommerce .container .three_fourth,
	.search-filter-results .one_fourth, .three_fourth, .search-filter-results .three_fourth {width: 100%; margin: 0; float: none;}
	.woocommerce .container .three_fourth, .search-filter-results .three_fourth{padding-top: 30px;}
}

@media (max-width: 767px){
	.one_fourth, .one_fifth, .one_fourth:nth-child(odd), .one_fifth:nth-child(odd){ width: 100%;margin: 0 auto 25px auto;}
}

.one_fourth img, .two_third img, .one_third img, .half img  { max-width: 100%; text-align: center; }
.half .entry-content{ margin-bottom: 25px; }
.entry-content .half {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* Dividers & Elements */

.divider {
	margin: 50px auto;
	display: block;
	height: 1px;
	background-color: #eaeaea; }

/* 4. Sidebar */

.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	word-wrap: break-word; }

.widget h3 {
	color: #000;
  font-size: 21px;
	border-bottom: 1px solid #888;
  margin-bottom: 10px;
	padding: 5px 0 10px; }

.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
	font-size: 15px;
	line-height: 1.7; }
.widget a.pdf, a.pdf {
	padding-left: 42px;
  line-height: 47px;
  height: 47px;
  color: #0082ca;
	background: url(images/pdf-icon.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  padding-left: 24px;
  line-height: 24px;
  height: 24px;
  display: inline-block;
}
.widget-area .widget p { margin-bottom: 24px; }
.widget-area .textwidget ul { list-style: disc outside; margin: 0 0 24px; }
.widget-area .textwidget li { margin-left: 36px; }
.widget-area #s { width: 53.66666666666%;
  /* define a width to avoid dropping a wider submit button */ }
.widget-area .widget ul ul { margin-left: 12px; }

/* =5. Footer Section
-------------------------------------------------------------- */
/* Prefooter */

#prefooter{
	background-image: url(images/black-sands.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 40px 0; }
#prefooter p {margin: 5px 0 0; color: #9e9e9e;font-size: 20px;}

#prefooter h2{
	margin: 0;
	color: #fff;
	font-weight: 400; }

.consultation-widget .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		padding: 15px;
	}
.consultation-widget ::-webkit-input-placeholder {
   color: #9e9e9e;
}

.consultation-widget :-moz-placeholder { /* Firefox 18- */
   color: #9e9e9e;
}

.consultation-widget ::-moz-placeholder {  /* Firefox 19+ */
   color: #9e9e9e;
}

.consultation-widget :-ms-input-placeholder {
   color: #9e9e9e;
}

@media (min-width: 1025px) {
.consultation-widget  {width: 58%;text-align: right;}
.consultation-widget:first-of-type {width: 40%;text-align: left;}
.consultation-widget, .consultation-widget .gform_wrapper .gform_body, .consultation-widget .gform_footer
	{display: inline-block; vertical-align: middle;}
.consultation-widget .gform_wrapper .gform_body, .consultation-widget .gform_wrapper .gform_footer {clear: none;margin: 0;}
.consultation-widget .gform_wrapper .gform_body {width: 60%;}
.consultation-widget .gform_wrapper .gform_footer {width: auto;}
body .consultation-widget .gform_wrapper .gform_body ul li.gfield,
.consultation-widget .gform_wrapper li.hidden_label input {margin: 0;}
body .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {margin-top: 0px;line-height: 1.125;}
.consultation-widget .gform_wrapper form {text-align: right;}
}
/* Footer */

footer.global {
	background: #fff;
	width: 100%;
	clear: both;
	padding: 50px 0px;
	box-sizing: border-box; }

footer h3.widget-title {
	font-size: 2em;
	font-weight: normal;
	padding-bottom: 20px; }

footer p{
	font-size: 17px;
    margin: 0 0 10px 0;
    line-height: 1.5; }

footer div.social-container {
	margin-top: 20px;
	clear: both; }

footer ul.menu {
	display: none;
}
footer ul.menu a {color: #9e9e9e;}
footer ul.menu a:hover {color:#4a2c7c;}
footer a.icon {
	line-height: 24px;
	width: 40px;
	display: inline-block;
  vertical-align: middle;}
footer .facebook {
	background-image: url(images/facebook-sprite.png);
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: top;}
.facebook:hover {background-position: -24px;}
footer .linkedin {
	background-image: url(images/linkedin-sprite.png);
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: top;}
.linkedin:hover {background-position: -24px;}
footer .instagram {
	background-image: url(images/instagram-sprite.png);
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: top;}
.instagram:hover {background-position: -24px;}
footer .twitter {
	background-image: url(images/twitter-sprite.png);
	width: 27px;
	height: 24px;
	display: inline-block;
	vertical-align: top;}
.twitter:hover {background-position: -27px;}
.copyright {
    position: relative;
    background: #4a2c7c;
	padding: 20px 0;
}
.copyright p{
    color: #fff;
	margin: 0;
}
.copyright a {color: rgba(255,255,255,0.7);}
.copyright a:hover {color: #fff;}

@media(min-width: 1025px) {
	footer ul.menu {
		display: block;
		column-count: 3;
		column-gap: 30px;}
	footer li.menu-item {margin-bottom: 20px;font-size: 17px;margin-left: 25px;}
}
@media(max-width: 1025px) {
	footer .one_third {text-align: center;}
	footer .one_third:first-of-type p {display: inline-block;}
}
@media (max-width: 767px){
	.copyright {padding: 20px 0 70px;}
	.copyright a {display: block;}
}

/* =6. Home Page Styles
-------------------------------------------------------------- */
/* Slideshow */

.slideshow {
	position: relative;
	padding: 0; }

.slideshow h1{
	width: 100%;
	font-size: 50px;
	color: #fff;
	font-weight: normal; }

.slideshow .bx-wrapper .bx-viewport { border: 0; box-shadow: none; }
.slideshow a { color: #fff; }

.slideshow .slide {
	background-size: cover;
	background-position: top center;
	width: 100%;
	display: table;
	height: 0px;
	padding-bottom: 37.5%;}

.slideshow .slide-list p {
	font-size: 27px;
	color: #8c5d59;
	margin: 0 auto 30px auto;
	line-height: 1.6; }
.slider-content {
	position: relative;
	max-width: 90%;
	margin: 0 auto;
}
@media (min-width: 1025px){
	.slider-content {
		position: absolute;
		top: 50%;
		left: 40%;
		max-width: 100%;
		margin: 0;
		transform: translateY(-50%);}
}

@media (max-width: 1025px){
	.slideshow .slider-content {text-align: center;padding: 35px 0;}
	.slideshow .slider-content h1 {color: #4a2c7c;font-size: 30px;}
	.slideshow .slider-content p {font-size: 17px;}
	.slider-content p br {
		display: none;}
}

/* Custom Blocks */
#categories {background: #f6f6f6;}
#categories .one_fourth {
    height: 0;
    padding-bottom: 22%;
		background-position: center;
}
#categories .one_fourth h2 {position: absolute; top: 50%; transform: translateY(-50%); width: 100%; text-align: center; color: #fff;text-transform: uppercase;}
#homeposts{background: #fff;position: relative;padding: 75px 0 150px;}
#homeposts .bx-wrapper .bx-pager {bottom: -50px;}

@media(max-width: 1025px){
	#homeposts .half {margin-bottom: 25px;}
	.category-slider a {margin: 0 30px !important;}
	#categories {padding: 4% 0 0 0;}
	#categories .one_fourth {
    padding-bottom: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
    width: 48%;
		float: left;}
	#categories .one_fourth:nth-child(even) {margin-right: 0;}
}
@media(max-width: 767px){
	#categories .one_fourth h2 {font-size: 5vw;}
	}
#mission {
	background: #F1F2F4;
	padding: 75px 0 110px;}
#mission .bx-wrapper .bx-pager {bottom: -60px;}
#mission p {font-size: 22px; }
#mission h4 {
	color: #585858;
	font-size: 24px;
	font-weight: normal;
}
img.hover-jump {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
img.hover-jump:hover {
    -webkit-transform: translate(0px,-6px);
    -ms-transform: translate(0px,-6px);
    transform: translate(0px,-6px);
}
section#middle-cta, section#featured {padding: 0;}
section#middle-cta .half, section#featured .half {overflow: hidden;}
section#middle-cta h2 {color: #4a2c7c;font-weight: 500;}
section#middle-cta section.cta-text p, #stamping p  {font-size: 20px;}
section#middle-cta section.cta-text p.subhead, #stamping p.subhead, .featured-text p.subhead a {
		color: #585858;
		font-size: 24px;}
section#middle-cta .cta-image, .featured-image {
    display: block;
    width: 100%;
    height: 100%;
    
		background-size: cover;
		object-fit: cover;
		background-position: top right;
    transition: .5s all ease-in-out;
    transform: scale(1);
}
section#middle-cta .cta-image {background-position: top left;}
section#middle-cta .cta-image:hover, .featured-image:hover {
    transform: scale(1.1,1.1);
}
#middle-cta .half, section#featured .half {width: 100%;float: none;}
section.cta-text, section.featured-text {padding: 35px 0;max-width: 90%;margin: 0 auto;}
section.featured-text {text-align: center;}
#products {
	background-image: url(images/scrimshaw.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	color: #fff;}
#products h2, #products h3, #products a {color: #fff;}
#products h3 {text-transform: uppercase;}
#products h2 {position: relative;z-index: 2;}
.product-info, .featured-link {
    display: inline-block;
}
#products .block {
	position: relative;
	padding: 2%;
}
#products .block h3.block-title {margin-top: 10px;}
@media (min-width: 767px) {
	#products .block-4 {width: 50%;}
	#products .block {
		display: block;
		float: left;}
}
@media (min-width: 1025px) {
	#products .block-4 {width: 25%;}
	#products .block-3 {width: 33%;}
	#products .block-2 {width: 50%;}
}
#stamping {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #969696;}
.featured-text h3, #stamping h2 {color: #4a2c7c;}
.featured-text p.subhead {margin: 0 0 1em 0;}
h3.blog-announce {position: absolute; z-index: -1;color: #faf9f8; font-size: 14vw;right: 0; top: -2vw;font-weight: 400;}
.blog-post {color: #969696;}
section.team {background: #e6e6e6;}
@media (min-width: 1200px){
	section.cta-text {padding: 3vw 4% 3vw 0;max-width: 100%;margin-right: calc(50% - 270px);}
	section.featured-text {padding: 3vw 0 3vw 4%;max-width: 100%;text-align: left;margin: 0;
    margin-left: calc(50% - 270px);}
	section#featured .half > .featured-text .half, section#featured .half > .featured-text .half.last {display: inline-block; vertical-align: bottom;float: none;max-width: 48%; width: auto;}
	section#featured .half > .featured-text .half {margin-right: 3%;}
	#middle-cta .half, section#featured .half {width: 48%;float: left;}
}
@media (min-width:1200px) and (max-width: 1500px) {
	section#featured > .half.last, #middle-cta .half:first-child {height: 0px;}
	#middle-cta .half:first-child {padding-bottom: 42%;}
	section#featured > .half.last {padding-bottom: 50%;}
}
@media (max-width: 1025px){
	.blog .three_fourth {margin-bottom: 15px;}
}

/* =7. Additional Page styles
-------------------------------------------------------------- */
/* Blog Page styles */
.entry-header .date {color: #fff;position: relative;}

/* Form Styles */
.gform_wrapper.nolabels_wrapper .top_label .gfield_label, .gform_wrapper.nolabels_wrapper .field_sublabel_below .ginput_complex.ginput_container label {display: none;}

@media only screen and (min-width: 641px) {
.gform_wrapper.nolabels_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.nolabels_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;
    padding-left: 0;
    padding-right: 0; }
}

/* Work Page */
.work {padding-top: 45px;}
.top-image img, .gallery-content {
	max-width: 800px;
	margin: 0 auto;
}
.slider-wrapper {margin-top: 75px;}
.slider-wrapper .bx-viewport {max-height: 325px;}
.slider-wrapper .bx-wrapper .bx-loading {display: none;}
.testimonial-slider {
	padding: 75px 0 100px;
	position: relative;
	background-size: cover;
	background-position: center;
}
.testimonial-slider .testimonial-list img {
    max-width: 135px;
    margin: 0 auto;
    border-radius: 50%;
}
.testimonial-slider .testimonial-list, .testimonial-slider .testimonial-list h4 {
    color: #fff;
}
.testimonial-slider .testimonial-list h4 {
	text-transform: uppercase;}

.testimonial-slider .bx-wrapper .bx-pager {
	bottom: -50px;
}

.testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;}
.testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #b3b3b3;
}

a.thumb-link {
    position: absolute;
		width: 100%;
    height: 100%; }
.thumb-link img {background-color: #e3e3e3;}
.hover-section {
		position: absolute;
		padding: 0px 15px;
		width: 100%;
    height: 0;
		background: rgba(0,0,0,0.5);
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
}
.hover-section p {color: #fff;display: none;}
a.thumb-link:hover .hover-section, a.thumb-link:hover .hover-section p {
	height: 100%;
	padding: 15px;
	display: block;}

@media (min-width: 1470px){
	.slider-wrapper .bx-wrapper .bx-prev {left: -5vw;}
	.slider-wrapper .bx-wrapper .bx-next {right: -5vw;}
}

@media (max-width: 1025px) {
	.slider-wrapper {display: none;}
	.gallery-content {max-width: 90%;}
}
section#middle-cta.left-right .row .cta-image {position: relative;}
section#middle-cta.left-right.container {max-width: 100%;}
section#middle-cta.left-right h2 {font-weight: bold;}
.featured-decoration {background: #f9f9f9;}
.featured-decoration h2.decoration-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
		color: #fff;
		text-transform: uppercase;
		padding: 20px;
		z-index: 19;
}
.featured-decoration .one_third .overlay {
	background-color: #4a2c7c;
	opacity: 0.73;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	left: 0;
	top: 0;
	z-index: 15;
}
.featured-decoration .one_third .overlay, .featured-decoration .featured-images .one_third {
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
	overflow: hidden;
}
.featured-decoration .featured-images div.image {
	display: block;
	height: 0;
	padding-bottom: 100%;
	background-size: cover;
	margin: 0;
	transition: .5s all ease-in-out;
  transform: scale(1);
  object-fit: cover;
}
.featured-decoration .featured-images .one_third:hover div.image {
    transform: scale(1.1);
}
/* Left-Right Sections */

@media(min-width: 1025px){
	section#middle-cta.left-right .row .cta-image {
		position: absolute;
		height: 0;
    padding-bottom: 66.666%;}
	section#middle-cta .row section.cta-text {padding: 3vw 4% 3vw 3vw;}
	section#middle-cta .row:nth-child(even) section.cta-text {padding: 3vw 3vw 3vw 4%;margin-left: calc(60% - 270px);
    margin-right: 0;}
	.featured-decoration h2.decoration-title {font-size: 40px;}
	.left-right .row {display: flex;align-items: center;position: relative;clear: both;}
	.left-right .row div {flex: 1 0;padding: 0 2%;}
	.left-right .row:nth-child(even) {flex-direction: row-reverse;}
	/* .left-right section .row:nth-child(odd) div {padding-left: 6%;} */
	.cell {
		width: 50%;
		overflow: hidden;
		position: relative;}
}
/* About Page */
.team-header {padding-bottom: 50px;}
/* Pagination */

.navigation li { display: inline; }
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {text-decoration:none;}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	border-radius: 3px;
	border: 1px solid #4a2c7c;
	cursor: pointer;
	padding: 5px 12px; }
.navigation li a:hover, .navigation li.active a { background-color: #4a2c7c; color: #fff;}

/* Default Page styles */

header.entry-header {
	position: relative;
	padding: 60px 0;
	margin-bottom: 25px;
	text-align: center;
	background-size: cover;
	background-position: center;
}
.post-type-archive-product header.entry-header, .tax-product_cat header.entry-header, .tax-product_tag header.entry-header {
	margin-bottom: 0px;}
header.entry-header .overlay, #products .overlay, .testimonial-slider .overlay {
	background-color: #4a2c7c;
	opacity: 0.73;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	left: 0;
	top: 0;
}
header.entry-header h1.entry-title, header.entry-header h4, header.entry-header h4 a {
	color: #fff;
	position: relative;
}
header.entry-header h4 {margin-bottom: 20px;}
.entry-content h2 {color: #4a2c7c;}
.entry-content p {font-size: 17px;color: #5b6670;}
.entry-content > p:first-child, .entry-text > p:first-child {
    margin-top: 0;
}

/* =8. Misc
-------------------------------------------------------------- */

/* WooCommerce */
.woocommerce div.product h1.product_title {color: #4a2c7c;margin-bottom: 20px;}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: none;
}
.description {padding-bottom: 60px;}
.description h2 {color: #000;}
.description h2, .description p {text-align: left;}
body.woocommerce #content div.product .half div.images, body.woocommerce div.product .half div.images, body.woocommerce-page #content div.product .half div.images, body.woocommerce-page div.product .half div.images {width: 100%;float: none;}
.woocommerce ul.products li.product .price, .woocommerce.archive ul.products li.product .button {display: none;}
.woocommerce ul.products li:nth-child(3n+1){
	clear: both !important;
}
.woocommerce ul.products li.product a img, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper, .woocommerce .flex-viewport {
    border: 1px solid #ebe9f4;
}
body.woocommerce #content .summary table.variations tr td {padding: 5% 5% 0 5%;}
body.woocommerce #content .summary table.quantity-table tr td {padding: 5%;}
body.woocommerce div.product div.images .flex-control-thumbs li {margin-top: 2%;}
span.variant-div:last-of-type{display: none;}
div.features {font-size: 17px; line-height: 1.7; margin: 1em 0;}
.woocommerce div.product div.images .flex-control-thumbs li:last-of-type {
    margin: 2% 0 0 0;
}
#content form.cart table.variations {margin-bottom: 0;}
.woocommerce div.product .quantity-table label {font-weight: 700;}
#content form.cart table.variations select, .woocommerce .quantity .qty {background: #fff;border: 1px solid #c9c9c9;}
.woocommerce .quantity .qty {width: 5em;}
.woocommerce div.product form.cart div.quantity {
    display: block;
    margin: 15px 0;
		float: none;
}
.woocommerce div.product form.cart .button {
		float: none;
}
.tax-product_cat .sf-field-taxonomy-product_tag, .tax-product_cat .sf-field-taxonomy-product_cat {display: none;}
.woocommerce .summary ul {list-style: disc outside;margin: 16px;}
.woocommerce .summary ul li {line-height: 1.5;}
.added_quote_pro {padding: 25px;line-height: 1.5;background: #eee;font-size: 17px;}
.added_quote_pro br {
    display: none;
}
.added_quote_pro a {
    margin-left: 7px;
}
/* .added_quote_pro a {font-size: 17px;padding: 7px 15px; background: #fff; color: #4a2c7c;border: 2px solid #4a2c7c;text-transform: uppercase;    display: inline-block;
    margin-top: 9px;} */
.search-filter-results .woocommerce .products{text-align: center;}
#breadcrumbs {margin: 0;padding: 0 0 75px 0;}
.single-product #breadcrumbs {padding: 75px 0;}
.product_meta{
	display: none;
}
#content .one_fourth .searchandfilter h4 {
    color: #000;
    font-size: 21px;
    border-bottom: 1px solid #888;
    margin-bottom: 10px;
}
.searchandfilter ul li.sf-field-taxonomy-product_tag {padding: 10px 0 0 0;}
.searchandfilter ul li.sf-field-taxonomy-product_cat {padding: 0 0 10px 0;}
h4.category-header {font-weight: normal;}
#attributes h3.detail {margin-bottom: 16px;}
#attributes p {position: relative;margin: 0;}
#menu-interior-menu li#quote-li-icon .dashicons-cart {vertical-align: top;margin-top: 0;float: none;width: 30px; height: 30px;line-height: 20px;}
#menu-interior-menu li.quote a{content: url(images/cart.svg);}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-quote > a.mega-menu-link {
	height: 35px;
	line-height: 35px;
}
#menu-interior-menu li#quote-li-icon .dashicons-cart:before {
    content: "\f174";
    font-size: 30px;
}
#menu-interior-menu li#quote-li-icon {position: relative;}
#menu-interior-menu li#quote-li-icon .totalitems {
	display: none;
}
#menu-interior-menu li#quote-li-icon .totalitems.button_count {
	 width: auto;
	 white-space: nowrap;
	 position: absolute;
	 background: red;
	 color: #fff;
	 width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 10px;
  left: 60%;
	 border-radius: 50%;
	 text-align: center;
	 display: inline-block;
	 vertical-align: middle;
	 line-height: 20px;
	 text-indent: -9999px;
}
#attributes .pdf {position: relative;padding-left: 40px; line-height: 1.2}
#attributes div.pdf {margin-bottom: 20px;}
#attributes .pdf:before {content: url('images/pdf-icon.png');position: absolute; left: 0px;top: 50%; transform: translateY(-44%);}
p.in-stock{display: none;}
.archive p.out-of-stock{
    position: absolute;
    top: 33%;
    color: red;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
}

#content .product p.out-of-stock{
	font-weight: bold;
    font-size: 18px; }
.related .product p.out-of-stock{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 35%;
    transform: translateY(-50%);
}
.related.products {
    text-align: center;
		background: #f6f6f6;
    padding: 90px 0;
}
.related.products .container {margin-top: 25px;}
.related.products h2.relatedH2 {font-weight: normal;}
.woocommerce-placeholder {border: 1px solid #f2f2f2;}
.featured-slideshow .one_fourth {
	position: relative;
	background-size: cover;
	padding: 135px 0;}
.featured-slideshow a .one_fourth .overlay, #categories .one_fourth .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	background: rgba(74,44,124, 0.70);}
.featured-slideshow a:hover .one_fourth .overlay,
.featured-decoration .featured-images .one_third .overlay:hover,
#categories .one_fourth .overlay:hover
{
	background: rgba(74,44,124, 0.50);}
.featured-slideshow a .one_fourth h2 {
	color: #fff;
	font-size: 33px;
	position: relative;
	text-transform: uppercase;}
.featured-slideshow a .one_fourth.fragrance {background-image: url(images/plaster-background.jpg);}
.featured-slideshow a .one_fourth.make-up {background-image: url(images/make-up-background.jpg);}
.featured-slideshow a .one_fourth.minis {background-image: url(images/plaster-background.jpg);}
.featured-slideshow a .one_fourth.skin-care {background-image: url(images/plaster-background.jpg);}
.products-header {display: block; clear: both;}
.products-header p {font-size: 1.15em;}
.overview .one_fifth {margin-bottom: 2%;}
.woocommerce .overview .one_fifth img, .overview.main-overview .one_fifth img {border: 1px solid #ebe9f4;}
.category-slider img {margin-bottom: 10px;}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product h3
 {font-weight: bold;font-size: 24px;}
@media (min-width: 767px) {
#content .type-product.outofstock p.stock.out-of-stock.fixed {
	position: absolute;
top: 30%;
font-size: 25px;
left: 0;
width: 100%;
text-align: center;
z-index: 9999; }
}
@media (min-width: 1025px) {
	.overview.main-overview .one_fifth:nth-child(5n-4) {clear: both;}
}

#content .type-product.instock p.stock.out-of-stock.fixed {
 	display: none;}
}
body.woocommerce ul.products li.product .desc p,
body.woocommerce-page ul.products li.product .desc p{
	margin: 0;
	line-height: 1.1em;
	font-size: 13px;
	text-align: center;
	min-height: 40px;
	/*border-left: 1px rgba(0,0,0,0.1) solid;
	border-right: 1px rgba(0,0,0,0.1) solid;
	border-bottom: 1px rgba(0,0,0,0.1) solid;*/
}

body.home #content .woocommerce ul.products li.product a img{
	width:auto;
	max-width:100%;
	height: auto;
	display: block;
	margin: 0 auto -2px;
	box-shadow: 0 0px 0px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.3);
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	max-height: 245px;
}


body.woocommerce ul.products[class*=columns-] li.product,
body.woocommerce-page ul.products[class*=columns-] li.product{
	background-size:contain;
	background-repeat:no-repeat;
	clear:none;
}

.home .woocommerce ul.products li.product{
	/*background:url('images/product-bg.png');*/
	background-size:contain;
	background-repeat:no-repeat;
	width:50%;
	clear:none;
	margin: 1px 0 0 0;
	float:left;
	border-left: 1px rgba(0,0,0,0.1) solid;
    box-sizing: border-box;
    border-top: 1px rgba(0,0,0,0.1) solid;
	/* box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.3); */
}

.home .woocommerce ul.products li.product.first{
	clear: both;
}
h3.detail {padding-top: 20px;color: #4a2c7c;}
body .new-pumps ul.products {
	clear: none;
	}

.new-pumps ul.products li.product {border: 1px rgba(0,0,0,0.1) solid;}
@media (max-width: 767px) {
	body.woocommerce ul.products[class*=columns-] li.product,
	body.woocommerce-page ul.products[class*=columns-] li.product{
		width:49%;
	}
}
@media screen and (min-width: 767px){
	.home .woocommerce ul.products li.product{
		width:25%;
	}
	body.archive.woocommerce ul.products li.product,
	body.archive.woocommerce-page ul.products li.product,
	.new-pumps ul.products li.product, .woocommerce.three_fourth ul.products li.product {
		width:32%;
		margin: 0 2% 2.992em 0 !important;
	}
	body.archive.woocommerce ul.products li.product:nth-child(3n+3),
	body.archive.woocommerce-page ul.products li.product:nth-child(3n+3),
	.new-pumps ul.products li.product:nth-child(3n+3),
	.woocommerce.three_fourth ul.products li.product:nth-child(3n+3){
		margin-right: 0% !important;
	}
	.pumps-left {
	width: 60%;
	float: left;
}
}
.home .woocommerce ul.products li.product:focus ,
.home .woocommerce ul.products li.product:hover ,
.home .woocommerce ul.products li.product:active {
	background: white;
	background-size:cover;
}
.home .woocommerce ul.products li.product:hover h3, .new-pumps ul.products li.product:hover h3, .home .woocommerce ul.products li.product.hovered h3{
	color:white;
	background-color:#0082ca;
}

.home .woocommerce ul.products li.twoline h3{
	line-height:normal;
	padding:7.8% 1.5%;
}

.home .woocommerce ul.products li.product h3 .count{
	display:none;
}
.woocommerce .related ul.products li.last, .woocommerce-page .related ul.products li.last {
	margin-right: 60px !important;
}
.related.products .bx-wrapper {
    margin: 20px auto 150px auto;
}
.related.products .bx-wrapper .bx-pager {bottom: -50px;}
@media screen and (max-width: 767px){
	.woocommerce ul.products li.product h3{
		font-size:93%;
	}

	.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce .col2-set .col-2{
	width: 100%;
	float: none; }
}

body table.shop_table thead th{
	font-weight: normal;
	font-size: 12px;
	padding:3px;
}

body table.shop_table thead th.product-subtotal, body table.shop_table thead th.product-price{
	min-width: 50px;
}

body #content table.cart .product-thumbnail, body  table.cart .product-thumbnail, body  #content table.cart .product-thumbnail, body table.cart .product-thumbnail{
	min-width: 0;
}

@media (min-width: 1025px){
	body #main.site-main {margin-top: 0px;}
}

.instockpack {
	padding: 2%;
	border: 1px solid #eaeaea;
	position: relative;
	margin: 0 auto 75px auto;
	max-width: 75%;
}
.half .instockpack {
	max-width: 100%;
	margin: 1em auto;
}
.instockpack a.block-stock {
    position: absolute;
    width: 100%;
    height: 100%;
		top: 0;
		left: 0;
}
.instockpack h2 ~ .three_fourth, .instockpack h2 ~ .one_fourth {
		margin-top: 10px;
    margin-bottom: 0;
}
.instockpack p {
    color: #FE6C02;
    font-size: 16px;
		line-height: 1.4;
    font-weight: bold;
		margin: 0;
}
.entry-content .instockpack h2, .site-content .instockpack h2{
    font-weight: bold;
    font-size: 26px !important;
		letter-spacing: 0;
		margin: 0;
		width: calc(100% - 100px);
}
.instockpack a{color: #FE6C02;}
.instockpack::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-top: 100px solid #FE6C02;
	clear: both;
}

.instockpack img {
    position: relative;
    z-index: 15;
		margin: 0 auto;
}
.widgets_on_page > ul, .widgets_on_page > ul li {margin: 0;}
@media (max-width: 1025px){
	.instockpack {padding: 2% 5%;max-width: 100%;}
	.instockpack .three_fourth, .instockpack .one_fourth{width: 100%;margin: 0;float: none;}
	.instockpack p {margin: 1em 0;}
	.entry-content .instockpack h2 {width: calc(100% - 70px);}
	.instockpack::after {
    border-left: 70px solid transparent;
    border-top: 70px solid #FE6C02;}
}
@media (max-width: 480px){
	.entry-content .instockpack h2, .site-content .instockpack h2 {
    width: calc(100% - 68px);
		letter-spacing: -1px;
	    line-height: 1;
	    margin-top: 10px;}
		.instockpack p {margin: 0 0 1em 0;}
}

/* Woocommerce */
ul.tabs.wc-tabs li {
    display: table-cell;
    padding: 10px 25px;
    border-right: 1px solid #eee;
		border-top: 1px solid #eee;}
ul.tabs.wc-tabs li:first-of-type{
		border-left: 1px solid #eee;
}
.page-template-default .woocommerce .columns-3 .add_to_cart_button {display: none;}
span.option:after {content: ',';}
span.option:last-of-type:after{content: '';}
.woocommerce-tabs.wc-tabs-wrapper table {border: 1px solid #eee;}
.woocommerce-tabs.wc-tabs-wrapper table tr {border-bottom: 1px solid #fff;}
.woocommerce-tabs.wc-tabs-wrapper table tr:last-of-type
	{border-bottom: 0px;}
ul.tabs.wc-tabs li.active {
	background: #4a2c7c;}
ul.tabs.wc-tabs li.active a{
	color: #fff;
}
.entry-content.wc-tab {max-width: 800px;}
.woocommerce-tabs.wc-tabs-wrapper {
    max-width: 1370px;
    margin: 0 auto;
}

/* Flex Table */
.flex-table {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 20px auto;
    border: 1px solid #999999;
}
.flex-table__row {
    width: 100%;
    height: 100%;
    display: flex;
}
.flex-table__title {
    align-items: center;
    justify-content: center;
    border: 1px solid #999999;
    padding: 10px;
}
.flex-table__cell {
    width: 50%;
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #999999;
    padding: 20px;
}
.flex-table__cell.bold {
    font-weight: bold;
    color: #0f0f0f;
}
.letters-list li {
    list-style-type: lower-alpha;
    list-style-position: inside;
		margin-bottom: 10px;
		line-height: 1.5;
}

#cf-root img {
    display: none !important;
    margin: 0;
}

#cf-root p {
    margin-left: 8px !important;
}
@media (min-width: 1025px){
	#content form.addify-quote-form .shop_table, #content .af_quote_fields {width: 48%;display: inline-block; vertical-align: top;}
	#content form.addify-quote-form .shop_table {margin-right: 3%;}
}
a.added_to_cart.added_to_quote.wc-forward {
    padding: 15px 30px;
    border: 2px solid #4a2c7c;
    border-radius: 0px;
    background: #fff;
    color: #4a2c7c;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    margin-top: 0px;
    clear: both;
    display: inline-block;
    text-decoration: none;
    vertical-align: bottom;
}
.woocommerce-cart-form__quote-item.cart_item p {margin-top: 0;}
#content .woocommerce .addify-quote-form table tr td {background: #fff;padding: 10px 0;}
#content table.quote-fields > tbody > tr.addify-option-field > td:last-of-type{width: 100%;}
#content table.quote-fields tr {border: 0px solid transparent;}
#content .woocommerce button.button.alt.addify_checkout_place_quote{background: #4a2c7c;float: none;}
#content .woocommerce .addify-quote-form table.shop_table {border-radius: 0;}
#content .woocommerce .addify-quote-form table.shop_table .quantity input {max-width: 100px;background: #fff; border: 1px solid #eee;}
#content .woocommerce .addify-quote-form table.shop_table_responsive tr td.actions {display: none;}
#content .woocommerce .addify-quote-form table {margin-bottom: 0;}
#content .woocommerce .addify-quote-form table .product-remove .remove{line-height: 0.85;margin-left: 10px;}
#content table tr.addify-option-field h3 {font-weight: 400;}
#content table tr.addify-option-field td:first-of-type {display:none;}
#content table.quote-fields > tbody > tr.addify-option-field:last-of-type > td {display:inline;}
#content table tr.addify-option-field:last-of-type td:first-of-type .option-head {display: inline-block;}
@media (min-width: 767px) and (max-width: 1025px) {
	#content .woocommerce .addify-quote-form table.shop_table_responsive tr td {display: table-cell;}
}
@media (max-width: 1025px) {
	#content .woocommerce .addify-quote-form table.shop_table_responsive tr td::before {content: '';}
}
@media (max-width: 767px) {
	#content .woocommerce .addify-quote-form table.shop_table_responsive tr td {text-align: center !important;}
	#content .woocommerce .addify-quote-form table.shop_table_responsive tr td.label {width: 100%;}
}
