/***************************************************************************************
Theme Name: ExciteMedia Theme
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.4.2
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
***************************************************************************************/

.menu-item-63733 {
    display: none;
}


/******************************************
 GENERAL STYLES
******************************************/
/* Font Faces - BEGIN */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:500&display=swap');
@font-face {
  font-family: 'avenir';
  src:
	  url('library/fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
	  url('library/fonts/Avenir-Medium.woff') format('woff'),
	  url('library/fonts/Avenir-Medium.ttf')  format('truetype'),
	  url('library/fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'avenir';
  src:
  	url('library/fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),
  	url('library/fonts/Avenir-Book.woff') format('woff'),
  	url('library/fonts/Avenir-Book.ttf')  format('truetype'),
  	url('library/fonts/Avenir-Book.svg#Avenir-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* Ad Temporary Styles */
.mmt-custom-flight::before {
	color: #212121;
	content: "ARTICLE CONTINUES AFTER AD";
	font-family: 'avenir';
	font-size: 12px;
	font-weight: 500;
	left: 0;
	letter-spacing: 0.08em;
	position: absolute;
	right: 0;
	text-align: left;
	top: -46px;
}
.mmt-custom-flight {
	border-bottom: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	margin: 90px 0 70px !important;
	padding: 60px;
	position: relative;
}

/* Font Faces - END */

html {
	font-size: 100% !important;
}

body {
	background-color: #F9F7F6;
	color: #212121;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5em;
}
body.inner {
	line-height: 1.75em;
}
h1, h2, h3, h4, h5, h6 {
	color: #534F4F;
	font-family: "clarendon-urw", serif;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 12px;
	padding: 0;
	text-rendering: optimizelegibility;
}
/* fz-55 */
h1 {
	font-size: 3.4375rem;
	line-height: 3.4375rem;
}
/* fz-38 */
h2 {
	font-size: 2.375rem;
	line-height: 3.125rem;
}
/* fz-32 */
h3 {
	font-size: 2rem;
	line-height: 2rem;
}
/* fz-28 */
h4 {
	font-size: 1.75rem;
}
/* fz-21 */
h5 {
	font-size: 1.4rem;
}
/* fz-18 */
h6 {
	font-size: 1.125rem;
}
a {
	color: #212121;
	outline: none;
	text-decoration: none;
}
a, a:before, a:after {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover {
	color: #818181;
	text-decoration: underline;
}
a, a:link, a:hover, a:active, a:focus, a:visited:link {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
	border: 0;
	max-width: 100%;
	position: relative;
	width: auto\9;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img:not(.ls-bg) {
	height: auto !important;
}
img:before {
	background-color: #efefef;
	border: 2px dotted rgb(200, 200, 200);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	height: 100px;
	width: 100%;
}
img:after {
	color: rgb(100, 100, 100);
	content: "\f127" " Broken Image of " attr(alt);
	display: block;
	font-size: 16px;
	font-style: normal;
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
img:-moz-loading:after,
img:-moz-loading:before {
  visibility: hidden;
}
img.cke_wordpress_more {
	height: 10px !important;
}
p {
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 0;
}
table {
	margin: 20px 0;
}
hr {
	background-color: transparent;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid rgba(211,211,211,.5);
	color: transparent;
	height: 1px;
	margin: 68px 0;
}
::-webkit-input-placeholder { opacity: 1; }
::-moz-placeholder { opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { opacity: 1; filter:alpha(opacity=100); } /* ie */
input:-moz-placeholder { opacity: 1; }
iframe {
	max-width: 100%;
}
#post-not-found {
	padding-top: 30px;
	text-align: center;
}
.em-googlemap,
.acf-map {
	position:relative;
}
.overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.twenty20 {
	max-width: 100%;
}
.extra-content,
.mainbody {
	padding: 95px 0 55px;
}
body {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
blockquote {
	border-left: 7px solid #ADC3C0;
	color: #534F4F;
	font-size: 1.5rem;
    line-height: 1.375em;
	margin: 50px 0 50px -82px;
	padding-left: 39px;
}
.main-content article ul li {
    margin-bottom: 15px;
    margin-top: 15px;
}
.video-box {
	height: auto;
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 57.25%;
	position: relative;
}
.video-box iframe,
.video-box object,
.video-box embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}



/******************************************
REVIEWS
******************************************/

ul.tabs.wc-tabs{
	display: none;
}

.single-product #reply-title {
    border-radius: 4px;
    padding: 10px 15px;
    cursor: pointer;
    background: #BCADA7;
    color: #fff;
    font-weight: bold;
}

.ewd-urp-review-form,
.single-product #commentform {
    display: none;
    margin-top: 10px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 15px 20px 48px 20px;
}
/******************************************
 CONTENT PANELS
******************************************/
/* Content Panel default settings */
.extra-content,
.extra-content-col-inner {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Custom width container */
.container-custom-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

/* Use Divup plugin to create boostrap grid in the WP editor */
.divup-wrap.row .div-1 {
	display: none;
}

/* More support for Bootstrap Grid */
.align-items-stretch .extra-content-col-inner {
    height: 100%;
}

.post-views {
    display: inline-block;
}


/******************************************
 TYPOGRAPHY
******************************************/
.font-100 {
	font-weight: 100;
}
.font-200 {
	font-weight: 200;
}
.font-300 {
	font-weight: 300;
}
.font-400 {
	font-weight: 400;
}
.font-500 {
	font-weight: 500;
}
.font-600 {
	font-weight: 600;
}
.font-700 {
	font-weight: 700;
}
.font-800 {
	font-weight: 800;
}
.font-900 {
	font-weight: 900;
}
.fz-65 {
	font-size: 4.0625rem;
	line-height: 3.4375rem;
}
.fz-24 {
	font-size: 1.5rem;
	font-weight: 400;
}
.fz-30 {
	font-size: 1.5rem;
	line-height: 50px;
}
.fz-18 {
	font-size: 1.125rem;
}
.fz-16 {
	font-size: 1rem;
}
.fz-14 {
	font-size: 0.875rem;
}
.text-gray {
	color: #9D918C;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #DBDBDB;
	color: #212121;
	display: inline-block;
	font-family: inherit;
	font-weight: inherit;
	font-size: 1rem;
	margin: 0;
	max-width: 100%;
	padding: 6px 15px;
	outline: none;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium,
div.gform_wrapper .left_label input.medium, div.gform_wrapper .left_label select.medium,
div.gform_wrapper .top_label input.large, div.gform_wrapper .top_label select.large,
div.gform_wrapper .left_label input.large, div.gform_wrapper .left_label select.large {
	height: 49px;
	width: 100%;
}
input[type="password"] {
	letter-spacing: 0.3em;
}
textarea,
.gform_wrapper .top_label textarea.textarea,
.gform_wrapper textarea.textarea {
	height: 289px;
	width: 100%;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
	background-size: 9px 5px;
	background-position: right .5rem center;
	background-repeat: no-repeat;
    padding: 0 1rem 0 5px;
}
.gform_wrapper .top_label input[type="file"].medium {
	font-size: inherit;
	font-weight: inherit;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 40px;
}
input[type="submit"], button,
.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce input.button,
div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],
div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
	background-color: #BCADA7;
	border: 2px solid #BCADA7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font: 700 1.0625rem/1.75rem 'Nunito Sans', sans-serif;
	padding: 18px 38px;
	text-align: center;
	text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	display: block;
}
input[type="submit"]:hover, button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce input.button:hover,
div.gform_wrapper .gform_footer input.button:hover, div.gform_wrapper .gform_footer input[type="image"]:hover, div.gform_wrapper .gform_footer input[type="submit"]:hover,
div.gform_wrapper .gform_page_footer .button.gform_button:hover, div.gform_wrapper .gform_page_footer .button.gform_next_button:hover {
	background-color: #B5A6A1;
	color: #fff;
}

/******
SHOP -- COURSES AND EVENTS
******/

.shop-header {
	display: flex;
	place-content: space-between;
	place-items: center;
	margin-bottom: 71px;
	flex-wrap: wrap;
	gap: 12px;
}

.shop-header-courses {
	display: flex;
	place-items: center;
	display: none;
}

.shop-header-courses h2 {
  font-size: 1.5em;
}

.courses-and-events {
  margin-top: -3rem;
  margin-bottom: 48px;
}

.courses-and-events > h2 {
	margin-bottom: 24px;
}

.courses-and-events-inner {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
}

.courses-and-events-panel img {
	aspect-ratio: 4/3;
	object-fit: cover;
	width: 100%;
}

.courses-and-events-panel h2 {
	padding-top: 24px;
	font-size: 1.3125rem;
	font-weight: 400;
	line-height: 130%;
}

a.em-button,
span.em-button {
	background-color: #BCADA7;
	border: 2px solid rgba(0,0,0,0);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font: 700 1.0625rem/1.75rem 'Nunito Sans', sans-serif;
	padding: 18px 38px;
	text-align: center;
	text-decoration: none;
}
a.em-blue-background {
	background-color: #166988;
}
a.em-blue-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #009ED2;
	color: #166988;
}
a.em-white-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #fff;
	color: #fff;
}
a.em-white-background {
	background-color: #fff;
	color: #3E4047;
}
a.em-black-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #272525;
	color: #272525;
}
a.em-black-background {
	background-color: #272525;
	color: #fff;
}
a.em-brown-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #BCADA7;
	color: #BCADA7;
	padding-bottom: 15px;
	padding-top: 15px;
}
a.em-red-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #ED1B24;
	color: #ED1B24;
}
a.em-red-background {
	background-color: #ED1B24;
	color: #fff;
}
a.em-rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.em-button:hover {
	background-color: #B5A6A1;
	color: #fff;
	text-decoration: none;
}
a.em-blue-background:hover {
	background-color: #1d88af;
}
a.em-blue-border:hover {
	background-color: #166988;
	color: #fff;
}
a.em-white-border:hover,
a.em-white-background:hover {
	background-color: #B5A6A1;
	color: #fff;
}
a.em-black-border:hover,
a.em-black-background:hover {
	background-color: #B5A6A1;
	color: #fff;
}
a.em-brown-border:hover {
	background-color: #BCADA7;
	color: #ffffff;
}
a.em-red-border:hover {
	background-color: #ED1B24;
	color: #fff;
}
a.em-red-background:hover {
	background-color: #d4111b;
	color: #fff;
}
a.pdf-link:before, a.doc-link:before {
	font-family: FontAwesome;
	font-size: 30px;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: 0;
}
a.doc-link:before {
	content: "\f0f6";
}
a.pdf-link:before {
	content: "\f1c1";
}
a.pdf-link, a.doc-link {
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
    padding: 8px 0 6px 53px;
	position: relative;
}
a.hyper-link {
	background: url(library/images/icon-link@2x.png) no-repeat 0 7px;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
	font-weight: 500;
	padding: 0 0 0 32px;
	text-decoration: none;
}
p.testimonial {
	border-left: 7px solid #009ED2;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.54545455em;
	margin: 22px 0;
	padding-left: 25px;
}
.list-inline {
	list-style: none;
	margin-left: -8px;
	margin-right: -8px;
	padding-left: 0;
}
.list-inline li {
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: top;
}
.list-center {
	text-align: center;
}
.list-stack {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.list-stack li {
	display: block;
	margin: 50px 0;
}
.blue-dot,
.black-dot {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.blue-dot ul,
.black-dot ul {
	list-style: none;
	margin-left: 1rem;
	padding-left: 0;
}
.blue-dot li:before,
.black-dot li:before {
	background: #009ED2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 11px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 11px;
}
.black-dot li:before {
	background: #272525;
}
.blue-dot li,
.black-dot li {
	padding: 0 0 0 27px;
	position: relative;
}
.list-check-square,
.list-check {
	list-style: none;
	padding: 0;
}
.list-check-square li {
	background: url(library/images/check-square@2x.png) no-repeat 0 0.12em;
	-webkit-background-size: 21px auto;
	-moz-background-size: 21px auto;
	-o-background-size: 21px auto;
	background-size: 21px auto;
	margin: 1rem 0;
	padding-left: 30px;
}
.list-check li:before {
	color: #166988;
	content: "\f00c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0;
}
.list-check li {
	font-weight: normal;
	margin: 1rem 0;
	padding-left: 40px;
	position: relative;
}
.no-bullet {
	margin-left: 0;
	padding: 0;
}
.no-bullet li ul, .no-bullet li ol {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 0;
}
ul.square, ol.square {
	list-style-type: square;
}
ul.circle, ol.circle {
	list-style-type: circle;
}
ul.disc, ol.disc {
	list-style-type: disc;
}
ul.no-bullet, ol.no-bullet {
	list-style: none;
}
ul.d-xl-flex, ul.d-lg-flex, ul.d-md-flex, ul.d-sm-flex, ul.d-flex,
ol.d-xl-flex, ol.d-lg-flex, ol.d-md-flex, ul.d-sm-flex, ol.d-flex {
	list-style: none;
	margin: 26px -15px;
	padding: 0;
}
ul.d-xl-flex li, ul.d-lg-flex li, ul.d-md-flex li, ul.d-sm-flex li, ul.d-flex li,
ol.d-xl-flex li, ol.d-lg-flex li, ol.d-md-flex li, ul.d-sm-flex li, ol.d-flex li {
	padding: 0 15px;
}
ul.justify-content-center,
ol.justify-content-center {
    text-align: center;
}
table.table-style-1 {
	background: #0d294a5;
}
.table-style-1 td, .table-style-1 th {
	border-bottom: none;
	border-left: 1px solid #fff;
	border-right: none;
	border-top: 1px solid #fff;
	padding: 13px 15px 13px;
	text-align: left;
}
.table-style-1 th {
	background: #152e54;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.333333em;
}
.table-style-1 tr td:first-child, .table-style-1 tr th:first-child {
	border-left: none;
}
.table-style-1 tr:nth-child(2n) td {
	background: #e1e5ec;
}
code {
	background-color: #f8f8f8;
	border: 1px solid #dfdfdf;
	color: #333333;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	padding: 0 5px;
}
abbr, acronym {
	color: #222;
	cursor: help;
	font-size: 90%;
	text-transform: uppercase;
}
abbr {
	text-transform: none;
}
abbr[title] {
	border-bottom: 1px dotted #DDDDDD;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 24px;
}
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
img.alignright {
	display: inline;
	float: right;
	margin-left: 18px;
	margin-top: 4px;
}
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.mce-content-body img[data-wp-more] {
	height: 16px !important;
}

@media (max-width: 1400px) {
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	select,
	div.gform_wrapper .top_label input.medium,
	div.gform_wrapper .top_label select.medium,
	div.gform_wrapper .left_label input.medium,
	div.gform_wrapper .left_label select.medium,
	div.gform_wrapper .top_label input.large,
	div.gform_wrapper .top_label select.large,
	div.gform_wrapper .left_label input.large,
	div.gform_wrapper .left_label select.large,
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		height: 44px;
	}
	a.em-button,
	input[type="submit"], button,
	.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
	.woocommerce .cart .button, .woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],
	div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
		padding: 13px 30px 12px;
	}
	.jqTransformSelectWrapper div span,
	.jqTransformSelectWrapper a.jqTransformSelectOpen:before {
		line-height: 42px;
	}
	.jqTransformSelectWrapper a.jqTransformSelectOpen {
		width: 42px;
	}
}

@media (max-width: 1199.98px) {
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	select,
	div.gform_wrapper .top_label input.medium,
	div.gform_wrapper .top_label select.medium,
	div.gform_wrapper .left_label input.medium,
	div.gform_wrapper .left_label select.medium,
	div.gform_wrapper .top_label input.large,
	div.gform_wrapper .top_label select.large,
	div.gform_wrapper .left_label input.large,
	div.gform_wrapper .left_label select.large,
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		height: 40px;
	}
	a.em-button,
	input[type="submit"], button,
	.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
	.woocommerce .cart .button, .woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],
	div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
		padding: 11px 25px 10px;
	}
	.jqTransformSelectWrapper div span,
	.jqTransformSelectWrapper a.jqTransformSelectOpen:before {
		line-height: 38px;
	}
	.jqTransformSelectWrapper a.jqTransformSelectOpen {
		width: 38px;
	}

    /*
	 * Responsive Table
	*/

	/* Force table to not be like tables anymore */
	.notable-lg, .notable-lg thead, .notable-lg tbody, .notable-lg tfoot, .notable-lg tr, .notable-lg th, .notable-lg td {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.notable-lg thead tr, .notable-lg th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.notable-lg td {
		/* Behave like a "row" */
		border: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
		text-align: left;
		white-space: normal;
		width: 100% !important;
	}
	.notable-lg td:before {
		display: block;
		font-weight: bold;
		text-align:left;
		width: 100%;
		white-space: normal;
	}
	/* Label the data */
	.notable-lg td:before {
		content: attr(data-heading);
	}
}

@media (max-width: 991.98px) {
	a.pdf-link:after, a.doc-link:after {
		right: 0;
	}
	a.pdf-link, a.doc-link {
		padding-right: 40px;
	}

    /*
	 * Responsive Table
	*/

	/* Force table to not be like tables anymore */
	.notable-md, .notable-md thead, .notable-md tbody, .notable-md tfoot, .notable-md tr, .notable-md th, .notable-md td {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.notable-md thead tr, .notable-md th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.notable-md td {
		/* Behave like a "row" */
		border: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
		text-align: left;
		white-space: normal;
		width: 100% !important;
	}
	.notable-md td:before {
		display: block;
		font-weight: bold;
		text-align:left;
		width: 100%;
		white-space: normal;
	}
	/* Label the data */
	.notable-md td:before {
		content: attr(data-heading);
	}
}

@media (max-width: 767.98px) {
	/*
	 * Responsive Table
	*/

	/* Force table to not be like tables anymore */
	.notable, .notable thead, .notable tbody, .notable tfoot, .notable tr, .notable th, .notable td,
	.table-style-1, .table-style-1 thead, .table-style-1 tbody, .table-style-1 tfoot .table-style-1 tr, .table-style-1 th, .table-style-1 td,
	.table-style-2, .table-style-2 thead, .table-style-2 tbody, .table-style-2 tfoot, .table-style-2 tr, .table-style-2 th, .table-style-2 td,
	.shop_table, .shop_table thead, .shop_table tbody, .shop_table tfoot, .shop_table tr, .shop_table th, .shop_table td {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.notable thead tr, .notable th,
	.table-style-1 thead tr, .table-style-1 th,
	.table-style-2 thead tr, .table-style-2 th,
	.shop_table thead tr, .shop_table th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.table-style-2 tr {
		border-top: 1px solid #e5e5e5;
	}
	.table-style-2 tbody tr:first-child {
		border-top: none;
	}
	.notable td,
	.table-style-1 td,
	.table-style-2 td,
	.shop_table td {
		/* Behave like a "row" */
		border: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
		text-align: left;
		white-space: normal;
		width: 100% !important;
	}
	.notable td:before,
	.table-style-1 td:before,
	.table-style-2 td:before,
	.shop_table td:before {
		display: block;
		font-weight: bold;
		text-align:left;
		width: 100%;
		white-space: normal;
	}
	/* Label the data */
	.notable td:before,
	.table-style-1 td:before,
	.table-style-2 td:before,
	.shop_table td:before {
		content: attr(data-heading);
	}

	/* Custom Style */
	.shop_table tr {
		border-top: 1px solid #e5e5e5;
	}
	.shop_table tbody tr:first-child {
		border-top: none;
	}
	.table-style-1 td,
	.table-style-2 td,
	.shop_table td {
		padding: 0 10px 10px !important;
		width: auto !important;
	}
	.shop_table td {
		border-top: none !important;
	}
	.table-style-1 tr td:first-child,
	.table-style-2 tr td:first-child,
	.shop_table tr td:first-child, .shop_table tr th:first-child {
		padding-top: 10px !important;
	}
	.product-remove {
		line-height: 0.9em;
	}
	.list-check li {
		padding-left: 27px;
	}
	.list-check-square li {
		-webkit-background-size: 16px auto;
		-moz-background-size: 16px auto;
		-o-background-size: 16px auto;
		background-size: 16px auto;
	}
	a.em-button,
	input[type="submit"], button,
	.woocommerce #respond input#submit.alt, .woocommerce a.button .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
	.woocommerce .cart .button, .woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"] {
		font-size: 1.25rem;
		line-height: 1em;
		padding-bottom: 10px;
		padding-top: 11px;
	}
}

@media (max-width: 641px) {
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: inherit;
		margin-bottom: 0;
	}
}

@media (max-width: 575.98px) {
	p.testimonial {
		border-left-width: 8px;
		padding-left: 15px;
	}
	a.pdf-link, a.doc-link {
		padding-left: 40px;
	}
}


/******************************************
 SIDEBAR
******************************************/
.main-sidebar ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-sidebar ul.menu > li {
	margin-bottom: 13px;
}
.main-sidebar ul.menu > li > a {
	background: #b8b8b8;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.006em;
	padding: 22px 15px 21px 20px;
	position: relative;
	text-decoration: none;
}
.main-sidebar ul.menu > li.current-menu-item > a, .main-sidebar ul.menu > li > a:hover {
	background: #152e54;
}


/******************************************
 IMAGE SCROLLER
******************************************/
.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
	margin-left: 18px;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
	margin-left: 0;
}
.em-image-slider {
	overflow: hidden;
}
.image-scrollbox > ul {
	*zoom: 1;
}
.image-scrollbox > ul:before,
.image-scrollbox > ul:after {
	content: "";
	display: table;
	line-height: 0;
}
.image-scrollbox > ul:after {
	clear: both;
}
.image-scrollbox > ul {
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
	width: 5000px;
}
.image-scrollbox > ul li {
	float: left;
	margin: 0 40px 0 0;
}


/******************************************
 ACCORDION
******************************************/
.accordion {
	margin: -20px 0 30px;
}
.accordion > p {
	display: none; /* Fix empty P tag */
}
h3.accordion-title:before {
	content: "\002B";
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1em;
	margin-top: -9px;
	position: absolute;
	right: 25px;
	top: 50%;
}
h3.accordion-title.open:before {
	content: "\2212";
}
h3.accordion-title {
	border: 2px solid #ED1B24;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 500;
	margin: 50px 0 0;
	padding: 30px 60px 30px 30px;
	position: relative;
}
h3.accordion-title.open {
	background: #009ED2;
	border-color: #009ED2;
	color: #fff;
}
.accordion-content {
	background: #F2F2F2;
	margin: 0;
	padding: 15px 40px;
}


/******************************************
 WP-TILES
******************************************/
div.tb-close-icon:before {
	line-height: 18px;
}
div.tb-close-icon {
	height: 18px;
	line-height: 18px;
	width: 18px;
}
div#TB_caption {
	height: auto;
	padding-left: 15px;
}


/******************************************
 FLEXSLIDER
******************************************/
.flexslider {
	background: none;
	border: none;
}
.flex-direction-nav {
	height: 0;
}
.flex-nav-prev {
	float: left;
}
.flex-nav-next {
	float: right;
}
.flex-direction-nav a:before {
	color: rgba(0,0,0,0.4);
	font-family: FontAwesome;
	font-size: 60px;
	line-height: 34px;
	text-indent: 0;
	text-shadow: none;
}
.flex-direction-nav .flex-nav-prev a:before {
	content: "\f104";
}
.flex-direction-nav .flex-nav-next a:before {
	content: "\f105";
}
.flex-direction-nav a:hover:before {
	color: rgba(0,0,0,1);
}
.flex-direction-nav a {
	font-size: 0;
	line-height: 0;
	opacity: 1 !important;
	outline: none;
	text-indent: -999em;
	width: 25px;
}
.flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
	left: 0;
}
.flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next{
	right: 0;
}
.flexslider .slides img {
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}


/******************************************
 NEXTGEN FLEXSLIDER
******************************************/
.flexslider.em-nextgen-flexslider {
	margin: 0;
}
.flexslider.em-nextgen-flexslider .slides > li {
	margin-right: 36px;
}

/******************************************
GRAVITY FORM
******************************************/
div.gform_wrapper {
	margin: 0;
	max-width: none;
}
div.gform_wrapper ul.gform_fields {
	margin: 0 -8px !important;
}
div.gform_wrapper ul.gform_fields li.gfield {
	margin: 12px 0 36px;
	padding: 0 8px !important;
}
div.gform_wrapper ul.gform_fields li.gfield.gf_right_half,
div.gform_wrapper ul.gform_fields li.gfield.gf_left_half {
	margin-bottom: 24px;
}
.gform_wrapper form li #extensions_message {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper .left_label .gfield_label {
	display: block;
	font-weight: inherit;
	margin: 0 0 4px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}
div.gform_wrapper .gform_footer {
	margin: 20px 0 0;
	padding: 0;
}
.ui-datepicker-title select {
	height: auto;
	width: auto;
}
body #fancybox-content .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 3px;
}
#fancybox-content div.gform_wrapper ul li.gfield {
	margin-bottom: 8px;
}
#fancybox-content .gform_wrapper textarea.medium {
	height: 100px;
}


/******************************************
 BLOG
******************************************/
.single-post .mainbody {
	padding-top: 90px;
}
.img-zoom {
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;

	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.img-zoom:hover {
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);

	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
.blog-description {
	margin-bottom: 30px;
}
.blog-heading {
	font-weight: 700 !important;
	margin-bottom: 25px;
}
.archive-title {
	font-size: 1.75rem;
	font-weight: 400 !important;
}
.archive h4.archive-title {
	display: none;
}
.post-list {
	list-style: none;
	padding: 0;
}
.post-list li {
	margin-bottom: 66px;
}
.post-list-date {
	font-size: 0.875rem;
	margin-bottom: 14px;
}
.post-list-date a {
	text-decoration: underline;
}
h2.entry-title {
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.post-list-thumbnail {
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
}
.post-list-thumbnail a.em-button {
	position: absolute;
	bottom: 0;
	right: 0;
}
.post-list-content p {
	margin-top: 0;
}
.post-list-content a.excerpt-read-more {
	display: none;
}
.post-list-title {
	margin-bottom: 15px;
}
.post-list-title h5 {
	font-size: 1.25rem;
	line-height: 1.6;
	margin-bottom: 0;
}
.post-list-title h5 a {
	text-decoration: none;
}
.post-image {
	margin: 15px 0;
}
.single-post .author-avatar img,
.single-video .author-avatar img{
	max-width: 46px;
	margin-right: 30px;
}
.single-post .bottom-bar hr,
.single-video    .bottom-bar hr{
	display: none;
}
.single-post #main,
.single-video #main {
	border-bottom: 1px solid rgba(112, 112, 112, 0.21);
	margin-bottom: 40px;
	padding-bottom: 58px;
}
.video-box {
    text-align: center;
}
.video-box iframe {
    width: 100%;
}
/*
.video-box + p {
    text-align: center;
}
*/
body.archive.category .blog-description h2 {
    font-size: 1.5rem;
    line-height: 1.5em;
    margin: 20px 0 !important;
}
.single-post .author-avatar p,
.single-video .author-avatar p {
	color: #191616;
	margin: 0;
}
.post-info {
	margin-top: 20px;
}
.post-info h6 {
	color: #4B4B4B !important;
	margin-top: 14px;
}
.post-heading {
	font-size: 2.375rem;
	font-weight: normal;
	line-height: 1.31578947em;
	margin-bottom: 30px;
	margin-top: 35px;
}
.post-thumb {
	margin-bottom: 20px;
}

/******************************************
 NAVIGATION
******************************************/
nav.main-nav ul.nav {
	*zoom: 1;
}
nav.main-nav ul.nav:before,
nav.main-nav ul.nav:after {
	content: "";
	display: table;
	line-height: 0;
}
nav.main-nav ul.nav:after {
	clear: both;
}
nav.main-nav ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.main-nav ul.nav > li {
	float: left;
	position: relative;
}
nav.main-nav ul.nav > li:first-child > a {
	padding-left: 0;
}
nav.main-nav ul.nav > li > a {
	color: #ffffff;
	display: block;
	font: normal 1rem/22px 'Nunito Sans', sans-serif;
	padding: 12px 18px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
nav.main-nav ul.nav > li.menu-item-has-children > a:after {
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	margin-left: 7px;
	margin-top: -2px;
	-webkit-transition: transform 0.25s ease;
	-moz-transition: transform 0.25s ease;
	-ms-transition: transform 0.25s ease;
	-o-transition: transform 0.25s ease;
	transition: transform 0.25s ease;
	vertical-align: middle;
}
nav.main-nav ul.nav > li.menu-item-has-children.menu-item-opened > a:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: FlipV;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a,
nav.main-nav ul.nav > li:hover > a,
nav.main-nav ul.nav > li.hover > a {
	/*font-weight: 700;*/
	text-shadow: 0px -1px 0px #FFF;
}
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a,
nav.main-nav ul.nav > li.menu-item-has-children:hover > a,
nav.main-nav ul.nav > li.menu-item-has-children.hover > a {
	background-color: #9D758B;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-shadow: 0px -1px 0px #FFF;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a {
	font-weight: 700;
}
nav.main-nav ul.nav li ul {
	background: #9d758b;
	left: 100%;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter:alpha(opacity=0);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
	visibility: hidden;
	width: 250px;
	z-index: 99;
}
nav.main-nav ul.nav li:hover > ul,
nav.main-nav ul.nav li.hover > ul {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
}
nav.main-nav ul.nav > li > ul {
	left: 0;
	top: 100%;
}
nav.main-nav ul.nav li ul li {
	border-top: 1px solid rgba(131,101,118,0.7);
	position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
	border-top: none;
}
nav.main-nav ul.nav li ul li a {
	color: rgba(255,255,255,0.7);
	display: block;
	font: normal 0.9375rem/22px 'Nunito Sans', sans-serif;
	padding: 17px 20px;
	text-decoration: none;
}
nav.main-nav ul.nav li ul li a:hover {
	background: #D3C4BE;
}
nav.main-nav ul.nav li ul li.current-menu-item > a,
nav.main-nav ul.nav li ul li.current-parent-item > a,
nav.main-nav ul.nav li ul li.current-menu-ancestor > a {
	background: #166988;
}


/******************************************
 SUPERFLY MENU
******************************************/
.sfm-rollback {
	display: none;
}
div.sfm-label-metro .sfm-navicon-button {
	background: rgba(0,0,0,0);
	right: 15px;
}
div.sfm-label-metro .sfm-navicon, div#sfm-mob-navbar .sfm-navicon, div.sfm-label-metro .sfm-navicon:after, div#sfm-mob-navbar .sfm-navicon:after, div.sfm-label-metro .sfm-navicon:before, div#sfm-mob-navbar .sfm-navicon:before {
	background: #000;
}
div#sfm-sidebar .sfm-menu li:after {
	background: #fff;
}
div#sfm-sidebar .sfm-menu li > a:before {
	background: #68B9BC;
}
#sfm-sidebar .sfm-menu li > a span {
	text-transform: none;
}
.sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:before, .sfm-sidebar-close:after {
	width: 28px;
}
.sfm-navicon {
	width: 28px;
}
.sfm-navicon-button {
	padding: 20px 8px;
}
/* Fix splash menu on page load, on Chrome */
div#sfm-sidebar {
	-webkit-transform: translate(375px,0);
    -moz-transform: translate(375px,0);
    -ms-transform: translate(375px,0);
    -o-transform: translate(375px,0);
    transform: translate(375px,0);
    -webkit-transform: translate3d(375px,0,0);
    -moz-transform: translate3d(375px,0,0);
    -ms-transform: translate3d(375px,0,0);
    -o-transform: translate3d(375px,0,0);
    transform: translate3d(375px,0,0);
}

/* TEXT COLOR */
.text-white {
	color: #ffffff;
}
.text-gray {
	color: #9D918C;
}

/* CUSTOM LISTS */
.heart-list {
	list-style: none;
	margin-top: 38px;
	padding-left: 0;
}
.heart-list li {
	background-image: url(library/images/icon-heart@2x.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	-webkit-background-size: 27px;
	background-size: 27px;
	padding-left: 57px;
	margin-bottom: 30px;
}
.heart-list-blue li {
	background-image: url(/wp-content/uploads/icon-heart_blue@2x.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	-webkit-background-size: 27px;
	background-size: 27px;
	padding-left: 57px;
	margin-bottom: 30px;
}
.heart-list-green li {
	background-image: url(/wp-content/uploads/icon-heart_green@2x.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	-webkit-background-size: 27px;
	background-size: 27px;
	padding-left: 57px;
	margin-bottom: 30px;
}
.heart-list-pink li {
	background-image: url(/wp-content/uploads/icon-heart_pink@2x.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	-webkit-background-size: 27px;
	background-size: 27px;
	padding-left: 57px;
	margin-bottom: 30px;
}

.heart-list li strong {
	margin-bottom: 10px;
}
.heart-list li p {
	margin-bottom: 20px;
	margin-top: 0;
}
.links {
	list-style: none;
	padding-left: 0;
}
.links li {
	background-image: url(library/images/icon-link-symbol@2x.png) !important;
	background-position: left 4px;
	background-repeat: no-repeat;
	-webkit-background-size: 18px;
	background-size: 18px;
	padding-left: 53px;
	margin-bottom: 20px;
}
.links li a {
	color: #534F4F;
	text-decoration: underline;
}
/******************************************
 LAYOUT STYLES
******************************************/
/*** Enter your style for global layout here ***/
/* SOCIAL MEDIA */
.et_monarch .et_social_5col li a {
	opacity: 0.6;
	padding-left: 10px;
}
.et_monarch .et_social_5col li a:hover {
	opacity: 1;
}
.et_monarch .et_social_networks {
	display: block;
}
.et_monarch .et_social_networks span.et_social_overlay {
	background: none;
}
.et_monarch .et_social_darken.et_social_top li:hover .et_social_icon,
.et_monarch .et_social_darken.et_social_left li:hover
.et_social_overlay,
.et_monarch .et_social_darken.et_social_circle li:hover .et_social_icon:before,
.et_monarch .et_social_slide.et_social_top li:hover .et_social_icon {
	background: none !important;
}
.et_monarch .et_social_networks div.et_social_count .et_social_count_label {
	display: none;
}
.et_monarch .et_social_networks .et_social_icon,
.et_monarch .et_social_networks .et_social_icon:before,
.et_monarch .et_social_networks .et_social_icon:after {
	height: 52px;
	line-height: 52px;
	width: 28px;
}
.et_monarch .et_social_left .et_social_network_label {
	margin-left: 30px;
	padding: 14px 14px 18px 0;
}
.et_monarch .et_social_left .et_social_network_label div {
	margin-left: 0;
}
.et_social_networks .et_social_icons_container .et_social_facebook {
	background-color: #8791A7;
}
.et_social_networks .et_social_icons_container .et_social_pinterest {
	background-color: rgba(173,99,102,.55);
}
.et_social_networks .et_social_icons_container .et_social_twitter {
	background-color: #A4C9D9;
}
.et_social_networks .et_social_icons_container .et_social_instagram {
	background-color: #A27FA8;
}
.et_social_networks .et_social_icons_container .et_social_mailchimp {
	background-color: #212121;
}
.et_social_networks .et_social_icons_container li a {
	color: #ffffff;
	opacity: 1;
}
.et_social_networks .et_social_icons_container li a i:after {
	display: none;
}

/* HOME PRODUCTS */
.home .woocommerce ul.products li .product-listing-title a {
	color: #ffffff;
}
.home .woocommerce ul.products li .product-list-des p {
	color: #ffffff;
}
.home .woocommerce ul.products li .product-list-info .price {
	color: #ffffff;
}
.home .woocommerce ul.products li .product-list-thumb img  {
	margin-bottom: 25px;
}
body.home .product-list-content {
	margin-bottom: 18px;
}
/* PRODUCTS */
.post-type-archive-product .mainbody {
	padding-top: 65px;
	padding-bottom: 0
}
.woocommerce-page ul.products .product-row {
	margin-bottom: 63px;
	padding-bottom: 50px;
	position: relative;
}
.woocommerce-page ul.products .product-row:before {
	background-color: #cccccc;
	bottom: 0;
	content: ' ';
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 100%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin: 0 2.5% 50px 0;
	width: 23.1%;
}
.woocommerce-page ul.products li.product {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
}
.woocommerce-page ul.products li.product .product-list-thumb img {
	border: none;
	margin-bottom: 0;
}
.woocommerce-page ul.products li.product .product-list-info {
	padding-top: 24px;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
	margin-right: 0;
}
.woocommerce ul.products li .product-listing-title {
	font-size: 1.3125rem;
	font-weight: 400;
	line-height: 130%;
}
.woocommerce ul.products li .product-listing-title a {
	color: #4B4B4B;
	text-decoration: none;
}
.woocommerce ul.products li .product-list-des p {
	color: #212121;
	line-height: 1.5rem;
	margin: 13px 0 10px;
}
.woocommerce ul.products li .product-list-info {
	position: relative;
	padding-bottom: 1px;
}
.woocommerce ul.products li .product-list-info .price {
	color: #4B4B4B;
	float: left;
	font-family: "clarendon-urw", serif;
	font-size: 1.125rem;
	font-weight: 700;
}
.woocommerce ul.products li .product-list-info .button {
	background-color: #ffffff;
	border: none;
	border-radius: 50%;
	bottom: 0;
	color: #4B4B4B;
	float: right;
	font-size: 1.75rem;
	height: 30px;
	margin-right: 26px;
	margin-top: 0;
	padding: 0;
	width: 30px;
}
.woocommerce .send-email {
	clear: both;
}

/* PRODUCT SINGLE */
.woocommerce.single-product .mainbody {
	padding-top: 115px;
}
.woocommerce div.product div.images img {
	max-width: 465px;
}
.woocommerce div.product .summary .product_title {
	font-size: 2rem;
	margin-bottom: 0;
	margin-top: -10px;
}
.woocommerce div.product .summary > .wcaiocc-switcher-dropdown {
	float: left;
	margin-top: 20px;
}
.woocommerce div.product .summary > .wcaiocc-switcher-dropdown .wcaiocc-text {
	margin: 0;
}
.woocommerce div.product .summary > .wcaiocc-switcher-dropdown select {
	background-color: #FBFBFB;
	background-image: url(library/images/arrow-down-light@2x.png);
	background-position: right 11px center;
	background-repeat: no-repeat;
	-webkit-background-size: 9px;
	background-size: 9px;
	border-color: #D8D8D8;
	border-radius: 5px;
	display: block;
	font-size: 0.875rem;
	height: 35px;
	margin-left: auto;
	margin-right: 0;
	max-width: 92px;
	padding-left: 20px;
	padding-right: 25px;
	width: 100%;
}
.woocommerce div.product .summary > span.price {
	display: none;
}
.woocommerce div.product .summary p.price {
	color: #4B4B4B;
	font-size: 1.4375rem;
	font-weight: 700;
}
.woocommerce div.product .summary > p.price {
	float: left;
	margin-bottom: 30px;
	margin-right: 20px;
	margin-top: 25px;
}
.woocommerce div.product .summary .product-detail-des {
	color: #4B4B4B;
	clear: both;
}
.woocommerce div.product .summary .product-detail-des p {
	color: #4B4B4B;
}
.woocommerce .single_variation_wrap {
	margin-top: 10px;
}
.woocommerce .single_variation_wrap:before {
	color: #4B4B4B;
	content: 'Version';
	display: block;
	font-family: "clarendon-urw", serif;
	font-size: 1.0625rem;
	padding-bottom: 9px;
}
.woocommerce .single_variation_wrap input[type="number"], .woocommerce .single_variation_wrap select {
	height: 53px;
}
.woocommerce div.product form.cart::before {
	clear: both;
}
.woocommerce div.product form.cart, .woocommerce div.product div.images {
	margin-bottom: 0;
}
.woocommerce div.product div.summary {
	margin-bottom: 25px;
}
.woocommerce div.product form.cart .variations td.label {
	display: none;
}
.woocommerce div.product form.cart .variations {
	float: left;
	margin: 0;
	margin-right: 9px;
	width: 38.1%;
}
.woocommerce .quantity .qty {
	width: 100%;
}
.woocommerce div.product .summary form.cart {
	/* float: right; */
	margin-top: 9px;
	/* width: 240px; */
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0;
    width: 35%;
}
.woocommerce div.product form.cart select {
	background-color: #FBFBFB;
	background-image: url(library/images/arrow-down-dark@2x.png);
	background-position: right 11px center;
	background-repeat: no-repeat;
	border-radius: 5px;
	-webkit-background-size: 11px;
	background-size: 11px;
	color: #4B4B4B;
	font-size: 1.0625rem;
	padding: 10px 25px;
}
.woocommerce.single-product div.product form.cart select {
	height: 53px;
}
.woocommerce div.product form.cart .quantity select {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.woocommerce div.product form.cart .button {
	border: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
    float: left;
    padding: 13px 20px 12px;
    vertical-align: middle;
    width: 65%;
}
.woocommerce div.product .send-email {
	margin-bottom: 130px;
}
.woocommerce .send-email {
	background-image: url(library/images/icon-envelope@2x.png);
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-background-size: 58px 44px;
	background-size: 58px 44px;
	padding-left: 90px;
}
.woocommerce.single-product .send-email {
	margin-top: 25px;
}
.woocommerce .send-email h6 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.125rem;
	margin-bottom: 0;
}
.woocommerce .send-email p {
	color: #4B4B4B;
	font-size: 1.125rem;
	margin: 0;
}
a.send-email-link,
.woocommerce div.product .send-email-link {
	text-decoration: none;
}
.send-email-link:hover,
.send-email-link:hover h6,
.send-email-link:hover p,
.woocommerce div.product .send-email-link:hover,
.woocommerce div.product .send-email-link:hover h6,
.woocommerce div.product .send-email-link:hover p {
	color: #000;
}
.woocommerce-page.single-product ul.products .product-row:last-child:before {
	background: none;
	border: 0;
}
.woocommerce-page.single-product ul.products .product-row:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.woocommerce div.product .upsells.products > h2 {
	font-weight: 400;
	font-size: 2rem;
	margin-bottom: 59px;
}
.woocommerce div.product .upsells.products ul.products li.product {
	border-bottom: none;
	margin-bottom: 58px;
	padding-bottom: 0;
}
.woocommerce div.product .upsells.products ul.products li.product:after {
	display: none;
}
.woocommerce div.product .upsells.products ul.products li.product .product-list-info {
	background-color: #ffffff;
	padding: 33px 20px 20px 26px;
	min-height: auto !important;
}
.woocommerce div.product .upsells.products ul.products li.product .product-list-info .button {
	bottom: 20px;
	margin-top: 0;
}
.woocommerce .upsells  ul.products li .product-list-des {
	padding-bottom: 30px;
}
.upsells, .upsells.products {
	clear: both;
}
.woocommerce.single-product .shareaholic-canvas {
	display: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    border: none;
	padding: 0;
}

/* Checkout */
.woocommerce .col2-set,
.woocommerce-page .col2-set {
	margin-left: -15px;
	margin-right: -15px;
	width: auto;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	max-width: none;
}
.woocommerce form.woocommerce-checkout .form-row label.woocommerce-form__label-for-checkbox::before,
.woocommerce form.woocommerce-checkout .form-row label.woocommerce-form__label-for-checkbox::after {
	display: none;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    max-width: none;
}

/* MAIN HEADER */
.main-header {
	left: 0;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 45px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
.main-header .logo {
	left: 26px;
	position: absolute;
	top: 31px;
}
.main-header .logo img {
	max-width: 250px;
	width: 100%;
}
.header-nav {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.header-right {
	position: absolute;
	right: 50px;
	top: 41px;
}
.header-search {
	padding-right: 7px;
}
#searchform {
	height: 52px;
}
.searchBar {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	height: 52px;
	padding: 11px 13px;
	position: relative;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
	z-index: 999;
}
.searchBar.active {
	background-color: #9D758B;
}
.start {
	background: url("library/images/magnifying-glass@2x.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 23px auto;
	border: medium none;
	bottom: 0;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	margin: auto 0;
	min-height: 23px;
	width: 23px;
}
.search-popup {
	background: #9D758B;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%;
	width: 0;
}
input#s {
	background-color: #FFF;
	border-radius: 3px;
	border: none;
	font-size: 18px;
	height: 31px;
	margin: 12px;
	padding-right: 35px;
	width: calc(100% - 24px);
}
input#s:focus {
  outline: none;
}
.updatePage {
	color: #CCCCCC;
	cursor: pointer;
	font-size: 20px;
	margin-top: -14px;
	position: absolute;
	right: 24px;
	top: 50%;
}
/*.toggle {
    background: url("library/images/magnifying-glass@2x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 23px auto;
    border: medium none;
    bottom: 0;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    margin: auto 0;
    min-height: 52px;
    position: absolute;
    top: 0;
    width: 100%;
}
#searchform {
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.header-search-frm .toggle:hover #searchform {
	cursor: pointer;
    display: block;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    visibility: visible;
    width: 250px;
}
#searchform #s {
    background: #FFF;
    border: 1px solid #000;
    bottom: -52px;
    color: #FFFFFF;
    left: 0;
    height: 100%;
    min-width: 250px;
    outline: none;
    padding: 0 15px;
    position: absolute;
    visibility: hidden;
    width: 100%;
    z-index: 99;
}
.header-search-frm .toggle:hover #searchform #s {
	visibility: visible;
}
#searchform #searchsubmit {
	display: none;
}*/
.header-cart-icon {
	padding-top: 13px;
}
.header-currency-converter {
	padding-right: 0;
}
.header-currency-converter .wcaiocc-text {
	display: none;
}
.header-currency-converter select {
	border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	height: 52px;
}
.header-currency-converter {
    position: relative;
}
a.header-logout {
	font-size: 14px;
    left: 15px;
    margin-top: 5px;
    padding: 2px 8px;
    position: absolute;
    top: 100%;
}
.main-header .header-button {
	padding-left: 8px;
}
.main-header .header-button .em-cart {
	border-radius: 2px;
	margin-bottom: 0px;
	padding: 10px 32px;
}
.main-header .header-button p {
	left: 0;
	line-height: 1.5rem;
	margin: 10px auto 0;
	position: absolute;
	right: 0;
}
.main-header .header-button p a {
	color: #ffffff;
	font-size: 0.8125rem;
}
.main-header .cart-icon {
	background: url(library/images/cart-icon@2x.png) no-repeat left top;
    -webkit-background-size: 22px auto;
    -moz-background-size: 22px auto;
    -o-background-size: 22px auto;
    background-size: 22px auto;
	display: inline-block;
	height: 19px;
	vertical-align: top;
	width: 32px;
}

/* INNER BANNER */
.inner-banner {
	background-image: linear-gradient( to right, #769aad, #d3d1c8);
	padding-bottom: 85px;
	padding-top: 174px;
}
.inner-banner h6,
.post-info h6 {
	color: #ffffff;
	font-family: 'avenir', sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.inner-banner h1, .inner-banner h2 {
	color: #ffffff;
	margin-top: 31px;
}
/*
.single-video .inner-banner {
	padding-bottom: 115px;
}
.single-video .inner-banner h1 {
	margin-bottom: 37px;
}
*/
.author-avatar * {
	display: inline-block;
}
.author-avatar img {
	border-radius: 50%;
}
.inner-banner .author-avatar img {
	max-width: 36px;
	margin-right: 21px;
}

.inner-banner .author-avatar p {
	color: #FFF;
	font-size: 0.875rem;
	margin: 0;
}
/* BOTTOM BAR */
.page-contact-karen .bottom-bar {
	background-color: rgba(255,255,255,.49);
	padding: 80px 0;
}
.bottom-bar .newsletter .nwl-content p {
	font-family: 'avenir';
	font-weight: 400;
	margin-top: 20px;
}
.bottom-bar .newsletter .nwl-content p:empty {
	display: none;
}
.bottom-bar .newsletter .nwl-content .gform_wrapper .gform_body .gfield {
	margin: 0;
}
.bottom-bar .newsletter .nwl-content .gform_wrapper .gform_body .gfield input {
	background-color: #ffffff;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	height: 65px;
	padding: 20px 34px !important;
}
.bottom-bar .newsletter .nwl-content .gform_wrapper .gform_footer {
	margin-top: 0;
}
.bottom-bar .newsletter .nwl-content .gform_wrapper .gform_footer input {
	border: 0;
	margin: 0;
	padding: 0 38px;
}
.bottom-bar #textblockswidget-5 {
	padding-bottom: 45px;
}
.bottom-bar #textblockswidget-5 .follow-wrap {
	margin-top: 18px
}

/* SHOP BOTTOM BAR */
.woocommerce-page .bottom-bar #textblockswidget-7 {
	padding-bottom: 100px;
}
.woocommerce-page .bottom-bar #textblockswidget-7 hr {
	margin-bottom: 100px;
}
.woocommerce-page .bottom-bar #textblockswidget-7 .testi {
	margin-top: 53px;
}
.woocommerce-page .bottom-bar #textblockswidget-7 .testi .testi-inner {
	background-image: url(library/images/quote-icon@2x.png);
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: 18px 17px;
	background-size: 18px 17px;
	padding-top: 49px;
}
.woocommerce-page .bottom-bar #textblockswidget-7 .testi .testi-inner p {
	margin-bottom: 22px;
	margin-top: 0;
}
.woocommerce-page .bottom-bar #textblockswidget-7 .testi small {
	color: #4B4B4B;
	font-family: 'Work Sans', sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 1px;
}
.woocommerce-page .bottom-bar #textblockswidget-7 .testi .author h5 {
	font-size: 1.25rem;
	line-height: 1.875rem;
	margin-bottom: 9px;
}
.woocommerce-page .bottom-bar #textblockswidget-7 .testi .author p {
	font-size: 0.75rem;
	line-height: 1.5rem;
	margin-top: 9px;
	text-transform: uppercase;
}
.woocommerce-page .bottom-bar #textblockswidget-6, body.inner .bottom-bar #textblockswidget-6 {
	background-color: rgba(255,255,255,.49);
	padding: 80px 0;
}
#testi-section .testi {
	padding: 0 30px;
}
#testi-section .owl-nav button {
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	transform: translatey(-50%);
}
#testi-section .owl-nav button.owl-prev {
	left: 0;
}
#testi-section .owl-nav button.owl-next {
	right: 0;
}
#testi-section .owl-nav button span {
	font-size: 45px;
}
/*Social Icons*/
.floating-social-icons {
    display: none;
    list-style: none;
    padding: 0;
}
.fixed,
#social_side_links.fixed {
    display: block;
    position: fixed;
    top: 80px;
    z-index: 99;
}
#social_side_links {
	display: none;
}
#social_side_links ul {
	width: 52px;
}
#social_side_links li {
	display: block;
	float: none;
	margin: 0;
    padding: 11px 0;
	width: auto !important;
}
#social_side_links .et_social_networks .et_social_icon,
#social_side_links .et_social_networks .et_social_icon::before,
#social_side_links .et_social_networks .et_social_icon::after {
	height: 33px;
	line-height: 33px;
	width: 33px;
}
/*** Homepage - Enter any style for elements on homepage here ***/
.banner-area {
	padding-top: 146px;
	position: relative;
}
.banner-area h6 {
	color: #ffffff;
	font-family: "Nunito Sans", serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.banner-area h1 {
	color: #ffffff;
	font-size: 2.875rem;
	line-height: 1em;
	padding-right: 40px;
}
.banner-area p {
	color: #ffffff;
	font-size: 1.125rem;
	margin: 35px 0 30px;
	padding-right: 30px;
}
.banner-area .down-arrow {
	bottom: 54px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
}
/* CUSTOM GRID */
.section-custom-grid {
	overflow: hidden;
	padding-bottom: 0px;
	padding-top: 30px;
}
.section-custom-grid .column-01,
.section-custom-grid .column-02 {
	position: relative;
}
.section-custom-grid .column-01:before,
.section-custom-grid .column-02:after {
	background-color: rgba(211,196,190,.3);
	content: ' ';
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.section-custom-grid .column-01:before {
	left: -102%;
}
.section-custom-grid .column-02:after {
	right: -102%;
}
.section-custom-grid p {
	font-family: 'avenir';
	font-weight: 400;
}
.section-custom-grid a:hover {
	text-decoration: none;
}
.section-custom-grid p {
    font-size: 1rem;
	line-height: 1.5em;
}
.grid-left-content .extra-content-col-inner > a {
	display: block;
}
.grid-right-content .extra-content-col-inner > a {
	display: block;
	padding-right: 41px;
}
.grid-bottom-content  {
	margin-top: 30px;
}
.grid-bottom-content .extra-content-col-inner > a {
	height: 100%;
	padding-left: 45px;
	padding-right: 25px;
}
.grid-bottom-content .extra-content-col-inner p {
	margin-top: 17px;
}
.grid-bottom-content .extra-content-col-inner .divup-wrap {
	max-width: 294px;
}
.grid-bottom-content .column-01 .divup-wrap {
	margin-left: auto;
	margin-right: 0;
}
.grid-bottom-content .column-01 .extra-content-col-inner > a {
	display: block;
	padding-bottom: 1px;
	padding-top: 54px;
}
.grid-bottom-content .column-01 .extra-content-col-inner h3 {
	padding-left: 50px;
}
.grid-bottom-content .column-02 .extra-content-col-inner > a {
	display: block;
	padding-top: 54px;
}
.grid-right-content .extra-content-col-inner,
.grid-left-content .extra-content-col-inner,
.grid-bottom-content .extra-content-col-inner {
	display: -ms-flexbox;
	display: flex;
}
.grid-right-content .extra-content-col-inner > a,
.grid-left-content .extra-content-col-inner > a,
.grid-bottom-content .extra-content-col-inner a {
	flex: 0 0 100%;
}
/* BLOG POSTS */
.section-blog {
	padding-bottom: 0;
	padding-top: 28px;
}
.section-blog .row-02 .latest-post-wrapper {
	margin-bottom: 50px;
}
.latest-post-wrapper .postlist h3 {
	font-size: 1.1rem;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 35px;
}
.latest-post-wrapper .postlist h3 span {
	font-size: 0.875rem;
}
.latest-post-wrapper .postlist h3 a {
	color: #4B4B4B;
	text-decoration: none;
}
#comments-title {
	border-top: 1px solid #666;
	margin-top: 40px;
	padding: 50px 0 40px 0;
}
.comment.even {
	background: rgba(214,214,214,0.2);
}
.comment-respond {
	padding: 50px 0 20px;
}

/* INSTAGRAM */
.follow-us {
	padding-bottom: 120px;
}
.follow-us p {
	font-family: 'avenir', sans-serif;
	font-weight: 400;
	margin-bottom: 40px;
}
.instagram-bar #sbi_load {
	padding: 0 !important;
}
.instagram-bar p:empty {
	display: none;
}
/* ONLINE STORE */
.online-store {
	padding-bottom: 15px;
	padding-top: 115px;
}
.online-store h2:not(.product-listing-title) {
	margin-bottom: 36px;
}
.online-store h2 + p {
	margin-bottom: 40px;
}
/*About Karen */
.home-row-05 {
	padding-bottom: 38px;
}
.home-row-05 p {
	color: #707070;
	line-height: 1.75rem;
}
.home-row-05 .em-button {
	padding: 18px 32px;
}
a.mail-link {
	background: url("library/images/icon-envelope-newsletter@2x.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 24px auto;
	font-size: 0.875rem;
	padding-left: 36px;
	text-decoration: underline;
}
.home .bottom-bar {
	background-color: rgba(211,200,200,0.2);
	padding: 84px 0;
}
.home .bottom-bar h2 {
	color: #9D758B;
	font-size: 2.8125rem;
}
.home .bottom-bar p {
	color: #4B4B4B;
}
.bottom-bar .gform_wrapper {
	position: relative;
}
.home .bottom-bar .gform_wrapper input[type="text"] {
	background: url("library/images/icon-envelope-newsletter@2x.png");
	background-position: 23px center;
	background-repeat: no-repeat;
	background-size: 37px auto;
	height: 66px !important;
	padding-left: 70px !important;
	padding-right: 220px !important;
}
.bottom-bar .newsletter .nwl-content .gform_wrapper .gform_body .gfield input[type="text"] {
	height: 66px !important;
	padding-right: 160px !important;
}
.home .bottom-bar ::-webkit-input-placeholder { /* Edge */
	color: transparent;
}
.home .bottom-bar :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: transparent;
}
.home .bottom-bar ::placeholder {
	color: transparent;
}
.bottom-bar  .gform_wrapper .gform_footer {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
.bottom-bar .gform_wrapper .gform_footer input[type="submit"] {
	height: 66px !important;
	margin: 0;
	padding: 17px 38px;
}
.bottom-bar  div.gform_wrapper ul.gform_fields li.gfield {
	margin-bottom: 0;
}
.newsletter-frm_wrapper.gform_wrapper div.validation_error {
	display: none;
}
.newsletter-frm_wrapper.gform_wrapper li.gfield.gfield_error {
	background: none;
	border: none;
	padding: 0;
}
.newsletter-frm_wrapper.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: none !important;
}
.newsletter-frm_wrapper.gform_wrapper.gform_validation_error .top_label input.medium {
	width: 100%;
}
/* FOOTER */
.main-footer {
	background: rgba(157,117,139,1);
	background: -moz-linear-gradient(-45deg, rgba(157,117,139,1) 0%, rgba(214,214,214,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(157,117,139,1)), color-stop(100%, rgba(214,214,214,1)));
	background: -webkit-linear-gradient(-45deg, rgba(157,117,139,1) 0%, rgba(214,214,214,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(157,117,139,1) 0%, rgba(214,214,214,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(157,117,139,1) 0%, rgba(214,214,214,1) 100%);
	background: linear-gradient(135deg, rgba(157,117,139,1) 0%, rgba(214,214,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d758b', endColorstr='#d6d6d6', GradientType=1 );
	padding-bottom: 120px;
	padding-top: 70px;
}
.main-footer .footer-nav-wrap .footer-nav {
	list-style: none;
	padding-left: 0;
}
.main-footer .footer-nav-wrap .footer-nav li ul {
	display: none;
}
.main-footer .footer-nav-wrap .footer-nav li:first-child {
	padding-left: 0;
}
.main-footer .footer-nav-wrap .footer-nav li:last-child {
	padding-right: 0;
}
.main-footer .footer-nav-wrap .footer-nav li {
	display: inline-block;
	padding: 0 15px;
}
.main-footer .footer-nav-wrap .footer-nav li a {
	color: #ffffff;
	text-decoration: none;
}
.main-footer .footer-nav-wrap .footer-nav li a:hover,
.main-footer .footer-info p a:hover {
	text-decoration: underline;
}
.main-footer .footer-info {
	margin-top: 39px;
}
.main-footer .footer-info p {
	margin-top: 0;
}
.main-footer .footer-info p,
.main-footer .footer-info p a {
	color: #ffffff;
	font-size: 0.75rem;
}
.main-footer .footer-info p a {
	text-decoration: none;
}
.main-footer .social-icons li {
	padding-left: 2px;
	padding-right: 2px;
}
.main-footer a.mail-link {
	background: url("library/images/envelope-white@2x.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 24px auto;
	color: #FFF;
	display: inline-block;
	margin-bottom: 8px;
}
/*** Internal Pages - Enter any style for elements on internal pages here ***/

.article-ad-note {
	font-family: 'avenir';
	font-size: 0.75rem;
	letter-spacing: 1px;
	margin-bottom: 0;
	margin-top: 68px;
}
.article-ad-note strong {
	font-weight: 500;
}
.article-ad-note + hr {
	margin-top: 25px !important;
}
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
body.inner:not(.woocommerce) .main-content-wrapper h2,
body.inner:not(.woocommerce) .main-content-wrapper h3,
body.inner:not(.woocommerce) .main-content-wrapper h4,
body.inner:not(.woocommerce) .main-content-wrapper h5 {
	font-weight: 400;
}
.what-people-are-saying {
	padding-top: 24px;
}
.what-people-are-saying h2 {
	font-weight: 400;
}
.page-about .main-content-wrapper p.m4 {
	margin: 4px 0;
}
.page-about .main-content-wrapper h6 strong {
	font-weight: 400;
}

/*POPUP*/

.popmake {
	background-image: linear-gradient( to right, #769AAD, #D3D1C8);
}
.popmake .popmake-content h2 {
	color: #FFF;
	font-size: 3.4375rem;
}
.popmake .popmake-content p {
	font-size: 1.125rem;
	max-width: 500px;
	margin-bottom: 35px;
}
.popmake .gform_wrapper {
	position: relative;
}
.popmake .gform_wrapper input[type="text"] {
	background: url("library/images/icon-envelope-newsletter@2x.png");
	background-position: 23px center;
	background-repeat: no-repeat;
	background-size: 37px auto;
	height: 66px !important;
	padding-left: 70px !important;
	padding-right: 220px !important;
}
.popmake .gform_wrapper .gform_footer {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
.popmake .gform_wrapper .gform_footer input[type="submit"] {
	height: 66px !important;
	margin: 0;
	padding: 17px 38px;
}
.popmake div.gform_wrapper ul.gform_fields li.gfield {
	margin-bottom: 0;
}
.popmake .pum-content + .pum-close {
	background: url("library/images/cross@2x.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px auto;
	box-shadow: none !important;
	font-size: 0;
}
.popmake .pum-content + .pum-close:focus, .popmake .pum-content + .pum-close:active {
	outline: 0;
}
.popmake ::-webkit-input-placeholder { /* Edge */
	color: transparent;
}
.popmake :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: transparent;
}
.popmake ::placeholder {
	color: transparent;
}
/*VIDEOS*/
.video-library-sections {
	margin-bottom: 60px;
	margin-top: 40px;
}
.video-library-sections .video-title * {
	color: #FFF;
}
.video-library-sections .divup > div {
	position: relative;
}
.video-library-sections .video-title {
	background: url("library/images/link-arrow@2x.png");
	background-position: right 30px bottom;
	background-repeat: no-repeat;
	background-size: 43px auto;
	bottom: 44px;
	left: 0;
	padding: 0 30px 0 35px;
	position: absolute;
	width: 100%;
}
.video-library-sections .video-title h3 {
	font-size: 2.1875rem;
	font-weight: 700;
}
.video-library-sections .video-title p {
	margin: 0;
}

/* Events */
.month-heading {
    margin-top: 80px;
}
.month-heading > .col-12 {
	padding-left: 45px;
}
.events-wrapper .month-section:first-child .month-heading {
    margin-top: 0;
}
.event-item {
	margin-top: 90px;
}
.event-item:first-child {
	margin-top: 45px;
}
.event-detail {
	padding-left: 45px;
}
.month-heading h3 {
	font-size: 2.25rem;
}
body.inner:not(.woocommerce) .main-content-wrapper h2.event-title {
	font-size: 1.75rem;
	line-height: 1.21428571em;
    margin: -8px 0 0;
}
.event-date-header {
	margin-top: 50px;
}
.event-dates-heading {
	font-size: 1.5rem;
	font-weight: normal;
}
.event-question {
	color: #4B4B4B;
	font-size: 10px;
	letter-spacing: 0.2em;
	margin-right: 18px;
	text-transform: uppercase;
}
.event-date-list {
	margin-top: 16px;
	position: relative;
}
.event-date-list::before,
.event-date::before {
	background: rgba(112,112,112,0.14);
	bottom: 0;
	content: "";
	height: 1px;
	left: 15px;
	position: absolute;
	right: 15px;
}
.event-date-list::before {
	bottom: auto;
	left: 0;
	right: 0;
	top: 0;
}
.event-date {
	padding-bottom: 26px;
	padding-top: 25px;
	position: relative;
}
.event-date-time {
	color: #4B4B4B;
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	text-transform: uppercase;
}
.event-date-location {
	font-weight: normal;
	margin: 1px 0 0;
}
.event-date-left {
	padding-top: 3px;
}
.event-date-right .em-button {
	margin: 3px 0;
	padding: 11px 15px;
}
.event-tag {
	background-color: #1faadc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.375em;
	margin: 3px 0;
	padding: 17px 12px;
	text-transform: uppercase;
	vertical-align: top;
}
.previous-events .event-date-time,
.previous-events .event-date-location {
	color: #aaa;
}
.previous-events .event-date-right .em-button {
	background-color: #bbb;
}

/* Testimonial Slider */
.testi-slider .slides > li {
    margin-right: 30px;
}
.testi-content {
	background: url(library/images/icon-quote@2x.png) no-repeat left top;
    -webkit-background-size: 32px auto;
    -moz-background-size: 32px auto;
    -o-background-size: 32px auto;
    background-size: 32px auto;
	padding: 40px 0 0;
}
.testi-content p {
	margin: 0;
}
.testi-author {
	font-size: 1.25rem;
	font-weight: bold !important;
	line-height: 1.5em;
	margin: 9px 0 0;
}
.testi-tag {
	font: 500 12px/1.5em 'Work Sans', sans-serif;
	margin: 4px 0 0;
}
.testi-slider.no-tag .testi-tag {
    display: none;
}
.testi-slider .flex-control-nav {
	display: none;
}
.testi-slider .flex-direction-nav .flex-prev,
.testi-slider.flexslider:hover .flex-direction-nav .flex-prev {
	left: -80px;
}
.testi-slider .flex-direction-nav .flex-next,
.testi-slider.flexslider:hover .flex-direction-nav .flex-next {
	right: -80px;
}

/* Video CPT */
.video-cat-list {
	margin-top: -15px;
}
.video-cat-list > .col-md-6 {
	padding-bottom: 15px;
	padding-top: 15px;
}
.video-cat-list > .col-md-6 > a {
	background: #eee;
	display: block;
	height: 100%;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
.video-cat-des {
	font-size: 0.85em;
	line-height: 1.75em;
	padding: 26px 0;
}
.video-cat-des h6 {
	color: #212121;
	margin: 0 0 3px;
}
.video-cat-des p {
	margin: 0;
}
.h1-style {
	font-size: 3.4375rem;
	font-weight: bold !important;
    line-height: 3.4375rem;
}
.video-cat-heading {
	color: #785717;
	margin: 0 0 12px !important;
	text-align: center;
}
.video-item {
	margin-top: 70px;
}
.video-item:first-child {
	margin-top: 0;
}
.video-item-right h3 {
	font-size: 1.25rem;
	font-weight: bold !important;
	line-height: 1.5em;
}
.video-item-right h3 a {
    color: #534F4F;
	text-decoration: none;
}
.video-item-des p {
	margin-bottom: 0;
}
.video-back-to-cats {
	margin-top: 35px;
}
.video-back-to-cats ul li {
	margin-top: 15px;
}
.video-transcript {
	border-top: 1px solid rgba(211,211,211,0.5);
	margin-top: 60px;
	padding-top: 35px;
}
.video-transcript-heading {
	margin-bottom: 30px;
}

#sb_instagram {
    height: auto !important;
}

/* Cart */
.cart_totals h2 {
	margin: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}
.woocommerce .cart td.actions .coupon .button {
    background-color: #FB9475;
    border-color: #FB9475;
}
.woocommerce .cart td.actions .coupon .button:hover {
    background-color: #FCB97D;
    border-color: #FCB97D;
}
.woocommerce .cart_totals table.shop_table .amount {
    color: #FB9475;
}

/* My Account */
#content.row > center {
    flex: 0 0 100%;
}
.woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions a.woocommerce-button {
	display: inline-block;
	font-size: 14px;
	line-height: 1.5em;
	margin: 5px 3px;
    padding: 5px 15px;
	vertical-align: top;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding-left: 20px;
}
body.inner:not(.woocommerce) .main-content-wrapper .woocommerce-MyAccount-content h2 {
    margin: 0 0 20px;
}

/* Custom Styles */
article.post .shareaholic-canvas,
article.video .shareaholic-canvas {
    display: none;
}
body.inner:not(.woocommerce) .main-content-wrapper h2.webinar-heading {
    font-size: 1.75rem;
    line-height: 1.071429em;
    margin: 0 0 20px;
}
.webinar-image {
	margin-bottom: 34px;
}
.single-upcoming-webinar-left .webinar-btn {
	margin-bottom: 32px;
}
.single-upcoming-webinar-left .webinar-btn .em-button-style-2 {
	width: 100%;
}
.webinar-info-item-legend {
    font-style: italic;
}
a.em-button-style-2 {
	background: #a4bab8;
	background: -moz-linear-gradient(top,  #a4bab8 0%, #c9d0b1 100%);
	background: -webkit-linear-gradient(top,  #a4bab8 0%,#c9d0b1 100%);
	background: linear-gradient(to bottom,  #a4bab8 0%,#c9d0b1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4bab8', endColorstr='#c9d0b1',GradientType=0 );
	border: none;
	padding-bottom: 20px;
	padding-top: 20px;
}
.list-blurb-heart {
	list-style: none;
	padding-left: 0;
}
.main-content article ul.list-blurb-heart li {
	background: url(library/images/blurb-heart@2x.png) no-repeat left top;
	background-size: 26px auto;
	margin: 20px 0;
	padding: 0 0 0 65px;
}
.single-upcoming-webinar-right .webinar-info {
	margin-bottom: 30px;
}
.webinar-content {
	border-bottom: 1px solid #EBE9E8;
	padding-bottom: 50px;
}
.webinar-presenter {
	padding-top:  50px;
}
.webinar-presenter h5 {
	font-size: 1.75rem;
}
.single-upcoming-webinar-right .webinar-btn {
	padding-bottom: 50px;
	padding-top: 50px;
}
body.inner:not(.woocommerce) .main-content-wrapper h2.member-courses-heading {
    color: #9d758b;
    margin: 0 0 30px;
}
.member-events-wrapper {
	margin-top: -50px;
}
.member-event-item {
	margin-top: 80px;
}
.member-event-image::before {
	content: "";
	display: block;
	padding-top: 65%;
}
.member-event-image {
	position: relative;
}
.member-event-image a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.member-event-image img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
.member-event-title {
	font-size: 1.75rem;
	margin-top: 25px;
}
.back-to-course-list a::before {
    border-bottom: 7px solid rgba(0,0,0,0);
    border-right: 14px solid #9d758b;
    border-top: 7px solid rgba(0,0,0,0);
    content: "";
    left: 0;
    position: absolute;
    top: 4px;
}
.back-to-course-list a {
    padding-left: 28px;
    position: relative;
    text-decoration: underline;
}
.member-event-nav {
	padding-top: 50px;
}
.member-event-nav h5::before {
	background: #9d758b;
	bottom: 0;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	width: 110px;
}
.member-event-nav h5 {
	font-size: 1.75rem;
	margin-bottom: 40px;
	padding-bottom: 20px;
	position: relative;
}
.member-event-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.member-event-nav-list li a {
	color: #9d758b;
	display: block;
	font-size: 18px;
}
.member-event-nav-list li.active a {
	color: #212121;
}
.member-event-module {
	display: none;
}
.member-event-module.active {
	display: block;
}
.member-event-module-video iframe {
	width: 100%;
}
.member-event-module-resources {
	margin-top: 30px;
}
h5.member-event-module-resources-heading {
	font-size: 1.5rem;
	margin-bottom: 15px;
}
h5.member-event-module-resources-heading + p {
	margin-top: 15px;
}
.member-event-module-resources a {
	color: white;
	font-weight: bold;
}

/******************************************
 RESPONSIVE STYLES
******************************************/
@media(min-width: 475px) and (max-width: 767px) {
	.et_monarch .et_social_networks li {
		width: 18% !important;
	}
	.et_monarch .et_social_networks li:nth-child(2n+1), .et_monarch .et_social_mobile .et_social_networks li:nth-child(2n+1), .et_monarch .et_social_5col li:nth-child(-n+5) {
	    margin: 2% 0 0 2% !important;
	    clear: none !important;
	    margin-top: 0 !important;
	}
	.et_monarch .et_social_5col li a {
		padding-left: 5px;
	}
	.et_monarch .et_social_networks div.et_social_network_label {
		font-size: 13px;
	}
}
@media(min-width: 768px) {
	.pl-50 {
		padding-left: 50px;
	}
}
@media(min-width: 992px) and (max-width: 1199px) {
	.grid-right-content .extra-content-col-inner .col-lg-5 {
		padding-left: 35px;
	}
	.section-custom-grid p {
		line-height: 120%;
	}
	.grid-left-content .extra-content-col-inner > a {
	    padding-left: 33px;
	}
}
@media(min-width: 992px) {
	.grid-right-content .extra-content-col-inner img {
		min-width: 250px;
	}
	.video-library-sections {
		margin-bottom: 102px;
		margin-left: -25.86%;
		margin-right: -25.86%;
		margin-top: 80px;
	}
	.popup-newsletter {
		min-width: 602px !important;
	}
}
@media(min-width: 1200px) {
	.container {
		max-width: 1190px;
	}
	.home .banner-text {
		padding-bottom: 92px;
	}
	.single-post .entry-content h2, body.inner:not(.woocommerce) .main-content-wrapper h2 {
		margin-bottom: 25px;
		margin-left: -15.7%;
		margin-right: -15.7%;
		margin-top: 50px;
	}
	body.archive .main-content-wrapper h2, body.blog .main-content-wrapper h2 {
		margin-left: 0;
		margin-right: 0;
	}
	body.inner:not(.woocommerce) .main-content-wrapper h2 {
		margin-bottom: 70px;
		margin-top: 70px;
	}
	.single-post .entry-content hr {
		margin: 68px 0;
	}
	.single-post .inner-banner .author-avatar,
	.single-video .inner-banner .author-avatar {
		margin-left: 0;
	}
	.inner-banner h2 {
		font-size: 3.4375rem;
	}
	.mr-48 {
		margin-top: 48px;
	}
	.floating-social-icons {
	    margin-left: -12.6%;
	}
	body.inner.page-contact-karen .floating-social-icons, body.inner.woocommerce .floating-social-icons, body.inner .floating-social-icons  {
		margin-left: -12.6%;
	}
	body.inner.single-post .floating-social-icons, body.inner.page-id-8 .floating-social-icons,
	body.inner.single-video .floating-social-icons {
	    margin-left: -4%;
	}
	.grid-right-content .extra-content-col-inner img {
		max-width: none;
	}
	.grid-left-content .extra-content-col-inner > a {
		padding-left: 41px;
	}
	.mw-none {
		max-width: none;
	}
	.heart-list {
		margin-left: -10px;
	}
	.contact-karen-row-01 .gform_body {
		max-width: 532px;
	}
	.contact-karen-row-01 .row-01 .column-02 {
		padding-left: 32px;
	}
	.pr-80 {
		padding-right: 80px;
	}
}
@media (min-width: 1441px) and (max-width: 1760px) {
	.main-header .logo {
		left: 0;
	}
	.header-nav {
		margin: 0 auto;
	}
	.header-right {
		right: 0;
	}
}
@media (min-width: 1491px) and (max-width: 1720px) {
	.header-nav {
		margin: 0 0 0 100px;
	}
}
@media (min-width: 1441px) and (max-width: 1490px) {
	.header-nav {
		margin: 0 0 0 70px;
	}
}
@media(min-width: 1920px) {
	body.single-post .main-content.col-lg-9 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	body.single-post .main-sidebar {
		-ms-flex: 0 0 300px;
		flex: 0 0 300px;
		max-width: 300px;
		margin-right: -300px;
	}
}
@media (max-width: 1919px) {
	body.single-post .main-content.col-lg-9 #main > .row > .col-md-8 {
		-ms-flex: 0 0 88.888889%;
		flex: 0 0 88.888889%;
		margin-left: 5.555556%;
		max-width: 88.888889%;
	}
	.fixed {
		margin-left: -50px;
	}
}
@media (max-width: 1600px) {
	blockquote {
		margin-left: -46px;
	}
}
@media (max-width: 1490px) {
	.main-header .logo {
		max-width: 208px;
		top: 40px;
	}
}
@media (max-width: 1440px) {
	/* General Styles */
	.accordion {
		margin-top: 0;
	}
	h3.accordion-title {
		margin-top: 30px;
		padding: 20px 60px 20px 20px;
	}

	/*** Enter your custom style here ***/
	.main-header .logo {
		left: 0;
		margin: 0 auto;
		max-width: 250px;
		position: relative;
		right: 0;
		top: 0;
	}
	.header-right {
		padding-left: 0;
		position: static;
	}
	.header-cart-icon {
		padding-left: 5px;
	}
	.header-currency-converter {
		padding-left: 3px;
	}
	a.header-logout {
		left: 3px;
	}
	.main-header .header-button .em-cart {
		padding: 10px;
	}
	blockquote {
		margin-left: 0;
	}
}

@media (max-width: 1280px) {
	.fixed {
		margin-left: 0;
		left: 10px;
	}
}

@media (max-width: 1199.98px) {
	h2, h3 {
		font-size: 1.5rem;
	}
    .inner-banner h1,
    .inner-banner h2 {
        font-size: 2.5rem;
    }
	h4 {
		font-size: 1.25rem;
	}
	h5 {
		font-size: 1.125rem;
	}
	h6 {
		font-size: 1rem;
	}
    ul.d-xl-flex li,
	ol.d-xl-flex li {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	/* General Styles */
	.testimonial-box:after {
		left: 24px;
	}
	.testimonial-box {
		font-size: 1.25rem;
		padding: 50px 30px 10px 40px;
	}
	.free-quote-bar,
	.free-quote-bar p {
		text-align: center;
	}

	/*** Enter your custom style here ***/

	.banner-area {
	    padding-top: 200px;
	}
	.banner-area h1 {
		font-size: 3rem;
		line-height: 100%;
	}
	.section-custom-grid h3 {
		line-height: 120%;
	}
	.home .woocommerce ul.products li.product {
		margin-bottom: 0;
	}
	nav.main-nav ul.nav > li > a {
		padding: 0 11px;
	}
	.fz-65 {
		font-size: 3rem;
	}
	.main-footer .footer-nav-wrap .footer-nav li {
	    display: inline-block;
	    padding: 0 8px;
	}
	.inner-banner {
		padding-top: 200px;
		text-align: center;
	}
	.single-post .banner-image {
		padding-top: 30px;
		text-align: center !important;
	}
	.single-post .entry-content h2,
	.single-post .entry-content h3,
	.single-post .entry-content h4,
	.single-post .entry-content h5,
	body.inner:not(.woocommerce) .main-content-wrapper h2,
	body.inner:not(.woocommerce) .main-content-wrapper h3,
	body.inner:not(.woocommerce) .main-content-wrapper h4,
	body.inner:not(.woocommerce) .main-content-wrapper h5 {
		line-height: 140%;
	}
	.woocommerce div.product .send-email {
		margin-bottom: 35px;
	}
	.woocommerce div.product form.cart .button {
		padding: 13px 10px 12px;
		width: 36.246%;
	}
	.latest-post-wrapper .postlist h3 br {
		display: none;
	}
	.floating-social-icons {
		margin-left: 0 !important;
		left: 0 !important;
	}
	.main-footer a.mail-link {
		margin-left: 0;
	}
	.month-heading > .col-12 {
		padding-left: 15px;
	}
	.event-thumb {
		padding-bottom: 30px;
	}
	.event-detail {
		padding-left: 15px;
	}
	blockquote {
		font-size: 1.375rem;
		padding-left: 30px;
	}
	.bottom-bar .newsletter .nwl-content .gform_wrapper .gform_body .gfield input[type="text"] {
		padding-left: 10px !important;
	}
	.woocommerce div.product .summary form.cart {
		float: none;
		width: auto;
	}
	.woocommerce div.product form.cart div.quantity {
		width: 23%;
	}
}

@media (max-width: 991.98px) {
	h2, h3 {
		font-size: 1.75rem;
	}
	h5 {
		font-size: 1rem;
	}
	h2.entry-title {
		font-size: 1.375rem;
	}
	p {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.post-list-thumbnail {
		margin-right: 15px;
	}
	.table-style-1 td, .table-style-1 th {
		padding-left: 10px;
	}
	.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
		left: 0;
	}
	.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
		right: 0;
	}
	.extra-content-col {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.column-vertical-align .row,
	.column-vertical-align.row,
	.column-equal-height .row,
	.column-equal-height.row {
		display: block;
	}
    ul.d-lg-flex li,
	ol.d-lg-flex li {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	/* Testimonials */
	.woothemes-testimonials-layout-03 .testimonial-avatar {
		width: 200px;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar img {
		width: 150px;
	}

	/* General Styles */
	.sfm-rollback {
		display: block;
		width: 0;
	}
	.extra-content,
	.free-quote-bar,
	.free-quote-cta-panel.free-quote-bar {
		padding: 30px 0;
	}
	.border-bottom .container {
		padding-bottom: 30px;
	}
	.border-top .container {
		padding-top: 30px;
	}
	.background-only-panel {
		height: 250px !important;
	}
	.free-quote-bar {
		text-align: center;
	}
	.free-quote-bar h2 {
		margin-top: 0;
	}
	.free-quote-bar .col-md-4 {
		margin-top: 30px;
	}
	.free-quote-bar p {
		text-align: center;
	}
	.staff-panel {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.staff-panel-first {
		padding-top: 30px;
	}
	.staff-panel .extra-content-col {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.staff-panel .column-01 p {
		margin: 0;
	}
	.testimonial-box:after {
		top: 12px;
	}
	.accordion {
		margin-top: 10px;
	}
	h3.accordion-title {
		margin-top: 20px;
		padding: 15px 60px 15px 15px;
	}
	.accordion-content {
		padding: 15px 30px;
	}
	.contact-form .column-02, .get-a-quote-row-01 .column-02 {
		max-width: none;
	}

	/*** Enter your custom style here ***/
	.banner-area .down-arrow {
		bottom: 10px;
	}
	.section-custom-grid {
		padding-bottom: 0;
		text-align: center;
	}
	.section-custom-grid .grid-left-content .extra-content-col-inner > a,
	.section-custom-grid .grid-right-content .extra-content-col-inner > a {
	    padding: 15px;
	}
	.section-custom-grid .grid-left-content .extra-content-col-inner img,
	.section-custom-grid .grid-right-content .extra-content-col-inner img {
		max-width: 200px;
	}
	.grid-bottom-content {
		margin-top: 0;
	}
	.grid-bottom-content .extra-content-col-inner {
		min-height: 1px !important;
	}
	.grid-bottom-content .column-01 .divup-wrap {
	    margin-left: auto;
	    margin-right: auto;
	    text-align: center !important;
	}
	.grid-bottom-content .column-01 .extra-content-col-inner > a,
	.grid-bottom-content .column-02 .extra-content-col-inner > a {
	    padding-bottom: 15px;
	    padding-top: 15px;
	}
	.grid-bottom-content .column-01 .extra-content-col-inner h3 {
		padding-left: 0;
	}
	.grid-bottom-content .extra-content-col-inner .divup-wrap {
		max-width: 100%;
	}
	.grid-bottom-content .extra-content-col-inner .divup-wrap {
		text-align: center !important;
	}
	.latest-post-wrapper .postlist h3 {
		margin-top: 25px;
	}
	.section-blog .row-02 .latest-post-wrapper {
		margin-bottom: 0;
	}
	.follow-us {
		padding-top: 0;
	}
	.woocommerce ul.products li .product-list-info .button {
		margin-right: 0;
	}
	.main-header {
		padding-top: 30px;
	}
	.main-header .logo {
		text-align: center;
	}
	.header-nav,
	.header-right .em-cart,
	.header-right .cart-customlocation .amount,
    .header-divider,
	.header-cart-count {
		display: none;
	}
	.header-right .cart-customlocation {
		background: #efc11e;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		color: #000 !important;
		display: block;
		height: 24px;
		left: 15px;
		line-height: 24px;
		position: absolute;
		text-align: center;
		top: -9px;
		width: 24px;
	}
	.main-header .header-button p {
		left: auto;
		position: fixed;
		right: 60px;
		top: 2px;
	}
	.main-header .cart-icon {
		background-image: url(library/images/cart-black@2x.png);
		-webkit-background-size: 28px auto;
		-moz-background-size: 28px auto;
		-o-background-size: 28px auto;
		background-size: 28px auto;
		height: 25px;
		vertical-align: top;
		width: 32px;
	}
	.banner-area {
		padding-bottom: 50px;
		padding-top: 100px;
		text-align: center;
	}
	.banner-area h1 {
		font-size: 3rem;
		line-height: 100%;
		padding-right: 0;
	}
	.banner-image {
		display: none;
	}
	.latest-post-wrapper .postlist h3 {
		font-size: 1rem;
		line-height: 140%;
	}
	.home .woocommerce ul.products li.product {
	    margin-bottom: 35px;
	}
	.main-footer {
		padding-bottom: 50px;
	}
	.main-footer .social-icons li {
		display: inline-block;
	}
	.main-footer .footer-info {
		text-align: center;
	}
	.main-footer .footer-divider {
		display: none;
	}
	.main-footer .mobile-block {
		display: block;
	}
	.inner-banner {
		padding-bottom: 30px;
		padding-top: 120px;
	}
	.woocommerce div.product form.cart div.quantity {
		width: 21.626%;
	}
	.woocommerce div.product form.cart select {
		padding: 10px 15px;
	}
	.video-library-sections .divup > div {
		max-width: 366px;
		margin: 0 auto;
		margin-bottom: 30px;
		text-align: center;
	}
	.video-library-sections .divup > div .video-title {
		text-align: left;
	}
	body.single-post .main-content.col-lg-9 #main > .row > .col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		margin-left: 16.666667%;
		max-width: 66.666667%;
	}
	body.single-post .main-sidebar {
		margin-top: 50px;
	}
	.testi-slider .flex-direction-nav .flex-prev, .testi-slider.flexslider:hover .flex-direction-nav .flex-prev {
		left: -30px;
	}
	.testi-slider .flex-direction-nav .flex-next, .testi-slider.flexslider:hover .flex-direction-nav .flex-next {
		right: -30px;
	}
	.post-heading {
		font-size: 2rem;
	}
	.bottom-bar .newsletter .nwl-content .gform_wrapper .gform_body .gfield input[type="text"] {
		padding-right: 10px !important;
	}
	.bottom-bar .gform_wrapper .gform_footer {
		margin-top: 10px;
		position: static;
	}
	.bottom-bar .newsletter .nwl-content .gform_wrapper .gform_footer {
		margin-top: 10px !important;
	}
	.bottom-bar .gform_wrapper .gform_footer input[type="submit"] {
		width: 100%;
	}
    .woocommerce .woocommerce-customer-details .col2-set .col-1,
    .woocommerce-page  .woocommerce-customer-details .col2-set .col-1,
    .woocommerce .woocommerce-customer-details .col2-set .col-2,
    .woocommerce-page  .woocommerce-customer-details .col2-set .col-2 {
        width: 100%;
    }
    .woocommerce .woocommerce-customer-details .col2-set .col-2,
    .woocommerce-page  .woocommerce-customer-details .col2-set .col-2 {
        padding-top: 30px;
    }
	.single-upcoming-webinar-right .webinar-info,
	.single-upcoming-webinar-right .webinar-btn {
		display: none;
	}
	.single-upcoming-webinar-left {
		margin-top: 50px;
	}
	.webinar-image img,
	.single-upcoming-webinar-left .webinar-btn .em-button-style-2 {
		width: 250px;
	}
	.main-content article ul.list-blurb-heart li {
		margin: 15px 0;
		padding: 0 0 0 45px;
	}
	.single-member-event-left {
		margin-bottom: 50px;
	}
}

@media (max-width: 767.98px) {
	h1, h2, .h1-style,
	.post-heading {
		font-size: 1.75rem;
	}
    .inner-banner h1,
    .inner-banner h2 {
        font-size: 2rem;
    }
	.post-list-thumbnail {
		float: none;
		margin: 0 0 10px;
	}
	.postlist > article.post {
		margin-top: 25px;
		padding-top: 25px;
	}
    ul.d-md-flex li,
	ol.d-md-flex li {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	/* Testimonials */
	.contact-form .testimonials-list {
		margin-top: 0;
	}
	.testimonials-list {
		margin-top: -15px;
	}
	.testimonials-list .quote {
		margin: 15px 0;
		text-align: center;
	}
	.testimonials-list blockquote {
		-webkit-background-size: 100px auto;
		-moz-background-size: 100px auto;
		-o-background-size: 100px auto;
		background-size: 100px auto;
		background-position: center top;
		padding-top: 20px;
	}
	.woothemes-testimonials-layout-01 .testimonials-list .quote,
	.woothemes-testimonials-layout-03 .testimonial-content {
		max-width: none;
	}
	.woothemes-testimonials-layout-01 .testimonials-list .quote {
		width: 100%;
	}
	.woothemes-testimonials-layout-03 .testimonials-list .quote {
		display: block;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar {
		margin-bottom: 20px;
		text-align: center;
		width: auto;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar img {
		width: 80px;
	}

	/* Content Panels */
	.column-equal-height .row, .column-equal-height.row {
		display: block;
	}
	.align-left-xs {
		background-position: left center;
	}
	.background-only-panel {
		height: 200px !important;
	}
	.list-inline {
		display: block;
		margin: 0;
	}
	.list-inline li {
		display: block;
		padding: 7.5px 0;
		text-align: center;
	}

	/* General Styles */
	.logos-panel {
		text-align: center;
	}
	.logos-panel ul {
		display: block;
	}
	.logos-panel ul li:before {
		display: none;
	}
	.logos-panel ul li {
		float: none;
		padding: 12px 0;
		width: auto;
	}
	.extra-content .testimonials-list blockquote p {
		max-width: none;
	}
	.woothemes-testimonials-layout-04 .testimonials-list blockquote:before {
		left: 50%;
		margin-left: -34px;
		top: 0;
	}
	.woothemes-testimonials-layout-04 .testimonials-list blockquote {
		padding-left: 0;
		padding-top: 100px;
	}
	.woothemes-testimonials-layout-04 .testimonials-list .author {
		padding-left: 0;
	}
	.accordion {
		margin-top: 15px;
	}
	h3.accordion-title {
		margin-top: 15px;
		padding: 12px 50px 12px 15px;
	}
	h3.accordion-title:before {
		right: 15px;
	}
	.accordion-content {
		padding: 10px 20px;
	}

	/*** Enter your custom style here ***/
	hr {
		margin: 35px 0;
	}
	.section-blog {
		text-align: center;
	}
	.follow-us {
		text-align: center;
	}
	.postlist .postlist-inner {
		margin-bottom: 25px;
	}
	.home-row-05 {
		text-align: center;
	}
	.woocommerce div.product form.cart .button {
		padding: 19px 10px 17px;
	}
	.woocommerce div.product .summary .product_title {
		margin-top: 0;
	}
	.woocommerce-page ul.products li.product {
		min-height: 1px !important;
	}
	.woocommerce-page ul.products .product-row:last-child {
		margin-bottom: 0;
	}
	.owl-carousel .owl-nav button.owl-next {
		float: right;
	}
	.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
		font-size: 1.875rem;
	}
	.woocommerce.single-product .mainbody {
		padding-top: 60px;
	}
	.pl-50 {
		padding-left: 0;
		text-align: center;
	}
	.event-date-right {
		padding-top: 15px;
	}
	body.single-post .main-content.col-lg-9 #main > .row > .col-md-8 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-left: 0;
		max-width: 100%;
	}
	.testi-slider .flex-direction-nav {
		display: none;
	}
	.testi-slider .flex-control-nav {
		display: block;
	}
	.video-item {
		text-align: center;
	}
	.video-item-left {
		margin-bottom: 20px;
	}
	.fixed {
		left: 0px;
	}
	.event-tag {
		padding: 13px 12px;
	}
	.member-event-title {
		font-size: 1.375rem;
	}
}

@media (max-width: 600px) {
	.floating-social-icons,
	#social_side_links.fixed {
		display: none;
	}
}

@media (max-width: 575.98px) {
	.g-recaptcha {
		-moz-transform: scale(0.925);
		-webkit-transform: scale(0.925);
		transform: scale(0.925);
		transform-origin: left center 0;
	}
	#fancybox-content .g-recaptcha {
		-moz-transform: scale(0.725);
		-webkit-transform: scale(0.725);
		transform: scale(0.725);
		transform-origin: left center 0;
	}
    ul.d-sm-flex li,
	ol.d-sm-flex li {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	/* General Styles */
	.list-check-square li {
		margin: 10px 0;
	}
	.free-quote-bar h2 {
		font-size: 1.5rem;
	}
	.free-quote-info .div-1 ul li {
		background-position: left top;
		background-repeat: no-repeat;
		-webkit-background-size: 24px auto;
		-moz-background-size: 24px auto;
		-o-background-size: 24px auto;
		background-size: 24px auto;
		margin: 13px 0;
		padding: 3px 0 3px 40px;
	}

	/*** Enter your custom style here ***/
	.woocommerce div.product form.cart .button {
		padding: 19px 5px 17px;
	}
	.post-list li {
	    margin-bottom: 30px;
	    text-align: center;
	}
	.post-list-title {
		min-height: 1px !important;
	}
	.testi-slider {
		text-align: center;
	}
	.testi-content {
		background-position: center top;
	}
	.testi-slider .flex-control-nav {
		bottom: -50px;
	}
	.webinar-image img,
	.single-upcoming-webinar-left .webinar-btn .em-button-style-2 {
		width: 100%;
	}
}

@media(max-width: 480px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
	    width: 100%;
	    float: none;
	    clear: both;
	    margin: 0;
	    margin-bottom: 35px;
	    text-align: center;
	}
	.woocommerce ul.products li.product a img {
		max-width: 267px;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	.month-heading,
	.event-item {
		text-align: center;
	}
	.event-dates-heading {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
	}
	.video-back-to-cats ul li a.em-button {
		display: block;
	}
}
