/*
Theme Name: So Well Seventeen
Theme URI: http://sowellmade.com/
Description: A WordPress theme for the So Well website
Version: 1.0
Author: Biscuit Studios
Author URI: http://biscuitstudios.com/
Tags: custom header, responsive, custom-menu, translation-ready
*/

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

/* COLORS & FONTS */

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

/* red = #EA6955 */
/* green = #84BF41 */
/* black = #222222 */

/* black font = #4A4A4A */
/* gray font = #727272 */

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

/* FONTS */

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

/* font-family: 'Open Sans', Helvetica, Arial, sans-serif; (700) */
/* font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; (400, 600) */

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

/* GLOBAL ELEMENTS */

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

html {
    position: relative;
    min-height: 100%;
}
body {
	background: #F6F6F6;
	font: 400 16px/180% 'Open Sans', Helvetica, Arial, sans-serif;
	color: #525252;
}
header, a, img, li{
    transition: all 0.3s ease;
}
a {
	color: #EA6955;
	border-bottom: 1px solid #EA6955;
	text-decoration: none;
    transition: all 0.3s ease;
}
a:hover {
	color: #222;
	border-bottom: 1px solid #222;
	text-decoration: none;
}
a:active,
a:focus {
	color: #222;
	border-bottom: 1px solid #222;
	text-decoration: none;
}
a.no-border {
	border-bottom: none;
}
a:hover.no-border {
	border-bottom: none;
	filter: alpha(opacity=100);
    opacity: 1.0;
}
p {
	margin: 0 0 24px 0;
}
ul, ol {
	margin: 0 0 24px 0;
}
li {
	margin: 0 0 12px 0;
}
ol {
	list-style-type: decimal;
}
ol li {
	margin: 0 0 12px 6px;
    padding-left: 6px;
}
ol ol {
	list-style: disc;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
strong, b {
    font-weight: 700;
}
em, i {
	font-style: italic;
}
address {
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: 400;
	line-height: 120%;
}
blockquote {
	clear: both;
	color: #727272;
	background-color: #f4f4f4;
	font-size: 22px;
	text-shadow: 0 2px 3px rgba(255, 255, 255, 0.50);
	border-left: none;
	padding: 20px 30px;
	margin: 0 0 24px 0;
	overflow: hidden;
}
hr {
	clear: both;
	background-color: #E2E2E2;
	border: 0;
	height: 1px;
	margin: 40px 0;
}
embed,
object,
iframe,
video {
	max-width: 100%;
	margin-bottom: 24px;
}
img, a img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.lowercase {
	text-transform: lowercase;
}
.uppercase {
	text-transform: uppercase;
}
.red {
	color: #EA6955 !important;
}
.green {
	color: #84BF41 !important;
}

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

/* STRUCTURE */

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

.content-wrapper {
	padding-top: 129px;
}
@media (max-width: 992px) {
	.content-wrapper {
		padding-top: 0;
	}
}
#content {
	clear: both;
}
.container-wrapper {
	padding-top: 60px;
    padding-bottom: 80px;
}
footer {
    clear: both;
    background-color: #FFF;
    width: 100%;
}

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

/* HEADER */

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

.navbar-fixed-top {
    background-color: #FFF;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.20);
	border: none;
    transition: all 0.3s ease;
}
.navbar-fixed-top a {
	border-bottom: none;
}
.navbar-fixed-top a:hover {
	border-bottom: none;
}
.navbar-default {
	background-color: transparent;
	border: none;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	border: none;
}
.navbar-fixed-top .logo {
	float: left;
    text-align: left;
}
.navbar-fixed-top .logo h1 {
	font-size: 24px;
	line-height: 100%;
	margin: 0;
}
.navbar-fixed-top .logo > a {
    display: inline-block;
	margin: 34px 0 39px 30px;
    z-index: 1001;
}
.navbar-fixed-top .logo > a img {
    max-height: 100%;
}

/* --- SMALL NAV BAR --- */

.navbar-fixed-top.little .logo > a {
	margin: 15px 0 15px 30px;
}
@media (max-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-top.little {
		position: relative !important;
        background-image: none;
		height: auto !important;
	}
    .navbar-fixed-top .logo {
    	text-align: left;
    }
    .navbar-fixed-top .logo > a,
    .navbar-fixed-top.little .logo a {
    	margin: 15px 0 15px -5px;
	}
	.navbar-fixed-top .mobile-menu-toggle {
		display: block;
	}
}
/*@media (max-width: 540px) {
    .navbar-fixed-top .logo > a,
    .navbar-fixed-top.little .logo a {
        height: 48px;
    	margin: 26px 0 30px -5px;
	}
}*/

/* --- MOBILE TOGGLE ICON --- */

.mobile-menu-toggle {
	float: right;
    color: #929292;
    font-size: 14px;
    font-weight: 500;
    text-transform: lowercase;
    height: 100%;
	display: none;
	cursor: pointer;
    margin: 24px 15px 0 20px;
}
.mobile-menu-toggle span {
	display: block;
	background-color: transparent;
	border: 1px solid #F2F2F2;
    border-radius: 0;
	float: right;
	font-size: 15px;
	line-height: 100%;
	text-align: center;
    margin: 0 30px 0 6px;
    padding: 9px 8px 8px 8px;
    vertical-align: middle;
}
.mobile-menu-toggle .glyphicon {
	/* icon in toggle */
	color: #929292;
    font-size: 17px;
}
.mobile-menu-toggle i {
	vertical-align: text-bottom;
}

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

/* MAIN MENU */

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

/* --- MENU BASICS --- */

.sf-menu,
.sf-menu * {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sf-menu li {
	position: relative;
	line-height: 100%;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/* --- MAIN MENU STYLES --- */

.desktop-menu  {
	float: left;
}
.desktop-menu .sf-menu {
    margin: 43px 0 0 20px;
    transition: all 0.3s ease;
}
.little .desktop-menu .sf-menu {
    margin: 23px 0 0 20px;
}
.desktop-menu .sf-menu ul {
	background-color: #FFF;
    min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.desktop-menu .sf-menu li {
	white-space: nowrap;
	margin: 0 18px 0 0;
    line-height: 90px;
	height: 90px;
}
.little .desktop-menu .sf-menu li {
    line-height: 70px;
	height: 70px;
}
.desktop-menu .sf-menu li a {
	color: #4A4A4A;
    background-color: transparent;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
	text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 12px 14px;
}
.desktop-menu .sf-menu li a:after {
	margin-right: -11px;
}
.desktop-menu .sf-menu li a:hover {
	background-color: #FFF;
	border-radius: 0;
    color: #929292;
	text-decoration: none;
}
/*.sf-menu li.nav-icon {
    margin-top: 1px;
}
.sf-menu li.nav-icon a {
    background-color: transparent;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 1.0;
}
.sf-menu li.nav-icon:hover,
.sf-menu li.nav-icon a:hover {
	background-color: transparent;
    box-shadow: none;
    opacity: 0.5;
}*/

/* --- SUB MENU STYLES --- */

.desktop-menu ul.sf-menu li ul {
    display: none;
    background: #FFF;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
	line-height: 100%;
	max-height: initial;
	height: auto !important;
    margin: 0;
	padding: 15px;
}
.desktop-menu ul.sf-menu li ul li {
    display: block;
    background: transparent;
    border: none;
    line-height: 100%;
	height: auto !important;
	margin: 0 !important;
}
.desktop-menu ul.sf-menu li ul li a {
	font-size: 13px;
    text-transform: none;
	margin: 0;
    padding: 8px 10px;
}
.desktop-menu ul.sf-menu li ul li a.link:hover {
	color: #FFF;
	background-color: #84BF41;
}

/* --- CURRENT MENU STYLES --- */

/*.desktop-menu .sf-menu .current-menu-item > a,
.desktop-menu .sf-menu .current-menu-ancestor > a,
.desktop-menu .sf-menu .current_page_item > a,
.desktop-menu .sf-menu .current_page_ancestor > a {
	color: #FFF;
    background-color: rgba(255, 255, 255, 0.15);
	border-bottom: 0;
	text-decoration: none;
}*/

/* --- SECONDARY MENU STYLES --- */

.secondary-menu {
    position: absolute;
    top: 48px;
    right: 30px;
    z-index: 1000;
}
.little .secondary-menu {
    top: 30px;
    transition: all 0.3s ease;
}
.secondary-menu .sf-menu {
    transition: all 0.3s ease;
}
.secondary-menu .sf-menu ul {
	background-color: #FFF;
    min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.secondary-menu .sf-menu li {
	white-space: nowrap;
	margin: 0 12px 0 0;
    line-height: 83px;
	height: 83px;
}
.little .secondary-menu .sf-menu li {
    line-height: 63px;
	height: 63px;
}
.secondary-menu .sf-menu li.nav-text {
    margin-right: 0;
}
.secondary-menu .sf-menu li a {
	color: #4A4A4A;
    background-color: transparent;
    border-radius: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
	text-decoration: none;
    text-transform: none;
    margin: 0;
    padding: 8px 12px;
}
.secondary-menu .sf-menu li a:after {
	margin-right: -8px;
}

.secondary-menu .sf-menu li:hover {
	background-color: #FFF;
	border-radius: 0;
    color: #4A4A4A;
	text-decoration: none;
}
.secondary-menu li.nav-icon a {
    margin: 5px 0 0 0;
    padding: 4px;
    cursor: pointer;
}
.secondary-menu li.nav-icon:hover {
	background-color: transparent;
    box-shadow: none;
    opacity: 0.6;
}


/* --- SUB MENU STYLES --- */

.secondary-menu ul li ul {
    display: none;
    background: #FFF;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
	line-height: 100%;
	max-height: initial;
	height: auto !important;
    margin: 0;
	padding: 15px;
}
.secondary-menu ul li ul li {
    display: block;
    background: transparent;
    border: none;
    line-height: 100%;
	height: auto !important;
	margin: 0 !important;
}
.secondary-menu ul li ul li a {
	font-size: 15px;
    text-transform: none;
	margin: 0;
    padding: 10px;
}
.secondary-menu ul li ul li a.link:hover {
	color: #FFF;
	background-color: #84BF41;
}

/* --- WP MENU CART PRO --- */

.secondary-menu .sf-menu li.wpmenucartli {
    margin-right: 46px;
}
/*.wpmenucart-icon-shopping-cart-0:before {
    content: '\e00a' !important;
}*/
/*li.wpmenucartli a.wpmenucart-contents span.amount {
    display: none !important;
}*/

/* --- AJAX SEARCH PLUGIN --- */

#ajaxsearchpro1_1,
#ajaxsearchpro1_2,
div.ajaxsearchpro[id*="ajaxsearchpro1_"] {
    top: -4px;
}
@media (max-width: 992px) {
    #ajaxsearchpro1_1,
    #ajaxsearchpro1_2,
    div.ajaxsearchpro[id*="ajaxsearchpro1_"] {
        top: 24px;

    }
}

/* --- DROP DOWN ARROWS --- */

.desktop-menu .sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1.0em;
	margin-top: -2px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.5);
}
.secondary-menu .sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.3em;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: rgba(0, 0, 0, 0.35);
}

/* styling for right-facing arrows */

.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-top-color: rgba(0, 0, 0, 0.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: rgba(0, 0, 0, 0.5);
    border-top-color: transparent;
    margin-top: -6px;

}

/* --- MEGAMENUS --- */

.sf-menu .mega-menu {
    position: inherit;
}
.sf-menu .mega-menu > ul {
    left: auto;
	border-radius: 0;
}
.sf-menu .mega-menu > ul > li {
    float: left;
    padding: 0 0 32px 0;
}
.sf-menu .mega-menu > ul > li a.title,
.sf-menu .mega-menu > ul > li a.column-title {
	border-bottom: 2px solid #E2E2E2;
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 700;
	text-transform: uppercase;
    margin: 14px 15px 0 0;
	padding: 9px 10px;
    white-space: normal;
}
.sf-menu .mega-menu > ul > li a.title:hover,
.sf-menu .mega-menu > ul > li a.column-title:hover {
    color: #FFF;
	background-color: #4A4A4A;
}
.sf-menu .mega-menu > ul > li.no-link a.title:hover,
.sf-menu .mega-menu > ul > li.no-link a.column-title:hover {
    color: #4A4A4A;
	background-color: transparent;
}
.sf-menu .mega-menu > ul > li a.title:after,
.sf-menu .mega-menu > ul > li a.column-title:after {
	display: none;
}
.sf-menu .mega-menu ul li ul li a.link {
    font-size: 13px;
    line-height: 120%;
    text-transform: none;
    margin: 0 15px 0 0;
	padding: 8px 10px;
    white-space: normal;
}
.sf-menu .mega-menu ul li ul li.red a.link {
    color: #EA6955;
}
.sf-menu .mega-menu ul li ul li.green a.link {
    color: #84BF41;
}
.sf-menu .mega-menu ul li ul li a.link:hover {
	color: #FFF;
	background-color: #84BF41;
}
.sf-menu .mega-menu > ul > li ul {
    clear: both;
	display: block !important;
	position: relative !important;
	left: 0 !important;
	filter: alpha(opacity=100);
    opacity: 1 !important;
	width: 100%;
	box-shadow: none;
    margin: 0;
    padding: 0;
}
.sf-menu .mega-menu p {
	display: block;
	font-size: 11px;
	line-height: 150%;
	margin: 5px 8px 16px 8px;
	white-space: normal;
}
.sf-menu .mega-menu p a {
	position: inherit;
	display: inline;
	color: #525252;
	font-size: 11px;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 0;
}
.sf-menu .mega-menu p a:hover {
	text-decoration: underline;
}
.sf-menu .mega-menu .image {
	border-radius: 4px;
	margin: 0 0 -5px 0;
	padding: 12px 10px;
}
.sf-menu .mega-menu a .image {
	border-radius: 4px;
	margin: 0 0 -5px 0;
	padding: 0;
}

/* --- MEGA COLUMNS --- */

.sf-menu .custom,
.sf-menu .natural {

}
.sf-menu .col-2 > ul {
    width: 400px;
}
.sf-menu .col-3 > ul {
    min-width: 725px;
}
.sf-menu .col-4 > ul {
    width: 600px;
}
.sf-menu .col-5 > ul {
    width: 500px;
}
.sf-menu .col-6 > ul {
    width: 600px;
}
.desktop-menu .sf-menu .right {
    position: relative;
}
.sf-menu .right > ul {
    left: auto;
    right: 0 !important;
}
.sf-menu .full-width > ul {
    position: absolute;
    left: auto !important;
    right: 0;
    padding: 0 0 35px 30px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    width: 100%;
    min-width: 100%; /* at least the size of the header */
    width: auto; /* size the block automatically */
}
@media (max-width: 1180px) {
    .sf-menu .full-width > ul {
        padding: 0 0 35px 15px;
    }
}
.sf-menu .col-2 > ul > li {
    width: 49%;
}
.sf-menu .col-3 > ul > li {
    width: 33%;
}
.sf-menu .col-4 > ul > li {
    width: 24%;
}
.sf-menu .col-5 > ul > li {
    width: 19.5%;
}

/* --- MOBILE MENU --- */

.mobile-menu {
	clear: both;
	display: none;
    background-color: transparent;
	padding: 0 17px;
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-menu ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	margin: 0;
}
.mobile-menu ul li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-menu ul li span {
	float: right;
	margin-top: 6px;
	margin-right: 20px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
}
.mobile-menu ul li a,
.little .mobile-menu ul li a {
	display: block;
	color: #4A4A4A;
	padding: 12px;
	font-size: 15px;
	font-weight: 400;
    line-height: 150%;
	text-decoration: none;
    text-transform: none;
	transition: all 0.4s ease-in-out;
}
.mobile-menu ul li a:hover {
	text-decoration: none;
}
.mobile-menu ul li a.active {
	color: #4A4A4A;
}
.mobile-menu ul li a.active span {
	color: #4A4A4A;
}
.mobile-menu ul .sub-menu {
	display: none;
}
.mobile-menu ul .sub-menu li {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 0;
}
.mobile-menu ul .sub-menu li a {
    color: #6A6A6A;
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: normal;
    padding-left: 32px;
}
.mobile-menu ul .sub-menu li li a {
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    padding-left: 52px;
}

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

/* MODAL SEARCH */

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

.modalsearch-form {
    position: relative;
	height: 130px;
	margin: 0 auto;
	width: 100%;
}
.modalsearch-input {
	width: 100%;
	height: 120px;
	padding: 0 10% 0 10px;
	font-weight: 700;
	border: none;
    border-radius: 4px;
	background: #84BF41;
    background: rgba(255, 255, 255, 0.20);
    font-size: 72px;
    line-height: 130%;
    color: #FFF;
}
.modalsearch-input::-ms-clear { /* remove cross in IE */
    display: none;
}
/* placeholder */
.modalsearch-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.modalsearch-input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.modalsearch-input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.modalsearch-input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.60);
}
/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder {
	color: transparent;
}
.modalsearch-input:focus,
.modalsearch-submit:focus {
	outline: none;
}
.modalsearch-submit {
    position: absolute;
	width: 56px;
	height: 56px;
	text-indent: 100px;
	overflow: hidden;
	right: 15px;
	top: 28px;
	background: transparent url(assets/images/magnifier.png) no-repeat center center;
	background-size: 100%;
	border: none;
    opacity: 1.0;
    transition: all 0.3s ease;
}
.modalsearch-submit:hover {
    opacity: 1.0;
}

@media (max-width: 992px) {
    .modalsearch-form {
    	margin: 17px auto;
        height: 60px;
        overflow: hidden;
    }
    .modalsearch-input {
    	color: #626262;
        background-color: #F6F6F6;
    	font-size: 15px;
        font-weight: 400;
    	padding: 20px 10% 20px 12px;
        height: 60px;
    }
    .modalsearch-input::-webkit-input-placeholder {
    	color: #929292
    }
    .modalsearch-input:-moz-placeholder {
    	color: #929292
    }
    .modalsearch-input::-moz-placeholder {
    	color: #929292
    }
    .modalsearch-input:-ms-input-placeholder {
    	color: #929292
    }
    .modalsearch-submit {
    	top: 17px;
        right: 15px;
        width: 30px;
    	height: 30px;
        -webkit-filter: grayscale(100%); filter: grayscale(100%);
    }
}

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

/* HEADING TAGS */

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

h1 {
    color: #4A4A4A;
    font: normal 46px/110% 'Playfair Display', Georgia, 'Times New Roman', serif;
	margin: 0 0 30px 0;
	padding: 0;
}
@media (max-width: 992px) {
	h1 {
		font-size: 38px;
	}
}
h2 {
    color: #4A4A4A;
    font: normal 36px/110% 'Playfair Display', Georgia, 'Times New Roman', serif;
	margin: 0 0 24px 0;
	padding: 0;
}
@media (max-width: 767px) {
	h2 {
		font-size: 32px;
	}
}
h3 {
	/* paragraph title  - with spacing below */
    color: #4A4A4A;
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
	margin: 0 0 24px 0;
	padding: 0;
}
h4 {
	/* paragraph title - with no spacing below */
    color: #4A4A4A;
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
	margin: 0 0 4px 0;
	padding: 0;
}
@media (max-width: 767px) {
	h3, h4 {
		font-size: 26px;
	}
}
h5 {
	/* smaller title  - with no spacing below */
    color: #4A4A4A;
	font-size: 22px;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 24px 0;
	padding: 0;
}
h6 {
	/* smaller title  - with no spacing below */
    color: #4A4A4A;
	font-size: 22px;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 6px 0;
	padding: 0;
}
h1 a, h2 a, h3 a, h4 a {
	color: #4A4A4A;
	border-bottom: none;
}
h1 a:hover, h2 a:hover {
	color: #4A4A4A;
	border-bottom: 1px solid #d2d2d2;
}

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

/* HEADER IMAGE  */

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

#header-image {
	clear: both;
	background-color: #000 !important;
	text-align: center;
	width: 100%;
	height: 280px;
}
#header-image:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}
.entry-header {
	display: inline-block;
	vertical-align: middle;
	max-width: 1170px;
}
.entry-header h1,
.entry-header span {
	color: #FFF;
	font-size: 48px;
	font-weight: 400;
	line-height: 100%;
    text-transform: normal;
	margin-top: 60px;
}
#header-image img {
	filter: alpha(opacity=80);
	opacity: 0.80;
}
@media (max-width: 992px) {
    .entry-header {
    	max-width: 92%;
    }
    #header-image {
		height: 280px;
	}
	.entry-header h1,
	.entry-header span {
		font-size: 40px;
        margin-top: 0;
	}
}

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

/* SECTION BACKGROUNDS  */

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

.white-bg {
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 80px;
}
.white-bg-top {
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 0;
}
.white-bg-bottom {
	background-color: #FFF;
	padding-top: 0;
	padding-bottom: 80px;
}
.white-bg-none {
	background-color: #FFF;
	padding-top: 12px;
	padding-bottom: 12px;
}
.white-bg .video-wrapper,
.white-bg-top .video-wrapper,
.white-bg-bottom .video-wrapper  {
	background-color: #F6F6F6;
	border-radius: 4px;
	padding: 8px;
}
.gray-bg {
	background-color: #F6F6F6;
	padding-top: 80px;
	padding-bottom: 80px;
}
.gray-bg-top {
	background-color: #F6F6F6;
	padding-top: 80px;
	padding-bottom: 0;
}
.gray-bg-bottom {
	background-color: #F6F6F6;
	padding-top: 0;
	padding-bottom: 80px;
}
.gray-bg-none {
	background-color: #F6F6F6;
	padding-top: 12px;
	padding-bottom: 12px;
}
.gray-bg .video-wrapper,
.gray-bg-top .video-wrapper,
.gray-bg-bottom .video-wrapper {
	background-color: #FFF;
	border-radius: 4px;
	padding: 8px;
}
.red-bg,
.green-bg,
.black-bg  {
	color: #FFF;
    padding-top: 80px;
	padding-bottom: 80px;
}
.red-bg a,
.green-bg a,
.black-bg a  {
	color: #FFF;
    border-bottom: 1px solid #FFF;
}
.red-bg {
	background-color: #EA6955;
}
.green-bg {
	background-color: #84BF41;
}
.black-bg {
    background-color: #4A4A4A;
}
.red-bg h1, .red-bg h2, .red-bg h3, .red-bg h4, .red-bg h5, .red-bg h6,
.red-bg h1 a, .red-bg h2 a, .red-bg h3 a, .red-bg h4 a, .red-bg h5 a, .red-bg h6 a,
.green-bg h1, .green-bg h2, .green-bg h3, .green-bg h4, .green-bg h5, .green-bg h6,
.green-bg h1 a, .green-bg h2 a, .green-bg h3 a, .green-bg h4 a, .green-bg h5 a, .green-bg h6 a,
.black-bg h1, .black-bg h2, .black-bg h3, .black-bg h4, .black-bg h5, .black-bg h6,
.black-bg h1 a, .black-bg h2 a, .black-bg h3 a, .black-bg h4 a, .black-bg h5 a, .black-bg h6 a {
	color: #FFF;
}
.red-bg .video-wrapper,
.green-bg .video-wrapper,
.black-bg .video-wrapper {
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	padding: 8px;
}
.red-bg .btn-white {
	color: #EA6955;
    border-bottom: none;
}
.green-bg .btn-white {
	color: #84BF41;
    border-bottom: none;
}
.black-bg .btn-white {
	color: #4A4A4A;
    border-bottom: none;
}

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

/* MODAL LOGIN PLUGIN */

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

/*.login-popup {
    min-width: 380px;
}
.login-popup .close-btn {
    top: 10px !important;
    right: 10px !important;
}
.login-popup a.close-btn {
    border-bottom: none;
}
.login-popup a {
    color: #B3AB70 !important;
}
.login-popup h2 {
	color: #797979 !important;
	font-size: 28px !important;
    font-weight: 400;
    text-align: left;
	margin-top: 10px !important;
}
#login-box input {
    font-size: 14px !important;
    margin-top: 5px !important;
    height: 40px !important;
}
#login-box #forgetmenot {
	display: none !important;
}
#login-box #form .submit .button {
	background: #B3AB70 !important;
}
#login-box #additional-settings {
    font-size: .725em;
    position: absolute;
    bottom: 25px;
}
.login-popup #forgotten h2 {
	color: #797979 !important;
	font-size: 20px !important;
	margin-top: 10px !important;
}*/

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

/* SECTION MENUS */

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

.section-menu {
    position: fixed;
    bottom: 0;
    background-color: #FFF;
    border-top: 1px solid #E5E5E5;
	padding-top: 36px;
	padding-bottom: 10px;
    width: 100%;
    z-index: 9000;
}
.section-menu ul {
	list-style: none;
    text-align: center;
	margin: 0 auto;
	padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.section-menu li {
	float: left;
    font-size: 12px;
    text-align: center;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 2px 26px 2px !important;
    white-space: nowrap;
}
.section-menu li a {
	border: none;
    border-radius: 4px;
	background-color: #F6F6F6;
    color: #727272;
	text-decoration: none;
    padding: 8px 10px;
	white-space: nowrap;
}
.section-menu li a:hover {
	color: #FFF;
	background-color: #EA6955;
}
.section-menu span {
	float: left;
	color: #4A4A4A;
	font-size: 14px;
    font-weight: 700;
	text-transform: uppercase;
	padding: 14px 10px 13px 0;
}

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

/* CALLOUTS  */

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

.callout {
	text-align: center;
}
.callout p {
	font: normal 36px/120% 'Playfair Display', Georgia, 'Times New Roman', serif;
}
@media (max-width: 767px) {
	.callout p {
		font-size: 24px;
	}
}
.callout .btn {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

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

/* QUOTE  */

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

.quote {
    background: url(assets/images/icon_blockquote.png) no-repeat center -16px / 80px 80px;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	margin-top: 0;
	padding-top: 84px;
	padding-bottom: 40px;
	overflow: visible !important;
}
.red-bg .quote,
.black-bg .quote {
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.quote span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

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

/* FULL WIDTH IMAGE WITH AND WITHOUT TEXT */

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

.full-width-text,
.full-width-no-text {
    position: relative;
}
.full-width-text h1,
.full-width-text h2,
.full-width-text h3,
.full-width-text h4,
.full-width-text h5,
.full-width-text h6 {
	color: #FFF;
	border-bottom: none;
    margin-bottom: 8px;
}
.full-width-text .details-bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.full-width-no-text .details-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.full-width-text .details {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    font-size: 36px;
	font-weight: 400;
	line-height: 140%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    max-width: 90%;
}
.full-width-text .details-caption,
.full-width-no-text .details-caption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: right;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.80);
}

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

/* MAIN COLUMN */

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

/* --- ONE COLUMN --- */

/*.one-column { }*/

/* --- TWO COLUMN LIST --- */

#two-column-list .one-column {
	padding-bottom: 30px;
}
#two-column-list p {
	margin: 0 0 36px 0;
}

/* --- ADD SPACE TO COLUMNS ABOVE --- */

.copy-left {
	padding-right: 40px;
}
.copy-right {
	padding-left: 40px;
}
@media (max-width: 992px) {
	.copy-left,
    .copy-right {
		padding-left: 0;
		padding-right: 0;
	}
}
.copy ul, .copy ol {
	margin: 0;
}
.copy-block-left,
.copy-block-right {
    padding-left: 80px;
    padding-right: 80px;
}
@media (max-width: 992px) {
    .copy-block-left,
    .copy-block-right {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.copy-image-left,
.copy-image-right {
    min-height: 320px;
}
.copy-image-left .details-caption {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: left;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.80);
}
.copy-image-right .details-caption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: right;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.70);
}


/* --- 2 COLUMN CONTENT LIKE BLOG --- */

.entry-content {
	padding-right: 40px;
}
@media (max-width: 992px) {
	.entry-content {
		padding-right: 0;
	}
}
.page-title {
    text-align: left;
}
.page-title h1 {
    margin-bottom: 0;
}
.single-title {
    text-align: left;
}

/* --- ADD SPACE TO PARTNER LOGOS --- */

.client-logo {
	margin: 0 20px 40px 20px;
	max-height: 120px;
	vertical-align: middle;
}

/* --- BOOTSTRAP VIDEO IFRAMES --- */

.embed-responsive {
	clear: both;
    margin-bottom: 24px;
}
.video-responsive .embed-responsive {
    margin-bottom: 0;
}
.tax-video-categories .embed-responsive {
	clear: both;
    margin-bottom: 0;
}
.wp-video {
	margin-bottom: 24px;
}

/* --- FIXES ANCHORS FALLING BEHIND STICKY NAV BAR --- */

/*
#content a.anchor {
	position: relative;
	top: -140px;
	display: block;
}
*/

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

/* FAQS */

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

.faq h4 {
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #E2E2E2;
}
.faqs-accordion .accordion-toggle:after,
.faqs-accordion .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    content: "\e259";
    text-transform: uppercase;
    position: relative;
    float: right;
    color: #929292;
}
.faqs-accordion.active .accordion-toggle:after,
.faqs-accordion.active .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    content: "\e014";
}
.faq-question {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E2E2E2;
}
.faq-question h6 a {
    border-bottom: none;
    font-size: 20px;
    padding-top: 8px;
    cursor: pointer;
}
.faq-question p a {
    font-size: 17px;
}
.collapse {
    background-color: #FFF;
    border-radius: 4px;
    transition: all 0.6s ease;
}
.faq-answer {
    /*margin-top: 12px;*/
    padding: 40px 60px;
}
@media (max-width: 992px) {
    .faq-answer {
        padding: 40px;
    }
}

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

/* TESTIMONIALS LISTING PAGE */

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

p.testimonials-job {
    font-size: 13px;
    margin-bottom: 14px;
    text-transform: uppercase;
    margin-left: -5px;
    margin-right: -5px;
}


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

/* TESTIMONIALS FULL SCREEN */

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

.testimonials-full {
    background-color: #FFF;
}
.testimonials-text {
    position: relative;
}
.testimonials-text .details-bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.30);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.testimonials-text .details {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    font-size: 36px;
	font-weight: 400;
	line-height: 140%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 90% !important;
}
p.testimonials-name {
    color: #FFF;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 0px;
}
p.testimonials-title {
    font-size: 12px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-left: -5px;
    margin-right: -5px;
}
.testimonials-excerpt {
    color: #FFF;
    font-size: 38px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 18px;
}
@media (max-width: 767px) {
    .testimonials-excerpt {
        font-size: 24px;
    }
}

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

/* TESTIMONIALS HALF SCREEN */

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

.testimonials-half .testimonial-carousel .item {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .testimonials-half .testimonial-carousel {
        padding: 48px 70px 60px 70px;
    }
}
.testimonials-half .testimonials-image {
    margin: 0 auto 18px auto;
    width: 100px;
    height: 100px;
}
.testimonials-half .testimonials-image img {
    border-radius: 50%;
    filter: alpha(opacity=100);
	opacity: 1.0;
}
.testimonials-half p.testimonials-title {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 2px;
}
.testimonials-half p.testimonials-job {
    font-size: 13px;
    margin-bottom: 14px;
    text-transform: uppercase;
    margin-left: -5px;
    margin-right: -5px;
}
.testimonials-half .testimonials-excerpt p {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 0;
}

/* --- OWL CAROUSEL - CORE CSS --- */

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel .item img:hover {
	opacity: 0.80 !important;
	transition: all 0.3s ease !important;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* --- OWL CAROUSEL - AGNES THEME --- */

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-nav {
	display: none;
}
/*
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color:#fff;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#d6d6d6;
	display:inline-block;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background:#869791;
	color:#fff;
	text-decoration:none;
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity:.5;
	cursor:default;
}
*/
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 3px;
	background: #E2E2E2;
	display: block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #4A4A4A;
}

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

/* BLOG & POST LISTING PAGES */

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

/* --- POSTS --- */

h3.post-title {
	clear: both;
    color: #4A4A4A;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
	margin: 0 0 8px 0;
	padding: 0;
}
@media (max-width: 767px) {
    h3.post-title {
    	font-size: 22px;
    }
}
h3.post-title a {
	color: #4A4A4A;
}
h3.post-title a:hover {
	color: #4A4A4A;
}
.post-listings h6 {
	font-size: 20px;
	margin: -12px 0 12px 0;
}
.post-listings .video-wrapper {
	background-color: #F6F6F6;
	border-radius: 4px;
	margin-bottom: 24px;
	padding: 8px;
}
.post-line {
	clear: both;
	text-align: left;
	border-bottom: 1px solid #E2E2E2;
	margin: 0 0 60px 0;
	padding: 60px 0 0 0;
}
.post-listing-info {
	color: #727272;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 160%;
	margin: 0 0 16px 0;
}
.post-listing-info a {
	color: #727272;
    border-bottom: 1px solid #E2E2E2;
	text-decoration: none;
}
.post-listing-info a:hover {
	color: #727272;
    border-bottom: 1px solid #727272;
}
.post-listing-image {
    max-width: 100%;
    margin: 0 0 36px 0;
}
@media (max-width: 767px) {
	.post-listing-image {
        float: none;
        max-width: 100%;
        margin: 0 auto 24px auto;
	}
}
.post-excerpt p {
	margin: 0 0 24px 0;
}

/* --- POSTMETADATA IN LISTINGS --- */

.postmetadata-section {
    margin: 0 0 24px 0;
}
.postmetadata {
    color: #727272;
    font-size: 12px;
    line-height: 180%;
    text-transform: uppercase;
    margin: 0;
}
.postmetadata a {
	color: #727272;
	border-bottom: none;
}
.postmetadata a:hover {
	color: #EA6955;
	border-bottom: 1px solid #EA6955;
}
.postmetadata p {
	margin: 0 0 12px 0;
}

/* --- BLOG DATES --- */

.blog-listings .blog-month {
	margin-top: 6px;
}
.blog-month,
.blog-year {
	color: #727272;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	line-height: 125%;
	text-transform: uppercase;
}
.blog-day {
	color: #4A4A4A;
	font-size: 28px;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	margin: 0;
}
@media (max-width: 992px) {
    .blog-listings {
    	margin-bottom: 8px;
        padding-left: 0;
    }
    .blog-month,
    .blog-year,
    .blog-day {
    	float: left;
        font-size: 16px;
        font-weight: 600;
        line-height: 100%;
        text-align: left;
        margin: 0 4px 12px 0 !important;
        padding: 0;
    }
    .blog-month {
        margin: 0 4px 12px 15px !important;
    }
}

/* --- POST AUTHOR BOX --- */

.post-author {
	clear: both;
	border-bottom: 1px solid #E2E2E2;
	margin: 0 0 40px 0;
	padding-bottom: 32px;
	overflow: hidden;
}
.post-author-single {
	clear: both;
	background: #FFF;
	border: 1px solid #E2E2E2;
	border-radius: 4px;
	margin: 0 0 24px 0;
	padding: 20px;
	overflow: hidden;
}
.post-author-image {
	padding-right: 20px;
}
.post-author-image img {
	border: 8px solid #F6F6F6;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 0;
}
.post-author .post-author-image img {
    background-color: #FFF;
    border: 8px solid #FFF;
    margin-bottom: 18px;
}
.post-author-info h1 {
    line-height: 100%;
    margin-top: -20px;
	margin-bottom: 6px;
}
.post-author-info h1 span {
	font-size: 15px;
    text-transform: uppercase;
}
.post-author-info h4 {
	clear: none;
	font-size: 22px;
	margin: 10px 0 6px 0;
}
.post-author-info p {
	font-size: 15px;
	line-height: 160%;
	margin-bottom: 8px;
}
.post-author-info a img {
	margin-right: 3px;
	max-height: 28px;
}
@media (max-width: 767px) {
	.post-author-info h1 {
		font-size: 36px;
	}
}

.featured-image {
    padding-bottom: 15px;
}
.featured-image .well {
    background: #FFF;
    /*box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.15);*/
    border: none;
    border-radius: 0;
}
.featured-icons {
    color: #4A4A4A;
    font-size: 18px;
    margin-top: -24px;
    margin-bottom: 24px;
}
.featured-icons a {
    color: #4A4A4A;
}
.featured-icons a:hover {
    border-bottom: none;
    text-decoration: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.et_monarch .et_social_inline_bottom {
    margin-bottom: 12px;
}

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

/* CATEGORY LISTINGS IN BOXES */

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

.boxes-wrapper {
	background-color: transparent;
	padding-top: 60px;
	padding-bottom: 60px;
}
.boxes-wrapper .well {
    background: #FFF;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.10);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    padding: 19px;
    overflow: hidden;
}
.boxes-wrapper a {
	border-bottom: none;
}
.boxes-wrapper header {
    padding-left: 8px;
}
.boxes-wrapper h5 {
    margin-left: 23px;
}
img.boxes-thumbnail {
    margin-bottom: 14px;
}
.boxes-title p {
	color: #4A4A4A;
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 6px;
}
.boxes-title p a {
	color: #4A4A4A;
}
.boxes-title p a:hover {
	color: #EA6955;
	text-decoration: underline;
}
.boxes-excerpt {
	border-bottom: 1px solid #E2E2E2;
    margin-bottom: 16px;
    padding-bottom: 4px;
}
.boxes-excerpt p {
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 8px;
}
.boxes-excerpt .btn {
	margin-bottom: 0;
}
.boxes-avatar img {
    margin-top: -2px;
    margin-bottom: 4px;
}
.boxes-postmetadata {
    color: #929292;
    font-size: 12px;
    font-weight: 400;
	line-height: 160%;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.boxes-postmetadata a {
    color: #929292;
}
.boxes-postmetadata a:hover {
    color: #4A4A4A;
    text-decoration: underline;
}
.boxes-postmetadata p {
    color: #929292;
    font-size: 12px;
    font-weight: 400;
	line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 0;
}

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

/* MASONRY IN FLEXIBLE CONTENT */

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

.masonry-flexible {
	overflow: hidden;
}
/*ul.masonry-flexible-list {
    list-style: none;
    padding: 0;
    margin: 0;
}*/
.masonry-flexible-list div {
	background-color: #FFF;
	border: 8px solid #F6F6F6;
	border-radius: 4px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
    font-size: 15px;
    text-align: left;
	margin: 0;
    line-height: 160%;
	padding: 20px 20px 0 20px;
	overflow: hidden;
}
div.masonry-list-12 {
	width: 100%;
    left: 0 !important;
}
div.masonry-list-6 {
	width: 47%;
}
div.masonry-list-4 {
    width: 31.9658119%;
}
@media (max-width: 992px) {
	div.masonry-list-4 {
		width: 47%;
	}
}
@media (max-width: 767px) {
	div.masonry-list-6,
    div.masonry-list-4 {
		width: 100%;
		left: 0 !important;
	}
}

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

/* BIO / STAFF */

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

/* --- MAKE 5 COLUMNS --- */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* --- BIO BOXES --- */

.well-item {
    background: #FFF;
    /*box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.15);*/
    border: none;
    border-radius: 0;
}
.well-item a {
    cursor: pointer;
}
.bio-section-margin {
    margin-left: -15px;
    margin-right: -15px;
}
.bio-listing-image {
    margin: 0 auto 16px auto;
    max-width: 100%;
    max-height: 100%;
}
.bio-listing-image.well {
    /* MODAL */
    background: #FFF;
    /*box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.15);*/
    border: none;
    border-radius: 0;
}
p.bio-listing-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    margin-bottom: 0;
}
p.bio-listing-job {
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 0;
}

/* --- MODAL FULLSCREEN --- */

.modal-fullscreen {
    background: #84BF41;
    color: #FFF;
    z-index: 10000;
}
.modal-fullscreen .modal-dialog {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
}
.modal-fullscreen .modal-content {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #4A4A4A;
    text-align: left;
    height: 100%;
    overflow: auto;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-body,
.modal-fullscreen .modal-footer {
    color: #4A4A4A;
    margin: 0 auto;
    max-width: 1080px;
    width: 92%;
}
.modal-fullscreen .modal-header {
    border-bottom: none;
}
.modal-fullscreen .close {
    float: right;
    color: #FFF;
    font-weight: 400;
    font-size: 32px;
    margin-top: 8px;
    opacity: 1.0;
}
.modal-fullscreen .modal-body {
    background-color: #EA6955;
    background-color: rgba(255, 255, 255, 0.20);
    border-radius: 4px;
    padding: 20px;
    overflow: hidden;
}
.modal-fullscreen .modal-title {
    color: #4A4A4A;
    font-size: 32px;
    line-height: 100%;
    margin: 8px 0 24px 0;
}
.modal-fullscreen .modal-title span {
    font-size: 22px;
}
.modal-fullscreen .modal-title span a {
    color: #4A4A4A;
}
.modal-fullscreen .modal-icons {
    color: #4A4A4A;
    font-size: 18px;
    margin-bottom: 24px;
}
.modal-fullscreen .modal-icons a {
    color: #4A4A4A;
}
.modal-fullscreen .modal-icons a:hover {
    border-bottom: none;
    text-decoration: none;
}
@media (max-width: 992px) {
	.modal-fullscreen .close {
        margin-top: 4px;
    }
}

/* --- SINGLE BIO PAGES --- */

.single-bio h1 {
	font-size: 40px;
    margin: 0 0 6px 0;
}
.single-bio h6 {
    margin: 0 0 8px 0;
}
.single-bio-icons {
    margin: 0 0 24px 0;
}

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

/* SIDEBAR */

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

.sidebar {
	color: #727272;
	font-size: 15px;
	line-height: 180%;
}
@media (max-width: 992px) {
    .sidebar {
    	background-color: #FFF;
        margin-top: 60px;
        padding: 20px;
    }
}
.sidebar .widget  {
	background: transparent;
	margin: 0 0 50px 0;
	padding: 0;
	overflow: hidden;
}
.sidebar .widget h3  {
	font-size: 22px;
	font-weight: 400;
	line-height: 140%;
    letter-spacing: normal;
	margin: 0 0 18px 12px;
	padding: 0;
}
.sidebar ol,
.sidebar ul {
	margin: 0 0 24px 0;
	/* padding-left: 24px; */
}

/* --- CATEOGORY WIDGET --- */

.sidebar .widget ul,
.sidebar ul.product_list_widget {
	list-style: none;
	border-bottom: 1px solid #E2E2E2;
	margin: 0;
	padding: 0;
}
.sidebar .widget ul li,
.sidebar ul.product_list_widget li {
    display: block;
    border-top: 1px solid #E2E2E2;
    border-bottom: none;
    margin: 0 0 12px 0;
    padding: 14px 0 0 0;
    text-decoration: none;
}
.sidebar .widget ul li a,
.sidebar ul.product_list_widget li a {
	display: block;
    color: #EA6955;
    border-bottom: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	text-transform: none;
	text-decoration: none;
    padding: 4px 12px;
}
.sidebar .widget ul li a:hover,
.sidebar ul.product_list_widget li a:hover {
	color: #FFF;
	background-color: #EA6955;
	text-decoration: none;
}

/* --- SIDEBAR WOO REVIEWS --- */

.sidebar ul.product_list_widget img {
    display: none;
}
.sidebar .star-rating,
.sidebar .reviewer,
.sidebar .amount {
    font-size: 13px;
    margin-left: 12px;
}

/* --- SIDEBAR TAG CLOUD --- */

.sidebar .tagcloud {
    padding-left: 12px;
}
.sidebar .tagcloud a {
    border-bottom: 1px solid #E2E2E2;
    line-height: 140%;
}

/* --- SIDEBAR MENUS --- */

.sidebar ul.menu {
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
	margin: 0;
	padding: 0;
}
.sidebar ul.menu li {
	margin: 0;
	padding: 0;
}
.sidebar ul.menu li a {
	display: block;
	color: #EA6955;
	border-top: 1px solid #d8d8d8;
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 10px 10px 12px;
}
.sidebar ul.menu li a:hover {
	color: #424242;
    border-bottom: none;
	background-color: #F6F6F6;
	text-decoration: none;
}
.sidebar ul.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar ul.menu li li a {
	padding: 10px 10px 10px 32px;
}
.sidebar ul.menu .current-menu-item > a,
.sidebar ul.menu .current-menu-ancestor > a,
.sidebar ul.menu .current_page_item > a,
.sidebar ul.menu .current_page_ancestor > a {
	color: #424242;
	background-color: #F6F6F6;
	text-decoration: none;
}

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

/* HOMEPAGE */

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

/* --- FLEXSLIDER RESETS --- */

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
	outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}

/* --- FLEXSLIDER BASE STYLES --- */

.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}

/* --- FLEXSLIDER THEME --- */

.slideshow {
	clear: both;
	position: relative;
	margin: 0;
	padding: 129px 0 0 0;
	overflow: hidden;
}
.flexslider {
	position: relative;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
	margin: 0;
	padding: 0;
	zoom: 1;
    height: 480px;
	z-index: 99;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider.loading {
	height: 480px;
	background: #000 url(assets/images/ajax-loader.svg) no-repeat center center;
}

/* --- FLEXSLIDER TEXT --- */

.flexslider .slide {
	text-align: center;
	width: 100%;
	height: 480px;
}
.flexslider .slide:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.flexslider .details {
	display: inline-block;
	background: transparent;
	text-align: right;
	line-height: 120%;
    text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.50);
	margin: 0 -5px;
    padding-top: 160px;
	padding-right: 30px;
	padding-left: 30px;
	vertical-align: middle;
    width: 100%;
	height: 100%;
}
.flexslider .details .container {
	max-width: 1170px;
}
.flexslider h1 {
    color: #FFF;
    font: normal 46px/110% 'Playfair Display', Georgia, 'Times New Roman', serif;
    letter-spacing: 0;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.50);
    margin: 0;
	padding: 0 0 16px 0;
}
.flexslider h1 span {
    border-bottom: 5px solid #FFF;
    position: relative;
    z-index: 1;
}
.flexslider h3 {
	color: #FFF;
    font-size: 20px;
	font-weight: 400;
	line-height: 140%;
    text-transform: none;
	margin: 0 0 24px 0;
}
.flexslider p {
	margin: 0;
}
.flexslider .btn-black {
	background-color: #000;
    text-shadow: none;
}

/* --- FLEXSLIDER DOWN ARROW --- */

/*.flexslider .arrow-down {
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 100%;
	height: 40px;
	z-index: 110;
	zoom: 1;
}
.flexslider .arrow-down:before {
 	content: '';
 	display: inline-block;
 	height: 100%;
 	vertical-align: middle;
 	margin-right: -0.25em;
}
.flexslider .arrow-down a {
	border-bottom: none;
}
@media (max-width: 767px) {
	.flexslider .arrow-down {
		display: none;
	}
}*/

/* --- FLEXSLIDER CONTROL NAV --- */

/*.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 16px;
	height: 16px;
	display: block;
	background: #FFF;
	background: rgba(255, 255, 255, 1.0);
    border-bottom: none;
	cursor: pointer;
	text-indent: -9999px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #FAE100;
}
.flex-control-paging li a.flex-active {
	background: #FAE100;
	cursor: default;
}*/

/* --- FLEXSLIDER DIRECTION NAV --- */

/*.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
    position: absolute;
    display: block;
    position: absolute;
    top: 50%;
    border-bottom: none;
    text-decoration: none;
    margin: -40px 0 0;
    opacity: 0;
    width: 40px;
    height: 76px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    z-index: 10;
}
.flex-direction-nav a.flex-prev,
.flex-direction-nav a.flex-next {
    arrows always on
    display: block;
    opacity: 0.7;
}
.flex-direction-nav .flex-prev {
    background: url(assets/images/arrow_left.png);
    left: 30px;
}
.flex-direction-nav .flex-next {
    background: url(assets/images/arrow_right.png);
    right: 30px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    left: 30px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    right: 30px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}*/

@media (max-width: 992px) {
    .slideshow {
    	padding: 0;
    }
    .flexslider,
    .flexslider.loading,
    .flexslider .slide {
        height: 480px;
    }
    .flexslider .details {
        padding-top: 160px;
    }
}
@media (max-width: 767px) {
    .flexslider,
    .flexslider.loading,
    .flexslider .slide {
        height: 480px;
    }
    .flexslider .details {
        text-align: center;
        padding-top: 140px;
        padding-right: 15px;
		padding-left: 15px;
	}
	.flexslider h1 {
		font-size: 38px;
        line-height: 120%;
	}
    .flexslider h1 span {
        border-bottom: none;
    }
	.flexslider h3 {
		font-size: 18px;
	}
}

.home {
    background-color: #FFF;
}
/* --- HOMEPAGE EMERGENCY MESSAGE --- */

.homepage-message {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 40px;
}
.homepage-message.alert {
	margin-bottom: 0;
}
.homepage-message h6 {
	color: #8a6d3b;
}

/* --- HOMEPAGE INTRO --- */

.homepage-intro {
	background-color: #F6F6F6;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 90px;
	padding-bottom: 70px;
}
.homepage-intro h2 {
    font-size: 46px;
    margin: 0 0 12px 0;
}
@media (max-width: 992px) {
    .homepage-intro h2 {
        font-size: 36px;
    }
}
.homepage-intro-text {
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 24px;
}
.homepage-intro h6 {
    clear: both;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 42px 0 52px 0;
}
.homepage-intro h6.fancy {
    line-height: 0.5;
    text-align: center;
}
.homepage-intro h6.fancy span {
    display: inline-block;
    position: relative;
}
.homepage-intro h6.fancy span:before,
.homepage-intro h6.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 2px solid #4A4A4A;
    top: 4px;
    width: 80px;
}
.homepage-intro h6.fancy span:before {
    right: 100%;
    margin-right: 15px;
}
.homepage-intro h6.fancy span:after {
    left: 100%;
    margin-left: 15px;
}
.homepage-intro .woocommerce ul.products li.product .price {
    margin-bottom: 8px;
}

/* --- HOMEPAGE SERVICES --- */

.homepage-categories {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.homepage-categories-boxes {
    position: relative;
    border: 15px solid #FFF;
}
.homepage-categories-boxes .details-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}
.homepage-categories-boxes .details {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    font: 400 40px/110% 'Playfair Display', Georgia, 'Times New Roman', serif;
    text-align: center;
    text-shadow: 0 2px 12px rgba(0,0,0,0.35);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 80% !important;
}
.homepage-categories-boxes .details-bg:hover {
    background: rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
    .homepage-categories-boxes .details {
        font-size: 32px;
    }
}

/* --- HOMEPAGE FLEXIBLE --- */

.homepage-flexible {
    padding-top: 60px;
	padding-bottom: 20px;
}
.homepage-flexible h2 {
    font-size: 46px;
    margin: 0 0 12px 0;
}
@media (max-width: 992px) {
    .homepage-flexible h2 {
        font-size: 36px;
    }
}
.homepage-flexible .copy-left,
.homepage-flexible .copy-right {
	padding: 40px 0;
    overflow: hidden;
}
.homepage-flexible .copy-block-left {
    padding: 60px 0 0 80px;
}
.homepage-flexible .copy-block-right {
    padding: 60px 80px 0 0;
}
.homepage-flexible .copy-image-left {
    text-align: center;
}
.homepage-flexible .copy-image-right {
    text-align: center;
}
@media (max-width: 992px) {
    .homepage-flexible .copy-block-left {
        padding: 0 30px 0 30px;
    }
    .homepage-flexible .copy-block-right {
        padding: 0 30px 60px 30px;
    }
    .homepage-flexible .copy-image-left {
        text-align: center;
        padding-bottom: 0;
    }
    .homepage-flexible .copy-image-right {
        text-align: center;
        padding-bottom: 60px;
    }
}

/* --- HOMEPAGE INSTAGRAM --- */

.homepage-instagram {
    position: relative;
}
@media (max-width: 640px) {
    .homepage-instagram {
        height: 1280px !important;
    }
}
@media (max-width: 480px) {
    .homepage-instagram {
        height: 4400px !important;
    }
}
.homepage-instagram .details-bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.30);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.homepage-instagram .details {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #D2D2D2;
    font-size: 17px;
	font-weight: 400;
	line-height: 200%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 80% !important;
}
.homepage-instagram h2 {
    color: #FFF;
}
.homepage-instagram h2:before {
    color: #FFF;
    background: #FFF url(assets/images/icon_instagram.png) repeat top center;
}
#sb_instagram a,
#sb_instagram a:active,
#sb_instagram a:focus,
#sb_instagram a:hover {
    border-bottom: 0;
}

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

/* FOOTER */

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

/* --- FOOTER CALLOUT --- */

.footer-notices {
    background-color: #FFF;
    margin: 0;
	padding: 30px;
}
.footer-black-box {
    background-color: #4A4A4A;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 280%;
    text-align: center;
    text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
    overflow: hidden;
}
.checkout .footer-black-box {
    display: none;
}
.footer-black-box  img {
    vertical-align: middle;
}
.footer-black-box-1 {
    text-align: right;
}
.footer-black-box-1:after {
    content: "|";
    padding-left: 24px;
}
.footer-black-box-2 {
    text-align: left;
}
@media (max-width: 992px) {
    .footer-notices {
    	padding: 15px;
    }
    .footer-black-box-1,
    .footer-black-box-2 {
        text-align: center;
    }
    .footer-black-box-1:after {
        display: none;
    }
}

/* --- FOOTER CALLOUT --- */

.footer-callout {
    background-color: #F8F8F8;
    color: #525252;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
	padding-top: 90px;
	padding-bottom: 90px;
}
.checkout .footer-callout {
    display: none;
}
.footer-callout h2 {
    font-size: 46px !important;
    margin: 0 0 12px 0;
}
@media (max-width: 992px) {
    .footer-callout h2 {
        font-size: 38px !important;
    }
}

/* --- FOOTER AREA --- */

#colophon {
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    margin: 0;
	padding: 0 0 60px 0;
}
#colophon a {
	border-bottom: none;
}
#colophon a:hover {
	border-bottom: none;
}

/* --- FOOTER LINKS --- */

.footer-links {
	padding-top: 80px;
	padding-bottom: 40px;
}
.footer-links-logo {
	display: block;
    text-align: left;
	margin: 0 0 8px 0;
	padding: 0;
}
.footer-links-logo img {
	max-height: 100%;
}
@media (max-width: 992px) {
	.footer-links-logo {
		text-align: center;
        margin-left: auto;
		margin-right: auto;
	}
}
.footer-links-brand p {
    color: #929292;
    font-size: 13px;
    line-height: 160%;
    text-transform: uppercase;
    text-align: left;
    padding-right: 50px;
}
@media (max-width: 992px) {
    .footer-links-brand p {
        text-align: center;
    }
}

/* --- FOOTER NAV --- */

.footer-links-list h6 {
	color: #727272;
	font-size: 16px;
    font-weight: 700;
    margin: 0 0 6px 0;
}
 ul.footer-menu {
    list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}
 ul.footer-menu li {
    margin: 0;
}
 ul.footer-menu li a {
	color: #727272;
	font-size: 15px;
    font-weight: 400;
	text-decoration: none;
	line-height: 200%;
}
 ul.footer-menu li a:hover {
	text-decoration: underline;
}
@media (max-width: 767px) {
    .footer-links-list h6,
     ul.footer-menu li {
		 text-align: center;
	}
}

/* --- COPYRIGHT --- */

.footer-links-copyright {
	color: #929292;
	font-size: 14px;
	line-height: 200%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}
.footer-links-copyright a {
	color: #929292;
	text-decoration: none;
}
.footer-links-copyright a:hover {
	color: #929292;
	text-decoration: underline;
}
.footer-links-copyright p {
	margin-bottom: 0;
}

/* --- COPYRIGHT MENU --- */

.footer-links-copyright-menu {
	position: relative;
	list-style: none;
	margin: 0 0 18px 0;
	padding: 0;
}
.footer-links-copyright-menu ul {
    list-style: none;
	margin: 0 0 24px 0;
	padding: 0;
}
.footer-links-copyright-menu li {
	position: relative;
	line-height: 100%;
    transition: all 0.3s ease;
}
.footer-links-copyright-menu > li {
	display: inline-block;
    margin-right: 4px;
}
.footer-links-copyright-menu > li a {
    margin-right: 8px;
}
.footer-links-copyright-menu > li:after {
	content: "|";
}
.footer-links-copyright-menu > li:last-child:after {
	content:  none;
}

/* --- SOCIAL --- */

.footer-links-social {
	text-align: left;
}
.footer-links-social img {
	margin: 6px 3px 0 3px;
}
.footer-links-social img:hover,
.footer-links-social a:hover,
.footer-links-social a:active {
	filter: alpha(opacity=60);
    opacity: 0.6;
    text-decoration: underline;
    border-bottom: none;
}
@media (max-width: 992px) {
    .footer-links-social {
    	text-align: center;
    }
}

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

/* IMAGES */

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

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 6px 24px 12px 0;
}
img.alignleft.icon {
	margin: 0 12px 0 0;
}
img.alignright {
	margin: 6px 0 12px 24px;
}
img.aligncenter {
	margin: 12px auto 24px auto;
}
@media (max-width: 580px) {
	.alignleft {
		display: block;
		clear: both;
		float: none;
		margin: 0 0 20px 0 !important;
	}
	.alignright {
		display: block;
		clear: both;
		float: none;
		margin: 0 0 20px 0 !important;
	}

}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #727272;
	padding-top: 16px;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/* GALLERIES */

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

.gallery {
	clear: both;
	margin: 0 auto 24px auto;
	padding: 0;
}
.gallery .col-xs-6,
.gallery .col-sm-3,
.gallery .col-md-3 {
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 14px;
}
.gallery .gallery-icon {
	width: 100%;
}
.gallery .gallery-caption {
	/*font-size: 13px;
	text-align: center;
	line-height: 15px;
	color: #727272;
	display: block;
	margin: 0;
	padding: 5px 0 0 0;*/
    display: none;
}

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

/* COMMENTS */

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

hr.hr-comments {
	clear: both;
	background-color: #E2E2E2;
	border: 0;
	height: 1px;
	margin: 35px 0 50px 0;
}
#comments h3.comments-title {
	margin: 0 0 60px 0;
}
#comments ul {
	list-style: none;
	margin: 0 0 30px 0;
}
#trackbacks {
	margin: 30px 0 0 40px;
}
ol#commentslist {
	margin: 0;
	list-style: none;
	padding: none;
	padding: 0;
}
#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(assets/images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;
}
.comment {
	position: relative;
	margin: 0;
	padding: 0 0 20px 0;
}
.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 35px;
	width:75px;
	height:75px;
}
#commentForm label,
#comments #respond label {
	text-align: left !important;;
	padding-left: 12px;
}
.comment h5 {
	font-size: 22px;
    margin: 0 0 0 100px;
	padding: 0;
}
.comment .date {
	margin: -5px 0 10px 100px;
	display: block;
	color: #a5a5a2;
	font-style: italic;
	font-size: 13px;
	font-weight: 400;
}
.comment p {
	margin: 0 0 10px 100px;
}
.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 100px;
}
.comment-reply {
	display: inline-block !important;
	padding: 0 0 0 10px;
}
#comment-add {
	position: absolute;
	top: -5px;
	right: 0;
}
.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;
}
#trackbacks ul {
	margin: -5px 0 15px 0;
}
#trackbacks ul li {
	padding: 5px 0 5px 20px;
}

/* Comment Form */

#commentForm {
	position: relative;
	margin: 10px 0 30px 0;
	padding-bottom: 30px;
}
#comments h3 {
	margin: 10px 0 12px 0;
}
#comments #respond {
	position: relative;
	margin: 0 0 0 100px;
	padding: 0 0 40px 0;
}
#respond .form-allowed-tags {
	display: none;
}
#respond form {
	margin: 0;
	padding: 0;
	position: relative;
}
.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}
#cancel-comment-reply-link {
	margin-left: 20px !important;
}
/*.comment-author .fn {
	font-weight: 700;
}
.bypostauthor {
    background-color: #F8F8F8;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px;
}
.bypostauthor .avatar {
	position: absolute;
	left: 20px;
	top: 20px;
}*/

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

/* FOOBOX STYLES */

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

.fbx-fullscreen-mode.fbx-light {
	background-color: #222;
}
.fbx-fullscreen-mode.fbx-rounded .fbx-close,
.fbx-fullscreen-mode.fbx-rounded .fbx-fullscreen-toggle,
.fbx-fullscreen-mode.fbx-metro .fbx-close,
.fbx-fullscreen-mode.fbx-metro .fbx-fullscreen-toggle {
	opacity: .2;
	border-radius: 5px;
}
.fbx-fullscreen-mode.fbx-rounded .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded .fbx-next,
.fbx-fullscreen-mode.fbx-rounded.fbx-slideshow .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded.fbx-slideshow .fbx-next,
.fbx-fullscreen-mode.fbx-rounded.fbx-sticky-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded.fbx-sticky-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-metro.fbx-sticky-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-metro.fbx-sticky-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-rounded.fbx-inset-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded.fbx-inset-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-metro.fbx-inset-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-metro.fbx-inset-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-metro .fbx-prev,
.fbx-fullscreen-mode.fbx-metro .fbx-next {
	top: 50%;
	margin-top: -40px;
	width: 28px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	border: none;
	opacity: .5;
}
.fbx-inner-shadow, .fbx-rounded .fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,
.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow,
.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,
.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev.fbx-btn-shadow:before,
.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next.fbx-btn-shadow:before,
.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev.fbx-btn-shadow:before,
.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next.fbx-btn-shadow:before {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.fbx-close-overlays {
	top: 10px;
	right: 0;
}
.fbx-close-overlays {
	border-bottom: none;
}
.fbx-light,
.fbx-light .fbx-caption,
.fbx-light .fbx-open-caption,
.fbx-light.fbx-phone .fbx-social {
    background-color: #303030;
    background-color: rgba(28, 28, 28, 0.5);
}
a.fbx-close-caption,
a.fbx-open-caption {
    color: #626262;
    text-decoration: none;
    border-bottom: none;
}
.fbx-caption-title {
    font-size: 18px;
    line-height: 180%;
    padding: 15px;
}
.fbx-caption-desc {
	font-size: 158px;
    line-height: 160%;
    padding: 15px 15px 20px 15px;
}

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

/* MULTI-POST NAVIGATION */

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

.pagenavi-wrapper {
    background-color: #F6F6F6;
    padding-top: 0;
    padding-bottom: 40px;
}
.wp-pagenavi {
	clear: both;
    /*border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;*/
    font-size: 15px;
	margin: 0 0 0 12px;
	padding: 0;
	text-align: left;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 6px 9px 5px 9px;
	font-weight: 400;
	color: #727272;
	line-height: 20px;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #E8E8E8;
	border-radius: 4px;
    margin-right: 2px;
}
.wp-pagenavi a:visited {
	text-decoration: none;
	color: #727272;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	border-radius: 4px;
}
.wp-pagenavi a:hover {
	color: #FFF;
	background-color: #EA6955;
	border: 1px solid #EA6955;
	border-radius: 4px;
}
.wp-pagenavi a:active {
	text-decoration: none;
	color: #727272;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	border-radius: 4px;
}
.wp-pagenavi span {
	font-weight: 400;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	border-radius: 4px;
}
.wp-pagenavi span.pages {
	padding: 6px 9px 5px 0;
	color: #727272;
	font-weight: 400;
	/* border: 1px solid #FFF; */
	border-radius: 4px;
}
.wp-pagenavi span.current {
	padding: 6px 9px 5px 9px;
	font-weight: 400;
	color: #FFF;
	background-color: #EA6955;
	/* border: 1px solid #FFF !important; */
	border-radius: 4px;
}
.wp-pagenavi span.extend {
	padding: 6px 2px 5px 2px;
	font-weight: 400;
	color: #727272;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	border-radius: 4px;
}


.post-navigation {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;

}
.post-navigation-next {
    text-align: right;
}

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

/* TABLES */

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

.table-responsive {
    border: none;
}
.table {
    font-size: 14px;
}
.table p {
    margin-bottom: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.dataTable th {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 16px 8px;
}
.table-no-border > tbody > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tfoot > tr > td,
.table-no-border > tfoot > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > thead > tr > th {
    padding: 20px 12px;
    text-align: center;
    border-top: none;
}
.table > tbody > tr > td.table-center {
    text-align: center !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #FFF;
}

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

/* TOOLTIPS */

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

.tooltip {
	font-size: 12px;
    z-index: 2000;
}
.tooltip.top {
	/* margin-top: -16px; */
}
.tooltip-inner {
	max-width: 320px;
	padding: 6px 10px;
	color: #FFF;
	text-align: left;
    font-weight: 400;
	background-color: #4A4A4A;
	border: 1px solid #4A4A4A;
	border-radius: 4px;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #4A4A4A;
}

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

/* BUTTONS */

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

.btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 180%;
    text-decoration: none;
    text-transform: uppercase;
	margin-top: 4px;
	white-space: normal;
}
.btn-lg {
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
}
.btn-sm {
    font-size: 12px;
}

/* --- GREEN --- */

.btn-primary,
.btn-green {
	color: #FFF;
	background-color: #84BF41;
	border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-primary:active,
.btn-primary.active,
.btn-green:active,
.btn-green.active {
	background-image: none;
}

/* --- RED --- */

.btn-red {
	color: #FFF;
	background-color: #EA6955;
	border: none;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-red:active,
.btn-red.active {
	background-image: none;
}

/* --- WHITE --- */

.btn-white {
	color: #4A4A4A;
	background-color: #FFF;
	border: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-white:active,
.btn-white.active {
	background-image: none;
}

/* --- BLACK --- */

.btn-black {
	color: #FFF;
	background-color: #4A4A4A;
	border: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-black:active,
.btn-black.active {
	background-image: none;
}

/* --- GRAY --- */

.btn-gray {
	color: #929292;
	background-color: #F6F6F6;
	border: none;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active{
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-gray:active,
.btn-gray.active {
	background-image: none;
}

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

/* CUSTOMIZED GRAVITY FORM STYLES */

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

select,
textarea,
input[type="text"],
input[type="password"],
input[type="checkbox"],
input[type="radio"],
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"],
.uneditable-input {
	color: #727272 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 100% !important;
	background-color: #FFF !important;
    border: 1px solid transparent !important;
	border-radius: 4px !important;
	padding: 8px !important;
}
select,
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="tel"],
.uneditable-input {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10) !important;
    height: 48px !important;
}
textarea {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10) !important;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
/*input[type="search"]:focus,*/
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	color: #4A4A4A !important;
    background-color: #E8E8E8 !important;
	outline: 5px auto -webkit-focus-ring-color !important;
	padding: 8px !important;
}

.gform_wrapper {
	margin: 0 !important;
}
.gform_wrapper ul li.gfield {
    margin-top: 20px !important;
    padding-top: 0;
}
.gform_wrapper .top_label .gfield_label {
	font-size: 18px !important;
	margin: 20px 0 4px 0 !important;
	font-weight: 400 !important
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	font-weight: 400 !important;
}

/* --- LARGE FORM TEXT --- */

.gform_wrapper .gsection {
	border-bottom: 1px solid #E2E2E2 !important;
	padding: 48px 16px 0 0 !important;
}
.gform_wrapper h3.gform_title {
	color: #4A4A4A !important;
	font-size: 32px !important;
	font-weight: 400 !important;
	line-height: 140% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.gform_wrapper h2.gsection_title {
	font-size: 26px !important;
	font-weight: 400 !important;
	padding: 30px 0 6px 0 !important;
}
.gform_wrapper .gsection .gfield_label {
	font-size: 22px !important;
	font-weight: normal !important;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
    font-size: 16px !important;
    margin-right: 7px !important;
    vertical-align: text-top !important;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    font-size: 16px !important;
    vertical-align: text-top !important;
    max-width: 90% !important;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
    margin: 0 0 12px 0 !important;
}

/* --- SMALL FORM TEXT --- */

.gform_wrapper .ginput_complex label {
	color: #888 !important;
	font-size: 11px !important;
	font-style: italic !important;
	margin: 0 0 3px 0 !important;
}
.gform_wrapper .ginput_complex .ginput_left {
	clear: left;
}
.gform_wrapper .description_above .gfield_description {
	color: #888 !important;
	font-size: 13px !important;
	font-style: italic !important;
	line-height: 140% !important;
	margin: 0 !important;
	padding: 0 0 6px 0 !important;
}
.gform_wrapper em {
	color: #999 !important;
	font-style: italic !important;
}
.gform_wrapper span.gform_description {
    font-weight: 400 !important;
 }
.gform_wrapper .gfield_description, .gform_wrapper .instruction {
	color: #494949 !important;
	font-size: 11px !important;
	font-style: italic !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 0 0 6px 0 !important;
}

/* --- DROP DOWNS --- */

.gform_wrapper .gform_body .gform_fields .gfield select {
	height: 48px;
}
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
.gform_wrapper.gf_browser_chrome .ginput_complex select {
    text-indent: 2px;
    line-height: 1.5em;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

/* --- ENHANCED DROP DOWNS --- */

.gform_wrapper .gform_body .chosen-container .chosen-single {
	color: #727272;
	font-size: 20px;
	border: 1px solid #ccc;
	padding: 6px 0 0 8px;
	height: 38px;
}
.gform_wrapper .gform_body li.active-result {
	font-size: 16px;
	padding: 8px;
}
.gform_wrapper .gform_body .chosen-container-single .chosen-single div b {
	background-position-y: 10px !important;
}

/* --- ERRORS, MESSAGES --- */

.gform_wrapper .gfield_required {
	color: #930 !important;
}
.gform_wrapper .gfield_error {
	background-color: #F0E1D9 !important;
	border: 1px dotted #C89797 !important;
}
.gform_wrapper .gfield_error .gfield_label {
	color: #930 !important;
}
.gform_wrapper .validation_error {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper .validation_message {
	color: #930 !important;
	font-family: inherit !important;
}
#gforms_confirmation_message {
	background-color: transparent !important;
	font-size: 18px !important;
	color: #727272 !important;
	text-align: left !important;
	border: none !important;
	margin: 10px 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}
.gform_wrapper .gform_footer {
	margin: 0 !important;
}

/* --- SUBMIT BUTTON COLOR --- */

.gform_wrapper input.button {
	color: #fff;
	background-color: #EA6955;
  	display: inline-block;
	margin-bottom: 24px !important;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	user-select: none;
}
.gform_wrapper input.button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.gform_wrapper input.button:hover,
.gform_wrapper input.button:focus {
	color: #fff;
	background-color: #222;
	border-color: #222;
	text-decoration: none;
}
.gform_wrapper input.button.active,
.gform_wrapper input.button:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* --- HTML FORMS --- */

.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul {
    list-style-type: disc !important;
    margin: 1em 0 1.5em 2.5em !important;
    padding-left: 0 !important;
}

/* --- GF FOOTER SUBSCRIBE FORM --- */

.gravity-forms-footer input[type="text"] {
	color: #929292 !important;
    background-color: #F6F6F6 !important;
    font-size: 14px !important;
}
.gravity-forms-footer label {
	display: none !important;
}
.gravity-forms-footer .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}
.gravity-forms-footer .top_label div.ginput_container {
    margin-top: 0 !important;
}
.gravity-forms-footer ul li.gfield {
    margin-top: 14px !important;
}
.gravity-forms-footer input.button {
	color: #FFF !important;
	background-color: #4A4A4A !important;
    border: none !important;
    font-size: 12px !important;
    padding: 8px 10px !important;
}
.gravity-forms-footer input.button:hover {
	background-color: #EA6955 !important;
}

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

/* CUSTOMIZED WOOCOMMERCE STYLES */

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

/* --- WOOCOMMERCE GENERAL --- */

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    background-color: #FFF;
    padding: 12px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    /*majority of buttons*/
    background-color: #525252;
    padding: 16px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.argmc-submit {
    /*checkout and place order buttons*/
    background-color: #EA6955;
    padding: 16px;
}
.woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    font-size: 14px;
    font-weight: 600;
    color: #FFF !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 16px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #222;
    color: #FFF;
    padding: 16px;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #B2B2B2;
    padding: 16px;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    background-color: #B2B2B2;
    padding: 16px;
}
/*.woocommerce .sidebar {
    display: none;
}*/
.woocommerce span.onsale {
    background-color: #84BF41;
     padding: 0;
}

/* --- WOOCOMMERCE SHOP NOTICE --- */

.woocommerce-store-notice,
p.demo_store {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 16px;
    padding: 20px;
    text-align: center;
    background-color: #4A4A4A;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.20);
    display: none;
}
@media (max-width: 767px) {
    .woocommerce-store-notice,
    p.demo_store {
        font-size: 12px;
        padding: 10px;
        line-height: 130%;

    }
}

/* --- WOOCOMMERCE SHOP PAGE --- */

.woocommerce .woocommerce-result-count {
    font-size: 14px;
    margin: 0 0 24px 0;
}
.woocommerce .woocommerce-ordering {
    margin: -6px 0 24px 0;
}
@media (max-width: 480px) {
    .woocommerce .woocommerce-ordering {
        float: none;
        clear: both;
    }
}
.woocommerce .woocommerce-ordering select {
    color: #727272 !important;
    font-size: 14px !important;
    border: none !important;
    border-radius: 0 !important;
    background-color: #FFF !important;
    height: 42px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: #FFF;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 19px;
}
/*.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
    color: #525252;
}*/
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font: 600 15px/140% 'Open Sans', Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0 0 12px 0;
}
.woocommerce ul.products li.product a .woocommerce-product-details__short-description p,
.woocommerce-page ul.products li.product a .woocommerce-product-details__short-description p {
    color: #929292;
    margin-bottom: 18px;
}
.woocommerce ul.products li.product .star-rating {
    text-align: center;
    margin: 0 auto 12px auto;
}
.woocommerce ul.products li.product .button {
    background-color: #4A4A4A;
    font-size: 12px;
    margin: 0 auto 18px auto;
    padding: 10px 12px;
}
.woocommerce ul.products li.product .button:hover {
    background-color: #EA6955;
}
.woocommerce ul.products li.product .price {
    color: #828282;
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 16px;
}
.woocommerce ul.products li.product .price del {
    display: none;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    font-weight: 400;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 2.8% 30px 0;
    width: 22.80%;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 0 !important;
}
@media (max-width: 992px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product {
        margin: 0 0 30px 0;
        width: 47.5%;
    }
}
@media (max-width: 580px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product {
        width: 100%;
        float: left;
        clear: both;
        margin: 0 auto 30px auto;
    }
}
.woocommerce nav.woocommerce-pagination ul {
    background: transparent;
    padding: 0;
    border: none;
    border-right: 0;
    margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
    padding: 0;
    margin: 3px;
}
.woocommerce nav.woocommerce-pagination ul li a {
    background-color: #FFF;
    border-bottom: none;
    color: #4A4A4A;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #4A4A4A;
    color: #FFF;
}

/* --- WOOCOMMERCE PRODUCT SINGLE PAGE --- */

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(1) {
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.05);
    margin-bottom: 6px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    box-shadow: none;
    padding: 0 3px;
}
.woocommerce .woocommerce-breadcrumb {
    font-size: 12px;
    color: #B2B2B2;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 105%;
    margin-top: -20px;
    margin-bottom: 20px;
}
.woocommerce .woocommerce-breadcrumb a {
    border-bottom: none;
    color: #B2B2B2;
}
.woocommerce .woocommerce-breadcrumb a:hover {
    border-bottom: none;
    text-decoration: underline;
}
.woocommerce div.product div.summary {
    margin-bottom: 60px;
}
.woocommerce h1.product_title {
    font-size: 36px;
    margin-bottom: 16px;
}
.woocommerce h2 {
    font-size: 28px;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 16px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #4A4A4A;
    font-size: 22px;
    line-height: 200%;
}
.woocommerce .quantity input[type="number"] {
    padding: 12px 0 12px 14px !important;
}
.woocommerce .product_meta {
    color: #727272;
    font-size: 12px;
    font-weight: 700;
    line-height: 160%;
    text-transform: uppercase;
}
.woocommerce .product_meta a {
    color: #727272;
    font-weight: 400;
    text-decoration: none;
    border-bottom: none;
}
.woocommerce div.product span.sku_wrapper,
.woocommerce div.product span.posted_in,
.woocommerce div.product span.tagged_as {
    display: block;
    margin-bottom: 8px;
}
.woocommerce div.product .variations label {
    color: #525252;
    font-size: 18px !important;
    margin: 0 !important;
    font-weight: 400 !important;
}
.woocommerce div.product .variations-field {
    padding-bottom: 20px;
}
.woocommerce div.product .variations select {
    font-size: 17px;
    color: #929292 !important;
    height: 42px;
}
.woocommerce div.product form.cart .reset_variations {
    clear: both;
    display: inline-block;
    visibility: hidden;
    font-size: .83em;
}
.woocommerce div.product span.sku_wrapper,
.woocommerce div.product span.posted_in,
.woocommerce div.product span.tagged_as {
    display: block;
}
.woocommerce .related.products {
    clear: both;
    padding-top: 0;
}
.single .up-sells,
.single .related {
    clear: both;
}

/* --- WOOCOMMERCE TABS --- */

.woocommerce div.product .woocommerce-tabs {
    background-color: #FFF;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 60px;
    padding: 30px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    background-color: transparent;
    border: none;
    border-radius: 0;
    /*padding-top: 24px;*/
}
.woocommerce div.product .woocommerce-tabs .panel {
    box-shadow: none;
    margin: 0 0 24px 0;
    padding: 0 0 24px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0 0 30px -15px;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    display: inline-block;
    position: relative;
    border: none;
    margin: 0 15px;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    left: 0;
    border: none;
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #A2A2A2;
    font: normal 20px/160% 'Playfair Display', Georgia, 'Times New Roman', serif;
    text-decoration: none;
    border-bottom: 4px solid #F4F4F4;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #4A4A4A;
    background: transparent;
    border-radius: 0;
}
.woocommerce div.product .wc-tab h2 {
    display: none;
}
.woocommerce div.product .wc-tab .table-responsive {
    margin-bottom: 40px;
}
table.product-attributes {}
table.product-attributes p {
    margin-bottom: 0 !important;
    font-size: 15px !important;
    line-height: 140% !important;
    padding-top: 5px !important;
}
.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 64px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 82px;
}
.woocommerce #reviews h3 {
    font-size: 20px;
    margin: 0 0 16px 0;
}

/* --- WOOCOMMERCE MY ACCOUNT PAGES --- */

/*.woocommerce-account h2 {
    padding: 0 0 40px 0;
}*/
.woocommerce-account h3 {
    font-size: 28px;
    letter-spacing: normal;
    margin-bottom: 8px;
}
.woocommerce-MyAccount-navigation {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}
@media (max-width: 992px) {
    .woocommerce-MyAccount-navigation {
        padding: 0;
    }
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
	margin: 0 0 0 -12px;
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
	margin: 0;
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	display: block;
	color: #4A4A4A;
	border-top: 1px solid #d8d8d8;
    border-bottom: none;
	font-size: 15px;
	font-weight: 400;
	line-height: 120%;
	text-decoration: none;
	padding: 10px 10px 10px 12px;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	color: #222;
	background-color: #E5E5D1;
    border-bottom: none;
	text-decoration: none;
}
.woocommerce-MyAccount-navigation li.is-active {
	color: #222;
	background-color: #FFF;
	text-decoration: none;
}
.woocommerce .my-membership-tabs {
    display: none;
}
.woocommerce .my-membership-section h3 {
    display: none;
}
.woocommerce table.shop_table th.membership-content-excerpt,
.woocommerce table.shop_table td.membership-content-excerpt {
    display: none;
}

/* --- WOOCOMMERCE LOGIN BOXES --- */

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: none;
    margin: 0;
    padding: 0;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    background: #FFF;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.05);
    margin-bottom: 30px;
    padding: 20px;
}

/* --- WOOCOMMERCE CART --- */

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 140px !important;
    height: 47px;
}
.woocommerce .cross-sells,
.woocommerce-page .cross-sells {
    background-color: #F6F6F6;
    border-top: 1px solid #E5E5E5;
    margin-top: 30px;
    padding-top: 40px;
    float: none;
    width: 100%;
}

/* --- WOOCOMMERCE ARG MULTI-STEP CHECKOUT PLUGIN --- */

@media (min-width: 1200px) {
    .argmc-wrapper .argmc-form-steps {
        padding-left: 20%;
        padding-right: 20%;
    }
}
.argmc-login-tabs .tab-item {
    font-size: 28px !important;
    font-weight: 300;
    margin: 0 0 24px 0;
}

/* --- WOOCOMMERCE CHECKOUT BILLING & SHIPPING --- */

#billing_country_field strong,
#shipping_country_field strong {
    font-weight: 300;
}
.woocommerce-shipping-fields h3 label {
    font-size: 16px;
    font-weight: 700;
    line-height: 128%;
}
.woocommerce-account-fields .checkbox input[type=checkbox] {
    margin-left: 0;
    position: relative;
}
.woocommerce-shipping-fields .checkbox input[type=checkbox] {
    margin-left: 0;
}
.woocommerce-shipping-fields label span {
    margin-left: 22px;
}

/* --- WOOCOMMERCE CHECKOUT SELECT FIELDS --- */

.select2-dropdown {
    border: 1px solid transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #727272;
    font-size: 16px;
    font-weight: 300;
    line-height: 42px;
}
.select2-container .select2-selection--single {
    height: 42px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);
}
.select2-container--default .select2-selection--single {
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    /*down arrow*/
    height: 42px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
ul.select2-results__options li {
    padding: 0 6px 0 12px;
    margin: 0;
}

/* --- WOOCOMMERCE CHECKOUT ORDER REVIEWS --- */

.woocommerce table.shop_table {
    border: 0;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 4px;
}

/*.order-review {
    background: #FFF;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    padding: 30px 20px 0 20px;
}
.order-review h3 {
    font-size: 28px;
    letter-spacing: normal;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    background-color: #F6F6F6 !important;
}
.woocommerce form .form-row {
    margin: 0 0 12px 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    padding: 6px 12px;
    vertical-align: middle;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td {
    background-color: rgba(0, 0, 0, 0.025);
}
.woocommerce ul#shipping_method li label {
    font-size: 14px;
    text-indent: 0;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total td {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.woocommerce-checkout-payment p.wc-terms-and-conditions,
.woocommerce-checkout-payment .checkbox-small {
    font-size: 14px;
    font-weight: normal;
    line-height: 160%;
    margin-bottom: 6px;
}*/
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0;
    padding: 20px 20px 0 20px;
}
/*#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #E5E5D1 #E5E5D1 #E5E5D1;
}*/

/* --- WOOCOMMERCE CREDIT CARD --- */

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: #FFF;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #FFF;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #FFF;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

/* --- WOOCOMMERCE CHECKOUT TERMS & BUTTON --- */

/*.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
    text-align: left;
    padding: 0 12px 0 0;
    float: none;
}
.woocommerce #payment .terms .input-checkbox {
    display: inline;
    margin: 7px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}
.woocommerce form .form-row label.checkbox span {
    padding-left: 24px;
}
.woocommerce form .form-row label.checkbox span.required {
    padding-left: 0;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    clear: both;
    float: none;
    width: 100%;
}*/

/* --- WOOCOMMERCE THANK YOU PAGE --- */

.woocommerce .order_details {
    margin: 0 0 24px 0;
    list-style: none;
}
p.woocommerce-thankyou-order-received {
    margin-bottom: 12px;
}
ul.woocommerce-thankyou-order-details {
    background-color: #dff0d8;
    padding: 20px 20px 12px 20px;
}

/* --- WOOCOMMERCE INFO BOXES --- */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #FFF;
    color: #65654D;
    border-top: 3px solid #EA6955;
}
.woocommerce-info {
    border-top-color: #EA6955;
}
.woocommerce-info:before {
    color: #EA6955;
}

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

/* WHOLESALE PLUGIN STYLES */

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

#wwof_product_listing_table a.product_link {
    border-bottom: none;
}
.woocommerce a.wwof_add_to_cart_button.button.alt,
.woocommerce button.wwof_add_to_cart_button.button.alt,
.woocommerce input.wwof_add_to_cart_button.button.alt {
    font-size: 13px;
    padding: 8px 10px;
}
.woocommerce a.wwof_add_to_cart_button.button.alt:disabled,
.woocommerce button.wwof_add_to_cart_button.button.alt:disabled,
.woocommerce input.wwof_add_to_cart_button.button.alt:disabled {
    font-size: 13px;
    padding: 8px 10px;
}
.qty-based-discount-table-description p.desc {
    font-size: 12px;
    font-style: italic;
}
.order-quantity-based-wholesale-pricing-view tr th {
    padding-top: .5em;
    padding-right: 19px;
    padding-bottom: .5em;
    padding-left: 0;
}

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

/* PRINT STYLES */

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

@media print {
	html, body {
		height: auto;
	}
	body {
		background: white;
	    font-size: 10pt;
	    color: black;
	    line-height: 14pt;
	    margin: 0 auto;
	    padding: 0;
	}
	.container-fluid {
		width: 100%;
		border: none;
		background: none;
	}
	.container {
		width: 90%;
		border: none;
		background: none;
	}
	.container-wrapper {
    	padding-top: 0;
    	padding-bottom: 0;
	}
	#header-image {
		height: 80px;
	}
	#header-image img {
		display:none;
	}
	a {
	    color: black;
	    text-decoration: none;
	    border-bottom: none;
	}
	a[href]:after {
    	content: none !important;
	}
	#commentform {
		display:none
	}
	.wp-caption-text {
		font-size: 8pt;
	}
	.alignleft {
		float: left;
		margin: 0;
		padding: 6px 20px 12px 0;
		max-width: 220px;
	}
	.alignright {
		float: right;
		margin: 0;
		padding: 6px 0 12px 20px;
		max-width: 220px;
	}
	.aligncenter {
		float: none;
		margin: 0;
		padding: 12px 0 12px 0;
		max-width: 220px;
	}
	h1, h2, h3, h4, h5, h6 {
		clear: both;
		wrapper-break-after:avoid;
	    wrapper-break-inside:avoid
	}
	blockquote, table, pre {
		wrapper-break-inside:avoid
	}

	ul, ol, dl  {
		wrapper-break-before:avoid
	}
	.et_social_inline {
		display: none;
	}
	.postmetadata {
		display: none;
	}
	.print:last-child {
    	page-break-before: auto;
	}
}
