/*
Template: primrose
Theme Name: Primrose Child
Theme URI: http://underscores.me/
Author: SingleStroke
Author URI: http://singlestroke.io/
Description: A Responsive WordPress Blog & WooCommerce Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: primrose
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
@import url("../primrose/style.css");

@font-face { 
  font-family: VAGRoundedStd;
  src: url("/wp-content/themes/primrose-child/fonts/VAGRoundedStd-Black.eot");
  src: url("/wp-content/themes/primrose-child/fonts/VAGRoundedStd-Black.eot?#iefix") format("embedded-opentype"),
       url("/wp-content/themes/primrose-child/fonts/VAGRoundedStd-Black.woff") format("woff"),
       url("/wp-content/themes/primrose-child/fonts/VAGRoundedStd-Black.ttf") format("truetype");

	font-display: swap;
}

@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');

html {
	font-family: 'Quicksand', sans-serif !important;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	background: #fff;
	color: #666;
	font-family: 'Quicksand', sans-serif !important;
	font-weight: 400;
	font-size: 17px !important;
	line-height: 26px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

* {
	backface-visibility: hidden !important;
}

.typography-title,
.typography-heading,
.comment-reply-title,
.comments-title,
.singlestroke_widget_about_me .ss-heading,
.woocommerce div.product .product_title,
.woocommerce .page-title,
.woocommerce .related > h2,
.woocommerce .up-sells > h2,
.primrose-sow-counter-caption,
.primrose-sow-heading,
.primrose-sow-hero-slide-title,
.primrose-sow-masonry-grid-item-title,
.primrose-sow-woocommerce-price-box-name {
  font-family: "VAGRoundedStd", Helvetica, sans-serif !important;
  font-weight: 400;
  letter-spacing: 1px;


}

h1, h2, h3, h4, h5, h6,
.primrose-sow-feature-heading {
  font-family: "VAGRoundedStd", Helvetica, sans-serif !important;
  font-weight: 400;
  letter-spacing: 1px;
}

h3, h5, h6 {
	color: #666666;
}

.typography-title {
	font-size: 36px;
	line-height: 1.0;	
	letter-spacing: 0em;
	text-decoration: none;
	color: #ff7abc !important;
}

.about-title {
	color: #ff7abc !important;
}

.entry-title a {
	color: #ff7abc !important;
}

.entry-header {
	padding-bottom: 0px;
	margin-bottom: 40px;
}

.entry-header:after {
	display: none;
}

.typography-menu {
  font-family: 'Quicksand', sans-serif !important;
  font-weight: 700 !important;
  color: #8669ab !important;  
  font-size: 14px !important;
}

h1, h2,
.primrose-sow-heading {
	font-size: 36px;
	line-height: 1.0;	
	letter-spacing: 1px;
	text-decoration: none;
	color: #ff7abc;	
}

.main-banner-h1  { 
	font-family: "VAGRoundedStd", Helvetica, sans-serif !important;
	font-size: 56px !important;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 1.0; 
	margin-bottom: -30px;	
	text-shadow: 1.5px 1.5px rgba(0,0,0,0.14);
}

.main-banner-h2  { 
	font-family: "VAGRoundedStd", Helvetica, sans-serif !important;
	font-size: 34px !important;
	font-weight: 400;	
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 1.0; 
	margin-top: 30px;	
	margin-bottom: -10px;		
	text-shadow: 1.5px 1.5px rgba(0,0,0,0.14);
}

.main-banner-h3  { 
	font-family: "Quicksand", Helvetica, sans-serif !important;
	font-size: 22px !important;
	font-weight: 700 !important;	
	color: #ffffff;
	line-height: 1.0; 
	margin-bottom: 30px;	
	text-shadow: 1.5px 1.5px rgba(0,0,0,0.14);
}

.features-banner-h4  { 
	font-family: "VAGRoundedStd", Helvetica, sans-serif !important;
	font-size: 22px !important;
	font-weight: 400;	
	color: #ffffff;
	line-height: 0.5; 
	margin-bottom: -10px;	
	text-shadow: 1px 1px rgba(0,0,0,0.14);
}

.features-img  { 
    vertical-align: middle;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.nav-links,
.widget-title,
.footer-instagram-section .instagram-pics + p a,
.woocommerce span.onsale,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  font-family: "VAGRoundedStd", Helvetica, sans-serif !important;
  font-weight: 400;
  font-size: 14px !important;
  border-radius: 8px;

}

.button-2,
button-2,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: "VAGRoundedStd", Helvetica, sans-serif !important;
  font-weight: 400;
  font-size: 14px !important;
  background-color: #ff93c9; !important;
  border-color: #ff93c9; !important;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  padding: 9px 19px;
  transition: all 0.25s ease-in-out;	
  line-height: inherit;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;	
  border-radius: 8px;	
}

.button-2:hover,
button-2:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button-2:focus,
button-2:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button-2:active,
button-2:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: 0;
	text-decoration: none;
    color: #ffffff;	
    background-color: #ffb5d8; !important;	
}

.button-2:disabled,
button-2:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
	opacity: 0.5;
}

#mc_embed_signup #mce-EMAIL{
	height: 40px;
	display: inline-block;
	padding: 3px 8px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	max-width: 100%;
	webkit-appearance: none;
	box-sizing: border-box;
	width: 100%;
}
#mc_embed_signup #mc-embedded-subscribe{
	background-color: #d2bea0;
	border-color: #d2bea0;
	color: #ffffff;
	font-family: "Quicksand";
	width: 100%;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: inherit;
	letter-spacing: .15em;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	height: 42px;
	padding: 9px 19px;
	border: 1px solid;
	transition: all .25s ease-in-out;
	-webkit-appearance: button;
	cursor: pointer;
	margin: 0;
	margin-left: -2px;
	border-radius: 0;
}
.home #features{
	text-align: center;
}
.testimonials-list a.avatar-link{
	display: block;
	position: relative;
}
.testimonials-list a.avatar-link:before{
	display: block;
	content: '';
	position: absolute;
	top: 15px;
	left: 48%;
	width: 0;
	height: 0;
	border: .5em solid transparent;
	border-color: transparent transparent #e5e5e5 transparent;
}
.testimonials-list a.avatar-link img.avatar{
	margin: 2.244em 0 1.618em;
	box-shadow: 0 0 0 3px #e5e5e5;
	-webkit-box-shadow: 0 0 0 3px #e5e5e5;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.testimonials-list blockquote{
	font-size: 14px;
}
.testimonials-list span[itemprop="name"]{
	display: block;
}
body.home .widget_singlestroke_widget_posts ul, body.home .widget_singlestroke_widget_posts_child ul{
	margin: 0 -20px;
}
body.home .widget_singlestroke_widget_posts ul li, body.home .widget_singlestroke_widget_posts_child ul li{
	width: 33%;
	float: left;
	text-align: center;
	border-bottom: 0;
	padding: 0 20px;
	list-style: none;
}
body.home .widget_singlestroke_widget_posts ul li > a, body.home .widget_singlestroke_widget_posts_child ul li > a{
	float: none;
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0;
	margin: 0;
}

body.home .widget_singlestroke_widget_posts ul li > a > img, body.home .widget_singlestroke_widget_posts_child ul li > a > img{
	border-radius: 0;
	margin-bottom: 1em;
	width: 100%;
	transition: all 0.25s ease-in-out;
}
body.home .widget_singlestroke_widget_posts ul li > a.ss-thumbnail:hover,body.home .widget_singlestroke_widget_posts_child ul li > a.ss-thumbnail:hover{
	opacity: 0.9;
}
body.home .widget_singlestroke_widget_posts ul li > a.ss-thumbnail:hover img, body.home .widget_singlestroke_widget_posts_child ul li > a.ss-thumbnail:hover img{
	opacity: 1 !important;
}
body.home .widget_singlestroke_widget_posts ul .ss-text, body.home .widget_singlestroke_widget_posts_child ul .ss-text{
	margin-bottom: 15px;
}
body.home .widget_singlestroke_widget_posts ul .ss-text a, body.home .widget_singlestroke_widget_posts_child ul .ss-text a{
	font-family: "Quicksand";
	font-size: 130%;
	color: #333;
	line-height: 1.5;
}
body.home .widget_singlestroke_widget_posts ul .ss-text a:hover, body.home .widget_singlestroke_widget_posts_child ul .ss-text a:hover{
	color: #888;
}
.footer-content .newsletter{
	margin-top: 10px;
	padding-bottom: 10px;
}
.footer-content .newsletter form > p:nth-child(2){
  float: left;
  width: 60%;
}
.footer-content .newsletter form > p:nth-child(3){
  float: right;
  width: 40%;
}
body .testimonials-list a.avatar-link img.avatar{
	margin-bottom: 3px;
}

.woocommerce-info {
  background-color:#ffffff !important;
  border-top-color: #eeeeee;
}
.kawaii-warning{
	background-color: #f8cccb;
	color: #484651;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.kawaii-warning a{
	color: #fd3fb2;
}
.kawaii-warning a:hover{
	color: #888;
}
.textwidget .g-recaptcha.hidden, .recaptcha-error-message.hidden{
	display: none;
}
.textwidget .g-recaptcha{
	margin-top: -12px;
	margin-bottom: 16px;
}
.recaptcha-error-message{
	color: red;
}

.grecaptcha-badge{
	/* position: static !important; */
	    float: right;
	    clear: both;
	    margin-bottom: 20px;
	    margin-top: -10px;
	    width: 69px !important;
	    overflow: hidden;
	    display: none;
}
.grecaptcha-logo{
	margin-left: -186px;
	float: left;
}
.grecaptcha-badge.hidden{
	//display: none !important;
}
.g-recaptcha{
	//display: none;
}
.e-widget-fc{
	display: none !important;
}
@media screen and (max-width: 767px) {
	body.home .widget_singlestroke_widget_posts ul li, body.home .widget_singlestroke_widget_posts_child ul li{
		width: 100%;
		float: none;
		margin-bottom: 2.992em;


	}
	body.home .widget_singlestroke_widget_posts ul li > a > img, body.home .widget_singlestroke_widget_posts_child ul li > a > img{
		max-width: 480px;
	}
}

.geoip-welcome {
	padding: 0 8px;
	text-align: center;
	margin-bottom: 0;
	color: #663220 !important;
}
.geoip-welcome h4 {
  margin-bottom: 0;
}
.geoip-welcome .time {
  margin-left: 0;
}
.geoip-welcome .time-left {
  display: inline-block;
/*   min-width: 115px; */
  text-align: center;
}
.geoip-welcome .time-left span {
  display: inline;
/*   min-width: 20px; */
}
.geoip-welcome img {
	vertical-align: bottom;
	margin: 0 5px;
}

.form-row.woosendy {
    display: none;
}

.topbar-section {
	font-size: 14px;
	padding: 6px 0 5px 0;
	min-height: 44px;
	width: 100%;
}
.topbar-navigation {
	padding: 0;
}
.topbar-text {
	padding: 0;
	position: relative;
	top: 5px;
	min-height: 20px;
	width: auto;
}
#topbar .topbar-navigation .button {
	font-size: 11px !important;
	line-height: 1;
	padding: 10px 18px 9px 18px;
	height: auto;
	background: #fff;
	border-radius: 6px;
	border-color: #fff;
	color: #8669ab;
}
#topbar .topbar-navigation .button:hover,
#topbar .topbar-navigation .button:focus {
	background-color: #caedff;
	border-color: #caedff;
	color: #8669ab;
}
@media screen and (max-width: 1023px) {

	.topbar-section {
		min-height: 52px;
	}

	.topbar-text {
		text-align: left;
		float: left;
	}
}
@media screen and (max-width: 800px) {
	#topbar .wrapper {
		width: 100%;
	}
	.topbar-navigation {
		margin-top: 10px;
		display: none;
	}
	.topbar-text {
		text-align: center;
		float: none;
	}
	.topbar-text {
		top: 0;
	}
}
@media screen and (max-width: 400px) {
	.geoip-welcome .time {
		display: block;
	}
	.topbar-navigation {
		display: none;
	}
}

/* Home banner */
.homebanner {
	
}
.homebanner_content {
	max-width: 550px;
}
@media screen and (max-width: 767px) {
	.homebanner {
		background-size: 100% auto !important;
		background-position: center top !important;
		display: block !important;
	}
	.homebanner:before {
		content: '';
		display: block;
		width: 100%;
		padding-top: 70vw;
	}
	.homebanner_content {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 509px) {
	.homebanner .main-banner-h1 {
		font-size: 40px !important;
	}
	.homebanner .main-banner-h2 {
		font-size: 25px !important;
	}
	.homebanner .main-banner-h3 {
		font-size: 18px !important;
	}
}
@media screen and (max-width: 345px) {
	.homebanner .primrose-sow-buttons a {
		margin-right: 0;
		width: 100%;
	}
}

/* Taste banner */
.tastebanner {
	background-position: calc(50% - 370px) center !important;
	background-size: 600px auto !important;
}
@media screen and ( max-width: 1200px ) {
	.tastebanner {
		background-position: calc(50% - 300px) center !important;
		background-size: 550px auto !important;
	}
}
@media screen and ( max-width: 1023px ) {
	.tastebanner {
		background-position: calc(50% - 225px) center !important;
		background-size: 460px auto !important;
	}
}
@media screen and ( max-width: 767px ) {
	.tastebanner {
		background-size: 90% auto !important;
		background-position: center top !important;		
		background-position-y: 30px !important;		
/*
		background-size: 80% auto !important;
		background-position-y: 50px !important;
*/
	}
}

.tastebanner_content {
	max-width: 550px;
	float: right;
}

@media screen and ( max-width: 1200px ) {
	.tastebanner_content {
		max-width: 500px;
	}
}
@media screen and ( max-width: 1023px ) {
	.tastebanner_content {
		max-width: 350px;
	}
}

@media screen and ( max-width: 870px ) {
	.tastebanner_content {
		max-width: 350px;
	}
}
@media screen and (max-width: 767px) {
	.tastebanner {
		display: block !important;
	}
	.tastebanner:before {
		content: '';
		display: block;
		width: 100%;
		padding-top: 70vw;
	}
	.tastebanner_content {
		margin-left: auto;
		margin-right: auto;
		max-width: 550px;
	}
}
@media screen and (max-width: 509px) {
	.tastebanner .main-banner-h1 {
		font-size: 40px !important;
	}
	.tastebanner .main-banner-h2 {
		font-size: 25px !important;
	}
	.tastebanner .main-banner-h3 {
		font-size: 18px !important;
	}
}
@media screen and (max-width: 345px) {
	.tastebanner .primrose-sow-buttons a {
		margin-right: 0;
		width: 100%;
	}
}
/* Taste banner item */
.tastebanner_item {
	padding: 20px 0;
}
.tastebanner_item_inner {
	display: table;
	width: 100%;
}
.tastebanner_item_icon {
	display: table-cell;
	vertical-align: top;
	min-width: 70px;
	max-width: 70px;
	width: 70px;
}
.tastebanner_item_content {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
.tastebanner_icon {
	background: #ff7abc;
	color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: relative;
}
.tastebanner_icon .fa {
	font-size: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.tastebanner_title {
	margin-bottom: 0;
	color: #ff7abc;
}
.tastebanner_text {
	color: #333;
}

@media screen and (max-width: 400px) {
	.tastebanner_item_inner, .tastebanner_item_icon, .tastebanner_item_content {
		display: block;
		text-align: center;
	}
	.tastebanner_item_icon {
		min-width: 60px;
		max-width: 60px;
		width: 60px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 10px;
	}
	.tastebanner_icon {
		
	}
}

/* Slick slider */
.featured_carousel .wpsisac-slick-carousal.design-6 {
	margin-bottom: 0;
}
.featured_carousel .slick-arrow {
	display: none !important;
}
.featured_carousel .slick-image-slide-wrap {
	height: auto !important;
	padding: 20px;
}
.featured_carousel .slick-next:before,
.featured_carousel .slick-next:after {
	display: none !important;
}
.featured_carousel .wpsisac-slick-carousal.design-6 .slick-prev {
	left: -20px !important;
}
.featured_carousel .wpsisac-slick-carousal.design-6 .slick-next {
	right: -20px !important;
}
.featured_carousel .slick-image-slide-wrap img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.featured_carousel .wpsisac-slick-carousal.design-6 .slick-dots {
	bottom: -30px !important;
}
.featured_carousel .wpsisac-slick-carousal .slick-dots li.slick-active button {
	background: #ffcfe4 !important;
}
.featured_carousel .wpsisac-slick-carousal .slick-dots li button {
	border-color: #ffcfe4 !important;
	box-shadow: none !important;
}
.featured_carousel .wpsisac-slick-carousal .slick-dots li {
	margin: 0 !important;
}
@media screen and ( max-width: 1023px ) {
	.featured_carousel .slick-list.draggable {
		padding: 0 !important;
	}
}
@media screen and ( max-width: 519px ) {
	.featured_carousel .slick-image-slide-wrap {
		padding: 10px;
	}
}

/* Masonry */
.primrose-sow-masonry-grid-item {
	cursor: pointer;
}
@media screen and ( max-width: 767px ) {
	.primrose-sow-masonry-grid-item {
		width: 100% !important;		
		height: 300px !important;
		position: relative !important;
		top: inherit !important;
		left: inherit !important;
		margin-bottom: 10px;
		transform: none !important;
		transition: none !important;		
	}
	.primrose-sow-masonry-grid {
		height: auto !important;
	}
	.primrose-sow-masonry-grid-sizer-width,
	.primrose-sow-masonry-grid-sizer-height {
		display: none !important;
	}
}
.primrose-sow-masonry-grid-item-background {
	z-index: 1;
}
.primrose-sow-masonry-grid-item-overlay {
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.primrose-sow-masonry-grid-item-content {
/* 	background: rgba(182, 182, 233, 0.9); */
	position: relative;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.primrose-sow-masonry-grid-item a {
	pointer-events: none;
}
.primrose-sow-masonry-grid-item:hover a {
	pointer-events: all;
}
.primrose-sow-masonry-grid-item:hover .primrose-sow-masonry-grid-item-overlay,
.primrose-sow-masonry-grid-item:hover .primrose-sow-masonry-grid-item-content {
	opacity: 1;
	visibility: visible;
}
.primrose-sow-masonry-grid-item-title {
	//text-shadow: 0 0 40px #000000ab;
	font-size: 24px !important;
    font-weight: 400 !important;
    letter-spacing: 1px;	
}
.primrose-sow-masonry-grid-item-subtitle {
	//text-shadow: 0 0 40px #000000ab;
	font-size: 17px !important;	
}
.primrose-sow-masonry-grid-item-content a {
	margin-top: 15px;
	border-width: 1px;
	border-style: solid;
	padding: 3px 15px;
	border-radius: 4px;
	display: inline-block;
	font-size: 13px;
	//box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
}


.cards_custom,
.cards {
	padding-top: 40px;
	padding-bottom: 40px;
}
.cards_custom .primrose-sow-feature,
.cards .primrose-sow-feature {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border-radius: 8px;
	overflow: hidden !important;
	text-align: center;
}
.cards .primrose-sow-feature-icon {
	
}
.primrose-sow-feature-heading {
	padding-left: 15px;
	padding-right: 15px;
}
.pricetable_custom .primrose-sow-feature-heading,
.pricetable .primrose-sow-feature-heading {
	font-size: 160%;
}
.primrose-sow-feature-description {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.card_price {
	font-size: 100%;
	font-weight: 700;
	margin-top: -15px;
	margin-bottom: 15px;
}
.card_desc {
	font-size: 13px;
}
.card_cta {
	margin-top: 15px;
}
.card_cta a {
	padding: 10px;
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: 700;
	border-radius: 8px;
	color: #fff;
	background: #ff93c9;
	letter-spacing: 0.15em;
	text-decoration: none;
	text-transform: uppercase;
}
.card_cta a:hover {
	background-color: #ffb5d8;
}
.card_cta2 {
	margin-top: 15px;
}
.card_cta2 a {
	padding: 10px;
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: 700;
	border-radius: 8px;
	color: #fff;
	background: #ffb5d8;
	letter-spacing: 0.15em;
	text-decoration: none;
	text-transform: uppercase;
}
.card_cta2 a:hover {
	background-color: #ffd3e8;
}
.cards_custom .textwidget p:last-child,
.cards .textwidget p:last-child {
	margin: 0;
}
.cards_custom .slick-slide,
.cards .slick-slide {
	padding: 0 10px;
}
.cards_custom .slick-dots,
.cards .slick-dots {
	bottom: -20px;
}
.cards_custom .slick-dots li button,
.cards .slick-dots li button {
	box-shadow: none !important;
}
@media screen and ( max-width: 767px ) {
	.cards_custom *,
	.cards * {
		overflow: visible !important;
	}
	.cards_custom .slick-slide,
	.cards .slick-slide {
		pointer-events: none;
		opacity: 0.5;
	}
	.cards_custom .slick-slide.slick-active,
	.cards .slick-slide.slick-active {
		pointer-events: all;
		opacity: 1;
	}
	.cards_custom .slick-slider,
	.cards .slick-slider {
		padding: 0 20px !important;
	}
	.cards_custom .slick-slide,
	.cards .slick-slide {
		padding: 0 10px;
	}
}
@media screen and ( max-width: 780px ) {
	.pricetable_custom *,
	.pricetable * {
		overflow: visible !important;
	}
	.pricetable_custom .slick-slide,
	.pricetable .slick-slide {
		pointer-events: none;
		opacity: 0.5;
	}
	.pricetable_custom .slick-slide.slick-active,
	.pricetable .slick-slide.slick-active {
		pointer-events: all;
		opacity: 1;
	}
}

.cards_header {
	margin-bottom: -50px;
	padding-top: 40px;
}
.cards_custom .cards_header {
	margin-bottom: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}
.cards_custom .slick-slide {
	margin-bottom: 40px;
}

.design-6 .slick-track {
	display: flex;
	align-items:center
}


/* Footer */
.site-footer {
	background: #ff93c9;
	color: #fff;
}
.site-info {
	color: #fff;
	font-size: 12px;
	text-transform: none;
}
.site-info a {
	color: #fff;
}
.site-info a:hover {
	text-decoration: underline;
	color: #fff;
}
.site-footer .typography-menu {
	color: #fff !important;
	font-size: 18px !important;
	line-height: 1.3 !important;
	text-transform: none;	
}
.footer-widgets-col-4,
.footer-widgets-col-5 {
	display: none !important;
}
.footer-widgets-col-1 .widget_nav_menu ul li {
	width: 50%;
	float: left;
	display: block;
	padding-right: 15px;
}
.widget_nav_menu > div:before,
.widget_nav_menu > div:after {
	content: '';
	display: table;
	clear: both;
}
@media screen and ( max-width: 360px ) {
.footer-widgets-col-1 .widget_nav_menu ul li {
	width: 100%;
}
}
.footer-widgets-col-1 .widget_nav_menu ul li a {
	color: #fff !important;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
}
.footer-widgets-col-1 .widget_nav_menu ul li a:hover {
	text-decoration: underline;
}
@media screen and ( min-width: 1024px ) {
	.footer-widgets-col-1 {
		width: 33.33333333% !important;
	}
	.footer-widgets-col-2 {
		width: 33.33333333% !important;
	}
	.footer-widgets-col-3 {
		width: 33.33333333% !important;
	}
}
.widget-small-text {
	font-size: 14px;
	text-transform: none;
}
.newsletter-widget {
	position: relative;
}
.newsletter-email {
	color: #333 !important;
	border: none !important;
	border-radius: 6px !important;
	font-size: 14px !important;
	width: 100% !important;
	padding-right: 50px !important;
}
.newsletter-submit {
	background: transparent !important;
	border: none !important;
	color: #fb98c5 !important;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 1;
}
.footer-copyright {
	padding-top: 0 !important;
	text-align: left !important;
}
.footer-cta {
	padding: 10px;
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: 700;
	border-radius: 8px;
	color: #fff;
	background: #b9e2f8;
	letter-spacing: 0.15em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.footer-cta:hover {
	background-color: #caedff;
}
.social-media-links {
	font-size: 20px !important;
	padding-top: 8px;	
}

/* How It Works */
#how_works {
	text-align: center;
}
#how_works a:hover {
	text-decoration: none;
	color: #999999;
}
#how_works h5 {
	font-size: 18px;	
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
#how_works p {
  font-size: 14px;
}
@media screen and ( max-width: 800px ) {
#how_works .sow-features-feature {
	width: 100% !important;
	max-width: 360px;
	margin: 15px auto;
	float: none;
}
}

/* Blurbs */
.blurbs {
	
}
.blurbs_row {
	
}
.blurbs_col {
	width: 25%;
	float: left;
}
@media screen and ( max-width: 800px ) {
	.blurbs_col {
		width: 100%;
		max-width: 360px;
		margin: 15px auto;
		float: none;
	}
}
.blurb {
	padding: 0 15px;
}
.blurb_image {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	opacity: 1.0;
}
.blurb_image img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.blurb_content {
	padding: 0 25px;	
}
.blurb_title {
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
.blurb_title a {
	color: #666666;	
}
.blurb_title a:hover {
	text-decoration: none;
	color: #999999;
}
.blurb_desc {
	font-size: 14px;
}
/* Blurbs: about page */
.blurbs-about {
	
}
.blurbs-about_row {
	
}
.blurbs-about_col {
	width: 33%;
	float: left;
}
@media screen and ( max-width: 800px ) {
	.blurbs-about_col {
		width: 100%;
		max-width: 360px;
		margin: 15px auto;
		float: none;
	}
}
.blurb-about {
	padding: 0 15px;
}
.blurb-about_image {
	max-width: 262px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	opacity: 1.0;
}
.blurb-about_image img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.blurb-about_content {
	padding: 0 25px;	
}
.blurb-about_title {
	margin: 0 0 5px 0;
	color: #666666;	
	text-transform: uppercase;
}
.blurb-about_title a {
	color: #525252;	
}
.blurb-about_title a:hover {
	text-decoration: none;
	color: #ff5983;
}
.blurb-about_desc {
	font-size: 15px;
}

@media screen and ( max-width: 400px ) {
	.primrose-sow-masonry-grid-item-title, 
	.primrose-sow-masonry-grid-item-subtitle {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 100%;		
	}
}

@media screen and ( min-width: 767px) and (max-width: 1200px ) {
	.primrose-sow-masonry-grid-item-title, 
	.primrose-sow-masonry-grid-item-subtitle {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 80%;
		line-height: 1.2;
	}
}

@media screen and ( min-width: 1200px ) {
	.primrose-sow-masonry-grid-item-title, 
	.primrose-sow-masonry-grid-item-subtitle {
		margin-left: 100px;
		margin-right: 100px;
		font-size: 100%;		
	}
}

/* Past boxes page */
.pastbox_header {
	text-align: center;
}
.pastbox_header_inner {
	padding: 50px 0;
	position: relative;
}
.pastbox_header_content {
	
}
.pastbox_header_title {
	font-size: 36px;
	line-height: 1.0;
	letter-spacing: 0em;
	text-decoration: none;
	color: #ff7abc;
}
.pastbox_header_desc {
	
}
.pastbox_header_nav {
	margin-top: 30px;
}
.pastbox_header_nav_prev {
	width: auto;
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	height: 40px;
}
.pastbox_header_nav_prev .fa {
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
}
.pastbox_header_nav_prev .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	padding-left: 10px;
	color: #666;
}
.pastbox_header_nav_next {
	width: auto;
	float: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 40px;
}
.pastbox_header_nav_next .fa {
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
}
.pastbox_header_nav_next .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	padding-right: 10px;
	color: #666;
}
@media screen and ( max-width: 767px ) {
	.pastbox_header_nav_next,
	.pastbox_header_nav_prev {
		position: static;
	}
}
@media screen and ( max-width: 1023px ) {
	.pastbox_header_nav_prev {
		width: 50%;
		float: left;
		text-align: left;
	}
	.pastbox_header_nav_next {
		width: 50%;
		float: right;
		text-align: right;
	}
}

.pastbox_loop {
	padding: 0 0 50px 0;
	margin-top: -40px;
	position: relative;
}
.pastbox_loop_item {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}
.pastbox_loop_item > * {
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%;
	width: 33.333%;
}
@media screen and ( max-width: 1023px ) {
	.pastbox_loop_item > * {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 50%;
		width: 50%;
	}
}
@media screen and ( max-width: 767px ) {
	.pastbox_loop_item > * {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
	}
}
.pastbox_loop_item {
	
}
.pastbox_card * {
	transition: all 0.25s ease-in-out;
}
.pastbox_card {
	overflow: hidden;
/* 	cursor: pointer; */
/* 	border-radius: 8px; */
}
.pastbox_card_inner {
	
}
.pastbox_card_image {
	position: relative;
	cursor: pointer;
}
.pastbox_card_image:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 1;
	background: transparent;
	transition: all 0.25s ease-in-out;
}
.pastbox_card_image_prod {
	
}
.pastbox_card_image_prod a {
	display: block;
}
.pastbox_card_image_prod img {
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.pastbox_card_image_action {
	pointer-events: none;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 2;
	height: 32px;
	text-align: center;
}
.pastbox_card_image_action > a {
	position: relative;
	z-index: 2;
	display: inline-block;
	width: auto;
	background: white;
	color: #ff7abc;
	text-transform: uppercase;
	line-height: 1;
	padding: 8px 12px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
}
.pastbox_card_image:hover:before {
	background: rgba(255, 207, 229, 0.6);
}
.pastbox_card_image:hover .pastbox_card_image_action {
	opacity: 1;
	pointer-events: all;
}
.pastbox_card_content {
	text-align: center;
	padding-top: 20px;
}
.pastbox_card_content_title {
	color: #ff7abc;
}
.pastbox_card_content_title a {
	color: #ff7abc;
}
.pastbox_card_content_title a:hover {
	color: #ffb5d8;
}
.pastbox_card_content_desc {
	color: #666;
}
.pastbox_card_content_desc a {
	color: #666 !important;

}

/* Newsletter form error */
#form_error_newsletter {
	color: white;
	background: #8686db;
	padding: 7px 10px 5px 10px;
	border-radius: 6px;
	margin: 7px 0 0 0;
}
.newsletter-email-error {
	border: 2px solid #8686db !important;
}

/* Videoblock */
.videoblock {
	
}
.videoblock_inner {
	
}

.videoblock_header {
	margin-bottom: 50px;
	text-align: center;
}
.videoblock_header_title {
	color: #ffffff;
}
.videoblock_header_desc {
	color: #ffffff;	
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.videoblock_row {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}
.videoblock_row_collead {
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	-ms-flex-preferred-size: 66.66666667%;
	flex-basis: 66.66666667%;
	width: 66.66666667%;
}
.videoblock_row_collist {
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	-ms-flex-preferred-size: 33.33333333%;
	flex-basis: 33.33333333%;
	width: 33.33333333%;
}
@media screen and ( max-width: 1023px ) {
	.videoblock_row_collist,
	.videoblock_row_collead {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
	}
}

.videoblock_lead {
	
}
@media screen and ( max-width: 1023px ) {
	.videoblock_lead {
		margin-bottom: 50px;
	}
}
.videoblock_lead_video {
	
}
.videoblock_lead_video iframe {
	height: 432px;
	width: 100%;
}
@media screen and ( max-width: 767px ) {
	.videoblock_lead_video iframe {
		height: 300px;
	}	
}
.videoblock_lead_title {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
}

.videoblock_list {
	
}
.videoblock_list_item {
	padding-bottom: 15px;
	cursor: pointer;
}
@media screen and ( min-width: 768px ) and (max-width: 1023px) {
	.videoblock_list {
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10px;
		margin-left: -10px;
	}
	.videoblock_list_item {
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 10px;
		padding-left: 10px;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		width: 50%;
	}
}
.videoblock_list_item:last-child {
	padding-bottom: 0;
}
.videoblock_list_item_inner {
	display: table;
	width: 100%;
}
.videoblock_list_item_image {
	width: 170px;
	max-width: 170px;
	min-width: 170px;
	display: table-cell;
	vertical-align: top;
}
@media screen and ( max-width: 375px ) {
	.videoblock_list_item_image {
		width: 120px;
		max-width: 120px;
		min-width: 120px;
		display: table-cell;
		vertical-align: top;
	}
}
@media screen and (min-width: 768px) and ( max-width: 1023px ) {
	.videoblock_list_item_image {
		width: 100px;
		max-width: 100px;
		min-width: 100px;
		display: table-cell;
		vertical-align: top;
	}
}
.videoblock_list_item_image img {
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.selected .videoblock_list_item_image img {
	border: 4px solid #ffffff;
}
.videoblock_list_item_content {
	width: 100%;
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}
.videoblock_list_item_content_title {
	font-size: 14px;
	color: #ffffff;	
}
/* Subscribe */
.subscribe_row {
	padding: 50px 0;
}
@media screen and ( max-width: 1023px ) {
	.subscribe_row {
		display: block !important;
	}
	.subscribe_row > .panel-grid-cell {
		width: 100% !important;
	}
	.subscribe_gallery {
		margin-bottom: 30px;
	}
}
.subscribe_col {
	
}
.subscribe_gallery {
	
}

.subscribe_carousel {
	
}
.subscribe_carousel img {
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.subscribe_carousel_desc {
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 14px;
}

.subscribe_carousel_nav {
	overflow: hidden;
}
.subscribe_carousel_nav img {
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.subscribe_carousel_nav .slick-slide {
	cursor: pointer;
	padding: 10px 5px 0 5px;
}
.subscribe_carousel_nav .slick-list {
	padding: 0 !important;
	margin: 0 -5px;
}
.subscribe_carousel_nav .slick-dots {
	position: static;
	margin: 15px 0 0 0;
}
.subscribe_carousel_nav .slick-dots li button {
	border: 1px solid #ff93c9;
	box-shadow: none;
}
.subscribe_carousel_nav .slick-dots li.slick-active button {
	background-color: #ff93c9;
}

.subscribe_content {
	overflow: hidden;
}
.subscribe_content_text {
	
}
@media screen and ( max-width: 1023px ) {
	.subscribe_content_text {
		text-align: center;
	}
}

.subscribe_content_plan {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
	margin-top: 40px;
}
.subscribe_content_plan_col {
	width: 33.333%;
	padding-right: 5px;
	padding-left: 5px;
}

/*
.subscribe_content_button:after {
	content: '';
	background-image: url(http://mynuquest.com/wp-content/uploads/stripe-pattern.png);
	background-size: auto 130px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
}
.subscribe_content_button.active:after {
	opacity: 0.1;
}
*/
.subscribe_content_button {
	position: relative;
	cursor: pointer;
	transition: all 0.25s ease-in-out;	
	text-align: center;
	background: #8669ab;
	color: white;
	border-radius: 8px;
	padding: 15px 5px;
}
.subscribe_content_button:hover {
	background: #ff93c9;
}
.subscribe_content_button.active {
	background: #ff93c9;
}
.subscribe_content_button_num {
	font-family: "VAGRoundedStd", Helvetica, sans-serif !important;
	font-weight: 400;
    letter-spacing: 1px;
	font-size: 48px;
	line-height: 1;
	margin: 10px 0;
	position: relative;
	z-index: 2;
}
.subscribe_content_button_text {
	font-family: "VAGRoundedStd", Helvetica, sans-serif !important;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 400;
    letter-spacing: 1px;	
	margin: 10px 0;
	position: relative;
	z-index: 2;
}
.subscribe_content_button_popupar {
	font-family: "VAGRoundedStd", Helvetica, sans-serif !important;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
    letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	color: #8669ab;
	position: absolute;
	top: -17px;
	left: 0;
	right: 0;
}
.subscribe_content_button_star {
	font-size: 17px;
	position: absolute;
	top: 4px;
	left: 10px;
}
.subscribe_content_table {
	margin: 30px 0;
}
.subscribe_content_table table {
	
}
.subscribe_content_table tr {
	
}
.subscribe_content_table tr td {
	
}
.subscribe_content_table tr td:first-child {
	text-align: left;
}
.subscribe_content_table tr td:last-child {
	text-align: right;
}
.subscribe_content_table .firstline {
	
}

.subscribe_content_table .lastline {
	
}
.subscribe_content_table .totalline {
	
}
.subscribe_content_table .totalline {
	
}
.subscribe_content_table .hide {
	display: none !important;
}
.subscribe_content_table .totalline td:first-child {
	font-size: 17px;
	font-weight: bold;
	color: #8669ab;
}
.subscribe_content_table .totalline td:last-child {
	font-size: 14px;
	font-weight: bold;
	color: #8669ab;
}
.subscribe_content_table .totalline .subscrb_price {
	font-size: 20px;
}

.subscrb_num {
	
}
.subscrb_price {
	
}
.subscrb_times {
	
}

.subscribe_content_submit {
	text-align: center;
}
.subscribe_content_submit a {
	padding: 10px 30px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	border-radius: 8px;
	color: #fff;
	background: #ff93c9;
	letter-spacing: 0.15em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.subscribe_content_submit a:hover {
	background: #ffb5d8;
}

/* What's in my box */
.inmybx_categories {
	margin: 50px 0 -20px 0;
}
.inmybx_categories_col {
	
}
.inmybx_categories_content {
	
}
.inmybx_categories_carousel {
	
}
.inmybx_categories_carousel_item {
	
}
.inmybx_categories_carousel .slick-prev {
	left: -15px !important;
}
.inmybx_categories_carousel .slick-next {
	right: -15px !important;
}
.inmybx_categories_category {
	position: relative;
	text-align: center;
	padding: 10px 5px;
}
.inmybx_categories_category > a {
	display: block;
	color: #666;
}
.inmybx_categories_category_image {
	transition: all 0.25s ease-in-out;	
}
.inmybx_categories_category_image img {
	width: 80px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.inmybx_categories_category_content {
	padding-top: 5px;
}
.inmybx_categories_category_content_title {
	font-size: 12px;
}
.inmybx_categories_category .newlabel {
	position: absolute;
	top: 12px;
	left: 10px;
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	transform: rotate(-30deg);
	padding: 3px 5px 2px 5px;
	border-radius: 3px;
	text-transform: uppercase;
	font-family: "VAGRoundedStd", Helvetica, sans-serif;
	display: inline-block;
	vertical-align: middle;
	background: #ff7abc;
	border-color: #ff7abc;
	color: #fff;
	line-height: 1;
	font-size: 10px;
}
.inmybx_categories_category > a:hover {
	color: #ff5983;
}
.inmybx_categories_category > a:hover .inmybx_categories_category_image {
	-ms-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
}

.inmybx_boxes {
	margin: 50px 0;
	padding: 0 !important;
}
.inmybx_boxes_cell {
	
}
.inmybx_boxes_header {
	margin-top: 40px;	
	margin-bottom: 0px;
	text-align: center;
}
.inmybx_boxes_header_title {
	color: #ff7abc;
}
.inmybx_boxes_header_desc {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.inmybx_boxes_carousel {
	
}
.inmybx_boxes_carousel_item {
	padding: 0 15px;
}
.inmybx_boxes_carousel .slick-dots {
	bottom: 0;
}
.inmybx_boxes_carousel .slick-dots li button {
	box-shadow: none !important;
	border-color: #ff7abc;
}
.inmybx_boxes_carousel .slick-dots li.slick-active button {
	background: #ff7abc;
}
.inmybx_boxes_carousel {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
.inmybx_boxes_carousel .slick-list {
	overflow: visible !important;
}
.inmybx_boxes_carousel .slick-slide {
	pointer-events: none;
	opacity: 0.5;
	transition: opacity 400ms ease;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
}
.inmybx_boxes_carousel .slick-slide.slick-active {
	pointer-events: all;
	opacity: 1;
}
@media screen and ( max-width: 1200px ) {
	.inmybx_boxes_carousel {
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.inmybx_boxes_carousel .slick-list {
		overflow: visible !important;
	}
	.inmybx_boxes_carousel .slick-slide {
		pointer-events: none;
		opacity: 0.5;
	}
	.inmybx_boxes_carousel .slick-slide.slick-active {
		pointer-events: all;
		opacity: 1;
	}
}
@media screen and ( max-width: 767px ) {
	.inmybx_boxes_carousel {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and ( max-width: 600px ) {
	.inmybx_boxes_carousel_item {
		padding: 0 5px;
	}
}

.inmybx_boxes_box {
/* 	max-width: 450px; */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.inmybx_boxes_box_image {
	border-radius: 8px;
	overflow: hidden;
}
.inmybx_boxes_box_image img {
	width: 100%;
	height: auto;
	display: block;
}
.inmybx_boxes_box_content {
	padding: 20px 10px 90px 10px;
}
.inmybx_boxes_box_content_title {
	color: #ff7abc;
	margin-bottom: 5px;
}
.inmybx_boxes_box_content_desc {
	font-size: 15px;
}

/* Misc */
.primrose-sow-accordion-item-title {
	font-size: 19px !important;
}

.tt_info-left { min-width: 200px !important; }
.tt_style_1 button { 
    box-shadow: 0 0px 0px rgba(0,0,1,0.8) !important;  
    border-radius: 8px !important;
   display: block !important;
   margin: 0 auto !important;
}
.tt_style_1 label { vertical-align: top !important;
}

@media screen and ( min-width: 1200px ) {
	
}
@media screen and ( max-width: 1023px ) {
	
}
@media screen and ( max-width: 767px ) {
	
}
@media screen and ( max-width: 519px ) {
	
}