html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
figure { margin: 10% 0; }
figcaption { text-align: center; }
img { border: 0; -ms-interpolation-mode: bicubic;}
a:hover, a:active, a:focus { outline: none; -moz-outline-style: none;}
input {-webkit-border-radius:0; border-radius:0;}
::-webkit-input-placeholder {color: #191919;}
:-moz-placeholder {color: #191919;}
::-moz-placeholder {color: #191919;}
:-ms-input-placeholder {color: #191919;}
*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/* Clearfix */
.clearfix:after, #main-wrap .sharedaddy:after {clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0; }
.cf:before, .cf:after {content: " "; /* 1 */ display: table; /* 2 */}
.cf:after {clear: both;}gits
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {*zoom: 1;}



/*-----------------------------------------------------------------------------------*/
/*	2.0 General Styles
/*-----------------------------------------------------------------------------------*/
body {
	height: 100%;
	display: block;
	font-family: 'Libre Baskerville', Georgia, serif;
	color: #191919;
	background: #fff;
}
#container {
	/* max-width: 1200px; */
	margin: 0 auto;
}
#masthead {
	position:relative;
	display:block;
	padding: 8px 0 0;
}
#main-wrap {
	padding: 0 10px;
}
.default-sidebar,
#front-sidebar-one,
#front-sidebar-two {
	border-top: 0px solid #ccc !important;
}

/* --- Sans Serif Font --- */
#header-top-nav,
.search-box #searchform input,
.entry-details,
#colophon p.site-description,
#colophon #site-info,
.default-sidebar .widget,
.front-sidebar .widget,
.nav-wrap,
#infinite-handle,
#nav-below a span,
#nav-single a span,
.rp-small-two p span.entry-title,
.single-post .post .entry-header .entry-cats,
.single-post .post .entry-header .entry-author,
#comments .comment-author,
#comments .comment-reply,
.single-post .entry-meta .entry-cats,
.single-post .entry-meta .entry-tags,
.page .edit-link,
a.archive-menu-toggle,
.site-content .nopassword,
.site-content p.nocomments,
#searchform input#s {
	font-family: 'Karla', Arial, sans-serif;
}

/* --- Headings --- */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Karla', Arial, sans-serif;
	color: #000;
	font-weight: bold;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
			hyphens: auto;
}
h1 {
	margin: 46px 0 20px;
	font-size: 25px;
	font-size: 1.5625rem;
}
h2 {
	margin: 46px 0 15px;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.35;
}
h3 {
	margin: 38px 0 8px;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4;
}
h4 {
	margin: 30px 0 6px;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.4;
}
h5 {
	margin: 24px 0 8px;
	font-size: 16px;
	font-size: 1rem;
}
h6 {
	margin: 24px 0 8px;
	font-size: 15px;
	font-size: 0.9375rem;
}

/* --- Text Elements --- */
p {
	margin-bottom: 26px;
}
.entry-content p:last-child {
	margin-bottom: 0;
}
.entry-content blockquote p:last-child  {
	margin-bottom: 26px;
}
ul, ol {
	margin: 0 0 26px 0;
	padding-left: 40px;
	list-style-position: inside;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}
.entry-content ul,
.entry-content ol {
	padding-left: 50px;
}
.entry-content ul li,
.entry-content ol li,
#comments ul li,
#comments ol li  {
	margin-bottom: 4px;
	list-style-position: outside;
}
.entry-content ul ul li:last-child,
.entry-content ol ol li:last-child,
#comments ul ul li:last-child,
#comments ol ol li:last-child {
	margin-bottom: 0;
}
.entry-content ul ul,
.entry-content ol ol,
#comments ul ul,
#comments ol ol {
	padding-left: 25px;
}
b, strong {
	font-weight: bold;
}
dfn, em, i {
	font-style: italic;
}
s, strike, del {
	text-decoration: line-through;
}
address {
	margin: 0 0 34px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
}
pre {
	max-width: 100%;
	margin-bottom: 26px;
	padding: 15px;
	overflow: auto;
	background: #ededed;
	font-family: Consolas, Monaco, monospace;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.4;
}
code, kbd, tt, var {
	font-family: Consolas, Monaco, monospace;
	font-size: 13px;
	font-size: 0.8125rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #d6fce2;
	text-decoration: none;
}
sup,
sub {
	position: relative;
	vertical-align: baseline;
	height: 0;
	font-size: 75%;
	line-height: 0;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}
dt {
	padding-bottom: 4px;
	font-weight: bold;
}
dd {
	margin: 0 0 20px;
}
dl dt {
	font-weight: bold;
	color: #162626;
}
dl dd {
	margin: 0 0 20px;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height:1.45;
}
.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* --- Tables --- */
table {
	width: 100%;
	margin: 0 0 40px;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #ddd;
	line-height: 2;
	font-family: 'Karla', Arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
}
table td {
	padding: 10px 10px 10px 0;
	border-top: 1px solid #ddd;
}
table caption {
	margin: 40px 0;
}
table th {
	padding: 10px 10px 10px 0;
	text-align:left;
	font-weight: bold;
	color: #000;
}

/* --- after / before --- */
.rp-medium-one .entry-comments:before,
.rp-medium-two .entry-comments:before,
.rp-big-one .entry-comments:before,
.rp-big-two .entry-comments:before,
.rp-color .entry-comments:before,
.single-post .entry-header .entry-comments:before,
.entry-edit:before,
#comments ul.comment-meta a.comment-edit-link:before {
	display: inline;
	content: '\2014';
	padding: 0 2px 0 0;
}

/* --- Alignment --- */
.alignleft,
.alignright {
	display: block;
}
.alignleft {
	margin: 5px 45px 5px 0;
	float: left;
}
.alignright {
	margin: 5px 0 0 30px;
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
img.alignleft,
img.alignright {
	margin-top:10px;
	margin-bottom:20px;
}

/* --- Forms --- */
input,
textarea {
	padding: 10px;
	border: 1px solid #cacaca;
	background: #fff;
	color: #000;
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.5;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
form label {
	font-family: 'Karla', Arial, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
}
input:hover,
textarea:hover {
	background: none;
}
input:focus,
input:active,
textarea:focus,
textarea:active {
	background: none;
	border: 1px solid #999;
	outline: none;
}

/* --- Buttons --- */
input[type="button"],
input[type="submit"] {
	padding: 15px 15px 14px;
	background: #000;
	color:  rgba(255, 255, 255, 0.85);
	border: none;
	font-family: 'Karla', Arial, sans-serif;
	font-size: 13px;
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
input#submit {
	margin: 15px 0 10px;
	padding: 17px 12px 16px;
	border: none;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: none;
	color:  rgba(255, 255, 255, 0.85);
}
input[type="button"]:hover,
input[type="submit"]:hover,
input#submit:hover,
.widget_blog_subscription input[type="submit"]:hover {
	background: #000;
	color: #fff;
}


/*-----------------------------------------------------------------------------------*/
/*	3.0 Links + Colors
/*-----------------------------------------------------------------------------------*/
a {
	color: #191919;
	text-decoration: none;
}
.widget-area p.summary a,
.entry-content p a,
.entry-content li a,
blockquote cite a,
.textwidget a,
#comments .comment-text a,
.authorbox p.author-description a {
	color: #000;
	border-bottom: 1px solid #ccc;
	outline: none;
}
.widget-area .rp-color p.summary a {
	color: #191919;
	border-bottom: 1px solid #444;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.entry-details a,
#comments a,
.nav-wrap a,
#colophon a,
.authorbox p.author-name a,
.page .entry-content a {
	color: #000;
	-webkit-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	transition: all linear 0.1s;
}
.widget-area a {
	border-bottom: none;
}
.widget-area a:hover,
.widget-area .rp-small-two p.summary a,
.widget-area .rp-small-two p.summary a:hover {
	border-bottom: none !important;
}
.widget-area .rp-small-two p.summary a,
.widget-area .rp-color a:hover {
	color: #191919;
}
#site-info a {
	font-weight: bold;
}

/* --- Hovers --- */
.widget-area p.summary a:hover,
.entry-content p a:hover,
.entry-content li a:hover,
.page .entry-content p a:hover,
blockquote cite a:hover,
.textwidget a:hover,
#comments .comment-text a:hover,
.authorbox p.author-description a:hover,
a.archive-menu-toggle:hover span {
	color: #191919;
	border-bottom: 1px solid #444;
}
h1 a:hover,
h2 a:hover,
h2.entry-title a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #777;
	-webkit-transition: color linear 0.1s;
	-moz-transition: color linear 0.1s;
	-o-transition: color linear 0.1s;
	transition: color linear 0.1s;
}
#header-top-nav a:hover,
.entry-meta a:hover,
.entry-footer a:hover,
.entry-author a:hover,
.single-post .post .entry-header a:hover,
#comments a:hover,
.nav-wrap a:hover,
#colophon a:hover,
.template-archive a:hover,
.gallery .gallery-item a:hover,
#infinite-handle span:hover,
.widget-area .widget_nav_menu a:hover,
.tagcloud a:hover,
.widget_calendar a:hover,
.post .entry-content a.more-link:hover,
.widget-area a:hover,
#featured-content .flex-direction-nav li a.flex-next:hover:after,
#featured-content .flex-direction-nav li a.flex-prev:hover:after,
.widget-area .rp-small-two p.summary a:hover {
	color: #999;
	-webkit-transition: color linear 0.1s;
	-moz-transition: color linear 0.1s;
	-o-transition: color linear 0.1s;
	transition: color linear 0.1s;
}
.btn-hover {
	color: #777 !important;
}
.archive-menu-content a,
.archive-menu-content .list-authors a span.author-name,
a.archive-menu-toggle span,
.widget-area .rp-color .entry-header a,
.widget-area .rp-color .story a {
	border-bottom: 1px solid transparent;
	-webkit-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	transition: all linear 0.1s;
}
.archive-menu-content .yearly a:hover,
.archive-menu-content .monthly a:hover,
.archive-menu-content .archive-menu-tags a:hover,
.archive-menu-content ul li.cat-item a:hover,
.archive-menu-content .list-authors a:hover span.author-name {
	border-bottom: 1px solid #000;
}
.widget-area p.summary a:hover,
.widget-area .rp-color .entry-header a:hover,
.widget-area .rp-color .story a:hover {
	border-bottom: 1px solid #444 !important;
}
#footer-social-nav ul li a:hover {
	color: #fff;
}
.menu-social-container .menu li a:hover,
#footer-social-nav ul li a:hover {
	background: #777;
	color: #fff;
	-webkit-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	transition: all linear 0.1s;
}
.textwidget a  {
	color: #000;
	font-weight: bold;
}

/* --- More Link --- */
.post .entry-content a.more-link {
	color: #000;
	background-image: none;
	border: none;
	display: inline-block;
	font-weight: bold;
}
.post .entry-content a.more-link:before,
.post .entry-content a.more-link:after {
	display: inline;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
}
.post .entry-content a.more-link:before {
	content: '\005b';
}
.post .entry-content a.more-link:after {
	content: '\005d';
}

/* --- Footer Links --- */
a img {
	border: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	4.0 Header
/*-----------------------------------------------------------------------------------*/

#site-title {
	margin: 0;
	padding: 12px 0 40px 20px;
	text-align: left;
	width: 70%;
	/* float: left; */
	display: block;
}
#site-title h1 {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
	word-wrap: break-word;
}
#site-title h1 a:hover {
	color: #000;
}
#site-title h2.site-description {
	display: none;
	margin: 0;
	padding: 0;
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.15;
	font-weight: normal;
	font-style: italic;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

/* --- Mobile Menu --- */
#mobile-menu-wrap {
	display: none;
	overflow: hidden;
	clear: both;
	margin-bottom: 50px;
}
.menu-open #mobile-menu-wrap {
	display:  block;
}
#mobile-menu-toggle {
	display: block;
	position: relative;
	margin: 0 20px 0 0;
	width: 44px;
	height: 44px;
	float: right;
}
#mobile-menu-toggle:after {
	content: '\f419';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 18px/1 'Genericons';
	line-height: 1;
	color: #000;
	vertical-align: top;
	width: 100%;
	padding: 14px 0 0 0;
	background: none;
	text-align: right;
}
#mobile-menu-close {
	display: block;
	position: relative;
	background: #000;
	height: 30px;
}
#mobile-menu-toggle span,
#mobile-menu-close span {
	display: none;
}
#mobile-menu-close:after {
	content: '\f405';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 18px/1 'Genericons';
	color: #fff;
	vertical-align: top;
	padding: 0;
	width: 100%;
	height: 30px;
	padding: 6px;
	background: none;
	text-align: center;
}

/* --- Header Top Navigation --- */
#header-top-nav {
	display: block;
	clear: both;
	overflow: hidden;
	text-align: center;
	padding: 0 10px 20px;
}
#header-top-nav ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-size: 0.6875rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#header-top-nav ul li {
	display: inline-block;
	padding: 0 10px 10px;
	line-height: 1.6;
}

/* --- Header Search --- */
.search-box a#search-toggle {
	display: none;
}
#masthead input[type="submit"]{
	background-color:orange !important
	color:white !important;
}
#searchform label.screen-reader-text {
	display: none;
}
#masthead .search-box {
	display: block;
}
.search-box #searchform {
	position: relative;
	margin: 0 auto;
	display: block;
	/* border:1px solid #bbb; */
	background-color: white;
	padding-bottom: 10px;
}
.search-box #searchform input[type=text] {
	/* width: 100%; */
	height: 55px;
	padding: 13px 9px 12px 35px;
	background: #fff;
	border: none;
	font-size: 16px;
	font-size: 1rem;
	font-size: 20px !important;
}
.search-box #searchform input:hover,
.search-box #searchform input:focus,
.search-box #searchform input:active {
	/* border: none !important; */
}
.search-box #searchform:after {
	content: '\e8b6';
	font: normal 18px/1 'Material Icons';
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 1000;
	display: none;
	-webkit-font-smoothing: antialiased;
	color: #191919;
	vertical-align: top;
	width: 70px;
	height: 36px;
	padding: 0;
}

/* --- Main Menu --- */
#site-nav {
	display: block;
	clear: both;
	padding: 0;
}
#site-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#site-nav ul li  {
	display: block;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #ededed;
}
#site-nav ul li.menu-item-has-children,
#site-nav ul li.page_item_has_children {
	border-bottom: none;
	padding-bottom: 0;
}
#site-nav ul ul.sub-menu,
#site-nav ul ul.children {
	display: block;
	margin: 15px 0 0 0;
	padding: 0;
	border-top: 1px solid #ededed;
}
#site-nav ul li a {
	padding: 0;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.35;
}
#site-nav ul li li  {
	padding: 10px 0;
}
#site-nav ul li li a {
	font-size: 14px;
	font-size: 0.875rem;
}


/*-----------------------------------------------------------------------------------*/
/*	4.1 Header Archive Menu Area
/*-----------------------------------------------------------------------------------*/

.archive-menu-wrap {
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	clear: both;
}
.archive-menu-content {
	display: none;
	position: relative;
	background: #ebf8fe;
	margin: 0 10px 80px;
	padding: 40px 20px;
	text-align: left;
}
a.archive-menu-close {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 25px;
	height: 25px;
	background: #000;
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
	   	 	border-radius: 40px;
}
a.archive-menu-close:after {
	content: '\f405';
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	display: inline-block;
	padding: 4px 0 0 0;
	font: normal 18px/1 'Genericons';
	color: rgba(255, 255, 255, 0.85);
	z-index: 1000;
	vertical-align: top;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}
a.archive-menu-close:hover:after {
	color: #fff;
}
.archive-menu-wrap h3.archive-menu-title,
a.archive-menu-toggle {
	font-size: 11px;
	font-size: 0.6875rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}
a.archive-menu-toggle {
	position: relative;
	display: inline-block;
	margin: 0 0 23px;
	padding: 0 0 7px 14px;
	text-align: center;
	color: #191919;
}
a.archive-menu-toggle:before {
	content: '\f452';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-font-smoothing: antialiased;
	font: normal 12px/1 'Genericons';
	vertical-align: top;
	text-align: center;
	padding: 0;
}
a.archive-menu-toggle.archive-open:before {
	padding-top: 3px;
		-moz-transform: rotate(90deg);
	 -webkit-transform: rotate(90deg);
	 	  -o-transform: rotate(90deg);
	 	 -ms-transform: rotate(90deg);
	 	 	 transform: rotate(90deg);
}
.archive-menu-content ul,
.archive-menu-tags {
	list-style: none;
	padding: 0;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.8;
}
.archive-menu-content ul {
	margin: 0 0 60px;
}
.archive-menu-content ul li {
	display: inline-block;
}
.archive-menu-content ul.yearly li {
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
	font-style: italic;
}
.archive-menu-wrap h3.archive-menu-title {
	margin: 0 0 28px;
	font-size: 11px;
	font-size: 0.6875rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.archive-menu-wrap .list-authors h3.archive-menu-title {
	margin: 0 0 35px;
}
.archive-menu-content ul.monthly li:after,
.archive-menu-content ul li.cat-item:after {
	display: inline;
	content: '\002f';
	padding: 0 0 0 2px;
}
.archive-menu-content ul.monthly li a {
	padding: 0 2px 0 0;
}
a.archive-menu-close span,
.archive-menu-content ul.monthly li:last-child:after,
.archive-menu-content ul li.cat-item:last-child:after {
	display: none;
}
.archive-menu-tags a {
	font-size: 13px !important;
	font-size: 0.8125rem !important;
	line-height: 1.8 !important;
}

.archive-menu-content ul.authors li {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 0;
	padding: 0 0 18px;
	line-height: 0;
}
.archive-menu-content ul.authors li:last-child {
	padding: 0;
}
.archive-menu-content ul.authors li a {
	display: inline-block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	line-height: 1;
	clear: both;
	float: none;
}
.archive-menu-content ul.authors li span {
	display: block;
	float: left;
}
.archive-menu-content ul.authors li span.author-name {
	margin-left: 10px;
	padding: 18px 0 3px 0;
}


/*-----------------------------------------------------------------------------------*/
/*	5.0 Posts
/*-----------------------------------------------------------------------------------*/
#primary h3.blog-title,
#primary h1.archive-title  {
	margin: 0;
	border-top: 1px solid #ccc;
	font-size: 11px;
	font-size: 0.6875rem;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 1.5px;
}
#primary h3.blog-title {
	padding: 15px 0 35px;
}
.site-content .post,
.site-content .type-attachment,
.search-results .site-content .page {
	position: relative;
	display: block;
	max-width: 100%;
	margin: 0 0 80px;
	padding-bottom: 85px;
	clear: both;
	float: none;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.site-content .post:last-of-type,
.search-results .site-content .page:last-of-type {
	margin: 0;
	border-bottom: none;
}
.site-content .entry-thumbnail img.wp-post-img {
	line-height: 0;
}
.sticky {
}

/* --- Post Header --- */
.entry-thumbnail {
	padding-bottom: 20px;
}
.site-content .entry-header {
	display: block;
	padding: 0;
}
.entry-header h2.entry-title,
.entry-header h1.entry-title {
	display: block;
	margin: 0;
	padding: 0 0 20px;
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.35;
	font-weight: normal;
	word-wrap: break-word;
}
.entry-header h1.entry-title {
	padding: 15px 0 20px;
	padding-top: 5px;
}

/* --- Post Details --- */
.entry-details {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0 0 20px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.5;
}
.entry-details a {
	font-weight: bold;
}

/* --- Post Meta --- */
.blog .post .entry-meta,
.archive .post .entry-meta,
.search-results .entry-meta {
	display: block;
	clear: both;
	margin-top: 30px;
	padding-top: 7px;
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.5;
	font-style: italic;
}
.entry-meta .entry-date,
.entry-meta .entry-edit,
.entry-meta .entry-comments,
.entry-meta .entry-cats a {
	display: inline;
}
.entry-meta .entry-tags {
	display: none;
}
.entry-meta .entry-edit:before,
.entry-meta .entry-comments:before,
.entry-meta .full-size-link:before {
	display: inline;
	content: '\2014';
	padding: 0;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
}
.entry-meta .entry-comments:before,
.entry-meta .entry-edit:before,
.comment-meta ul li.comment-edit:before,
.entry-meta .full-size-link:before {
	padding: 5px 2px 0 0;
}
.entry-meta .entry-tags ul {
	margin: 0;
	padding: 0;
}

/* --- Post Pagination --- */
.page-link {
	display: block;
	padding: 15px 0;
	clear: both;
	font-size: 14px;
	font-size: 0.875rem;
	word-spacing:18px;
}
.page-link a {
	display: inline-block;
	text-decoration: none;
	margin-bottom: 8px;
}


/*-----------------------------------------------------------------------------------*/
/*	5.1 Single Posts
/*-----------------------------------------------------------------------------------*/
.single-post .site-content .post:last-of-type {
	border-bottom: none;
}
.single-post .post .entry-header {
    border-top: 0px solid #ccc;
    padding-top:1em;
}
.single-post .post .entry-header .entry-cats,
.single-post .post .entry-meta .entry-cats span,
.single-post .post .entry-meta .entry-tags span {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 1.5px;
}
.single-post .post .entry-header .entry-cats {
	margin: 0;
	padding: 13px 0 38px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.3;
}
.single-post .post .entry-header .entry-author {
	font-size: 13px;
	font-size: 0.8125rem;
	padding-bottom: 15px;
}
.single-post .entry-header .entry-author a {
	font-weight: bold;
}
.single-post .entry-header .entry-date,
.single-post .entry-header .entry-comments,
.single-post .entry-header .entry-edit,
.attachment .entry-header .entry-date,
.attachment .entry-header .full-size-link,
.attachment .entry-header .entry-edit {
	display: inline;
	font-size: 11px;
	font-size: 0.6875rem;
	font-style: italic;
}
.single-post .entry-header .entry-date {
    font-size:14px !important;

}
.single-post .post .entry-header .entry-author {
font-size:18px !important;
}
.single-post .entry-meta {
	display: block;
	padding-top: 35px;
}
.single-post .entry-meta .entry-cats,
.single-post .entry-meta .entry-tags {
	display: block;
	padding: 0 0 8px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.3;
}
.single-post .entry-meta .entry-cats span,
.single-post .entry-meta .entry-tags span {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
}

/* --- Typography --- */
.entry-content p,
.entry-content p.standard-text,
.entry-content ul,
.entry-content ol,
.entry-content .wide-content {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.73;
}
p.justify {
	text-align: justify;
}
.entry-content blockquote,
#comments blockquote {
	margin-left: 50px;
	position: relative;
}
.entry-content blockquote cite,
#comments blockquote cite {
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	display: block;
	text-align: right;
	padding-top: 15px;
}
.entry-content blockquote cite:before,
#comments blockquote cite:before {
	content: '\2013';
	display: inline;
	padding: 0 2px 0 0;
	-webkit-font-smoothing: antialiased;
}
.entry-content p span.dropcap {
	float: left;
	padding: 2px 5px 0 0;
	font-size: 47px;
	font-size: 2.938rem;
	font-weight: bold;
	line-height: 1;
}
.entry-content p.pull-left,
.entry-content p.pull-right {
	margin-bottom: 26px;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	line-height: 1.55;
}
.entry-content p.pull-right {
	text-align: right;
}
.entry-content p.intro {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.page .entry-content p.intro {
	margin-bottom: 30px;
}
.entry-content .wide-content {
	margin: 0 0 26px;
}

/* --- Images / Video --- */
img {
	max-width: 100%;
	height: auto;
}
a[rel~="attachment"],
a[href$=jpg],
a[href$=jpeg],
a[href$=jpe],
a[href$=png],
a[href$=gif]{
    border-bottom: none !important;
}
img.wp-post-image {
	padding: 0;
}
img.img-border {
	max-width:98.1%;
	padding:5px;
	background:#fff;
	border:1px solid #ddd;
}
.widget img {
	max-width:100%;
	height:auto;
}
.wp-caption.alignnone {
	margin: 0;
}
.wp-caption {
	max-width: 100%;
}
img#wpstats {
	display: none;
}
.entry-content p.wp-caption-text,
.widget p.wp-caption-text,
.type-attachment .entry-content .entry-caption p,
gallery .gallery-item .gallery-caption,
.single .gallery .gallery-item .gallery-caption {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.35;
	font-style: italic;
}
.entry-content p.wp-caption-text,
.type-attachment .entry-content .entry-caption p {
	margin: 0;
	padding: 10px 2px 26px;
}
.entry-content .alignleft p.wp-caption-text {
	text-align: left;
}
.entry-content .alignright p.wp-caption-text {
	text-align: right;
	margin-right: 6px;
}
embed,
iframe,
object,
video {
	max-width:100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
.site-content .type-attachment {
	padding-top: 0 !important;
}

/* --- Image Galleries --- */
.gallery {
	margin: 0 auto;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	margin-bottom: 6px;
	text-align: center;
	width: 33.3%;
}
.gallery .gallery-item a {
	border-bottom: none;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-2 .gallery-item:nth-of-type(odd),
.gallery-columns-3 .gallery-item:nth-of-type(3n+1) {
	padding-right: 1.4%;
}
.gallery-columns-2 .gallery-item:nth-of-type(even),
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
	padding-left: 1.4%;
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+2) {
	padding-left: 0.7%;
	padding-right: 0.7%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6%;
}
.gallery-columns-7 .gallery-item {
	width: 14%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11%;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail,
.gallery-columns-5 .attachment-thumbnail,
.gallery-columns-6 .attachment-thumbnail {
	max-width: 93%;
	height: auto;
}
.gallery-columns-7 .attachment-thumbnail,
.gallery-columns-8 .attachment-thumbnail,
.gallery-columns-9 .attachment-thumbnail {
	max-width: 94%;
	height: auto;
}
.gallery dl, .gallery dt {
	margin: 0;
}
.gallery br+br {
	display: none;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
}
.gallery .gallery-item .gallery-caption {
	display: none;
	margin: 2px 2px 24px;
	padding: 0;
}
.single .gallery .gallery-item .gallery-caption {
	display: block;
}

/* --- Author Box --- */
.single-post .authorbox {
	position: relative;
	margin: 0;
	padding: 65px 0 10px;
	clear: both;
}
.authorbox .author-info img.avatar {
	width: 70px;
	height: 70px;
	margin: 2px 0 0 0;
	float: left;
}
.authorbox h3.author-name {
	margin: 0;
	padding: 0 0 30px;
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: normal;
}
.authorbox h3.author-name span {
	font-style: italic;
}
.authorbox p.author-description {
	margin: 0;
	padding: 0 0 0 90px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6;
}


/*-----------------------------------------------------------------------------------*/
/*	5.2 Comments
/*-----------------------------------------------------------------------------------*/
#comments,
#disqus_thread {
	position: relative;
	padding: 0;
}
#comments li.comment,
#comments li.pingback {
	overflow:hidden;
	margin: 0 0 30px;
	padding: 0;
}
#comments li.comment:last-of-type,
#comments li.pingback:last-of-type {
	margin: 0;
}
#comments li.comment ul.children {
	margin: 30px 0 0;
}
#comments .children .comment:last-child {
	margin: 0;
}
#comments h3.comments-title {
	margin: 0 0 45px;
	padding: 0 0 5px;
	font-size: 20px;
	font-size: 1.25rem;
	border-bottom: 1px solid #ccc;
}
#comments h3.comments-title span a {
	display: none;
	margin: 5px 0 0 0;
	font-size: 12px;
	font-size: 0.75rem;
	float: right;
	font-weight: normal;
}
.site-content ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-content ol.commentlist li {
	display: block;
	margin: 0;
	padding: 0;
}
#comments ul.children {
	margin: 0;
	padding: 0;
}

/* --- Comment Content --- */
#comments .comment-details {
	position: relative;
	margin: 0;
	padding: 2px 0 0 50px;
}
#comments article.comment {
	border-bottom: 1px solid #ededed;
}
#comments li.pingback {
	padding: 0 0 0 57px;
}
#comments .comment-avatar {
	margin: 0;
	padding: 0;
	line-height: 0;
	display: block;
	float: left;
}
#comments .comment-avatar img.avatar {
	width: 40px;
	height: 40px;
	margin:  0;
}
#comments .comment-author {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
}
#comments .comment-author span {
	display: none;
}
#comments .comment-text {
	margin: 0;
	padding: 16px 0 0 0;
	overflow: hidden;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6;
}
#comments .comment-text p {
	margin: 0;
	padding: 0 0 18px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6;
}
#comments ul.comment-meta {
	margin: 0;
	padding: 3px 0 0 0;
	overflow: hidden;
	list-style:none;
	font-size: 11px;
	font-size: 0.6875rem;
	font-style: italic;
}
#comments ul.comment-meta a {
	text-decoration: none;
}
#comments ul.comment-meta li {
	display: inline;
}
#comments .comment-reply {
	position: relative;
	padding: 0 0 25px;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
}
#comments p.comment-awaiting-moderation {
	display: inline-block;
	margin: 0 0 26px;
	padding: 1px 2px;
	font-family: 'Karla', Arial, sans-serif;
	background: #d6fce2;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
}
.bypostauthor {
}

/* --- Pingbacks --- */
#comments ol li.pingback span {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
}
#comments ol li.pingback p {
	margin:0;
}
#comments ol li.pingback a {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
}
#comments .pingback p.pingback-edit a {
	font-size: 12px;
	font-size: 0.75rem;
}

/* --- No Comments Info --- */
.site-content .nopassword,
.site-content p.nocomments {
	position: relative;
	margin: 15px 0 60px;
	padding: 0;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
}
.site-content .post-password-form p {
	font-size: 16px;
	font-size: 1rem;
}

/* Comments Reply */
#comments #respond {
	margin: 0 0 35px;
	padding: 40px 0 0;
	overflow: hidden;
	text-align: left;
}
#comments ol.commentlist #respond {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
#comments #respond h3#reply-title {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-size: 1.125rem;
	display: block;
}
#comments #respond p.comment-notes,
#comments #respond p.logged-in-as {
	margin: 0 0 12px;
	padding: 5px 0 0;
	font-size: 11px;
	font-size: 0.6875rem;
	font-style: italic;
}
#respond a#cancel-comment-reply-link {
	margin: 2px 0 0 0;
	float:  right;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
}
#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url,
#commentform p.comment-form-comment {
	margin:0;
	padding: 12px 0 0;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
}
#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url,
#commentform p.comment-form-comment,
.contact-form div {
	float: none;
	clear: both;
	width: 100%;
}
#commentform p.form-allowed-tags {
	display: none;
}
#commentform input#author,
#commentform input#email,
#commentform input#url {
	display: block;
	width: 100%;
	margin: 8px 0 0;
	padding: 10px 2%;
	background: #fff;
	color: #191919;
	border: 1px solid #cacaca;
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6;
	-webkit-appearance: none;
	outline-color: transparent;
	outline-style: none;
}
#commentform textarea#comment {
	width:100%;
	margin: 8px 0 0;
	padding: 10px;
	border: 1px solid #cacaca;
	background: #fff;
	color: #191919;
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6;
	-webkit-appearance: none;
	outline-color: transparent;
	outline-style: none;
}
#commentform p.form-submit {
	margin:0 0 15px;
	clear: both;
}


/*-----------------------------------------------------------------------------------*/
/*	6.0 Pagination
/*-----------------------------------------------------------------------------------*/
.nav-wrap,
#infinite-handle {
	display: block;
	overflow: hidden;
	clear: both;
	padding: 15px 0 80px;
	border-top: 1px solid #ccc;
}
#nav-below,
#nav-single,
#nav-comments {
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.5;
	font-weight: normal;
	font-style: italic;
}
#nav-below a span,
#nav-single a span,
#infinite-handle span {
	display: block;
	padding-bottom: 4px;
	font-family: 'Karla', Arial, sans-serif;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
}
#nav-single a span {
	color: #000;
}
#nav-single .nav-next {
	text-align: right;
}
#nav-comments {
	margin-top: 60px;
}
.nav-previous,
.previous-image {
	float:left;
	max-width: 50%;
}
.nav-next,
.next-image {
	float:right;
	max-width: 50%;
}
.nav-next a,
.nav-previous a,
.previous-image a,
.next-image a {
	display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*	7.0 Custom Front Page
/*-----------------------------------------------------------------------------------*/

/* --- Front Page Widget Areas --- */
#front-fullwidth-top,
#front-fullwidth-center,
#front-fullwidth-bottom {
	clear: both;
	float: none;
}
.template-front .widget-area {
	border-top: 1px solid #ccc;
}


/*-----------------------------------------------------------------------------------*/
/*	8.0 Standard Page
/*-----------------------------------------------------------------------------------*/
.page .site-content .page,
.search-no-results .site-content .page,
.error404 .site-content .page {
	position: relative;
	margin: 0;
	padding: 50px 0;
	border-top: 0px solid #ccc;
}
.site-content .page .page-note {
	display: none;
	position: absolute;
	top: 2px;
	left: -270px;
	max-width: 220px;
}
.page .site-content .entry-content,
.search-no-results .site-content .entry-content,
.error404 .site-content .entry-content {
	position: relative;
	padding: 0 0 60px;
}
.page .entry-header h1.entry-title {
	margin: 0 0 20px;
	padding: 0;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.5;
	display: block;
	clear: both;
}
.page.fullwidth #comments {
	max-width: 100%;
	padding-left: 0;
}
.page .entry-thumbnail {
	padding-bottom: 30px;
}
.page .edit-link {
	padding-top: 26px;
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}


/*-----------------------------------------------------------------------------------*/
/*	9.0 Archives / Search Results / 404
/*-----------------------------------------------------------------------------------*/
.archive-header {
	padding: 0 0 43px;
}
#primary h1.archive-title {
	padding: 15px 0 0;
}
.archive-header .taxonomy-description p {
	margin: 7px 0 0 0;
	font-size: 12px;
	font-size: 0.75rem;
	font-style: italic;
}
.entry-summary p {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
}
.entry-summary p:last-child {
	margin-bottom: 0;
}
.archive .site-content .post,
.search-results .site-content .post,
.search-results .site-content .page {
	clear: both;
	overflow: hidden;
}
.search-no-results article #searchform input#s {
	width: 60%;
	background: #fff;
	border: 1px solid #cacaca;
	padding: 11px 10px;
}
.error404 .site-content .entry-wrap {
	overflow: hidden;
}


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

.widget-area .widget {
	padding: 15px 0 60px;
	border-bottom: 1px solid #ccc;
	clear: both;
	float: none;
	overflow: hidden;
}
.widget-area .widget:last-of-type {
	border-bottom: none;
}
.widget .widget-title-wrap {
	display: block;
}
.widget h3.widget-title {
	display: block;
	margin: 0;
	padding: 0 0 35px;
	font-size: 11px;
	font-size: 0.6875rem;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 1.5px;
}
.widget-area .widget_nav_menu ul ul,
.widget-area .widget_pages ul ul,
.widget-area .widget_categories ul ul {
	padding: 5px 0 0 20px;
	font-size: 13px;
	font-size: 0.8125rem;
}
.widget-area .widget ul li {
	padding-bottom: 7px;
	list-style: none;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.45;
}
.widget-area .widget ul li:last-child {
	padding-bottom: 0;
}
.widget-area .widget_recent_comments ul li,
.widget-area .widget_recent_entries ul li {
	line-height: 1.3;
}
.widget-area .widget img.resize {
	max-width: 100%;
	height: auto;
}
.widget select,
.widget iframe {
	max-width: 99%;
	margin-left: 1px;
	margin-left: 0.1rem;
}
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	-ms-word-break: break-all;
     word-break: break-all;
	 word-break: break-word;
}
.widget_recent_comments a.url {
	font-weight: bold;
}

/* --- Text Widget --- */
.textwidget {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.43;
}
.textwidget p {
	margin-bottom: 15px;
}
.textwidget p.text-intro {
	margin-bottom: 15px;
}
.widget p.wp-caption-text {
	margin: 0;
	padding: 8px 2px 24px;
}

/* --- Widget with Lists --- */
.widget_categories ul,
.widget_archive ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul {
	font-size: 13px;
	font-size: 0.8125rem;
	padding-left: 0;
}
.widget-area .widget_recent_comments ul li {
	padding-bottom: 4px;
}

/* --- Search Widget (+ default Search Form) --- */
.widget_search {
	clear: both;
	overflow: hidden;
}
.widget_search #searchform, .search-no-results article #searchform {
	max-width: 400px;
	width: 100%;
}
.widget_search #searchform input#s {
	width: 100%;
	background: #f4f4f4;
	border: none;
	padding: 12px 10px;
}

/* --- RSS Widget --- */
.widget-area .widget_rss ul {
	margin: 0;
	padding: 0;
}
.widget-area .widget_rss ul li {
	padding-bottom: 20px;
}
.widget_rss ul li a.rsswidget {
	font-weight: bold;
}
.widget-area .widget_rss ul li span.rss-date {
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
}
.widget-area .widget_rss ul li span.rss-date:before {
	content: '\002d';
	display: inline;
	padding: 0 4px 0 2px;
	-webkit-font-smoothing: antialiased;
}
.widget-area .widget_rss ul li .rssSummary {
	font-size: 13px;
	font-size: 0.8125rem;
	padding: 4px 0;
	display: inline-block;
	line-height: 1.4;
}

/* --- Standard Recent Posts --- */
.widget_recent_entries span.post-date {
	display: block;
}
.widget_recent_entries span.post-date:before {
	content: '\002D';
	display: inline;
	padding: 0 4px 0 0;
	-webkit-font-smoothing: antialiased;
}

/* --- Calendar Widget --- */
.widget_calendar #calendar_wrap {
	position: relative;
}
.widget_calendar #calendar_wrap table {
	width: 98%;
	font-size: 13px;
font-size: 0.8125rem;
}
.widget_calendar #calendar_wrap a {
	font-weight: bold;
}
.widget_calendar #wp-calendar caption {
	margin: 0 0 15px;
	text-align: left;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: 1.2;
}
.widget_calendar table#wp-calendar tr th {
	padding: 2px;
	text-align: center;
	font-weight:bold;
}
.widget_calendar table#wp-calendar tr td {
	padding: 3px 5px;
	border: 1px solid #ededed;
}
.widget_calendar table#wp-calendar tr td#today {
	font-weight:bold;
}
.widget_calendar table#wp-calendar tbody tr td a {
	display: block;
}
.widget_calendar table#wp-calendar tbody tr td a:hover {
	text-decoration: underline;
}


/*-----------------------------------------------------------------------------------*/
/* 10.1 Custom Zuki Widgets
/*-----------------------------------------------------------------------------------*/

/* --- Zuki Quote Widget --- */
.widget_zuki_quote blockquote.quote-text {
	line-height: 1.4;
	letter-spacing: -0.5px;
	font-family: 'Libre Baskerville', Georgia, serif;
}
.default-sidebar .widget_zuki_quote blockquote.quote-text,
.front-sidebar .widget_zuki_quote blockquote.quote-text {
	font-size: 23px;
	font-size: 1.4375rem;
}
.front-fullwidth .widget_zuki_quote blockquote.quote-text,
.front-content .widget_zuki_quote blockquote.quote-text {
	font-size: 28px;
	font-size: 1.75rem;
}
.widget_zuki_quote blockquote.quote-text p {
	margin-bottom: 16px;
}
.widget_zuki_quote cite.quote-author {
	display: block;
	text-align: right;
	font-size: 15px;
	font-size: 0.9375rem;
	font-style: normal;
}
.widget_zuki_quote cite.quote-author:before {
	content: '\2013';
	display: inline;
	padding: 0 2px 0 0;
	-webkit-font-smoothing: antialiased;
}


/* --- Zuki Social Custom Menu --- */
#footer-social-nav {
	padding: 0 0 23px;
}
.menu-social-container,
#footer-social-nav ul {
	display: inline-block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.menu-social-container li,
#footer-social-nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0 3px 10px;
	list-style: none;
}
.menu-social-container li a,
#footer-social-nav ul li a {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1;
	text-align: center;
	overflow: hidden;
}
.menu-social-container li a,
#footer-social-nav ul li a {
	width: 30px;
	height: 30px;
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	background: #191919;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	   	 	border-radius: 50%;
}
.menu-social-container ul li a:before,
#footer-social-nav ul li a:before {
	display: inline-block;
	width: 30px;
	height: 30px;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
	visibility: visible;
}
.menu-social-container .menu li a::before,
#footer-social-nav ul li a::before {
	font: normal 16px/1 'Genericons';
	padding: 7px 0 0 0;
	text-align: center;
}
.menu-social-container .menu li a::before, #footer-social-nav ul li a::before { content: '\f408';}
.menu-social-container .menu li a[href*="codepen.io"]::before, #footer-social-nav ul li a[href*="codepen.io"]::before      {content: '\f216';}
.menu-social-container .menu li a[href*="digg.com"]::before, #footer-social-nav ul li a[href*="digg.com"]::before        {content: '\f221';}
.menu-social-container .menu li a[href*="dropbox.com"]::before, #footer-social-nav ul li a[href*="dropbox.com"]::before     {content: '\f225';}
.menu-social-container .menu li a[href*="facebook.com"]::before, #footer-social-nav ul li a[href*="facebook.com"]::before    {content: '\f204';}
.menu-social-container .menu li a[href*="flickr.com"]::before, #footer-social-nav ul li a[href*="flickr.com"]::before    {content: '\f211';}
.menu-social-container .menu li a[href*="plus.google.com"]::before, #footer-social-nav ul li a[href*="plus.google.com"]::before {content: '\f218';}
.menu-social-container .menu li a[href*="github.com"]::before, #footer-social-nav ul li a[href*="github.com"]::before      {content: '\f200';}
.menu-social-container .menu li a[href*="instagram.com"]::before, #footer-social-nav ul li a[href*="instagram.com"]::before   {content: '\f215';}
.menu-social-container .menu li a[href*="linkedin.com"]::before, #footer-social-nav ul li a[href*="linkedin.com"]::before    {content: '\f208';}
.menu-social-container .menu li a[href*="pinterest.com"]::before, #footer-social-nav ul li a[href*="pinterest.com"]::before  {content: '\f210';}
.menu-social-container .menu li a[href*="path.com"]::before, #footer-social-nav ul li a[href*="path.com"]::before	   {content: '\f219';}
.menu-social-container .menu li a[href*="dribbble.com"]::before, #footer-social-nav ul li a[href*="dribbble.com"]::before    {content: '\f201';}
.menu-social-container .menu li a[href*="polldaddy.com"]::before, #footer-social-nav ul li a[href*="polldaddy.com"]::before   {content: '\f217';}
.menu-social-container .menu li a[href*="getpocket.com"]::before, #footer-social-nav ul li a[href*="getpocket.com"]::before   {content: '\f224';}
.menu-social-container .menu li a[href*="reddit.com"]::before, #footer-social-nav ul li a[href*="reddit.com"]::before      {content: '\f222';}
.menu-social-container .menu li a[href*="skype.com"]::before,
.menu-social-container .menu li a[href*="skype:"]::before,
#footer-social-nav ul li a[href*="skype.com"]::before,
#footer-social-nav ul li a[href*="skype:"]::before          {content: '\f220';}
.menu-social-container .menu li a[href*="stumbleupon.com"]::before, #footer-social-nav ul li a[href*="stumbleupon.com"]::before {content: '\f223';}
.menu-social-container .menu li a[href*="tumblr.com"]::before, #footer-social-nav ul li a[href*="tumblr.com"]::before     {content: '\f214';}
.menu-social-container .menu li a[href*="twitter.com"]::before, #footer-social-nav ul li a[href*="twitter.com"]::before      {content: '\f202';}
.menu-social-container .menu li a[href*="vimeo.com"]::before, #footer-social-nav ul li a[href*="vimeo.com"]::before       {content: '\f212';}
.menu-social-container .menu li a[href*="youtube.com"]::before, #footer-social-nav ul li a[href*="youtube.com"]::before       {content: '\f213';}
.menu-social-container .menu li a[href*="wordpress.org"]::before,
.menu-social-container .menu li a[href*="wordpress.com"]::before,
#footer-social-nav ul li a[href*="wordpress.org"]::before,
#footer-social-nav ul li a[href*="wordpress.com"]::before  {content: '\f205';}
.menu-social-container .menu li a[href*="feed"]::before, #footer-social-nav ul li a[href*="feed"]::before     	   {content: '\f413';}
.menu-social-container .menu li a[href*="mailto"]::before, #footer-social-nav ul li a[href*="mailto"]::before    {content: '\f410';}


/*-----------------------------------------------------------------------------------*/
/* 9.2 Custom Zuki Front Page Widgets
/*-----------------------------------------------------------------------------------*/

.front-fullwidth .widget_zuki_recentposts_small_two,
.front-content .widget_zuki_recentposts_small_two,
.front-fullwidth .widget_zuki_recentposts_medium_one,
.front-content .widget_zuki_recentposts_medium_one,
.front-fullwidth .widget_zuki_recentposts_medium_two,
.front-content .widget_zuki_recentposts_medium_two {
	padding-bottom: 20px;
}
.front-fullwidth .widget_zuki_recentposts_small_one,
.front-content .widget_zuki_recentposts_small_one {
	padding-bottom: 30px;
}
.front-fullwidth .widget_zuki_recentposts_big_one,
.front-content .widget_zuki_recentposts_big_one {
	padding-bottom: 40px;
}
.front-fullwidth .widget_zuki_recentposts_big_two,
.front-content .widget_zuki_recentposts_big_two {
	padding-bottom: 0;
}
.entry-thumb a {
	display: block;
	line-height: 0;
}

/* --- Serif Fonts --- */
.rp-small-one-wrap .entry-date,
.rp-small-two p span.entry-title:after,
.rp-big-one h2.entry-title,
.rp-big-two h2.entry-title,
.rp-big-one,
.rp-big-two {
	font-family: 'Libre Baskerville', Georgia, serif;
}

/* --- Zuki Recent Posts Widgets Titles --- */
.rp-small-one-content h3.entry-title {
	margin: 0;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.15;
}
.rp-medium-one-content h3.entry-title,
.rp-color h3.entry-title {
	margin: 0;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.3;
}
.rp-medium-two h3.entry-title  {
	margin: 0;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
}
.rp-big-one h2.entry-title  {
	margin: 0 0 15px;
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: 400;
	line-height: 1.25;
}
.front-fullwidth .rp-big-one h2.entry-title,
.front-content .rp-big-one h2.entry-title {
	font-size: 24px;
	font-size: 1.5rem;
}

/* --- Zuki Recent Posts Small One --- */
.rp-small-one {
	border-right: 1px solid #ededed;
	min-height: 60px;
	margin-bottom: 20px;
	display: block;
	float: left;
}
.rp-small-one-content {
	padding: 0;
	margin: 0 10px;
	min-height: 60px;
	display: block;
}
.rp-small-one .entry-thumb {
	width: 60px;
	float: left;
	margin: 0 6px 0 0;
}
.rp-small-one .entry-date,
.rp-medium-one .entry-date,
.rp-color .entry-cats  {
	padding-bottom: 3px;
	font-size: 11px;
	font-size: 0.6875rem;
	font-style: italic;
}
.front-fullwidth .rp-small-one,
.front-content .rp-small-one {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ededed;
	border-right: none;
}
.front-fullwidth .rp-small-one:last-of-type,
.front-content .rp-small-one:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.front-fullwidth .rp-small-one:nth-of-type(5n+1) {
	clear: left;
}
.front-fullwidth .rp-small-one:nth-of-type(5n+5) {
	clear: right;
	border-right: none;
}
.front-content .rp-small-one:nth-of-type(3n+1) {
	clear: left;
}
.front-content .rp-small-one:nth-child(3n+3) {
	clear: right;
	border-right: none;
}
.front-sidebar .rp-small-one,
.default-sidebar .rp-small-one  {
	width: 100%;
	float: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-right: none;
	border-bottom: 1px solid #ededed;
	font-family: 'Libre Baskerville', Georgia, serif;
}
.front-sidebar .rp-small-one-content,
.default-sidebar .rp-small-one-content {
	margin: 0;
	min-height: auto;
}
.front-sidebar .rp-small-one:last-of-type,
.default-sidebar .rp-small-one:last-of-type,
.default-sidebar .rp-small-two:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}

/* --- Zuki Recent Posts Small Two --- */
.front-fullwidth .rp-small-two,
.front-content .rp-small-two {
	width: 100%;
}
.rp-small-two {
	border-bottom: 1px solid #ededed;
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: block;
}
.rp-small-two p span.entry-title {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	line-height: 1.25;
}
.rp-small-two p span.entry-title:after {
	display: inline;
	content: '\2014';
	padding: 0 0 0 4px;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.5;
}
.rp-small-two p {
	display: inline;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.5;
}
.rp-small-two a:hover {
	color: #999;
}
.rp-small-two span.entry-date {
	font-style: italic;
	padding-left: 4px;
}
.front-sidebar .rp-small-two,
.default-sidebar .rp-small-two {
	float: none;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-right: none;
	border-bottom: 1px solid #ededed;
	font-family: 'Libre Baskerville', Georgia, serif;
}
.rp-small-two:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}


/* --- Zuki Recent Posts Medium One --- */
.rp-medium-one {
	display: block;
	font-family: 'Libre Baskerville', Georgia, serif;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
}
.rp-medium-one:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}
.rp-medium-one .entry-thumb {
	margin: 0 0 10px;
}
.rp-medium-one p {
	margin: 7px 0 3px;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.5;
}
.rp-medium-one .entry-author,
.rp-medium-one .entry-comments {
	display: inline;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.5;
	font-style: italic;
}
.front-sidebar .rp-medium-one,
.default-sidebar .rp-medium-one {
	border-right: none;
	float: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
	font-family: 'Libre Baskerville', Georgia, serif;
}
.front-sidebar .rp-medium-one:last-of-type,
.default-sidebar .rp-medium-one:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.front-sidebar .rp-medium-one .entry-thumb,
.default-sidebar .rp-medium-one .entry-thumb  {
	margin: 0 0 12px;
}


/* --- Zuki Recent Posts Medium Two --- */
.rp-medium-two {
	margin-bottom: 40px;
	display: block;
	float: left;
	font-family: 'Libre Baskerville', Georgia, serif;
  max-width:100%;
}
body.search-results .rp-medium-two {
    float:none;
}
.front-fullwidth .rp-medium-two .entry-thumb {
	display: block;
}
.front-sidebar .rp-medium-two .entry-thumb,
.default-sidebar .rp-medium-two .entry-thumb {
	margin-bottom: 5px;
}
.front-fullwidth  .rp-medium-two .story {
	display: block;
	padding: 25px 0 0 0;
}
.front-content .rp-medium-two .story {
	display: block;
	padding: 25px 0 0 0;
}
.rp-medium-two p.summary {
	display: block;
	margin: 25px 0 20px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6;
}
.rp-medium-two .entry-author,
.rp-medium-two .entry-comments,
.rp-medium-two .entry-date,
.rp-medium-two .entry-cats,
.rp-big-one .entry-author,
.rp-big-one .entry-comments,
.rp-big-one .entry-date,
.rp-big-one .entry-cats,
.rp-big-two .entry-footer,
.rp-color .entry-footer {
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.5;
	font-style: italic;
}
.rp-medium-two .entry-author,
.rp-medium-two .entry-cats,
.rp-big-one .entry-author,
.rp-big-one .entry-cats {
	display: block;
}
.rp-medium-two .entry-comments,
.rp-medium-two .entry-date,
.rp-big-one .entry-comments,
.rp-big-one .entry-date,
.rp-big-two .entry-comments,
.rp-big-two .entry-date,
.rp-color .entry-date,
.rp-color .entry-comments {
	display: inline;
}
.rp-medium-two .entry-author {
	padding-top: 5px;
}
.front-sidebar .rp-medium-two,
.default-sidebar .rp-medium-two {
	width: 50%;
}
.front-sidebar .rp-medium-two h3.entry-title,
.default-sidebar .rp-medium-two h3.entry-title {
	margin: 0;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.15;
}
.front-sidebar .rp-medium-two:nth-of-type(odd),
.default-sidebar .rp-medium-two:nth-of-type(odd) {
	clear: left;
	padding-right: 5px;
	margin-bottom: 15px;
}
.front-sidebar .rp-medium-two:nth-of-type(even),
.default-sidebar .rp-medium-two:nth-of-type(even) {
	clear: right;
	padding-left: 5px;
	margin-bottom: 15px;
}
.front-sidebar .rp-medium-two .entry-author,
.front-sidebar .rp-medium-two p.summary,
.front-sidebar .rp-medium-two .entry-comments,
.front-sidebar .rp-medium-two .entry-cats,
.default-sidebar .rp-medium-two .entry-author,
.default-sidebar .rp-medium-two p.summary,
.default-sidebar .rp-medium-two .entry-comments,
.default-sidebar .rp-medium-two .entry-cats {
	display: none;
}

/* --- Zuki Recent Posts Big One --- */
.rp-big-one {
	position: relative !important;
	margin-bottom: 40px;
}
.front-content .rp-big-one {
	margin-bottom: 80px;
}
.front-content .rp-big-one:last-of-type {
	margin-bottom: 0px !important;
}
.front-fullwidth .rp-big-one .entry-thumb,
.front-content .rp-big-one .entry-thumb {
	padding-bottom: 15px;
}
#featured-content .rp-big-one-content {
	position: relative;
}
#featured-content .rp-big-one .story {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 15px 10px;
	background-color: rgba(255, 255, 255, 0.9);
}
.front-fullwidth .rp-big-one .story {
	padding: 0 0 40px;
}
.front-fullwidth .rp-big-one:last-of-type .story {
	padding: 0;
}
.rp-big-one .entry-author {
	font-size: 15px;
	font-size: 0.9375rem;
	padding-bottom: 25px;
}
.rp-big-one .entry-author span {
	font-style: italic;
}
.rp-big-one p.summary {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6;
}
.front-sidebar .rp-big-one .entry-author,
.front-sidebar .rp-big-one .entry-cats,
.front-sidebar .rp-big-one p.summary,
.default-sidebar .rp-big-one .entry-author,
.default-sidebar .rp-big-one .entry-cats,
.default-sidebar .rp-big-one p.summary {
	display: none;
}
.front-sidebar .rp-big-one h2.entry-title,
.front-sidebar .rp-big-two h2.entry-title,
.default-sidebar .rp-big-one h2.entry-title,
.default-sidebar .rp-big-two h2.entry-title  {
	margin: 12px 0 8px;
	padding: 0;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.25;
}
.front-sidebar .rp-big-one:last-of-type,
.default-sidebar .rp-big-one:last-of-type {
	margin-bottom: 0;
}

/* --- Zuki Recent Posts Big Two --- */
.front-fullwidth .rp-big-two,
.front-content .rp-big-two {
	position: relative;
	margin: 0 0 80px;
}
.front-sidebar .rp-big-two,
.default-sidebar .rp-big-two  {
	margin-bottom: 40px;
}
.front-fullwidth .rp-big-two .entry-thumb,
.front-content .rp-big-two .entry-thumb {
	margin-bottom: 30px;
}
.front-fullwidth .rp-big-two .entry-header h2.entry-title,
.front-content .rp-big-two .entry-header h2.entry-title {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 400;
}
.front-fullwidth .entry-header {
	max-width: 100%;
}
.front-fullwidth .rp-big-two .story,
.front-content .rp-big-two .story {
	padding: 20px 0 0 0;
}
.front-fullwidth .rp-big-two .entry-author,
.front-content .rp-big-two .entry-author {
	font-size: 15px;
	font-size: 0.9375rem;
	padding-bottom: 18px;
}
.rp-big-two .entry-author span {
	font-style: italic;
}
.front-fullwidth .rp-big-two p.summary,
.front-content .rp-big-two p.summary {
	display: block;
	margin: 0;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6;
}
.front-fullwidth .rp-big-two p.summary,
.front-content .rp-big-two p.summary {
	max-width: 680px;
}
.front-fullwidth .rp-big-two .entry-footer,
.front-content .rp-big-two .entry-footer {
	display: block;
	margin: 0;
	padding: 20px 0 0 0;
}
.front-sidebar .rp-big-two p.summary,
.front-sidebar .rp-big-two .entry-cats,
.front-sidebar .rp-big-two .entry-author,
.default-sidebar .rp-big-two p.summary,
.default-sidebar .rp-big-two .entry-cats,
.default-sidebar .rp-big-two .entry-author {
	display: none;
}

/* --- Zuki Recent Posts Widget Color --- */
.widget_zuki_recentposts_color .bg-wrap {
	display: block;
	background: #ebf8fe;
}
.rp-color {
	position: relative;
	padding: 20px;
	font-family: 'Libre Baskerville', Georgia, serif;
}
.rp-color p.summary {
	margin: 10px 0 5px;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.5;
}
.rp-color .entry-thumb {
	margin: 0 0 12px;
}


/*-----------------------------------------------------------------------------------*/
/*	11.0 Footer
/*-----------------------------------------------------------------------------------*/
#colophon {
	position: relative;
	border-top: 1px solid #ccc;
	padding: 35px 0;
	text-align: center;
	clear: both;
	overflow: hidden;
}
#colophon p.site-description {
	margin-bottom: 38px;
	font-weight: bold;
}
#colophon  h3.social-nav-title {
	margin: 0 0 17px;
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: normal;
	font-style: italic;
}

/* --- Footer Credit --- */
#colophon #site-info {
	display: block;
	padding: 0;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.45;
}
#colophon #site-info ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#colophon #site-info ul.credit,
#colophon #site-info ul.credit li,
#colophon p.credittext {
	display: block;
	padding: 0;
}
#colophon p.credittext {
	margin: 0;
}

/* --- Footer Widget Area --- */
#footerwidgets-wrap {
	float: none;
	clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*	12.0 Plugins + Jetpack Styles
/*-----------------------------------------------------------------------------------*/

/* --- Subscription Widget --- */
.jetpack_subscription_widget {
	clear: both;
	overflow: hidden;
}
.jetpack_subscription_widget form {
}
.jetpack_subscription_widget p {
	max-width: 390px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6;
}
.jetpack_subscription_widget input#subscribe-field {
	float: left;
	width: 60%;
	height: 40px;
	margin-right: 2%;
	padding: 6px;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #191919;
}
.jetpack_subscription_widget input#subscribe-field:active,
.jetpack_subscription_widget input#subscribe-field:focus {
	border: 1px solid #bcbcbc;
}
.jetpack_subscription_widget input[type="submit"] {
	width: 38%;
	height: 40px;
	padding: 15px 6px 14px;
	font-size: 11px;
	font-size: 0.6875rem;
	float: right;
	text-align: center;
}
.jetpack_subscription_widget label#jetpack-subscribe-label {
	display: none;
}
.widget-grofile ul.grofile-accounts {
	margin: 0 auto;
	display: inline-block;
}
.widget-grofile img.grofile-thumbnail {
	padding: 15px;
	width: auto;
	-webkit-border-radius: 400px;
	   -moz-border-radius: 400px;
	        border-radius: 400px;
}
.comment-subscription-form .subscribe-label {
	display: inline !important;
	float: none !important;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: normal;
}
p.comment-subscription-form {
	clear: both;
	overflow: hidden;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: normal;
}
p.comment-subscription-form:last-child {
	padding-top: 0;
	margin-bottom: 0 !important;
}
.widget_twitter_timeline iframe {
	display: block;
}
.widget_jetpack_display_posts_widget h4 {
	margin: 35px 0 15px;
	font-size: 18px;
	font-size: 1.125rem;
}
.widget_jetpack_display_posts_widget img {
	margin: 0 0 15px;
}
.widget_jetpack_display_posts_widget p {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
}
#main-wrap .sharedaddy {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}
#primary .sharedaddy h3.sd-title {
	font-family: 'Karla', Arial, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	margin: 2px 0;
	float: left;
}
div.sharedaddy h3.sd-title:before {
	display: none !important;
}
div.sharedaddy .sd-content ul {
	margin: 0 !important;
}
div.sharedaddy h3,
#content div.sharedaddy h3,
#main div.sharedaddy h3,
#primary div.sharedaddy h3 {
	float: left;
	padding: 3px 20px 0 0;
}
#main-wrap .sharedaddy div.sd-block {
	border-top: none !important;
	border-top: none !important;
	padding-top: 26px;
}
.sharedaddy a.sd-button {
	vertical-align: top;
}
.entry-content .sharedaddy .sd-content {
	float: left;
}
.contact-form {
	padding: 0 0 26px;
	max-width: 670px;
}
.contact-form div {
	overflow: hidden;
	margin-top: 10px;
}
.contact-form label {
	margin-left: 5px;
	margin-bottom: 6px !important;
	font-size: 13px;
	font-size: 0.8125rem;
}
.contact-form label span {
	margin-left: 3 !important;
	padding-top: 0;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.75rem;
	color: #ccc;
}
.contact-form input,
.contact-form textarea {
	margin-bottom: 8px;
}
.page .contact-form input[type='text'],
.page .contact-form input[type='email'],
.page .contact-form textarea {
	display: block;
	width: 99%;
	max-width: 99%;
}
.contact-form input[type='text'],
.contact-form input[type='email'] {
	margin-bottom: 4px !important;
}
.contact-form p.contact-submit {
	clear: both;
	float: none;
	margin-top: 15px;
	overflow: hidden;
}

/* --- Infinite Scroll --- */
.infinite-scroll #nav-below,
.infinite-scroll .nav-wrap,
.infinite-scroll.neverending #colophon {
	display: none;
}
.infinity-end.neverending #colophon {
	display: block;
}
#infinite-footer .container {
	display: none;
}
#infinite-handle {
	float: none;
	margin: 0;
}
#infinite-handle span {
	background: none !important;
	border-radius: 0;
	color: #191919 !important;
	cursor: pointer;
	display: inline-block;
	padding: 0;
}
#infinite-handle span:before {
	display: inline-block;
	content: '\f420';
	padding: 0 5px 0 0;
	-webkit-font-smoothing: antialiased;
	font: normal 13px/1 'Genericons';
	vertical-align: top;
}
.infinite-loader {
	margin: 0 ;
	padding: 32px 0 115px;
	border-top: 1px solid #ccc;
}
.infinity-success .infinite-wrap {
	padding-top: 80px;
	border-top: 1px solid #ccc;
}

/* --- Contact Form 7 --- */
.site-content div.wpcf7 {
	clear: both;
	overflow: hidden;
	max-width: 100%;
	padding: 0 0 34px;
}
.site-content div.wpcf7 p {
	margin: 0;
	padding: 0 0 16px;
	font-family: 'Karla', Arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.5;
	font-weight: bold;
}
.site-content div.wpcf7 p:last-of-type {
	padding: 0;
}
.site-content div.wpcf7 input[type='text'],
.site-content div.wpcf7 input[type='email'],
.site-content div.wpcf7 textarea {
	font-family: 'Libre Baskerville', Georgia, serif;
	width: 80%;
}
.site-content input.wpcf7-submit {
	clear: both;
	overflow: hidden;
	width: auto;
}

/* --- Simple Share Buttons Adder Plugin --- */
.ssba {
	padding-top: 20px;
	font-family: 'Karla', Arial, sans-serif;
	font-size: 12px !important;
}

/* --- Featured Content Slider --- */
.flexslider {
	display: block;
	margin: 0;
	background: none;
}
.flexslider .rp-big-one {
	margin-bottom: 60px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}
.flex-control-nav {
	display: none;
}
#featured-content .flex-direction-nav {
	display: block;
}
#featured-content .flex-direction-nav li a {
	opacity: 1;
	padding: 0;
	width: 36px;
	height: 36px;
	background-color: rgba(255, 255, 255, 0.9);
	text-indent: 0;
	top: auto;
	bottom: 60px;
}
#featured-content .flex-direction-nav li a span {
	display: none;
}
#featured-content .flex-direction-nav li a.flex-next {
	left: 36px;
}
#featured-content .flex-direction-nav li a.flex-prev {
	left: 0;
}
#featured-content .flex-direction-nav li a.flex-next:after,
#featured-content .flex-direction-nav li a.flex-prev:after {
	z-index: 1000;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'Genericons';
	color: #191919;
	vertical-align: top;
	width: 36px;
	height: 36px;
	padding: 6px 0 0 0;
	text-align: center;
	-webkit-transition: color linear 0.1s;
	-moz-transition: color linear 0.1s;
	-o-transition: color linear 0.1s;
	transition: color linear 0.1s;
}
#featured-content .flex-direction-nav li a.flex-next:after {
	content: '\f429';
}
#featured-content .flex-direction-nav li a.flex-prev:after {
	content: '\f430';
}
#featured-content .entry-author,
#featured-content .entry-date,
#featured-content .entry-comments,
#featured-content .entry-cats,
#featured-content p.summary {
	display: none;
}
#featured-content .rp-big-one h2.entry-title {
	margin: 0;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4;
}
#featured-content .rp-big-one .story {
	width: 250px;
}

/*-----------------------------------------------------------------------------------*/
/*	13.0 Shortcodes
/*-----------------------------------------------------------------------------------*/

/* Multi Columns */
.two-columns-one,
.three-columns-one,
.three-columns-two,
.four-columns-one,
.four-columns-two,
.four-columns-three {
	width:100%;
}
.entry-content .two-columns-one,
.entry-content .three-columns-one,
.entry-content .three-columns-two,
.entry-content .four-columns-one,
.entry-content .four-columns-two,
.entry-content .four-columns-three {
	position: relative;
	float: left;
	margin-bottom: 26px;
	line-height: 1.7;
}
.entry-content .two-columns-one p,
.entry-content .three-columns-one p,
.entry-content .three-columns-two p,
.entry-content .four-columns-one p,
.entry-content .four-columns-two p,
.entry-content .four-columns-three p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7;
}
.last {
	clear: right;
	margin-right: 0 !important;
}
.divider {
	width: 100%;
	margin-bottom: 13px;
	padding-top: 13px;
	display: block;
	clear: both;
}

/* Infoboxes */
.white-box,
.blue-box,
.yellow-box,
.red-box,
.green-box,
.lightgrey-box,
.grey-box,
.dark-box {
	margin: 0 0 26px;
	padding: 12px;
	overflow:hidden;
	font-size: 14px;
	font-size: 0.875rem;
	color: #474747;
	font-style: italic;
	line-height:1.65;
}
.site-content .white-box p,
.site-content .blue-box p,
.site-content .yellow-box p,
.site-content .red-box p,
.site-content .green-box p,
.site-content .lightgrey-box p,
.site-content .grey-box p,
.site-content .dark-box p {
	margin: 0 0 26px;
}
.white-box {background: #fff; border: 1px solid #ddd;}
.blue-box {background: #eef6fe;}
.yellow-box {background: #ffffcc;}
.red-box {background: #fff0f1;}
.green-box {background: #e7f3e0;}
.lightgrey-box {background: #f7f0e4;}
.grey-box {background: #f4f4f4;}
.dark-box {background: #000;color: #fff; letter-spacing: 0.5px}
.dark-box a:hover {color:#fff;}

/* Buttons */
.standard-btn {
	display: inline-block;
	margin: 0 0 26px;
	padding: 12px 18px 11px;
	overflow: hidden;
	cursor: pointer;
	font-family: 'Karla', Arial, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	background: #000;
	color: rgba(255, 255, 255, 0.85);
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none !important;
	-webkit-transition: 0.2s background ease;
	   -moz-transition: 0.2s background ease;
		 -o-transition: 0.2s background ease;
		-ms-transition: 0.2s background ease;
			transition: 0.2s background ease;
}
.post .entry-content a.standard-btn,
.page .entry-content a.standard-btn {
	color: rgba(255, 255, 255, 0.85);
	border: none;
}
.post .entry-content a.standard-btn:hover,
.page .entry-content a.standard-btn:hover {
	color: #fff;
}
.round-btn {
 -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	     border-radius: 50px;
}
.bold-btn {
	font-weight:bold;
}
.standard-btn.xsmall-btn {
	padding: 10px 15px;
	font-size: 10px;
	font-size: 0.625rem;
}
.standard-btn.small-btn {
	padding: 12px 20px;
	font-size: 11px;
	font-size: 0.6875rem;
}
.standard-btn.large-btn {
	padding: 15px 20px;
	font-size: 14px;
	font-size: 0.875rem;
}
.standard-btn.xlarge-btn {
	padding: 17px 25px;
	font-size: 16px;
	font-size: 1rem;
}
.red-btn {background: #f17c67; color: #fff;}
.red-btn:hover {background: #e23e32; color: #fff;}
.green-btn {background: #86c166; color: #fff;}
.green-btn:hover {background: #489130; color: #fff;}
.blue-btn {background: #81c7d4; color: #fff;}
.blue-btn:hover {background: #459baf; color: #fff;}
.darkblue-btn {background: #7b90d2; color: #fff;}
.darkblue-btn:hover {background: #3b54aa; color: #fff;}
.purple-btn  {background: #b28fce; color: #fff;}
.purple-btn:hover {background: #7b54a4; color: #fff;}
.yellow-btn {background: #f9e530; color: #fff;}
.yellow-btn:hover {background: #f2db0a; color: #fff;}
.grey-btn {background: #bcbcbc; color: #000;}
.grey-btn:hover {background: #999; color: #000;}
.black-btn {background: #161616; color: rgba(255, 255, 255, 0.85);}
.black-btn:hover {background: #000; color: #fff;}


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

/* Minimum width of 480 pixels (smartphones landscape)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 479px) {
	.rp-color {
		width: 33.3%;
		float: left;
	}
	.rp-color:nth-of-type(3n+1) {
		clear: left;
	}
	.rp-color:nth-of-type(3n+3) {
		clear: right;
	}
}


/* Minimum width of 767 pixels (tablets portrait)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 601px) {

	/* --- General --- */
	#header-top-nav,
	#main-wrap {
		padding-left: 35px;
		padding-right: 35px;
	}
	#site-title {
		padding-bottom: 70px;
		padding-left: 35px;
	}
	.archive-menu-content {
		margin-left: 35px;
		margin-right: 35px;
	}

	/* --- Header --- */
	#site-title h2.site-description {
		display: inline;
	}
	#site-title h2.site-description:before {
		content: '\2014';
		display: inline;
		padding: 0 15px 0 13px;
		-webkit-font-smoothing: antialiased;
	}
	#mobile-menu-toggle {
		margin: 0 35px 0 0;
	}

	/* --- Header Archive Menu Area --- */
	.archive-menu-wrap {
		padding: 0;
	}
	.list-years,
	.list-authors {
		width: 50%;
		float: left;
	}
	.list-months-cats-tags {
		clear: both;
		overflow: hidden;
	}

	/* --- Posts --- */
	.entry-thumbnail {
		padding-bottom: 30px;
	}
	.entry-header h2.entry-title,
	.entry-header h1.entry-title {
		font-size: 42px;
		font-size: 2.625rem;
		line-height: 1.2;
	}
	.entry-header h2.entry-title {
		padding: 0 0 20px;
	}
	.entry-header h1.entry-title {
		padding: 15px 0 20px;
	}

	body.tag .entry-header h1.entry-title {
        padding-top:16px;
	}

	.entry-details {
		padding-bottom: 35px;
	}

	/* --- Typography --- */
	.entry-content p.intro {
		font-size: 19px;
		font-size: 1.1875rem;
		margin-bottom: 26px;
	}
	.entry-content p.pull-left {
		margin: 2px 30px 10px 0;
		max-width: 330px;
		float: left;
	}
	.entry-content p.pull-right {
		margin: 2px 0 10px 30px;
		max-width: 330px;
		float: right;
	}

	/* --- Author Box --- */
	.single-post .authorbox {
		padding: 85px 0 40px;
	}
	.authorbox .author-info img.avatar {
		width: 120px;
		height: 120px;
	}
	.authorbox p.author-description {
		padding: 0 0 0 160px;
		font-size: 15px;
		font-size: 0.9375rem;
	}

	/* --- Comments --- */
	#comments li.comment ul.children {
		margin-left: 40px;
	}
	#comments li.comment ul.children ul.children {
		margin-left: 0;
	}
	#commentform label {
		display: block;
		float: left;
		margin: 12px 0 0;
		width: 85px;
	}
	#commentform input#author,
	#commentform input#email,
	#commentform input#url {
		display: block;
		width: 350px;
		margin: 8px 0 0;
		float: left;
	}

	/* --- Pages --- */
	.page .site-content .page {
		padding: 63px 0;
	}
	.page .entry-header h1.entry-title {
		font-size: 42px;
		font-size: 2.625rem;
		line-height: 1.35;
		margin: 0 0 30px;
	}

	/* --- Fullwidth Page --- */
	.template-fullwidth .entry-content,
	.template-fullwidth #comments,
	.template-fullwidth #disqus_thread {
		max-width: 100%;
	}

	/* --- Custom Zuki Recent Posts Widgets --- */
	.front-content .rp-small-one,
	.front-fullwidth .rp-small-one {
		border-right: 1px solid #ededed;
		border-bottom: none;
	}
	.front-content .rp-small-one {
		width: 33.3%;
	}
	.front-fullwidth .rp-small-one {
		width: 20%;
	}
	.front-fullwidth .rp-small-one .entry-thumb {
		display: none;
	}
	.front-fullwidth .rp-big-one .entry-thumb,
	.front-content .rp-big-one .entry-thumb {
		padding-bottom: 20px;
	}
	.front-content .rp-big-one h2.entry-title  {
		font-size: 34px;
		font-size: 2.125rem;
	}
	.front-fullwidth .rp-big-two p.summary,
	.front-content .rp-big-two p.summary {
		text-align: left;
	}
	.front-fullwidth .rp-big-two .entry-header h2.entry-title,
	.front-content .rp-big-two .entry-header h2.entry-title {
		font-size: 42px;
		font-size: 2.625rem;
	}
	.front-fullwidth .rp-big-two .entry-author {
		font-size: 22px;
		font-size: 1.375rem;
		padding-bottom: 20px;
	}
	.rp-small-two {
		border-right: 1px solid #ededed;
		margin-bottom: 30px;
		padding-bottom: 0;
		display: block;
		float: left;
	}
	.front-fullwidth .rp-small-two:last-of-type,
	.front-content .rp-small-two:last-of-type {
		margin-bottom: 30px;
		border-bottom: none;
	}
	.front-fullwidth .rp-small-two,
	.front-content .rp-small-two {
		width: 30%;
		border-bottom: none;
	}
	.front-fullwidth .rp-small-two:nth-of-type(3n+1),
	.front-content .rp-small-two:nth-of-type(3n+1) {
		clear: left;
		width: 32.5%;
		padding-right: 2.5%;
	}
	.front-fullwidth .rp-small-two:nth-of-type(3n+2),
	.front-content .rp-small-two:nth-of-type(3n+2) {
		width: 35%;
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	.front-fullwidth .rp-small-two:nth-of-type(3n+3),
	.front-content .rp-small-two:nth-of-type(3n+3) {
		border-right: none;
		clear: right;
		width: 32.5%;
		padding-left: 2.5%;
	}
	.rp-medium-one {
		border-right: 1px solid #ededed;
		min-height: 133.3px;
		margin-bottom: 40px;
		float: left;
	}
	.front-fullwidth .rp-medium-one,
	.front-content .rp-medium-one {
		border-bottom: none;
	}
	.front-content .rp-medium-one .entry-thumb {
		max-width: 180px;
		margin: 0 0 10px;
		padding: 0;
	}
	.front-content .rp-medium-one {
		width: 26.1905%;
		min-height: 320px;
		padding: 0 2.381%;
	}
	.front-content .rp-medium-one:nth-of-type(4n+4) {
		width: 23.8095%;
		padding: 0 0 0 2.381%;
		clear: right;
		border-right: none;
	}
	.front-content .rp-medium-one:nth-of-type(4n+1) {
		width: 23.8095%;
		padding: 0 2.381% 0 0;
		clear: left;
	}
	.front-fullwidth .rp-medium-one .entry-thumb {
		max-width: 200px;
		float: left;
		margin: 0 20px 0 0;
	}
	.front-fullwidth .rp-medium-one:nth-of-type(odd) {
		clear: left;
		width: 50%;
		padding-right: 40px;
	}
	.front-fullwidth .rp-medium-one:nth-of-type(even) {
		clear: right;
		width: 50%;
		padding-left: 40px;
		border-right: none;
	}
	.front-content .rp-medium-two {
		width: 50%;
	}
	.front-content .rp-medium-two:nth-of-type(odd) {
		clear: left;
		padding-right: 20px;
	}
	.front-content .rp-medium-two:nth-of-type(even) {
		clear: right;
		padding-left: 20px;
	}

	/* --- Footer --- */
	#colophon {
		padding: 80px 0 60px;
	}
	#colophon #site-info ul.credit li,
	#colophon p.credittext {
		display: inline;
	}
	#colophon p.site-description {
		font-size: 20px;
		font-size: 1.25rem;
	}

	/* --- Featured Content Slider --- */
	#featured-content .rp-big-one .story {
		top: 20px;
		right: 20px;
		padding: 20px;
	}
	#featured-content .rp-big-one .story {
		width: 350px;
	}
	front-fullwidth .rp-big-one h2.entry-title,
	#featured-content .rp-big-one h2.entry-title {
		font-size: 26px;
		font-size: 1.625rem;
		margin: 0 0 10px;
		line-height: 1.25;
	}
	#featured-content .entry-author {
		display: block;
	}
	#featured-content .entry-date,
	#featured-content .entry-comments {
		display: inline;
	}

/* --- Shortcodes --- */
	.white-box,
	.blue-box,
	.yellow-box,
	.red-box,
	.green-box,
	.lightgrey-box,
	.grey-box,
	.dark-box {
		padding: 20px;
	}
	.two-columns-one {width: 47%;}
	.three-columns-one {width: 31.3%;}
	.three-columns-two {width: 64.6%;}
	.four-columns-one {width: 23%;}
	.four-columns-two {width: 49%;}
	.four-columns-three {width: 74.5%;}
	.two-columns-one,
	.three-columns-one,
	.three-columns-two,
	.four-columns-one,
	.four-columns-two,
	.four-columns-three {
		position:relative;
		float:left;
		margin-bottom: 0;
	}
	.two-columns-one {margin: 0 1.5% 0 0;}
	.two-columns-one.last {margin: 0 1.5% 0;}
	.three-columns-one {margin: 0 3% 0 0;}
	.four-columns-one {margin: 0 2.5% 0 0;}
}


/* Minimum width of 1023 pixels (tablets landscape)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1023px) {

	/* --- General --- */
	.blog #primary,
	.attachment #primary,
	.single-post #primary,
	.page #primary,
	.error404 #primary,
	.search-no-results #primary,
	.archive #primary ,
	.search-results #primary,
	#front-content-one,
	#front-content-two {
		width: 70%;
		float: left;
	}
	.template-fullwidth #primary,
	.template-front #primary {
		width: 100%;
		float: none;
	}
	#blog-sidebar,
	#front-sidebar-one,
	#front-sidebar-two {
		width: 30%;
		float: right;
	}
	#header-top-nav,
	#main-wrap {
		padding-left: 91px;
		padding-right: 91px;
	}
	#site-title {
		padding-left: 91px;
	}
	.archive-menu-content {
		margin-left: 91px;
		margin-right: 91px;
	}
	.entry-content,
	.entry-summary,
	.blog .entry-meta,
	.single-post .entry-meta,
	#comments,
	#disqus_thread {
		max-width: 680px;
	}
	.page .entry-content {
		max-width: 100%;
	}
	.entry-details,
	.entry-content,
	.entry-summary,
	.post .entry-meta,
	.single-post #comments,
	.single-post #disqus_thread {
		/* padding-left: 40px; */
	}
	.attachment .entry-content {
		padding-left: 0;
	}

	/* --- Header --- */
	#mobile-menu-toggle {
		margin: 0 91px 0 0;
	}

	/* --- Header Archive Menu Area --- */
	.archive-menu-content {
		padding: 60px 40px;
	}
	a.archive-menu-close {
		right: 40px;
	}
	.list-years {
		width: 12%;
	}
	.list-authors {
		width: 23%;
	}
	.list-months-cats-tags {
		clear: none;
		overflow: hidden;
		float: right;
		width: 60%;
	}

	/* --- Typography --- */
	.entry-content .wide-content {
		margin: 0 -160px 26px -40px;
	}

	/* --- Zuki Recent Posts Widgets + Featured Slider --- */
	.front-fullwidth .rp-big-one .story,
	#featured-content .rp-big-one .story {
		width: 350px;
		position: absolute;
		top: 40px;
		right: 40px;
		padding: 40px 20px;
		background-color: rgba(255, 255, 255, 0.9);
	}
	.front-fullwidth .rp-big-one:last-of-type .story {
		padding: 40px 20px;
	}
	.front-fullwidth .rp-big-one p.summary {
		display: none;
	}
	.front-fullwidth .rp-medium-two .entry-thumb {
		max-width: 60.6%;
		float: right;
	}
	.front-fullwidth .rp-medium-two .story {
		padding: 25px 35px 0 0;
		float: left;
		max-width: 39.3%;
	}
	.front-fullwidth .rp-color {
		width: 20%;
	}
	.front-fullwidth .rp-color:nth-of-type(3n+1),
	.front-fullwidth .rp-color:nth-of-type(3n+3) {
		clear: none;
	}
	.front-fullwidth .rp-color:nth-of-type(5n+5) {
		clear: right;
	}
	.front-fullwidth .rp-color:nth-of-type(5n+1) {
		clear: left;
	}
	.front-fullwidth .rp-color:nth-of-type(5n+5) {
		clear: right;
	}
	.front-sidebar .rp-color,
	.default-sidebar .rp-color {
		width: 100%;
		float: none;
	}

	/* --- Footer Widget Area --- */
	#footerwidgets-wrap .default-sidebar {
		float: left;
		width: 18%;
		margin-right: 2.5%;
	}
	#footerwidgets-wrap .default-sidebar:last-of-type {
		margin-right: 0;
	}
}


/* Minimum width of 1260 pixels (laptops 13")
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1260px) {

	/* --- General --- */
	#blog-sidebar,
	#front-sidebar-one,
	#front-sidebar-two {
		width: 20%;
		float: right;
	}
	#main-wrap {
		padding: 0;
	}

	/* --- Custom Zuki Recent Posts Widgets --- */
	.front-fullwidth .rp-small-one .entry-thumb {
		display: block;
	}
	.front-content .rp-big-one .story {
		background: none;
		float: left;
		width: 47.62%;
		padding: 0 0 0 40px;
	}
	.front-content .rp-big-one .entry-thumb {
		width: 52.38%;
		float: left;
		display: block;
	}
}

#mexperience_logo_no_scroll {
	display:none;
}
@media screen and (min-width: 1000px) {

#mexperience_logo_no_scroll {
	display:block;
}
	/* --- Header --- */
	#masthead {
		/* padding: 30px 0 0; */
	}
	#site-title {
		padding: 15px 0 20px 0;
		width: 40%;
		float: left;
		display: none !important;
	}
	#header-top-nav {
		display: block;
		clear: none;
		overflow: hidden;
		text-align: right;
		padding: 21px 75px 0 20px;
		width: 60%;
		float: right;
	}
	#header-top-nav ul li {
		float: left;
	}

	/* --- Header Menu (Desktop) --- */
	#mobile-menu-toggle,
	#mobile-menu-close {
		display: none !important;
	}
	#mobile-menu-wrap {
		display: block !important;
		margin-bottom: 0;
	}

	/* --- Search Header --- */
	#masthead .search-box {
		position: absolute;
		top: 0px;
		right: 0;
	}
	.search-box a#search-toggle {
		display: block;
		background: none;
		border-left: 1px solid #ededed;
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10000;
	}
	.search-box a#search-toggle span {
		display: none;
	}
	.search-box a#search-toggle:after {
		content: '\e8b6';
		position: absolute;
		top: 21px;
		z-index: 1000;
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		font: normal 18px/1 'Material Icons';
		color: #191919;
		vertical-align: top;
		text-align: center;
		width: 60px;
		height: 60px;
		padding: 0;
	}
	.search-box #searchform {
		position: relative;
		padding: 0 0px 0 0;
		width: 100%;
		height: 60px;
	}


	.search-box #searchform:after {
		display: none;
	}

	/* --- Main Menu --- */
	#mobile-menu-wrap {
		overflow: visible;
	}
	#site-nav {
		padding: 56px 0 80px;
	}
	#site-nav ul  {
			position: relative;
			margin: 0;
			padding: 0;
		}
	#site-nav ul li {
		position: relative;
		display: inline-block;
		height: 60px;
		padding: 0;
		border-bottom: none;
	}
	#site-nav ul li a {
		display: block;
		padding: 10px 0 0;
		font-size: 26px;
		font-size: 1.625rem;
		line-height: 1.4;
		border-bottom: 1px solid transparent;
		-webkit-transition: all ease-in-out 0.2s;
		-moz-transition: all ease-in-out 0.2s;
		-o-transition: all ease-in-out 0.2s;
		transition: all ease-in-out 0.2s;
	}
	#site-nav ul li a:hover {
		border-bottom: 1px solid #191919;
	}
	#site-nav ul li li a:hover {
		border-bottom: none;
	}
	#site-nav ul li li  {
		padding: 0;
		margin: 0;
	}
	#site-nav ul ul.sub-menu,
	#site-nav ul ul.children {
		display: none;
		position: absolute;
		top: 60px;
		left: 0;
		width: 180px;
		margin: 0;
		padding: 0;
		border-top: none;
		z-index: 10000000;
		/* background: #fff; */
		border-left: 1px solid transparent;
		text-align: left;
	}
	#site-nav ul.sub-menu li,
	#site-nav ul.children li {
		/* display: block; */
		/* padding: 0; */
		/* height: auto; */
	}
	#site-nav ul.sub-menu a,
	#site-nav ul.children a {
		border-left: none !important;
		height: auto;
		display: block;
		padding: 10px;
		border-bottom: none;
	}
	#site-nav ul.sub-menu a:hover,
	#site-nav ul.children a:hover {
		color: #191919;
		-webkit-transition: all ease-in-out 0.2s;
		-moz-transition: all ease-in-out 0.2s;
		-o-transition: all ease-in-out 0.2s;
		transition: all ease-in-out 0.2s;
	}
	#site-nav ul ul ul.sub-menu,
	#site-nav ul ul ul.children {
		position: absolute;
		top: 0;
		left: 179px;
	}
	#site-nav ul li:hover > ul {
		/* display: block; */
		border-left: 0px solid #191919;
		padding: 0;
		/* -webkit-transition: all ease-in-out 0.2s; */
		/*-moz-transition: all ease-in-out 0.2s;
		-o-transition: all ease-in-out 0.2s; */
		/* transition: all ease-in-out 0.2s; */
	}
	#site-nav li:hover > a {
		border-bottom: 0px  solid #191919;
	}
	#site-nav li li:hover > a {
		border-bottom: none;
		background: #f4f4f4;
	}
	#site-nav ul ul ul li a {
		margin-left: 0;
	}

	/* --- Header Archive Menu Area --- */
	.archive-menu-wrap {
		padding: 0;
	}
	.archive-menu-content {
		margin: 0 0 60px;
	}
	.archive-menu-content ul.authors li {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	/* --- Typography --- */
	.entry-content p.pull-left {
		margin: 2px 20px 10px -20px;
	}
	.entry-content p.pull-right {
		margin: 2px -40px 10px 40px;
	}

	/* --- Front Page / Featured Content Slider --- */
	#featured-content .rp-big-one .entry-thumb {
		min-width: 1200px;
		min-height: 800px;
	}
	#featured-content .flex-direction-nav li a {
		width: 36px;
		height: 36px;
	}
	.front-fullwidth .rp-big-one .story,
	#featured-content .rp-big-one .story {
		width: 400px;
	}
	.front-fullwidth .rp-big-one h2.entry-title,
	#featured-content .rp-big-one h2.entry-title  {
		font-size: 42px;
		font-size: 2.625rem;
		margin: 0 0 30px;
		line-height: 1.25;
	}
	.front-fullwidth .rp-big-one .story p.summary,
	#featured-content p.summary {
		display: block;
	}
	#featured-content .flex-direction-nav li a.flex-next:after,
	#featured-content .flex-direction-nav li a.flex-prev:after {
		font: normal 36px/1 'Genericons';
		padding: 0;
	}

	/* --- Zuki Quote Widget --- */
	.front-fullwidth .widget_zuki_quote blockquote.quote-text,
	.front-content .widget_zuki_quote blockquote.quote-text {
		font-size: 52px;
		font-size: 3.25rem;
	}
	.widget_zuki_quote blockquote.quote-text p {
		margin-bottom: 26px;
	}

	.front-fullwidth .rp-big-two .entry-header h2.entry-title {
		font-size: 60px;
		font-size: 3.75rem;
	}
	.front-fullwidth .rp-big-two .story {
		padding: 20px 0 0 200px;
	}
	.front-content .rp-big-two .story {
		padding: 20px 0 0 5px;
	}
	.front-fullwidth .rp-big-two p.summary {
		max-width: 680px;
		float: left;
	}
	.front-fullwidth .rp-big-two .entry-footer {
		display: block;
		width: 180px;
		margin: 0 0 0 40px;
		padding: 18px 0 0 0;
		border-top: 1px solid #ededed;
		float: left;
	}
	.front-content .rp-big-two p.summary {
		max-width: 640px;
	}
	.front-fullwidth .rp-medium-two .entry-thumb {
		max-width: 66.6%;
	}
	.front-fullwidth .rp-medium-two .story {
		max-width: 33.3%;
		padding: 25px 80px 0 0;
	}

	/* --- Footer --- */
	#footer-social-nav {
		max-width: 55%;
		margin: 0 auto;
	}
}

/* Minimum width of 1360 pixels (laptops 15")
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1360px) {
	#featured-content .flex-direction-nav li a {
		top: 382px;
		background: none;
	}
	#featured-content .flex-direction-nav li a.flex-next {
		left: auto;
		right: -66px;
	}
	#featured-content .flex-direction-nav li a.flex-prev {
		left: -66px;
	}
	.entry-content p.pull-left {
		margin: 2px 40px 10px -40px;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	15.0 Print
/*-----------------------------------------------------------------------------------*/
@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 11pt;
	}
	.site-title {
		font-size: 21pt;
	}
	.site-description,
	#site-nav,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	#colophon {
		display: none;
	}
	.entry-header,
	.entry-header-single,
	.entry-content,
	.entry-summary {
		margin: 0;
		width: 100%;
	}
}




.widget-area p.summary a:hover,
.entry-content p a:hover,
.entry-content li a:hover,
.page .entry-content p a:hover,
blockquote cite a:hover,
.textwidget a:hover,
#comments .comment-text a:hover,
.authorbox p.author-description a:hover,
a.archive-menu-toggle:hover span {
	border-bottom: 1px solid #CE1126 !important;
}

.menu-item:nth-child(1) {
}
.menu-item:nth-child(1) a {
}
.menu-item a{
}
.menu-item {
  padding-left:0px !important;
  padding-right:0px !important;
}

.page .site-content .page {
  padding: 16px 0 !important;
}



.standard-btn {
	margin: 13px 0 13px;
}        


/*
 Theme Name:   Mexperience
 Template:     zuki
*/
body,div,a,h1,h2,h3,h4,h5,h6,p {
  hyphens:manual !important;
  -moz-hyphens:none !important;
  -webkit-hyphens:none !important;
        -ms-hyphens:none;
  
}
.entry-thumbnail {
    padding-bottom: 5px;
}
.nav-menu a, .submenu a {
  color: #333;
}
.nav-menu a {
  font-size:14px;
    text-transform: none;
}
.nav-menu > ul > li > a, .submenu > ul > li >  a {
  color:#333;
}

#site-nav .current_page_ancestor > a,#site-nav  .current_page_item > a{

}
.current_page_ancestor > a,.current_page_item > a{
  color: #CC0604 !important;
}
#site-nav .current_page_ancestor > a, #site-nav .current_page_item > a , nav#site-nav > .nav-menu > .current_page_ancestor > a, nav#site-nav > .nav-menu > .current-menu-ancestor > a {
  color: #CC0604 !important;
}
.nav-menu.current_page_ancestor > a, .nav-menu.current_page_item > a {
  color: #CC0604 !important;
}
#site-nav li.current-page-ancestor > a {

  color: #CC0604 !important;
}
#site-nav li.current-page-ancestor > ul {
	display:block;
}

ul.sub-menu li.current-menu-item a {
	color: #CC0604;
}

.current_page_parent > a {
	color: #CC0604 !important;
   }
   .current_page_parent > ul {
   }
   
#site-nav {
 font-family: 'Open Sans' !important;
 font-size:11pt !important;
}

.submenu li {
    display: inline;
    padding-right: 2em;
}

.submenu {
    text-align: left;
    padding-bottom:30px;
 font-family: 'Open Sans' !important;
 font-size:11pt !important;
}


.submenu li.selected >a {
  color: #CC0604;
  font-weight: bold;
}
.sub_sub_menu li.selected >a {
  color:#CC0604;
}
.submenu li.is_ancestor >a {
}


.breadcrumbs a {
    color: rgb(77,77,77) !important;
}

.breadcrumbs {
    color: rgb(77,77,77) !important;
    padding-bottom: 2em;
    font-size: 12px;
}
.breadcrumbs span {
  color:rgb(206,17,38) !important;
}



	#site-nav {
		padding: 20px 0 20px;
	}
  nav#site-nav a {
    font-size: 11pt !important;
}
  
  .submenu ul {
    background-color: rgb(245,245,245);
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}

#sitenav  ul li.not-selected a {
    color: #000 !important;
    font-size:13px;
}
#sitenav ul li.selected a {
    font-size:13px;
    color:#fff !important;
}

.submenu > ul {
  padding-left:10px;
}

.sub-menu {
  border-left:0px !important;
}




@media screen and (min-width: 1260px) {
  
#site-nav ul li a {
  display: block;
  padding: 10px 0 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  border-bottom: 0px solid transparent;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  text-transform: initial !important;
}
.nav-menu > .menu-item > a{
  
}

#site-nav ul li {
  /*
    position: relative; // breaks IE
  */
  position:static !important;
  display: inline-block;
  height: 30px;
  margin: 0 0px;
  margin-left:0px;
  padding: 0;
  border-bottom: none;
  padding-left: 10px;
  padding-right: 10px;
}

}

#site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  /* background-color: rgb(206,17,38); */
}

#site-nav ul li a  {
  /* border-bottom: 1px solid #191919; */
  /* border: 1px solid #FFF; */
  /* border-radius: 5px; */
  padding: 5px;
}

#site-nav ul li a:hover {
  /* border-bottom: 1px solid #191919; */
  /* border: 1px solid #999; */
  /* border-radius: 5px; */
  border-bottom: 0px !important;
}
.sub-menu a {
  font-weight:normal !important;
}



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

  .submenu {
    clear:both;
  }
  
}

@media screen and (min-width: 1023px) {
#header-top-nav, #main-wrap {
}
}


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

}


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


}





/*
body.blog #primary, body.single-post #primary  {
    float: right !important;
}
body.blog #blog-sidebar, body.single-post #blog-sidebar  {
    float: left !important;
}
*/


body.page-template-left-sidebar #primary  {
    float: right !important;
}
body.page-template-left-sidebar #blog-sidebar {
    float: left !important;
}
body.page-template-real-estate-profile #primary  {
    float: right !important;
}
body.page-template-real-estate-profile #blog-sidebar {
    float: left !important;
}
body.page-template-real-estate-agent-profile #primary  {
    float: right !important;
}
body.page-template-real-estate-agent-profile #blog-sidebar {
    float: left !important;
}


body.page-template-three-sidebar #primary  {
    float: right !important;
}
body.page-template-three-sidebar #blog-sidebar {
    float: left !important;
}

body.page-template-spl-d #primary  {
    float: right !important;
}
body.page-template-spl-d #blog-sidebar {
    float: left !important;
}




nav#site-nav {
    background-color: white;
}

nav#site-nav {
    padding-bottom: 0px;
}


nav#site-nav > .nav-menu > .menu-item > a {
   /* color:white; */
}


nav#site-nav a {
   /* color:white !important; */
}
.menu-item a:hover {
  
}


@media screen and (min-width: 1260px) {
  
#blog-sidebar, #front-sidebar-one, #front-sidebar-two {
  width: 26%;
  float: right;
}

}
.submenu a {
  color: rgb(110,81,77) !important;
}



/* Imported */

.spanishtext{
	font-style: italic;	
}

.paragraphintro{
	font-weight: bold;
}

.entry-content .pageintro {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.page .entry-content .pageintro {
	margin-bottom: 30px;
}

.entry-content .intro {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.page .entry-content .intro {
	margin-bottom: 30px;
}

.entry-content .page-summary {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
  font-weight:normal !important;
  font-style:italic !important;
	margin-bottom: 30px;
}

.pageintro{
	font-weight: bold;
}

.warningnotice{
	color: #AF0000;
}

.blogRef, .seeAlso{
	font-weight: bold;
}
.blogRef a, .seeAlso a{
	font-weight: normal;	
}
.inpagemenu {
  background-color: rgb(245,245,245) !important;
}

.footnote{
	color: #808080;
}

	 div.pull-left,p.pull-left {
		margin: 2px 30px 10px 0;
		max-width: 330px;
		float: left;
	}
	div.pull-right,p.pull-right {
		margin: 2px 0 10px 30px;
		max-width: 330px;
		float: right;
	}

 

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

    #site-nav ul li:hover > ul {
  border-left: 1px solid #191919;
  padding: 0;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

}

nav#site-nav a .current_page_ancestor a {
    color: rgb(206,17,38) !important;
}


/* ebook store */

.eStore-product {
  height: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  border: 0px solid #ccc !important;
  padding: 5px;
}

.thumb-image {
  width: 125px;
  height: inherit !important;
}

.eStore-thumbnail img, .eStore-thumbnail a img {
  background-color: #FFF;
  border: 0px solid #A9A9A9 !important;
  margin: 4px 0 4px 5px;
  padding: 4px;
  max-width: none !important;
}

form.eStore-button-form input[type='submit'] {
    margin-top: 10px !important;
}

.eStore-product.eStore-fancy-wrapper {
    margin-bottom: 30px !important;
}

.eStore_price {
    font-style: italic;    padding-top: 10px;
}

/* end estore */

body {
  /* background-color:#F5F5F5; */
}

#container {
	max-width: 1150px !important;
	margin: 0 auto;
	background-color:white;
}

ul#nav-menu {
    position:relative;
}
#site-nav ul li{
    position:initial !important;
}


li.menu-item ul,ul.sub-menu {
    /*position:absolute; */
}

li.menu-item ul {
/*
display:none !important;    
*/
}

ul.sub-menu {
    display:none;
}

ul.sub-menu {
    display:block;    
}
li.menu-item.current-menu-item ul {
    display:block;        
}
li.menu-item.current-page-ancestor ul,li.menu-item.current-menu-ancestor ul {
    /*position:absolute; */
    display:block;
}

#site-nav ul li.menu-item.current-page-ancestor ul.sub-menu,
#site-nav ul li.menu-item.current-page-ancestor ul.children {
}
#site-nav ul li.menu-item.current-menu-item ul.sub-menu,
#site-nav ul li.menu-item.current-menu-item ul.children {
}
                
                
li.menu-item ul,ul.sub-menu li{
    
}
#site-nav ul ul.sub-menu, #site-nav ul ul.children {
    top:30px;
    width:100% !important;
}

#site-nav ul.sub-menu li a, #site-nav ul.children li a{
    /* display:inline !important; */
}

.sub-menu {
  padding-top:1em;
  padding-bottom:1em;
}
#site-nav ul ul.sub-menu, #site-nav ul ul.children {
  top: 30px;
  /* width: 100% !important; */
  /* min-width:1000px !important; */
  padding-top: 0.4em !important;
}
	#site-nav ul.sub-menu a,
	#site-nav ul.children a {
    padding-left:10px !important;
    padding-right:10px !important;
    padding-top:0px !important;
    padding-bottom:0px !important;
  }
	#site-nav ul.sub-menu a:hover,
	#site-nav ul.children a:hover {
		color: rgb(206,17,38) !important;
	}

  
  #header-top-nav a:hover, .entry-meta a:hover, .entry-footer a:hover, .entry-author a:hover, .single-post .post .entry-header a:hover, .single-marketplace .post .entry-header a:hover, #comments a:hover, .nav-wrap a:hover, #colophon a:hover, .template-archive a:hover, .gallery .gallery-item a:hover, #infinite-handle span:hover, .widget-area .widget_nav_menu a:hover, .tagcloud a:hover, .widget_calendar a:hover, .post .entry-content a.more-link:hover, .widget-area a:hover, #featured-content .flex-direction-nav li a.flex-next:hover:after, #featured-content .flex-direction-nav li a.flex-prev:hover:after, .widget-area .rp-small-two p.summary a:hover {
		color: rgb(206,17,38) !important;
  -webkit-transition: color linear 0.1s;
  -moz-transition: color linear 0.1s;
  -o-transition: color linear 0.1s;
  transition: color linear 0.1s;
}
  
  
  
.current_page_ancestor ul.sub-menu {
    display: block;
}


.mex-front-content {
	border-top: 1px solid #ccc !important;
  padding-top:1em !important;
}




.page .entry-header h1.entry-title, h1.entry-title {
  /*  
  font-size:2.5rem;
    */
    color:rgb(60,60,60);
        hyphens: none;
        -webkit-hyphens: none;
        -ms-hyphens:none;
        -moz-hyphens:none;

}
p a {
        color:rgb(127,23,31) !important;
}
p a:hover {
        color:rgb(206,17,38) !important;
    
}
h2,h3,h4,h5,h6{
    color:rgb(60,60,60);
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens:none;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
    color:rgb(60,60,60) !important;    
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens:none;
    
}
.rp-big-one h2.entry-title, .rp-big-two h2.entry-title {
    font-family: 'Libre Baskerville', Georgia, serif !important;
    
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
        color:rgb(206,17,38) !important;
        text-decoration:none !important;
}

h3.widget-title, h3.widget-title span {
}

p {
	hyphens:manual !important;
}


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

#container {
  padding-left:40px;
  padding-right:40px;
}


    body {
    } 

}




/* Buttons override */


/* --- Buttons --- */
input[type="button"],
input[type="submit"], .zuki-button ,
.page-numbers a.next.page-numbers, .page-numbers .prev.page-numbers
{
	padding: 15px 15px 14px;
	background: #F0B932!important;
	color:  #3c3c3c !important;
	border: none;
	font-family: 'Karla', Arial, sans-serif;
	font-size: 13px;
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

input#submit {
	margin: 15px 0 10px;
	padding: 17px 12px 16px;
	border: none;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: none;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input#submit:hover,
.widget_blog_subscription input[type="submit"]:hover {
	background: #F0B932 !important;
	color: #3c3c3c !important;
}

.widget-area p.summary a:hover,
.widget-area .rp-color .entry-header a:hover,
.widget-area .rp-color .story a:hover {
	border-bottom: 1px solid rgb(206,17,38) !important;
}

.entry-content p a:hover, p a:hover {
  	border-bottom: 1px solid rgb(206,17,38) !important;

}




ul#menu-main-menu {
}

.full_width_1030_container {
  text-align:center;
  padding-bottom: 0.5em !important;

}


/** Info boxes override **/

/* Infoboxes */
.white-box,
.blue-box,
.yellow-box,
.red-box,
.green-box,
.lightgrey-box,
.grey-box,
.dark-box,
.mex-colored-box
{
	margin: 0 0 26px;
	padding: 12px;
	overflow:hidden;
	color: #474747;
	font-style: normal !important;
        font-size:16px !important;
}
.site-content .white-box p,
.site-content .blue-box p,
.site-content .yellow-box p,
.site-content .red-box p,
.site-content .green-box p,
.site-content .lightgrey-box p,
.site-content .grey-box p,
.site-content .mex-colored-box p,
.site-content .dark-box p {
	margin: 0 0 10px;
  
}

.site-content .white-box p:last-child,
.site-content .blue-box p:last-child,
.site-content .yellow-box p:last-child,
.site-content .red-box p:last-child,
.site-content .green-box p:last-child,
.site-content .colored-box p:last-child,
.site-content .lightgrey-box p:last-child,
.site-content .grey-box p:last-child,
.site-content .dark-box p:last-child {
	margin: 0px 0px 0px 0px !important;
  
}



.white-box {background: #fff; border: 1px solid #ddd;}
.blue-box {background: #eef6fe;}
.yellow-box {background: #ffffcc;}
.red-box {background: #fff0f1;}
.green-box {background: #DCFDBA;} /* original: #e7f3e0 */
.lightgrey-box {background: #f7f0e4;}
.grey-box {background: #f4f4f4;}
.dark-box {background: #3c3c3c !important;color: #fff; letter-spacing: 0.5px}
.dark-box a:hover {color:#fff;}

.lime-box {
    background-color:#84c125;
    color: #fff;
}
.lime-box, .lime-box p {
    color: #fff;
}
.entry-content .lime-box a, .entry-content .lime-box p a {
    border-bottom:1px solid #fff;
}

.mex-front-content {
  margin-top:40px;
}

.mex-front-content .rp-color{
   padding-top:0px;
}


.rp-big-one, .rp-big-two, .rp-big-three, .rp-medium-one,.rp-medium-two, .rp-small-one,rp-small-two,rp-newsletter {
   margin-bottom:40px !important;
}


div.front-content:first-of-type {
  border:0px solid #999 !important;
  margin-top:0px !important;
}
#primary div.front-content:first-of-type {
  border:0px solid #999 !important;
  margin-top:0px !important;
}

article.page > .entry-content {
}

#menu-main-menu-v8-4 li a{
    padding-left:20px !important;
    padding-right:20px !important;
}
#menu-main-menu-v8-4 li {
    margin-left:0px !important;
    margin-right:0px !important;    
    padding-left:0px !important;
    padding-right:0px !important;
}



/* Lead article */
@media screen and (min-width: 1260px) {

.lead-article-box {
  padding-right:0px !important;
  padding-left:10px !important;
  margin-bottom:20px !important;
}
.lead-article-box .rp-big-one-content {
   padding-right:0px !important;  
}
.lead-article-box .entry-thumb{
  width:680px !important;
  border:1px solid #eee;
  padding:5px;
  padding-right:5px !important;
  padding-bottom:5px !important;
}
.lead-article-box .entry-thumb-mobile{
display:none !important;
}
.lead-article-box .story {
  width: 380px !important;
  padding-left: 10px !important;
  padding-top:20px !important;
  text-align:center;
}.lead-article-box .entry-title{
  text-align:center;margin-bottom:17px;
}
.lead-article-box .summary{
  text-align: center;
}
.lead-article-box h2.entry-title {
    margin-bottom:10px !important;
}


.front-page-header {
  padding:30px;
  padding-left:60px;
  padding-right:60px;
  padding-bottom:10px;
  padding-top:0px;
  margin-bottom:0px;
}

.front-content img {
 display:inline;
}

}
/* lead article specific to smaller screns */
@media screen and (max-width: 1259px) {

.lead-article-box .entry-thumb{
  border:1px solid #eee;
  padding:15px;
}

.lead-article-box h2.entry-title {
    margin-bottom: 4px !important;
}
.lead-article-box .entry-thumb{
display:none !important;
}
    
    
    .lead-article-box h2.entry-title {
    text-align: center;
}

.lead-article-box p {
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
}

.lead-article-box img {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.lead-article-box .entry-thumb-mobile {
    margin-bottom: 2em;
}
.lead-article-box div.story {
    padding-bottom:1em !important;
}
.lead-article-box .entry-thumb-mobile img {
}

}

/*
Reduce article padding on home and section pages
*/
body.home article {
  padding-top:0px !important;
}
body.page-template-spl-c-1030 article {
  padding-top:10px !important;
}
body.page-template-spl-c-1030-no-title article {
  padding-top:10px !important;
}

/*
First related-items widget on page should have no border
*/
.mex-front-content {
}
.mex-front-content:first-of-type {
  border-top:0px !important;
}


/*
Menu in home section tweaks
*/
.parent-pageid-4859 .menu-item-home .sub-menu {
  display:block !important;
}


body.home  .site-content .page {
  padding: 0px 0 !important;
  padding-top: 0px !important;
  padding-right: 0px;
  padding-bottom: 33px;
  padding-left: 0px;
}





/*
Blog page tweaks
*/

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

.entry-content > p{
 padding-left:0px;
 padding-right:0px;
 
}
.entry-content > h2,.entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6 {
  padding-left:0px;
}

.post .entry-content {
    max-width: 650px !important;
}

.page .entry-content {
    max-width: 650px !important;
}

.page-template-full-width .entry-content{
    max-width:100% !important;
}

}

.entry-cats a:hover{
  color: #CC0604 !important;  
}


#nav-single {
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal !important;
}


.entry-header .entry-author {
	font-size: 15px !important;
	font-size: 0.9375rem !important;
	padding-bottom: 25px;
	font-style: italic !important;
  font-family: 'Libre Baskerville', Georgia, serif !important;  
}
.entry-header .entry-author a {
  font-weight:normal !important;
}



/* --- Zuki Quote Widget --- */
.widget_zuki_quote blockquote.quote-text {
	line-height: 1.4;
	letter-spacing: -0.5px;
	font-family: 'Libre Baskerville', Georgia, serif;
	text-align:right !important;
	padding-right:5px !important;
	color:#7d7d7d !important;
}


/* M1 tweaks */
@media screen and (min-width: 601px) {
    
.front-content .rp-medium-one {
  width: 26.1905%;
min-height:240px !important;
padding: 0 2.381%;
}

.front-content .rp-color:nth-of-type(3n+3) {
  
  border-right:0px !important;
}
.rp-color {
  border-right: 1px solid #ededed;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(237, 237, 237);
  min-height: 160px;
}



}

/* m2 tweaks july 25th */

.front-content .rp-medium-two .story {
    padding-top: 12px !important;
}

.rp-medium-two p.summary {
    margin-top: 10px;
}

.rp-medium-two p.summary {
  margin-bottom: 0px !important;
}

/* reduce margins between all rps */

.rp-color,  .rp-big-two, .rp-big-three  .rp-medium-one, .rp-medium-two, .rp-small-one, .rp-small-two, .rp-newsletter {
  margin-bottom: 20px !important;
}
.rp-big-one,.rp-big-two, .rp-big-three  {
  margin-bottom: 40px !important;  
}
.mex-front-content .widget .widget-title {
    padding-bottom: 25px;
}

/* Indent lead article paragraph */
.lead-article-box p {
    padding-left: 2em;
    padding-right:2em;
    line-height:1.8em;
}


/* Reduce widget spacing */

.widget-area .widget {
  padding-bottom: 30px !important;
} 



#primary h3.blog-title,
#primary h1.archive-title  {
	margin: 0;
	border-top: 0px solid #ccc !important;
	font-size: 11px;
	font-size: 0.6875rem;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 1.5px;
}
body.blog header.entry-header {
    /*
    border-top: 1px solid #ccc !important;
        */
    
}
body.blog h3.blog-title {
    padding-bottom:15px !important;
}


/*
  Blog Post Page
*/

.entry-author a, .entry-date a {
    color:#7d7d7d !important;
}
.entry-author, .entry-date {
    color:#7d7d7d !important;
}

.site-content .post {
    padding-bottom: 25px !important;
}
div.nav-wrap {
    border-top-width:0px !important;
}

/* Page */

.entry_mast_image {
    margin-bottom:20px;
}


/*
Contact 7 Checkbox fix
*/
span.wpcf7-list-item {
margin-left: 0.5em;
display: block;
}



@media screen and (max-width:500px) {
img.attachment-Ebook-Medium.wp-post-image {
  display:block !important;
  width:100% !important;
  margin:0px;
}
	.summary.entry-summary {
         padding-top:2em !important;   
        }

}
@media screen and (max-width:1259px) and (min-width:601px ){
	.summary.entry-summary {
    margin-left: 0% !important;
    width:100% !important;
    display:block;
    float:none !important;
}
img.attachment-Ebook-Medium.wp-post-image {
    margin-right:2em !important;
}

}
@media screen 
  and (min-width: 1260px) 
  {
.single-product #primary{
        width: 70%;
        float: left;
}
  }


.type-product .entry-content{
    padding-top:2em;
}



.front-sidebar .rp-medium-one,
.default-sidebar .rp-medium-one, 
.front-sidebar .rp-medium-twoo,
.default-sidebar .rp-medium-two, 
.front-sidebar .rp-big-one,
.default-sidebar .rp-big-one, 
.front-sidebar .rp-big-two,
.default-sidebar .rp-big-two, 
.front-sidebar .rp-big-three,
.default-sidebar .rp-big-three, 
.front-sidebar .rp-small-one,
.default-sidebar .rp-small-one, 
.front-sidebar .rp-small-two,
.default-sidebar .rp-small-two, 
.front-sidebar .rp-newsletter,
.default-sidebar .rp-newsletter 
{

    
}


.widget {
}
.widget:first-of-type {
    border-top:0px solid #fff !important;
}


.widget {
}

.default-sidebar .rp-color {
    border-right:0px solid #fff !important;
    border-bottom: 1px solid #ccc;
}
.default-sidebar .rp-color:last-of-type {
    border-right:0px solid #fff !important;
    border-bottom: 0px solid #ccc;
    margin-bottom:0px;
    padding-bottom:0px;
}


.default-sidebar aside.widget h3.widget-title {
    padding-bottom: 18px;
}

nav#header-top-nav a {
    padding-left: 20px !important;
}


.default-sidebar article.rp-big-one {
    margin-bottom: 0px !important;
}
.default-sidebar article.rp-big-two {
    margin-bottom: 0px !important;
}



/* See mobile-menus.css !!!  */


/*
.lightgrey-box a {
    border-bottom:1px solid rgb(127,23,31) !important;
}
.lightgrey-box > a {
    color:rgb(127,23,31) !important;
    display:block;
    margin-bottom:1em;
}

.lightgrey-box > br {
    display:none;
}
*/


@media screen and (min-width: 1023px) {
}


/* h2 for blog pages */

#primary h3.blog-title, #primary h2.archive-title {
    margin: 0;
    border-top: 0px solid #ccc !important;
    font-size: 11px;
    font-size: 0.6875rem;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1.5px;
}    

/* Stop blog lighting up on newsletter page only */
body.page-id-11289 nav#site-nav > .nav-menu .current_page_ancestor#menu-item-87   > a 
{
    background-color:rgb(206,17,38) !important;
    color:white !important;

}

/*
eshop lit up on product pages
*/
body.woocommerce   nav#site-nav > .nav-menu > .menu-item#menu-item-11384 > a {
    background-color: whitesmoke !important;
    color: #CE1126 !important;
}
body.woocommerce   nav#site-nav > .nav-menu > .menu-item#menu-item-11384 > .sub-menu {
display:block !important;
}



.lead-article-box p {
    margin-bottom: 0px !important;
}

.lead-article-box.rp-big-one:first-of-type {
    margin-bottom: 20px !important;
}

.entry-content {
    padding-bottom: 0px !important;
}




/*
Reduce block padding
*/
@media screen and (min-width: 1023px) {
  
.entry-details, .entry-content, .entry-summary, .post .entry-meta, .single-post #comments, .single-post #disqus_thread, .single-marketplace #comments, .single-marketplace #disqus_thread {
  /* padding-left: 24px; */
}
nav#header-top-nav {
    padding-right: 100px;
}

}




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

 #main-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

}

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

	/* --- General --- */
	#main-wrap {
		padding-left: 40px;
		padding-right: 40px;
	}
        #masthead {
            /* padding-left:10px; */
            /* padding-right:10px; */
        }
}        
@media screen and (min-width: 1200px) {

    
#main-wrap {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
        #masthead {
            padding-left:0px;
            padding-right:0px;
        }
}


.default-sidebar .widget p {
    font-family: 'Libre Baskerville', Georgia, serif; 
    padding-top: 0.5em;
    padding-bottom: 0.5em
}

@media screen and (max-width: 1259px) {
    #site-title {
        padding-left:10px !important;
    }
    #mobile-menu-toggle {
        margin-right:40px !important;
    }
    div#site-title {

        padding-bottom:35px !important;

	}
	div#site-title {
		max-width: 300px !important;
		margin-top: 10px;
	}
	
		

}

div#mobile-menu-full-width {
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	font-size: 0px;
	z-index: 10000002;
}



div#site-info {
    text-align: left !important;
     font-family: 'Open Sans' !important;
     color: #191919 !important;

}
div#site-info li{
  display:block !important;
}
div#site-info a{
	font-weight:normal;
     color: #191919 !important;
}

@media screen and (min-width: 601px) {
#colophon {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
}
}




@media screen and (max-width: 1050px) {
.entry_mast_image {
    width: 100% !important;
    text-align: center;
}
}


/* RP Newsletter */


/* --- Zuki Recent Posts Big One --- */
.rp-newsletter {
	position: relative !important;
	margin-bottom: 40px;
        max-width:500px;
        margin-left:auto;
        margin-right:auto;
}
.front-content .rp-newsletter {
	margin-bottom: 80px;
}
.front-content .rp-newsletter:last-of-type {
	margin-bottom: 40px;
}
.front-fullwidth .rp-newsletter .entry-thumb,
.front-content .rp-newsletter .entry-thumb {
	padding-bottom: 15px;
}
#featured-content .rp-newsletter-content {
	position: relative;
}
#featured-content .rp-newsletter .story {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 15px 10px;
	background-color: rgba(255, 255, 255, 0.9);
}
.front-fullwidth .rp-newsletter .story {
	padding: 0 0 40px;
}
.front-fullwidth .rp-newsletter:last-of-type .story {
	padding: 0;
}
.rp-newsletter .entry-author {
	font-size: 15px;
	font-size: 0.9375rem;
	padding-bottom: 25px;
}
.rp-newsletter .entry-author span {
	font-style: italic;
}
.rp-newsletter p.summary {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6;
}
.front-sidebar .rp-newsletter .entry-author,
.front-sidebar .rp-newsletter .entry-cats,
.front-sidebar .rp-newsletter p.summary,
.default-sidebar .rp-newsletter .entry-author,
.default-sidebar .rp-newsletter .entry-cats,
.default-sidebar .rp-newsletter p.summary {
	display: none;
}
.front-sidebar .rp-newsletter h2.entry-title,
.front-sidebar .rp-newsletter-two h2.entry-title,
.default-sidebar .rp-newsletter h2.entry-title,
.default-sidebar .rp-newsletter-two h2.entry-title  {
	margin: 12px 0 8px;
	padding: 0;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.25;
}
.front-sidebar .rp-newsletter:last-of-type,
.default-sidebar .rp-newsletter:last-of-type {
	margin-bottom: 0;
}
.front-content .rp-newsletter .entry-thumb {
}
.rp-newsletter {
	font-family: 'Libre Baskerville', Georgia, serif;
        			font-family: 'Open Sans';

}
.rp-newsletter-content h2.entry-title {
    margin-top:0px;
}

.newsletter-subtitle {
    font-size:12pt;
    color:#606060;
    font-weight:600;
    display:block;
    margin-top:1em;
    margin-bottom:0em;
}
.newsletter-title {
    color:#CE1126;
    margin:0px;
    font-weight:bold;
}
.newsletter-date {
    color:#606060;
    margin:0px;    
    font-size:0.8em;
    margin-bottom:1em;
}

/* END RP Newsletter */

.az-entry {
    color:#CE1126;
    font-family: "Open Sans", sans-serif;
    font-weight:bold;  
    color:rgba(112, 111, 111);
}
.az-mexperience {
    color:#CE1126;
    font-family: "Open Sans", sans-serif;
  
}
.az-online {
    font-family: "Open Sans", sans-serif;
    color:rgba(112, 111, 111);
}
.az-seealso {
    font-family: "Open Sans", sans-serif;
    font-style:italic;
    color:rgba(112, 111, 111);
}




#searchform .search-field {
    /*
    width: 400px;
    max-width: 80%;
    */
}

@media only screen and (max-width: 500px) {
 
    #searchform .search-field {
    }
    #searchform .submit {
        /* width:20% !important; */
        font-size: 48px;
        color: #999;
        float: right;
    }
}


@media screen and (min-width: 1260px) {
body.search-results .front-content .rp-big-one .story {
    background: none;
    float: left;
    width: 100% !important;
    padding: 0 0 0 40px;
}
}


div.g-recaptcha {
  width:320px !important;
}

.page .entry-content li a {
  color:rgb(127,23,31) !important;
}
.page .entry-content li a:hover {
    color: rgb(206,17,38) !important;
}


#comments li.comment ul.children {
    margin-left: 40px !important;
}

/* Custom CSS for products shortcode */
.product-shortcode ul.products {
    border-bottom:0px solid #FFF !important;
}
.product-shortcode ul.products li a{
    border-bottom:0px solid #FFF !important;
}




#site-nav ul li.current-menu-ancestor ul.sub-menu {
	/* This causes issues on Real estate page */
	/*
	display: block !important;
	*/
}





/* Mobile footer menu */


#footer-site-nav .current_page_ancestor > a,#footer-site-nav  .current_page_item > a{
  background-color: rgb(245,245,245) !important;

}
.current_page_ancestor > a,.current_page_item > a{
  color: #CC0604 !important;
}
#footer-site-nav .current_page_ancestor > a, #footer-site-nav .current_page_item > a , nav#footer-site-nav > .nav-menu > .current_page_ancestor > a, nav#footer-site-nav > .nav-menu > .current-menu-ancestor > a {
  color: #CC0604 !important;
  font-weight:bold;
  background-color: rgb(245,245,245);
}
.nav-menu.current_page_ancestor > a, .nav-menu.current_page_item > a {
  color: #CC0604 !important;
}
#footer-site-nav li.current-page-ancestor > a {
  background-color: rgb(245,245,245) !important;

  color: #CC0604 !important;
}
#footer-site-nav {
 font-family: 'Open Sans' !important;
 font-size:11pt !important;
}

	#footer-site-nav {
		padding: 20px 0 20px;
	}
  nav#footer-site-nav a {
    font-size: 11pt !important;
}

#footer-site-nav {
    display:none;
}

/*
#footer_sections_box {
         display:block;
         padding:1em;
         text-align:center;
         color: white !important;
         background-color: #CE1126 !important;
         padding-top:0.3em;
         padding-bottom:0.3em;
}
*/

@media screen and (min-width: 1260px) {
  
#footer-site-nav ul li a {
  display: block;
  padding: 10px 0 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  border-bottom: 1px solid transparent;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  text-transform: initial !important;
  font-weight:600;
}
#footer-site-nav ul li {
  /*
    position: relative; // breaks IE
  */
  position:static !important;
  display: inline-block;
  height: 30px;
  margin: 0 0px;
  margin-left:0px;
  padding: 0;
  border-bottom: none;
  padding-left: 10px;
  padding-right: 10px;
}

/*
#footer_sections_box {
   display:none;    
   
}
*/

}

#footer-site-nav {
      background-color: rgb(245,245,245) !important;
}
#footer-site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

#footer-site-nav ul li a  {
  /* border-bottom: 1px solid #191919; */
  /* border: 1px solid #FFF; */
  /* border-radius: 5px; */
  padding: 5px;
}

#footer-site-nav ul li a:hover {
  /* border-bottom: 1px solid #191919; */
  /* border: 1px solid #999; */
  /* border-radius: 5px; */
  border-bottom: 0px !important;
}

#footer-site-nav ul.nav-menu > li {
    padding-top:10px;
    padding-bottom:10px;
    background:transparent !important;
}
#footer-site-nav ul.nav-menu > li > a{
    background:transparent;
    color: #CE1126 !important;
}
#footer-site-nav ul.nav-menu > li > .sub-menu li{
  padding-bottom:10px;
  padding-top:10px;
}
#footer-site-nav ul.nav-menu > li a.current-menu-item{
  background:transparent;
}

#footer-site-nav .current_page_item > a {
    background:transparent;
}

#footer-site-nav ul.sub-menu {
    display:none;
}

#footer-site-nav li.current-menu-item ul.sub-menu {
    display:block;
    padding-top:1em;
}
#footer-site-nav li.current_page_ancestor ul.sub-menu {
    display:block;
    padding-top:1em; 
}
#footer-site-nav .menu-item a:hover {
      color: #CE1126 !important;
}

#footer-site-nav .nav-menu > li > a {
    display: block;
}

body.single-product li#menu-item-39772 > a {
    color:#CE1126 ;
}
body.single-product li#menu-item-39772 > .sub-menu {
   display:block !important;
}

body.woocommerce li#menu-item-39772 > a {
    color:#CE1126 ;
}


 
body.woocommerce-page li#menu-item-39772 > a {
    color:#CE1126 ;
}


#footer-site-nav > ul >li {
    border-bottom: 1px solid white;
}

#footer-site-nav ul.sub-menu {
    padding-top: 0.5em !important;
}
/*
#footer_sections_h4 {
    margin-top:0px;
}
*/

/* new menu button  */

    #site-title {
        width:100%;
    }

#mobile-menu-toggle {
	font-size:12px;
        
        
        
}
#mobile-menu-toggle:after {
   content:'';
   display:none !important;
}
#mobile-menu-toggle:before {
    content: '\f419';
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 'Genericons';
    line-height: 1;
    color: #fff;
    vertical-align: top;
    width: 100%;
    padding: 4px 0 0 0;
    padding-left:4px;
    background: none;
    text-align: left;
    background-color:#CE1126;
    width:65px
}
#mobile-menu-toggle span {
	display:block !important;
	z-index:100;
	color:white;
	position:absolute;
	top:4px;
	left:25px;

}

#mobile-menu-toggle {
    display: block;
    margin: 0 0 0 0;
    width: 44px;
    height: 24px;
    /* float: right; */
    font-family: 'Karla', Arial, sans-serif;
    /* margin-top:30px !important; */
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-right: auto !important;
    margin-bottom: 20px;
    margin-top: 0px;
    
}

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

div#site-header {
    padding-left: 2px !important;
}

}

@media screen and (min-width: 350px) {
    #site-title {
        width:70%;
    }
#mobile-menu-toggle {
	font-size:12px;
        margin:0 0 0 0;
}
#mobile-menu-toggle:after {
   content:'';
   display:none !important;
}
#mobile-menu-toggle:before {
    content: '\f419';
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 'Genericons';
    line-height: 1;
    color: #fff;
    vertical-align: top;
    width: 100%;
    padding: 4px 0 0 0;
    padding-left:4px;
    background: none;
    text-align: left;
    background-color:#CE1126;
    width:65px
}
#mobile-menu-toggle span {
	display:block !important;
	z-index:100;
	color:white;
	position:absolute;
	top:4px;
	left:25px;

}

#mobile-menu-toggle {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    width: 44px;
    height: 24px;
    float: right;
	font-family: 'Karla', Arial, sans-serif;
	margin-top:30px;
        clear:none !important;
        float:right !important;

}
    
}

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

    
}

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

    #mobile-menu-toggle:before {
    width:90px;
    font-size:1.5em !important;
    top:0px;

    }
#mobile-menu-toggle {
    width: 80px;
    height: 30px;
	margin-top:25px !important;
        clear:none !important;
        float:right !important;

}
#mobile-menu-toggle span {
  font-size:1.5em !important;
  top:2px;
  left:30px;
}

}

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



#mobile-menu-toggle {
  right:40px;
}

}

@media screen and (min-width: 1023px) {
#mobile-menu-toggle {
  margin-right:20px ;
  right:20px;
}
    
}/*
 Theme Name:   Mexperience
 Template:     zuki
*/
body,div,a,h1,h2,h3,h4,h5,h6,p {
  hyphens:manual !important;
  -moz-hyphens:none !important;
  -webkit-hyphens:none !important;
        -ms-hyphens:none;
  
}
.nav-menu a, .submenu a {
  color: #333;
}
.nav-menu a {
  font-size:14px;
    text-transform: none;
}
.nav-menu > ul > li > a, .submenu > ul > li >  a {
  color:#333;
}

#site-nav .current_page_ancestor > a,#site-nav  .current_page_item > a, #site-nav .current-menu-item a {

}
.current_page_ancestor > a,.current_page_item > a{
  color: #CC0604 !important;
}
#site-nav .current_page_ancestor > a, #site-nav .current_page_item > a , nav#site-nav > .nav-menu > .current_page_ancestor > a, nav#site-nav > .nav-menu > .current-menu-ancestor > a, #site-nav .current-menu-item > a  {
  color: #CC0604 !important;

}
.nav-menu.current_page_ancestor > a, .nav-menu.current_page_item > a {
  color: #CC0604 !important;
}
#site-nav li.current-page-ancestor > a {
}
#site-nav {
 font-family: 'Open Sans' !important;
 font-size:11pt !important;
}

.submenu li {
    display: inline;
    padding-right: 2em;
}

.submenu {
    text-align: left;
    padding-bottom:30px;
 font-family: 'Open Sans' !important;
 font-size:11pt !important;
}


.submenu li.selected >a {
  color: #CC0604;
  font-weight: bold;
}
.sub_sub_menu li.selected >a {
  color:#CC0604;
  border-bottom:1px solid #CC0604;

}
.submenu li.is_ancestor >a {
}


.breadcrumbs a {
    color: rgb(77,77,77) !important;
}

.breadcrumbs {
    color: rgb(77,77,77) !important;
    padding-bottom: 2em;
    font-size: 12px;
}
.breadcrumbs span {
  color:rgb(206,17,38) !important;
}



	#site-nav {
		padding: 20px 0 20px;
	}
  nav#site-nav a {
    font-size: 11pt !important;
}
  
  .submenu ul {
    background-color: rgb(245,245,245);
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}

#sitenav  ul li.not-selected a {
    color: #000 !important;
    font-size:13px;
}
#sitenav ul li.selected a {
    font-size:13px;
    color:#fff !important;
}

.submenu > ul {
  padding-left:10px;
}

.sub-menu {
  border-left:0px !important;
}




@media screen and (min-width: 1260px) {
  
#site-nav ul li a {
  display: block;
  padding: 10px 0 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  border-bottom: 0px solid transparent;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  text-transform: initial !important;
  /* font-weight:600; */
}
.nav-menu > .menu-item > a{
  
}

#site-nav ul li {
  /*
    position: relative; // breaks IE
  */
  position:static !important;
  display: inline-block;
  height: 30px;
  margin: 0 0px;
  margin-left:0px;
  padding: 0;
  border-bottom: none;
  padding-left: 10px;
  padding-right: 10px;
}

}

#site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  /* background-color: rgb(206,17,38); */
}

#site-nav ul li a  {
  /* border-bottom: 1px solid #191919; */
  /* border: 1px solid #FFF; */
  /* border-radius: 5px; */
  padding: 5px;
}

#site-nav ul li a:hover {
  /* border-bottom: 1px solid #191919; */
  /* border: 1px solid #999; */
  /* border-radius: 5px; */
  border-bottom: 0px !important;
}
.sub-menu a {
  font-weight:normal !important;
}



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

  .submenu {
    clear:both;
  }
  
}

@media screen and (min-width: 1023px) {
#header-top-nav, #main-wrap {
}
}


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

}


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


}





/*
body.blog #primary, body.single-post #primary  {
    float: right !important;
}
body.blog #blog-sidebar, body.single-post #blog-sidebar  {
    float: left !important;
}
*/


body.page-template-left-sidebar #primary  {
    float: right !important;
}
body.page-template-left-sidebar #blog-sidebar {
    float: left !important;
}
body.page-template-real-estate-profile #primary  {
    float: right !important;
}
body.page-template-real-estate-profile #blog-sidebar {
    float: left !important;
}
body.page-template-real-estate-agent-profile #primary  {
    float: right !important;
}
body.page-template-real-estate-agent-profile #blog-sidebar {
    float: left !important;
}


body.page-template-three-sidebar #primary  {
    float: right !important;
}
body.page-template-three-sidebar #blog-sidebar {
    float: left !important;
}

body.page-template-spl-d #primary  {
    float: right !important;
}
body.page-template-spl-d #blog-sidebar {
    float: left !important;
}




nav#site-nav {
    background-color: white;
}

nav#site-nav {
    padding-bottom: 0px;
}

nav#site-nav > .nav-menu .current_page_ancestor  > a {
}
nav#site-nav > .nav-menu .current-menu-item  > a {
}
nav#site-nav > .nav-menu > .menu-item > a {
   /* color:white; */
}


nav#site-nav a {
   /* color:white !important; */
}
.menu-item a:hover {
  
}


@media screen and (min-width: 1260px) {
  
#blog-sidebar, #front-sidebar-one, #front-sidebar-two {
  width: 26%;
  float: right;
}

}
.submenu a {
  color: rgb(110,81,77) !important;
}



/* Imported */

.spanishtext{
	font-style: italic;	
}

.paragraphintro{
	font-weight: bold;
}

.entry-content .pageintro {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.page .entry-content .pageintro {
	margin-bottom: 30px;
}

.entry-content .intro {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.page .entry-content .intro {
	margin-bottom: 30px;
}

.entry-header .page-summary, .entry-content .page-summary {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
  font-weight:normal !important;
  font-style:italic !important;
	margin-bottom: 30px;
}

.pageintro{
	font-weight: bold;
}

.warningnotice{
	color: #AF0000;
}

.blogRef, .seeAlso{
	font-weight: bold;
}
.blogRef a, .seeAlso a{
	font-weight: normal;	
}
.inpagemenu {
  background-color: rgb(245,245,245) !important;
}

.footnote{
	color: #808080;
}

	 div.pull-left,p.pull-left {
		margin: 2px 30px 10px 0;
		max-width: 330px;
		float: left;
	}
	div.pull-right,p.pull-right {
		margin: 2px 0 10px 30px;
		max-width: 330px;
		float: right;
	}

 

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


}

nav#site-nav a .current_page_ancestor a {
    color: rgb(206,17,38) !important;
}


/* ebook store */

.eStore-product {
  height: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  border: 0px solid #ccc !important;
  padding: 5px;
}

.thumb-image {
  width: 125px;
  height: inherit !important;
}

.eStore-thumbnail img, .eStore-thumbnail a img {
  background-color: #FFF;
  border: 0px solid #A9A9A9 !important;
  margin: 4px 0 4px 5px;
  padding: 4px;
  max-width: none !important;
}

form.eStore-button-form input[type='submit'] {
    margin-top: 10px !important;
}

.eStore-product.eStore-fancy-wrapper {
    margin-bottom: 30px !important;
}

.eStore_price {
    font-style: italic;    padding-top: 10px;
}

/* end estore */

body {
  /* background-color:#F5F5F5; */
}

#container {
	/* max-width: 1150px !important; */
	/* margin: 0 auto; */
	background-color:white;
}

ul#nav-menu {
    position:relative;
}
#site-nav ul li{
    position:initial !important;
}


li.menu-item ul,ul.sub-menu {
    positon:absolute;
}

li.menu-item ul {
/*
display:none !important;    
*/
}

ul.sub-menu {
    display:none;
}

ul.sub-menu {
    display:block;    
}
li.menu-item.current-menu-item ul {
    display:block;        
}
li.menu-item.current-page-ancestor ul,li.menu-item.current-menu-ancestor ul {
    positon:absolute;
    display:block;
}

#site-nav ul li.menu-item.current-page-ancestor ul.sub-menu,
#site-nav ul li.menu-item.current-page-ancestor ul.children {
}
#site-nav ul li.menu-item.current-menu-item ul.sub-menu,
#site-nav ul li.menu-item.current-menu-item ul.children {display: block;}
                
                
li.menu-item ul,ul.sub-menu li{
    
}
#site-nav ul ul.sub-menu, #site-nav ul ul.children {
    top:30px;
    /* width:100% !important; */
}

#site-nav ul.sub-menu li a, #site-nav ul.children li a{
    display: inline-block !important;
    padding-left: 5px !important;
    color: #CC0604 !important;
}

.sub-menu {
  padding-top:1em;
  padding-bottom:1em;
  margin-bottom:1em !important;
}
#site-nav ul ul.sub-menu, #site-nav ul ul.children {
  top: 60px;
  /* width: 100% !important; */
  /* min-width: 1070px !important; */
  padding-top: 0.4em !important;
  background-color: rgb(250, 249, 247) !important;
}
	#site-nav ul.sub-menu a,
	#site-nav ul.children a {
    padding-left:10px !important;
    padding-right:10px !important;
    padding-top:0px !important;
    padding-bottom:0px !important;
  }
	#site-nav ul.sub-menu a:hover,
	#site-nav ul.children a:hover {
		color: rgb(206,17,38) !important;
	}

  
  #header-top-nav a:hover, .entry-meta a:hover, .entry-footer a:hover, .entry-author a:hover, .single-post .post .entry-header a:hover,.single-marketplace .post .entry-header a:hover, #comments a:hover, .nav-wrap a:hover, #colophon a:hover, .template-archive a:hover, .gallery .gallery-item a:hover, #infinite-handle span:hover, .widget-area .widget_nav_menu a:hover, .tagcloud a:hover, .widget_calendar a:hover, .post .entry-content a.more-link:hover, .widget-area a:hover, #featured-content .flex-direction-nav li a.flex-next:hover:after, #featured-content .flex-direction-nav li a.flex-prev:hover:after, .widget-area .rp-small-two p.summary a:hover {
		color: rgb(206,17,38) !important;
  -webkit-transition: color linear 0.1s;
  -moz-transition: color linear 0.1s;
  -o-transition: color linear 0.1s;
  transition: color linear 0.1s;
}
  
  
  
.current_page_ancestor ul.sub-menu {
    display: block;
}


.mex-front-content {
	border-top: 1px solid #ccc !important;
  padding-top:1em !important;
}




.page .entry-header h1.entry-title, h1.entry-title {
  /*  
  font-size:2.5rem;
    */
    color:rgb(60,60,60);
        hyphens: manual;
        -webkit-hyphens: none;
        -ms-hyphens:none;
        -moz-hyphens:none;

}
p a {
        color:rgb(127,23,31) !important;
}
p a:hover {
        color:rgb(206,17,38) !important;
    
}
h2,h3,h4,h5,h6{
    color:rgb(60,60,60);
    hyphens: manual;
    -webkit-hyphens: none;
    -ms-hyphens:none;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
    color:rgb(60,60,60) !important;    
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens:none;
    
}
.rp-big-one h2.entry-title, .rp-big-two h2.entry-title {
    font-family: 'Libre Baskerville', Georgia, serif !important;
    
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
        color:rgb(206,17,38) !important;
        text-decoration:none !important;
}

h3.widget-title, h3.widget-title span {
}



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

#container {
  padding-left:40px;
  padding-right:40px;
}


    body {
    }

body.page-template.page-template-page-templates.page-template-spl-c-1030.page-template-page-templatesspl-c-1030-php.page.page-id-40591.theme-zuki.woocommerce-js {} 

}




/* Buttons override */


/* --- Buttons --- */
input[type="button"],
input[type="submit"], .zuki-button ,
.page-numbers a.next.page-numbers, .page-numbers .prev.page-numbers
{
	padding: 15px 15px 14px;
	background: #ce2111;
	color:  #3c3c3c !important;
	border:1px solid #333;
	font-family: 'Karla', Arial, sans-serif;
	font-size: 13px;
	font-size: 1rem;
	letter-spacing: 0px;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.load_more_button {
	min-width:400px;
}

input#submit {
	margin: 15px 0 10px;
	padding: 17px 12px 16px;
	border: none;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: none;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input#submit:hover,
.widget_blog_subscription input[type="submit"]:hover {
	background: #F0B932 !important;
	color: #3c3c3c !important;
}

.widget-area p.summary a:hover,
.widget-area .rp-color .entry-header a:hover,
.widget-area .rp-color .story a:hover {
	border-bottom: 1px solid rgb(206,17,38) !important;
}

.entry-content p a:hover, p a:hover {
  	border-bottom: 1px solid rgb(206,17,38) !important;

}




ul#menu-main-menu {
}

.full_width_1030_container {
  text-align:center;
  padding-bottom: 4px !important;

}


/** Info boxes override **/

/* Infoboxes */
.white-box,
.blue-box,
.yellow-box,
.red-box,
.green-box,
.mex-colored-box,
.lightgrey-box,
.grey-box,
.dark-box {
	margin: 0 0 10px;
	padding: 12px;
	overflow:hidden;
	font-style: normal !important;
         font-family: 'Open Sans' !important;
        
	line-height:1.65;
}
.site-content .white-box p,
.site-content .blue-box p,
.site-content .yellow-box p,
.site-content .red-box p,
.site-content .green-box p,
.site-content .lightgrey-box p,
.site-content .mex-colored-box p,
.site-content .grey-box p,
.site-content .dark-box p {
	margin: 0 0 10px;
  
}
.site-content .white-box article,
.site-content .mex-colored-box,
.site-content .blue-box article,
.site-content .yellow-box article,
.site-content .red-box article,
.site-content .green-box article,
.site-content .lightgrey-box article,
.site-content .grey-box article,
.site-content .dark-box p {
	margin-bottom:14px;
  
}

.site-content .white-box p:last-child,
.site-content .blue-box p:last-child,
.site-content .yellow-box p:last-child,
.site-content .red-box p:last-child,
.site-content .green-box p:last-child,
.site-content .lightgrey-box p:last-child,
.site-content .grey-box p:last-child,
.site-content .mex-colored-box p:last-child,
.site-content .dark-box p:last-child {
	margin: 0px 0px 0px 0px !important;
  
}



.white-box {background: #fff; border: 1px solid #ddd;}
.blue-box {background: #eef6fe;}
.yellow-box {background: #ffffcc;}
.red-box {background: #fff0f1;}
.lightgrey-box {background: #FAF9F7;}
.grey-box {background: #f4f4f4;}
.dark-box {background: #3c3c3c !important;color: #fff; letter-spacing: 0.5px}
.dark-box a:hover {color:#fff;}



.mex-front-content {
  margin-top:32px;
}

.mex-front-content .rp-color{
   padding-top:0px;
}


.rp-big-one, .rp-big-two, .rp-medium-one,.rp-medium-two, .rp-small-one,rp-small-two,rp-newsletter {
   margin-bottom:40px !important;
}


div.front-content:first-of-type {
  border:0px solid #999 !important;
  margin-top:0px !important;
}
#primary div.front-content:first-of-type {
  border:0px solid #999 !important;
  margin-top:0px !important;
}

article.page > .entry-content {
}

#menu-main-menu-v8-4 li a{
    padding-left:20px !important;
    padding-right:20px !important;
}
#menu-main-menu-v8-4 li {
    margin-left:0px !important;
    margin-right:0px !important;    
    padding-left:0px !important;
    padding-right:0px !important;
}



/* Lead article */
@media screen and (min-width: 1260px) {

.lead-article-box {
  padding-right:0px !important;
  padding-left:10px !important;
  margin-bottom:20px !important;
}
.lead-article-box .rp-big-one-content {
   padding-right:0px !important;  
}
.lead-article-box .entry-thumb{
  width:680px !important;
  border:1px solid #eee;
  padding:5px;
  padding-right:5px !important;
  padding-bottom:5px !important;
}
.lead-article-box .entry-thumb-mobile{
display:none !important;
}
.lead-article-box .story {
  width: 380px !important;
  padding-left: 10px !important;
  padding-top:20px !important;
  text-align:center;
}.lead-article-box .entry-title{
  text-align:center;margin-bottom:17px;
}
.lead-article-box .summary{
  text-align: center;
}
.lead-article-box h2.entry-title {
    margin-bottom:10px !important;
}


.front-page-header {
  padding:30px;
  padding-left:60px;
  padding-right:60px;
  padding-bottom:10px;
  padding-top:0px;
  margin-bottom:0px;
}

.front-content img {
 display:inline;
}

}
/* lead article specific to smaller screns */
@media screen and (max-width: 1259px) {

.lead-article-box .entry-thumb{
  border:1px solid #eee;
  padding:15px;
}

.lead-article-box h2.entry-title {
    margin-bottom: 4px !important;
}
.lead-article-box .entry-thumb{
display:none !important;
}
    
    
    .lead-article-box h2.entry-title {
    text-align: center;
}

.lead-article-box p {
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
}

.lead-article-box img {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.lead-article-box .entry-thumb-mobile {
    margin-bottom: 2em;
}
.lead-article-box div.story {
    padding-bottom:1em !important;
}
.lead-article-box .entry-thumb-mobile img {
}

}

/*
Reduce article padding on home and section pages
*/
body.home article {
  padding-top:0px !important;
}
body.page-template-spl-c-1030 article {
  padding-top:10px !important;
}
body.page-template-spl-c-1030-no-title article {
  padding-top:10px !important;
}

/*
First related-items widget on page should have no border
*/
.mex-front-content {
}
.mex-front-content:first-of-type {
  border-top:0px !important;
}


/*
Menu in home section tweaks
*/
.parent-pageid-4859 .menu-item-home .sub-menu {
  display:block !important;
}


body.home  .site-content .page {
  padding: 0px 0 !important;
  padding-top: 0px !important;
  padding-right: 0px;
  padding-bottom: 33px;
  padding-left: 0px;
}


/*
Blog page tweaks
*/

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

.entry-content > p{
 padding-left:0px;
 padding-right:0px;
 
}
.entry-content > h2,.entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6 {
  padding-left:0px;
}

.post .entry-content {
    max-width: 650px !important;
}

.page .entry-content {
    max-width: 750px !important;
}

.page-template-full-width .entry-content{
    max-width:100% !important;
}

}

.entry-cats a:hover{
  color: #CC0604 !important;  
}


#nav-single {
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal !important;
}


.entry-header .entry-author {
	font-size: 15px !important;
	font-size: 0.9375rem !important;
	padding-bottom: 25px;
  font-family: Karla, Arial, sans-serif !important; 
  font-style:normal !important;
  color:red;
}
.entry-header .entry-author a {
  font-weight:normal !important;
}



/* --- Zuki Quote Widget --- */
.widget_zuki_quote blockquote.quote-text {
	line-height: 1.4;
	letter-spacing: -0.5px;
	font-family: 'Libre Baskerville', Georgia, serif;
	text-align:right !important;
	padding-right:5px !important;
	color:#7d7d7d !important;
}


/* M1 tweaks */
@media screen and (min-width: 601px) {
.front-content .rp-medium-one {
  width: 26.1905%;
min-height:240px !important;
padding: 0 2.381%;
}

.front-content .rp-color:nth-of-type(3n+3) {
  
  border-right:0px !important;
}
.rp-color {
  border-right: 1px solid #ededed;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(237, 237, 237);
  min-height: 160px;
}



}

/* m2 tweaks july 25th */

.front-content .rp-medium-two .story {
    padding-top: 12px !important;
}

.rp-medium-two p.summary {
    margin-top: 10px;
}

.rp-medium-two p.summary {
  margin-bottom: 0px !important;
}

/* reduce margins between all rps */

.rp-color,  .rp-big-two, .rp-medium-one, .rp-medium-two, .rp-small-one, .rp-small-two, .rp-newsletter {
  margin-bottom: 20px !important;
}
.rp-big-one,.rp-big-two {
  margin-bottom: 20px !important;
}
.mex-front-content .widget .widget-title {
    padding-bottom: 25px;
}

/* Indent lead article paragraph */
.lead-article-box p {
    padding-left: 2em;
    padding-right:2em;
    line-height:1.8em;
}


/* Reduce widget spacing */

.widget-area .widget {
  padding-bottom: 30px !important;
} 



#primary h3.blog-title,
#primary h1.archive-title  {
	margin: 0;
	border-top: 0px solid #ccc !important;
	font-size: 11px;
	font-size: 0.6875rem;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 1.5px;
}
/*
body.blog header.entry-header {
	border-top: 1px solid #ccc !important;
    
}
*/
body.blog h3.blog-title {
    padding-bottom:15px !important;
}


/*
  Blog Post Page
*/

.entry-author a, .entry-date a {
    color:#7d7d7d !important;
}
.entry-author, .entry-date {
    color:#7d7d7d !important;
}

.entry-author a {
    color:#ce1126 !important;
}
.entry-author {
    color:#ce1126 !important;
    font-size:14px !important;
}

.site-content .post {
    padding-bottom: 25px !important;
}
div.nav-wrap {
    border-top-width:0px !important;
}

/* Page */

.entry_mast_image {
    margin-bottom:20px;
}


/*
Contact 7 Checkbox fix
*/
span.wpcf7-list-item {
margin-left: 0.5em;
display: block;
}



.single-product #primary {
    width: 100% !important;
}

@media screen and (max-width:500px) {
img.attachment-Ebook-Medium.wp-post-image {
  display:block !important;
  width:100% !important;
  margin:0px;
}
	.summary.entry-summary {
         padding-top:2em !important;   
        }


        
}
@media screen and (max-width:1259px) and (min-width:601px ){
	.summary.entry-summary {
    margin-left: 0% !important;
    width:100% !important;
    display:block;
    float:none !important;
}
img.attachment-Ebook-Medium.wp-post-image {
    margin-right:2em !important;
}

}
@media screen 
  and (min-width: 1020px) 
  {
.single-product #primary{
        width: 70% !important;
        float: left !important;
}
  }


.type-product .entry-content{
    padding-top:2em;
}



.front-sidebar .rp-medium-one,
.default-sidebar .rp-medium-one, 
.front-sidebar .rp-medium-twoo,
.default-sidebar .rp-medium-two, 
.front-sidebar .rp-big-one,
.default-sidebar .rp-big-one, 
.front-sidebar .rp-big-twoo,
.default-sidebar .rp-big-two, 
.front-sidebar .rp-small-one,
.default-sidebar .rp-small-one, 
.front-sidebar .rp-small-two,
.default-sidebar .rp-small-two, 
.front-sidebar .rp-newsletter,
.default-sidebar .rp-newsletter 
{

    
}


.widget {
}
.widget:first-of-type {
    border-top:0px solid #fff !important;
}


.widget {
}

.default-sidebar .rp-color {
    border-right:0px solid #fff !important;
    border-bottom: 1px solid #ccc;
}
.default-sidebar .rp-color:last-of-type {
    border-right:0px solid #fff !important;
    border-bottom: 0px solid #ccc;
    margin-bottom:0px;
    padding-bottom:0px;
}


.default-sidebar aside.widget h3.widget-title {
    padding-bottom: 18px;
}

nav#header-top-nav a {
    padding-left: 20px !important;
}


.default-sidebar article.rp-big-one {
    margin-bottom: 0px !important;
}
.default-sidebar article.rp-big-two {
    margin-bottom: 0px !important;
}



/* See mobile-menus.css !!!  */



.lightgrey-box a {
}
.lightgrey-box > a {
    color:rgb(127,23,31) !important;
    display:block;
    margin-bottom:1em;
}
.lightgrey-box > a:hover {
    text-decoration:underline;
}
.lightgrey-box > br {
    display:none;
}


@media screen and (min-width: 1023px) {
}


/* h2 for blog pages */

#primary h3.blog-title, #primary h2.archive-title {
    margin: 0;
    border-top: 0px solid #ccc !important;
    font-size: 11px;
    font-size: 0.6875rem;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1.5px;
}    

/* Stop blog lighting up on newsletter page only */
body.page-id-11289 nav#site-nav > .nav-menu .current_page_ancestor#menu-item-87   > a 
{
    background-color:rgb(206,17,38) !important;
    color:white !important;

}

/*
eshop lit up on product pages
*/
body.woocommerce   nav#site-nav > .nav-menu > .menu-item#menu-item-11384 > a {
    background-color: whitesmoke !important;
    color: #CE1126 !important;
}
body.woocommerce   nav#site-nav > .nav-menu > .menu-item#menu-item-11384 > .sub-menu {
display:block !important;
}



.lead-article-box p {
    margin-bottom: 0px !important;
}

.lead-article-box.rp-big-one:first-of-type {
    margin-bottom: 20px !important;
}

.entry-content {
    padding-bottom: 0px !important;
}
.entry-content {
    padding-bottom: 0px !important;
}

body.page .entry-content {
    padding-bottom: 60px !important;
}





/*
Reduce block padding
*/
@media screen and (min-width: 1023px) {
  
.entry-details, .entry-content, .entry-summary, .post .entry-meta, .single-post #comments, .single-post #disqus_thread, .single-marketplace #comments, .single-marketplace #disqus_thread {
  /* padding-left: 24px; */
}
nav#header-top-nav {
    padding-right: 100px;
}

}




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

 #main-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

}

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

	/* --- General --- */
	#main-wrap {
		padding-left: 40px;
		padding-right: 40px;
	}
        #masthead {
            /* padding-left:10px; */
            /* padding-right:10px; */
        }
}        
@media screen and (min-width: 1200px) {

    
#main-wrap {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
        #masthead {
            padding-left:0px;
            padding-right:0px;
        }
}


.default-sidebar .widget p {
    font-family: 'Libre Baskerville', Georgia, serif; 
    padding-top: 0px;
    padding-bottom: 0.5em
}

@media screen and (max-width: 1259px) {
    #site-title {
        padding-left:10px !important;
    }
    #mobile-menu-toggle {
        margin-right:40px !important;
    }
    div#site-title {padding-bottom: 0px !important;padding-top: 0px;padding-left: 0px !important;}
}



div#site-info {
    text-align: left !important;
     font-family: 'Open Sans' !important;
     color: #191919 !important;

}
div#site-info li{
  display:block !important;
}
div#site-info a{
	font-weight:normal;
     color: #191919 !important;
}

@media screen and (min-width: 601px) {
#colophon {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
}
}




@media screen and (max-width: 1050px) {
.entry_mast_image {
    width: 100% !important;
    text-align: center;
}
}


/* RP Newsletter */


/* --- Zuki Recent Posts Big One --- */
.rp-newsletter {
	position: relative !important;
	margin-bottom: 40px;
        max-width:500px;
        margin-left:auto;
        margin-right:auto;
}
.front-content .rp-newsletter {
	margin-bottom: 80px;
}
.front-content .rp-newsletter:last-of-type {
	margin-bottom: 40px;
}
.front-fullwidth .rp-newsletter .entry-thumb,
.front-content .rp-newsletter .entry-thumb {
	padding-bottom: 15px;
}
#featured-content .rp-newsletter-content {
	position: relative;
}
#featured-content .rp-newsletter .story {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 15px 10px;
	background-color: rgba(255, 255, 255, 0.9);
}
.front-fullwidth .rp-newsletter .story {
	padding: 0 0 40px;
}
.front-fullwidth .rp-newsletter:last-of-type .story {
	padding: 0;
}
.rp-newsletter .entry-author {
	font-size: 15px;
	font-size: 0.9375rem;
	padding-bottom: 25px;
}
.rp-newsletter .entry-author span {
	font-style: italic;
}
.rp-newsletter p.summary {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6;
}
.front-sidebar .rp-newsletter .entry-author,
.front-sidebar .rp-newsletter .entry-cats,
.front-sidebar .rp-newsletter p.summary,
.default-sidebar .rp-newsletter .entry-author,
.default-sidebar .rp-newsletter .entry-cats,
.default-sidebar .rp-newsletter p.summary {
	display: none;
}
.front-sidebar .rp-newsletter h2.entry-title,
.front-sidebar .rp-newsletter-two h2.entry-title,
.default-sidebar .rp-newsletter h2.entry-title,
.default-sidebar .rp-newsletter-two h2.entry-title  {
	margin: 12px 0 8px;
	padding: 0;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.25;
}
.front-sidebar .rp-newsletter:last-of-type,
.default-sidebar .rp-newsletter:last-of-type {
	margin-bottom: 0;
}
.front-content .rp-newsletter .entry-thumb {
}
.rp-newsletter {
	font-family: 'Libre Baskerville', Georgia, serif;
        			font-family: 'Open Sans';

}
.rp-newsletter-content h2.entry-title {
    margin-top:0px;
}

.newsletter-subtitle {
    font-size:12pt;
    color:#606060;
    font-weight:600;
    display:block;
    margin-top:1em;
    margin-bottom:0em;
}
.newsletter-title {
    color:#CE1126;
    margin:0px;
    font-weight:bold;
}
.newsletter-date {
    color:#606060;
    margin:0px;    
    font-size:0.8em;
    margin-bottom:1em;
}

/* END RP Newsletter */



@media only screen and (max-width: 500px) {
 
    #searchform .search-field {
    }
    #searchform .submit {
        /* width:20% !important; */
        /* min-width:100px; */
        position: absolute;
    }
}


@media screen and (min-width: 1260px) {
body.search-results .front-content .rp-big-one .story {
    background: none;
    float: left;
    width: 100% !important;
    padding: 0 0 0 40px;
}
}


div.g-recaptcha {
  width:320px !important;
}

.entry-content li a {
  color:rgb(127,23,31) !important;
}
.entry-content li a:hover {
    color: rgb(206,17,38) !important;
}


#comments li.comment ul.children {
    margin-left: 40px !important;
}

/* Custom CSS for products shortcode */
.product-shortcode ul.products {
    border-bottom:0px solid #FFF !important;
}
.product-shortcode ul.products li a{
    border-bottom:0px solid #FFF !important;
}




#site-nav ul li.current-menu-ancestor ul.sub-menu {
}





/* Mobile footer menu */


#footer-site-nav .current_page_ancestor > a,#footer-site-nav  .current_page_item > a{
  background-color: rgb(245,245,245) !important;

}
.current_page_ancestor > a,.current_page_item > a{
  color: #CC0604 !important;
}
#footer-site-nav .current_page_ancestor > a, #footer-site-nav .current_page_item > a , nav#footer-site-nav > .nav-menu > .current_page_ancestor > a, nav#footer-site-nav > .nav-menu > .current-menu-ancestor > a {
  color: #CC0604 !important;
  font-weight:bold;
  background-color: rgb(245,245,245);
}
.nav-menu.current_page_ancestor > a, .nav-menu.current_page_item > a {
  color: #CC0604 !important;
}
#footer-site-nav li.current-page-ancestor > a {
  background-color: rgb(245,245,245) !important;

  color: #CC0604 !important;
}
#footer-site-nav {
 font-family: 'Open Sans' !important;
 font-size:11pt !important;
}

	#footer-site-nav {
		padding: 20px 0 20px;
	}
  nav#footer-site-nav a {
    font-size: 11pt !important;
}

#footer-site-nav {
    display:none;
}

/*
#footer_sections_box {
         display:block;
         padding:1em;
         text-align:center;
         color: #CE1126 !important;
         background-color: #F5F5F5 !important;
         padding-top:0.2em;
         padding-bottom:0.2em;
}
*/

@media screen and (min-width: 1260px) {
  
#footer-site-nav ul li a {
  display: block;
  padding: 10px 0 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  border-bottom: 1px solid transparent;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  text-transform: initial !important;
  font-weight:600;
}
#footer-site-nav ul li {
  /*
    position: relative; // breaks IE
  */
  position:static !important;
  display: inline-block;
  height: 30px;
  margin: 0 0px;
  margin-left:0px;
  padding: 0;
  border-bottom: none;
  padding-left: 10px;
  padding-right: 10px;
}

/*
#footer_sections_box {
   display:none;    
   
}
*/

}

#footer-site-nav {
      background-color: rgb(245,245,245) !important;
}
#footer-site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
#footer-site-nav ul li a  {
  /* border-bottom: 1px solid #191919; */
  /* border: 1px solid #FFF; */
  /* border-radius: 5px; */
  padding: 5px;
}

#footer-site-nav ul li a:hover {
  /* border-bottom: 1px solid #191919; */
  /* border: 1px solid #999; */
  /* border-radius: 5px; */
  border-bottom: 0px !important;
}

#footer-site-nav ul.nav-menu > li {
    padding-top:10px;
    padding-bottom:10px;
    background:transparent !important;
}
#footer-site-nav ul.nav-menu > li > a{
    background:transparent;
    color: #CE1126 !important;
}
#footer-site-nav ul.nav-menu > li > .sub-menu li{
  padding-bottom:10px;
  padding-top:10px;
}
#footer-site-nav ul.nav-menu > li a.current-menu-item{
  background:transparent;
}

#footer-site-nav .current_page_item > a {
    background:transparent;
}

#footer-site-nav ul.sub-menu {
    display:none;
}

#footer-site-nav li.current-menu-item ul.sub-menu {
    display:block;
    padding-top:1em;
}
#footer-site-nav li.current_page_ancestor ul.sub-menu {
    display:block;
    padding-top:1em; 
}
#footer-site-nav .menu-item a:hover {
      color: #CE1126 !important;
}

#footer-site-nav .nav-menu > li > a {
    display: block;
}

#footer-site-nav > ul >li {
    border-bottom: 1px solid white;
}

#footer-site-nav ul.sub-menu {
    padding-top: 0.5em !important;
}

/*
#footer_sections_h4 {
    margin-top:0px;
    text-align: center;
}
*/





.mobile-menu-full-width {
    clear: both;
    background-color: #F5F5F5;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-family:  'Karla', Arial, sans-serif;
    /* color: #CE1126; */
    margin-bottom: 2em;
    /* margin-top: -20px; */
    padding-left: 1.8em;
    vertical-align: middle;
    vertical-align: text-bottom;
    position: relative;
    cursor:pointer;
}

.mobile-menu-full-widthOLD:before {
	content:'\f419';/* font: normal 20px/1 'Genericons'; */position: absolute;left: -8px;top: 2px;font-family: 'Material Icons';content: '\e5d2';font-size: 30px;}





/* new menu button  */

    #site-title {
        width:100%;
    }

#mobile-menu-toggle {
	font-size:12px;
}
#mobile-menu-toggle:after {
   content:'';
   display:none !important;
}
#mobile-menu-toggle:before {
    content: '\f419';
    bottom:0;
    right:0px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 'Genericons';
    line-height: 1;
    color: #fff;
    vertical-align: top;
    width: 100%;
    padding: 4px 0 0 0;
    padding-left:4px;
    background: none;
    text-align: left;
    background-color:#CE1126;
    width:65px
}
#mobile-menu-toggle span {
	display:block !important;
	z-index:100;
	color:white;
	position:absolute;
	top:4px;
	left:25px;
 
}

#mobile-menu-toggle {
    display: block;
    margin: 0 0 0 0;
    width: 44px;
    height: 24px;
    /* float: right; */
    font-family: 'Karla', Arial, sans-serif;
    /* margin-top:30px !important; */
    margin-bottom: 20px;
}


#mobile-menu-toggle-new {
    color: #fff;
    background-color:#CE1126;
    text-align:center;
    display:block;
    width:60px;
    margin-top:100px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    margin-bottom:40px;
        font-family: 'Karla', Arial, sans-serif;

}

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

#mobile-menu-toggle {
    margin-left: auto;
    margin-right: auto;
    margin-right: auto !important;
}
}

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

div#site-header {
    padding-left: 8px !important;
}
#header-top-nav {
	padding-bottom:10px
}
}

@media screen and (min-width: 300px) {
    
#mobile-menu-toggle-new {
    color: #fff;
    background-color:#CE1126;
    text-align:center;
    display:block;
    width:60px;
    float:right;
    margin-top:1px;
    margin-bottom:0px;
}

    
    #site-title {
        width:90%;
    }
#mobile-menu-toggle {
	font-size:12px;
    margin: 0 0 0 0;
    left: 0;
    right: 0;
    top: 0;
    clear:none;
        
}
#mobile-menu-toggle:after {
   content:'';
   display:none !important;
}
#mobile-menu-toggle:before {
    content: '\f419';
    position: absolute;
    top: 3px;
    left: 0;
    bottom:0;
    right:0px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 13px/1 'Genericons';
    line-height: 1;
    color: #fff;
    vertical-align: top;
    width: 100%;
    padding: 4px 0 0 0;
    padding-left:4px;
    background: none;
    text-align: left;
    background-color:#CE1126;
    padding-left: 8px;
    width:65px
}
#mobile-menu-toggle span {
	display:block !important;
	z-index:100;
	color:white;
	position:absolute;
	top: 6px;
	left:25px;
	padding-left: 1px;
}

#mobile-menu-toggle {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    width: 44px;
    height: 24px;
    float: right;
    font-family: 'Karla', Arial, sans-serif;
    padding-left: 4px !important;
    margin-top:30px ;
}
    
}
@media screen and (min-width: 325px) {
    #site-title {
        /* width: 190%; */
    }
}
    

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

    
}

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

    #mobile-menu-toggle:before {
    width: 90px;
    font-size:1.5em !important;
    top: 3px;
    }
#mobile-menu-toggle {
    width: 80px;
    height: 30px;
	margin-top:25px;

}
#mobile-menu-toggle span {
  font-size:1.5em !important;
  top: 4px;
  left: 34px;
  padding-top: 1px;
}

}


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



#mobile-menu-toggle {
  right:40px;
}

}



@media screen and (min-width: 1023px) {
#mobile-menu-toggle {
  margin-right:20px;
  right:20px;
  padding-left: 10px;
}
    
}

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

#mobile-menu-toggle-new {
    display:none !important;
}
.mobile-menu-full-width {
    display:none;
}


}







.rp-medium-one p {
    font-size: 0.8125rem;
}



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

.front-content.blog-front-page-content .rp-medium-two {
    width: 100%;
}
.newsletter-sidebar-above {
    border-bottom: 1px solid #ccc;
}

}



#menu-item-87.current_page_parent > a {
}


.newsletter-sidebar-below {
    border-top: 1px solid #ccc;
}


.widget-area p.summary a:hover, .entry-content p a:hover, .entry-content li a:hover, .page .entry-content p a:hover, blockquote cite a:hover, .textwidget a:hover, #comments .comment-text a:hover, .authorbox p.author-description a:hover, a.archive-menu-toggle:hover span {
  text-decoration:none;
}

.yellow-box, .red-box, .grey-box,.white-box,.lightgrey-box,.dark-box,.mex-colored-box {
    margin-bottom:26px;
}

.widget.widget_mex_recentposts_small_newsletter {font-family: "Open Sans", sans-serif;}

.color-box-em {
    font-family: "Open Sans", sans-serif;
    font-weight:600;
}

.widget_mex_products_widget li.type-product {
    margin-bottom: 0px !important;
}


/*
<div class="widget-title-wrap"><h3 class="widget-title"><span>Lead Articles</span></h3></div>
*/
.title-shortcode {
  border-top: 1px solid #ccc !important;
    padding-top: 1em !important;  
}


.widget_mex_recentposts_portrait .rp-color {
  padding-top:0px;   
}

#blog-sidebar .widget-title-wrap .widget-title {
    padding-bottom: 25px;
}



.widget-area .quote-wrap a {
color: rgb(127,23,31) !important;
	border-bottom: 1px solid #ccc;

}
.widget-area .quote-wrap  a:hover {
border-bottom: 1px solid #CE1126 !important;
color: #CE1126 !important;
    
}



.blue-btn:hover {background: #81c7d4; color: #fff;}
.darkblue-btn:hover {background: #7b90d2; color: #fff;}
.purple-btn:hover  {background: #b28fce; color: #fff;}
.yellow-btn:hover {background: #f9e530; color: #fff;}
.grey-btn:hover {background: #bcbcbc; color: #000;}
.black-btn:hover {background: #161616; color: rgba(255, 255, 255, 0.85);}
.red-btn:hover {background: #f17c67; color: #fff;}
.green-btn:hover {background: #86c166; color: #fff;}


.red-btn {background: #e23e32; color: #fff;}
.green-btn {background: #489130; color: #fff;}
.blue-btn {background: #459baf; color: #fff;}
.darkblue-btn {background: #3b54aa; color: #fff;}
.purple-btn {background: #7b54a4; color: #fff;}
.yellow-btn {background: #f2db0a; color: #fff;}
.grey-btn {background: #999; color: #000;}
.black-btn {background: #000; color: #fff;}


.rp-color p.summary {
    font-size: 0.8125rem;
}
.widget li.product {
    padding-top: 1em !important;
}

.widget_foo_widget ul {
    padding-left:10px;
}






footer .entry-cats a:hover {
    border: 1px solid rgb(206,17,38) !important;
    color: rgb(206,17,38);
}
footer .entry-cats a {
    border: 1px solid rgb(127,23,31) !important;
    padding: 0.3em;
    color: rgb(127,23,31) !important;
    font-family: "Open Sans";
    font-size:14px;
    white-space:nowrap;
    display: inline-block !important;
    margin-bottom: 3px !important;
}
footer .entry-tags {
     padding-top: 30px !important;
       font-family: "Open Sans";    
    font-size:14px !important;
    
}

footer .entry-tags a {
    font-family: "Open Sans";
    font-size:14px;
    border-bottom: 1px solid #ccc;
    white-space:nowrap;    
}
footer .entry-tags a:hover {
   border-bottom:1px solid rgb(206,17,38) !important;

}



strong.topics_label {
    display:block;
    font-size:14px;
    font-family: "Open Sans";    
    text-transform:uppercase;
}
footer.entry-meta .tags_only a:hover {
    border-width:2px;
}
footer.entry-meta .tags_only a {
    border-width:2px;
    text-transform:none;

}
footer .entry-tags {font-family: "Open Sans";font-size: 14px !important;}

footer .entry-tags span {
    font-size: 14px !important;
    font-family: "Open Sans";
}

.single-post .post .entry-meta .entry-tags span, .single-marketplace .post .entry-meta .entry-tags span {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: inherit;
}

body.tag article.rp-medium-two {
}

body.tag .front-content article.rp-medium-two:nth-of-type(even) {
    clear: right !important;
}















.golden-nav {
    
}

.golden-nav  nav#nav-below {
    text-align: center;
}
.golden-nav  .nav-previous a, .previous-image a{
    float: none !important;
    margin-left:auto;
    margin-right:auto;
    max-width: 50%;
    background: #489130; 
    color: #fff;

    display: inline-block;
    margin: 0 0 26px;
    padding: 12px 18px 11px;
    overflow: hidden;
    cursor: pointer;
    font-family: 'Karla', Arial, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.85);
    border: none !important;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none !important;
    -webkit-transition: 0.2s background ease;
    -moz-transition: 0.2s background ease;
    -o-transition: 0.2s background ease;
    -ms-transition: 0.2s background ease;
    transition: 0.2s background ease;
    background: #489130; 
    
}
.golden-nav  .nav-previous a, .previous-image {
color:white !important;
}
.golden-nav  .nav-previous span, .previous-image {
color:white !important;
}
.golden-nav  .nav-previous a:hover, .previous-image a:hover {
background: #86c166;
}


.golden-nav  .nav-previous a, .previous-image a {
    max-width: 50%;
    background: #489130; 
}

.golden-nav .nav-previous, .previous-image {
    width: 100%;
    max-width:100%;
}



/*

SPlit the side bar when in tablet mode.

767  - 1021
*/ 
@media screen and (min-width: 601px) and (max-width: 1022px) { 

    #blog-sidebar .widget_mex_recentposts_medium_one {
        width: 50% !important;
        float: left !important;
        padding-right: 1em !important;
        padding-left: 1em !important;
        clear:none !important;
        margin-right: 0px;
        margin-left: 0px;
        padding-bottom:0px;
    }
    #blog-sidebar .widget_mex_recentposts_medium_one_tag {
        width: 50% !important;
        float: left !important;
        padding-right: 1em !important;
        padding-left: 1em !important;
        clear:none !important;
        margin-right: 0px;
        margin-left: 0px;
        padding-bottom:0px;
    }

    #footer-one {
        width:33% !important;
        float:left;
    }
    #footer-two {
        width:33% !important;        
        float:left;
    }
    #footer-three {
        width:33% !important;        
        float:left;
    }
    #footer-four {
        clear:both !important;
        width:33% !important;
        float:left;
    }
    #footer-five {
        width:67% !important;
        float:left;
    }

#blog-sidebar aside {
    border-bottom:0px solid white !important;    
}

#blog-sidebar .widget {
  border-bottom:0px solid white;
}
}

@media screen and (min-width: 601px) and (max-width: 1259px) { 


.front-content .rp-big-one .entry-thumb {
    width: 45%;
    float: left;
    display: block;
    padding-right: 1em;
}
.front-content .rp-big-one div.story {
  padding-left:1em;
  /*
  padding-left: 45%;
  */
}

.default-sidebar .rp-medium-two h3.entry-title, .default-sidebar .rp-medium-one h3.entry-title   {
	margin: 0;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
}
.default-sidebar .rp-medium-two p.summary, .default-sidebar .rp-medium-one p.summary {
    display: block;
    margin: 25px 0 20px;
    margin-bottom:0px;
    margin-top:10px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6;
}
#blog-sidebar aside.widget_mex_recentposts_medium_one {
}
#blog-sidebar aside.widget_mex_recentposts_medium_one:nth-of-type(2n+1) {
    clear: both !important;
}
#blog-sidebar aside.widget_mex_recentposts_medium_one_tag {
}
#blog-sidebar aside.widget_mex_recentposts_medium_one_tag:nth-of-type(2n+1) {
    clear: both !important;
}

}

body.tag .archive-header {
    display:none;
}

body.category .archive-header {

display:none;

}
.category-home.taxonomy-description {
    font-style:italic;
    border-bottom: 0px solid #ccc;
    padding-bottom:5px;
    margin-bottom:20px;
}
body.tag header.entry-header, body.category header.entry-header {
    /* border-top: 1px solid #cccccc; */
}


body.author  h1.entry-title {
    font-family: "Open Sans", sans-serif;font-weight: 600;
    font-size: 26px;
    padding-bottom:5px;
}
body.author .archive-header {
    display:none;
}



body.blog h1.entry-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 26px;
    padding-bottom:5px;
}


@media screen and (max-width: 1259px) { 
    
    .rp-medium-one-content h3.entry-title, .rp-color h3.entry-title {
        font-size: 20px;
    }

    .widget-area .widget ul li {
        font-size: 15px;
    }
    .widget h3.widget-title {
    }

    a.standard-btn {
        font-size: 16px;
    }
    
    .rp-medium-two p.summary, 
    .rp-medium-one p.summary,
    .rp-small-one p.summary, 
    .rp-small-two p.summary, 
    .rp-big-one p.summary,    
    .rp-big-two p.summary,
    .rp-color p.summary
    {
          font-size:14px !important;
    }

}


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


.entry-content .blue-box  li a:hover {
border-bottom: 1px solid #CE1126 !important;
}


#site-nav ul li#menu-item-86 > a{

}

body.home #site-nav ul li#menu-item-86 > a{
    
}

body.tag #site-nav ul li#menu-item-87 > a{
}
body.tag #menu-item-87.current_page_parent > a {
    max-height:30px;
}

/* body.tag #site-nav ul li#menu-item-86  a */
body.tag  #site-nav ul li#menu-item-87 > a {
}



body.parent-pageid-4859  #site-nav ul li#menu-item-86 > a {

}

}



/* blog categories widget style changes 21/07/16 */

.widget_categories, .widget_product_categories {font-family: "Open Sans", sans-serif;}
.widget_categories a,  .widget_product_categories a {font-family: "Open Sans", sans-serif;}
.widget_foo_widget a { font-family: "Open Sans", sans-serif; }
.widget_nav_menu a { font-family: "Open Sans", sans-serif; }

.widget_categories > ul > .cat-item >a {
    margin-top:1em !important;
    font-weight:bold;
    text-transform:uppercase;
}
.widget_categories > ul > .cat-item:nth-of-type(1)  {
    margin-top:0.5em;
}

.widget_categories > ul > .cat-item  {
    margin-top:2em;
}

.widget_product_categories li a:hover, .widget_categories li a:hover, .widget_foo_widget li a:hover,.widget_nav_menu a:hover {
    border-bottom: 1px solid rgb(206,17,38) !important;
}




div.category-home.taxonomy-description p {
    margin-bottom: 10px;
    color: #666;
}


#menu-item-87.current_page_parent ul.sub-menu {
    display: block !important;
}
#site-nav .sub-menu {
   background-color:transparent !important;
}
#site-nav .current_page_parent ul.sub-menu {background-color: #eee !important;
width:100% !important;
}



.single-marketplace .entry-header .entry-cats, .single-marketplace .entry-meta .entry-cats span, .single-marketplace .entry-meta .entry-tags span {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1.5px;
}




a.comment-reply-link {
    font-size: 15px;
    padding-bottom:0.2em
}
a.comment-reply-link:hover {
    border-bottom: 1px solid rgb(206,17,38) !important;
}

.comment #respond h3#reply-title {
    color: transparent;
    font-size: 1px !important;
    height: 1px;
}

h3#reply-title-actual-reply {
   display:none;   
}
.comment #respond h3#reply-title-actual-reply {
    display:block;
    margin-top:0px;
}

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

#respond {
    background-color: #f5f5f5;
    padding: 2em !important;
    border-radius: 20px;
    margin-top:20px !important;
}


}

textarea {
    font-size:14px !important;
}
 input[type=text] {
    font-size:14px !important;
}


@media screen and (max-width: 600px) { 
textarea {
    font-size:16px !important;
}
 input[type=text] {
    font-size:16px !important;
}

#comments li.comment ul.children {
    margin-left: 0px !important;
}

}

.entry-tags a {
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 0.4em;
    padding-bottom:0.4em;
    border-bottom:1px solid #CE1126  !important;
    color:#7f171f;
    line-height:4em;

}

.entry-tags > span {
    /* display: block; */
/*    margin-top: padding-bottom:1em !important; */
    display:block;
    padding-bottom:0.5em;
}
.entry-tags {
    padding-bottom:0em !important;
}




a.comment-reply-link {
    color:#7f171f !important;
    border-bottom: 1px solid #ccc;
    font-weight:normal;
}


#respond a#cancel-comment-reply-link {
    margin: 2px 0 0 0;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
    display:block;
    margin-top: 45px !important;
    float:none;
    margin-top: 30px !important;
    width: 70px;
    
}


h3#reply-title-actual-reply {
    margin-bottom: 40px !important;
}

a#cancel-comment-reply-link {
    color: #7f171f!important;
            border-bottom: 1px solid #ccc;
    
}




.page-id-11289 #menu-main-menu-v8-4 li.menu-item-15588 a,  .parent-pageid-11289 #menu-main-menu-v8-4 li.menu-item-15588 a {
}





nav#header-top-nav {font-family: "Open Sans", sans-serif;text-transform: none;}

nav#header-top-nav a {
    text-transform: none;
    font-size: 14px;
    letter-spacing: normal;
    padding-left:0px !important;
   padding-right:0px;
   margin-right:20px;
}
#header-top-nav a:hover {
   border-bottom: 1px solid #CE1126;
}

@media screen and (min-width: 1260px) {
#header-top-nav {
    display: block;
    clear: none;
    overflow: hidden;
    text-align: right;
    padding: 21px 75px 0 20px;
    width: 60%;
    float: right;
    background-color: #F5F5F5;
    max-width: 400px;
    margin-right: 70px;
    padding-right: 10px;
}
nav#header-top-nav {
    padding-right:0px;
}

.search-box #searchform input,
.search-box #searchform input:hover,
.search-box #searchform input:focus,
.search-box #searchform input:active {
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}


}



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


#mobile-menu-full-width {
    clear: both;
    background-color: #F5F5F5;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-family: "Open Sans", sans-serif;
    color: #CE1126;
    margin-bottom: 2em;
    /* margin-top: -20px; */
    padding-left: 1.8em;
    vertical-align: middle;
    vertical-align: text-bottom;
    position: relative;
    cursor: pointer;
    width: 80px;
    position: absolute;
    top: 10px;
    right: 10px;
    padding-top:19px;
    padding-bottom:22px;
}
#mobile-menu-full-width:before {
    padding-top:2px
}


nav#header-top-nav {
    background-color: #F5F5F5;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    padding-top:1em;
    margin-bottom:1em;
    margin-top:-20px;
    margin-left:-10px;
    margin-right:-10px
}
nav#header-top-nav a {
    text-transform: none !important;  
    font-size:15px
}
nav#header-top-nav a:hover {
    border-bottom:1px solid #CE1126;
}
}

nav#header-top-nav {font-family: "Open Sans", sans-serif;text-transform: none;}

nav#header-top-nav a {
    text-transform: none;
    font-size: 14px;
    letter-spacing: normal;
    padding-left:0px !important;
   padding-right:0px;
   margin-right:20px;
}
#header-top-nav a:hover {
   border-bottom: 1px solid #CE1126;
}


@media screen and (max-width:500px) {
   nav#header-top-nav a {
     margin-right: 10px !important;
   }
}


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


}



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

    #mobile-menu-full-width {
        clear: both;
        background-color: white;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        font-family: "Open Sans", sans-serif;
        color: #333;
        margin-bottom: 2em;
        /* margin-top: -20px; */
        padding-left: 1.8em;
        vertical-align: middle;
        vertical-align: text-bottom;
        position: relative;
        cursor: pointer;
        width: 80px;
        position: absolute;
        top: 14px;
        right: 10px;
        font-weight: bol;
    }
    #mobile-menu-full-width:before {
        padding-top: 2px;
    }


    nav#header-top-nav {
        background-color: #F5F5F5;
        text-align: left;
        font-family: "Open Sans", sans-serif;
        padding-top:1em;
        margin-bottom:1.5em;
        margin-top:-20px;
        margin-left:-10px;
        margin-right:-10px
    }
    nav#header-top-nav a {
        text-transform: none !important;  
        font-size:15px
    }
    nav#header-top-nav a:hover {
        border-bottom:1px solid #CE1126;
    }
    
    #header-top-nav ul#menu-top-right-menu {
        padding-left:1em;
    }

}


.search-box #searchform input {
        font-family: "Open Sans", sans-serif !important;
        font-size:14px;
        
}
.search-box #searchform input.submit {
	display:block;
	float:right;
	margin-top: 7px;
	position: absolute;
	right: 10px;
	top: 0px;
}

nav#header-top-nav {
    height: 60px;
    padding-top: 20px;
}


@media screen and (min-width: 1023px) and (max-width:1259px) {

    nav#header-top-nav {
        padding-left:30px;
    }
        
}



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

nav#header-top-nav {
    margin-left:-50px;
    margin-right:-50px;
}

}

.entry-header .entry-cats a:hover {
border-bottom:1px solid #CC0604;
    
}

#searchform input#s {
    width: 90%;
    max-width:100%;
    /* border: 1px solid #ccc; */
    color: #444 !important;
    text-align: left;
    margin-right: 15px;
    background: transparent !important;
}

.search_page_search_again {
    padding-bottom: 1em;
    border-bottom: 2px solid #d1d1d1;
    margin-bottom: 2em;
}

body.search-results h3.entry-title > a:hover{
  border-bottom:1px solid rgb(206,17,38) !important;
}

.cleanlogin-container {
    box-shadow: 0px 0px 0px #fff;
    border: 0px;
    padding: 0px;
    max-width: 250px;
}

input.cleanlogin-field {
    /* background-color: #999 !important; */
    color: black !important;
}

.comment-reply {
    /*
    display:none;
    */
}



/* Order ebooks confirmation page*/
small.download-url {
    font-size: 18px;
    text-decoration: underline;
    color: #ce1126;
}
.page .entry-content small.download-url a{
    color: #ce1126 !important;
}

.mexperience_ebooks_thankyou {
    font-family: "Open Sans", sans-serif;
}
.entry-content .mexperience_ebooks_thankyou p a{
   color:#ce1126 !important;
   border-bottom: 1px solid #ce1126 !important;
}

a {}

p.please_download {
       color:#ce1126 !important;
}

p.download_ebook_important {
    font-size:14px;
    color:#757374;
}

.mexperience_ebooks_thankyou {
    padding-left:30px
}

small.download-url {
    color:white;
    font-size:0px;
}
small.download-url a{
    font-size:0px;
}
small.download-url a:before{
    content:"Click Here to Download and Save this File";
    font-size:16px;
    text-decoration:underline;
}
ul.woocommerce-thankyou-order-details.order_details {
    padding-left: 0px;
}

@media screen and (max-width: 600px) {    
    article.rp-medium-two {
        border-bottom:1px solid #ccc;
        padding-bottom:1em
    }
}

.white-box,
.blue-box,
.yellow-box,
.red-box,
.green-box,
.lightgrey-box,
.grey-box,
.mex-colored-box,
.dark-box {
    margin-bottom: 26px;
}

@media screen and (min-width: 1023px) {
body.page .site-content .entry-content {
    max-width:750px !important;
}
}
body.template-fullwidth.page .site-content  .entry-content {
    max-width: 1920px !important;
    width:100%;
}


.entry-content h2:nth-child(1) {
    margin-top: 0px;
}
h3 {
    margin-top:8px;
}

body.page .entry-meta .entry-tags {
    display:block;
}
.entry-tags span {
    display: block;
    font-size: 14px;
    font-family: "Open Sans";
    text-transform: uppercase;    
    font-weight:bold;
}

.simple-social-icons ul li a {
background-color: #cccccc !important;
border-radius: 3px;
color: #ffffff !important;
border: 0px #ffffff solid !important;
font-size: 18px;
padding: 9px;
}
.simple-social-icons ul li a:hover, .simple-social-icons ul li a:focus {
background-color: #dd1111 !important;
border-color: #ffffff !important;
color: #ffffff !important;
border:0px solid !important;
}
.simple-social-icons ul li a:focus {
/* outline: 1px dotted #dd1111 !important; */
}
.simple-social-icons strong {
  display:block;
  margin-bottom:10px;
}
.entry-cats.simple-social-icons {
  padding-top: 30px !important;
}
.top-social-media-icons {
    max-width:680px;
    padding-top:10px;
}
.top-social-media-icons li:last-of-type{
  margin-right:0px !important;
}
.entry_mast_image {
    margin-bottom:0px;
}

aside.entry-cats.widget.simple-social-icons li:first-child {
    margin-left:0px !important;
}
aside.entry-cats.widget.simple-social-icons li:last-child {
    margin-right:0px !important;
}
.post .top-social-media-icons{
    padding-top:10px;
}

@media screen and (min-width: 601px) {
.entry-thumbnail {
    padding-bottom: 10px !important;
}
}

@media screen and (max-width: 600px) {
    .widget_mex_recentposts_medium_two .rp-medium-two:last-child {
        border-bottom:0px solid #fff;
    }
    #primary div.front-content:first-of-type {
      border-top:1px solid #999 !important;
    }
}

ul.tags-sidebar {
    padding-left: 0px;
}
ul.tags-sidebar h2 {
    margin-top:10px;
}

@media screen and (min-width: 1023px) {
.mex-deault-sidebar .widget_mex_products_widget li {
    width: 100%;
    min-width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
}

@media screen and (max-width: 1022px) {
.newsletter-sidebar-below {
   clear:both;
}

.newsletter-sidebar-below .widget.widget_mex_recentposts_medium_one {
    min-height: 460px;
    
}
.newsletter-sidebar-below .widget.widget_mex_recentposts_medium_one_tag {
    min-height: 460px;
}



}
@media screen and (min-width: 601px )  and (max-width: 1022px) {
article {
  min-height: 200px !important;
}
body.search-results article {
  min-height:10px !important;
}
}

.shortcode-title {
    display: block;
    margin: 0;
    padding: 0 0 35px;
    font-size: 11px;
    font-size: 0.6875rem;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1.5px;    
}

#primary .front-content.tag-contents-shortcode {
    border-top: 1px solid #999 !important;
    padding-top: 16px;
}
#primary .front-content.tag-contents-shortcode:first-of-type {
    border-top: 1px solid #999 !important;
    padding-top: 16px;
}
@media screen and (max-width: 600px) {
.front-content.tag-contents-shortcode article.rp-medium-two:last-of-type {
    border-bottom:0px solid white !important;
}
}

.form_error_max_3 {
    font-weight:bold;
    color:#CE1126 !important;
}

div#site-title {
    max-width: 600px;
}

@media screen and (min-width: 1260px) {
    
	#site-title {
	 padding-bottom:0px; 
		 padding-top:0px; 
	}
        nav#header-top-nav {
            margin-top: 15px;
        }

        #masthead .search-box {
            top: 45px;
        }        
}

p#billing_email_field {
    clear: both !important;
    /* margin-top: 20px; */
    /* margin-bottom: 50px; */
    float: left;
    width: 100%;
}


@media screen and (min-width:1260px) and (max-width:1440px) {

body.page-template-spl-c-1030-wide-image .full_width_1030_container img, .tag_page_wide_image_container img {
    margin-top: -75px;
    overflow-y: hidden;
}
body.page-template-spl-c-1030-wide-image .full_width_1030_container, .tag_page_wide_image_container {
    overflow-y:hidden;
    height:225px;
    margin-bottom:25px;
}



}

@media screen and (min-width:1023px) and (max-width:1440px) {

body.page-template-spl-c-1030-wide-image-2 .full_width_1030_container img, .tag_page_wide_image_container img {
    margin-top: -75px;
    overflow-y: hidden;
}
body.page-template-spl-c-1030-wide-image-2 .full_width_1030_container, .tag_page_wide_image_container {
    overflow-y:hidden;
    height:225px;
    margin-bottom:25px;
}

}

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

body.page-template-spl-c-1030 .full_width_1030_container img, .tag_page_wide_image_container img {
    margin-top: -75px;
    overflow-y: hidden;
}
body.page-template-spl-c-1030 .full_width_1030_container, .tag_page_wide_image_container {
    overflow-y:hidden;
    height:225px;
    margin-bottom:25px;
}

}



@media screen and (max-width:350px) {
    #header-top-nav ul li a {
        font-size:12px !important;
    }
}


.inv-recaptcha-holder {
    margin-top:50px;
}

@media screen and (min-width: 1260px) and (max-width: 1259px) {
/*
.front-content .rp-big-one div.story {
    width: 100% !important;
    max-width: 100% !important;
}
*/
.lead-article-box .entry-thumb {
    max-width: 60% !important;
    width:680px !important;
    float:left !important;
    display:block !important;
  
}
.entry-thumb-mobile {
    display:none;
}

.front-content .rp-big-one div.story{
    max-width: 480px !important;
    width: 420px !important;
    float:right;
}

}

.newsletter-footer-widget {
    padding-top:2em;
}

.entry-meta .newsletter-footer-widget a:hover {
    color:white !important;
}

footer.entry-meta div:first-of-type {
    padding-top:0px !important;
}

.single-post .entry-meta .entry-cats {
    padding-top:30px !important;
    padding-bottom:0px;
}

.single-page .entry-meta .entry-cats {
    padding-top:30px !important;
    padding-bottom:0px;
}






.mex_contribute_form .form-group input[type=checkbox] {
    display: none;
}
.mex_contribute_form .form-group label {
    display:inline-block;
    font-size:20px;
    padding-left:10px;
    background-color:#f5f5f5;
    margin-right:10px;
    border-radius:10px;
    padding:10px;
}
.mex_contribute_form .form-group label.selected {
    background-color:#ce1126;
    color:white;

}
#pp-other {
    display:none;
}
#pp-other_sub {
    display:none;
}

a.mex_contribute_unsubscribe.standard-btn {
    display: block;
    margin-top: 0px;
    width: 150px;
    background-color: #ce1126;
}




/* 180517 START */
.entry-content p, .product .summary .woocommerce-product-details__short-description p {
        font-weight: 400;
    font-style: normal;
    font-size: 16px !important;
    line-height: 1.75 !important;
    letter-spacing: -.003em;
    color: rgba(0,0,0,.8);
}
.entry-content p, .product .summary .woocommerce-product-details__short-description p, .entry-content ul li, .entry-content ol li, .entry-content p.standard-text, .entry-content ul, .entry-content ol, .entry-content .wide-content {
font-weight : 400;
font-style : normal;
font-size : 16px !important ;
line-height : 1.75 !important ;
letter-spacing : -0.003em;
}
.product .summary .woocommerce-product-details__short-description p, .entry-content ul li, .entry-content ol li, .entry-content p.standard-text, .entry-content ul, .entry-content ol, .entry-content .wide-content {
color : rgba(0, 0, 0, 0.8);    
}
.entry-content {
color : rgba(0, 0, 0, 0.8);    
}

.woocommerce-Price-amount.amount {
        font-size: 16px !important;                
}

.widget-area .widget ul li, .entry-content .rp-medium-two p.summary, .default-sidebar .rp-medium-one p.summary, .entry-content .rp-medium-one-content p.summary,.rp-medium-two p.summary, .entry-content .rp-medium-two-content p.summary, .rp-big-one-content p.summary,  .rp-big-two-content p.summary , .rp-color p.summary{
        font-size: 15px !important;
    line-height: 1.55 !important;
}


h3.entry-title a, h3.entry-title {
    font-weight:600;
    font-family:"Open Sans",sans-serif !important;
}


.entry-content td {
font-size:16px;
	line-height:1.80 !important;
	letter-spacing:0.003em;
}

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

    .entry-content p , .product .summary .woocommerce-product-details__short-description p, .woocommerce-Price-amount.amount, .entry-content ul li, .entry-content ol li,
    .entry-content p.standard-text, .entry-content ul, .entry-content ol, .entry-content .wide-content,
	.entry-content td 	
	{
        font-size: 16px;
        line-height: 1.80 !important;
		letter-spacing:0.003em;
    }
    nav#header-top-nav a {
        font-size:16px
    }                

.widget-area .widget ul li, .entry-content .rp-medium-two p.summary, .default-sidebar .rp-medium-one p.summary, .entry-content .rp-medium-one-content p.summary, .rp-medium-two p.summary, .entry-content .rp-medium-two-content p.summary, .rp-big-one-content p.summary,  .rp-big-two-content p.summary  , .rp-color p.summary {
        font-size: 16px !important;
        line-height: 1.65!important;
}
.widget-area .widget ul li {
	/* line-height:2.4 !important; */
}

nav#site-nav a {
font-size: 13pt !important;

}
#site-nav ul.sub-menu a,
#site-nav ul.children a {
    padding-left:2em;
  }

}


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

    .entry-content p, .product .summary .woocommerce-product-details__short-description p, .woocommerce-Price-amount.amount, .entry-content ul li, .entry-content ol li, .entry-content p.standard-text, .entry-content ul, .entry-content ol, .entry-content .wide-content  {
        font-size: 16px !important;
        line-height: 1.75 !important;
    }
    article.post {
        padding-left: 10px;
        padding-right: 10px;
    }                

  }


.paypal_other label{
    display: inline-block;
    font-size: 20px;
    padding-left: 10px;
    background-color: #f5f5f5;
    margin-right: 10px;
    border-radius: 10px;
    padding: 10px

}              

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1.3em;
}

.widget .entry-title {
    font-family:"Open Sans", sans-serif;

}
.widget h3.entry-title {
    font-size:18px;
    font-weight:600;
}
.entry-content h2,.entry-content  h3, .entry-content h4{
    font-family:"Open Sans", sans-serif;    
    font-weight:600;
}

span.price {
    margin-left:0px;
    font-size:14px;
}
.woocommerce-loop-product__title {
    margin-bottom:0px;
    padding-bottom:0px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    min-height: 180px;
    float:left;
}

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

.entry-content, body.page .site-content .entry-content, .entry-content, .post .entry-content {
    max-width:750px !important;
    padding-left:0px;
}

}

.entry-header .page-summary, .entry-content .page-summary,.entry-content  p.intro {
        font-size: 18px !important;
        line-height: 1.5;
}

#mex_contribution_minimum, #mex_contribution_minimum_sub {
    padding-top:0.5em;
}

.mex_contribute_unsubscribe {
    width:100% !important;
    max-width: 250px !important;
}

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

.form-group label {
    width: 100%;
    margin-bottom: 0.5em;
}
#mex_contribution_other {
    width:80px;
    font-size: 16px !important;
}
input#mex_contribution_other_sub {
    width:80px;
    font-size: 16px !important;
}

.paypal_other {
    padding:0px;
}
.paypal_other label{
    width:75%;
}
.paypal_other input{
    width:24%;
}



}




/* END // 180517 */


.mex_tag_cloud {
    padding:0.5em;
}
.mex_tag_cloud a{
 display:inline-block;
 padding: 0.6em;
 border: 0px solid #cccccc;
 font-family:"Open Sans", sans-serif;
 font-weight: 600;
 margin:0.3em;
 font-family:14px;
 background-color: #f5f5f5;
 color: #666;
 font-size: 14px;
 text-transform: uppercase;
 margin-bottom: 0.8em;
}
.tag_page_wide_image_container {
    text-align:center;
}

.taxonomy-description p {
    line-height: 1.5 !important;
    letter-spacing: -0.003em;
    font-size: 18px;
}

.entry_mast_image_225_narrow {
  text-align:center;
  padding-top: 5px;
  /* padding-bottom: 10px; */
  padding-bottom: 20px !important;
}



	.front-fullwidth .rp-big-three .entry-header h2.entry-title {
		font-size: 60px;
		font-size: 3.75rem;
	}
	.front-fullwidth .rp-big-three .story {
		padding: 20px 0 0 200px;
	}
	.front-content .rp-big-three .story {
		padding: 00px 00 15px 0px;
		text-align:center;
		max-width: 680px;
		margin-left:auto;
		margin-right:auto;
	}
  .front-fullwidth .rp-big-three p.summary {
		max-width: 680px;
		float: left;
	}
	.front-fullwidth .rp-big-three .entry-footer {
		display: block;
		width: 180px;
		margin: 0 0 0 40px;
		padding: 18px 0 0 0;
		border-top: 1px solid #ededed;
		float: left;
	}
	.front-content .rp-big-three p.summary {
		max-width: 680px;
	}

.rp-big-three h2.entry-title {
    font-size: 34px !important;
    text-align: center;
    padding-bottom:10px;
}

.rp-big-three-content
 .entry-thumb {
    text-align: center;
}

.entry-content .two-columns-one {
    margin-top:12px;
    margin-bottom:8px;
}
.entry-content .two-columns-one.last {
    margin-top:12px;
    margin-bottom:8px;
}

.mex_tag_cloud a:hover {
    color: rgb(206,17,38) !important;
}
.mex_tag_cloud a{
    color:#666 !important;
}
.comment-details.cf {
    padding-left: 0px !important;
}


.single-product .attachment-Ebook-Medium  {
  max-width:350px !important;
}


/* 'Read more'' bug on woocommerce page */

a.button.product_type_simple {

    display:none !important;
}


.somdn-download-button {
    background-color: #F0C350 !important;
}


#blog-sidebar .widget_nav_menu .menu > li > a {
    font-weight: bold;
    color:#474747;
}
#blog-sidebar .widget_nav_menu .menu > li {
    padding-bottom:30px !important;
}
#blog-sidebar .widget_nav_menu .menu > li.current-menu-item > a,
#blog-sidebar .widget_nav_menu .menu > li.current-menu-ancestor > a
{
    color: rgb(206,17,38);
   border-bottom:1px solid rgb(206,17,38);
}
#blog-sidebar .widget_nav_menu .menu > li > .sub-menu  {
    padding-top:6px;
    color: #474747;
    display:none;
}
#blog-sidebar .widget_nav_menu .menu > li.current-menu-item > .sub-menu,
#blog-sidebar .widget_nav_menu .menu > li.current-menu-ancestor >  .sub-menu 
{
    display:block;
}


@media only screen and (min-width: 1260px)  {
#blog-sidebar .widget_nav_menu .menu > li > .sub-menu  li {
    line-height:1.6 !important;
}
}
@media only screen and (max-width: 1259px)  {
#blog-sidebar .widget_nav_menu .menu > li > .sub-menu  li {
    line-height:1.6 !important;
}
#blog-sidebar .widget_nav_menu .menu > li > .sub-menu {
	padding-top:1em !important;
}
}


#blog-sidebar .widget_nav_menu .menu > li > .sub-menu  li.current_page_item a {
   border-bottom:1px solid rgb(206,17,38);
}


@media screen and (min-width: 1000px) and (max-width : 1259px) {
  #blog-sidebar {
    padding-left:40px;
  }
}

#primary .rp-medium-two {
    margin-bottom: 40px !important;
}




@media only screen and (max-width: 468px)  {
	li#menu-item-11689 {
		display:none !important;
	}
	}



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

		/* hide certain tablet versions */

		li#menu-item-39882,
		li#menu-item-39883,		
		li#menu-item-39884 {
			display:none !important;
		}

		/* even out top bar on desktop */
		li#menu-item-11734 {
			padding-right: 10px !important;
		}

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

		/* hide certain tablet menu items on smaller resolutions */

		#menu-item-11734,
		#menu-item-39882		
		{
			display:none !important;
		}

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

		#menu-item-11689,
		#menu-item-39884 {
			display:none !important;
		}
		#menu-item-11734 {
			display:inline-block !important;
		}
		
	}
	@media only screen and (max-width: 490px)  {

	#menu-item-39883  {
		display:none !important;
	}

}


@media only screen and (min-width: 601px)  {
	.mex_rp_m3 article.rp-medium-two:nth-of-type(3n+1) {
		clear: left;
		margin-right: 2%;
		width:32%;
		padding-left:0px;
		padding-right:0px;
	}
	.mex_rp_m3 article.rp-medium-two:nth-of-type(3n+2) {
		margin-right: 2%;
		width:32%;
		padding-left:0px;
		padding-right:0px;
		clear:none;
	}
	.mex_rp_m3 article.rp-medium-two:nth-of-type(3n+3) {
		width:32%;
		padding-left:0px;
		padding-right:0px;
		clear:none;
	}
	
	}





	body.tag-626 #menu-item-87 ul.sub-menu {
		display:block !important;
	}
	
	body.tag-626 #menu-item-39800 ul.sub-menu {
		display: none !important;
	}




	body.tag-625 #menu-item-87 ul.sub-menu {
		display:block !important;
	}
	
	body.tag-625 #menu-item-39800 ul.sub-menu {
		display: none !important;
	}	/* 3:02pm */



	

	body.tag-633 #menu-item-87 ul.sub-menu {
		display:block !important;
	}
	
	body.tag-633 #menu-item-39800 ul.sub-menu {
		display: none !important;
	}	/* 3:02pm */




	.page-template-full-width .taxonomy-description{
		max-width:700px;
	}
	@media screen and (min-width: 1023px) {
	
	.page-template-full-width .entry-content, body.page .site-content .entry-content, .entry-content, .post .entry-content {
		max-width:none !important;
		padding-left:0px;
	}
	
	}
	

	@media only screen and (max-width: 420px)  {
		input#load_more_stuff {
			min-width: 0px !important;
			padding-left: 20px;
			padding-right: 20px;
			width:100%;
		}
    }




body.admin-bar {
}

.single-post .entry-header .entry-date {
    display:block;
    font-size:14px;
    text-align:right;
}

.single-post .post .entry-header .entry-cats {
    display:none !important;
}
.single-post .post .entry-header {
    /* padding-top:1em !important; */
}
p.page-summary.deck {
    color: #666;
    padding-left: 2px;
}


p.page-summary.deck {
    margin-bottom: 15px;
}

body.single .entry-thumbnail {
}

div#site-title {
    /* max-width: 100% !important; */
    text-align: center;
}

#menu-main {
	opacity:0.1;
}

nav#site-nav {
    /* border-top: 1px solid #ccc; */
    /* border-bottom: 1px solid #ccc; */
    padding-top: 5px;
    padding-bottom: 0px !important;
}

div#mobile-menu-wrap {
    border-bottom: 0px solid #eee;
}

.sub-menu li {
    background: transparent;
}

.sub-menu li a {
    background: transparent !important;
}


nav#site-nav {
    position: relative;
    background-color: white !important;
}

.nav-menu {
	/* max-width:600px !important; */
	float:left;
}

.menu-item-40500 a:before {
    content: '\f400';
    position: absolute;
    z-index: 1000;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 28px/1 'Genericons';
    color: #191919;
    vertical-align: top;
    text-align: center;
    width: 20px;
    height: 60px;
    padding: 0 !important;
    position: absolute;
    left: 0;
    top:-4px;
}
.menu-item-40500 a {
    color: white !important;
    font-size: 1px !important;
    display: block;
    position: relative;
    content: "" !important;
    padding: 0 0 20px !important;
    width: 20px !important;
    border: 0 solid white !important;
    /* top:2px; */
}

#masthead .search-box {
    position: absolute;
    height: 200px !important;
    float:none !important;
    /* clear:both !important; */
    padding-top: 10px;
    border: 1px solid #ce2111;
    top: 120px;
    background-color: white;
    z-index: 200000;
    /* left: 20px; */
    /* right: 20px; */
    max-width: 1080px;
}


header#masthead {
     /* margin-bottom: 45px; */
}

input#s:placeholder {
	color: #999;
  }
  
  input#s::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #999;
  }
  input#s::-moz-placeholder { /* Firefox 19+ */
	color: #999;
  }
  input#s:-ms-input-placeholder { /* IE 10+ */
	color: #999;
  }
  input#s:-moz-placeholder { /* Firefox 18- */
	color: #999;
  }

  ul#menu-main,   ul#menu-main-menu-v8-3 {
    z-index: 100000;
}
#masthead .search-box {
	display:none;
}

ul#menu-main-menu-v8-3.scrolled-down {
    padding-left: 00px;
    background-repeat:no-repeat;
    background-size: 150px 40px;
    background-position-y: 50px;
    position:fixed !important;
    top:0px;
    /* width:100%; */
    background-position-y: 26px;
    padding-top: 8px;
    /* background-color: yellow; */
    /* max-width: 1080px; */
    width: 100%;
    padding-bottom: 0px;
    border-bottom:0px solid #fff;
    /* max-width: 1080px; */
    /* margin-left: 10%; */
    /* margin-right: 10%; */
    left: 0px;
    right: 0px;
    height: 120px;
    /* background-image: url('https://www.mexperience.com/wp-content/uploads/Mexperience-Logo-Web.png'); */
}
ul#menu-main-menu-v8-3.scrolled-down ul.sub-menu {
}

#masthead .search-box.scrolled-down {
    position: fixed !important;
    top: 55px;
    width: 100%;
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
    left:0;
    right:0;
    background-color:white;
    z-index: 200;
}

#fixed-header-balance {
	background-color:white;
	position:fixed;
	top:0px;
	width:100%;
	border-bottom:1px solid #ddd;
	height: 90px;
	z-index: 10;
}

div#fixed-header-balance.search-present {
    /* height: 130px; */
}

body #site-nav .sub-menu {
	/* background:transparent !important; */
	}

  ul#menu-main-menu-v8-4 {
    z-index: 100;
    /* background-color: white; */
    width: 100% !important;
}


ul.sub-menu {
    /* padding-left: 15px !important; */
}


div#main-wrap {
	padding-top:0em;
	clear: both !important;
}

.nav-menu.scrolled-down ul.sub-menu {
    /* padding-left: 65px !important; */
}

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

	div#fixed-header-balance {
		display: none;
	}
	
	ul#menu-main-menu-v8-4 {
		padding-top: 30px;
	}
	
	}

	/*
	#site-nav ul li.menu-item:hover ul.sub-menu{
		display:block;
		background-color:white !important;
		z-index: 30000000;
		background:white !important;
	  }
	  */
	  
	  ul#menu-main-menu-v8-4 li.menu-item > a {
		/* font-weight: 600; */
	}

	#site-nav ul.scrolled-down ul.sub-menu {
		top: 90px;
		/* background-color: #eee !important; */
		/* max-width: 1080px; */
		/* padding-left: 20px !important; */
		/* width: 100vh !important; */
	}
	ul#menu-main-menu-v8-3.scrolled-down li. ul.sub-menu {
		top: 70px;
		background-color: #eee !important;
		max-width: 1080px;
		padding-left: 20px !important;
	}
	
	
		#site-nav ul#menu-main-menu-v8-4.scrolled-down  li.menu-item:hover ul.sub-menu{
		  }


		  ul#menu-main-menu-v8-4.scrolled-down .menu-item:hover {
		}

		body.search #masthead .search-box.scrolled-down {
			background-color: red;
			display: none !important;
		}


		body.scrolled-down a#small-m-home-icon {
			display: block;
			position: absolute;
			top: 38px;
			z-index: 400;
			height: 30px;
			width: 30px;
			left: 0px;
			/* background-color: blue; */
		}
		


	body.scrolled-down	li#menu-item-86 {
    background-image: url('../png/m_logo_small.png');
    background-repeat:no-repeat;
    width:50px;
    color:transparent !important;
}
	body.scrolled-down li#menu-item-86 a {
    color:transparent !important;
  
		}

		body.scrolled-down nav#site-nav > .nav-menu > li#menu-item-86.current-menu-ancestor > a {
    color:transparent !important;
  
			
		}

		body.search .search-box {
			display: block !important;
		}

		body.search header.archive-header {
			padding-bottom: 0px !important;
		}

		body.search .menu-item-40500 {
			display:none !important;
		}
		body.search #masthead .search-box.scrolled-down {
			background-color: red;
			display: none !important;
		}
			
		/* hover over main menu items */
		#menu-main-menu-v8-4 > li > a:hover {
			color: #CC0604;
		}

		div#main-nav-mobile {
			display:none;
			}
			@media screen and (max-width: 1199px) and (min-width: 76px) { /* 576? */
			  div#main-nav {
				display:none;
			  }
			div#main-nav-mobile {
			  display:block;
			}
			div#main-nav {
			  left:-600px;
			  opacity:1;
			  z-index:1;

			}
			  div#main-nav-mobile {
			left: -600px;
			opacity:1;
			z-index: 10;
			transition: .4s;
			-webkit-transition: left ease-in-out 0.8s;
			-moz-transition: left ease-in-out 0.8s;
			-o-transition: left ease-in-out 0.8s;
			transition: left ease-in-out 0.8s;
			}
			div#main-nav-mobile.open {
			left: 0px;
			transition: .4s;
			-webkit-transition: left ease-in-out 0.8s;
			-moz-transition: left ease-in-out 0.8s;
			-o-transition: left ease-in-out 0.8s;
			transition: left ease-in-out 0.8s;
			}


			div#main-nav-mobile {
				position: FIXED;
				overflow: auto !important;
				height: 100vh !important;
				max-width: 80%;
				top: 0px;
			}



			#menu-mobile-menu-white {
				background-color:white;
				max-width:600px;
				font-family:'Open Sans';
				color:#555;
				padding-left: 5%;
				padding-right: 5%;
			}
			#menu-mobile-menu-white > li{
				list-style:none;
				font-weight:bold;
				/* clear:both; */
				/* margin-top:5em; */
				padding-top: 1em;
				clear: both;
			}
			#menu-mobile-menu-white .sub-menu {
				position:relative !important;
				margin-bottom:1em !important;
				padding-bottom: 1em !important;
				overflow:hidden !important;
				padding-left:0px !important;
			}
			#menu-mobile-menu-white .sub-menu li {
				width: 45%;
				float: left;
				display: block;
				padding-top:0.6em;
				padding-bottom:0.6em;
				font-size:15px;
				padding-left:0px;
			}
			#menu-mobile-menu-white .sub-menu li:nth-child(2n+1) {
			  clear:both !important;
			  margin-right: 5% !important;
			}
			#menu-mobile-menu-white .sub-menu li:nth-child(2n+2) {
			
			}
			
			#menu-mobile-menu-white .sub-menu li:last-child {
			}
			ul.sub-menu {}
			
			ul.sub-menu {}
			
			div#main-nav-mobile {
				height:100%;
				background-color: #fafbf6;
			}

			ul#menu-mobile-menu-grey {
				overflow:hidden;
				background-color:#eee;
				border-top:1px solid #ccc;
				border-bottom:1px solid #ccc;
				padding-bottom:1em;
				padding-top:1em;
				font-size:15px;
				font-family:'Open Sans';
				max-width:600px;
				padding-left: 5%;
				padding-right: 5%;
			}
			ul#menu-mobile-menu-grey li {
				float:left;
				width: 45%;
				list-style:none;
				display:block;
				padding-bottom:0.6em;
				padding-top:0.6em;
				font-size:15px;
				margin-right: 5%;
			}

			

			a#mobile-nav-search-iconOLD:before {


				content: '\f400';
				   position: absolute;
				   z-index: 1000;
				   display: inline-block;
				   -webkit-font-smoothing: antialiased;
				   font: normal 18px/1 'Genericons';
				   color: #191919;
				   vertical-align: top;
				   text-align: center;
				   width: 20px;
				   height: 60px;
				   padding: 0px !important;
				   position:absolute;
				   left:0px;
			   
			   }
			   a#mobile-nav-search-icon {
				display: block;
				/* float: right; */
				margin-top: -9px;
				margin-right: 1em;
				/* width: 50px; */
				height:30px;
				position: absolute;
				right: 0px;
				top: 10px;
				}			   
			   div#main-nav-mobile {}
			   
			   a.mobile-nav-small-m {
				   /* float: left; */
				   display: block;
				   /* margin-left: 1em; */
				   /* margin-bottom: 1em; */
				   margin-top: 0px !important;
				   padding-top: 10px !important;
				   /* margin-left: auto !important; */
				   /* margin-right: auto; */
				   /* width: 180px; */
				   /* height: 30px !important; */
				   text-align: center !important;
				  }
			   

			   
			   ul#menu-mobile-menu-grey {
				   clear: both;
			   }
			   a#mobile-nav-search-iconOLD:before {


				content: '\f400';
				   position: absolute;
				   z-index: 1000;
				   display: inline-block;
				   -webkit-font-smoothing: antialiased;
				   font: normal 28px/1 'Genericons';
				   color: #191919;
				   vertical-align: top;
				   text-align: center;
				   width: 20px;
				   height: 20px;
				   padding: 0px !important;
				   position:absolute;
				   left:0px;
				   top:20px;
				   color:#333;
			   
			   }
			   a#mobile-nav-search-icon {
			       font-size:1px;
			       color:white !important;

			   }

			   #mobile-nav-search-form {
				   clear:both;
				   padding-bottom: 1em;
				   padding-left: 5px;
				   padding-right: 1em;
				   display:none;
				  }
			   
				  #mobile-nav-search-form input.submit {
					width: 35% !important;
				}
				#mobile-nav-search-form .search-field {
					width: 90%!important;
				}
				#mobile-menu-cover {
					display:block;
					background-color: #333;
					height:100%;
					width:100%;
					position:fixed;
					opacity: 0.8;
					z-index: 9;
					top: 0px;
				}
			}

			ul#menu-mobile-top-menu {
				display:none;
		}


#mobile-scroll-spacer {
	display:none;
}


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

ul#menu-mobile-top-menu {
	display:NONE;
	clear: both !important;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	padding-left: 16px !important;
}

ul#menu-mobile-top-menu li{
display:inline-block;
font-size:12px;
padding-right:10px !important;
font-family:'Open Sans',sans-serif;
}


div#site-title {max-width: 180px !important;margin-left: auto;margin-right: auto;/* display: inline-block; */}


header#masthead {
	 margin-bottom: 2px;
	 /* border-bottom: 1px solid #ccc; */
	 /* box-shadow: 0px 2px 2px #dedede !important; */
	 padding-bottom: 0px;
	 background-color: white !important;
}

#fixed-header-balance {
	display:none;
}

div#fixed-header-balance {
    background-color: white;
    height: 66px;
    border-bottom: 0px solid #ccc;
    display:none !important;
}

body.mobile-scroll-on header#masthead {
    position: fixed;
    z-index: 2;
	width: 100%;
	top:-76px;
}
@media  (max-width: 999px) { 

header#masthead {
    position: fixed;
    z-index: 2;
    width: 100%;
    top:0px;
    padding-top: 15px;
    padding-bottom: 10px;
    height: 70px !important;
}

}


body.mobile-scroll-on header#masthead.off-screen {
	top:0px;
	-webkit-transition: top 1.2s;
	-moz-transition: top 1.2s;
	-o-transition: top  1.2s;
	transition: top 1.2s;
}

body.mobile-scroll-on header#masthead.on-screen {
	top:0px;
	-webkit-transition: top 1.2s;
	-moz-transition: top 1.2s;
	-o-transition: top  1.2s;
	transition: top 1.2s;
}

body.mobile-scroll-on div#fixed-header-balance {
	/*
	display:block !important;
	*/
}

ul#menu-mobile-top-menu {
    width: 100% !important;
}


body.mobile-scroll-on #mobile-scroll-spacer {
	display:block;
	height: 0px !important;
}


}


#site-nav ul li#menu-item-40500 {
    position: absolute !important;
    right: -5px;
    top: 16px;
    background-color: yellow;
}

nav#site-nav > ul.sub-menu {
    display: none !important;
}

/* Menu Light-up exceptions */

body.tag-633  nav#site-nav > .nav-menu #menu-item-39800.current-menu-ancestor > a {
		color: #333 !important;
}
body.tag-625  nav#site-nav > .nav-menu #menu-item-39800.current-menu-ancestor > a {
	color: #333 !important;
}
/* END Menu Light-up exceptions */



	.search-box #searchform input[type=submit] {
       border:0px solid white !important;
	}

		.search-box #searchform input {
		height: 36px;
		padding: 8px 18px 8px;
	}


@media screen and (max-width: 1259px) {
	#searchform input#s {
    width: 87%;
    font-size:18px !important;
    max-width: 80%;
    padding-top: 10px !important;
    /* margin-top: -20px !important; */
}
.search-box #searchform input[type=submit] {
	top:10px;
}
.search-box #searchform:after {
	left:20px;
	top: 20px;
}
.search-box #searchform input[type=submit] {
	top: 0px;
	right: 10px;
}
}

@media screen and (max-width: 890px) {
	#searchform input#s {
    width: 90%;
    font-size: 18px !important;
}
}
@media screen and (max-width: 600px) {
	#searchform input#s {
    width: 80%;
    font-size:18px !important
}
form#searchform {
    padding-left: 10px;
    padding-right: 10px;
}

.search-box #searchform input[type=submit] {
	top: 0px;
	right:20px;
}

}

@media screen and (max-width: 500px) {
    
.search-box #searchform input[type=submit] {
	top: 00px;
	right:20px;
}
	#searchform input#s {
    width: 70%;
    font-size:18px !important;
    float: left;
}

}

@media screen and (max-width: 299px) {
    
.search-box #searchform input[type=submit] {
	top:10px;
	right:20px;
    position:relative;
    float:none;
    clear:both;

    width:100% !important;
    margin-right:0px;
    margin-left:0px;
    top:0px;
    left:0px;
    display:block !important;
}
	#searchform input#s {
    width: 100%;
    font-size:18px !important
}

}


a.mobile-nav-small-m img {
    height: 40px;
    margin-top:5px;
}


a.mobile-nav-small-m > img {
    height: 34px;
    width: 150px;
}

#mobile-nav-search-form, #searchform {
    border: 1px solid #dedede;
    margin: 20px;
    position:relative;
    height: 52px;
    border-radius: 50px;
    /* margin-top: 40px !important; */
    /* margin-top: 0px !important; */
    margin-bottom: 40px;
}
#mobile-nav-search-form .search-field,  #searchform.search-field{
   border:0px solid white !important;
   background-color:white !important;
   margin-top:3px
}


#mobile-nav-search-form  input.submit,  #searchform input.submit {
    border:0px solid white;
    border-radius: 16px;
    width:40px !important;
    font-size:0px;
    position:absolute;
    right:10px;
    top: 8px;
    padding-bottom: 18px;
}

li#menu-item-40500 > a {
    font-size: 0px !important;
}


div#mobile-nav-search-form #searchform {
    margin: 0px;
    padding: 0px;
    border: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.search-box .submit, #mobile-nav-search-form .submit {
	/*
    background-image: url('white_on_gold_arrow.png') !important;
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
	background-position: 10px 7px !important;
	*/
	font-size: 36px;
}


#masthead input#searchsubmit {
    margin-top: 11px;
}

body.fixed {
	position:fixed;
}


/* Scroll fixes on tab */
@media (min-width: 1000px) and  (max-width: 1259px) { 
	ul#menu-main-menu-v8-4.scrolled-down {
		padding-bottom: 0px !important;
		height: 39px;
	}
	
	.scrolled-down li#menu-item-86 {
		padding-left: 20px !important;
	}
	
	.scrolled-down li#menu-item-86 {
		background-position-x: 10px;
	}


	
	}
	
@media (min-width: 1000px) and  (max-width: 1100px) { 
	
	#site-nav ul.scrolled-down li#menu-item-40500 {
		right:20px;
	}

}
	

/* Bigger than iphone but less than 1000px */
@media (min-width: 415px) and  (max-width: 999px) { 

div#mobile-scroll-spacer {
}
body.fixed div#mobile-scroll-spacer {
    /* display:none !important; */
}

header#masthead {
    position: fixed !important;
    width: 100% !important;
    top: 0px !important;
    z-index: 1;
    /* top: 20px !important; */
}

}


@media (min-width: 1260px) {
	
header#masthead {
     margin-bottom: 10px;
}

}


@media (min-width: 600px) and (max-width:999px) {
	div#mobile-menu-full-width {
	 left: 20px;
	}

 header#masthead {
    /* padding-left: 25px; */
}
 }
 @media (min-width: 801px) and (max-width:999px) {
	header#masthead {
		/* padding-left: 35px; */
	}
	
 }

 @media (min-width: 600px) and (max-width:1259px) {

	#site-nav ul ul.sub-menu, #site-nav ul ul.children {
	   min-width:0px !important;
	}
   }




   div#main-nav-mobile {
    padding-bottom: 140px;
    width: 420px;
}



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

	div#main-nav-mobile {
		display: none !important;
	}
	
	#mobile-menu-cover {
	display:none;
	}
					
	}
	

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

		div#mobile-menu-full-width {
			left: 4px;
			opacity: .8;
		}

		body {
			overflow-x:hidden;
		}
	
	}


#menu-item-40500 a:before {
		top: -17px;
	}

	ul#menu-main-menu-v8-4.scrolled-down #menu-item-40500 a:before {
		top:3px;
	}	



#site-nav ul li#menu-item-86 a {
transition: none !important;
}



ul.sub-menu > li > ul.sub-menu {
    display: none !important;
}

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

	div#main-wrap {
		padding-top: 69px;
	}
	.page .site-content .page {
	}
	}


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

	.page .site-content .page {
		padding: 00px 0 !important;
		}

	  .site-content .entry-header {
		  margin-top:0px !important;
		  padding-top: 13px !important;
		 }	  

	}

	  



	h2.tag_list_alphabetical_header {
		font-size: 36px;
		color: #CC0604;
		max-width: 350px;
		border-bottom: 1px solid #ccc;
	}
	
	ul.tag_list {
		list-style: none;
		font-family: 'Open Sans';
	}

	.m2-product .story {
    clear: both;
}


.m2-product .entry-thumb {
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* width: 300px; */
    text-align: center;
    width: 100%;
    height: 220px;
    padding-top: 0px !important;
}
.m2-product .entry-thumb a {
    display:block;

}
.m2-product .entry-thumb a {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.m2-product .entry-thumb img {
    margin-top:0px;
    margin-left:25%;
    margin-right:25%;
}

.m2-product img.attachment-Ebook-Medium.wp-post-image {
    margin-top:0px;
}

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

.m2-product .entry-thumb {
    height:320px;
    
}
.m2-product .entry-thumb a {
    width:100%;
    text-align:center !important;
}
.m2-product img.attachment-Ebook-Medium.size-Ebook-Medium {
    max-width: 240px !important;
    display:inline !important;
    float:none !important;
    margin-left:0px;
    margin-right:0px;
    
}
.m2-product img.attachment-Ebook-Medium.wp-post-image {
}

}

.green-box input:active, .blue-box input:active,
.green-box input:focus, .blue-box input:focus,
.green-box input:hover, .blue-box input:hover
{
    background-color: white !important;
}


.flyout_box_column {
    width: 230px;
    float:left;
    max-width: 45%;
    /* margin-bottom:20px; */
    /* margin-top: 20px; */
    padding-bottom: 10px;
    padding-top: 10px;
}
#site-nav ul.sub-menu .flyout_box_column a {
    display:block;
    padding-top:0px !important;
    padding-bottom:10px !important;
    padding-left:10px !important;
    color: #666 !important;
    font-size: 15px !important;
}

a.open_tab {
	color: #ce2111;
	/*
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 40px;
	background-color: rgb(245, 245, 245);
	*/
}
a.open_tab:after {
	color:#ce2111;
}

body.admin-bar {
    /* margin-top: 46px; */
}

body.admin-bar header#masthead {
    /* margin-top: 46px; */
}
body.customize-support {
    /* margin-top: 46px; */
}

body.customize-support header#masthead {
    /* margin-top: 46px; */
}



#main-nav-mobile a {
    display: block;
    padding: 20px;
    /* clear: both !important; */
    /* height: 70px; */
    /* margin-top: -25px; */
    padding-top: 16px;
    padding-bottom: 18px;
}
#main-nav-mobile {
    margin-left:0px;
   
}
#main-nav-mobile ul {
    list-style:none;
    margin-left:0px;
    padding-left:0px;
    clear: both;
    position: absolute;
    width: 100%;
    left:0px;
}
#mobile-nav-panel-1 {
	transform:translateX(0px);
	-webkit-transition: all ease-in-out 0.8s;
	-moz-transition: all ease-in-out 0.8s;
	-o-transition: all ease-in-out 0.8s;
	transition: all ease-in-out 0.8s;

}
#main-nav-mobile ul {
	margin-top: 0px;
}
#main-nav-mobile ul li {
	border-bottom: 1px solid #ddd;
	padding-left:0em !important;
	}

#main-nav-mobile {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

#main-nav-mobile ul li a {
	color:#666 !important;
	display:block;
	width:100%;
}

#main-nav-mobile ul li.has-submenu a:after {
}
.mobile-flyout-submenu-box {
	width:500px;
	position: absolute;
	left: 420px;
	top: 30px;
}
div#main-nav-mobile .mobile-flyout-submenu-box {

	transform:translateX(420px);
	left:0px;
	-webkit-transition: all ease-in-out 0.8s;
	-moz-transition: all ease-in-out 0.8s;
	-o-transition: all ease-in-out 0.8s;
	transition: all ease-in-out 0.8s;


  }
div#main-nav-mobile.submenu-open  .mobile-flyout-submenu-box {

	transform:translateX(0px);
	-webkit-transition: all ease-in-out 0.8s;
	-moz-transition: all ease-in-out 0.8s;
	-o-transition: all ease-in-out 0.8s;
	transition: all ease-in-out 0.8s;


  }
div#main-nav-mobile.submenu-open > #mobile-nav-panel-1{
	transform:translateX(-420px);


	-webkit-transition: all ease-in-out 0.8s;
	-moz-transition: all ease-in-out 0.8s;
	-o-transition: all ease-in-out 0.8s;
	transition: all ease-in-out 0.8s;

 }


 .entry-content p > a {
	display: inline !important;
	height:26px;
}





/* Whether to show which menus */

@media screen and (min-width: 1000px) {
#menu-main-menu {
	display:none;
}
#menu-main-menu-v8-4 {
	display:none;
}
}

#menu-top-right-menu {
	display:none !important;
}


.menu_flyout_tagline {
    font-weight: 600;
    border-bottom: 1px solid #CE1126;
    padding-bottom: 10px;
    padding-left: 10px;
    /* margin-bottom: 20px; */
}

.main_menu_flyout {
	color:#666;
}

.flyout_box_column > h3 {
	font-size: 18px;
	/* padding-left:10px; */
	color:#666;
	margin-bottom: 0px;
}


#menu-main-menu-v8-3 {
	float:none;
}

#menu-main-menu-v8-3 > li> a {
    padding-left: 20px !important;
    padding-right: 20px !important;
}


.mobile-flyout-submenu-box .flyout_box_column a{
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left:0px;
}


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

.flyout_box_column:nth-child(2n) {
    clear:both;
    /* margin-left: 10px; */
}

}

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

.flyout_box_column {
	float:none;
}

}

.mobile-flyout-submenu-box .menu_flyout_tagline {
	border-bottom: 0px solid #ddd;
	text-align:center;
	padding-left:0px;
	/* width: 420px; */
	/* float:none; */
	float: left;
	/* border: 1px solid red; */
	width: 50%;
}

.mobile-flyout-submenu-box {
    /* padding-top: 40px; */
}


.mobile-flyout-submenu-box button.button {
    border: 1px solid black;
    margin-bottom:20px;
    margin-left:20px;
    font-size:24px;
}

body.admin-bar div#main-nav-mobile {
    margin-top: 46px;
}

body.admin-bar div#main-nav-mobile {
    margin-top: 46px;
}
body.customize-support div#main-nav-mobile {
    margin-top: 46px;
    overflow-x: hidden !important;
}


div#main-nav-mobile > .menu {
    margin-top: 60px;
}

#main-nav-mobile .menu-item-40500 {
    display:none;
}


a#mobile-nav-close-iconOLD:before {content: '\e5cd';position: absolute;z-index: 1000;display: inline-block;-webkit-font-smoothing: antialiased;font: normal 32px/1 'Material Icons';color: #191919;vertical-align: top;text-align: center;width: 20px;height: 20px;padding: 0px !important;position:absolute;left: 20px;top:20px;color:#333;}

/*
a.mobile-nav-back-icon:before {content: '\e314'; color:#ce2111;position: absolute;z-index: 1000;display: inline-block;-webkit-font-smoothing: antialiased;font: normal 24px/1 'Material Icons';color: #191919;vertical-align: top;text-align: center;width: 20px;height: 20px;padding: 0px !important;position:absolute;left: 40px;top: 0px;}
*/
a#mobile-nav-close-icon {
    color: white;
    font-size: 1px;
    float: left;
}

ul#menu-main-menu-v8-3.scrolled-down li  {
    height: 60px !important;
    background-color:white;
    padding-top:20px;
}

ul#menu-main-menu-v8-3 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div#primary {
    float: left;
}


ul#menu-main-menu-v8-3 ul.sub-menu, #site-nav ul li.menu-item.current-menu-item ul.sub-menu {
    display: none;
}


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

ul#menu-main-menu-v8-3 {
    height: 60px;
    border-bottom: 1px solid #ddd;
}

body.scrolled-down ul#menu-main-menu-v8-3 {
    border-bottom: 0px solid #ddd; 
	
}

}


a.mobile-nav-back-icon {
    float: left;
    font-size: 1px;
    color: white;
    width: 15%;
    /* border: 1px solid blue; */
    position: relative;
    margin-top: -22px;
}


a#mobile-nav-search-icon2:before {/* content: '\e8b6'; */position: absolute;z-index: 1000;display: inline-block;-webkit-font-smoothing: antialiased;font: normal 28px/1 'Material Icons';color: #191919;vertical-align: top;text-align: center;width: 20px;height: 60px;padding: 0px !important;position:absolute;left: 20px;top: 0px;}
   a#mobile-nav-search-icon2 {
	display: block;
	float: left;
	margin-top: -18px;
	margin-right: 1em;
	width: 150px;
	/* height:30px; */
	position:relative;
	font-size:1px;
	color:white !important;
	}
	#masthead .main_menu_inner #mobile-nav-search-icon2 {
		display: none !important;
	}
	#masthead .main_menu_inner #mobile-nav-search-icon2 {
		display: none !important;
	}
	
	a#mobile-nav-search-icon2 {}
	
	#masthead .main_menu_inner a.mobile-nav-back-icon {
		display:none !important;
	}

	.main_menu_flyout {
		width: 100%;
		/* max-width: 1150px; */
		margin-left: auto;
		margin-right: auto;
		background-color: rgb(250, 249, 247);;
	}


	div#main_flyout_curtain {
		background-color: rgba(0,0,0,0.6);
		position: fixed;
		width: 100%;
		height: 100%;
		/* border: 1px solid red; */
		z-index: 10;
		top: 10px;
	}

	header#masthead {
		z-index: 12;
		background-color: white;
		/* height: 160px; */
		padding-top: 0px;
	}


	.flyout_box_column > h3 > a {
		font-weight: 600 !important;
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
	}


	.search-box {
		/* position: absolute; */
		width: 1080px;
		/* left: 0px; */
		/* right: 0px; */
		border: 1px solid #ce2111;
		/* height: 100px; */
		width: 100px;
		top: 0px !important;
		box-shadow: 0 0 black;
		/* z-index: 2000000; */
		width: 100%;
		/* max-width: 1080px; */
		/* left: 10px; */
		/* right: 0px; */
		width: 1080px;
		/* left: 50%; */
		/* right: 50% !important; */
		margin-left: auto;
		margin-right: auto;
		background-color: white;
		padding: 20px;
	}

	.search-box-outer {
		position: fixed;
		z-index: 20000;
		width: 100%;
		padding-top: 137px;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
	}


	
@media screen and (max-width:500px) {
div#mobile-nav-panel-1 {
    /* margin-top: 40px; */
    /* padding-top:10px; */
}

a.mobile-nav-small-m {
    /* display: none !important; */
    height: 45px;
}

a#mobile-nav-close-icon:before {
    top: 14px;
}

ul#menu-main-menu-v8-4 {
    margin-top:20px
}

.mobile-flyout-submenu-box {
    margin-top: -10px;
}

a.mobile-nav-back-icon {
}

a.mobile-nav-back-icon:before {
    left:20px
;}

a.mobile-nav-back-icon {
    padding-right:0px !important;
}

a.mobile-nav-back-icon {
    width:10%
}

a#mobile-nav-search-icon2 {
    display:none;
}

}


div#main-nav-mobile {
    z-index: 20;
}

div#mobile-menu-cover {
    z-index: 19;
}

div#imaginary_header_box {
    height: 104px;
    position: absolute;
    top: 0px;
    left: 0px;
    right:0px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    max-width: 1080px;
    background-color:white;
    /*
    border: 2px solid purple;
    background-color:magenta;
	*/
    z-index: 100001;
    display:none;
}

@media screen and (min-width: 1000px) {
div#imaginary_header_box {
display:block;
}
}


#search_icon_main {
	float:right;
	margin-top:80px;
	color:white;
	font-size:1px;
}

img#mexperience_logo_no_scroll {margin-left: auto;margin-right: auto;margin-top: 25px;}

/*
#search_icon_main:before {
    content: '\f400';
    position: absolute;
    z-index: 1000;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 28px/1 'Genericons';
    color: #191919;
    vertical-align: top;
    text-align: center;
    width: 20px;
    height: 60px;
    padding: 0 !important;
    position: absolute;
    right:20px;
    top: 100px;
    z-index: 1000001;
}

body.scrolled-down a#search_icon_main:before {
    right:20px;
    top: 28px;
}
*/


#search_icon_main {
    margin-top: 0px;
    margin-right: 0x;
}

body.scrolled-down a#search_icon_main {
    /* margin-top:30px; */
    right: calc( 50% - 530px );
    position: absolute;
    top: 20px !important;
    z-index: 20000000000;
}



body.scrolled-down img#mexperience_logo_no_scroll {
    width: 200px;
    margin-top: 27px;
    display: block;
    margin-left:0px;
    margin-right:auto;
    width: 160px;
}

body.scrolled-down div#imaginary_header_box {
	/*
	background-color:green;
	*/
	position:fixed;
	height: 80px;
	z-index: 20;
}

li#menu-item-40500 {
    display: none !important;
}

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

.search-box {
	margin-left:20px;
	margin-right:20px;
	width:95%;
}

}

.main_menu_inner {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}



.search-box #searchform button {
	font: normal 18px/1 'Material Icons';
	background-color:white;
	/* border:1px solid white; */
	color:#ce2111;
	float: right;
	font-size: 48px;
	background-color: transparent;
}
.touchable_transparent_panel_on_scroll {
	/* display:none; */
}
body.scrolled-down {

}

div#scroll_search_icon_touch_panel {
    float: right;
    background-color: #ffff0042;
    width: 420px;
    height: 63px;
}


ul#menu-main-menu-v8-4 {
    border-top: 1px solid #ddd;
    /* margin-top: 60px; */
    padding-top: 00px;
}

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

div#site-title {
    margin-left: auto;
    margin-right: auto;
    /* width: 100% !important; */
}
header#masthead {
	 /* box-shadow: 0px 2px 2px #dedede !important; */
}
img#mexperience_logo_image {
    /* height: 49px; */
    width:auto;
    margin-top: 10px;
}

header#masthead {
    padding-top: 0px;
    border-bottom: 1px solid #ddd;
}
body.mobile-scroll-on {
    /* margin-top: 30px; */
}
}


.main_menu_flyout_buttons {
    text-align: right;
}
#site-nav ul.sub-menu .main_menu_flyout_buttons a{
    display:inline-block !important;
    background-color:rgb(232,139,0);
    color:rgba(255,255,255,.8);
    width:auto !important;
    font-size: 16px !important;
    padding: 9px !important;
    margin-left: 20px;
    border-radius: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
#site-nav ul.sub-menu .main_menu_flyout_buttons a:hover{
    color:white !important;

}


@media screen and (max-width: 500px) {
	img#mexperience_logo_image {
        height: 42px;
        margin-top: 9px;
        opacity: 1 !important;
 }
}
@media screen and (max-width: 999px) {
	img#mexperience_logo_image {
        opacity: 1 !important;
	}
	}

img#mexperience_logo_image {}

.mobile-flyout-submenu-box .main_menu_flyout_buttons {
    display: none !important;
}


a#menu_close_icon {
    position: absolute;
    left: 0px;
}

a#menu_close_icon {
    position: absolute;
    left: 0px;
    /* top: 10px; */
    top: 10px;
}

.menu-item .next_arrow {
    float: right;
    position: absolute;
    right: 15px;
    top: 11px;
    z-index: -1;
}

#main-nav-mobile .menu-item {
    position: relative;
}


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

div#primary {
    /* margin-top: 30px; */
}

}

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

div#primary {
    /* margin-top: 30px; */
}

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

div#container {
    /* margin-top: 10px; */
}

}

button#searchsubmit {
    float: right;
    margin-top: 3px;
    padding: 4px;
    background-color: transparent;
    border: 0px;
    box-shadow: none;
}

@media screen and (max-width: 1259px) {
#search_icon_main {
    /* margin-top: 116px; */
    /* margin-right: 24px; */
}
}
@media screen and (max-width: 1100px) {
#search_icon_main {
    /* margin-top: 116px; */
    margin-right: 20px;
}
}

#site-nav ul.sub-menu .flyout_box_column a:hover, #site-nav ul.sub-menu .flyout_box_column a:focus, #site-nav ul.sub-menu .flyout_box_column a:active {
    color: #ce2111 !important;
}

.search_box_content {
    font-family: 'Open Sans';
    margin-top: 2em;
    font-size: 14px;
}

.search_box_content p {
    margin-bottom: 10px;
}
.search_box_content p {
  margin-left:10px;
  color:#666;
}
.search_box_content p:nth-of-type(1) {
  margin-left:0px;
}

.search_box_content p a{
    margin-bottom: 10px;
    color:#666 !important;
}
.search_box_content p a:hover{
    color:#ce2111 !important;
    border-bottom:0px solid #fff !important;
}
@media screen and (min-width: 1260px) {

div#container {
    /* padding-top: 20px; */
}

}

#site-nav ul.sub-menu .main_menu_flyout_buttons a:hover {
    background-color: rgba(232, 139, 0, 0.65);
    color: white !important;
}

.mobile-nav-small-m img {
    opacity: 0;
}


.menu-item > a:hover {
    color: #ce2111 !important;
}
.mobile-flyout-submenu-box a:hover, .mobile-flyout-submenu-box a:active, .mobile-flyout-submenu-box a:focus {
    color: #ce2111;
}

a {}


a#search_icon_main {
    position: absolute;
    right: calc( 50% - 530px) !important;
    top: 102px;
    z-index: 200001;
}

body.scrolled-down a#search_icon_main {
    top: 30px !important;
    position: fixed;
}


img#mexperience_logo_scroll_only {
    position:fixed;
    top:0px;
    left: calc( 50% - 540px);
    z-index: 100001;
    opacity:0;
    -webkit-transition: all ease-in-out 0.0s;
    -moz-transition: all ease-in-out 0.0s;
    -o-transition: all ease-in-out 0.0s;
    transition: all ease-in-out 0.0s;
}

img#mexperience_logo_scroll_only.scrolled-down {
    top:28px;
	opacity:1;
	-webkit-transition: top ease-in-out 0.4s ,opacity ease-in-out 1.0s; 
	-moz-transition: top ease-in-out 0.4s, opacity ease-in-out 1.0s;
	-o-transition: top ease-in-out 0.4s, opacity ease-in-out 1.0s;
	transition: top ease-in-out 0.4s, opacity ease-in-out 1.0s;

}

body.scrolled-down img#mexperience_logo_no_scroll {
    display: none;
}

header#masthead {}

@media screen and (min-width: 1000px) {
body.scrolled-down div#container {
     margin-top: 160px; 
}
}

a#search_icon_main {
 display:none;
}
@media screen and (min-width: 1000px) {

a#search_icon_main {
/*    right: 0px !important; */
display:block;
}

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

img#mexperience_logo_scroll_only {
    left: 20px;
}
}
@media screen and (min-width: 1000px)  and (max-width: 1100px) {

a#search_icon_main {
    right: 20px !important;
    display:block;
    z-index: 300000;
}
}
@media screen and (max-width: 999px) {

#mexperience_logo_scroll_only.scrolled-down {
	display:none;
}
}

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

div#main_flyout_curtain {
	display: none !important;
}

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


.main_menu_inner_header {
    border-bottom: 1px solid #ddd;
    height: 46px;
}

}


@media screen and (max-width: 999px) {
	.menu_flyout_tagline.menu_flyout_tagline_desktop_only {
		display:none;
	}
	.menu_flyout_tagline.flyout_tagline_mobile_only {
		display:block;
		width: 420px;
	}
	.menu_flyout_tagline {
    font-weight:normal !important;
	}


}
@media screen and (max-width: 500px) {
	.menu_flyout_tagline.flyout_tagline_mobile_only {
		width: 80vw;
		float:none;
	}

div#mobile-nav-search-form {
    margin-bottom: 14px;
    margin-top: 35px;
}	

a#menu_close_icon {
    top: 6px;
}

a#mobile-nav-search-icon {
    top: 16px;
}

}
@media screen and (min-width: 1000px) {
	.menu_flyout_tagline.menu_flyout_tagline_desktop_only {
		display:block;
	}
	.menu_flyout_tagline.flyout_tagline_mobile_only {
		display:none;
	}
}

a.mobile-nav-back-icon {
    position: absolute;
    top: 4px;
}


a#mobile-nav-search-icon {
    top: 18px;
}

.mobile-flyout-submenu-box .flyout_box_column > h3 > a {
    padding-bottom: 0px !important;
}

ul#menu-main-menu-v8-2 {
    display: none;
}

input#load_more_stuff {
    /* display:inline-block !important; */
    background-color:rgb(232,139,0) !important;
    color:rgba(255,255,255,.8);
    width:auto !important;
    font-size: 16px !important;
    padding: 9px !important;
    margin-left: 20px;
    border-radius: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border:0px solid white;
    color:white !important;
    padding-top:14px !important;
    font-weight:normal !important;
    font-family:"Open Sans";
    padding-bottom:14px !important;
}

input#load_more_stuff:hover {
background-color: rgba(232, 139, 0, 0.65) !important;
    color: white !important;
}

div#main-nav-mobile {
    overflow-x:hidden !important;
}

a.no_link {
	cursor:normal;

}

div#main-nav-mobile .mobile-flyout-submenu-box {
    padding-bottom: 100px;
}


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

#load_more_stuff {
  max-width: 80%;
}

}

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

#load_more_stuff {
  max-width: 80%;
}

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

#load_more_stuff {
  display:block !important;
  white-space: normal;
  margin-left:auto !important;
  margin-right:auto !important;
}

}

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

div#primary {
    max-width: 100%;
}
body.tag div#main-wrap {
    padding-top: 77px;
}

}

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

	.flyout_box_column {
		width: 40%;
	}

	.newsletter-sidebar-above > div {
		min-height: 400px;
	}
	
}
@media screen and (min-width: 1101px) and  (max-width: 1200px) {

.flyout_box_column {
    width: 20%;
}
.newsletter-sidebar-above > div {
	min-height: 360px;
}


}

.main_menu_flyout_buttons {
    padding-top: 20px;
}


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

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

}

@media screen and (max-width: 999px) {
  div#primary {
	  float:none !important;
  }
}

article.rp-big-one.cf.front-page-header.lead-article-box {
    margin-top: 20px;
}


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

.entry_mast_image.entry_mast_image_225_narrow {
   padding-bottom:0px !important;
   padding-top: 15px;
}

body.tag .entry_mast_image.entry_mast_image_225_narrow {
	padding-top:5px;
}

}

@media screen and (min-width: 500px) {
.entry_mast_image.entry_mast_image_225_narrow {
    padding-top: 15px;
}
}



div#blog-sidebar {
    padding-top: 4px;
}

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

header.entry-header {
    margin-top: -4px;
}

body.tag header.entry-header {
	margin-top:0px !important;
}

}


body.product-template-default div#container {
    margin-top: 15px !important;
}


a.gold-button{
    display:inline-block !important;
    background-color:rgb(232,139,0);
    color:rgba(255,255,255,.8) !important;
    width:auto !important;
    font-size: 16px !important;
    font-weight:normal !important;
    padding: 9px !important;
    margin-left: 0px;
    border-radius: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
	font-family:'Open Sans', sans-serif;
}
.entry-content p a.gold-button:hover {
    border-bottom:0px solid white !important;
    color:white !important;
    opacity:0.6;
}
#site-nav ul.sub-menu .flyout_box_column a.no_link:hover {color: #666 !important;}

.entry-content p {
    hyphens: manual !important;
}


.entry-content table td a {
    border-bottom: 1px solid #ccc;
}
.entry-content table td a:hover {
    border-bottom: 1px solid #ce2111;
}
.entry-content table td {
    vertical-align: top;
}
.entry-content table td a.green-btn {
	color:white !important;
}

a.orange_pill_shortcode.go_premium_button {
    color: white !important;
    display: inline-block;
    margin-bottom: 30px;	

}
a.orange_pill_shortcode.go_premium_button:hover {
    border-bottom:0px solid white !Important;
}

.product-thumbnail a {
    border-bottom: 0px solid white !important;
}


body.post-type-archive-product .go_premium_button {
    margin-top: 10px !important;
    display: inline-block !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	text-transform: none;letter-spacing: normal;
	font-size: 14px !important;
	font-family: 'Open Sans' !important;
	font-weight: normal !important;
	color: white !important;
	border-radius: 20px !important;
	padding: 8px !important;
	display:none !important;
}
li.product.post-10929 a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	display:inline-block !important;
}
li.product.post-10930 a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	display:inline-block !important;
}
.single-product .go_premium_button {
	display:inline-block !important;
	margin-top:10px !important;
}

.single-product .single_add_to_cart_button {
	display:none !important;
}
body.postid-10929.single-product .single_add_to_cart_button {
	display:inline-block !important;
}
body.postid-10930.single-product .single_add_to_cart_button {
	display:inline-block !important;
}

.woocommerce .category-home.taxonomy-description {
    max-width: 800px;
}

.woocommerce header.entry-header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0px;
}

.woocommerce .category-home.taxonomy-description {
    margin-bottom: 0px;
}


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

header.entry-header {
    padding-top: 13px;
}
.entry_mast_image.entry_mast_image_225_narrow {
	margin-bottom:-10px !important;
}

.entry-header h1.entry-title {
	padding-bottom:10px !important;
}

}


.entry-content ul li{
	line-height:1.5 !important;
}


.entry-content ul {
    padding-left: 22px;
    list-style: none !important;

}
.entry-content li {
    position:relative;0
}
.entry-content li:before {
    content:'\2666';
    color:#ce2111;
    position:absolute;
	left: -2em; /* Adjust the left position relatively */
    top: 0.5em; /* Adjust the vertical position */
    font-size: 0.6em; /* Relative font size */
}

.blue-box ul {
    list-style: disc !important;
}
.blue-box li:before {
   content:"";
}


.page-summary.deck {
    color: #666;
}

.product_loop_link {
	font-family:'Open Sans';
	color:rgb(127,23,31) !important;
	font-size:16px;
	border-bottom:1px solid #ccc;
}
.product_loop_link:hover {
color:rgb(206,17,38) !important;
border-bottom:1px solid rgb(206,17,38) !important;
}

.entry-content ul li {
	line-height: 1.6 !important;
    margin-bottom: 18px !important;
}



article.free-ebook div.entry-thumbnail::before {
	content: "Free eBook";
	background-color: #ce2111;

    font-size:18px;
    text-align:right;
    display:block;
	min-width:16px;
	min-height:36px;
	padding:5px;
	color:white;
	font-family:"Open Sans";
	opacity:0.8;
	top:10%;
	position: absolute;
	cursor: pointer;
}
article.free-ebook div.entry-thumbnail::before {
    content: "Free eBook";
    background-color: #FAF9F7;
    font-size: 16px;
    text-align: right;
    display: block;
    min-height: 32px;
    padding: 5px 15px 5px 0;
    color: #ce1126;
    font-family: "Open Sans", sans-serif;
	  font-weight: 600;
    opacity: 0.85;
    top: 10%;
    position: absolute;
}
article.free-ebook.image-ribbon div.entry-thumbnail::before {
    content: attr(data-image-ribbon-text);
	padding-left:45px;

}

article.free-ebook div.entry-thumbnail {
    position:relative;
}


@media only screen and (min-width: 600px) {
article.free-ebook div.entry-thumbnail::before {
   min-width:20px;
   font-size:24px;
   min-height:42px;
}

}


article.free-ebook div.entry-thumb::before {
	content: "Free eBook";
	background-color: #ce2111;

    font-size:18px;
    text-align:right;
    display:block;
	min-width:16px;
	min-height:36px;
	padding:5px;
	color:white;
	font-family:"Open Sans";
	opacity:0.8;
	top:10%;
	position: absolute;
	padding-left:25px;
	padding-right:12px;
}


article.free-ebook div.entry-thumb::before {
    content: "Free eBook";
    background-color: #FAF9F7;
    font-size: 18px;
    text-align: right;
    display: block;
    min-width: 16px;
    min-height: 36px;
    padding: 5px 8px 5px 0px;
    color: #ce1126;
    font-family: "Open Sans", sans-serif;
	  font-weight: 600;
    opacity: 0.8;
    top: 10%;
    position: absolute;
	cursor: pointer;
	padding-left:25px;
	padding-right:12px;

}

article.free-ebook div.entry-thumb {
    position:relative;
}

a.go_premium_button:hover {
	border-bottom-color: white !important;
}

article.free-ebook header h1.entry-title::before{
	/*
	M4032 removed this!
	
	content: "Free eBook";
	position: relative;
	display: block;
  font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #ce1126;
	margin-bottom: 7px;
	*/
}

/*
p a.go_premium_button:hover {
	border-bottom-color: white !important;
}


article.free-ebook div.entry-thumb::before {
    content: "Free eBook";
    background-color: #FAF9F7;
    font-size: 18px;
    text-align: right;
    display: block;
    width: 160px;
    max-width: 50%;
    height: 36px;
    padding: 5px 8px 5px 0px;
    color: #ce1126;
    font-family: "Open Sans", sans-serif;
	  font-weight: 600;
    opacity: 0.8;
    top: 10%;
    position: absolute;

}

article.free-ebook div.entry-thumbnail::before {
    content: "Free eBook";
    background-color: #FAF9F7;
    font-size: 27px;
    text-align: right;
    display: block;
    width: 280px;
    max-width: 50%;
    height: 50px;
    padding: 5px 15px 5px 0;
    color: #ce1126;
    font-family: "Open Sans", sans-serif;
	  font-weight: 600;
    opacity: 0.85;
    top: 10%;
    position: absolute;
}
article.free-ebook header h1.entry-title::before{
	content: "Free eBook";
	position: relative;
	display: block;
  font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #ce1126;
	margin-bottom: 7px;
}
*/


.entry_mast_image.entry_mast_with_ribbon {
	position:relative;
	}
	.entry_mast_image.entry_mast_with_ribbon:before {
	
			content:  attr(data-image-ribbon-text);
		background-color: #FAF9F7;
		font-size: 18px;
		text-align: right;
		display: block;
		min-width: 16px;
		min-height: 36px;
		padding: 5px 8px 5px 0px;
		color: #ce1126;
		font-family: "Open Sans", sans-serif;
		  font-weight: 600;
		opacity: 0.8;
		top: 10%;
		position: absolute;
		cursor: pointer;
		padding-left:25px;
		padding-right:12px;
	
		
	}

	




.green-box a.orange_pill_shortcode.go_premium_button {
    margin-bottom: 0px;
}

.red-box h3 ,
.blue-box h3 ,
.green-box h3 {
    margin-bottom: 0;
}

p.page-summary.deck {
    margin-left: 3px;
}

.entry-content p.footnote {color:  #808080;}


/* Lightweight div expander plugin */

.lightweight-accordion {
    margin-bottom: .4em
}

.lightweight-accordion .lightweight-accordion-title {
    display: list-item;
    background-color: rgb(250, 249, 247) !important;
    padding: 10px 12px 10px 18px;
    cursor: pointer
}

.lightweight-accordion .lightweight-accordion-body {
    padding: 10px
}

.lightweight-accordion.bordered .lightweight-accordion-body {
    border: 2px solid #f1f2f6;
    border-top: 0
}

.lightweight-accordion details[open] summary~* {
    animation: lwopen .5s ease-in-out
}

.lightweight-accordion .lightweight-accordion-title h1,.lightweight-accordion .lightweight-accordion-title h2,.lightweight-accordion .lightweight-accordion-title h3,.lightweight-accordion .lightweight-accordion-title p,.lightweight-accordion .lightweight-accordion-title span {
    display: inline;
	/*
    font-size: 18px;
    font-family: inherit;
    font-weight: 400;
	*/
}

@keyframes lwopen {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/* End lightweight accordion CSS */

.stone-color-heading {
    background-color:#fafbf6;
}



/* HTML: <div class="loader"></div> */
/*
.load_more_loading_graphic_old {
	width: 50px;
	--b: 8px; 
	aspect-ratio: 1;
	border-radius: 50%;
	padding: 1px;
	background: conic-gradient(#0000 10%,#ce1126) content-box;
	-webkit-mask:
	  repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),
	  radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
	-webkit-mask-composite: destination-in;
			mask-composite: intersect;
	animation:l4 1s infinite steps(10);
	margin-left:0px;
	margin-right:0px;
  }
  @keyframes l4 {to{transform: rotate(1turn)}}
*/
.loading-graphic {
		display:flex;
		justify-content:center;
		clear:both;
}



/* HTML: <div class="loader"></div> */
.load_more_loading_graphic {
	width: 50px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 8px solid #fafbf6;
	border-right-color: #ce1126;
	animation: l2 1s infinite linear;
  }
  @keyframes l2 {to{transform: rotate(1turn)}}



  .free-ebook.image-ribbon .entry-thumb::before {
    content: attr(data-image-ribbon-text);
  }

