/*
	Theme Name: DHL2014
	Theme URI: https://my.studiopress.com/themes/eleven40/
	Description: DHL2014 is a customization of eleven40. A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Hearts and Laserbeams
	Author URI: https://www.heartsandlaserbeams.com

	Version: 2.2

	Tags: black, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: https://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Genesis Grid Loop
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
		- Gravity Forms
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Responsive Menu
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Color Styles
		- eleven40 Pro Blue
		- eleven40 Pro Green
		- eleven40 Pro Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

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

/* Box Sizing
--------------------------------------------- */

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

/* Float Clearing
--------------------------------------------- */

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

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

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* fonts */

@font-face {
    font-family: 'ostrich_sansheavy';
    src: url('ostrichsans-heavy-webfont.eot');
    src: url('ostrichsans-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('ostrichsans-heavy-webfont.woff') format('woff'),
         url('ostrichsans-heavy-webfont.ttf') format('truetype'),
         url('ostrichsans-heavy-webfont.svg#ostrich_sansheavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

@import url(https://fonts.googleapis.com/css?family=Sacramento);

@font-face {
    font-family: 'salomeregular';
    src: url('/webfonts/salome-webfont.eot');
    src: url('/webfonts/salome-webfont.eot?#iefix') format('embedded-opentype'),
         url('/webfonts/salome-webfont.woff2') format('woff2'),
         url('/webfonts/salome-webfont.woff') format('woff'),
         url('/webfonts/salome-webfont.ttf') format('truetype'),
         url('/webfonts/salome-webfont.svg#salomeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #000;
	font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook",  serif;
	font-size: 18px;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
}

body.eleven40-landing {
	background-color: #000;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
/*	color: #06af88;*/
color: #2dbcbe;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
/*font-family: 'ostrich_sansheavy', Arial, sans-serif;*/
font-family: 'Montserrat', sans-serif;

	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

h1 {
margin-top: -10px;
	font-size: 2em;
line-height: 1em;
text-transform:uppercase;
}

h2 {
	font-size: 1.1em;
line-height: 1.1em;
text-transform:uppercase;
}

h3 {
	/*font-size: 24px;*/
	letter-spacing: 1px;
text-transform: uppercase;
/*color: #06af88;*/
color:#2dbcbe;
font-size: 1em;
text-transform:uppercase;
}

/*h4 {
	font-size: 20px;
    font-size: 3.5em;
    line-height: 1.2em;
    font-family: 'GloriousSundayScript', Helvetica, Arial, Sans-Serif !important;
    text-transform: lowercase;
}
*/
h5 {
	font-size: 18px;
}

h6 {
	font-size: 1.5em;
	line-height: 1.5em;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-family: 'salomeregular', Helvetica, Arial, Sans-Serif !important;
}

/* Objects
--------------------------------------------- */

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	    background-color: #f5f5f5;
    border: 1px solid black;
    /* border-radius: 3px; */
    box-shadow: 1px 1px 3px #eee inset;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
    padding: 5px 10px;
    width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #ccc;
	outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	  background-color: #000;
border: none;
box-shadow: none;
color: #fff;
cursor: pointer;
font-family: 'Oswald', sans-serif;
font-size: 14px;
font-weight: 400;
letter-spacing: 1px;
padding: 5px 15px;
text-transform: uppercase;
width: auto;
-webkit-font-smoothing: antialiased;
border-radius: 25px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #000;
	color: #fff;
	border-radius: 25px;
}

.button,
.button:hover {
	/*border-radius: 3px;*/
	display: inline-block;
	text-decoration: none;

}

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

/* Tables
--------------------------------------------- */

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

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2em;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.eleven40-landing .wrap {
	max-width: 800px;
}

.site-inner {
	clear: both;
	margin: 0px 0 40px;
}

.site-inner .wrap {
  /* border-bottom: double #ddd; */
  padding: 0;
}

.eleven40-landing .site-inner {
	margin: 0;
	padding: 0;
}

.eleven40-landing .site-inner .wrap {
	border: none;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 950px;
}

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

.sidebar-sidebar-content .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
/*	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;*/
	float: right;
padding: 10px 40px 24px;
width: 875px;
}

.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.content-sidebar-sidebar .content {
	width: 660px;
}

.content-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}

.content-sidebar-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}

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

.sidebar-content .content {
	border-right: none;
	padding-right: 0;
}

.sidebar-sidebar-content .content {
	border-right: none;
	padding-right: 0;
}

.full-width-content .content {
	border: none;
	padding: 20px 0 0;
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 250px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	margin: -37px 0;
border-right: 2px solid #edebe4;
text-align: center;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 150px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Genesis Grid Loop
--------------------------------------------- */

.genesis-grid-even,
.genesis-grid-odd {
	margin-bottom: 20px;
	/*width: 48%;*/
	width: 100%;
border-bottom: 2px solid #edebe4;
}

.genesis-grid-even {
	float: none;

}

.genesis-grid-odd {
	/*clear: both;
	float: left;*/
	clear: both;
float: none;

}

.genesis-grid .entry-title,
.genesis-grid .entry-title a {
	font-size: 24px;
	line-height: 1.2;
	float: right;
}

/* Column Classes
	Link: https://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 64px;
	width: 64px;
}

.entry-comments .avatar {
	height: 48px;
	margin: 0 16px 24px 0;
	width: 48px;
}

.sticky {
}

.search-form {
	  overflow: hidden;
  width: 110px;
  color: #edda50 !important;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
	color: #edda50 !important;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
/*	margin-bottom: 12px; */
margin-bottom:0px;
}

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

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

img.alignleft,
.featured-content .alignleft img,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.featured-content .alignright img,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	font-size: 16px;
	margin-bottom: 32px;
	padding: 12px 16px;
}

.archive-description,
.author-box {
	background-color: white;
color: black !important;
margin-bottom: 10px;
padding: 30px 20px 20px;
border: 3px solid #EDDA4F;
border-radius: 20px;
}

.sidebar-content-sidebar .archive-description,
.sidebar-content-sidebar .author-box {
	margin: 0 -40px 40px;
}

.archive-description h1,
.author-box h1 {
	color: black;
font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook", serif;
font-size: 16px;
font-weight: 700;
margin-bottom: 4px;
}

.archive-description p,
.author-box p {
	font-size: 15px;
	margin-bottom: 0;
}

/* Headings
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	line-height: 1;
}

.entry-title a,
.sidebar .widgettitle a {
	color: #000;
}

.entry-title a:hover {
	color: #06af88;
	text-decoration: none;
}

.widgettitle {
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 24px;
	text-transform: uppercase;
	font-family: "Montserrat", Arial, sans-serif;
	font-weight:bold;
}

.site-header .widget-area .widgettitle {
	color: #fff;
	margin-bottom: 4px;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 12px;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 24px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	/*background-color: #000;*/
	left: 0;
	min-height: 65px;
	/*position: fixed;*/
	top: 0;
	width: 100%;
	z-index: 999;
}

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

.header-image .site-header {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0;
	padding: 20px 0;
	text-transform: uppercase;
	display:none;
}

.header-image .site-title {
	padding: 0;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.header-image .site-title a {
	display: block;
	float: left;
	min-height: 65px;
	text-indent: -9999px;
	width: 100%;
}

.site-description {
	border-bottom: double #ddd;
	border-top: double #ddd;
	font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook",  serif;
	font-size: 30px;
	overflow: hidden;
	margin: 40px 0 0;
	padding: 24px 0;
	text-align: center;
	display:none;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #fff;
	float: right;
	text-align: right;
	width: 800px;
}

.site-header .search-form {
	float: right;
	margin-top: 6px;
}

.site-header .widget_text {
	margin-top: 20px;
}

.site-header .widget_text p {
	margin-bottom: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	border-width: 0;
	display: inline-block;
	margin: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	/*border: none;
	color: #fff;
	display: block;
	padding: 26px 18px 25px;
	position: relative;*/
border: none;
color: #fff;
display: block;
padding: 0px 10px 10px;
position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #ed702b;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 185px;
z-index: 99;
margin-left: 0px;
padding-bottom:10px;
}

.genesis-nav-menu .sub-menu a {
	/*border: 1px solid #eee;*/
	border-top: none;
	letter-spacing: 0;
	padding: 16px 20px;
	position: relative;
	width: 190px;
	    font-weight: normal !important;
}

.nav-primary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -47px 0 0 189px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
float: right;
/* float: none;
width: 875px;
width:830px;*/
width:100%;
background-color: white;
text-align: center;
padding-top: 0px;
padding-bottom:0px;
border-bottom: 2px solid #edebe4;
border-top: 2px solid #edebe4;
}

.nav-primary .genesis-nav-menu a {
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1em;
    font-weight: bold;
}

.nav-primary .genesis-nav-menu > .menu-item > a {
	    /* letter-spacing: .5px; */
    text-transform: uppercase;
    color: #EDDA50;
    font-size: .8em;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-primary .sub-menu .current-menu-item > a:hover {
/*	color: #ed702b; */
	/*color: #edda50 !important;*/
	color:black !important;
}

.nav-primary .sub-menu {
	background-color: white;
border: 2px solid #edebe4;
}

.nav-primary .sub-menu a {
	padding: 5px 10px;
  color: black;
}

.nav-primary .sub-menu a:hover, .nav-primary .genesis-nav-menu > .menu-item > a:hover {
color: #06af88;
}



.nav-primary .sub-menu .current-menu-item > a {
	color: #fff;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
line-height: 1.625;
position: absolute;
top: 32px;
background-color: #ddd;
width: 1140px;
}

.nav-secondary a {
font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook",  serif;
margin: 0 10px;
padding: 0 20px;
font-family: 'ostrich_sansheavy', Arial, sans-serif;
font-size: 1.2em;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: #06af88 !important;
}

.nav-secondary .sub-menu .current-menu-item > a {
	color: #fff;
}

#nav_menu-2  .current-menu-item > a {
	color: white !important;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.single .entry {
	margin-bottom: 16px;
}

.eleven40-landing .entry {
	background-color: #fff;
	padding: 40px 40px 16px;
}

.genesis-grid {
	font-size: 16px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 20px;
line-height: 1.2em;
/*font-size: .8em;*/
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

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

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

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

.entry-meta {
	clear: both;
	color: #999;
	font-size: 16px;
}

.genesis-grid .entry-meta {
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top:2px solid #edebe4;;
	padding-top: 12px;
	display: none;

}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 40px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #9e9787;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	letter-spacing: 1px;
}

.archive-pagination a:hover,
.archive-pagination li.active a {
	background-color: #a1c89c;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.ping-list {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 16px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.bypostauthor {
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
font-size: 16px;
/* padding-top: 32px;
background-color: #ddd;*/
padding: 0 25px 0px;
}

.sidebar img {
	margin-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul {
	margin-bottom: 0;
}

.widget li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin-bottom: 8px;
	padding-bottom: 8px;
	text-align: left;
	word-wrap: break-word;
}

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

.widget ul ol > li {
	list-style-position: outside;
	text-indent: 0;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ol > li:last-child,
.widget ul > li:last-child {
	border-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 0px;
}

.sidebar .search-form {
	width: 100%;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #aed5c8;
	color: #999;
	clear: both;
	font-size: 16px;
	padding-bottom: 40px;
	padding-top: 40px
}

.footer-widgets-1 {
	width: 63%;
}

.footer-widgets-2 {
	width: 33%;
}

.footer-widgets-1 {
	margin-right: 40px;
	text-align: center;
	border-right:3px solid #fff;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

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

.footer-widgets .entry-title a,
.footer-widgets .widgettitle {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px solid #333;
	list-style-type: none;
	margin-bottom: 8px;
	padding-bottom: 8px;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .latest-tweets li span a {
	color: #ccc;
}

.footer-widgets .mc4wp-form input[type=date], .footer-widgets  .mc4wp-form input[type=email], .footer-widgets  .mc4wp-form input[type=tel], .footer-widgets .mc4wp-form input[type=text], .footer-widgets .mc4wp-form input[type=url], .footer-widgets .mc4wp-form select, .mc4wp-form textarea {
	width:70% !important;
	 margin: 0 auto;
	 font-family: "Montserrat";
text-transform: uppercase;
}

span.about-link a, span.contact-link a {
    font-family: "Montserrat", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
		color:#FFF;
}

span.about-link a {
	padding-right:100px;
}

.footer-widgets .mc4wp-form input[type="submit"] {
	border-radius: 0;
	background-color: #fff;
	color: #aed5c8;
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: bold;
}

.footer-widgets .button {
	border-radius: 0;
	background-color: #fff;
	color: #aed5c8;
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: bold;
}

.mc4wp-form input[type=email] {
	border:0px;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-size: 11px;
	background-color:#aed5c8;
	font-family: "Montserrat", Arial, sans-serif;
	text-transform: uppercase;
}

.site-footer,
.site-footer a {
	color: #fff;
}

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

span.privacypolicy {
    float: right;
}

/*
Color Styles
---------------------------------------------------------------------------------------------------- */

.eleven40-pro-blue .archive-pagination a,
.eleven40-pro-blue .button,
.eleven40-pro-blue .footer-widgets .entry-title a,
.eleven40-pro-blue .genesis-nav-menu a,
.eleven40-pro-blue .site-title a,
.eleven40-pro-blue .site-title a:hover,
.eleven40-pro-green .archive-pagination a,
.eleven40-pro-green .button,
.eleven40-pro-green .footer-widgets .entry-title a,
.eleven40-pro-green .genesis-nav-menu a,
.eleven40-pro-green .site-title a,
.eleven40-pro-green .site-title a:hover,
.eleven40-pro-red .archive-pagination a,
.eleven40-pro-red .button,
.eleven40-pro-red .footer-widgets .entry-title a,
.eleven40-pro-red .genesis-nav-menu a,
.eleven40-pro-red .site-title a,
.eleven40-pro-red .site-title a:hover {
	color: #fff;
}

.eleven40-pro-blue .entry-title a,
.eleven40-pro-green .entry-title a,
.eleven40-pro-red .entry-title a {
	color: #333;
}

.eleven40-pro-blue .nav-secondary a,
.eleven40-pro-green .nav-secondary a,
.eleven40-pro-red .nav-secondary a {
	color: #000;
}

/* eleven40 Pro Blue
--------------------------------------------- */

.eleven40-pro-blue a,
.eleven40-pro-blue .entry-title a:hover,
.eleven40-pro-blue .genesis-nav-menu a:hover,
.eleven40-pro-blue .genesis-nav-menu .current-menu-item > a,
.eleven40-pro-blue .nav-primary .sub-menu a:hover,
.eleven40-pro-blue .nav-secondary .sub-menu a:hover,
.eleven40-pro-blue .site-footer a:hover,
.eleven40-pro-blue .site-header .sub-menu a:hover {
	color: #2aa4cf;
}

.eleven40-pro-blue button:hover,
.eleven40-pro-blue input:hover[type="button"],
.eleven40-pro-blue input:hover[type="reset"],
.eleven40-pro-blue input:hover[type="submit"],
.eleven40-pro-blue .archive-pagination a:hover,
.eleven40-pro-blue .archive-pagination li.active a,
.eleven40-pro-blue .button:hover {
	background-color: #2aa4cf;
}

/* eleven40 Pro Green
--------------------------------------------- */

.eleven40-pro-green a,
.eleven40-pro-green .entry-title a:hover,
.eleven40-pro-green .genesis-nav-menu a:hover,
.eleven40-pro-green .genesis-nav-menu .current-menu-item > a,
.eleven40-pro-green .nav-primary .sub-menu a:hover,
.eleven40-pro-green .nav-secondary .sub-menu a:hover,
.eleven40-pro-green .site-footer a:hover,
.eleven40-pro-green .site-header .sub-menu a:hover {
	color: #6ca741;
}

.eleven40-pro-green button:hover,
.eleven40-pro-green input:hover[type="button"],
.eleven40-pro-green input:hover[type="reset"],
.eleven40-pro-green input:hover[type="submit"],
.eleven40-pro-green .archive-pagination a:hover,
.eleven40-pro-green .archive-pagination li.active a,
.eleven40-pro-green .button:hover {
	background-color: #6ca741;
}

/* eleven40 Pro Red
--------------------------------------------- */

.eleven40-pro-red a,
.eleven40-pro-red .entry-title a:hover,
.eleven40-pro-red .genesis-nav-menu a:hover,
.eleven40-pro-red .genesis-nav-menu .current-menu-item > a,
.eleven40-pro-red .nav-primary .sub-menu a:hover,
.eleven40-pro-red .nav-secondary .sub-menu a:hover,
.eleven40-pro-red .site-footer a:hover,
.eleven40-pro-red .site-header .sub-menu a:hover {
	color: #cf4344;
}

.eleven40-pro-red button:hover,
.eleven40-pro-red input:hover[type="button"],
.eleven40-pro-red input:hover[type="reset"],
.eleven40-pro-red input:hover[type="submit"],
.eleven40-pro-red .archive-pagination a:hover,
.eleven40-pro-red .archive-pagination li.active a,
.eleven40-pro-red .button:hover {
	background-color: #cf4344;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}


nav.nav-primary {
width: 100% !important;
}

aside.sidebar.sidebar-primary.widget-area {
margin-top: 10px !important;
}

.home-images {
/*margin: 5px 0px !important;*/
}

div#mc_embed_signup {
width: 100% !important;
}

.email-footer-middle-chunk {
background-color: #edda50;
width: 85% !important;
display: inline-block;
vertical-align: top;
height: 70px !important;
text-align: center;
}

.email-footer-points-left, .email-footer-points-right {
height: 70px !important;
width: 35px !important;
}

.email-footer-description, .join-us-title {
font-size:1em !important;
}

 embed,  iframe,  object,  video{
  margin-bottom: 24px;
  max-width: 100% !important;
  width: 840px !important;
  max-height: 454px !important;
  height: 454px !important;
}

.course-summary p {
  width: 100% !important;
}

.course-summary {
  height: auto !important;
}

}

@media only screen and (max-width: 1110px) {
span.join-us-title {
padding: 0 5px 0 0 !important;
}

.artist-teaser h1 {
width: 40% !important;
float: right;
display: inline-block !important;
margin-bottom: 0 !important;
text-align: right;
}

.course-structure-block {
  float: left !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid grey;
  margin: 0 0 20px;
}


.craftcation-videos-home {
    display: table !important;
    max-width: 100% !important;
}


}


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

	.header-image .site-header .title-area {
		background-position: center center !important;
	}

	.wrap {
		max-width: 768px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: static;
	}

	.site-inner {
		margin-top: 0;
		padding-left: 5%;
		padding-right: 5%;
	}

	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget {
		padding: 0;
	}

	.genesis-nav-menu li,
	.nav-primary {
		float: none;
		margin-top: 0;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}

/*	.genesis-nav-menu.responsive-menu {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: none;
	}

	#menu-item-54, #menu-item-45, #menu-item-59, #menu-item-39 {
border-right: none !important;
height:auto !important;
}*/

li#menu-item-54, #menu-item-6272, #menu-item-45, #menu-item-6271, #menu-item-59, #menu-item-5959 {
  height: 70px !important;
  vertical-align: top;
}

li#menu-item-5959 {
  margin: 0 5px 0 !important;
  padding-top: 20px;
}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		display: block;
		padding: 10px;
		border: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
		margin-top: 10px;
margin-bottom: 10px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
    float: right;
    font: normal 20px/1 'dashicons';
    height: 20px;
    padding: 15px 42px 15px 0;
	  right:0;
    text-align: left;
    z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-webkit-transition: opacity 0.4s ease-in-out;
		-moz-transition:    opacity 0.4s ease-in-out;
		-ms-transition:     opacity 0.4s ease-in-out;
		-o-transition:      opacity 0.4s ease-in-out;
		transition:         opacity 0.4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 0px;
		position: relative;
		width: 100%;

	}

	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	/*.nav-primary .genesis-nav-menu.responsive-menu .sub-menu li a,*/
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu,
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.nav-primary .genesis-nav-menu.responsive-menu > li:hover > a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #000;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: white;
	}

@media only screen and (max-width: 1000px) {
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu li {
		display:block;
	}
}
	.content {
		border: none;
		padding-left: 0;
		padding-right: 0;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.author-box {
		padding: 20px;
	}

	.sidebar-content-sidebar .author-box {
		margin-left: 0;
		margin-right: 0;
	}

	.footer-widgets {
		padding-left: 5%;
		padding-right: 5%;
	}

	.footer-widgets .widget:last-child {
		margin-bottom: 40px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	div.sidebar-yellow-banner-bg {
max-width: 200px;
margin: 5px auto;
}


div.sidebar-social-icon-facebook,  div.sidebar-social-icon-twitter,  div.sidebar-social-icon-pinterest,  div.sidebar-social-icon-instagram, div.sidebar-social-icon-contact {
max-width: 50px;
}

div.sidebar-social-wrap {
text-align: center;
}


main.content {
padding-bottom: 0;
}

article {
margin-bottom: 0 !important;
}

.AdWidget_ImageWidget {
max-width: 300px;
display: inline-block;
margin: 10px;
vertical-align: middle;
}

.sidebar {
border-right: none !important;
}

#mp_related_products .mp_one_tile {
margin: 10px !important;

}

.page .product #mp_related_products {
text-align: center;
}

.archive .course {
  max-width: 100% !important;
}

.coursepress-all-class-wrap {
  width: 60% !important;
  margin: 0 10px 20px !important;
}


}

@media only screen and (max-width: 850px) {
td.mp_cart_col_updatecart {
    padding-left: 5px !important;
}

a#new-password-checkout-button {
    display: table-row !important;
    margin-top: 50px;
    left: 0px !important;
    float: left;
    width: 100% !important;
    text-align: center !important;
}

a#new-register-checkout-button {
    float: left;
    margin-top: 20px;
	margin-left:0 !important;
    display: table-row;
    width: 100%;
    text-align: center !important;
    left: 0 !important;
}

}


@media only screen and (max-width: 700px) {
.email-footer-middle-chunk {
height: 120px !important;
width:75% !important;
}

.email-footer-points-left,  .email-footer-points-right {
height: 120px !important;
}

.email-footer-intro-wrap {
padding: 20px 20px 0 !important;
line-height:1.2em;
}

span.join-us-title {
padding: 0 5px 0 0 !important;
}

ul#menu-main-nav-yellow li {
  height: 50px !important;
  font-size: .9em;
  padding: 0;
  margin: 5px;
}

l#menu-main-nav-yellow a {
  padding: 0;
  margin: 5px;
  width: 200px !important;
}

li#menu-item-5959 {
  margin-top: 5px !important;
}

#menu-item-5959 a {
  padding-top: 20px !important;
}

.unit .content img, .single .content img {
  max-width: 100% !important;
}

}

@media only screen and (max-width: 600px) {
.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
content: "\f347";
float: right;
font: normal 20px/1 'dashicons';
height: 5px;
padding: 5px 20px;
right: 0;
text-align: right;
z-index: 9999;
}

.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
margin-top: 0;
margin-bottom: 0;
}

ul#menu-main-nav-yellow {
font-size: .8em;
line-height: .8em;
}

.mp_cart_breadcrumbs {
display: none;
}

div.email-footer-intro-wrap {
max-width: 90%;
line-height: 1.1em;
padding: 10px;
}

span.email-footer-description {
display: block;
padding-left: 10px;
}

.instructors-box {
  max-width: 100% !important;
}

.instructor-profile.instructors-box {
  width: 100% !important;
}

.course_structure_page_li .tree-page-left {
  font-size: .7em;
  width: 90% !important;
}


.course-structure-block ul.tree, .course-structure-block ul.tree ul {
  margin: 0 !important;
  padding: 0 10px !important;
  font-size: 18px !important;
}

.tree li {
  max-width: 100%;
  font-size: .8em;
}

.tree .tree-unit-left {
  width: 100%;
  font-size: .9em;
}


ul#menu-main-nav-yellow li {
  height: 30px !important;
}

#menu-item-5959 a {
  padding-top: 10px !important;
}


ul#menu-main-nav-yellow .sub-menu li {
  height: 20px !important;
  /* margin: 0 !important; */
}

.legal-footer {
  font-size: .75em;
  /* margin-top: 10px; */
  text-align: center;
  margin-top: 30px;
}

p.all-class-description {
  height: auto !important;
}


.coursepress-all-class-wrap {
  width: 100% !important;
}

.page-id-0 table.mp_cart_contents {
    margin-bottom: 0px;
    line-height: 1.1em !important;
    font-size: .8em !important;
}

td.mp_cart_col_quant input {
    margin-bottom: 8px !important;
/*    width: 70px !important;
	max-width:95% !important;*/
}

input[type="checkbox"] {
    box-shadow: none !important;
}

td.mp_cart_col_thumb {
    width: 50px !important;
    padding: 0 10px 0 0 !important;
	max-width:100% !important;
}

.subheader-text-subtitle {

    line-height: 1em !important;
}

nav.nav-primary {
    padding-bottom: 5px;
}

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

table {

    font-size: .8em !important;
}

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

.email-footer-points-left, .email-footer-points-right {
display: none !important;
}


.email-footer-middle-chunk {
width: 100% !important;
height: auto !important;
}
}



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

	.site-description {
		font-size: 24px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-grid-even,
	.genesis-grid-odd {
		width: 100%;
	}

	table.mp_cart_login td, table.mp_cart_contents td, table.mp_cart_shipping td {
vertical-align: middle;
font-size: .8em !important;
}

.mp_cart_shipping thead {
padding: 0 !important;
}

/*td {
max-width: 40% !important;
}*/

table.mp_cart_shipping td {
/*max-width: 30% !important;*/
font-size: .7em !important;
}

td.mp_cart_or_label {
    padding: 0 !important;
    opacity: 0;
}

.mp_cart_login thead {
    display: none !important;
}

a.mp_cart_direct_checkout_link {
    font-size: .9em !important;
    line-height: 1.1em;
}

input#mp_login_submit {
    font-size: .8em !important;
}

}

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

	.header-image .site-header .title-area {
		background-size: contain !important;
	}

}

a.dhl-header-title {
font-family: 'ostrich_sansheavy', Arial, sans-serif;
color: black;
font-size: 2.5em;
line-height: 1em;
}

a.dhl-header-description {
font-family: 'Sacramento', cursive;
font-size: 1.7em;
color: black;
text-transform: lowercase;
line-height: 1em;
}

a.dhl-header-title:hover, a.dhl-header-description:hover{
	text-decoration:none;
}

#search-2 {
/*margin-top: 10px;*/
margin-bottom: 10px;
}

#nav_menu-2 a {
color: black;
opacity: 0;
}

#nav_menu-2 a:hover {
color: white;
text-decoration:none;
}

#nav_menu-2 li {
background-color: #06af88; */
text-align: center;
margin: 5px 0;
font-family: 'ostrich_sansheavy', Arial, sans-serif;
font-size: 1.2em;
padding-bottom: 0;
background: url(https://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
text-align: center;
}

.email-footer {

/*padding-left: 40px;
width: 890px;
position: absolute;
margin-left: -35px;
margin-top: -7px; */
    margin: 20px auto 20px;
    text-align: center;
    display: table;
    width: 100%;
    max-width: 1020px;

}


.join-us-title {
/*font-family: 'ostrich_sansheavy', Arial, sans-serif;*/
font-family: 'Montserrat', sans-serif;
font-size: 1.2em;
padding: 0px 5px 0px 0px;
}


.sidebar-social-icon {
width: 23%;
display: inline-block;
margin: 0px 2px 0 0;
}

#text-2 {
  margin-bottom: 0;
  /* margin-top: 20px; */
  display: inline-block;
  /* width: 100%; */
  vertical-align: top;
  max-width: 100%;
}

.sidebar-social-icon-facebook {
width: 14%;
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-facebook-icon-2017.jpg);
/*height: 60px;*/
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
vertical-align: top;
}

.sidebar-social-icon-twitter {
width: 14%;
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-twitter-icon-2017.jpg);
/*height: 60px;*/
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
vertical-align: top;
}

.sidebar-social-icon-pinterest {
width: 14%;
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-pinterest-icon-2017.jpg);
/*height: 60px;*/
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
vertical-align: top;
}

.sidebar-social-icon-instagram {
width: 14%;
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-instagram-icon-2017.jpg);
/*height: 60px;*/
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
vertical-align: top;
}

.sidebar-social-icon-contact {
width: 14%;
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-envelope-icon-2017.jpg);
/*height: 60px;*/
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
vertical-align: top;
}

.sidebar-social-icon-facebook:hover {
width: 14%;
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-facebook-icon-2017.jpg);
/*height: 60px;*/
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
opacity:.6;
}

.sidebar-social-icon-twitter:hover {
width: 14%;
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-twitter-icon-2017.jpg);
/*height: 60px;*/
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
opacity:.6;
}

.sidebar-social-icon-pinterest:hover {
width: 14%;
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-pinterest-icon-2017.jpg);
/*height: 60px;*/
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
opacity:.6;
}

.sidebar-social-icon-instagram:hover {
width: 14%;
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-instagram-icon-2017.jpg);
/*height: 60px;*/
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
opacity:.6;
}

.sidebar-social-icon-contact:hover {
width: 14%;
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-envelope-icon-2017.jpg);
/*height: 60px;*/
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
opacity:.6;
}

a.click-div {
width: 100%;
height: 100%;
display: block;
text-decoration: none;
}

.top-grey-nav-wrap {
background-color: #ddd;
margin-top: 32px;
text-align: center;
}

.top-grey-nav-link a {
color: black;
font-family: 'ostrich_sansheavy', Arial, sans-serif;
font-size: 1.1em;
display: inline-block;
}

.top-grey-nav-link a:hover {
color:#06af88;
}

.top-grey-nav-wrap .sidebar-social-icon-facebook, .top-grey-nav-wrap .sidebar-social-icon-twitter, .top-grey-nav-wrap .sidebar-social-icon-pinterest, .top-grey-nav-wrap .sidebar-social-icon-instagram  {
width: 60px;
height: 60px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
vertical-align: middle;
}

.top-grey-nav-link {
display: inline-block;
margin: 0 50px;
}

.subheader-text-wrap {
text-align: center;
line-height: 1.1em;
margin-bottom: 20px;
border-bottom: 2px solid #edebe4;
padding-bottom: 20px;
margin-top: 10px;
display: none;
}

.subheader-text-title {
font-family: 'salomeregular', sans-serif;
font-size: 1.5em;
line-height: 1.5em;
}

.subheader-text-subtitle {
font-weight: bold;
font-size: .9em;
line-height: 1.4em;
}

.subheader-text-description {
font-size: 1em;
line-height: 1.2em;
font-family: 'Montserrat', Helvetica, Arial, Sans-Serif !important;
text-transform: uppercase;
}

.page-id-12 #patchwork-subhead, .parent-pageid-12 #patchwork-subhead
{
display:block;
}

.page-id-11 #craftcation-subhead, .parent-pageid-11 #craftcation-subhead
{
display:block;
}

.page-id-13 #dhl-subhead, .parent-pageid-13 #dhl-subhead
{
display:block;
}

.blog div#blog-main-images-wrap {
display: block !important;
}

.blog div#dhl-subhead, .category div#dhl-subhead {
display: block;
}

.page-id-5115 div#podcast-subhead {
display:block;
}

.entry-title {
/*font-family: 'ostrich_sansheavy', Arial, sans-serif;*/
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
font-size: 1.7em !important;
line-height:1.2em;
}

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

a.post-edit-link {
display: none;
}

.sidebar-yellow-banner-bg {
/* background-image: url(); */
background: url(https://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
text-align: center;
margin-bottom: 5px;
height: 32px;
}

.sidebar-script-about {
height: 100%;
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-about.png);
background-size: 40%;
background-repeat: no-repeat;
background-position: center 5px;
}

.sidebar-script-about:hover {
height: 100%;
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-about-hover.png);
background-size: 40%;
background-repeat: no-repeat;
background-position: center 5px;
}

.sidebar-script-contact {
height: 100%;
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-contact.png);
background-size: 46%;
background-repeat: no-repeat;
background-position: center 7px;
}

.sidebar-script-contact:hover {
height: 100%;
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-contact-hover.png);
background-size: 46%;
background-repeat: no-repeat;
background-position: center 7px;
}

.sidebar-script-shop {
height: 100%;
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-shop.png);
background-size: 32%;
background-repeat: no-repeat;
background-position: center 5px;
}

.sidebar-script-shop:hover {
height: 100%;
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-shop-hover.png);
background-size: 32%;
background-repeat: no-repeat;
background-position: center 5px;
}

.sidebar-script-shop-cart {
height: 100%;
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-checkout.png);
background-size: 80%;
background-repeat: no-repeat;
background-position: center 1px;
}

.sidebar-script-shop-cart:hover {
height: 100%;
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-checkout-hover.png);
background-size: 80%;
background-repeat: no-repeat;
background-position: center 1px;
}

.page-id-7 .sidebar-script-about {
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-about-hover.png);
}

.page-id-10 .sidebar-script-contact {
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-contact-hover.png);
}

.page-id-0 .sidebar-script-shop {
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-shop-hover.png);
}

.sidebar-script-sponsors {
height: 100%;
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-sidebar-we-love-sponsors.png);
background-size: 55%;
background-repeat: no-repeat;
background-position: center 2px;
}

.press-badge {
display: inline-block;
width: 140px;
height: 140px;
padding: 5px;
}

#search-2 {
/* margin-top: 10px; */
/* margin-bottom: 10px; */
background-repeat: no-repeat;
background-position: center 2px;
background: url(https://dearhandmadelife.com/images/dear-handmade-life-sidebar-button-bg.png);
background-size: cover;
max-width: 200px;
margin: 0 auto 10px;
}

.sidebar .search-form {
width: 80%;
margin: 0 auto;
padding: 1px;
}

.home-images {
/*max-width: 100%;
width: 200px;
display: inline-block;
margin: 5px 32px 25px;*/
/*  max-width: 100%;
  width: 260px;
  display: inline-block;
  margin: 10px 20px 10px; */
  max-width: 100%;
    width: 300px;
    display: inline-block;
    margin: 10px 20px 10px;
}

.home .home-images:hover{
/*border: 4px solid #06af88;
	opacity:.9;*/
}

.home-images:hover{
opacity:.9;
}

.home-images-wrap {
text-align: center;
}



.artist-teaser img {
float: left;
display: inline-block;
border-radius: 100px;
margin-right: 20px;
margin-top: -30px;
}

.artist-teaser h1 {
width: 82.2% !important;
float: right;
display:inline-block !important;
margin-bottom:0 !important;
}

.artist-teaser h1 a {
color: black;
font-size: .8em;
line-height: .7em;
}

.artist-teaser {
display: table-row;
}

p.artist-description {
float: right;
padding-bottom: 10px;
}

p.subject-to-change {
display: none;
}

#schedule-artist-switcher td, #schedule-artist-switcher tbody {
border: none;
}

#schedule-artist-switcher {
margin-bottom: 0px;
}

p.ShowListingHeading{
margin: 10px 0 0;
/*font-family: 'ostrich_sansheavy', Arial, sans-serif;*/
font-family: 'Montserrat', sans-serif;
font-size: 1em;
}

.ShowListingTableWrapper {
max-height: 100% !important;
font-family: arial !important;
font-size: .8em !important;

padding-bottom: 0px !important;
}

.ShowListingColumnHeadingCell {
background-color: #edebe4 !important;
color: #000000 !important;
vertical-align: bottom !important;
}

.ShowListingRowHeadingCell {
background-color: #edebe4 !important;
color: #000000 !important;
height: auto !important;
}

.ShowListingTable td {
vertical-align: top;
padding: 4px 1px !important;
border: 1px solid #9e9787 !important;
height:auto !important;
}

.ShowListingTable td p {
text-align: center !important;
vertical-align: middle !important;
margin: 0 !important;
font-size: .75em;
}

.ShowListingBlankCell {
background-color: #D8D6D0 !important;
}

.artist-detail .artist-description {
display: none;
}

#menu-item-54, #menu-item-45, #menu-item-59 , #menu-item-6272, #menu-item-6271{
/*border-right: 2px solid #edebe4;*/
height: 18px;
}

.gform_wrapper li, .gform_wrapper form li {
font-size: 16px;
}

.page-id-10 p {
font-size: 16px;
}

div.gform_wrapper input[type="text"], div.gform_wrapper textarea, div.gform_wrapper .ginput_complex label {
font-size: 16px;
padding: 5px 5px;
}

div.gform_wrapper li, div.gform_wrapper form li {
margin: 5px 0 0;
}

.mp_grid .mp_product_detail img, .mp_grid .mp_product_detail img.alignleft, .mp_grid .mp_product_detail img.alignright {
margin: 0 auto;
  float: none;
  display: block;
  border-radius: 25px;
  border: none;
  box-shadow: none;
}

.product .mp_buy_form {
/*float: left;*/
}

.top-shop-button {
display: table-row;
}

.page .product {
border: none;
margin: 0;
padding: 0;
}

.top-shop-button input.mp_button_addcart {
margin-top: 10px !important;
}

.page .product img {
  border: none !important;
  box-shadow: none;
}

/*.mp_product_meta {
display: none;
}*/

.page .product .mp_product_categories {
display: none;
}

.page .product .entry-meta {
display: none;
}

.page .product #mp_related_products {
margin-top: 20px;
}

#mp_product_list input[type="submit"], .type-product input[type="submit"], .mp_cart_col_updatecart input[type="submit"], .mp_cart_direct_checkout_link, #mp_shipping_submit, #order-id-submit, #mp_payment_confirm, .mp_no_stock, .mp_link_buynow {
border: 1px solid #edda50 !important;
-moz-border-radius: 25px !important;
-webkit-border-radius: 25px !important;
border-radius: 25px !important;
-moz-background-clip: none !important;
-webkit-background-clip: none !important;
background-clip: none !important;
background-color: #edda50 !important;
color: white;
-moz-box-shadow: none !important;
box-shadow: none !important;
background-image: none !important;
display: inline-block;
/*font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;*/
font-family: 'Oswald', sans-serif;
line-height: 18px;
text-shadow: none !important;
text-decoration: none;
padding: 5px 10px !important;
font-size: 14px;
text-transform: none;
}

#mp_product_list input[type="submit"]:hover, .type-product input[type="submit"]:hover, .mp_cart_col_updatecart input[type="submit"]:hover, .mp_cart_direct_checkout_link:hover, #mp_shipping_submit:hover, #order-id-submit:hover, #mp_payment_confirm:hover, .mp_no_stock:hover, .mp_link_buynow:hover {
	background-color:#0da88a !important;
	color:white;
}

#mp_related_products .mp_one_tile {
margin: 10px 30px 10px 0;
}

#mp_related_products .mp_product_detail {
margin-top: 0px;
}

#mp_related_products .entry-title a, #mp_product_list h3.mp_product_name.entry-title {
font-size: 20px !important;
}

#mp_related_products h3  {
line-height: .6em;
text-align: center;
margin-bottom: 0px;
}

 #mp_product_list h3.mp_product_name.entry-title {
	text-align:center;
	margin-bottom:0px;
 }

#mp_related_products h3.mp_product_name.entry-title {
height: 40px;
}

#mp_related_products .mp_one_product {
text-align: center;
}

#mp_related_products .mp_buy_form {
float: none;
}

input.mp_button_addcart {
margin-top: 0px !important;
}

#mp_product_list h3.mp_product_name.entry-title {
  text-align: center;
  height: 60px;
  margin-bottom: -25px;
  line-height: 1em;
  margin-top: -10px;
  overflow: hidden;
}

/*.page-id-0 .entry-title {
display: none;
}*/

.page-id-0 #mp_product_list {
margin: 0;
text-align: center;
}

.page-id-0 .mp_product_detail {
margin-top: 0;
}

.hmedia span.fn {
display: none;
}

.mp_grid .mp_price_buy {
vertical-align: bottom;
text-align: center;
}

.page-id-0 .entry-meta {
display: none;
}

.page-id-0 .entry-header {
display: none;
}

.mp_cart_contents thead, .mp_cart_shipping thead {
background: #edebe4;
}

.mp_cart_contents th.mp_cart_col_product {
background: none;
padding: 0;
text-align: center;
font-family: 'Oswald', sans-serif;
letter-spacing: 2px;
font-weight: normal;
}

.mp_cart_contents th.mp_cart_col_price {
background: none;
padding: 0;
text-align: center;
font-family: 'Oswald', sans-serif;
letter-spacing: 2px;
font-weight: normal;
}

.mp_cart_contents th.mp_cart_col_quant {
background: none;
padding: 0;
text-align: center;
font-family: 'Oswald', sans-serif;
letter-spacing: 2px;
font-weight: normal;
}

td.mp_cart_col_price {
text-align: center;
}

.page-id-0 td {
border: none !important;
}

td.mp_cart_col_tax {
text-align: center;
}

td.mp_cart_col_total {
text-align: center;
}

.page-id-0 tbody {
border: none;
}

.page-id-0 table.mp_cart_contents {
margin-bottom: 0px;
line-height: 1.5em;
}

td.mp_cart_col_quant {
text-align: center;
}

td.mp_cart_col_shipping {
text-align: center;
}

td.mp_cart_col_thumb {
width: 100px;
}

div.mp_cart_breadcrumbs {
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 16px;
}

.mp_cart_shipping thead th {
padding-left: 0;
font-family: 'Oswald', sans-serif;
background-color: white;
letter-spacing: 1px;
}

th.mp_cart_login {
font-family: 'Oswald', sans-serif;
letter-spacing: 2px;
font-weight: normal;
}

.mp_cart_login th {
font-family: 'Oswald', sans-serif;
letter-spacing: 2px;
font-weight: normal;
}

td.mp_cart_or_label {
    padding: 0 20px;
    text-align: center;
}

input#mp_login_submit {
margin-top: 10px;
}

.mp_cart_breadcrumbs .current {
font-weight: normal;
}

body.login {
background: white !important;
/* background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-party-background.png); */
background-size: 50%;
}

html {
background: white !important;
}

div.sidebar-mailing-list {
text-align: center;
}

td.mp_cart_col_product_table {
line-height: 1em;
}

.blog .entry-meta {
display: none;
}

a.yarpp-thumbnail {
border: none !important;
margin: 5px 20px !important;
}

.category .entry-meta {
display: none;
}

.category .entry-title a {
font-size: 24px;
line-height: 1.2;
}

.category article {
border-bottom: 2px solid #edebe4;
}

.genesis-grid p {
float: right;
vertical-align: middle;
width: 60%;
font-size: 1em;
}

.single p {
font-size: 1em;
}

.genesis-grid a img {
float: left;
margin-bottom: 20px;
vertical-align: middle;
}

/*a.a2a_dd.addtoany_share_save img {
height: 50px;
}*/

.page-id-0 img.alignleft.post-image.entry-image {
display: none;
}

div.header-logo-2 {
max-height:167px !important;
}

.page-id-10 main.content {
padding-top: 20px;
}

.single main.content {
padding-top: 20px;
}

span.yarpp-thumbnail-title {
font-weight: normal !important;
line-height: 1em !important;
max-height: 100px !important;
/* height: 100px; */
font-size: .7em !important;
height: 70px !important;
}

img.grid-featured {
display: inline-block !important;
width: 300px;
float: left;
vertical-align: top;
border-radius: 25px;
}

 .page-id-11 img.home-images {
margin: 5px;
width:194px;
}


.blog img.home-images {
    margin: 5px;
    width: 135px;
}

.page-id-12 img.home-images {
/*margin: 0px;
width: 160px;*/
margin: 7px;
    width: 190px;
}

.page-id-3938 ul {
margin-left: 0 !important;
}

.ppc h3 {
display: none;
}

.page-id-3938 li {
list-style-type: none !important;
}

.ppc li p img {
margin: 0 auto !important;
width: 100%;
/*
border-radius: 100px;*/
border-radius: 20px;
width: 150px;
float: none !important;
}

.ppc li {
  width: 150px;
  text-align: center;
  display: inline-block !important;
  margin: 30px 20px;
  height: 220px !important;
  position: relative;
}

a.ppc-post-title {
    /* font-family: 'ostrich_sansheavy', Arial, sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-size: .78em;
    color: black;
    display: block;
    position: absolute;
    bottom: 0 !important;
    height: 40px;
    margin-bottom: 21px;
    padding-top: 0px;
    line-height: 1.2em;
    text-align: center;
    /* margin: 0 auto 31px !important; */
    width: 100%;
    text-transform: uppercase;
}

#ppc-box .ppc-box .ppc ul li p {
clear: both;
position: relative;
top: 0 !important;
display: block;
}

/*
.page-id-3961 .ppc li p img {
border-radius: 20px;
}
*/

.yarpp-thumbnails-horizontal .yarpp-thumbnail > img, .yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
display: block;
border-radius: 20px;
}

.email-footer div.indicates-required {
display: none;
}

.email-footer div.mc-field-group {
/*width: 80%;
text-align: right; */
padding: 0 10px 5px;

}

.email-footer input#mc-embedded-subscribe {
margin: 0px 20px 10px;
float: right;
text-align: center;
display: none;
}

.email-footer input#mc-embedded-subscribe:hover {
background-color: #9e9787;
}

div.email-footer-intro-wrap {
display: inline-block;
width: auto;
vertical-align: middle;
}

div#mc_embed_signup {
width: 29%;
display: inline-block;
/*vertical-align: middle;*/
}

.email-footer label {
float: right;
margin-bottom: -4px;
font-size: .9em;
padding-top: 5px;
}

#field_1_1 div.chzn-drop {
height: auto;
}

.gform_wrapper .chzn-container .chzn-results {
margin: 0 4px 4px 0;
max-height: 500px !important;
padding: 0 0 0 4px;
position: relative;
overflow-x: hidden;
overflow-y: auto;
line-height:1.2em;
}

div#input_1_1_chzn {
max-width: 98% !important;
}

.email-footer-points-left {
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-banner-points-left.png);
background-repeat: no-repeat;
height: 38px;
background-size: cover;
display: inline-block;
width: 20px;
background-position: left;
}

.email-footer-points-right {
background-image: url(https://dearhandmadelife.com/images/dear-handmade-life-banner-points-right.png);
background-repeat: no-repeat;
height: 38px;
background-size: cover;
display: inline-block;
width: 20px;
background-position: right;
}

.email-footer-middle-chunk {
/*background-color: #edda50;*/
background-color: #97cec4;
width: 93%;
display: inline-block;
vertical-align: top;
height: 38px;
padding-top: 5px;
text-align: center;
}

.email-footer-description {
/*font-family: 'ostrich_sansheavy', Arial, sans-serif;*/
font-family: 'Montserrat', sans-serif;
/*font-size: 1.2em;*/
}

/* frizzly custom button 092714 */

.frizzly-container
{
width:92px !important;
height: 30px !important;
}

.frizzly-container.frizzly-fallback > a > div {
width:92px !important;
height:30px !important;
margin:10px 0 0 -10px;
}

.ERSName {
/*font-family: 'ostrich_sansheavy', Arial, sans-serif !important;*/
font-family: 'Montserrat', sans-serif !important;
text-transform: uppercase;
font-size: 2em !important;
}

.easyrecipe .ERSTimes .ERSTime .ERSTimeHeading {
margin-bottom: 4px;
/*font-family: 'ostrich_sansheavy', Arial, sans-serif !important;*/
font-family: 'Montserrat', sans-serif !important;
font-size: 1.5em;
}

.easyrecipe .ERSIngredients .ERSIngredientsHeader.ERSHeading {
clear: none;
/*font-family: 'ostrich_sansheavy', Arial, sans-serif !important;*/
font-family: 'Montserrat', sans-serif !important;
text-transform: uppercase;
font-size: 2em !important;
margin-bottom: 0px !important;
}

.easyrecipe .ERSIngredients .ERSIngredientsHeader, .easyrecipe .ERSInstructions .ERSInstructionsHeader, .easyrecipe .nutrition .ERSNutritionHeader, .easyrecipe div .ERSNotesHeader {
font-size: 2em !important;
font-weight: 700;
clear: both;
margin-top: 1em;
margin-bottom: 0;
/*font-family: 'ostrich_sansheavy', Arial, sans-serif !important;*/
font-family: 'Montserrat', sans-serif !important;
text-transform: uppercase;
}

#content .easyrecipe .ERSIngredients li.ingredient, .easyrecipe .ERSIngredients li.ingredient, .easyrecipe .ERSInstructions li.instruction {
font-size: 18px !important;
font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook", serif !important;
}

.ERSAuthor, .ERSHead {
font-size: 18px !important;
font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook", serif !important;
}

.ERSInstructionsHeader.ERSHeading {
margin-bottom: 0px !important;
}

.hentry.mp_one_tile.mp_thumbnail {
   margin: 0px 15px 35px 15px !important;
}

a.utility-bar-text-links-a {
  /*letter-spacing: 1px;*/
  text-transform: uppercase;
  color: #EDDA50;
  font-size: .8em;
/*  font-weight: bold;*/
}

/* Utility Bar
--------------------------------------------- */

.utility-bar {
	background-color: #aed5c8;
	color: #aed5c8;
	font-size: 12px;
	font-size: 1.2rem;
	padding:0;
}

.utility-bar a, .utility-bar a:hover, .utility-bar a:visited {
color:#fff !important;
}

.utility-bar-left,
.utility-bar-right {
	width: 100%;
}

.utility-bar-left p,
.utility-bar-right p {
	margin-bottom: 0;
}

.utility-bar-left {
	float: left;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	max-height: 35px;
}

.utility-bar-right {
	float: right;
	text-align: right;
}

.utility-bar input[type="search"] {
	background: inherit;
/*	padding: 10px 0 0;
	padding: 1.0rem 0 0;*/
	  padding: 2px ;
	  padding:.2rem ;
	  color:#fff !important;
		border:1px solid white;
		box-shadow: none;
}

.utility-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.utility-bar input::placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.utility-bar input::placeholder { /* Microsoft Edge */
  color: #fff;
}
.sidebar-social-wrap {
    width: 222px;
  display: inline-block;
  padding: 0 10px;
}

section#search-3 {
  display: inline-block !important;
  vertical-align: top;
}

section#text-5 {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

.top-loginout-buttons {
display: inline-block;
}

div#top-logout {
display: none;
}

.logged-in #top-login {
display: none;
}

.logged-in #top-logout {
display:inline-block;
}

.logged-in #registration-link {
  display: none;
}

.login-links a {
  /*letter-spacing: 1px;*/
  text-transform: uppercase;
 /* color: #EDDA50;*/
 color:black;
  font-size: .8em;
}

.login-links {
  display: inline-block;
  vertical-align: top;
}

#account-link {
  display: none;
}

.logged-in #account-link {
display:inline-block ;
}

li.right.search {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
}

input[type="search"] {
  font-size: .75em !important;
  text-transform: uppercase;
}

.product {
  border-top: none !important;
   margin-top: 0 !important;
   padding: 0 0 20px !important;
}

.product .entry-meta {
  display: none;
}

.home .content {
  padding: 10px 0 0;
}

.course .entry-meta {
  display: none;
}

.archive .course {
  display: inline-block;
  margin: 10px;
  max-width: 41%;
  padding: 0 5%;
  vertical-align: top;
}

.single-virtual_page .entry-meta {
  display: none;
}

.post-type-archive-course .content, .tax-course_category .content {

  text-align: center;
}

.single-course .course-media-img {
  width: 100%;
  max-width: 500px;
  float: right;
  margin: 10px;
}

 .enroll-box {
 /* float: none !important;*/
max-width: 490px !important;
  /*margin: 10px;*/
  display: none;
}

.quick-course-info {
  line-height: 1.1;
}

button.apply-button, a.apply-button, input[type="submit"].apply-button, input[type="button"].apply-button {
  min-height: 32px;
  min-width: 100px;
  padding: 5px;
  float: left !important;
  margin-bottom: 10px !important;
}

.tax-course_category .instructor-list.instructor-list-flat, .tax-course_category .course-summary, .post-type-archive-course .instructor-list.instructor-list-flat, .instructor-block  {
  display: none !important;
}

.course-start-date, .course-language, .post-type-archive-course .course-start-date, .post-type-archive-course .course-language {
  display: none;
}


.post-type-archive-course .course-summary p {
  width: 100% !important;
    height: 60px;

}
h2.module_title {
  font-size: 1.2em;
  margin-bottom: 0;
}

.unit .addtoany_share_save_container.addtoany_content_bottom {
  text-align: center;
  display: none;
}

.post-type-archive-course .quick-course-info .course-cost .mp_product_price {
  background-image: url("../images/Assets.svg");
  background-position: -873px -233px;
  background-repeat: no-repeat;
  line-height: 0px;
  margin-right: 0px;
  padding: 2px 0 0 20px;
  display: none !important;
}

.post-type-archive-course .quick-course-info .course-lang {
  width: 25%;
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #828282;
  background-image: url("../images/language-icon.png");
  background-repeat: no-repeat;
  padding-left: 20px;
  margin-top: 13px;
  display: block;
  margin-left: 2%;
  /* text-transform: uppercase; */
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none !important;
}

.post-type-archive-course .quick-course-info .course-time {
  width: 25%;
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #828282;
  background-image: url("../images/time-icon.png");
  background-repeat: no-repeat;
  padding-left: 20px;
  margin-top: 13px;
  display: block;
  /* text-transform: uppercase; */
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none !important;
}

.post-type-archive-course .quick-course-info .course-cost {
  width: 25%;
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #828282;
  margin-top: 13px;
  display: block;
  /* text-transform: uppercase; */
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none !important;
}

.instructors-box {
  float: left !important;
  width: 100%;
  max-width: 600px;
  text-align: left;
  display: table-row;
  /*font-family: 'ostrich_sansheavy', Arial, sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  /* margin: 20px; */
  padding: 0 10px;
}

.instructor-profile.instructors-box {
  float: left !important;
  width: 500px;
  display: table;
  /*margin: 20px;*/
  border-bottom: none !important;
  text-align: left;
}

.profile-link {
  float: right;
}

.course_structure_unit_label {
   border-top: none !important;
   border-bottom: none !important;
}

.single-course .divider {
  display: none !important;
}

/*.course-structure-block {
    display: table;
  float: left;
  padding: 20px 20px;
  border-bottom: 1px solid grey;
  margin-bottom: 20px;
}*/

.course-structure-block {
  display: table;
  float: left;
  padding: 20px 20px;
  border-bottom: 1px solid #ebebeb;
  margin: 20px 0;
  width: 100%;
  border-top: 1px solid #ebebeb;
}

.tree li {
  position: relative;
  margin-left: -15px;
  list-style: none !important;
  margin-top: 5px;
}

.course-structure-block ul.tree, .course-structure-block ul.tree ul {
margin: 0 !important;
  padding: 0 10px 10px !important;
  font-size: 18px !important;
}

.single-course p {
    font-size: 1em;
  display: table;
  margin-bottom: 20px;
  line-height: 1.2em;
/*  padding-bottom: 20px;*/
  width: 100% !important;
}

.single-course p.site-description {
  display: none;
}

.course-student-dashboard .enroll-box {
  width: 100% !important;
  max-width: 100% !important;
}

.course-summary p {
  width: 55% !important;
}

.course_structure_page_li .tree-page-left {
  width: auto !important;
  padding-left: 20px;
}

.tree .tree-unit-left {

  font-weight: bold;
}

.home .home-images {
 /* margin: 40px 40px 40px;
  border-radius: 25px;
  border: 4px solid #EDDA50;
  width: 230px; */

      margin: 20px;
}

section#search-5 {
  display: inline-block;
  /* max-width: 30px; */
}
ul.menu li.menu-item {
	padding: 10px;
  height: 35px !important;
}

ul.menu li.menu-item ul.sub-menu li.menu-item {
		padding:10px 0;
		margin:0;
}

.nav-primary .genesis-nav-menu > .menu-item > a {
	color:#000 !important;
}



ul.sub-menu a {
  color: #9a9381;
}

.unit img.aligncenter {
  margin: 24px auto 24px !important;
}

.mp_grid .mp_product_price:before {
background:none !important;
}

.mp_grid .mp_product_price {
  margin: 0;
}

.instructor-block.instructors-box {
  display: none;
}

.enroll-box {
  width: auto !important;
}

/*.enroll-box-left {
  display: none;
}*/

.enroll-box-right {
  width: 100% !important;
  float: left !important;
  margin-top:20px;
}


.product .mp_product_price {
  background: none;
  padding: 0;
}

.virtual-page-your-workshops .entry-header {
  display: none;
}

.virtual-page-your-workshops .apply-links {
  display: none;
}

button.apply-button, a.apply-button, input[type="submit"].apply-button, input[type="button"].apply-button {
  width: 150px;
}

li.submenu-item.submenu-notifications {
  display: none !important;
}

.unit .content img, .single .content img {
  max-width: 693px;
    border-radius: 25px;
}

.file_module {
  margin-bottom: 0px !important;
  line-height: 1em;
}



/*li.submenu-item.submenu-info {
  display: none !important;
}*/

.unit .entry-content ul#submenu-main {
  margin-left: 0;
}

/*.unit .entry-content .nav-submenu li.submenu-item:after {
  content: " " !important;
}*/

.unit .entry-content .nav-submenu li a:hover {
text-decoration:underline;
}

/*.submenu-main-container {
  display: none;
}*/

p.site-title {
  display: none;
}

.course-thumbnail {
  float: left;
  width: 50% !important;
}

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

.discussion-controls {
  margin-top: 10px;
  float: right;
  width: 100%;
  margin-bottom: 20px;
}

.single-discussions span.entry-categories {
  display: none;
}

.archive .course-thumbnail, .course-random .course-thumbnail {
  width: 100% !important;
}

.course-random .featured-course-summary {
  display: none;
}


.course-dates, .enrollment-dates, .course-enrollment-type, .archive .course-dates, .archive .enrollment-dates, .archive .course-enrollment-type {
  display: none;
}

.mp_product_price {
  line-height: 40px;
  background: none !important;
  margin-right: 10px;
  padding: 0px 0px 0px 0px !important;
}

.dashboard-random-courses-list hr {
  display: none;
}

.course-media-img {
  border-radius: 25px !important;
}

.enroll-box-left {
  width: 100% !important;
  float: left;
  margin-bottom: 0px;
  height: 20px;
}

.mp_one_product .course-list-image {
  margin-bottom: 20px !important;
}

.post-type-archive-course .content, .tax-course_category .content {
  text-align: center;
}

/*.single-course #classes-subhead, .archive-course #classes-subhead, .single-virtual_page #classes-subhead, .page-id-0 #classes-subhead {
display:block !important;
} */

.single-course #class-callout-subhead, .post-type-archive-course #class-callout-subhead, .single-virtual_page #classes-subhead, .page-id-0 #class-callout-subhead, .page-id-6748 #class-callout-subhead , .page-id-7128 #class-callout-subhead{
display:block !important;
}



.single-course .course-thumbnail {
  width: 316px !important;
}

.course-summary {
 /* height: 400px;*/
 height:auto;
    display: table;
}

/*.video_player {
  margin-bottom: 24px;
  max-width: 100% !important;
  width: 1000px !important;
  max-height: 540px !important;
  height: 540px !important;
}*/

.video_player {
  float: right;
}

.post-type-archive .course-summary {
  height: auto;
  display: table;
}

.student-settings label {
  display: block;
  width: 100% !important;
  float: left;
  margin: 0 0 0 1% !important;
}

.virtual-page-your-workshops .enroll-box {
  display: none ;
}

.single-course.logged-in .enroll-box {
  /*display: block !important;
  display:none ;

  display: table !important;*/
    width: 100% !important;
    float: none !important;

}


a.mp_cart_link, a.mp_store_link {
  border: 1px solid #edda50 !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  border-radius: 25px !important;
  -moz-background-clip: none !important;
  -webkit-background-clip: none !important;
  background-clip: none !important;
  background-color: #edda50 !important;
  color: white;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none !important;
  display: inline-block;
  /* font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif; */
  font-family: 'Oswald', sans-serif;
  line-height: 18px;
  text-shadow: none !important;
  text-decoration: none;
  padding: 5px 10px !important;
  font-size: 14px;
  text-transform: none;
  /* display: inline-block; */
  margin-top: 10px;
}

a.mp_cart_link:hover, a.mp_store_link:hover {
background-color:#06af88 !important;
}

form.mp_product_list_refine {
  text-align: right;
  margin-right: 20px;
}

.one_filter > span {
  display: none !important;
}

/* HIDE BUY BUTTONS FOR CLASSES
.enroll-box , .mp_grid .mp_price_buy {
  display: none;
}

 END HIDE BUY BUTTON FOR CLASSES */




a.a2a_dd.addtoany_share_save img {
  border-radius: 0px;
}

/*.cp_popup_overall.cp_blur{
-webkit-filter: blur(0px) !important;
  -moz-filter: blur(0px) !important;
  -o-filter: blur(0px) !important;
  -ms-filter: blur(0px) !important;
  filter: blur(0px) !important;
}*/

.cp_popup_overall{
background: none !important;
}

.site-container.cp_blur {
	-webkit-filter: blur(0px) !important;
  -moz-filter: blur(0px) !important;
  -o-filter: blur(0px) !important;
  -ms-filter: blur(0px) !important;
  filter: blur(0px) !important;
}

.cp_blur {
  -webkit-filter: blur(0px) !important;
  -moz-filter: blur(0px) !important;
  -o-filter: blur(0px) !important;
  -ms-filter: blur(0px) !important;
  filter: blur(0px) !important;
}

.parent-pageid-3919 #class-callout-subhead, .tax-product_category #class-callout-subhead {
  display: block;
}

.single-post .content img {
  border-radius: 0px !important;
  text-align: center !important;
  max-width: 100% !important;
}

a.mp_link_buynow {
  margin-bottom: 10px !important;
}

p.mp_cart_direct_checkout, p.mp_cart_login_msg {
  text-align: right;
  margin-bottom: 5px !important;
}

.coursepress-all-class-wrap {
  width: 30%;
  display: inline-block;
  text-align: center;
    vertical-align: top;
  margin: 0 10px;
}

.coursepress-all-class-wrap .top-shop-button {
  text-align: center;
  /* float: none; */
  /* margin: 0 auto; */
  /* width: 100%; */
  display: block;
}

.coursepress-all-class-wrap .top-shop-button div {
  display: table;
  text-align: center;
  margin: 0 auto !important;
}

.coursepress-all-class-wrap .top-shop-button button {
/*  margin-bottom: 0 !important;*/
  text-transform: none !important;
}

.coursepress-all-class-wrap input.mp_button_addcart {
  text-transform: none !important;
}

.coursepress-all-class-wrap p {
  margin-bottom: 5px;
}

p.all-class-description {
  height: 60px;
}

.page-id-8394 .entry-content {
  text-align: center;
}

.single-course form.mp_buy_form {
  float: none !important;
}

.single-course a.mp_cart_link {
  margin-bottom: 10px;
}

.coursepress-all-class-cart-link {
  text-align: center;
}

.page-id-8063 .entry-content {
  margin: 0 auto !important;
  text-align: center;
}

table.mp_cart_login {
  margin-top: 20px;
}

.student-dashboard-wrapper .enroll-box-left {
  width: 65%;
  float: left;
  display: none;
}

img.mp_product_image_single.photo.alignleft.wp-post-image {
    float: right;
    margin: 0 0 0 20px !important;
}

.slideshowlink {
    display: none !important;
}

.student-settings label.right {
    float: none !important;
}

input[type="text"], .student-settings input[type="password"] {
    width: 95%;
    margin-bottom: 5px;
}


ul.tml-action-links {
    margin-left: 0;
}

.tml-action-links li {
    list-style-type: none !important;
}

.tml-action-links a {
    background-color: #EDDA50;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 5px 15px;
    text-transform: uppercase;
    width: auto;
    -webkit-font-smoothing: antialiased;
    border-radius: 25px;
    display: inline-block;
    margin-bottom: 10px;
}

.tml-action-links a:hover {
background-color: #06af88;
	color: #fff;
	border-radius: 25px;
	text-decoration:none;
}

.page-login p.submit {
    margin-bottom: 5px;
}


.menu #menu-item-cp-courses, .menu #menu-item-cp-dashboard, .menu #menu-item-cp-logout {
    display: none;
}

#continue-shopping {
    text-transform: none;
    letter-spacing: 0;
    margin-top: 10px;
}

ul.tml-user-links {
    padding-left: 40px;
}

.tml-user-links li {
    list-style-type: none !important;
}

.single-course a#continue-shopping {
    margin-bottom: 10px;
}

.single-course a#continue-shopping:hover {
background-color: #000 !important;
}

.mp_cart_col_quant input[type="text"] {
    display: table;
}

td.mp_cart_checkout a {
    text-transform: uppercase !important;
    font-size: .9em;
    letter-spacing: 1px;
	    margin-left: -10px;
}

.page-id-9194 p.message {
    display: none;
}

.page-id-0 input[type="text"] {
    width: 100%;
}

p.almost-done {
        font-weight: bold;
    /* font-size: 1.15em; */
   /* font-family: 'ostrich_sansheavy', Arial, sans-serif;*/
   font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    color: #0DA88A;
    line-height: 1em;

}

button.apply-button.apply-button-enrolled {
    width: auto;
    padding: 5px 15px;
    font-size: 1.1em;
}


.shop-instructions li {
    line-height: 1.1em;
    margin-bottom: 10px;
    font-size: .9em;
}

.page-products #class-callout-subhead {
    display: block;
}

.mp_products .mp_product_item {
    border-top-color: transparent !important;
}

.mp_products .mp_product_item {
    border-top: 1px solid transparent;
    box-shadow: none;
    padding: 0 0 30px !important;
    width: 150px !important;
    display: inline-block !important;
    margin: 0 15px;
	vertical-align:top;
}

.page-products .entry-content {
    text-align: center;
}

.mp_products .mp_product_image_list, .course-list-image img {
    height: auto;
    max-width: 100%;
    width: 100%;
    border-radius: 25px;
}

span.exclusive_tax {
    display: none;
}

.mp_product .mp_product_name {
    font-size: 30px;
    line-height: 1.5em;
    font-size: 20px !important;
    line-height: 1em !important;
	height: 60px !important;
}

.mp_product_price-normal, .mp_product_price-sale, .mp_product_price-extended {
    font-weight: normal !important;
    line-height: 40px;
    background: none !important;
/*    margin-right: 10px;*/
    padding: 0px 0px 0px 0px !important;
	font-size: 18px;
}

.mp_products {
    margin: 0 !important;
}

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

.mp_products .mp_product_meta, .mp_product .mp_product_name {
    margin-bottom: 0 !important;
	    overflow: hidden !important;
}



a.mp_button, .mp_orders_invoice a.button, button.mp_button {
    border: 1px solid #edda50 !important;
    -moz-border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    border-radius: 25px !important;
    -moz-background-clip: none !important;
    -webkit-background-clip: none !important;
    background-clip: none !important;
    background-color: #edda50 !important;
    color: white !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-image: none !important;
    display: inline-block;
    /* font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif; */
    font-family: 'Oswald', sans-serif;
    line-height: 18px;
    text-shadow: none !important;
    text-decoration: none;
    padding: 5px 10px !important;
    font-size: 14px !important;
    text-transform: none;
	font-weight:normal !important;
}

a.mp_button:hover, .mp_orders_invoice a.button:hover, button.mp_button:hover {
	background-color: #06af88 !important;
}

.mp_product-has-image .mp_product_details {
    margin-top: 0px !important;
}

.mp_product_gallery > li, .mp_product .mp_product_tab_label {
    list-style-type: none !important;
}

ul#mp-product-gallery {
    margin-left: 0;
}

.mp_single_product_images {
    float: right !important;
    width: 300px !important;
	max-width:100% !important;
}

.mp_single_product_details {
    float: left !important;
}

/* .mp_product .mp_product_name {
	font-size: 1.7em !important;
    height: auto !important;
} */

strong.mp_product_options_att_label {
    display: none;
}

.mp_single_product_extra {
    margin-top: 0;
}

.page-id-8063 .mp_product_options_att .mp_form_input-qty {
    display: none;
}


.single-course input#mp_product_options_att_quantity {
    display: none;
}

.single-course .mp_product_options_atts {
    display: none;
}

.single-course .mp_form {
    height: 40px;
}

.mp_cart_empty {
    border: none !important;
    background: none !important;
    padding: 0 !important;
    color: black !important;
}

.mp_cart_empty a {
color: inherit !important;
}

.mp_cart_empty a:hover {
color:inherit !important;
}

.mp_products-grid .mp_product_item-col-3:nth-child(3n) {
    float: none !important;
}

.single-product .mp_product .mp_product_name {
    height: auto !important;
}

input.mp_form_input, textarea.mp_form_input {
    /* background-color: white; */
    /* border-radius: 25px; */
    background-color: #f5f5f5 !important;
    border: 1px solid #edda50 !important;
    border-radius: 3px !important;
    box-shadow: 1px 1px 3px #eee inset !important;
    color: #999 !important;
    font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook", serif !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
    width: 100% !important;
}

.mp_product_callout {
    margin: 0 !important;
}

.mp_single_product_extra {
width:60% !important;
}

.mp_single_product_extra .mp_product_price {
    display: none;
}

.tax-product_category img.alignleft.post-image.entry-image {
    display: none;
}

.single-product a#continue-shopping {
    margin-top: -10px;
}

li.mp_product_tab_label.current a {
    font-family: 'ostrich_sansheavy', Arial, sans-serif;
    text-transform: uppercase;
     /*background-color: #06af88 !important;
    color: #333 !important; */
    font-size: 1.2em !important;
    letter-spacing: 1px;
    font-weight: normal !important;
    line-height: 1.3em !important;
	opacity:1 !important;
}

.mp_product_tab_label a {
	 font-family: 'ostrich_sansheavy', Arial, sans-serif;
    text-transform: uppercase;
    background-color: #9a9381 !important;
    /* color: #333 !important; */
    font-size: 1.2em !important;
    letter-spacing: 1px;
    font-weight: normal !important;
    line-height: 1.3em !important;
	/*opacity:.6 !important;*/
	    margin-top: -20px;
		    border-radius: 25px;
}

.mp_product_tab_label a:hover, .single-product button.mp_button.mp_button-addcart:hover {
color:#edda50 !important;
}

.single-product .mp_product .mp_product_tab_labels {
    margin: 0 !important;
}

.single-product button.mp_button.mp_button-addcart {
    background-color: #0da88a !important;
}

.single-product .lSSlideOuter .lSPager.lSGallery img {
    border-radius: 10px;
	height: 55px;
}

/*.single-product .lSSlideOuter .lSPager.lSGallery li {
list-style-type:none !important;
vertical-align:middle !important;
	display: block !important;
}*/



button.apply-button.apply-button-enrolled.mp_buttonmp_button-addcart {
display:none;}

.page-id-10207 button.apply-button.apply-button-details.mp_buttonmp_button-addcart {
    width: auto !important;
    margin: 0 auto !important;
    float: none !important;
}

.page-id-8063 button.apply-button.apply-button-details.mp_buttonmp_button-addcart {
display:none;
}

.postid-10306 .mp_form_field.mp_product_options_att_field {
    display: none;
}

.postid-10306 ul.mp_product_tab_labels {
    display: none;
}

.single-product .mp_product .mp_product_name {
    font-size: 30px !important;
}


form#mp-checkout-form {
    display: block !important;
}

input.mp_form_input_error ~ label.error, textarea.mp_form_input_error ~ label.error {
    color: red;
    font-size: 14px;
    font-family: ostrich,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.mp_checkout .mp_gateway_form, div#mp-checkout-payment-form {
    /* color: #E67E22; */
    font-size: 1.3em !important;
    color: #ff6600 !important;
    text-transform: uppercase;
    font-family: 'ostrich_sansheavy', Arial, sans-serif;
    font-weight: 400;
	line-height: 1em;
}

#register-account-classes {
    /* color: #E67E22; */
    font-size: 1.3em !important;
    color: #06af88 !important;
    text-transform: uppercase;
   /* font-family: 'ostrich_sansheavy', Arial, sans-serif;*/
   font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.tml .tml-action-links a {
    padding: 10px 20px !important;
    border: none !important;
}

.tml .tml-action-links li {
    border: none !important;
}

a#empty-cart-shop-link {
    color: #ff6600 !important;
}

.mp_checkout_section_content {position: relative;}

.mp_checkout_column + a {position: absolute;
left: 210px;
top: 3px;
/*font-size: 20px;*/ }



a#new-register-checkout-button {
	          top: -31px;
    /* display: inline-block; */
    font-family: 'Oswald', sans-serif;
    position: relative;
    /* font-size: 20px !important; */
    text-transform: uppercase;
    padding: 3px 15px !important;
    left: 75px;
    font-weight: normal !important;
    letter-spacing: 1px;
    text-shadow: none !important;
    text-decoration: none;
    border: 1px solid #edda50 !important;
    -moz-border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    border-radius: 25px !important;
    -moz-background-clip: none !important;
    -webkit-background-clip: none !important;
    background-clip: none !important;
    background-color: #ff6600 !important;
    color: white !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-image: none !important;
    font-size: .9em !important;
    margin-left: 10px;
}

#new-register-checkout-button:hover, div#mp-checkout-section-login-register a#new-password-checkout-button:hover {
background-color:#06af88 !important;
}

.mp_products_items {
    text-align: center;
}

.page-id-10210 div#mc_embed_signup,  .page-id-10210 div.email-footer-points-right,
.parent-pageid-3919 section#mp-pdf-invoice {
    display: none !important;
}


div#mp-checkout-section-login-register .mp_checkout_column {
    float: none !important;
    width: 100% !important;
}


#mp-checkout-form .mp_button-checkout-login {
    float: none !important;
    /*margin: 0 0 20px 0;*/
    font-size: 18px;
    display: inline-block;
}

div#mp-checkout-section-login-register a#new-password-checkout-button {
   position: inherit;
    left: 70px;
    top: -32px;
    border: 1px solid #edda50 !important;
    -moz-border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    border-radius: 25px !important;
    -moz-background-clip: none !important;
    -webkit-background-clip: none !important;
    background-clip: none !important;
    background-color: #edda50 !important;
    color: white !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-image: none !important;
    display: inline-block;
    /* font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif; */
    font-family: 'Oswald', sans-serif;
    line-height: 18px;
    text-shadow: none !important;
    text-decoration: none;
    padding: 5px 10px !important;
    font-size: 14px !important;
    text-transform: none;
    font-weight: normal !important;

}

.postid-6255 p {
    width: auto !important;
}

button.mp_button.mp_button-checkout.mp_button-large.mp_tooltip {
    background-color: #ff6600 !important;
    font-size: 20px !important;
    text-transform: uppercase;
}

button.mp_button.mp_button-checkout.mp_button-large.mp_tooltip:hover {
background-color:#06af88 !important;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

input[type="text"], .new_question textarea {
    width: 100% !important;
    font-size: 1em;
    margin-bottom: 5px;
}



p#photo-style-space {
    margin-bottom: 11px;
}

.course-list-item.workshop-courses-list {
    display: table;
}

p.ShowListingColumnHeadingSponsor {
    color: #0DA88A !important;
}

div#gform_confirmation_message_14 {
    color: red;
}

p.woocommerce-result-count {
    display: none;
}

form.woocommerce-ordering {
    display: none;
}

.archive.post-type-archive.woocommerce.woocommerce-page.header-full-width.full-width-content h1.page-title {
    display: none;
}

.woocommerce .site-inner {
    clear: both;
    margin: 20px 0 40px;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}

.product h3 {
    font-size: .9em !important;
    line-height: 1em !important;
    color: #333;
    text-align: center;
	height: 70px;
}

.woocommerce ul.products li.product .price {
    text-align: center;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 14px !important;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: normal !important;
    border-radius: 25px !important;
    left: auto;
    color: white !important;
    /* background-color: #ebe9eb; */
    background-color: #000 !important;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    font-family: 'Oswald', sans-serif !important;
    text-transform: capitalize !important;
}



	.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    font-size: 14px !important;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: normal !important;
    border-radius: 25px !important;
    left: auto;
    color: white !important;
    /* background-color: #ebe9eb; */
    background-color: #999 !important;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    font-family: 'Oswald', sans-serif !important;
    text-transform: capitalize !important;
}

.woocommerce ul.products li.product .price {
    color: #000 !important;
}

.apply-button-enrolled, a#continue-shopping, .course-description a.button {
    background-color: #000 !important;
	}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    text-align: center !important;
}

.woocommerce ul.products li.product .button {
    margin-top: 0 !important;
}

.product_meta {
    display: none !important;
}

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

#tab-description h2 {
    display: none;
}

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

.add_to_cart_inline span.amount {
    display: table;
    margin: 5px auto 5px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color:#000 !important;
}

p.product.woocommerce.add_to_cart_inline {
    border: none !important;
}

div#woocommerce-dhl-footer {
display:none;
}

.woocommerce-page div#woocommerce-dhl-footer {
display:block;
}

.page-id-10208 div#woocommerce-dhl-footer, .page-id-12167 div#woocommerce-dhl-footer, .page-id-7128 div#woocommerce-dhl-footer, .page-id-12045 div#woocommerce-dhl-footer, .page-id-12046 div#woocommerce-dhl-footer {
    display: none !important;
}

p.form-row.form-row-wide.create-account {
    font-weight: bold;
}

.cc-payment-plan {
/*    margin-top: -50px;*/
}

.cc-payment-plan td {
    border-top: 0;
}

.cc-payment-plan tbody {
    border-bottom: none;
}

.cc-payment-plan p {
    margin-bottom: 0;
}

.cc-payment-plan th {
    text-transform: none;
}

.craftcation-videos-home {
    max-width: 48%;
    display: inline-block;
    vertical-align: middle;
    /* height: 360px; */
    padding: 1%;
}

.page-id-12573 div#consulting-business-subhead {
    display: block;
}

.page-id-12574 div#consulting-events-subhead {
    display: block;
}
.virtual-page-your-workshops #classes-subhead {
    display: none !important;
}

.page-id-27 h4 strong {
    font-weight: normal;
}

.page-schedule h4 strong, #all-show-details h4 strong, .page-workshop-descriptions h4 strong {
    font-weight: normal !important;
}

.page-workshop-descriptions h4 span, .page-schedule h4 span {
    font-size: .5em !important;
}

.course-wrapper h3.section-title {
    display: none;
}

.unit-archive-single {
    padding: 15px 0;
}

a.apply-button.signup {
    display: none;
}

/* VC OVERRIDES */

.vc_images_carousel .vc_carousel-control .icon-next:before, .vc_images_carousel .vc_carousel-control .icon-prev:before {
    position: relative;
    top: -18px !important;
    color: #000;
    font-size: 36px;
    font-family: FontAwesome;
    opacity: 1 !important;
}

.vc_images_carousel .vc_carousel-control .icon-next:before, .vc_images_carousel .vc_carousel-control .icon-prev:before {
    content: '\f138' !important;
}
.vc_images_carousel .vc_carousel-control .icon-prev:before {
    content: '\f137' !important;
	}
