/*
	Theme Name:	Showcase Pro
	Theme URI: http://my.studiopress.com/themes/showcase/
	Description: This is the Showcase Pro Theme created for the Genesis Framework.
	Author: Bloom
	Author URI: http://www.designbybloom.co

	Version: 2.0.2

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.4

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* HTML 5 Reset
 * ========================================================================== */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Box Sizing
 * ========================================================================== */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*, *:before, *:after {
	box-sizing:inherit;

}

/* Float Clearing
 * ========================================================================== */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.page-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.page-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Utility
 * ========================================================================== */

.mobile-hide {
	visibility: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	position: absolute;
	display: none;
}

.text-center {
	text-align: center;
}

@media only screen and (min-width: 1200px) {
	.mobile-hide {
		visibility: visible;
		position: relative;
		display: inherit;
	}

	.mobile-show {
		visibility: hidden;
		clip: rect(0px, 0px, 0px, 0px);
		position: absolute;
	}
}


/* Typography
 * ========================================================================== */

html {
  font-size: 66.40625%;

}

body {
	color: #1a1a1a;
	background: #ffffff;
	font-family: "Hind", "Avenir", "Helvetica", arial;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.612;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 2rem;
  	font-weight: 300;
	letter-spacing: -0.02em;
}

/* Display */

h1,
.content .entry-title,
.site-title, archive-title {
	font-size: 4rem;
  	font-weight: 300;
  	line-height: 1.2;
	margin: 15px 0 0;
}

body.search .entry-title {
	font-size: 4rem;
}

body.page .entry-title {
	margin: 0 0 20px;
}

@media only screen and (min-width: 1200px) {
body.page .entry-title, body.blog .archive-title {
	margin: 40px 0;
	}
}

@media only screen and (min-width: 800px) {

	h1,
	.content .entry-title, archive-title {
		font-size: 5rem;
	}
}

body.archive-no-results .woocommerce-products-header__title.page-title {
	display: none;
}

/* Headline */

h2 {
	font-size: 3.2rem;
  	line-height: 1.4;
  	font-weight: 300;
}

@media only screen and (min-width: 800px) {

	h2 {
		font-size: 4rem;
  	}
}

/* Title */

h3,
body.woocommerce-page ul.products li.product h3 {
	font-size: 2rem;
  	line-height: 1.4;
  	font-weight: 400;
}

@media only screen and (min-width: 800px) {
	h3,
	body.woocommerce-page ul.products li.product h3 {
		font-size: 2.5rem;
	}

	.sidebar-primary h3 {
		margin: 0 0 1.25rem;
	}
}

/* SubTitle */

h4,
.site-description {
	font-size: 1.8rem;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 400;
}

/* Mast */

h5,
.widget-title, .widgettitle,
.genesis-nav-menu a,
button, input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.archive.category .archive-title,
body.woocommerce-page #respond input#submit,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page input.button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
	font-size: 1.5rem;
	font-weight: 500;
	font-style: normal;
	line-height: 1.8;
	text-transform: uppercase;
	/* letter-spacing: 0.1rem; */
}

@media only screen and (max-width: 1400px) {
	.genesis-nav-menu a {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 1275px) {
	.genesis-nav-menu a {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 1023px) {
	.genesis-nav-menu a {
		font-size: 1.6rem;
	}
}


/* Caption */

h6,
.genesis-nav-menu .sub-menu a,
.entry-meta,
.wp-caption-text,
.gallery-caption,
.site-footer p,
.pagination a,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce-MyAccount-navigation li a,
p.comment-meta,
.more-link.button {
	font-size: 1.2rem;
	line-height: 1.6;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}


/* Small */

small,
.button.small {
  font-size: 1rem;
}


p {
	margin: 0 0 1.625em;
	padding: 0;
}

p.intro {
  font-size: 1.8rem;
  line-height: 1.8;
}

strong {
	font-weight: 700;
}

blockquote {
	margin: 4rem auto;
	width: 90%;
}

blockquote p {
	font-size: 1.8rem;
	line-height: 1.9 !important;
	background: #eee;
	padding: 3rem;
}

.entry-content blockquote {
	padding: 2 7rem;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 0.8em;
	color: #555555;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 0.2rem 0.4rem;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 1rem;
	margin: 0 0 1rem;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

fieldset {
  border: 1px solid #e5e5e5;
  padding: 3rem;
  margin: 2rem auto;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #eee;
	margin: 0 0 4rem;
	padding: 4rem 0 0;
}

/* Links
 * ========================================================================== */

a {
	/* color: #1db3e2; */
	color: #16b1b5;
	text-decoration: none;
	outline: 0;
	font-weight: 600;
}

a:focus, a:hover {
	border-color: transparent;
	text-decoration: underline;
}

.np a, .wc-tab a {
	color: #16b1b5;
}

.woocommerce-product-details__short-description a
{
  color: #16b1b5;
}

.entry-content a
{
  color: #16b1b5;
}

.woocommerce-variation-description a {
	color: #16b1b5;
}

/* Transitions
 * ========================================================================== */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.button:after,
.button:before,
.genesis-nav-menu a,
.showcase-entry-grid .overlay,
.showcase-entry-grid .entry,
button.sub-menu-toggle:before,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span {
	-webkit-transition: all .75s cubic-bezier(0, 1, .5, 1);
	-moz-transition:    all .75s cubic-bezier(0, 1, .5, 1);
	-ms-transition:     all .75s cubic-bezier(0, 1, .5, 1);
	-o-transition:      all .75s cubic-bezier(0, 1, .5, 1);
	transition:         all .75s cubic-bezier(0, 1, .5, 1);
}

@media only screen and (min-width: 800px) {
	.site-header,
	.genesis-nav-menu .sub-menu {
		-webkit-transition: all .2s ease-in-out;
		-moz-transition:    all .2s ease-in-out;
		-ms-transition:     all .2s ease-in-out;
		-o-transition:      all .2s ease-in-out;
		transition:         all .2s ease-in-out;
	}

}

/* Selection
 * ========================================================================== */

::-moz-selection {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}

::selection {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}


/* Objects
 * ========================================================================== */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

@media only screen and (min-width: 1200px) {
	iframe {
		width: 100%;
		height: 400px;
	}
}

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

/* Forms, Inputs & Buttons
 * ========================================================================== */

input,
select,
textarea,
body.woocommerce-cart table.cart td.actions .coupon .input-text {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	color: #1a1a1a;
	padding: 1.2rem 2rem 1rem;
	width: 100%;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: auto;
}

textarea {
	height: auto;
}

button,
.button,
textarea,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="password"],
input[type="url"],
input[type="text"],
input[type="search"],
input[type="email"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 1rem;
	width: auto;
}

input:focus,
textarea:focus,
body.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
	outline: none;
	border-color: #1db3e2;
}

::-moz-placeholder {
	color: black;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: black;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

/* Buttons
 * ========================================================================== */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.button,
.pagination:not(.adjacent-entry-pagination) a,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce-page #respond input#submit,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page button.button.alt,
body.woocommerce-page a.button.alt,
body.woocommerce-page input.button,
body.woocommerce-page button.button.alt.disabled,
body.woocommerce-page input.button.alt,
body.woocommerce-page input.button:disabled,
body.woocommerce-page input.button:disabled[disabled] {
	background-color: #16b1b5 !important;
	border-radius: 5px;
	box-shadow: none;
	border: 0;
	color: #fff;
	line-height: 2em !important;
	cursor: pointer;
	display: inline-block;
	outline: none;
	text-align: center;
	padding: 1.1rem 2rem 1rem;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
}

.site-header button {
	background: transparent!important;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.pagination li a:hover,
body.woocommerce-page #respond input#submit:hover,
body.woocommerce-page a.button:hover,
body.woocommerce-page button.button:hover,
body.woocommerce-page button.button.alt:hover,
body.woocommerce-page button.button.alt.disabled:hover,
body.woocommerce-page a.button.alt:hover,
body.woocommerce-page input.button:hover,
body.woocommerce-page input.button.alt:hover {
	/* background-color: #1db3e2; */
	background-color: #16b1b5;
	text-decoration: none;
	color: #fff;
	opacity: 1;
	box-shadow: inset 0 0 0 20rem rgba(0,0,0,0.1), 0 2rem 2rem rgba(0,0,0,0.1);
}

.button.small {
	font-size: 1.4rem;
	padding: 0.8rem 2rem 0.5rem;
}

.button.light {
	background: #eeeeee;
	color: #1a1a1a;
}

.button.light:hover {
	color: #fff;
}

.bg-primary .button.light {
	/* background: rgba(255,255,255,0.2); */
	/* color: #ffffff; */
	background-color: transparent;

}

.bg-primary .button.light:hover,
.bg-secondary .button.light:hover {
	-webkit-box-shadow: inset 0 0 0 20rem rgba(255,255,255,0.2);
	box-shadow: inset 0 0 0 20rem rgba(255,255,255,0.2);
}

.button.full-width {
	display: block;
	width: 100%;
}

.button.arrow-left:before,
.button.arrow-right:after {
	font-family: Ionicons;
	vertical-align: top;
}

.button.arrow-right:after {
	content: "\f30f";
	margin-left: 0.8rem;
}

.button.arrow-right:hover:after {
	margin-left: 1.2rem;
	margin-right: -0.4rem;
}

.button.arrow-left:before {
	content: "\f2ca";
	margin-right: 0.8rem;
}

.button.arrow-left:hover:before {
	margin-right: 1.2rem;
	margin-left: -0.4rem;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gallery
 * ========================================================================== */

.gallery {
	margin: 1.5em auto;
	-webkit-column-gap: 1.5em;
	column-gap: 1.5em;
}

.gallery-item {
	padding: 0;
	margin: 0 0 1.5em;
	display: inline-block;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}


.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 0.4rem;
}

.gallery-caption {
	margin-left: 0;
	display:none;
}

/* Masonry on large screens */
@media only screen and (min-width: 1200px) {
  .gallery {
   -webkit-column-count: 3;
    column-count: 3;
  }
}

/* Masonry on medium-sized screens */
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .gallery {
	  -webkit-column-count: 2;
    column-count: 2;
  }
}

/* Masonry on small screens */
@media only screen and (max-width: 767px) and (min-width: 540px) {
  .gallery {
    -webkit-column-count: 1;
	column-count: 1;
  }
}

.slb_template_tag.slb_template_tag_ui.slb_template_tag_ui_group_status {
	display: none !important;
}

/* Tables
 * ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 0;
	width: 100%;
}

tbody {
}

td,
th {
	text-align: left;
}

th {
	font-weight: 400;
}

/* Accessibility
 * ========================================================================== */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #1a1a1a;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #5b5e5e;
	clip: auto !important;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 2rem;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	outline: 1px dotted rgba(0,0,0,0.2);
}

/* Wordpress
 * ========================================================================== */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 4rem;
}

img.alignnone,
.alignnone {
	margin-bottom: 2rem;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 6rem 4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 4rem 6rem;
}

img.alignleft.entry-image,
img.alignright.entry-image {
	margin-bottom: 0;
}

.entry-content figure {
	margin: 0;
}

.wp-caption-text {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 1rem;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 3rem;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

/* Site Containers
 * ========================================================================== */

.showcase-landing {
	background: #fff;
}

.full-width-content .content,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .entry-content .woocommerce  {
	margin: 0 auto;
	max-width: 100rem;
	float: none;
}

.wrap {
	margin: 0 auto;
	padding: 0 5%;
}

.site-inner {
	clear: both;
	padding: 4rem 0;
	overflow: hidden;
	background: #fff;
}

.front-page .site-inner {
	padding: 0;
}

.full.full-width-content .content,
.woocommerce-page.full-width-content .content {
	max-width: 100%;
	width: 100%;
}

.title-center .entry-header .entry-title {
    text-align: center;
}

body.content-sidebar .site-inner .wrap {
	margin: 3% auto;
	padding: 0 10%;
	width: 100%;
	max-width: 100%;
}

@media only screen and (min-width: 1200px) {

	body:not(.with-page-header) .site-inner {
		padding-top: 14rem;
	}

	body.post-type-archive-product .site-inner, body.single-product .site-inner {
		padding-top: 4rem;
	}

	body.with-page-fi .site-inner, body.home .site-inner {
		padding:0;
	}
}

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

	.sidebar-primary {
		display: none;
	}

	.sidebar-mobile {
		float: left;
		width: 80%;
		margin: 10px 0 20px;
		background: #f7f6f7;
		padding: 20px 15px;
		-webkit-box-shadow: 5px 6px 5px 1px rgba(242,242,242,1);
		box-shadow: 5px 6px 5px 1px rgba(242,242,242,1);
	}
}

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

	.sidebar-mobile {
		width: 100%;
	}
}

@media only screen and (min-width: 1201px) {

	.content {
		float: right;
		width: 100%;
	}

	body.post-type-archive-product .site-inner .content, body.single-product .site-inner .content {
		width: 68%;
		margin: 0 0 40px 2%;
}

	.content-sidebar .content {
		float: left;
		width: 50%;
	}

	.sidebar-primary {
		float: right;
		width: 25%;
		margin: 0;
		background: #f7f6f7;
		padding: 20px 15px;
		-webkit-box-shadow: 5px 6px 5px 1px rgba(242,242,242,1);
		box-shadow: 5px 6px 5px 1px rgba(242,242,242,1);
	}

	.sidebar-mobile {
		display: none;
	}

	.sidebar-content .sidebar-primary {
		float: left;
	}

	.wrap {
		max-width: 120rem;
	}

	.site-inner {
		padding: 4rem 0 2rem;
	}

	body.post-type-archive-product .site-inner .wrap, body.single-product .site-inner .wrap {
		max-width: 165rem;
	}

}

@media only screen and (max-width: 1500px) {
	.sidebar-primary {
		width: 27%;
		padding: 15px;
	}
}

@media only screen and (min-width: 1900px) {

	.wrap {
		max-width: 160rem;
	}

	.sidebar-primary {
		width: 25%;
		padding: 25px;
	}

	#front-page-2 .wrap {
		max-width: 140rem;
	}

}

/* Grid
 * ========================================================================== */

@media only screen and (min-width: 800px) {

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.footer-widgets .widget-area,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 0;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.275862068966%;
	}

	.one-third,
	.two-sixths {
		width: 31.034482758621%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.51724137931%;
	}



	.three-fourths {
		width: 74.137931034483%;
	}

	.one-fifth {
		width: 17.241379310345%;
	}

	.two-fifths {
		width: 37.931034482759%;
	}

	.three-fifths {
		width: 58.620689655172%;
	}

	.four-fifths {
		width: 79.310344827586%;
	}

	.one-sixth {
		width: 13.793103448276%;
	}

	.five-sixths {
		width: 82.758620689655%;
	}

	.first,
	.footer-widgets .widget-area:first-child {
		clear: both;
		margin-left: 0;
	}

	.only {
		float: none;
		margin: 0 auto;
	}
}

/* Front Page Widgets
 * ========================================================================== */

.flexible-widget-area > .wrap {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.flexible-widgets .widget {
	margin-bottom: 2rem;
}

.flexible-widgets .widget:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 800px) {

	.flexible-widget-area > .wrap {
		padding-top: 4%;
		padding-bottom: 4%;
	}

	.flexible-widgets,
	.front-page .featured-content.widget .widget-wrap {
		margin-left: -2rem;
		margin-right: -2rem;
		width: calc( 100% + 4rem );
	}

	.front-page .featured-content .widgettitle {
		margin-left: 2rem
	}

	.flexible-widgets .widget,
	.front-page .featured-content.widget .entry {
		float: left;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-area .widget:nth-of-type(1),
	.flexible-widgets.widget-halves.uneven .widget:last-of-type {
		width: 100%;
	}

	.flexible-widgets.widget-fourths .widget {
		width: 25%;
	}

	.flexible-widgets.widget-halves .widget {
		width: 50%;
	}

	.flexible-widgets.widget-thirds .widget,
	.front-page .featured-content.widget .entry {
		width: 33.33%;
	}

	.flexible-widgets.widget-halves .widget:nth-child(even),
	.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
	.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
		clear: left;
	}

}

/* Front Page 1 - Soliloquy Slider
 * ========================================================================== */

.front-page-1 .soliloquy-container {
    margin-bottom: 0 !important;
}

.front-page-1 .soliloquy-container .soliloquy-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: transparent;
}

.front-page-1 .soliloquy-container .soliloquy-image {
    width: 100%;
}

.front-page-1 .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -13%);
    -ms-transform: translate(-50%, -13%);
    transform: translate(-50%, -13%);
}

.front-page-1 .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: transparent;
    padding: 0;
    line-height: 1;
}

.front-page-1 .slide-title {
    font-size: 1.8rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    margin: 0 0 1rem 4rem;
	text-transform: uppercase
}

.front-page-1 .slide-text h1 {
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 0 10px 0;
}

.soliloquy-container .soliloquy-next, .soliloquy-container .soliloquy-prev {
	width: 38px !important;
	height: 38px !important;
	background-color: rgba(247, 246, 247, 0.5) !important;
	border-radius: 50%;
	top: 60% !important;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	text-align: left !important;
	margin-left: 10% !important;
}

.front-page-1 .slide-text a.button {
    padding: 1.1rem 2rem 1rem;
    font-size: 1.4rem;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

@media only screen and (min-width: 1100px) {

    .front-page-1 .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
        top: 72%;
    }

	.front-page-1 .slide-text h1 {
        font-weight: 600;
		font-size: 3rem;
    }
}

@media only screen and (min-width: 1400px) {

    .front-page-1 .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
        top: 80%;
        left: 50%;
        -webkit-transform: translate(-50%, -30%);
        -ms-transform: translate(-50%, -30%);
        transform: translate(-50%, -30%);
		background-color: transparent;
    }

	.front-page-1 .slide-text h1 {
        font-size: 3.3rem;
    }
}


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

    .front-page-1 .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 25px 0 30px 0;
        background-color: #f7f6f7;
    }

    .front-page-1 .soliloquy-container .soliloquy-item:before {
        content: none;
    }

	.front-page-1 .soliloquy-container .soliloquy-controls-direction {
        display: none;
	}

	.front-page-1 .slide-text h1, .front-page-1 .slide-title {
        color: black;
    }

	.front-page-1 .slide-text a.button {
		margin: 0;
	}

	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		text-align: center !important;
		margin: 0 !important;
	}

	.front-page-1 .slide-text h1 {
		font-size: 3rem;
    }

	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		margin-left: 0 !important;
	}

}

.front-page-1 .slide-text.black {
	color: #000000;
}


/* Front Page 2
 * ========================================================================== */

.front-page-2 {
	text-align: center;
	background: #fff;
}

.front-page-2 img.alignnone, .front-page-2 .alignnone {
	margin-bottom: 0;
}

.front-page-2 p:first-of-type {
	margin: 0 0 1rem;
}

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

	#text-4 .widget-wrap, #text-5 .widget-wrap, #text-6 .widget-wrap {
		margin: 0 10%;
	}
}

#front-page-2 h2 {
	font-size: 2.5rem;
	text-transform: uppercase;
	letter-spacing:2px;
	font-weight: lighter;
}

.black {
	/* color: black !important; */
}

/* Front Page 3
 * ========================================================================== */

.front-page-3 {
	background-color: #f7f6f7;
	overflow: hidden;
}

.front-page-3 .widget-area {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.front-page-3 .widget img.pull-left {
    margin-left: -25%;
}

.front-page-3 .widget img.pull-right {
    margin-right: -25%;
}

.front-page-3 .widget img.pull-right,
.front-page-3 .widget img.pull-left {
	max-width: 150%;
	width: auto;
	margin-bottom: -50%;
	margin-top: 20px;
}

@media only screen and (min-width: 800px) {

	.front-page-3 .flexible-widgets.widget-halves .widget,
	.front-page-3 .widget {
		width: 50%;
		float: left;
		align-self: center;
	}

	.front-page-3 .widget img.pull-left,
	.front-page-3 .widget img.pull-right {
	    margin-bottom: -30%;
	    margin-top: -30%;
	    pointer-events: none;
	}
}


/* Front Page 4 Testimonials
 * ========================================================================== */

.front-page-4 {
	text-align: center;
}

.front-page-4 a,
.front-page-4 {
	color: #fff;
}

.front-page-4 blockquote {
	font-size: 2rem;
	font-weight: 300;
	font-style: normal;
	margin: 2rem auto;
}

.front-page-4 h5 {
	margin: 0;
}

@media only screen and (min-width: 800px) {
	.front-page-4 blockquote {
		font-size: 2.25rem;
		max-width: 75%;
	}
}

/* Front Page 5
 * ========================================================================== */

.front-page-5 {
	background: #fff;
}

 .front-page-5 .widget:nth-of-type(1) {
 	text-align: center;
 }


/* Widgets
 * ========================================================================== */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 2rem;
	text-indent: -2rem;
}

.widget li li {
	border: 0;
	margin: 0 0 0 3rem;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}



/* Testimonials
 * ========================================================================== */

.lSAction {
	display: none !important;
}

#gts-testimonials .lSSlideOuter .lSPager.lSpg > li a {
	background-color: #555;
}

#gts-testimonials .lSSlideOuter .lSPager.lSpg>li.active a,
#gts-testimonials .lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #1db3e2;
}

/* Icons
 * ========================================================================== */

.icon {
	font-size: 6rem;
	margin: 0 0 2rem;
	color: #16b1b5;
}


/* Featured Content
 * ========================================================================== */

.featured-content.widget .entry {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}


/* Plugins
 * ========================================================================== */

/* Genesis Simple Share */

.content .share-after {
	margin-bottom: 2rem;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #1a1a1a;
	border: 1px solid #1a1a1a;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #1a1a1a !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

body.page-id-27 .share-post {
	display:none;
}

/* Jetpack */

#wpstats {
	display: none;
}

/* Widget Custom Menu
 * ========================================================================== */

.widget_nav_menu .sub-menu {
	margin: 0 0 0 1rem;
}

/* WooCommerce
 * ========================================================================== */

body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce-page .woocommerce-message::before,
body.woocommerce-page .woocommerce-info::before,
body.woocommerce-page div.product p.price,
body.woocommerce-page div.product span.price,
body.woocommerce-page ul.products li.product .price,
body.woocommerce-page form .form-row .required,
.woocommerce-MyAccount-navigation li a {
	color: #1a1a1a;
}

body.woocommerce-page div.product p.price, body.woocommerce-page div.product span.price, body.woocommerce-page ul.products li.product .price, .woocommerce ul.products li.product .button {
	display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
	font-size: 1.6rem !important;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: #f7f6f7;
	border-bottom: 0;
	margin: 0 -1px 0 0;
	padding: 0;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 1.5rem 1.4rem;
}

.up-sells.upsells.products {
	float: left;
	width: 100%;
}

@media only screen and (max-width: 1500px) {
	body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-size: 1.3rem;
	}

	.woocommerce div.product div.summary {
		margin-bottom: 4em !important;
	}

	.up-sells {
		margin-top: 3em !important;
	}
}

@media only screen and (max-width: 1201px) {
	body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-size: 1.3rem;
	}

	.woocommerce div.product div.summary {
		font-size: 2rem;
	}

	.up-sells {
		margin-top: 2em !important;
	}
}

@media only screen and (max-width: 400px) {
	.woocommerce div.product div.summary {
		margin-bottom: 7em !important;
	}

	.woocommerce div.product div.summary {
		font-size: 1.6rem;
	}

	.up-sells {
		margin-top: 2em !important;
	}
}


body.woocommerce div.product .woocommerce-tabs ul.tabs:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  	display: none;
}

body.woocommerce-page .woocommerce-message,
body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-error {
 	border: 0;
  	margin-top: 2rem !important;
	line-height: 5rem;
}

body.woocommerce-page span.onsale,
body.woocommerce-page ul.products li.product .onsale {
	border-radius: 0;
	top: 0;
	left: 0;
	right: auto;
	margin: 0;
	padding: 0 1rem;
	background: #1a1a1a;
}

body.woocommerce ul.cart_list li,
body.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
 	background: none;
 	border: none;
 	float: left;
 	padding: 0.5rem !important;
 	width: 50%;
}

body.woocommerce ul.cart_list li img, body.woocommerce ul.product_list_widget li img {
 	width: 100% !important;
}

.woocommerce-cart .entry-content p:first-child::first-letter,
.woocommerce-checkout .entry-content p:first-child::first-letter {
 	float: none;
	font-size: inherit;
	margin: 0;
	padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
 	list-style: none;
}

.woocommerce-page input[type="checkbox"],
.woocommerce-page input[type="radio"] {
 	width: auto;
}

body.woocommerce ul.products li.product .price del,
body.woocommerce div.product p.price del,
body.woocommerce div.product span.price del {
	display: inline !important;
}

select.orderby {
 	margin-bottom: 2rem;
}

.stars a,
.star-rating span:before {
	color: #ffb35e !important;
}

.woocommerce .quantity .qty {
	padding: 1.2rem 1rem 1rem;
}

.woocommerce form .form-row label.inline {
	margin-left: 2rem;
}

.woocommerce-Tabs-panel h2 {
	display: none;
}

#tab-title-additional_information {
	display: none;
}

.stock.out-of-stock {
	display: none;
}

.woocommerce-ordering {
	display: none;
}

.woocomerce div.product div.summary {
	margin-bottom: 3em !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
	height: auto;
}

#tab-product-care {
	width: 80%;
}

#tab-product-care ul {
	line-height: 1.625;
}

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

	#tab-product-care li {
		font-size: 1.3rem;
	}

	#tab-product-care.entry-content ul {
		margin-left: 1rem;
	}
}

.woocommerce-tabs .entry-content p {
	line-height: 1.6;
	margin-bottom: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	text-align: center !important;
	text-transform: uppercase !important;
	font-size: .9em !important;
	padding: .5em 1.25em !important;
	color: #000000 !important;
	font-weight: 600 !important;
	}

@media only screen and (max-width: 1200px) {
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
		font-size: 1.2em !important;
		padding: .5em .25em !important;
	}
}

body.tax-product_cat.woocommerce ul.products li.product .woocommerce-loop-category__title, body.tax-product_cat.woocommerce ul.products li.product .woocommerce-loop-product__title, body.tax-product_cat.woocommerce ul.products li.product h3 {
	font-size: .95em !important;
}

.summary p {
	margin: 0 !important;
	line-height: 1.75 !important;
}

.woocommerce-products-header__title.page-title {
	color: gray;
	margin: 30px 0 20px;
	width: 100%;
}

.summary h1 {
	font-size: 4rem;
	margin: 0;
	margin: 2rem 0 0;
}

.summary h2 {
	font-size: 3.5rem;
}

@media only screen and (max-width: 480px) {
	.summary h1 {
		font-size: 3rem;
	}

	.summary h2, .upsells h2 {
		font-size: 2.5rem;
	}
}

.wc-attribute-selector {
	float: left;
	margin: 3rem 0 0;
	font-weight: bold;
	width: 100%;
}

.thumbs {
	clear: both;
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 0 6rem;
}

.variations td.label {
	display: none;
}

.installation-tab {
	width: 80%;
	float:left;
	font-size: 1.6rem;
}

.installation-tab img {
	width: 30%;
	float: left;
	margin-right: 5%;
}


.installation-tab-text {
	width: 65%;
	float:left;
}

.installation-tab-text ol, .installation-tab p:first-of-type {
	margin: 0;
}

.installation-tab-text ol li {
	margin-left: -2.5rem;
}

body.archive .site-inner .wrap {
	padding-top: 4%;
	float: left;
	max-width: 100%;
	width: 100%;
}

body.search .site-inner .product p.entry-meta {
	display: none;
}

.woof_block_html_items {
	font-size: 1.4rem;
}

.button.woof_reset_search_form {
	margin-left: 25px !important;
}

@media only screen and (max-width: 1201px) {
	.woof_block_html_items {
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 400px) {
	.woof_block_html_items {
		font-size: 1.2rem;
	}
}

.woof_list li {
	margin: 0 3px 5px 3px !important;
	padding: 0 !important;
}

.woof_checkbox_term_25, .woof_checkbox_term_20, .woof_checkbox_term_98, .woof_checkbox_term_155, .woof_checkbox_term_29, .woof_checkbox_term_103, .woof_checkbox_term_60 {
	display:none;
}

.woof_block_html_items .woof_childs_list {
	margin: 7px 0 0 0 !important;
}

.woof_container_inner .woof_show_sku_search_container input[type="search"] {
	padding: 20px !important;
	line-height: 1.5 !important;
}

.woof_childs_list_opener span.woof_is_closed {
	background-image: url(images/plus.png) !important;
}

.woof_childs_list_opener span.woof_is_opened {
	background-image: url(images/minus.png) !important;
}

body.post-type-archive-product .site-inner .wrap, body.single-product .site-inner .wrap {
	margin: 120px auto 0;
	padding: 0 5%;
	width: 100%;
	max-width: 100%;
}

.alt-filter-horiz {
	float: left;
	width: 90%;
	overflow:hidden;
	clear: both;
	padding-top: 18rem;
	margin: 0 5%;
	background: #f7f6f7;
}

.alt-filter-horiz:nth-of-type(2) {
	display:none;
}

body.post-type-archive-product .alt-filter-horiz, body.tax-product_cat .alt-filter-horiz {
	display: none;
}

@media only screen and (max-width: 1200px) {
	body.post-type-archive-product .alt-filter-horiz, body.tax-product_cat .alt-filter-horiz, body.single-product .alt-filter-horiz {
		display: inline;
		padding-top: 10px;
	}

	body.post-type-archive-product .site-inner .wrap, body.single-product .site-inner .wrap {
		margin: 0 auto;
	}

	.alt-filter-horiz {
		padding-top: 0;
	}
}

.up-sells h2 {
	font-size: 3.5rem;
	margin: 0 0 1rem;
}

.prdctfltr_wc {
	margin-bottom: 0 !important;
}

.button.prdctfltr_woocommerce_filter_submit {
	text-indent: 0;
}

.prdctfltr_checkboxes .prdctfltr-plus {
	padding: 2px 2px 0px 6px !important;
}

@media only screen and (max-width: 1200px) {
	.prdctfltr_checkboxes .prdctfltr-plus {
		padding: 2px 40px 0px 6px !important;
	}
}

.prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons {
	margin: 20px 0 0 !important;
}

.count {
	background: none;
}

.woocommerce div.product form.cart {
	margin-bottom: 0 !important;
}

#ivpa-content .ivpa_title {
	display: none !important;
}

#ivpa-content {
	margin-bottom: 0 !important;
}

.collection-image {
	margin: 0 0 30px;
}

.collection-image img {
	width: 100%;
}

body.archive-no-results .collection-image {
	display: none;
}

body.archive-no-results .sidebar-primary {
	float: left;
	margin: 0;
}

body.archive-no-results .products.woocommerce-page.prdctfltr-added-wrap {
	float: right;
	width: 70%;
	margin: 0;
}

.products.columns-4, .subcategory-listing, .products.columns-8 {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    flex-direction: row;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	border: 1px solid #000000;
	height: auto !important;
	margin: 10px 20px 30px 0 !important;
	}

	body.single-product.woocommerce ul.products li.product, body.single-product.woocommerce-page ul.products li.product {
	width: 15% !important;
	border: none;
	/* height: 275px !important; */
		height: auto !important;
}

@media only screen and (max-width: 1600px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		height: auto !important;
	}
}

body.single-product.woocommerce ul.products li.product, body.single-product.woocommerce-page ul.products li.product {
	width: 15% !important;
	border: none;
	/* height: 275px !important; */
		height: auto !important;
}

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

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		height: auto !important;
		width: 45% !important;
	}

	body.single-product.woocommerce ul.products li.product, body.single-product.woocommerce-page ul.products li.product {
		width: 44% !important;
		/* height: 375px !important; */
		height: auto !important;
		border: none;
	}

	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
		font-size: 1.4em;
	}

	body.tax-product_cat.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 1.25em !important;
	}

	.woocommerce div.product div.images img {
		width: 80% !important;
	}

	.widget-woof a.woof_start_filtering_btn {
		padding: 0 !important;
	}

	.woof_products_top_panel {
		display: none !important;
	}

	a.woof_start_filtering_btn:hover {
		color: #16b1b5 !important;
	}

	a.woof_start_filtering_btn1 {
		border: solid 2px #16b1b5 !important;
		color: #16b1b5 !important;
	}

	a.woof_start_filtering_btn2 {
		border: solid 2px #16b1b5 !important;
		color: #16b1b5 !important;
	}
}

@media only screen and (max-width: 1000px) {
	body.single-product.woocommerce ul.products li.product, body.single-product.woocommerce-page ul.products li.product, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		/* height: 487px !important; */
	}
}

@media only screen and (max-width: 800px) {
	body.single-product.woocommerce ul.products li.product, body.single-product.woocommerce-page ul.products li.product, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		/* height: 450px !important; */
	}
}

@media only screen and (max-width: 650px) {
	body.single-product.woocommerce ul.products li.product, body.single-product.woocommerce-page ul.products li.product, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		/* height: 375px !important; */
		margin: 30px auto !important;
		font-size: 1rem !important;
	}

	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
		font-size: 1.8em !important;
	}

	.button.woof_submit_search_form {
		padding: 1.1rem 1rem 1rem !important;
	}
}

@media only screen and (max-width: 480px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 100% !important;
	}
}

#ivpa-content .ivpa_attribute .ivpa_term span.ivpa_tooltip {
	font-size: 14px !important;
}

.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span {
	line-height: 30px !important;
}

.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_ft_collections > span::before, .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_ft_type > span::before, .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_ft_material > span::before, .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_ft_finish > span::before, .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_ft_style > span::before, .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_ft_length > span::before, .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_ft_center-to-center-hole-spacing > span::before {
	display: none;
}

.prdctfltr_filter label {
	font-size: 105% !important;
	line-height: 30px !important;
}

.prdctfltr_widget_title {
	font-size: 1.6rem;
	font-weight: 600;
}

.prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter {
	margin: 15px 0 !important;
}

@media only screen and (max-width: 1200px) {
	.prdctfltr_ft_collections, .prdctfltr_ft_type, .prdctfltr_ft_material, .prdctfltr_ft_finish, .prdctfltr_ft_style, .prdctfltr_ft_length, .prdctfltr_ft_center-to-center-hole-spacing {
	font-weight: 600 !important;
	}
}

body.post-type-archive-product.woocommerce ul.products li.product a img {
	width: 100% !important;
	float:left;
	padding: 20px;
}

#ivpa-content .ivpa_desc {
	font-size: .95em !important;
	font-weight: 600 !important;
}

body.tax-product_cat.woocommerce ul.products li.product, body.tax-product_cat.woocommerce-page ul.products li.product {
	border: none;
	height: 280px !important;
	margin: 0 3.8% 100px 0 !important;
}

body.tax-product_cat .content {
	width: 70%;
}

.products.columns-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    flex-direction: row;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woof_results_by_ajax_shortcode .product-type-variable {
	display: none;
}


/* Search Form
 * ========================================================================== */

.search-form {
	position: relative;
	width: 100%;
	margin-bottom: 2rem;
}


.search-form input[type="search"] {
	width: 100%;
	padding: 1rem 2.8rem 0.9rem 1.2rem;
	font-size: 1.6rem;
}

.search-form input[type="submit"] {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	text-indent: -9999px;
	border-color: transparent !important;
	background: transparent !important;
}

.search-form input[type="submit"]:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media only screen and (min-width: 800px) {

	.search-form {
		width: auto;
		margin-bottom: 4rem;
	}
}

body.search .sidebar-primary, body.error404 .sidebar {
	display: none;
}

body.search .content {
	width: 70%;
	float: none;
	margin: 0 auto;
}

/* Site Header
 * ========================================================================== */

.site-header,
.header-image .site-header {
	width: 100%;
	z-index: 999;
	padding: 2rem 0;
	position: relative;
	background: #fff;
}

.title-area {
	float: left;
}

.site-title {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 5rem;
	margin: 0 auto;
}

.site-title a {
	color: #1a1a1a;
	text-decoration: none;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	height: 5rem;
	width: 19rem;
	background-image: url(images/logo_dark.png);
}

.logo-print {
	display: none;
}

.header-image .title-area {
	margin: 0;
	width: 19rem;
}

.site-description {
	display: none;
}

@media only screen and (min-width: 1200px) {

	.site-header,
	.header-image .site-header {
		padding: 3rem 0 3rem;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		/* background: transparent; */
	}

	.admin-bar .site-header {
		top: 32px;
	}

	.header-scroll .site-header {
		background: #fff;
		padding: 0;
	}

	.site-header .wrap {
		max-width: none;
	}

	.site-title {
		font-size: 3.2rem;
		line-height: 8rem;
	}

	.header-image .site-title > a {
		height: 7.5rem;
		width: 24rem;
	}

	.header-image .title-area {
		width: 24rem;
	}

	.header-scroll .site-title a {
		color: #1a1a1a;
	}

	.header-scroll .site-header .genesis-nav-menu .menu-item.highlight a {
		border: 1px solid #1a1a1a;
	}

	body.single-product.header-scroll .site-header .genesis-nav-menu .menu-item.highlight a {
		/* border: 1px solid #1db3e2; */
		border: 1px solid #16b1b5;
	}
}


/* Navigation
 * ========================================================================== */

.genesis-nav-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
}

.genesis-nav-menu a {
	border: none;
	display: block;
	margin: 0 1.6rem 0;
	position: relative;
	opacity: 0.8;
	color: #1a1a1a;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .menu-item a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
	opacity: 1;
}


@media only screen and (min-width: 1105px) {

	.header-scroll .site-header .genesis-nav-menu a {
		color: #1a1a1a;
	}

	.genesis-nav-menu .menu-item.highlight a {
		background: transparent;
		border: none;
		line-height: 1;
		padding: 1rem 2rem 0.8rem;
	}

	.header-scroll .site-header .genesis-nav-menu .menu-item.highlight a, .genesis-nav-menu .menu-item.highlight a {
		background: #16b1b5;
		border: none;
		border-radius: 5px;
		line-height: 1;
		padding: 1rem 2rem 0.8rem;
		color: #ffffff;
	}


	.with-page-header .genesis-nav-menu .menu-item.highlight a {
		border: none;
	}

	.genesis-nav-menu .menu-item.highlight a:hover {
		background: #fff;
		color: #1a1a1a;
	}

	.genesis-nav-menu .sub-menu {
		width: 18rem;
		z-index: 99;
		background: #fff;
		-webkit-box-shadow: 0 2rem 2rem -0.05rem rgba(0,0,0,0.1);
		box-shadow: 0 2rem 2rem -0.05rem rgba(0,0,0,0.1);
		border-radius: 5px;
		opacity: 0 !important;
		margin-top: 0;
		position: absolute;
		left: 0;
		margin-left: 2rem;
		pointer-events: none;
		text-align: left;
		display: block !important;
	}

	.genesis-nav-menu > li .sub-menu:before {
		content: " ";
		position: absolute;
		top: -0.5rem;
		left: 1.6rem;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #fff;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		opacity: 1 !important;
		pointer-events: all;
	}

	.genesis-nav-menu > .menu-item:hover > .sub-menu {
		margin-top: -1rem;
	}

	.genesis-nav-menu .sub-menu li a {
		border-top: none;
		padding: 0.8rem 1.6rem;
		margin: 0;
		color: #1a1a1a;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu li {
		width: 100%;
	}

	.genesis-nav-menu .sub-menu li:first-child > a {
		padding-top: 1.6rem;
	}

	.genesis-nav-menu .sub-menu li:last-child a {
		padding-bottom: 1.2rem;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0 0 0 17.8rem;
		top: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu:before {
		display: none;
	}
}

/* Responsive Menu */

button.sub-menu-toggle,
button.menu-toggle {
	display: none;
	visibility: hidden;
	background: transparent !important;
	color: transparent;
}



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

	button.sub-menu-toggle,
	button.menu-toggle {
		display: block;
		visibility: visible;
	}

	.nav-primary,
	.nav-primary .sub-menu {
		width: 100%;
		display: none;
	}

	button.menu-toggle {
    display: block;
    float: right;
    background: none;
    padding:0;
    overflow: hidden;
    width: 90px;
    height: 50px;
    position: relative;
    font-family: "Hind", "Avenir", "Helvetica", arial;
    font-size: 18px;
    text-align: right;
    color: #1a1a1a;
}

	button.menu-toggle:hover,
	button.menu-toggle:active,
	button.menu-toggle:focus,
	button.sub-menu-toggle:hover,
	button.sub-menu-toggle:active,
	button.sub-menu-toggle:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	button.menu-toggle:before {
    	position: absolute;
    	color: #1a1a1a;
    	top: 0.8rem;
    	right: 5.8rem;
    	display: inline-block;
    	font-size: 3rem;
    	margin: 0 auto;
    	padding: 0;
	}

	button.menu-toggle.activated::before {
    	content: "\f2d7";
    	right: 5.8rem;
	}

	button.sub-menu-toggle {
		position: absolute;
		right: 0;
		top: 0;
		background: transparent;
		padding: 0 1.25rem 0;
	}

	button.sub-menu-toggle:before {
		color: #1a1a1a;
		font-size: 16px;
		padding: 14px 5px 14px;
		cursor: pointer;
	}

	button.sub-menu-toggle.activated:before {
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.nav-primary .genesis-nav-menu li {
		width: 100%;
	}

	li.moved-item-nav-primary-1 {
		display:none;
	}

	.nav-primary .genesis-nav-menu > li:first-child {
		margin-top: 20px;
	}

	.nav-primary .genesis-nav-menu li .sub-menu {
		margin: 0 0 0 24px;
		width: calc( 100% - 24px );
	}

	.nav-primary .genesis-nav-menu a {
		margin: 0 4rem 0 0;
		padding: 1rem 0;
	}

}

@media only screen and (max-width: 500px) {
	button.menu-toggle {
    	width: 90px;
		color:transparent;
	}

	button.menu-toggle:before {
    	top: 1rem;
    	right: 1.2rem;
	}

	button.menu-toggle.activated::before {
    	right: 1.5rem;
	}
}


@media only screen and (min-width: 1105px) {

	.nav-primary {
		text-align: right;
	}

	.nav-primary-1 {
		display: none !important;
	}

	li.moved-item-nav-primary-1 {
		display: none !important;
	}

	.bg-primary .nav-primary {
		padding-bottom: 22px;
	}

	.nav-primary .genesis-nav-menu > li > a {
		margin: 0 0 0 24px;
		padding: 3.5rem 0 2rem;
	}

	.nav-primary .genesis-nav-menu > li.left {
		float: left;
	}

	.nav-primary .genesis-nav-menu > li.menu-item-has-children > a:after {
	    top: 18px;
	}

	ul.genesis-nav-menu {
		margin-top: 10px;
	}
}


@media only screen and (min-width: 1105px) {

	.nav-primary .genesis-nav-menu > li > a {
		padding: 2rem 0;
		margin: -10px 0 0 23px;
	}
}

/* Sub Nav
 * ========================================================================== */

.nav-secondary {
	text-align: center;
	overflow: hidden;
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 99;
}

.nav-secondary .wrap {
	padding: 0;
}

.nav-secondary .genesis-nav-menu {
	padding: 1.6rem 0;
	margin-bottom: -1.6rem;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.nav-secondary .genesis-nav-menu li {
	list-style-type: none;
	display: inline-block;
	margin: 0 1rem;
	padding: 4px;
}

.nav-secondary ul li:first-child {
	margin-left: 5%;
	padding-left: 0;
}

.nav-secondary ul li:last-child {
	margin-right: 5%;
	padding-right: 0;
}

.nav-secondary .genesis-nav-menu li a {
	opacity: 0.8;
	padding: 2rem 0;
	margin: 0;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a {
	opacity: 1;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a:after {
	content: " ";
	border-bottom: 5px solid #333;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

@media only screen and (min-width: 800px) {
	.nav-secondary {
		width: 100%;
	}
}

@media only screen and (min-width: 1105px) {

	.nav-secondary .genesis-nav-menu li {
		margin: 0 12px;
	}

	.nav-secondary ul li:first-child {
		margin-left: 0;
	}

	.nav-secondary ul li:last-child {
		margin-right: 0;
	}
}


/* Pagination
 * ========================================================================== */

.pagination,
body.woocommerce-page nav.woocommerce-pagination {
	margin: 4rem auto;
	text-align: center;
}

.pagination.adjacent-entry-pagination {
	padding: 1rem 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.pagination.adjacent-entry-pagination .pagination-previous,
.pagination.adjacent-entry-pagination .pagination-next {
	float: none;
	text-align: center;
	padding: 2rem 0;
}

.pagination ul,
body.woocommerce-page nav.woocommerce-pagination ul {
	display: inline-block;
}

.pagination li,
body.woocommerce-page nav.woocommerce-pagination ul li {
	border-radius: 0;
	margin: 2px;
	list-style-type: none;
	display: block;
	float: left;
}

.pagination .pagination-omission {
	border: 0;
}

.pagination:not(.adjacent-entry-pagination) li a {
	display: block;
	padding: 1rem 1.5rem 0.8rem;
	text-decoration: none;
	color: #1a1a1a;
	border-radius: 5px;
	background: transparent;
}

.pagination li a:hover,
.pagination li.active a,
body.woocommerce-page nav.woocommerce-pagination ul li span.current {
	/* background: #1db3e2; */
	background: #16b1b5;
	color: #fff;
}

@media only screen and (min-width: 800px) {
	.pagination.adjacent-entry-pagination .pagination-previous {
		float: left;
		text-align: left;
		padding: 2rem 0;
	}

	.pagination.adjacent-entry-pagination .pagination-next {
		float: right;
		text-align: right;
		padding: 2rem 0;
	}
}

/* Gravity Form Contact Page
 * ========================================================================== */

.gform_wrapper {
	float: left !important;
}

.gform_wrapper .gfield_required {
	color: #16b1b5 !important;
}

.gform_wrapper label.gfield_label {
	font-size: 1.6rem !important;
}

.gform_button {
    font-size: 17px !important;
}

#gform_wrapper_1 {
	display: block !important;
}

#gform_wrapper_2 {
	display: block !important;
}

/* Genesis Simple Share Plugin
 * ========================================================================== */

.sharrre {
	border-radius: 5px;
	margin-right: 7px;
	line-height: 35px;
	vertical-align: middle;
}

.content .share-filled .googlePlus .share {
	background: #16b1b5 !important;
}

.content .share-filled .googlePlus:hover, .content .share-filled .facebook:hover, .content .share-filled .twitter:hover, .content .share-filled .pinterest:hover {
	background: #16b1b5 !important;
}

.content .share-filled .facebook .share {
	background: #16b1b5 !important;
}

.content .share-filled .twitter .share {
	background: #16b1b5 !important;
}

.content .share-filled .pinterest .share {
	background: #16b1b5 !important;
}

/* Background Images and Colors
 * ========================================================================== */

.with-background-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}

.with-background-image:after {
	-ms-filter: "alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.30;
}

.bg-primary,
.bg-primary a {
	color: #fff;
}

[class*="bg-"],
[class*="bg-"] .wrap {
	position: relative;
	z-index: 3;
}

.bg-primary:after,
.bg-light-gray:after {
	content: " ";
	display: inline;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.bg-primary:after {
	background: #1a1a1a;
}

.bg-light-gray:after {
	background: #dcdcdc;
}

.product_meta {
	display:none;
}

.woocommerce div.product form.cart {
	margin-bottom: 0;
}

/* Page Header
 * ========================================================================== */

.page-header {
	padding: 8rem 0;
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #1a1a1a;
}

.page-header h1,
.page-header .author-box-title {
	line-height: 1.2;
	font-size: 40px;
	display: inline-block;
}

.page-header h1:last-child {
	margin-bottom: 0;
}

.page-header p {
	font-size: 2.4rem;
	max-width: 74rem;
	margin-left: auto;
	margin-right: auto;
}

.page-header p:last-child {
	margin-bottom: 0;
}

.page-header a:not(.button) {
	opacity: .5;
}

.page-header a:hover:not(.button) {
	opacity: 1;
}

@media only screen and (min-width: 800px) {

	.page-header {
		padding: calc(7% + 10.8rem) 0 7%;
	}

	.home .page-header {
		padding: calc(10% + 10.8rem) 0 10%;
	}

	.page-header h1,
	.page-header .author-box-title {
		font-size: 6rem;
	}

	.page-header .entry-meta {
		font-size: 1.6rem;
	}

}


/* Archives
 * ========================================================================== */

.archive-description {
	border-bottom: 1px solid #dcdcdc;
}

/* Entries
 * ========================================================================== */

.entry {
	margin-bottom: 1em;
}

.entry-content {
	font-size: 1.8rem;
}

.page-template-page_blog .entry,
.blog .entry,
.archive .entry:not(.product),
.single-post .entry {
	padding: 2rem 0 2rem;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}

.search .entry {
	padding: 2rem 0 2rem;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}


.page-template-page_blog .entry:last-child,
.blog .entry:last-child,
.archive .entry:last-child {
	border-bottom-width: 0px;
}

.single-post .entry:first-child {
	padding: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.page-template-page_blog .blog-template-description {
	display: none;
}

.entry-title a {
	color: #1a1a1a;
}

.entry-content ol,
.entry p,
.entry-content p,
.author-box p,
.entry-content ul,
.entry ul,
.entry ol,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 1.5em;
	line-height: 2;
}

.entry-content ol,
.entry ol,
.entry-content ul,
.entry ul {
	margin-left: 4rem;
}

.single .entry-content p.intro,
.page:not(.page-template-page_blog) .entry-content p.intro {
    display: block;
    font-size: 2.4rem;
    font-weight: 300;
}

.single .entry-content p.intro:after,
.page .entry-content p.intro:after {
    content: " ";
    border-bottom: 1px solid #dcdcdc;
    margin: 4rem auto;
    display: block;
}

.post-image.entry-image {
	margin-bottom: 4rem;
}

body.blog .entry-content img, body.search .entry-content img {
	display: none;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 3rem;
}

.entry-content ol li,
.entry ol li {
	list-style-type: decimal;
}

.entry-content ul li,
.entry ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry ol ol,
.entry-content ul ul,
.entry ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 2rem;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

p.entry-meta {
	margin-bottom: 1rem;
}

/* Entry Grid
 * ========================================================================== */

.showcase-entry-grid .entry {
	overflow: hidden;
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding: 0;
	position: relative;
	text-align: center;
	border: 0;
}

.showcase-entry-grid .entry:hover {
	-webkit-transform: translateY(-0.5rem);
	    -ms-transform: translateY(-0.5rem);
	        transform: translateY(-0.5rem);
	-webkit-box-shadow: 0 2rem 2rem -1rem rgba(0,0,0,0.25);
	        box-shadow: 0 2rem 2rem -1rem rgba(0,0,0,0.25);
}

.showcase-entry-grid .entry a {
	border: 0;
	overflow: hidden;
	color: #fff;
}

.showcase-entry-grid .entry img {
	display: block;
}

.overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 0;
}

.overlay:hover {
	-ms-filter: "alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.overlay-inner  {
	width: 100%;
	height: 100%;
	display: table;
	overflow: hidden;
}

.overlay-details {
	display: table-cell;
	padding: 1.6rem;
	vertical-align: middle;
	position: relative;
	z-index: 3;
}

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

	.showcase-entry-grid {
		margin-left: -1rem;
		margin-right: -1rem;
		width: calc( 100% + 2rem );
	}

	.showcase-entry-grid .entry {
		width: calc( 50% - 2rem );
		float: left;
		margin: 1rem;
	}
}


/* Widget Areas
 * ========================================================================== */

.sidebar .widget {
}

.sidebar .widget:last-child {
	border-bottom: 0;
	margin-top: 10px;
}

.widget-area ul li {
	list-style-type: none;
	margin-bottom: 1.6rem;
}

/* Before Footer Widget Area
 * ========================================================================== */

.contact-print {
	display: none;
}

.before-footer {
	background: #f7f6f7;
	padding: 5rem 0;
}

@media only screen and (min-width: 800px) {

	.before-footer {
		padding: 4rem 0;
	}

	.before-footer .enews form {
		margin-left: -1rem;
		margin-right: -1rem;
		width: calc( 100% + 2rem );
	}

	.before-footer .enews form input {
		margin: 0 1rem;
		width: calc( 25% - 2rem );
		float: left;
	}
}

.simple-social-icons li.ssi-facebook a {
	background-color: #3b5998 !important;
}

.simple-social-icons li.ssi-instagram a {
	background-color: black !important;
}

.simple-social-icons li.ssi-twitter a {
	background-color: #00aced !important;
}

.simple-social-icons li.ssi-phone a {
	background-color: orangered !important;
}


/* Footer Widgets
 * ========================================================================== */

.footer-widgets {
	padding: 5rem 0;
	background: url(images/footer-background2.jpg) repeat;
	color: white;
	font-size: 16px;
}

.footer-widgets .textwidget p {
	padding: 0;
	margin: 0;
}

.footer-widgets a:not(.button) {
	color: #ffffff;
	opacity: 1;
}

.footer-widgets a:not(.button):hover {
	opacity: 1;
}

.footer-widgets a:focus, .footer-widgets a:hover {
  text-decoration: underline;
  color: #000;
}

.footer-widgets .widgettitle {
	opacity: 1;
	text-transform: none;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 2.5rem;
}

.footer-widgets .simple-social-icons ul {
	margin-top: 1rem !important;
}

.footer-widgets .simple-social-icons ul li {
	margin: 0px 2rem 1.2rem 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
	padding: 8px !important;
	border: 0px !important;
	font-size: 20px !important;
	opacity: 1 !important;
}

@media only screen and (min-width: 800px) {

	.footer-widgets .widgettitle {
		margin-bottom: .5rem;
	}

	.footer-widgets .widget-area {
		width: 22.413793103448%;
		margin-left: 3.448275862069%
	}

	.widget-area.footer-widgets-3.footer-widget-area {
		margin-right: 0 !important;
	}

	.footer-widgets .widget-area .footer-widgets-1 {
		float:left;
	}

	.footer-widgets-2 .textwidget, .footer-widgets-3 .textwidget, .footer-widgets-4 .textwidget {
		line-height: 2.3;
		opacity: .6;
	}

	.footer-widgets .widget-area .footer-widgets-3 {
		margin-right: 0;
	}

	.footer-widgets {
		text-align: left;
    }


	ul.testimonials-list li img {
		margin-top: 2rem !important;
	}
}

@media only screen and (max-width: 800px) {
	.widget-area.footer-widget-area {
		margin-bottom: 2em;
	}

	.footer-widgets .widgettitle {
		margin-bottom: .75rem;
		font-size: 1.8rem;
		font-size: 18px;
	}

	.footer-widgets {
		padding: 4em 0 2em;
		font-size: 18px;
	}

}



/* Site Footer
 * ========================================================================== */

.site-footer {
	background: url(images/footer-background.jpg) repeat;
	text-align: center;
	color: #ffffff;
	opacity: 1;
	padding: 1rem 0;
}

.site-footer .wrap {
	opacity: .5;
}

.site-footer a {
	text-decoration: underline;
	color: #ffffff;
}

.site-footer p {
	margin-bottom: 0;
}

/* # Scroll to Top Button
---------------------------------------------------------------------------------------------------- */

.to-top {
	display:inline-block;
	height:50px;
	width:50px;
	position:fixed;
	bottom:40px;
	right:30px;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.05);
	        box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:rgba(22,177,181,1) url("images/up-arrow.png") no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	z-index: 2000;
	border-radius: 50%;
}


.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.5;
}

.no-touch .to-top:hover {
	background-color:#e86256;
	opacity:1;
}

/* Relocating Entry Title Below Header for Pages
--------------------------------------------- */

.entry-header-wrapper {
	padding: 80px 0;
	width: 100%;
	height: 550px;
	float: left;
	margin-top:0;
}

.backstretch-item img {
	top: 0 !important;
}

.entry-header-wrapper .entry-title {
	margin-bottom: 0;
}


.entry-header-wrapper h1 {
	color: #fff;
	text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
	.entry-header-wrapper {
		margin-top: 115px;
		height: 600px;
	}
}

/* Testimonial Page
 * ========================================================================== */

/* Masonry Container */
.test-page {
	margin: 1.5em auto;
	-webkit-column-gap: 1.5em;
	column-gap: 1.5em;
}

/* Masonry Brick */
.testimonial {
	padding: 1em;
	margin: 0 0 1.5em;
	width: 100%;
	clear: both;
	display: inline-block;
}

.testimonial blockquote {
	text-align:left;
	padding-left: 0;
	border-left: none;
	margin-top: -15px;
}

.testimonial img {
    margin: 2rem auto;
    border-radius: 80px;
}

.testimonial:nth-child(odd) {
	background: #f0f0f0;
}

.testimonial:nth-child(even) {
	background: #16b1b5;
}

.testimonial:nth-child(even) p{
	background: #16b1b5;
}

.quote {
	font-size: 6rem;
}

.quote:nth-child(odd) {
	color: #00ff00;
}

.quote:nth-child(even) {
	color: #fff;
}

.test-person {
	font-size: 1.4rem;
	float: left;
	width: 100%;
	line-height: 1;
}

.test-location {
	margin-top:-5px;
	font-size: 1.4rem;
	line-height: 1;
}

/* Masonry on large screens */
@media only screen and (min-width: 1024px) {
  .test-page {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

/* Masonry on medium-sized screens */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .test-page {
	-webkit-column-count: 2;
    column-count: 2;
  }
}

/* Masonry on small screens */
@media only screen and (max-width: 767px) and (min-width: 540px) {
  .test-page {
    -webkit-column-count: 1;
	column-count: 1;
  }
}

.ionicons.ion-ios-quote::before {
	content:'\f347';
	font-family:ionicons;
	color: #16b1b5;
	font-size: 4rem;
	float:left;
	margin-top: 2rem;
}

.ionwhite::before {
	color: #fff !important;
}

/* Testimonial Page
 * ========================================================================== */

#sb_instagram .sbi_follow_btn a {
	background: #16b1b5 !important;
}


/* Sara Page
 * ========================================================================== */

.vlp-link-container {
	width: 100%;
	padding: 15px !important;
	flex-direction: column;
}

.vlp-template-default {
	margin: 10px 0 !important;
}

h2.feature-header {
	display: flex;
	width: 100%;
	margin-top: 40px;
}

h2.feature-header:first-of-type {
    margin-top: 0;
}

@media only screen and (min-width: 767px) {
	.vlp-link-container {
		padding: 30px !important;
		width: 48%;
	}

	.vlp-template-default {
		margin: 10px 10px 10px 0 !important;
	}
}

@media only screen and (min-width: 980px) {
	.vlp-link-container {
		padding: 30px !important;
		width: 32%;
	}

	.vlp-template-default {
		margin: 10px 10px 10px 0 !important;
	}
}

.vlp-template-default .vlp-link-title {
	line-height: 1.3 !important;
	margin-bottom: 10px !important;
	padding-right: 0 !important;
}

.vlp-template-default .vlp-link-image {
	padding-right: 0 !important;
}

.vlp-link-image-container {
	margin-bottom: 30px;
	float: left;
	/* width: 50%; */
}

.vlp-link-text-container {
	float: left;
	/* width: 50%; */
}

body.page-id-2024 .entry-content p{
	margin: 0 !important;
}

body.page-id-2024 .entry-content {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

@media only screen and (max-width: 450px) {
	.vlp-link-text-container {
		margin-top: 20px;
	}
}


/* WooCommerce Header Search
 * ========================================================================== */

.site-header > .wrap {
    position: relative;
}

.toggle-header-search {
    display: block;
    margin-left: 10px;
    padding: 3.5rem 0 2.5rem;
    color: #000;
    line-height: 1;
}

@media only screen and (min-width: 1105px) {
    .nav-search {
		display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
		-webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
		-webkit-box-pack: end;
            -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .toggle-header-search {
        margin-left: 40px;
		padding: 2rem 0;
    }

    .home .toggle-header-search {
        color: #000;
    }
}

.home.header-scroll .toggle-header-search {
    color: #000;
}

.header-search-wrap {
    display: none;
    padding: 0 4%;
}

.js .header-search-wrap {
    position: absolute;
    z-index: 1001; /* Show above the menu toggle button */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: none;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.js .header-search-wrap .search-form,
.js .header-search-wrap input[type="search"],
.js .header-search-wrap .woocommerce-product-search,
.js .header-search-wrap .woocommerce-product-search input[type="search"] {
    height: 100%;
}

.search-visible .header-search-wrap {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.header-search-wrap:target {
    display: block;
    clear: both;
    position: relative;
}

.header-search-wrap input[type="search"] {
    padding: 1rem 2.8rem 0.9rem 2.8rem;
    border: 0;
    border-radius: 0;
}

.header-search-wrap .woocommerce-product-search input[type="search"] {
    font-size: 1.6rem;
}

.header-search-wrap .woocommerce-product-search button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-color: transparent;
    background: transparent;
    text-indent: -9999px;
}

.header-search-wrap input[type="submit"]:focus {
    right: 50px;
    margin-top: 1px;
    padding: 20px;
    border-radius: 3px;
}

.js .toggle-header-search.close:focus {
    outline: 0;
}

.toggle-header-search.close {
    position: absolute;
    z-index: 100;
    top: -4px;
    right: 4%;
    width: 30px;
    height: 100%;
    padding: 0;
    color: #000;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: translate3d(-6px,0,0);
    transform: translate3d(-6px,0,0);
}

.header-search-wrap:target .toggle-header-search.close {
    -webkit-transform: none;
    transform: none;
}

.toggle-header-search .ionicons {
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-transform: scale(2);
    transform: scale(2);
}

.toggle-header-search.close .ionicons {
    position: absolute;
    top: calc(50% - 5px);
    right: 50%;
    -webkit-transform: scale(3);
    transform: scale(3);
}

.site-header .search-form {
    float: none;
    width: 100%;
    margin: 0;
}

@media only screen and (max-width: 1104px) {
    button.menu-toggle {
        display: inline-block;
        float: none;
        position: absolute;
        right: 70px;
    }

    .toggle-header-search {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 40px;
        padding: 17px 0;
    }

    .header-search-wrap input[type="search"] {
        padding: 1rem 0 0.9rem 0;
    }
}


@media only screen and (max-width: 400px) {
	.toggle-header-search {
        right: 20px;
        padding: 20px 0;
    }

	button.menu-toggle {
        right: 40px;
    }
}

/* Portfolio Pages
 * ========================================================================== */

.client-logos {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: 150px; /* tallest cell in the grid to set the height for all rows */
    -ms-grid-columns: auto auto auto auto;
    grid-gap: 40px;
    grid-template-columns: auto auto auto auto;
}

.entry-content ul.client-logos {
    margin-left: 0;
}

ul.client-logos > li,
.entry-content ul.client-logos > li {
    list-style-type: none;
}

.client-logos > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.client-logos > li img {
    align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
}

@media only screen and (max-width: 1200px) {
    .client-logos > li {
        border: none;
    }
}

@media only screen and (max-width: 767px) {
    .client-logos {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media only screen and (max-width: 400px) {
    .client-logos {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
	display:none;
}


/* Post print and SM styles
 * ========================================================================== */

:focus {
	outline-color: transparent;
	outline-style: none;
}

.page-tools-container {
	overflow: hidden;
	margin: 0 auto 3rem;
	max-width: 120rem;
	padding: 0 5%;
}

@media only screen and (max-width: 1200px) {
	.page-tools-container {
        display:none;
    }
}

.page-tools {
	float: right;
}

button.print {
	display: block;
	width: 90px;
	height: 35px;
	padding: 0;
	border-radius: 7px;
	background-color: #a9a9a9;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	color: #ffffff;
	font-weight: 600;
}

.product-type-variable button.print {
	display: none;
}

button.print:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media only screen and (max-width: 800px) {
	button.print {
        display: none;
    }

}

.ion-ios-printer-outline::before {
	color: #ffffff !important;
	font-size: 2rem;
}

.product-print {
	margin: 15px 0 30px;
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
}

/* Print Styles
 * ========================================================================== */

@media print {

	body {
		border: 1px solid black;
	}

	.page-tools-container {
		display: none;
	}

	.site-header, .header-image .site-header {
		display: none !important;
	}

	.logo-print {
		display: inline !important;
		padding: 0 40px 0 !important;
		float: left !important;
	}

	ul#menu-primary-navigation {
		display: none !important;
	}

	.toggle-header-search {
		display: none !important;
	}

	.site-inner {
		padding: 0 !important;
	}

	.summary h1 {
		font-size: 2.5rem !important;
	}

	.summary h2 {
		font-size: 2rem !important;
	}

	.up-sells {
		display: inline !important;
	}

	.up-sells h2 {
		float: left !important;
		width: 100% !important;
		font-size: 2rem !important;
	}


	.woocommerce div.product div.images {
		margin-bottom: .5em !important;
	}

	.woocommerce .products ul, .woocommerce ul.products {
		margin: 0 !important;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: .5em !important;
	}

	.woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
		font-size: 1.4rem !important;
	}

	.np {
		display: none !important;
	}

	.sidebar-primary {
		display: none !important;
	}

	.product-print {
		display: none !important;
	}

	#ivpa-content .ivpa_attribute .ivpa_term.ivpa_hover .ivpa_tooltip {
		display: none !important;
	}

	.woocommerce-tabs.wc-tabs-wrapper {
		display: none !important;
	}

	body.single .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		height: 150px !important;
	}

	.prdctfltr-widget .prdctfltr_wc {
		display: none !important;
	}

	.contact-print {
		display: block !important;
		float: left !important;
		width: 100% !important;
		text-align: center !important;
		/* margin: 40px 0 20px !important; */
		font-size: 1.2rem !important;
	}

	body.single-product .site-inner .wrap {
		margin: 0 !important;
	}


	#before-footer {
		display: none !important;
	}

	.site-footer {
		display: none !important;
	}
	.footer-widgets {
		display: none !important;
	}
	.woocommerce div.product div.images .flex-control-thumbs {
		display: none !important;
	}

	.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
		display: none !important;
	}

	#ivpa-content .ivpa_attribute.ivpa_image .ivpa_term.ivpa_active {
		width: 36px !important;
	}
}

.woocommerce-loop-product__title
{
  -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
}

/* Not show certain slides on mobile
 * ========================================================================== */

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

	.soliloquy-item.soliloquy-item-7.soliloquy-id-1355.soliloquy-image-slide {
		display:none !important;
	}

	.soliloquy-item.soliloquy-item-5.soliloquy-id-1355.soliloquy-image-slide {
		display:none !important;
	}

	.soliloquy-item.soliloquy-item-1.soliloquy-id-1355.soliloquy-image-slide {
		display:none !important;
	}

	.soliloquy-item.soliloquy-item-3.soliloquy-id-1355.soliloquy-image-slide {
		display:none !important;
	}
}
