/* 
Theme Name: Divine Lifestyle
Theme URL: https://divinelifestyle.com/
Description: Custom responsive blog theme for Divine Lifestyle.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.00
*/
/* 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;
}

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

input[type="submit"],input[type="text"] {
	-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;
}

#page_wrap {
	margin-bottom: 0;
}

/* SELF CLEARING FLOATS - CLEARFIX METHOD */
.row:after,.col:after,.clr:after,.group:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* DEFAULT ROW STYLES */
.row {
	margin-bottom: 1.5em;
}

/* DEFAULT COLUMN STYLES */
.col {
	display: block;
	float: left;
	width: 100%;
}

@media ( min-width : 800px ) {
	.col {
		margin-left: 2%;
	}
}

/* RESET MARGINS */
.col:first-child {
	margin-left: 0;
}

/* COLUMN WIDTH ON DISPLAYS +768px */
@media ( min-width : 800px ) {
	.span_content {
		margin-left: 0;
		width: 70%;
		max-width: 720px;
		float: left;
		display: inline-block;
	}

	.span_content_full {
		width: 100%;
		margin-left: 0;
		max-width: 100%;
	}

	.span_sidebar {
		width: 29%;
		min-width: 300px;
		max-width: 300px;
		float: right;
		display: inline-block;
	}
}

.wrapper {
	background-color: #fff;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1100px;
}

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

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


@font-face {
    font-family: 'uniform';
    src: url('fonts/uniform-bold-webfont.eot');
    src: url('fonts/uniform-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/uniform-bold-webfont.woff2') format('woff2'),
         url('fonts/uniform-bold-webfont.woff') format('woff'),
         url('fonts/uniform-bold-webfont.ttf') format('truetype'),
         url('fonts/uniform-bold-webfont.svg#uniform') format('svg');
	font-display: swap;
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'uniform_extra_condensed';
    src: url('fonts/uniformextracondensed-medium-webfont.eot');
    src: url('fonts/uniformextracondensed-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/uniformextracondensed-medium-webfont.woff2') format('woff2'),
         url('fonts/uniformextracondensed-medium-webfont.woff') format('woff'),
         url('fonts/uniformextracondensed-medium-webfont.ttf') format('truetype'),
         url('fonts/uniformextracondensed-medium-webfont.svg#uniform') format('svg');
	font-display: swap;
    font-weight: normal;
    font-style: normal;
}


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 1.8;
	color: #5b5b5b;
	margin: 0;
	padding: 0;
}

a,input[type=submit] {
	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: #003889;
	text-decoration: underline;
}

a:hover {
	color: #6588b8;
	text-decoration: none;
}

p {
	margin: 20px 0;
}

h1,h2,h3,h4,h5 {
	font-family: "uniform_extra_condensed", Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, Bitstream Vera Sans Bold, Arial Black, sans serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 15px;
}

h1 {
	color: #323232;
	font-size: 34px;
}

h2 {
	color: #323232;
	font-size: 28px;
}

h3 {
	color: #323232;
	font-size: 24px;
}

h4 {
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	color: #ababab;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}

h5 {
	color: #003889;
	font-size: 24px;
}

strong,b {
	font-weight: 700;
}

em,i {
	font-style: italic;
}

.clear {
	clear: both;
	display: inline-block;
}

.sep {
	display: block;
	clear: both;
	margin: 25px auto;
	width: 100%;
	height: 5px;
	background-image: url(images/bg.png);
}

hr {
	width: 100%;
	display: block;
	clear: both;
	outline: none;
	border: none;
	margin: 30px 0;
	border-bottom: 1px solid #e9e9ea;
}

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

.header-ad {
	width: 728px;
	float: right;
	margin: 30px 0;
}

.header-ad .ad {
	display: inline-block;
	margin: 0 auto;
}

.header-ad .ad a,.header-ad .ad img,.footer-ad .ad a,.footer-ad .ad img {
	display: block;
}

.top-bar {
	background-color: #323232;
	min-height: 4px;
	overflow: hidden;
	color: #ababab;
	font-size: 11px;
	line-height: 45px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
}

.top-bar .social {
	width: 40%;
	float: left;
	text-align: left;
}

.top-bar .social p {
	display: inline-block;
	margin: 0;
}

.top-bar .social a {
	color: #fff !important;
	font-size: 14px;
	font-weight: normal;
	padding: 2px 4px;
}

.header {
	margin-bottom: 0px;
}

.header .logo {
	margin: 15px 0 15px;
	float: left;
	display: inline-block;
	width: 170px;
	height: 225px;
}

.header .logo a {
	width: 170px;
	height: 225px;
	display: inline-block;
	background: url(images/logo.png) no-repeat;
	background-size: 100% auto;
}


/*---------CONTENT---------*/
.span_content {
	margin-top: 10px;
}

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

.span_content ul,.span_content ol {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

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

.span_content ul li:before {
	color: #003889;
	content: '\2022';
	margin: -1px 6px 0 -10px;
	font-weight: 700;
	font-size: 100%;
	vertical-align: middle;
	display: inline-block;
}

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

h1.pagetitle,h1.archivetitle {
	margin: 0 0 20px;
}

/*---------SIDEBAR---------*/
.sidebar {
	margin-top: 10px;
	font-size: 90%;
	line-height: 1.6;
}

.leftsidebar {
	width: 47%;
	float: left;
}

.rightsidebar {
	width: 47%;
	float: right;
}

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
	clear: both;
}

.widget {
	margin-bottom: 40px;
}

.widget.center,.widget.center .textwidget {
	text-align: center;
}

h3.widget-title, .sidebar h3 {
	margin: 0 0 12px;
	text-align: center;
	line-height: 1.2;
}
	h3.widget-title em, .sidebar h3 em {
		display: block;
		font-style: normal;
		letter-spacing: .03em;
		color: #ababab;
		font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
		font-size: 11px;
	}
.widget a {
	text-decoration: none;
}

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

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

.sidebar select {
	color: #ababab;
	font-size: 12.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 35px;
	height: 35px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #e9e9ea;
}

.screen-reader-text {
	display: none;
}

.about {
	text-align: center;
}
.about h3.widget-title {
	display: none;
}
.about p.more {
	margin: 0;
	text-align: center;
}
.about img {
	width: 200px !important;
	height: 200px !important;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.about .more a {
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #003889;
}

.about .more a:hover {
	color: #6588b8;
}

.social {
	text-align: center;
}

	.sidebar .social {
		margin: -30px 0 30px;
	}

.social a {
	color: #003889;
	font-size: 30px;
	text-decoration: none;
	padding: 2px;
}
	.sidebar .social a {
		color: #848484;
	}
.social a:hover {
	color: #6588b8;
}

.subscribe {
	background-color: #003889;
	padding: 20px;
	text-align: center;
}

.subscribe h3.widget-title {
	font-size: 34px;
	line-height: 1;
	color: #ffffff;
	margin: 0;
}

.subscribe p {
	color: #96adcf;
	margin: 0;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
}

.email-form {
	clear: both;
	margin-top: 15px;
	overflow: hidden;
}

.email-input {
	color: #ababab;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 36px;
	background-color: #fff;
	border: none;
	padding: 0 12px;
	margin: 0 0 10px;
	width: 100%;
	height: 36px;
}

.email-submit {
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	letter-spacing: .03em;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 36px;
	color: #fff;
	background-color: #323232;
	text-align: center;
	cursor: pointer;
	border: none;
	padding: 0 10px;
	margin: 0;
	height: 36px;
	width: 100%;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.email-submit:hover {
	background-color: #6588b8;
}

.subscribe .checkboxes {
	color: #fff;
	font-size: 12.5px;
	line-height: 1;
	margin: 0;
}

.subscribe .checkboxes strong {
	color: #323232;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin-right: 8px;
}

.subscribe .checkboxes li,.subscribe .checkboxes ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.subscribe .checkboxes li {
	display: inline-block;
	margin: 8px 0 0 10px;
}

.subscribe .checkboxes li:first-of-type {
	margin-left: 0;
}

.subscribe input[type=checkbox] {
	display: none;
}

.subscribe input[type=checkbox] + label {
	cursor: pointer;
}

.subscribe input[type=checkbox] + label:before {
	background-color: #fff;
	color: #fff;
	display: inline-block;
	content: '\e828';
	font-family: "fontello";
	font-style: normal;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	margin: 0 5px 0 0;
	width: 15px;
	height: 16px;
}

.subscribe input[type=checkbox]:checked + label {
}

.subscribe input[type=checkbox]:checked + label:before {
	color: #6588b8;
	background-color: #fff;
}

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

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

.featured .item:nth-child(2n) {
	margin-right: 0;
}

.featured .item:nth-child(2n+1) {
	clear: left;
}

.featured img {
	width: 100%;
	height: auto;
	display: block;
}

.featured h4 {
	margin: 10px 0 0;
	color: #323232;
	font-weight: 400;
	text-align: center;
	display: none;
}

.featured .post-meta {
	display: none;
}

.featured a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/*Recent Posts Widget*/
.recentposts {
	overflow: hidden;
}

.recentposts .item {
	width: 47%;
	margin: 0 6% 6% 0;
	overflow: hidden;
	text-align: center;
	float: left;
}

.recentposts .item:nth-child(2n) {
	margin-right: 0;
}

.recentposts img {
	width: 100%;
	height: auto;
	display: block;
}

.recentposts a img {
	display: block;
}

.recentposts .item:last-of-type {
	margin-bottom: 0;
}

.recentposts h4 {
	margin: 10px 0 5px;
	font-size: 14px;
	color: #323232;
}

.recentposts a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.recentposts .post-meta {
	font-size: 10px;
	margin: 0;
	display: none;
}

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

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

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

.popular img {
	width: 100%;
	height: auto;
	display: block;
}

.popular h4 {
}

.popular .post-meta {
	display: none;
}

.popular a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

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

.sidebar .category-posts .item {
	width: 47%;
	margin: 0 6% 18px 0;
	float: left;
}

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

.sidebar .category-posts .item img {
	width: 100%;
	height: auto;
	display: block;
}

.sidebar .category-posts h4 {
	display: none;
}

.sidebar .category-posts h4 a {
	color: #363636;
}

.sidebar .category-posts .post-meta {
	display: none;
}

.sidebar .category-posts a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}
/*Social Media Widgets*/
ul.pins-feed-list {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.pins-feed-list li.pins-feed-item {
	margin: 0;
	padding: 0;
	width: 31% !important;
	float: left;
}
	ul.pins-feed-list li img {
		width: 100% !important;
		height: auto !important;
	}

#sbi_images {
	overflow: hidden;
}
	#sbi_images .sbi_item {
		width: 47%;
		margin: 0 6% 6% 0;
		overflow: hidden;
		text-align: center;
		float: left;
	}
		
	#sbi_images .sbi_item:nth-child(2n) {
		margin-right: 0;
	}
	
#sbi_images .sbi_item a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}
.sbi_follow_btn a {
	background-color: #003889;
	color: #ffffff;
	display: block;
	text-align: center;
	padding: 10px 20px;
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	letter-spacing: .03em;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	
}
.sbi_follow_btn a:hover {
	background-color: #6588b8;
}

/*---------POSTS---------*/
.post {
	margin-bottom: 20px;
}

h1.post-title, h2.post-title {
	margin: 7px 0 5px;
	color: #323232;
}

h1.post-title a, h2.post-title a {
	text-decoration: none;
	color: #323232;
}

h1.post-title a:hover, h2.post-title a:hover {
	color: #003889;
}


.post-meta {
	color: #ababab;
	font-size: 11px;
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.post-meta a {
	color: #ababab;
	text-decoration: none;
}

.post-meta em {
	text-transform: lowercase;
	letter-spacing: normal;
}

.post-meta a:hover {
	color: #323232 !important;
	text-decoration: underline;
}

.post .post-cats {
	display: inline-block;
	background-color: #003889;
	color: #ffffff;
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .03em;
	padding: 5px 12px;
}
.post .post-cats ul, .post .post-cats li {
	display: inline;
}
.post .post-cats a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
}

.meta-bottom {
	clear: both;
	overflow: hidden;
	line-height: 1.5;
	margin: 30px 0 0;
}

.single-post .meta-bottom {
	padding: 15px 0px;
}

.meta-bottom .left {
	width: 70%;
	float: left;
	display: inline-block;
}

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

.meta-bottom .ccount {
	margin: 0;
}

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: 700;
	background-color: #ababab;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 1px 3px;
	text-decoration: none;
}

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: #323232;
}

.post img.size-full,.post img.size-large {
	margin: 0 auto 15px;
}

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

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

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

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

.post blockquote {
	color: #ababab;
	font-style: italic;
	font-size: 115%;
	line-height: 1.9;
	padding: 5px 5%;
}

.wp-caption {
	text-align: left;
	max-width: 100% !important;
}

.wp-caption p {
	color: #727272;
	font-size: 90%;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px;
}

a.more-link {
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	color: #003889;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-decoration: none;
}

a.more-link:hover {
	color: #6588b8;
}

/* Recipe Styles*/
.recipe {
	background: url(images/bg.png) #fff;
	padding: 10px;
	margin: 35px 0;
	padding: 30px;
	z-index: 100;
}

.recipe h2 {
	margin: 0 0 10px;
}

.recipe h3 {
}

.recipe h3#directions {
	margin-top: 30px;
}

.recipe h4 {
	color: #ababab;
	font-size: 12px;
	font-weight: 400;
	margin: 15px 0 8px;
}

.recipe p,.recipe ol,.recipe ul {
	margin-top: 5px;
	margin-bottom: 12px;
}

.recipe ul li,.recipe ol li {
	margin-bottom: 0;
}

.recipe ol li:last-of-type,.recipe ul li:last-of-type,.recipe .notes p:last-of-type,.recipe .source p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

.recipe .summary {
	margin: 20px 0 25px;
	clear: left;
	font-style: italic;
	font-size: 115%;
}

.recipe .time {
	color: #ababab;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-top: 1px solid #e9e9ea;
	border-bottom: 1px solid #e9e9ea;
	padding: 10px 3px;
	margin: 10px 0 20px;
}

.recipe .time p {
	display: inline-block;
	margin: 0;
}

.recipe .time p:before {
	content: ".";
	display: inline-block;
	color: #e9e9ea;
	border-right: 1px solid #e9e9ea;
	margin: 0 13px 0 11px;
	height: 100%;
	width: 1px;
	text-indent: -9999px;
}

.recipe .time p:first-of-type:before {
	display: none;
}

.recipe .time a {
	color: #ababab;
	text-decoration: none;
}

.recipe .time p.yield {
	color: #003889;
	font-weight: 600;
}

.recipe .notes {
	margin-top: 30px;
	color: #ababab;
}

.recipe .source {
	color: #ababab;
	font-size: 12px;
	font-style: italic;
	margin-top: 15px;
	clear: both;
}

.recipe .photo {
	width: 28%;
	float: right;
	margin: 0 0 15px 10px;
}

.recipe .printbutton {
	float: right;
	clear: right;
	width: 28%;
	text-align: center;
	margin: 0 0 15px 10px;
}

.printbutton a {
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: .03em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #003889;
	line-height: 30px;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border: none;
	display: block;
	text-decoration: none;
}

.printbutton a:before {
	font-family: "fontello";
	content: '\e805';
	margin-right: 7px;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
}



.printbutton a:hover {
	color: #fff;
	background-color: #6588b8;
}


/* Inner Post */

.post-nav {
	margin: -20px 0 25px;
	overflow: hidden;
	clear: both;
}

.post-nav a {
	color: #323232;
	text-decoration: none;
	padding: 2px;
}

.post-nav .nav-previous {
	float: left;
	width: 47%;
	position: relative;
}



.post-nav .nav-next {
	float: right;
	text-align: right;
	width: 47%;
	position: relative;
}



.post-nav h3 span {
	color: #ababab;
	display: block;
	font-size: 11px;
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: 3px;
}

.post-nav a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/*---------TEASER STYLES---------*/
h3.divider {
	font-size: 34px;
	margin: 0 0 20px;
}
.teaser-posts {
	overflow: hidden;
}

.teaser-post {
	overflow: hidden;
	text-align: left;
	margin: 0 0 30px;
}

.teaser-post a {
	text-decoration: none;
}

.teaser-post .post-image {
	display: block;
	width: 48%;
	height: auto;
	margin-right: 2%;
	float: left;
}
.teaser-post .post-content {
	width: 50%;
	float: right;
}
.teaser-post h2 {
	font-size: 34px;
	margin: 0 0 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.teaser-post .post-meta {
	margin: 0;
}
.teaser-post p {
	margin: 12px 0;
	font-size: 94%;
	line-height: 1.7;
}


.teaser-post .more {
	
}

.teaser-post a.more-link {
}

/*---------CAROUSEL STYLES---------*/
.carousel {
	overflow: hidden;
	width: 100%;
	background-image: url(images/bg.png);
	padding: 28px 0;
	margin: 25px 0 30px;
}

.carousel .wrap {
	overflow: hidden;
}

.carousel .item {
	width: 31.5%;
	margin: 0 2.75% 0 0;
	float: left;
	position: relative;
	background-color: #ffffff;
}

.carousel .item:nth-child(3n) {
	margin-right: 0;
}

.carousel .item img {
	width: 100%;
	height: auto;
	display: block;
}

.carousel .item .post-image {
	position: relative;
}
	.carousel .item .post-cats {
		position: absolute;
		bottom: 0;
		background-color: #003889;
		color: #ffffff;
		font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .03em;
		margin-left: 15px;
		padding: 5px 12px;
	}
	.carousel .item .post-cats ul, .carousel .item .post-cats li {
		display: inline;
	}
	.carousel .item .post-cats a {
		color: #ffffff;
		text-decoration: none;
		display: inline-block;
	}
.carousel .item h2 {
	margin: 0 0 3px;
}
.carousel .item .post-content {
	padding: 13px 15px;
}
.carousel .item .post-content p {
	margin: 7px 0 3px;
	font-size: 94%;
	line-height: 1.7;
}

/*---------HOMEPAGE STYLES---------*/
.homepage-sections {
	clear: both;
	overflow: hidden;
	margin: 50px 0 0;
}

.homepage-section {
	overflow: hidden;
	margin: 0 0 30px;
	background-image: url(images/bg.png);
	padding: 21px 21px 1px;
}

.homepage-section h3.widget-title {
	margin: 0 0 15px;
	font-size: 34px;
	text-align: left;
}

.homepage-section h3.widget-title a {
	color: #323232;
	text-decoration: none;
}

.homepage-section h3.widget-title a em {
	float: right;
	display: inline-block;
	color: #ffffff;
	background-color: #003889;
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: .03em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 5px 0 0;
	padding: 5px 10px;
	display: inline-block;
}

.homepage-section h3.widget-title a em:hover {
	background-color: #6588b8;
}


.homepage-section .category-posts .item {
	margin-right: 3.5%;
	margin-bottom: 20px;
	width: 31%;
	float: left;
}

.homepage-section .category-posts .item img {
	display: block;
	width: 100%;
	height: auto;
}

	.homepage-section .category-posts .item:nth-child(3n) {
		margin-right: 0;
	}
	
	.homepage-section .category-posts .item:nth-child(3n+1) {
		clear: both;
	}
.homepage-section .category-posts h3 {
	margin: 10px 0 5px;
	font-size: 24px;
	text-align: left;
}
.homepage-section .category-posts .post-meta {
	font-size: 10px;
}
.homepage-section .category-posts a {
	text-decoration: none;
	color: #323232;
}

.homepage-section .category-posts a:hover {
	color: #003889;
}

/*---------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: 0 3.5% 3.5% 0;
	width: 31%;
	float: left;
	text-align: center;
}

.archive-post:nth-child(3n) {
	margin-right: 0;
}

.archive-post:nth-child(3n+1) {
	clear: both;
}

.archive-post img {
	display: block;
	width: 100%;
	height: auto;
}

.archive-post a {
	text-decoration: none;
}

.archive-post h3 {
	margin: 10px 0 4px;
}

.archive-post .post-meta {
	border: none;
	padding: 0;
	margin: 0;
}

.archive-post a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
/* For IE8 and earlier */
}

.archiveslist {
	color: #6b6963;
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 15px;
	-webkit-column-count: 3;
	-webkit-column-gap: 15px;
	column-count: 3;
	column-gap: 15px;
}

.archiveslist a:link,.subcategories a:link {
	color: #6b6963;
	text-decoration: none;
}

.archiveslist a:visited,.subcategories a:visited {
	color: #919394;
	text-decoration: none;
}

.archiveslist a:hover,.subcategories a:hover {
	color: #003889;
}

.archiveslist a:active,.subcategories a:active {
	color: #323232;
}

.archiveslist li {
	-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 ul {
	margin: 0;
	list-style-type: circle;
}

.archiveslist ul li {
	color: #323232;
	font-size: 12px;
	line-height: 1.4;
	margin: 2px 0 5px 15px;
}

.archiveslist ul li:before {
	color: #6588b8;
}

.archiveslist ul li a {
	color: #919394 !important;
}

.archiveslist ul li a:hover {
	color: #003889 !important;
}

.subcats {
	margin: 0 0 40px;
	background: url(images/bg.png) #fff;
	padding: 10px 10px 15px;
	text-align: center;
}

.subcats h4 {
	margin: 10px 0;
}

.subcats ul,.subcats li {
	margin: 0 !important;
	padding: 0 !important;
}

.subcats li:before {
	display: none !important;
}

.subcats ul.subcategories {
	text-align: center;
}

.subcats ul.subcategories li ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.subcats ul.subcategories li ul li a {
	color: #003889;
	background-color: #ffffff;
	font-weight: bold;
	font: 11px "uniform", Arial, Helvetica, Geneva, sans-serif;
	line-height: 2;
	text-transform: uppercase;
	letter-spacing: .05em;
	padding: 0 8px;
	margin: 2px 2px 4px;
	display: inline-block;
}

.subcats ul.subcategories li ul li a:hover {
	background-color: #6588b8;
	color: #ffffff;
	cursor: pointer;
}

ul.tagindex,.tagindex li {
	margin: 0 !important;
	padding: 0 !important;
}

.tagindex li:before {
	display: none !important;
}

.tagslist li {
	font-size: 95%;
}

.tagindex li:before {
	display: none;
}

.tagindex a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	display: block;
	margin-right: 3px;
	width: 20px;
	float: left;
	border: solid 1px #f6f5f5;
}

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

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

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

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

.tagtitle {
	color: #003889;
	text-transform: uppercase;
}

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

.tagtitle em {
	color: #ababab;
	letter-spacing: normal;
	font-style: italic;
	margin-left: 10px;
	float: right;
	font-weight: 400;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

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

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

.related {
	overflow: hidden;
	margin-bottom: 50px;
}

.related h3 {
}

/*---------FORMS---------*/
#submit,.submitbutton,#commentform #submit,.gform_wrapper input[type="submit"] {
	color: #fff;
	background-color: #003889;
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	letter-spacing: .05em;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 5px;
	padding: 8px 20px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-style: none;
}

#submit:hover,.submitbutton:hover,#commentform #submit:hover,.gform_wrapper input[type="submit"]:hover {
	background-color: #6588b8;
}

a.button {
	color: #fff;
	background-color: #003889;
	font-weight: 700;
	padding: 4px 10px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .05em;
}

a.button:hover {
	color: #fff;
	background-color: #6588b8;
	text-decoration: none;
	cursor: pointer;
}

.commentinput,.styledinput,.captchainput,#commentform input {
	color: #323232;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: solid 1px #e2e2e2;
}

.commentinput,#commentform input {
	width: 100%;
}

#commentform textarea {
	color: #323232;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #e9e9ea;
	width: 100%;
}

#commentform #submit {
	width: auto;
}

.wpcf7-form {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
}

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

.wpcf7-form p {
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin: 0 20px 0 0;
	padding: 7px 0;
	width: 100px;
	float: left;
}

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

.wpcf7-form .submit {
	margin-left: 120px;
	clear: both;
}

.search-form {
}

.search-form form {
	border: 1px solid #e9e9ea;
	max-width: 350px;
}

.search-form .search-input {
	color: #323232;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-style: italic;
	line-height: 35px;
	height: 35px;
	background-color: #fff;
	padding: 0 12px;
	border: none;
	vertical-align: middle;
	width: 80%;
}

.search-form .search-submit {
	color: #003889;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	height: 35px;
	background-color: transparent;
	font-family: "fontello";
	cursor: pointer;
	width: 20%;
	border-style: none;
	vertical-align: middle;
	text-align: right;
	margin: 0 0 0 -4px;
}

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

.header-search {
	height: 28px;
	border: none;
	vertical-align: middle;
	display: inline-block;
	margin: 0;
}

.header-search .search-input {
	height: 28px;
	line-height: 28px;
	color: #fff;
	background-color: #6588b8;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	width: 70%;
}

.header-search .search-submit {
	height: 28px;
	line-height: 28px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .05em;
	color: #fff;
	padding: 0;
	margin: -4px 0 0 -4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	width: 30%;
}

.header-search .search-submit:hover {
	color: #323232;
}

/*---------FOOTER---------*/
.footer {
	text-align: center;
	overflow: hidden;
	padding-bottom: 25px;
}

.footer a {
	text-decoration: none;
	color: #ababab;
}

.footer a:hover {
	color: #003889;
}

.footer-sub {
	overflow: hidden;
	padding: 35px 0 35px;
	background-image: url(images/bg.png);
}

.footer-sub .subscribe {
	background: url(images/flower.png) left center no-repeat transparent;
	background-size: 65px auto;
	width: 60%;
	width: -moz-calc(100% - 290px);
	width: -webkit-calc(100% -290px);
	width: calc(100% - 290px);
	max-width: 720px;
	float: left;
	text-align: left;
	overflow: hidden;
	margin: 0;
	padding: 15px 0 15px 75px;
}

.footer-sub .subscribe h3 {
	color: #323232;
	font-size: 30px;
	margin: 3px 0 0;
}

.footer-sub .subscribe p {
	margin: 0;
	text-align: left;
	font-size: 10px;
	color: #848484;
}

.footer-sub .subscribe .subscribe-title {
	width: 255px;
	float: left;
}

.footer-sub .subscribe .email-form {
	width: -moz-calc(100% - 255px);
	width: -webkit-calc(100% -255px);
	width: calc(100% - 255px);
	float: right;
	clear: none;
	margin: 7px 0 0;
}

.footer-sub .subscribe .email-input {
	width: 60%;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	height: 44px;
	line-height: 44px;
}

.footer-sub .subscribe .email-submit {
	width: 40%;
	margin: 0 0 0 -4px;
	display: inline-block;
	vertical-align: middle;
	height: 44px;
	line-height: 44px;
}

.footer-sub .social {
	width: 280px;
	float: right;
	text-align: right;
	padding: 0;
	margin: 13px 0 0;
}

.footer-sub .social a {
	color: #003889;
	font-size: 32px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	margin-left: 1px;
}
	.footer-sub .social a:hover {
		color: #6588b8;
	}
.footer-nav {
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .03em;
	font-size: 10px;
	background-color: #323232;
	color: #ababab;
	overflow: hidden;
	line-height: 45px;
}

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

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

.footer-nav a {
	color: #ababab;
	text-decoration: none;
}

.footer-nav a:hover {
	color: #ffffff;
}

.footer-nav li.top a {
	color: #ffffff;
}

.footer-nav li.top a:before {
	content: '\e815';
	font-family: "fontello";
	vertical-align: top;
	font-weight: 400;
	margin-right: 5px;
	font-size: 10px;
}

.copyright {
	color: #ababab;
	font-size: 10px;
	width: 30%;
	float: right;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.copyright em {
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 11px;
	letter-spacing: normal;
}

.copyright a {
	text-decoration: underline;
}

/*---------COMMENTS---------*/
#comments,#pings {
	margin-top: 5px;
	text-align: left;
}

#comments .right {
	float: right;
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	display: inline-block;
	margin-top: 8px;
	font-size: 11px;
}

#respond {
	margin-top: 65px;
	text-align: left;
}

#comment-list {
	font-size: 95%;
	line-height: 1.7;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#comment-list li {
	margin: 0 0 30px;
	list-style-type: none;
	border: 1px solid #e9e9ea;
	padding: 20px;
}

#comment-list li:before {
	display: none;
}

#comment-list li p {
	margin: 10px 0;
}

.comment-content {
	clear: left;
	margin-bottom: 18px;
}

.comment-meta {
	margin: 0;
	color: #ababab;
	font-size: 11px;
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.comment-meta a {
	color: #ababab;
	text-decoration: none;
}

.comment-author {
	color: #323232;
	font-family: "uniform_extra_condensed", Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, Bitstream Vera Sans Bold, Arial Black, sans serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.comment-author a {
	color: #323232;
	text-decoration: underline;
}

.comment-author a:hover {
	color: #6588b8;
	text-decoration: underline;
}

#comment-list .avatar {
	vertical-align: middle;
	margin: 0 15px 15px 0;
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#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;
}

#commentform {
	margin-bottom: 30px;
	width: 100%;
}

#commentform label {
}

#commentform p {
	margin-bottom: 5px;
}

.wp-smiley {
	vertical-align: middle;
}

.comment-nav {
	overflow: hidden;
}

.comment-nav .nav-previous {
	width: 50%;
	float: left;
	text-align: left;
}

.comment-nav .nav-next {
	width: 50%;
	float: right;
	text-align: right;
}

.comment-nav a {
	color: #ababab;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .03em;
	text-decoration: none;
}

.comment-nav a:hover {
	color: #003889;
}

/*threaded comments*/
#comment-list li.bypostauthor {
	background-color: #6588b8;
	color: #fff;
}

#comment-list li.bypostauthor .comment-author a {
	color: #fff;
	text-decoration: none;
}

#comment-list li.bypostauthor .comment-content {
	color: #fff;
}

#comment-list li.bypostauthor a:link {
	color: #323232;
}

#comment-list li.bypostauthor .comment-meta,#comment-list li.bypostauthor .comment-meta a {
	color: #fff;
	color: rgba(255,255,255,.5);
}

#comment-list li ul {
	margin: 0;
	padding: 0;
}

#comment-list li li {
	margin: 20px -20px -20px;
	padding-left: 60px;
	padding-right: 60px;
	border: none;
	border-top: 1px solid #e9e9ea;
	background-color: #f7f7f7;
}

#cancel_reply,#cancel_reply a {
	color: #003889;
	font-size: 11px;
	font-weight: 700;
}

.thdrpy,.thdrpy a {
	color: #003889;
	font-size: 11px;
	text-decoration: none;
}

.thdrpy a:hover {
	color: #003889;
	text-decoration: underline;
}

/*---------PAGE NUMBERS---------*/
.pagination {
	text-transform: uppercase;
	letter-spacing: .03em;
	clear: both;
	text-align: center;
	font: 11px "uniform", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5;
	margin: 0 0 25px;
	overflow: hidden;
}

.pagination .page-numbers {
	color: #848484;
	padding: 5px 10px;
	border: solid 1px #fff;
	text-decoration: none;
	display: inline-block;
}

.pagination span.page-numbers.current {
	color: #003889;
	background-color: #fff;
	font-weight: 700;
}

.pagination span.page-numbers.dots {
	border: none;
}

.pagination a.page-numbers:hover {
	color: #fff;
	background-color: #003889;
}

/*----TOP Menu----*/
.top-nav {
	margin: 0;
	display: inline-block;
	text-align: right;
	float: right;
	width: 60%;
	font: 11px "Uniform", Arial, Helvetica, Geneva, sans-serif;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: bold;
}

.top-nav ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: left;
}

.top-nav li {
	display: inline-block;
	position: relative;
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-nav > ul > li {
	padding-bottom: 10px;
	margin-bottom: -10px;
}

.top-nav a {
	display: block;
	text-decoration: none;
	padding: 0 10px;
	color: #ababab;
}

.top-nav a:hover,.top-nav li.menu-item-has-children:hover>a {
	color: #ffffff;
	cursor: pointer;
}

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

.top-nav .sub-menu {
	display: none;
	position: absolute;
	text-align: center;
	left: 50%;
	padding: 5px 0;
	margin-top: 0;
	margin-left: -80px;
	width: 160px;
	z-index: 2000;
	background-color: #323232;
}

.top-nav .sub-menu .menu-item {
	margin: 0;
	font-size: 13px;
	line-height: 1.2;
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: 400;
}

.top-nav .sub-menu .menu-item a {
	color: #7a7a7a;
	display: block;
	width: 160px;
	padding: 8px 12px;
}

.top-nav .sub-menu .menu-item:first-of-type a {
	border-top: none;
}

.top-nav .sub-menu .menu-item a:hover {
	color: #96adcf;
}

.top-nav .sub-menu .menu-item-has-children a {
}

.top-nav .sub-menu .menu-item .sub-menu .menu-item a {
	border: none;
	padding: 10px 15px 10px 20px;
	margin-top: -12px;
	font-style: italic;
	background-color: transparent;
	font-size: 12px;
}

.top-nav .sub-menu .menu-item .sub-menu .menu-item a:hover {
	color: rgba(255,255,255,.7);
}

.top-nav li li a:after {
	display: none;
}

/*----MAIN Menu----*/
#main {
	margin: 20px 0 20px;
	width: auto;
	display: inline-block;
	float: right;
	text-align: right;
	height: 45px;
}

#main ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

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

#main > ul > li {
	padding-bottom: 15px;
	margin-bottom: -15px;
}

#main a {
	font-size: 28px;
	line-height: 1.1;
	text-transform: uppercase;
	font-family: "uniform_extra_condensed", Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, Bitstream Vera Sans Bold, Arial Black, sans serif;
	display: block;
	text-decoration: none;
	padding: 0 12px;
	color: #42403e;
	text-align: center;
}
	#main a .description {
		display: block;
		font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		font-size: 11px;
		color: #ababab;
	}
#main a:hover,#main li.menu-item-has-children:hover>a {
	color: #003889;
	cursor: pointer;
}

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

#main .sub-menu {
	display: none;
	position: absolute;
	text-align: center;
	left: 50%;
	padding: 4px 0;
	margin-top: 15px;
	margin-left: -80px;
	width: 160px;
	z-index: 2000;
	background-color: #003889;
}

#main .sub-menu:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(222,66,111,0);
	border-bottom-color: #003889;
	border-width: 10px;
	margin-left: -10px;
}



#main .sub-menu .menu-item {
	margin: 0;
	display: block;
}

#main .sub-menu .menu-item a {
	color: #fff;
	display: block;
	width: 160px;
	padding: 5px 12px;
	font: 11px/1.2 "uniform", Arial, Helvetica, Geneva, sans-serif;
}

#main .sub-menu .menu-item:first-of-type a {
	border-top: none;
}

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

/* 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: center;
	left: 100%;
	top: 0;
	padding: 5px 0;
	margin-left: 0;
}

#main .sub-menu .menu-item .sub-menu:after {
	display: none;
}


/* ---- FONTELLO ---- */
@font-face {
	font-family: 'fontello';
	src: url(fonts/fontello.eot?19440664);
	src: url(fonts/fontello.eot?19440664#iefix) format("embedded-opentype"),url(fonts/fontello.woff?19440664) format("woff"),url(fonts/fontello.ttf?19440664) format("truetype"),url(fonts/fontello.svg?19440664#fontello) format("svg");
	font-weight: 400;
	font-style: normal;
}

[class^="icon-"]:before,[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
}

.icon-rss:before {
	content: '\e800';
}

/* '' */
.icon-rss-circled:before {
	content: '\e80d';
}

/* '' */
.icon-twitter:before {
	content: '\e803';
}

/* '' */
.icon-twitter-circled:before {
	content: '\e808';
}

/* '' */
.icon-facebook:before {
	content: '\e804';
}

/* '' */
.icon-facebook-circled:before {
	content: '\e80a';
}

/* '' */
.icon-gplus:before {
	content: '\e807';
}

/* '' */
.icon-gplus-circled:before {
	content: '\e80b';
}

/* '' */
.icon-pinterest:before {
	content: '\e809';
}

/* '' */
.icon-pinterest-circled:before {
	content: '\e80c';
}

/* '' */
.icon-instagram:before {
	content: '\e806';
}

/* '' */
.icon-instagram-circled:before {
	content: '\e80e';
}

/* '' */
.icon-snapchat:before {
	content: '\e80f';
}

/* '' */
.icon-snapchat-circled:before {
	content: '\e802';
}

/* '' */
.icon-stumbleupon:before {
	content: '\e819';
}

/* '' */
.icon-stumbleupon-circled:before {
	content: '\e822';
}

/* '' */
.icon-youtube:before {
	content: '\e81a';
}

/* '' */
.icon-youtube-circled:before {
	content: '\e81b';
}

/* '' */
.icon-up:before {
	content: '\e823';
}

/* '' */
.icon-down:before {
	content: '\e826';
}

/* '' */
.icon-left:before {
	content: '\e825';
}

/* '' */
.icon-right:before {
	content: '\e824';
}

/* '' */
.icon-arrow-up:before {
	content: '\e815';
}

/* '' */
.icon-arrow-down:before {
	content: '\e817';
}

/* '' */
.icon-arrow-left:before {
	content: '\e816';
}

/* '' */
.icon-arrow-right:before {
	content: '\e810';
}

/* '' */
.icon-print:before {
	content: '\e805';
}

/* '' */
.icon-star:before {
	content: '\e801';
}

/* '' */
.icon-comment:before {
	content: '\e811';
}

/* '' */
.icon-menu:before {
	content: '\e827';
}

/* '' */
.icon-cancel:before {
	content: '\e828';
}

/* '' */
.icon-search:before {
	content: '\f002';
}

/* '' */
.icon-ampersand:before {
	content: '\e813';
}

/* '' */
.icon-ampersand-circled:before {
	content: '\e812';
}

.icon-recipes:before {
	content: '\e818';
}

/* '' */
.icon-recipes-circled:before {
	content: '\e81d';
}

/* '' */
.icon-travel-circled:before {
	content: '\e81f';
}

/* '' */
.icon-travel:before {
	content: '\e820';
}

/* '' */
.icon-tutorials:before {
	content: '\e821';
}

/* '' */
.icon-tutorials-circled:before {
	content: '\e81c';
}

/* '' */
.icon-more:before {
	content: '\e814';
}

/* '' */
.icon-more-circled:before {
	content: '\e81e';
}

/* '' */