/* 
Theme Name: Food with Feeling
Theme URL: http://www.foodwithfeeling.com/
Description: Custom responsive blog theme for Food with Feeling.
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: 68%;
        width: -moz-calc(100% - 300px - 5%);
        width: -webkit-calc(100% - 300px - 5%);
        width: calc(100% - 300px - 5%);
        max-width: 600px;
        float: left;
        display: inline-block;
    }
	
    .span_content_full {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

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

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

/*---------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: #5C5C5C;
    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: #333333;
    text-decoration: underline;
}

a:hover {
    color: #7DBEA2;
    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: .2em;
    line-height: 1.3;
    margin: 25px 0;
    color: #333333;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 16px;
    }
h3 {
    font-size: 15px;
}
	h3.widget-title {
		font-size: 15px;
	}

h4 {
    font-size: 13px;
}

h5 {
   font-size: 12px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	height: 1px;
	margin: 60px 0;
	border-top: 1px solid #EDEDED;
}

.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: #333333;
	line-height: 42px;
}

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

.top-bar .social {
	display: inline-block;
}
.top-bar .social a {
	color: #ABACAC;
	text-decoration: none;
	padding: 2px 4px;
	font-size: 17px;
}
	.top-bar .social a:hover {
		color: #7DBEA2;
	}
	
.header {	
	border-bottom: 1px solid #EDEDED;
	margin-bottom: 40px;
}

.header .logo {
	overflow: hidden;
	margin: 25px 0;
	width: 344px;
	float: left;
	text-align: center;
}

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


/*---------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: #333333;
    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: 94%;
	position: relative;
	z-index: 11;
}
.leftsidebar {
	width: 48%;
	float: left;
}
.rightsidebar {
	width: 48%;
	float: right;
}
.midsidebar {
	overflow: hidden;
	margin: 0;
	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%;
    border: 1px solid #EDEDED;
    background-color: #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.screen-reader-text {
    display: none;
}

.about.widget:first-child {
	margin-top: -90px;
}

.about p {
	margin: 0;
	text-align: center;
}
.about p.simple-image {
	display: block;
}
.about p.simple-image img {
	width: 150px;
	height: auto;
	margin: 0 auto 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.about p.more {
	text-align: center;
	margin: 0;
}
.about p.more a {
	text-decoration: underline;
}
	.about p.more a:hover {
		color: #7DBEA2;
	}
.sidebar .widget.social {
	text-align: center;
	margin-top: -20px;
}
.widget.social p {
	margin: 0;
	clear: both;
	text-align: center;
}
	.widget.social a {
		font-size: 18px;
		padding: 5px;
		margin: 0 3px;
		color: #7DBEA2;
	}

	.widget.social a .fa-stack-1x {
		font-size: 85%;
	}
	.widget.social a:hover {
		color: #B1D8C7;
	}
.subscribe {
	padding: 25px 25px 10px;
	text-align: center;
	border: 1px solid #EDEDED;
}

.subscribe p {
	margin: 0;
	color: #8F9090;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}
.subscribe h3.widget-title {
 	margin: 0;
	background: url(images/subscribe.png) no-repeat;
	text-indent: -9999px;
	background-size: 100% auto;
	width: 264px;
	height: 53px;
	margin: -10px auto 0px;
}
.email-form {
    clear: both;
    margin-top: 25px;
    position: relative;
}

.email-input {
    color: #5C5C5C;
    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;
    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: .25em;
    line-height: 0;
	color: #333333;
	background-color: #ffffff;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 5px 0 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
}

	.email-submit:hover {
	    color: #7DBEA2;
	}




/* -- 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: #333333;
	}
	.sidebar .popular h4.title a:hover {
		color: #7DBEA2;
	}

/*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: #333333;
}
h1.post-title a, h2.post-title a, h4.post-title a {
	text-decoration: none;
	color: #333333;
}
	h1.post-title a:hover, h2.post-title a:hover, h4.post-title a:hover {
		color: #7DBEA2;
	}
	
.post .edit {
    text-transform: none;
    letter-spacing: 0;
}


.post-meta {
	text-transform: uppercase;
    color: #ADADAD;
    font-size: 10px;
    letter-spacing: .2em;
    font-weight: bold;
    margin: 0 0 25px;
    overflow: hidden;
}
	.post-meta a {
	    color: #ADADAD;
	    text-decoration: none;
	}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	    color: #7DBEA2;
	}
.post-meta em {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 105%;
}
.post-meta .spacer {
	display: inline-block;
	margin: 0 8px;
	color: #cacaca;
}
.post-cats {
	margin: 0;
}

.post-cats a {
	font-size: 10px;
	letter-spacing: .08em;
	font-weight: bold;
	line-height: 15px;
	color: #ffffff;
	background-color: #333333;
	display: inline-block;
	padding: 5px 8px 3px;
	margin: 3px 3px;
}
	.post-cats a:hover {
		color: #ffffff;
		background-color: #7DBEA2;
	}
.jumpbutton {
	margin: -15px 0 25px;
}

.meta-bottom {
    clear: both;
    margin: 25px 0;
    overflow: hidden;
	line-height: 1.4;
	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;
	}
	.meta-centered p.post-cats {
		margin-bottom: 20px;
	}
	.meta-centered p.post-ings {
		margin: -10px 0 20px;
	}
	.meta-centered .post-cats a {
		font-size: 11px;
	}

.jump {
	margin: -15px 0 25px;
}
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;
}

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: #333333;
}
.meta-more {
	clear: both;
	margin: 20px 0 0;
}
	.meta-more .right {
		line-height: 40px;
	}
a.more-link {
	display: inline-block;
	color: #333333;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .2em;
	width: 200px;
	height: 46px;
	background: url(images/continuereading.png) no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}
	.teaser-post a.more-link {
		width: 150px;
		height: 33px;
	}
	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;
}
	.page page-id-2 .alignright {
		width: 30%;
		height: auto;
	}
.aligncenter {
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.post blockquote {
	margin: 35px 0;
	clear: both;
    padding: 5% 6%;
    background-color: #f2f1f2;
    font-size: 115%;
    line-height: 1.7;
}
	


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

.wp-caption p {
    color: #ababad;
    font-size: 80%;
    text-align: center;
    margin-top: 2px;
    padding: 0;
}
	
/* Recipe Styles*/

.recipe {
    font-style: normal;
    margin: 45px 0 35px;
    padding: 30px;
	background-color: #ffffff;
	position: relative;
	border: 1px solid #EDEDED;
}

.recipe h2 {
	
}
	
.recipe h3 {

}
	
.recipe h4 {
	color: #8F9090;
	font-size: 12px;
	margin: 20px 0 10px;
}

.recipe .source {
    color: #ababad;
    font-size: 12px;
    margin-top: 20px;
    clear: left;
}
	
.printbutton a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 13px;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	margin: 0 auto;
	padding: 8px 15px;
	color: #ffffff;
	background-color: #333333;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
	

.printbutton a:hover, .printbutton a:active {
 	background-color: #7DBEA2;   
}





/* Inner Post */



.inner-post {
    position: relative;
    overflow: hidden;
    margin: 45px 0 0 0;
}
.inner-post .subscribe {
	padding: 6% 5% 3%;
	text-align: center;
	background-position: center 25px;
}

/*Next/prev Posts*/
.post-nav {
	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: #333333;
		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: #7DBEA2;
			}

	.post-nav em {
		display: block;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		color: #ababad;
		padding: 0 0 5px;
		letter-spacing: normal;
		text-transform: lowercase;
	}



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

.related .related-post {
	margin-bottom: 20px !important;
}
.related-post a {
	display: block;
}
	.related-post a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
		
	}
/*---------HOMEPAGE POST STYLES---------*/

/*Featured*/
.home-featured {
	overflow: hidden;
	text-align: center;
	position: relative;
	background-size: cover;
	background-position: center center;
	margin: -41px 0 60px;
}
.home-featured a {
	display: block;
	text-decoration: none;
}
	.home-featured .caption {
		padding: 10% 5% 9%;
	}
	.home-featured .caption .post-meta {
		display: inline-block;
		margin: 0 0 -2px;
		color: #ffffff;
		background-color: #7DBEA2;
		padding: 4px 12px;
	}
	.home-featured .caption h1 {
		margin: 0;
		text-decoration: none;
		display: block;
		width: auto;
		margin: 0 auto;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
		.home-featured a:hover .caption h1 {
			color: #7DBEA2;
		}
		.home-featured .caption h1 span {
			background-color: #ffffff;
			padding: 8px 15px;
		}
	.home-featured .more {
		float: right;
		text-transform: uppercase;
		letter-spacing: .2em;
		font-weight: bold;
		font-size: 11px;
		line-height: 23px;
		margin: 15px;
	}
		.home-featured .more a {
			background: url(images/arrow.svg) right center no-repeat;
			background-size: 20px auto;
			padding-right: 30px;
		}
/*Category Sections*/
.home-sections {
	clear: both;
	margin: 60px 0 30px;
}
.home-section {
	overflow: hidden;
	text-align: left;
	margin-bottom: 40px;
	padding-top: 40px;
	border-top: 1px solid #EDEDED;
}
	
	.home-section h3.widget-title {
		text-align: left;
	}

	.home-section h3.widget-title a {
		color: #333333;
	} 
		.home-section h3.widget-title a:hover {
			color: #7DBEA2;
		}

.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 {
	text-align: center;
	clear: both;
	}
		.home-section .more a.more-link {
			color: #fff;
			font-size: 13px;
			letter-spacing: .1em;
			line-height: 1;
			font-weight: bold;
			background-color: #333333;
			border: none;
			cursor: pointer;
			text-decoration: none;
			padding: 10px 15px;
			display: inline-block;
		}
	.home-section .more a.more-link:hover {
	    background-color: #7DBEA2;
	}
}
	.home-section .more a {
		text-decoration: none;
	}
.category-section {
	margin-bottom: 50px;
}
.category-posts {
	overflow: hidden;
}
.home-section h4 {
	margin: 13px 0;
	font-size: 12px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.home-section a {
	display: inline-block;
}
.home-section a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}





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

.teaser-post {
	width: 46.6%;
	float: left;
	overflow: hidden;
	margin: 0 0 40px;
	font-size: 90%;
}
	.teaser-post.odd, .related-posts .teaser-post:nth-child(2n+1) {
		margin-right: 6.8%;
		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: 25px 0 5px;
}
	.teaser-post a h2.post-title {
		color: #5C5C5C;
	}
	.teaser-post a:hover h2.post-title {
		color: #7DBEA2;
	}

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

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

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

.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;
    text-transform: capitalize;
    
}
	.archiveslist li {
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 10px !important;
	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: #5C5C5C;
    text-decoration: none;
}

.archiveslist a:visited {
    color: #5C5C5C;
    text-decoration: none;
}
.archiveslist a:hover {
    color: #7DBEA2;
}

.archiveslist a:active {
    color: #7DBEA2;
}


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

.subcats {
	margin-bottom: 40px;
	padding: 25px 25px 20px;
	text-align: center;
	background-image: url(images/bg.png);
}

.subcats h4 {
    margin: 0 0 10px;
    font-size: 14px;
    color: #5C5C5C;
}
.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 !important;
		text-decoration: none;
		background-color: #7DBEA2;
		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:hover {
		background-color: #333333;
	}
ul.tagindex, .tagindex li {
    margin: 0!important;
    padding: 0 !important;
}
.tagslist>li {
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
}
.tagslist>li em {
	font-size: 90%;
	color: #797a7b;
}
.tagindex li:before {
    display: none;
}

.tagindex a {
	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: #7DBEA2;
    text-decoration: none;
}

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

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

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

.tagtitle {
    margin-bottom: 5px;
}

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

.tagtitle em {
    color: #333333;
    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: #333333;
    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: #7DBEA2;
	}


/*---------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: #333333;
    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: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    }
	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: #7DBEA2;
}

.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 {
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    width: 100%;
}

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

.wpcf7-form p {
    font-size: 13px;
    text-align: right;
    text-transform: uppercase;
    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: #696969;
    font-size: 11px;
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .15em;
    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: #ADADAD;
	}
.search-form .search-submit {
    background-color: transparent;
   	color: #ADADAD;
    font-size: 18px;
    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: #7DBEA2;
}

.header-search {
	position: relative;
	border: none;
	margin: 6px 0 0;
	text-align: right;
}
	.header-search input[type=search] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		vertical-align: middle;
		font-family: inherit;
		font-size: 100%;
	}
	.header-search input::-webkit-search-decoration,
	.header-search input::-webkit-search-cancel-button {
		display: none; 
	}
	
	
	.header-search input[type=search] {
		border: none;
		background-color: transparent;
		padding: 0 10px;
		margin: 2px 20px 0 0;
		font-size: 10px;
		height: 25px;
		line-height: 25px;
		width: 55px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		vertical-align: middle;
		float: right;
	}

	.header-search input[type=search]:focus {
		width: 140px;
		margin-right: 20px;
		background-color: #fff;
		color: #535252;
	}
	
	.header-search .search-submit {
		font-size: 15px;
		font-weight: normal;
		line-height: 25px;
		height: 25px;
		width: 25px;
		background-color: transparent;
		font-family: "FontAwesome";
		color: #ADADAD;
		cursor: pointer;
		border-style: none;  
		vertical-align: middle; 
		padding: 0 3px;
		width: auto;
		margin: 0; 
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		position: absolute;
		top: 0;
		right: 0;
	}
		.header-search .search-submit:hover {
			color: #7DBEA2;
		}



/*---------FOOTER---------*/
.footer {
	clear: both;
	margin-top: 50px;
	background-image: url(images/bg.jpg);
}
.footer .widget {
	margin: 0;
}
.footer .subscribe {
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 20px 50px;
	border: none;
	width: 100%;
	max-width: 700px;
	background-image: none;
}
	.footer .subscribe h3.widget-title {
		margin: 5px auto 0px;
		float: left;
	}
	.footer .subscribe .email-form {
		float: right;
		display: inline-block;
		width: auto;
		clear: none;
		margin: 10px 0 0;
		vertical-align: middle;
		width: -moz-calc(100% - 280px);
		width: -webkit-calc(100% -280px);
		width: calc(100% - 280px);
	}
	.footer .subscribe .email-input {
		display: inline-block;
		float: left;
		vertical-align: middle;
		width: -moz-calc(100% - 70px);
		width: -webkit-calc(100% - 70px);
		width: calc(100% - 70px);
		margin: 0;
	}
	.footer .subscribe .email-submit {
		display: inline-block;
		float: left;
		text-align: right;
		vertical-align: middle;
		width: 70px;
		margin: 0;
		background-color: transparent;
	}

/* Footer Popular Posts */
.footer-widget.popular-posts {
	position: relative;
}
.footer-widget.popular-posts h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	color: #ffffff;
	background-color: #7DBEA2;
	padding: 5px 15px;
	font-size: 11px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	z-index: 1000;
	
}
.footer-widget .popular {
	overflow: hidden;
}
.footer-widget .popular .item {
	width: 12.5%;
	float: left;
}
	.footer-widget .popular .item img {
		width: 100%;
		height: auto;
	}
	.footer-widget .popular .item a {
		display: block;
	}
	.footer-widget .popular .item a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
		
	}
	
/* Instagram Feed Styles */
.instagram-footer {
	width: 100%;
	margin: 0;
	text-align: center;
	overflow: hidden;
}
	.instagram-footer h3 {
		display: none;
	}
.instagram-footer a {
	display: block;
	cursor: pointer;
}
	.instagram-footer a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}
ul.instagram-pics {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 87.5%;
	float: left;
}
	ul.instagram-pics li {
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: -moz-calc(100% / 7);
		width: -webkit-calc(100% / 7);
		width: calc(100% / 7);
		float: left;
	}
	ul.instagram-pics li img {
		display: block;
		width: 100%;
		height: auto;
	}


.instagram-footer p.clear {
	float: right;
	width: 12.5%;
	height: 0 !important;
	padding-bottom: 12.5% !important;
	margin: 0;
	clear: none;
}
	.instagram-footer p.clear a {
		background-color: #333333;
		color: #ffffff;
		display: block;
		width: 100%;
		padding: 27% 0 28%;
		text-decoration: none;
		line-height: 1.2;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .03em;
		cursor: pointer;
		text-align: center;
	}
		.instagram-footer p.clear a:before {
			content: "\f16d";
			font-family: FontAwesome;
			display: block;
			font-weight: normal;
			font-size: 65px;
			font-size: 4vw;
		}
	.instagram-footer p.clear:after {
		display: block;
		clear: both;
		content: "";
	}
	
/*Sub-footer*/
.sub-footer {
    overflow: hidden;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	padding: 20px 0;
	background-color: #333333;
	color: #ADADAD;
}

.sub-footer a {
    text-decoration: none;
    color: #ADADAD;
}
.sub-footer a:hover {
    color: #7DBEA2;
}

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

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

.footer-nav li.top a {
    font-weight: bold;
}


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

.copyright {
	text-align: center;
	font-size: 10px;
}
	.copyright em {
		text-transform: none;
		letter-spacing: normal;
		font-style: italic;
		font-weight: normal;
		font-size: 11px;
	}



/*---------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: #F2F4F7;
	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: .08em;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	clear: none;
	 }
	 .comment-meta:before {
	 	display: none;
	 }
	.comment-meta a {
		color: #ababad;
	}
.comment-meta strong           {
	color: #5C5C5C;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	 }
.comment-meta strong a            {
	color: #5C5C5C;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #7DBEA2;
	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: #333333;
	}


/*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: #333333;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #333333;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #7DBEA2;
	text-decoration: underline }

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

.pagination {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
    clear: both;
    text-align: center;
    font-size: 12px;
    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: #333333 !important;
	    margin: 0;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover{
	color: #7DBEA2;
}

/*---------MAIN DROPDOWN MENU---------*/


#top   {
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	font-size: 10px;
	line-height: 42px;
	height: 42px;
}

#top li    {
	display: inline-block;
	margin: 0 -2px; 
	padding: 0;
	position: relative;
	}
#top li a  {
	display: block;
	padding: 0 12px;
	text-decoration: none;
	color: #ffffff;
	}
	
#top a:hover, #top li:hover>a {
	color: #7DBEA2;
	}

/*Sub Menus Level 1 */
#top ul ul { 
	display: none;
	position: absolute;
	top: 41px;
	left: 0;
	padding: 2px 0 6px;
	line-height: 24px;
	background-color: #7DBEA2;
	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: -moz-calc(100% - 350px);
	width: -webkit-calc(100% -350px);
	width: calc(100% - 350px);
	float: right;
	display: block;
	text-align: right;
	height: 42px;
	line-height: 42px;
	margin: 60px 0 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .15em;
}
	#main .logo {
		display: none;
	}
	#main .wrap {
		padding: 0;
	}
#main ul {
	margin: 0 -15px 0 0;
	padding: 0;
	text-align: right;
	display: inline-block;
}

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

#main a {
	color: #333333;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 0 15px;
	text-align: center;
}

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

#main ul li.menu-item-has-children>a:after {
	content: '+';
	float: right;
	display: inline;
	margin: 0px 0 0 3px;
	display: none;
}
	
/* Navigation submenu */
#main .menu-item:hover .sub-menu {
	display: block;
}

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

#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: 12px;
	line-height: 1.3;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	padding: 5px 15px;
}

#main .sub-menu .menu-item a:hover,#main .sub-menu li.menu-item-has-children:hover>a {
	color: #333333;
	background-color: #97CBB5;
}

/* 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: 0px;
	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;
	text-transform: uppercase !important;
	letter-spacing: .2em !important;
	font-size: 11px !important;
}
#main li.search {
	display: none;
}

/*Sticky Menu*/

.stickynav {
	-webkit-transition: top .4s;
	-moz-transition: top .4s;
	transition: top .4s;
	top: -50px;
	left: 0;
}
.stickynav.smaller {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	background-color: #ffffff;
	border-bottom: 1px solid #EDEDED;
	width: 100% !important;
	height: 46px !important;
	margin: 0 !important;
	padding: 0;
}
	.stickynav.smaller ul {
		position: relative;
		top: 4px;
	}
.stickynav.smaller .sm-logo {
	width: 50px;
	height: 46px;
	margin: 0;
	float: left;
}
.stickynav.smaller .sm-logo a {
	display: block;
	width: 50px;
	height: 46px;
	background: url(images/favicon.png) 2px center no-repeat;
	background-size: 40px auto;
}