/* 
Theme Name: The Chunky Chef
Theme URL: http://www.thechunkychef.com/
Description: Custom responsive blog theme for The Chunky Chef.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.0
*/

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    white-space: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

/* MAIN CONTAINER */
.container {
    max-width: 100%;
    margin: 0 auto;
}

/* COLUMN WIDTH ON DISPLAYS +768px */
@media ( min-width : 801px ) {

    .span_content {
        margin-left: 0;
        width: 60%;
        max-width: 680px;
        float: left;
        display: inline-block;
    }
	
    .span_content_full {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    .span_sidebar {
        width: 33%;
        min-width: 300px;
        max-width: 340px;
        float: right;
        clear: right;
        display: block;
    }
}
.wrapper {
    background-color: #ffffff;
    margin: 0 auto 0;
    padding: 0 15px;
    width: 100%;
    max-width: 1050px;
}

.wrap {
    margin: 0 auto 0;
    padding: 0 15px;
    width: 100%;
    max-width: 1050px;
}

/*---------STRUCTURE---------*/

@font-face {
    font-family: 'proximanova';
    src: url('fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova';
    src: url('fonts/proximanova-regitalic-webfont.woff2') format('woff2'),
         url('fonts/proximanova-regitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'proximanova';
    src: url('fonts/proximanova-semibold-webfont.woff2') format('woff2'),
         url('fonts/proximanova-semibold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    color: #231F20;
    margin: 0;
    padding: 0;
}

a, input[type=submit], button {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:link, a:visited, a:active {
    color: #8D4182;
    text-decoration: underline;
}

a:hover {
    color: #48b66b;
    text-decoration: none;
}

p {
    margin: 20px 0;
}

img {
	display: block;
}
h1, h2, h3, h4, h5 {
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .12em;
    line-height: 1.2;
    margin: 25px 0;
    color: #231F20;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 20px;
    }
h3 {
    font-size: 16px;
}
	h3.widget-title {
		font-size: 16px;
		margin-top: 70px;
		margin-bottom: 5px;
	}
	.single-post-content h3:after {
		content: "";
		display: block;
		width: 100px;
		border-bottom: 1px solid #EDEDED;
		padding-top: 20px;
	}

h4 {
    font-size: 16px;
}

h5 {
   font-size: 14px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	height: 1px;
	margin: 40px 0 50px;
	border-top: 1px solid #EDEDED;
}
	.sep:after {
		display: block;
		content: "";
		width: 51px;
		height: 35px;
		background: url(images/pot-transparent.png) center no-repeat #ffffff;
		background-size: auto 100%;
		margin: -20px auto 0;
		padding: 0 7px;
	}
.sep2 {
	width: 100%;
	display: block;
	clear: both;
	height: 1px;
	margin: 50px 0 0;
	border-top: 1px solid #EDEDED;
}

hr {
	border: 0; 
	height: 0; 
	border-top: 1px solid #EDEDED; 
	border-bottom: none;
}

/*---------HEADER---------*/
.slicknav_menu, #mobile, .social-mobile {
    display: none;
}

.top-bar {
	background-color: #F8F8F8;
	border-bottom: 1px solid #EDEDED;
	height: 48px;
	line-height: 48px;
}
	.top-bar .wrap {
		max-width: 100%;
	}
.top-bar .right {
	width: 150px;
	float: right;
	text-align: right;
	clear: none;
}

.top-bar .left {
	width: -moz-calc(100% - 160px);
	width: -webkit-calc(100% - 160px);
	width: calc(100% - 160px);
	float: left;
	text-align: left;
	clear: none;
}

.top-bar .social {
	display: inline-block;
	margin-right: 10px;
}
.top-bar .social a {
	color: #ABACAC;
	text-decoration: none;
	padding: 2px 6px;
	font-size: 14px;
}
	.top-bar .social a:hover {
		color: #8D4182;
	}
	
.header {	
	text-align: left;
}

.header .logo {
	overflow: hidden;
	margin: 30px 0px;
	width: 370px;
	float: left;
}
	.header .logo a {
	    display: inline-block;
	    width: 370px;
	    height: 80px;
	    background: url(images/logo.png) no-repeat;
	    background-size: 100% auto;
	}

.header-search {
	float: right;
	width: 300px;
	text-align: right;
	margin: 40px 0 0;
}
	.header-search .search-form {
		width: 100%;
		margin-bottom: 5px;
	}
	.header-search .search-links {
		color: #ABACAC;
		font-size: 9px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .1em;
	}
		.header-search .search-links a {
			color: #ABACAC;
			text-decoration: none;
		}
			.header-search .search-links a:hover {
				text-decoration: underline;
			}

/*---------CONTENT---------*/
.span_content {
	
}

.span_content img, .span_sidebar img {
    max-width: 100%;
    height: auto;
}

.span_content ul, .span_content ol {
    margin: 25px 0;
    padding: 0;
}

.span_content ul li {
    list-style-type: none;
    margin: 0 0 3px 10px;
    padding: 0;
}

.span_content ul li:before {
    color: #48b66b;
    font: 5px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    content: '\2022';/* '' */
    margin: 0 6px 0 -10px;
    font-size: 12px;
}

.span_content ol li {
    list-style-type: decimal;
    padding: 0 0 10px;
    margin: 0 0 0 20px;
}

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

h1.pagetitle, h1.archivetitle {
    margin: 0 0 20px;
}
/*---------SIDEBAR---------*/

.sidebar {
	font-size: 90%;
}
.leftsidebar {
	width: 48%;
	float: left;
}
.rightsidebar {
	width: 48%;
	float: right;
}
.midsidebar {
	overflow: hidden;
	margin: 0 0 30px;
	clear: both;
	overflow: hidden;
}
.lowersidebar {
	clear: both;
}

.widget {
    margin: 0 0 40px 0;
}
	.widget_search, .widget_nav_menu {
		margin-bottom: 40px;
	}
.widget.center, .widget.center .textwidget {
    text-align: center;
}
.widget.ad, .widget.ad .textwidget {
	text-align: center;
	margin: 60px 0 60px 0;
}
	.widget.ad img {
		display: inline-block;
	}
h3.widget-title {
 	margin: 0 auto 15px; 
 	text-align: center;
}
	.widget_search h3.widget-title, .widget_nav_menu h3.widget-title {
		text-align: left;
		margin-bottom: 15px;
	}
.hide-title h3.widget-title {
	display: none;
}
.widget a {
    text-decoration: none;
}

.widget p {
    margin: 0 0 10px;
}

.widget p:last-of-type, .widget li:last-of-type {
    margin-bottom: 0;
}


.sidebar select {
    color: #ababad;
    font-size: 13px;
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    line-height: 35px;
    height: 35px;
    padding: 0 8px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #EDEDED;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.screen-reader-text {
    display: none;
}

.about p {
	margin: 0 0 12px;
	text-align: center;
}
.about p.simple-image img {
	margin: 0 auto 25px;
}
.about p.more {
	text-align: center;
	margin: 15px 0 0;
}
.about p.more a {
	font-weight: bold;
	color: #8D4182;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 12px;
}
	.about p.more a:hover {
		color: #48b66b;
	}
.sidebar .widget.social {
	text-align: center;
	margin-top: -10px;
}
.widget.social p {
	margin: 0;
	text-align: center;
}
	.widget.social a {
		font-size: 18px;
		padding: 5px 8px;
		margin: 0 3px;
		color: #8D4182;
	}
		.social a .fa-rss {
			color: #DD7517;
		}
		.social a .fa-twitter {
			color: #42A0C3;
		}
		.social a .fa-facebook-f {
			color: #8D4182;
		}
		.social a .fa-pinterest-p {
			color: #CC1D1D;
		}
		.social a .fa-instagram {
			color: #48b66b;	
		}

	.widget.social a .fa-stack-1x {
		font-size: 85%;
	}
	.social a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}
.subscribe {
	background-color: #ffffff;
	border: 1px solid #EDEDED;
	padding: 25px;
	text-align: center;
	margin-top: 60px;
}

.subscribe p {
	margin: 0;
	color: #918F8F;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
}
.subscribe h3.widget-title {
	background: url(images/stayconnected.png) no-repeat;
	background-size: 100% auto;
	width: 260px;
	height: 36px;
	margin: 0 auto;
	text-indent: -9999px;
}
	.subscribe:before {
	 	content: "";
	 	display: block;
		background: url(images/pot-subscribe.png) no-repeat;
		background-size: 100% auto;
		width: 72px;
		height: 72px;
		margin: -65px auto -10px;
	}
.email-form {
    clear: both;
    margin-top: 20px;
    position: relative;
}

.email-input {
    color: #231F20;
    font-size: 13px;
    line-height: 48px;
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #EDEDED;
    padding: 0 15px;
    margin: 0 0 10px;
    width: 100%;
    height: 48px;
}
	.email-input::placeholder {
		color: #ababad;
	}
.email-submit {
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 0;
	color: #ffffff;
	background-color: #8D4182;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
}

	.email-submit:hover {
	   background-color: #48b66b;
	}




/* -- Custom Content Widgets -- */
.sidebar .item img {
    width: 100%;
    height: auto;
    display: block;
}
.sidebar .item a {
	display: block;
}
.sidebar .item a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}
.sidebar .item .post-meta {
	color: #ababad;
	font-size: 10px;
}
.sidebar .item h4 {
	margin: 15px 0 8px;
	font-size: 14px;
}

/*Featured Posts Widget*/
.sidebar .featuredposts {
	
}
.sidebar .featured {
    text-align: center;
    overflow: hidden;
}

.sidebar .featured .item {
    width: 48%;
    margin: 0 4% 4% 0;
    float: left;
}
	.sidebar .featured .item:nth-of-type(2n) {
	    margin-right: 0;
	}
	
.sidebar .featured .post-title {
	display: none;
}
.sidebar .featured h4 {
	
}

/*Popular Posts Widget*/
.sidebar .popular-posts {
	
}
.sidebar .popular {
    text-align: center;
    overflow: hidden;
}

.sidebar .popular .item {
    width: 48%;
    margin: 0 4% 4% 0;
    float: left;
}

	.sidebar .popular .item:nth-of-type(2n) {
	    margin-right: 0;
	}

.sidebar .popular h4.title {
	
}
	.sidebar .popular h4.title a {
		color: #231F20;
	}
	.sidebar .popular h4.title a:hover {
		color: #8D4182;
	}

/*Category Widget*/
.sidebar .widget_categoryposts {
	
}
.sidebar .category-posts {
    text-align: center;
    overflow: hidden;
}

.sidebar .category-posts .item {
    width: 48%;
    margin: 0 4% 4% 0;
    float: left;
}

	.sidebar .category-posts .item:nth-of-type(2n) {
	    margin-right: 0;
	}

.sidebar .category-posts .item h4 {
	
}

/*Recent Posts Widget*/
.sidebar .recentposts {
	
}
.sidebar .recent {
	overflow: hidden;
}
.sidebar .recent .item {
    width: 48%;
    margin: 0 4% 4% 0;
    float: left;
}

	.sidebar .recent .item:nth-of-type(2n) {
	    margin-right: 0;
	}

.sidebar .recentposts .item h4 {
    
}


/*---------POSTS---------*/

.post {
    margin-bottom: 0px;
}

	
h1.post-title, h2.post-title, h4.post-title {
    margin: 0px 0 6px;
    color: #231F20;
    text-align: center;
}
h1.post-title a, h2.post-title a, h4.post-title a {
	text-decoration: none;
	color: #231F20;
}
	h1.post-title a:hover, h2.post-title a:hover, h4.post-title a:hover {
		color: #8D4182;
	}
	
.post .edit {
    text-transform: none;
    letter-spacing: 0;
}

.single-post-content>h2:first-of-type, .single-post-content blockquote h2:first-of-type {
	text-align: left;
	text-transform: none;
	letter-spacing: normal;
	font-family: "Playfair Display";
	font-size: 20px;
	line-height: 1.5;
}
.single-post-content>p:first-of-type em {
	font-style: normal;
	display: block;
	font-size: 110%;
}
	.single-post-content>p:first-of-type em:first-letter {
		font-weight: bold;
		font-size: 300%;
		line-height: .5;
		display: inline-block;
		float: left;
		margin: 15px 5px 0 0;
	}

.wprm-automatic-recipe-snippets {
	text-align: center !important;
	margin: -15px 0 30px -5px;
}

.wprm-automatic-recipe-snippets a {
	background-color: #8D4182 !important;
	color: #ffffff !important;
	font-size: 10px;
	letter-spacing: .12em;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none !important;
	padding: 3px 12px !important;
}
	.wprm-automatic-recipe-snippets a.wprm-print-recipe-shortcode {
	
	}

	.wprm-automatic-recipe-snippets a:hover {
		background-color: #231F20 !important;
	}
	
.post-meta {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
    color: #ABACAC;
    font-size: 10px;
    letter-spacing: .2em;
    font-weight: bold;
    margin: 0 0 25px;
    overflow: hidden;
    text-align: center;
}
	.post-meta a {
	    color: #ABACAC;
	    text-decoration: none;
	}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	    color: #8D4182;
	}
.post-meta em {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 105%;
	font-family: "Droid Serif";
	color: #ABACAC;
}
.post-meta .spacer {
	display: inline-block;
	margin: 0 8px;
	color: #cacaca;
}

.post-date {
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	background-color: #8D4182;
	padding: 3px 12px 2px;
}
.meta-bottom {
    clear: both;
    margin: 25px 0;
    overflow: hidden;
	line-height: 1.8;
	padding: 15px 2px;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}	
	.home-post .meta-bottom {
		border: none;
		padding: 0;
	}
.meta-bottom .left {
    width: 70%;
    float: left;
    text-align: left;
    display: inline-block;
}

.meta-bottom .right {
    text-align: right;
    width: 30%;
    float: right;
}	

.meta-centered {
	text-align: center;
	margin: 40px 0 0;
}
	.meta-centered p {
		text-align: center;
		margin: 0;
	}
	.post-cats {
		
	}
	.post-cats a {
		font-size: 9px;
		display: inline-block;
		background-color: #8D4182;
		color: #ffffff;
		font-weight: bold;
		padding: 2px 8px 1px;
	}
		.post-cats a:hover {
			color: #ffffff;
			background-color: #48b66b;
		}


a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
    color: #fff !important;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #d1d1d1;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-left: 8px;
    padding: 1px 3px;
    text-decoration: none;
    display: inline-block !;
}

a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover, a#cancel-comment-reply-link:hover {
    color: #fff;
    background-color: #231F20;
}
.meta-more {
	clear: both;
	margin: 20px 0 0;
}
	.meta-more .right {
		line-height: 40px;
	}
a.more-link {
	display: inline-block;
	color: #231F20;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	width: 185px;
	height: 23px;
	background: url(images/continuereading.png) no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}
	
	a.more-link:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}


.alignleft {
    margin-right: 15px;
    float: left;
}

.alignright {
    margin-left: 15px;
    float: right;
}

.aligncenter {
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.post blockquote {
	margin: 35px 0;
	clear: both;
    padding: 5% 6%;
    background-color: #ffffff;
    border: 1px solid #EDEDED;
    text-align: center;
}
	.post blockquote h2 {
		text-align: center !important;
		margin: 0;
	}
	.post blockquote h3 {
		font-size: 14px;
		letter-spacing: .1em;
		margin: 15px 0;
	}
	.post blockquote h3:after {
		display: none;
		margin: 0;
	}
	.post blockquote p {
		margin: 0;
		font-style: italic;
	}
	.post blockquote a {
		font-weight: bold;
		color: #8D4182;
	}
		.post blockquote h3 a {
			color: #ffffff;
			background-color: #CC1D1D;
			display: inline-block;
			padding: 4px 10px;
			margin-right: 5px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			text-decoration: none;
			font-size: 12px;
		}
			.post blockquote h3 a:hover {
				background-color: #e87e7e;
			}


.wp-caption {
    text-align: center;
    max-width: 100% !important;
}
	.wp-caption.aligncenter, .wp-caption.aligncenter img {
		margin: 0 auto;
		display: block;
	}
.wp-caption p {
    color: #ababad;
    font-size: 80%;
    text-align: center;
    margin-top: 2px;
    padding: 0;
}

/*---------IMAGE GALLERIES---------*/
.gallery {
	margin: 20px auto 0;
	overflow: hidden;
}
.gallery-columns-2 .gallery-item {
	float: left;
	text-align: center;
	width: 48%;
	margin-bottom: 3%;
}
	.gallery-columns-2 .gallery-item:nth-child(2n) {
		float: right;
	}
	.gallery-columns-2 .gallery-item:nth-child(2+1) {
		clear: both;
	}
.gallery-columns-3 .gallery-item {
	float: left;
	text-align: center;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3%;
}
	.gallery-columns-3 .gallery-item:nth-child(3n) {
		margin-right: 0;
	}
	.gallery-columns-3 .gallery-item:nth-child(3n+1) {
		clear: both;
	}
.gallery img {
	width: 100%;
	height: auto;
}
.gallery .gallery-caption {
	margin-left: 0;
	font-style: italic;
	font-size: 12px;
	line-height: 1.3;
	margin: 8px 0 0;
}

/* Inner Post */

.recipe-ps {
	text-align: center;
	color: #ababad;
	margin-bottom: 30px;
}
	.recipe-ps h4 {
		font-size: 22px;
	}
		.recipe-ps h4:before {
		 	content: "";
		 	display: block;
			background: url(images/pot-subscribe.png) no-repeat;
			background-size: 100% auto;
			width: 60px;
			height: 60px;
			margin: 25px auto 5px;
		}
	.recipe-ps h4, .recipe-ps p {
		margin: 5px 0;
	}
	.recipe-ps a {
		font-weight: bold;
	}
.inner-post {
    position: relative;
    overflow: hidden;
    padding: 45px 0 0 0;
}
.inner-post .subscribe {
	text-align: center;
}

/*Next/prev Posts*/
.post-nav {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
    margin: 0px 0 50px;
    overflow: hidden;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #231F20;
		text-decoration: none;
	}
		.post-nav a:hover {
			color: #ffffff;
		}

	.post-nav .nav-previous {
		float: left;
		width: 48%;
	}
		
	.post-nav .nav-next {
		float: right;
		text-align: right;
		width: 48%;
	}
		.post-nav div a {
			display: block;
			background-color: #ffffff;
		}
			.post-nav div a:hover {
				color: #8D4182;
			}

	.post-nav em {
		display: block;
		font-style: italic;
		font-weight: normal;
		font: 11px "proximanova", Arial, Helvetica, Geneva, sans-serif;
		color: #ababad;
		padding: 0 0 5px;
		letter-spacing: normal;
		text-transform: lowercase;
	}



.related {
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 0px;
}
	.related h3 {
		margin: 5px 0 20px;
	}

.related .archive-post {
	margin-bottom: 0;
}

/*---------HOMEPAGE FEATURED STYLES---------*/
.homepage-featured {
	position: relative;
	margin: 0px;
}

/* Owl Carousel */
.owl-item a.overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align: center;
	background-color: rgba(0,0,0,.6);
	opacity:0.0;
	filter:alpha(opacity=0);
}
	.owl-item a.overlay:hover {
		opacity:1.0;
		filter:alpha(opacity=100);
	}
.owl-item .caption {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 10px;
}
.owl-item h2.post-title {
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	margin: 0;
}

.owl-item a {
	text-decoration: none;
}

.owl-carousel {
	clear: both;
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    margin: 0px;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-theme .owl-controls {
    text-align: center;
    display: block;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.no-js .owl-carousel {
    display: block;
}

/*Custom Theme*/
.owl-custom .owl-nav {
	display: block;
    -webkit-tap-highlight-color: transparent;
    font-weight: normal;
}
.owl-custom .owl-nav .owl-prev {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 10px;
	z-index: 4002;
}
.owl-custom .owl-nav .owl-next {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 10px;
	z-index: 4002;
}
.owl-custom .owl-nav [class*='owl-'] {
    color: #ffffff;
    color: rgba(255,255,255,.7);
    font-size: 42px;
    font-weight: normal;
    margin: 0;
    padding: 5px 5px 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.owl-custom .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #ffffff;
    text-decoration: none;
}
.owl-custom .owl-nav .disabled {
    color: #ffffff;
    color: rgba(255,255,255,.3) !important;
    cursor: default;
}

/*---------HOMEPAGE CATEGORY SECTIONS---------*/

.home-sections {
	clear: both;
	margin: 30px 0;
	text-align: left;
}
.home-section {
	overflow: hidden;
	text-align: left;
	margin-bottom: 60px;
}
.home-section h3.widget-title {
	text-align: left;
	font-size: 18px;
}
	.home-section h3.widget-title a {
		color: #231F20;
	}
		.home-section h3.widget-title a:hover {
			color: #8D4182;
		}
.home-section .item {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 20px;
	float: left;
	text-align: left;
}
	.home-section .item:nth-child(3n) {
		margin-right: 0;
	}
	.home-section .item:nth-child(3n+1) {
		clear: left;
	}
	.home-section .item img {
		width: 100%;
		height: auto;
	}
	.home-section a {
		text-decoration: none;
	}
	
.home-section .more {
	clear: both;
	}
		.home-section .more a {
			color: #fff;
			font-size: 12px;
			text-transform: uppercase;
			letter-spacing: .15em;
			line-height: 1;
			font-weight: bold;
			background-color: #8D4182;
			border: none;
			cursor: pointer;
			text-decoration: none;
			padding: 10px 15px;
			display: inline-block;
		}
	.home-section .more a:hover {
	    background-color: #231F20;
	}
}
	.home-section .more a {
		text-decoration: none;
	}
.category-section {
	margin-bottom: 50px;
}
.category-posts {
	overflow: hidden;
}
.home-section h4 {
	margin: 13px 0;
	font-size: 14px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align: left;
}
.home-section .item a {
	display: inline-block;
}
.home-section .item a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}





/*---------TEASER STYLES---------*/

.teaser-post {
	width: 47%;
	font-size: 94%;
	float: left;
	overflow: hidden;
	margin: 0 0 40px;
	text-align: center;
}
	.teaser-post.odd, .related-posts .teaser-post:nth-child(2n+1) {
		margin-right: 6%;
		clear: left;
	}
	.teaser-post.even {
		
	}
	
	.teaser-post a {
		text-decoration: none;
	}
	.teaser-post img {
		width: 100%;
		height: auto;
		display: block;
		margin-bottom: 12px;
	}

.teaser-post h2.post-title {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 20px 0 5px;
}
	.teaser-post a h2.post-title {
		color: #231F20;
	}
	.teaser-post a:hover h2.post-title {
		color: #8D4182;
	}

.teaser-post .post-date {

}
.teaser-post .post-meta {
	margin: -24px 0 0;
}
.teaser-post .excerpt {
	margin: 0;
}

.teaser-post .excerpt p {
	margin: 15px 0;
}

.teaser-post .more {
	margin: 0;
}



/*---------ARCHIVE STYLES---------*/

h2.archivetitle, h3.searchtitle {
    margin-top: 0;
    margin-bottom: 25px;
}

.archives {
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;
    clear: left;
    overflow: hidden;
}

.archive-post {
    margin-right: 4.25%;
    margin-bottom: 35px;
    width: 30.5%;
    float: left;
    text-align: center;
}

	.archive-post:nth-child(3n) {
	    margin-right: 0;
	}
	
	.archive-post:nth-child(3n+1) {
	    clear: both;
	}
	
.archive-post img {
    width: 100%;
    height: auto;
}

.archive-post a {
    text-decoration: none;
    display: block;
}
	.archive-post a.post-edit-link {
		display: inline-block;
	}
.archive-post .post-meta {
    margin: 0;
    font-size: 10px;
}	
	.archive-post .post-meta:before {
		display: none;
	}
.archive-post h4 {
    margin: 15px 0 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
	
.archive-post .excerpt p {
	font-size: 90%;
	line-height: 1.6;
	margin: 10px 0 10px;
}
.archive-post .post-meta {
	margin-top: 5px;
	font-size: 9px;
	color: #ababad;
	font-weight: bold;
}
	
.archive-post a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}


.archiveslist {
    overflow: hidden;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    
}
	.archiveslist li {
	margin: 0 0 12px 0 !important;
	padding: 0 0 0 10px !important;
	line-height: 1.4;
	list-style-type: circle !important;
	    -webkit-column-break-inside: avoid; /* Chrome, Safari */
	    page-break-inside: avoid;           /* Theoretically FF 20+ */
	    break-inside: avoid-column;         /* IE 11 */
	    display:table;                      /* Actually FF 20+ */
	}
	.archiveslist li:before {
		
	}
.archiveslist a:link {
    color: #231F20;
    text-decoration: none;
}

.archiveslist a:visited {
    color: #231F20;
    text-decoration: none;
}
.archiveslist a:hover {
    color: #8D4182;
}

.archiveslist a:active {
    color: #8D4182;
}


.archiveslist ul {
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
}
	.archiveslist ul li {
	    font-size: 90%;
	    font-style: italic;
	    margin: 0 0 5px 0 !important;
	}

.subcats {
	margin-bottom: 40px;
	padding: 25px 25px 20px;
	text-align: center;
	border: 1px solid #EDEDED;
}

.subcats h4 {
    margin: 0 0 10px;
    font-size: 14px;
    color: #231F20;
}
.subcats ul {
	overflow: hidden;
	margin: 0 0 0 -10px;
	padding: 0;
}
	.subcats ul li ul {
		margin: 0;
		padding: 0;
	}
	.subcats ul li ul li {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	 
	.subcats li:before {
		display: none;
	}

	.subcats ul li a {
		color: #ffffff;
		text-decoration: none;
		background-color: #8D4182;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: .1em;
		font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		display: inline-block;
		padding: 4px 10px;
		margin: 2px 2px 5px;
	}
		.subcats ul li a.all {
			background-color: #ffffff;
			color: #8D4182;
		}
	.subcats ul li a:hover {
		background-color: #231F20;
		color: #ffffff;
	}
ul.tagindex, .tagindex li {
    
}
.tagslist>li {
	
}
.tagslist>li em {
	font-size: 90%;
	color: #ababad;
	margin-left: 8px;
}
.tagindex li:before {
    display: none;
}

.tagindex a {
	color: #ababad;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    display: block;
    margin-right: 2px;
    width: 20px;
    height: 22px;
    float: left;
    border: solid 1px #f6f5f5;
}

.tagindex a:link {
    color: #ababad;
    text-decoration: none;
}

.tagindex a:visited {
    color: #ababad;
    text-decoration: none;
}

.tagindex a:active {
    color: #8D4182;
    text-decoration: none;
}

.tagindex a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #8D4182;
}

.tagtitle {
    margin-bottom: 5px;
}

.tagtitle a {
    text-decoration: none;
    text-transform: none;
}

.tagtitle em {
    color: #231F20;
    letter-spacing: normal;
    font-style: italic;
    margin-left: 10px;
    font-weight: normal;
    float: right;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
}

.tagtitle em a {
    color: #231F20;
    font-size: 11px;
}

.tagtitle a:hover {
    color: #696969;
}

/*Breadcrumbs*/
.breadcrumb {
	text-transform: uppercase;
    color: #ababad;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: .1em;
    clear: both;
    margin: 0 0 15px;
}
	.breadcrumb a {
	    color: #ababad;
	    text-decoration: underline;
	}
	.breadcrumb a:hover {
	    color: #8D4182;
	}


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

#submit, .submitbutton, #commentform #submit, a.smbutton, .cntctfrm_input input[type=submit] {
    color: #fff;
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 1.2;
    font-weight: bold;
    background-color: #8D4182;
    border: none;
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 5px;
    padding: 15px 25px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    }
	a.smbutton {
		text-decoration: none;
		font-size: 10px;
		padding: 5px 10px 4px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .cntctfrm_input input[type=submit]:hover {
    background-color: #48b66b;
}

.commentinput, .styledinput, .captchainput, #commentform input, .cntctfrm_input input  {
    color: #696969;
    font-size: 14px;
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    margin-bottom: 7px;
    padding: 10px;
    border: 1px solid #EDEDED;
}
.cntctfrm_input {
	margin: 5px 0 15px;
}
.commentinput, #commentform input, .cntctfrm_input {
	width: 100% }
	
#commentform textarea, .cntctfrm_input textarea, .gform_wrapper textarea {
	color: #696969;
	font-size: 14px;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #EDEDED;
	width: 100%
}
#commentform #submit {
	width: auto;
}
#commentform .crfp-field {
	margin: 15px 0;
}
#commentform .crfp-field label {
	float: left;
	line-height: 1;
	margin-right: 10px;
}
#comment-list div.rating-container {
	clear: both;
	margin-top: 10px;
}
#comment-list div.rating-container span.label {
	display: none;
}
.wpcf7-form {
    width: 100%;
}

.wpcf7-form .formfield {
    overflow: hidden;
}

.wpcf7-form p {
    display: block;
    margin: 0 20px 0 0;

}

.wpcf7-form .styledinput {
    display: block;
    margin: 0;
    width: 100%;
    float: left;
}

.wpcf7-form .submit {
    clear: both;
}

.search-form {
	width: 100%;
    border: 1px solid #EDEDED;
    overflow: hidden;
}

.search-form .search-input {
    color: #231F20;
    font-size: 13px;
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    line-height: 50px;
    background-color: #fff;
    padding: 0 15px;
    border: none;
    vertical-align: middle;
    float: left;
    width: 85%;
    height: 50px;
}
	.search-form .search-input::placeholder {
		color: #ABACAC;
	}
.search-form .search-submit {
    background-color: transparent;
   	color: #8D4182;
    font-size: 20px;
    line-height: 47px;
    cursor: pointer;
    width: 15%;
    height: 50px;
    border-style: none;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    float: right;
}

.search-form .search-submit:hover {
	color: #C6A0C0;
}

	.header-search .search-input {
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
		.header-search .search-form .search-input::placeholder {
			color: #231F20;
		}
	.header-search .search-submit {
		height: 45px;
		line-height: 45px;
		margin: -2px 0 0;
		padding: 0 2px;
		vertical-align: middle;
	}


/*---------FOOTER---------*/
.footer {
	clear: both;
	margin-top: 50px;
	border-top: 1px solid #EDEDED;
}
.footer .widget {
	margin: 0;
}
.footer .widget.press {
	text-align: left;
	padding-bottom: 15px;
}
	.footer .widget.press h3.widget-title {
		text-align: left;
		color: #918F8F;
		font-size: 13px;
		margin: 30px 0 0;
	}
.footer-subscribe {
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 20px;
	border: none;
	background-image: none;
	background-color: #8D4182;
}
	
	.footer-subscribe .footer-sub {
		width: -moz-calc(100% - 255px);
		width: -webkit-calc(100% - 255px);
		width: calc(100% - 255px);
		float: left;
	}
	.footer-subscribe .social {
		width: 200px;
		float: right;
		text-align: right;
		margin: 10px 0 0;
	}
		.footer-subscribe .social a {
			color: #ffffff;
			font-size: 18px;
			padding: 8px;
		}
			.footer-subscribe .social a i {
				color: #ffffff;
			}
	.footer-sub .title {
		width: 255px;
		text-align: right;
		padding-right: 15px;
		float: left;
	}
	.footer-sub h3 {
		margin: 0;
	}
		.footer-sub h3 {
			background: url(images/stayconnected2.png) no-repeat;
			background-size: 100% auto;
			width: 240px;
			height: 33px;
			margin: -4px 0 0 auto;
			text-indent: -9999px !important;
			font-size: 0;
		}
	.footer-sub p {
		margin: 0;
		font-size: 14px;
		color: #C6A0C0;
	}
	.footer-subscribe .email-form {
		float: right;
		display: inline-block;
		width: auto;
		clear: none;
		margin: 0 0;
		vertical-align: middle;
		width: -moz-calc(100% - 255px);
		width: -webkit-calc(100% - 255px);
		width: calc(100% - 255px);
	}
	.footer-sub .email-input {
		display: inline-block;
		float: left;
		vertical-align: middle;
		width: -moz-calc(100% - 160px);
		width: -webkit-calc(100% - 160px);
		width: calc(100% - 160px);
		margin: 0;
	}
	.footer-sub .email-submit {
		display: inline-block;
		float: left;
		text-align: center;
		vertical-align: middle;
		font-size: 11px;
		width: 160px;
		margin: 0;
		background-color: #231F20;
	}
		.footer-sub .email-submit:hover {
			
		}
	
/*Sub-footer*/
.sub-footer {
    overflow: hidden;
	font-size: 10px;
	line-height: 15px;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	padding: 20px 0;
	background-color: #ffffff;
	color: #ABACAC;
}

.sub-footer a {
    text-decoration: none;
    color: #ABACAC;
}
.sub-footer a:hover {
    color: #8D4182;
}

.footer-nav {
    margin: 0;
    padding: 0;
    width: 75%;
    float: left;
}

.footer-nav li {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}

.footer-nav li.top a {
    font-weight: bold;
    color: #8D4182;
}


.sub-footer .copyright {
	width: 25%;
	float: right;
	text-align: right;
}

.copyright {
	text-align: center;
	font-size: 10px;
}
	.copyright em {
		text-transform: none;
		letter-spacing: normal;
		font: italic 11px "proximanova", Arial, Helvetica, Geneva, sans-serif;
	}



/*---------COMMENTS---------*/

#comments, #pings           {
	margin-top: 5px }
	h3#comments {
		text-transform: none;
		letter-spacing: normal;
		line-height: 1.5;
		font-size: 18px;
	}
	h3#comments strong {
		text-transform: uppercase;
		letter-spacing: .08em;
	}
#respond, #comments            {
	margin-top: 65px }
#comment-list          {
	font-size: 95%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
}
#comment-list li           {
	margin: 30px 0;
	padding: 25px;
	border: 1px solid #EDEDED;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}
#comment-list li.bypostauthor {
	border: none;
	padding: 0;
}
#comment-list li.bypostauthor>div.comment {
	background-color: #EDEDED;
	padding: 20px;
}
#comment-list li p {
	margin: 10px 0;
}
	#comment-list li p:last-of-type {
		margin-bottom: 0;
	}
.comment-meta {
	color: #ababad;
	margin: 0;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	clear: none;
	 }
	 .comment-meta:before {
	 	display: none;
	 }
	.comment-meta a {
		color: #ababad;
	}
.comment-meta strong           {
	color: #231F20;
	font-size: 16px;
	font-weight: bold;
	 }
.comment-meta strong a            {
	color: #231F20;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #8D4182;
	text-decoration: underline }


#comment-list .avatar    {
	float: right;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 0 10px 10px; }
	
#pings {
	margin-top: 50px;
}
#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0 }
#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0 }
	
	
#commentform   {
	margin-bottom: 30px;
	width: 100% }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }

.comment-nav {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
	text-align: left;}
	.comment-nav-bottom {
		margin-bottom: 25px;
	}
.comment-nav .nav-links {
	overflow: hidden;
}
.comment-nav .nav-previous {
	float: left;
	width: 48%;
}
.comment-nav .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
.comment-nav a {
	color: #ababad;
	text-decoration: none;
}
	.comment-nav a:hover {
		color: #231F20;
	}


/*threaded comments*/
#comment-list li ul {
	margin: 0;
	padding: 0 }
#comment-list li li {
	margin-bottom: 0;
	border: none;
}
#cancel_reply, #cancel_reply a       {
	color: #231F20;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #231F20;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #8D4182;
	text-decoration: underline }

/*---------PAGE NUMBERS---------*/

.pagination {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
    clear: both;
    text-align: center;
    font-size: 11px;
    margin: 20px 0 0;
    overflow: hidden;
    color: #ababad;
}
.pagination .page-numbers {
    color: #ababad;
    padding: 4px 10px 3px;
    margin: 0 3px;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current, .pagination a.active {
	    color: #48b66b !important;
	    margin: 0;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover{
	color: #8D4182;
}

/*---------TOP DROPDOWN MENU---------*/
#top  {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .1em;
	font-weight: bold;
	line-height: 48px;
	height: 48px;
}

#top li    {
	display: inline-block;
	margin: 0 -2px; 
	padding: 0;
	position: relative;
	}
#top li a  {
	display: block;
	padding: 0 12px;
	text-decoration: none;
	color: #918F8F;
	}
	#top li:first-child {
		margin-right: 8px;
		margin-left: -15px;
	}
	#top li:first-child a {
		background-color: #8D4182;
		color: #ffffff;
	}
	
		#top li:first-child a i {
			font-size: 20px;
			position: relative;
			top: 3px;
		}
#top a:hover, #top li:hover>a {
	color: #8D4182;
	}
	#top li:first-child a:hover {
		background-color: #48b66b;
		color: #ffffff;
	}

/*Sub Menus Level 1 */
#top ul ul { 
	display: none;
	position: absolute;
	top: 41px;
	left: 0;
	padding: 2px 0 6px;
	line-height: 24px;
	background-color: #EDEDED;
	text-align: left;
	z-index: 2001;
	width: 160px;
	margin: 0;
	}
	
#top ul ul li {
	float: none;
	display: block;
	margin: 0;
	}
#top ul ul li a {
	width: 100%;
	border: none;
}

#top ul li:hover > ul {
	display: block;
	}

	/* Show indicator for menu items with children */
	#top ul li.menu-item-has-children>a:after {
		content: '+';
		float: right;
		display: inline;
		margin: 0px 0 0 3px;
	}
	#top ul ul li.menu-item-has-children>a:after {
		content: '>';
		float: right;
		display: inline;
		margin: 0px 0 0 3px;
	}
	
	#top ul ul a:hover, #top ul ul li:hover>a {
		
		}
/*---------MAIN DROPDOWN MENU---------*/

#main {
	width: 100%;
	display: block;
	text-align: left;
	height: 60px;
	line-height: 60px;
	margin: -1px 0 40px;
	border-bottom: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
}

#main ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

#main li {
	display: inline-block;
	position: relative;
	width: auto;
	list-style: none;
	margin:  0 5px;
	padding: 0;
	float: left;
}
	#main li:first-of-type {
		margin-left: 0;
	}
	

#main a {
	color: #8D4182;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 0 8px;
	text-align: center;
}
	#main li.sm a {
		font-weight: normal;
		text-transform: lowercase;
		letter-spacing: normal;
		font-size: 14px;
		color: #231F20;
	}
	#main li.sm>a:after {
		content: "/";
		display: inline;
		float: right;
		color: #918F8F;
		cursor: pointer;
		margin: 0 -16px 0 10px;
	}
		#main li.sm-last>a:after {
			color: #ffffff;
		}
	#main li.sm:first-of-type {
		margin-left: -10px;
	}
	#main li.sm-last{
		margin-right: 10px;
	}
		

#main a:hover, #main li.sm>a:hover, #main li.menu-item-has-children:hover>a {
	color: #48b66b;
	cursor: pointer;
}

	
/* Navigation submenu */
#main .menu-item:hover .sub-menu {
	display: block;
}

#main .sub-menu {
	display: none;
	position: absolute;
	text-align: left;
	top: 58px;
	left: 0;
	padding: 5px 0;
	width: 180px;
	z-index: 2000;
	background-color: #EDEDED;
}

#main .sub-menu .menu-item {
	margin: 0;
	display: block;
	text-align: left;
	float: none;
	width: 100%;
}

#main .sub-menu .menu-item a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	color: #231F20;
	padding: 5px 18px;
}
	#main .sub-menu .menu-item:first-of-type a {
		padding-top: 10px;
	}
	#main .sub-menu .menu-item:last-of-type a {
		padding-bottom: 10px;
	}


#main .sub-menu .menu-item a:hover,#main .sub-menu li.menu-item-has-children:hover>a {
	color: #8D4182;
}

/* Navigation sub-submenu */
#main .sub-menu .menu-item:hover .sub-menu {
	display: block;
}

#main .sub-menu .menu-item .sub-menu {
	display: none;
	position: absolute;
	text-align: left;
	font-size: 10px;
	background-color: #d4d5d5;
	left: 100%;
	top: -10px;
	margin-left: 0;
}

	#main .sub-menu .menu-item .sub-menu li a:hover {
		
	}

	#main .sub-menu li.menu-item-has-children>a:after {
		content: ">";
		float: right;
	}
#main .sub-menu .menu-item .sub-menu:after {
	display: none;
}
#main li.bold, #main li.bold a, #main li li.bold {
	font-weight: bold !important;
}
#main li.search {
	display: none;
}