/*
Theme Name: Nina Hendrick
Author: The Curio Collective
Author URI: http://thecurio.co
Version: 1.0
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
body{line-height:1;}
ol,
ul{list-style:none;}
blockquote,
q{quotes:none;}
blockquote:before,
blockquote:after,
q:before,
q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,
th,
td{font-weight:normal;text-align:left;}
h1,
h2,
h3,
h4,
h5,
h6{clear:both;}
html{overflow-y:scroll;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
a:focus{outline:thin dotted;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section{display:block;}
audio,
canvas,
video{display:inline-block;}
audio:not([controls]){display:none;}
del{color:#5f6a73;}
ins{background:#fff9c0;text-decoration:none;}
hr{background-color:#cdc7c2;border:0;height:1px;margin:40px 0px;width:40px;opacity:1;}
sub,
sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
small{font-size:smaller;}
img{border:0;-ms-interpolation-mode:bicubic;}
:focus{outline:0px;}

/* Font Import */

@font-face {
    font-family: 'domaine';
    src: url('fonts/domaine/DomaineTextWeb-Regular.woff2') format('woff2'),
         url('fonts/domaine/DomaineTextWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* General Styles */

	body{
	overflow:hidden;
	font-family: brandon-grotesque, sans-serif;
	letter-spacing: 1px;
	font-size:18px !important;
	line-height: 1.5;
	color:#000000 !important;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	}

	a{
	text-decoration:none;
	color:#000000;
	letter-spacing: 1px;
	font-size:inherit;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	font-family: inherit;
	cursor: pointer !important;
	}

	a:hover{
	color:#c7ced8;
	}

	strong{
	font-weight: 700;
	}

	em{
	font-style: italic;
	}

	p a, .blog-content li a{
	font-weight: 700;
	border-bottom: solid 1px #c7ced8;
	cursor: pointer;
	}

	p span{
	font-weight: 700 !important;
	}

	/* Button Styles */

	.btn, #searchsubmit, .post-nav a, #submit, .sub-intro a, .field-wrap input[type=button]{
	font-family: SackersGothicStd-Medium;
	display:inline-block;
	padding:18px 45px;
	width:auto;
	font-size: 12px;
	text-align:center;
	text-transform: uppercase;
	cursor: pointer;
	background:#5f6a73;
	color:#fff;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-webkit-appearance:none;
	border: 0px;
	}

	.btn:hover, #searchsubmit:hover, .post-nav a:hover, #submit:hover, .sub-intro a:hover, .field-wrap input[type=button]:hover{
	background:#c7ced8;
	color:#fff;
	}

	.text-link{
	font-family: SackersGothicStd-Medium;
	border-bottom:solid 1px #c7ced8;
	color:#5f6a73;
	padding-bottom:5px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	}

	.text-link:hover{
	color:#c7ced8;
	}

	h1, h2, h3{
	font-family: 'domaine', serif; 
	margin-bottom:30px;
	color:#40403b;
	font-weight: 500;
	}

	h1 a, h2 a, h3 a{
	color:#40403b;
	}

	h1 a:hover, h2 a:hover, h3 a:hover{
	color:#c7ced8;
	}

	h1{
	font-size:32px;
	}

	h2{
	font-size:24px;
	}

	h3{
	font-size: 18px;
	}

	h4{
	font-family: SackersGothicStd-Medium;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom:30px;
	}
 
	h5{
	font-family: braisetto, script;
	font-size: 42px;
	line-height: 50px;
	margin-bottom:30px;
	font-weight: 400;
	letter-spacing: -0.5px;
	}

	p{
	margin-bottom:30px;
	font-weight: 700;
	}

	p:last-child{
	margin-bottom:0px;
	}

	input, textarea{
	text-indent: 20px;
	padding:18px 0px; 
	border-radius: 0px;
	border:solid 1px #eaeae6;
	background:#f7f8f9;
	margin-bottom:15px;
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 2px;
	-webkit-appearance:none;
	width: 100%;
	}

	input:focus, textarea:focus{
	border:solid 1px #c7ced8;
	outline: 0px;
	background:#fff;
	}

	label{
	display: block;
	font-family: SackersGothicStd-Medium;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:#c7ced8;
	font-weight: 700;
	margin-bottom: 10px;
	}

	input[type="checkbox"], input[type="radio"]{
	-webkit-appearance:checkbox;
	}

	.site-content ul{
	list-style-type: circle;
	position: relative;
	margin-left: 20px;
	margin-bottom: 30px;
	}

	.site-content ul li, .site-content ol li{
	margin-bottom: 15px;
	font-weight: 700;
	}

	.site-content ol{
	list-style-type: decimal;
	position: relative;
	margin-left: 20px;
	margin-bottom: 30px;
	}

	.flex{
	display:flex;
	justify-content:space-between;
	}

	.cont-feed{
	max-width:1400px; 
	padding:0px 60px; 
	margin:0 auto;
	position: relative;
	}

	.cont{
	max-width:1200px; 
	padding:0px 60px; 
	margin:0 auto;
	position: relative;
	}

	.cont-med{
	max-width:1200px; 
	padding:0px 60px; 
	margin:0 auto;
	position: relative;
	}

	.cont-sm{
	max-width:850px; 
	padding:0px 60px; 
	margin:0 auto;
	position: relative;
	}

	.padding{
	padding-top:100px;
	padding-bottom:100px;
	}

	.padding-top{
	padding-top:100px;
	}

	.center{
	text-align: center;
	}

	.half{
	width: 100%;
	}


/* Header */

	.top-banner{
	background:#c7ced8;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	}

	.main-logo{
	line-height: 0px;
	}

	.top-banner:hover{
	background: #5f6a73;
	}

	.top-banner h4{
	color:#fff;
	margin-bottom: 0px;
	padding:15px 40px; 
	}

	#header{
	border-bottom: solid 1px #eaeae6;
	}

	#header .flex{
	align-items:center;
	}

	.main-logo{
	padding:30px 80px;
	}

	.menu-main-menu-container{
	text-align: center;
	margin-right: 50px;
	}

	.menu-main-menu-container li{
	display: inline-block;
	}

	.menu-main-menu-container .menu-item a{
	display: inline-block;
	padding:60px 30px;
	margin:0px -3px;
	}

	.menu-item{
	font-family: SackersGothicStd-Medium;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

	.mobile-only{
	display: none;
	}

	.swap-close, .mobile-nav, .search-drop{
	display: none;
	}

	.right-items{
	padding:53px 80px;
	border-left: solid 1px #eaeae6;
	}

	.right-items span{
	position: relative;
	top:5px;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	}

	.right-items span:hover{
	cursor: pointer;
	opacity: .5;
	}

	.left-menu-open{
	display: inline-block;
	margin-left: 40px;
	}

	/* Sub Menus */

		.menu-item-has-children .custom-sub{
		display: none;
		position: absolute; 
		top: 185px; /* the height of the main nav */
		z-index: 999;
		}

		.menu-item-has-children:hover > .custom-sub {
		display:block;
		}

		.menu-item-has-children .sub-menu li{
		display: block;
		text-align: left;
		margin-bottom: 0px;
		}

		.menu-item-has-children .sub-menu a{
		padding:0px !important;
		font-size: 12px;
		}

		/* Posts in Sub */

		.sub-sub-menu{
		display: flex;
		border-left: solid 1px #eaeae6;
		position: absolute;
		padding-left: 40px;
		right: 0px;
		top:0px;
		}

		.sub-sub-menu li{
		display: inline-block;
		float: right;
		width: 250px;
		position: relative;
		margin:0px 0px 0px 40px !important;
		}

		.sub-sub-menu li a{
		font-size: 16px !important;
		line-height: 22px;
		color:#40403b !important;
		text-align: center;
		text-transform: none;
		font-family: 'domaine', serif; 
		margin-bottom:0px;
		font-weight: 500;
		}

		.sub-sub-menu li a:hover{
		opacity: .8;
		}

		.sub-sub-menu li img{
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		min-height: 250px;
		min-width: 250px;
		max-height: 250px;
		max-width: 250px;
		}

		.menu-item-has-children .menu-item-object-category, .menu-item-has-children .menu-item-object-custom,  .menu-item-has-children .menu-item-object-page{
		margin:0px !important;
		}

		.menu-item-has-children .menu-item-object-category.parent a, .menu-item-has-children .menu-item-object-custom.parent a, .menu-item-has-children .menu-item-object-page.parent a{
		font-family: braisetto, script;
		font-size: 42px;
		line-height: 50px;
		margin-bottom:20px;
		font-weight: 400;
		letter-spacing: -0.5px;
		text-transform: none;
		color:#c7ced8 !important;
		}

		.menu-item-has-children .menu-item-object-category.child a, .menu-item-has-children .menu-item-object-custom.child a, .menu-item-has-children .menu-item-object-page.child a{
		margin-bottom:15px;
		}

		.custom-sub{
		width: 100%;
		left: 0px;
		background: #fff;
		border-top: solid 1px #eaeae6;
		border-bottom: solid 1px #eaeae6;
		padding:40px 0px;
		height: 330px;
		}

		.sub-menu{
		max-width: 1200px;
		margin:0px auto;
		position: relative;
		width: 92%;
		}

	/* Left / Mobile Nav */

	.mobile-nav{
	position: absolute;
	background:#f7f8f9;
	height: 100vh;
	top:0px;
	padding:80px;
	text-align: center;
	width: 300px;
	right: 0px;
	z-index: 999;
	}

	.mobile-nav h5{
	margin-bottom: 20px;
	}

	.mobile-nav .social{
	margin-top:50px;
	}

	.mobile-nav .social span{
	font-size: 24px;
	margin:0px 10px;
	}

	.close-pop{
	position: absolute;
	cursor: pointer;
	top:60px;
	right: 20px;
	opacity: .3;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	}

	.close-pop:hover{
	opacity: .6;
	}

	.vert-center{
	position: relative;
    top:45%;
    left: 0%;
    transform:translate(0%, -50%);
    -webkit-transform:translate(0%, -50%);
	}

	/* Search Drop */

	.search-drop{
	position: absolute;
	width: 100%;
	padding:40px 0px;
	border-bottom:solid 1px #eaeae6;
	z-index: 999;
	background:#fff;
	}
	
	.search-drop .searchform{
	width: 100%;
	max-width: 800px;
	padding:0px 40px;
	margin:0px auto;
	}

	.search-drop .searchform input#s{
	width: 70%;
	}

	img.close-search{
	opacity: .3;
	position: absolute;
	top:30px;
	right: 30px;
	cursor: pointer;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	}

	img.close-search:hover{
	opacity: .6;
	}

	#searchsubmit{
	text-indent: 0px;
	border:0px;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	}

/* Footer */

	#footer, .copyright{
	border-top:solid 1px #eaeae6;
	}

	#footer .half{
	padding:100px;
	}

	#footer .half:first-child{
	border-right:solid 1px #eaeae6;
	}

	.menu-footer-menu-container{
	-webkit-column-gap: 60px; /* Chrome, Safari, Opera */
 	-moz-column-gap: 60px; /* Firefox */
  	column-gap: 60px;
  	-webkit-column-count: 2; /* Chrome, Safari, Opera */
  	-moz-column-count: 2; /* Firefox */
  	column-count: 2;
	}

	.underlined li{
	margin-bottom: 25px;
	}

	.underlined li a{
	border-bottom: solid 1px #c7ced8;
	padding-bottom: 5px;
	}

	.social span{
	font-size: 30px;
	margin-right: 40px;
	color:#c7ced8;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	}

	.social span:hover{
	color:#5f6a73;
	}

	#footer .social{
	margin-bottom: 40px;
	}

	#footer .tip h4{
	margin-bottom: 20px;
	}

	#footer .tip p{
	font-size: 16px;
	max-width: 550px;
	}

	.copyright{
	padding:40px;
	}

	.copyright p{
	font-size: 16px;
	margin-bottom: 15px;
	}

	.copyright h4{
	margin-bottom: 0px;
	font-weight: 300;
	}

	.copyright h4 span{
	margin:0px 10px;
	color:#c7ced8;
	}

	.foot-subscribe{
	background-size: cover;
	background-position: center;
	background-color:#c7ced8;
	padding:100px;
	}

	.subscribe-message{
	text-align: center;
	background: #fff;
	padding:100px;
	max-width: 440px;
	position: relative;
	}

	.subscribe-message p{
	margin-bottom: 0px;
	}

	.subscribe-message:before{
	content:url(./images/nh-crest.svg);
	position: absolute;
	left:-30px;
	top:-30px;
	}


/* Default Template */

	.page-head{
	background:url(./images/nh-pattern-full.png) no-repeat #f7f8f9;
	background-size: contain;
	background-position: bottom;
	}


/* Archive Pages + Post Feeds */

	.tax-descrip{
	max-width: 800px;
	margin:0px auto;
	}

	.archive-head{
	background:url(./images/nh-pattern-full.png) no-repeat;
	background-size: contain;
	background-position: bottom;
	padding:100px 0px 150px 0px;
	}

	.archive-head img{
	max-width: 70px;
	max-height: 85px;
	margin-bottom: 30px;
	}


	.archive-head h4{
	margin-bottom: 0px;
	}


	.archive-head h3{
	margin-top: 30px;
	}

	.post-feeds.flex{
	flex-wrap:wrap;
	align-items:stretch;
	justify-content:center;
	}

	.post{
	flex: 1 0 22%;
	margin:15px;
	border:solid 1px #eaeae6;
	overflow: hidden;
	text-align: center;
	max-width: 320px;
	}

	.post:hover{
	border:solid 1px #c7ced8;
	opacity: .8;
	}

	.post h3{
	padding:25px 20px;
	margin-bottom: 0px;
	}
	
	.post-img{
	max-width: 100%;
	height: 0;
    padding-bottom:100%;
    background-size: cover;
    background-position: center;
	}

	.post-nav{
	margin-top:80px;
	}

	.post-nav a{
	margin:0px 10px;
	}

	.hide-more{
	display: none;
	}


/* Home Page */
	
	.choose{
	background:#c7ced8;
	padding:80px;
	}

	.choose-block{
	background:#fff;
	margin:20px;
	width: 100%;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	}

	.choose-block:hover{
	box-shadow: 0px 0px 20px #95a2ad;
	}

	.choose-block a{
	padding:50px;
	display: block;
	}

	.cta-block .btn:hover{
	background-color:#5f6a73 !important;
	color:#fff;
	}

	.cta-block p{
	margin-top:30px;
	}

	.cta-block{
	padding:100px;
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	}

	.cta-overlay{
	display: block;
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	opacity: .5;
	z-index: 9;
	}

	.cta-inner{
	background:#fff;
	padding:50px;
	position: relative;
	z-index: 99;
	}

	.cta-inner img{
	max-width: 100%;
	height: auto;
	}

	.social-proof h5{
	display: inline-block;
	margin-left: 15px;
	}

	.social-proof .text-link{
	float: right;
	margin-right: 15px;
	position: relative;
	top:15px;
	}

	.social-proof .flex{
	flex-wrap:wrap;
	justify-content:center;
	}

	.sp-logo{
	background:#f7f8f9;
	padding:20px;
	margin:10px;
	width: 20%;
	display: flex;
	justify-content:center;
	align-items:center;
	}

	.sp-logo img{
	max-width: 175px;
	max-height: 60px;
	}

	.fp-img{
	background-size: cover;
	background-position: center;
	padding:0px 100px;
	}

	.featured-snippet{
	padding:150px 100px;
	background:url(./images/nh-pattern.png) no-repeat;
	background-size: contain;
	background-position: bottom;
	}

	.featured-snippet p{
	font-size: 20px;
	max-width: 600px;
	}

	.featured-snippet h1{
	max-width: 600px;
	}

	.cats a{
	color:#c7ced8;
	font-weight: 700;
	}

	.cats a:hover{
	color:#5f6a73;
	}

	.cats span{
	color:#c7ced8;
	margin:0px 10px;
	}

	.fav-posts h5{
	margin-left: 15px;
	}

	.recent-post-block{
	margin-bottom: 50px;
	}

	.left-photo{
	background-size: cover;
	background-position: bottom;
	min-width: 400px;
	margin-right: 50px;
	}

	.right-content{
	padding:150px 0px;
	}

	.sidebar{
	min-width: 300px;
	max-width: 300px;
	margin-left: 100px; 
	}

	.sidebar img{
	max-width: 100%;
	height: auto;
	}

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

	.sidebar .btn{
	background:#c7ced8;
	}

	.sidebar .btn:hover{
	background:#5f6a73;
	}

	.sidebar .btn span{
	margin-right: 10px;
	}

	.sidebar p{
	font-size: 16px;
	}

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

	#text-86 .widget-title, #custom_html-18 .widget-title, #custom_html-20 .widget-title, #text-92 .widget-title{
	display: none;
	}

	#text-86, #custom_html-19, #text-88, #text-92{
	padding:30px;
	border:solid 1px #eaeae6;
	position: relative;
	}

	#text-88 a{
	border-bottom: 0px !important;
	}

	#text-86{
	margin-bottom: 60px;
	}

	#text-86 h3{
	margin-bottom: 10px;
	}

	#text-86 .btn{
	position: absolute;
	display: block;
	max-width: 100%;
	margin:0px 20px;
	right: 0px;
	left:0px;
	}

	#custom_html-18, .widget_search{
	background:#f7f8f9;
	padding:30px;
	}

	.widget_search h3{
	font-family: braisetto, script;
	font-size: 42px;
	line-height: 50px;
	font-weight: 400;
	letter-spacing: -0.5px;
	color:#5f6a73;
	margin-bottom: 10px;
	}

	.widget_search input{
	width: 100%;
	background:#fff;
	}

	.ig-feed{
	background:#f7f8f9;
	}

	.ig-feed .btn{
	display: block;
	width: auto;
	padding:20px;
	margin-top:-10px;
	}

/* Single Post */
	
	.related-posts{
	background:#c7ced8;
	}

	.related-posts .post{
	background: #fff;
	border: solid 1px #c7ced8;
	}

	.comments-area .one-third{
	min-width: 400px;
	}

	.comments-area .two-thirds{
	margin-left: 100px; 
	}

	.comments-area ol{
	list-style-type: none;
	margin-left: 0px;
	}

	.comments-area h4{
	color:#c7ced8;
	margin-bottom: 10px;
	}

	.comments-area input, .comments-area textarea{
	width: 100%;
	margin-bottom: 0px;
	}

	#submit{
	text-indent: 0px;
	}

	.comments-title{
	border-bottom:solid 1px #eaeae6;
	padding-bottom:30px;
	margin-bottom: 0px;
	}

	.comment-post{
	margin-top:30px;
	}

	.comment-meta span{
	display: none;
	}

	.comments-area .children{
	background:#f7f8f9;
	padding:25px;
	margin-top:30px;
	}

	.comments-area .children .comment-post{
	margin-top:0px;
	}

	.comments-area.flex{
	justify-content:center;
	}

	.comments-btn{
	margin-top:40px;
	padding-top:40px;
	border-top:solid 1px #f3f3f3;
	}

	/* Next Page Nav */

	#nextshow{
	opacity: 0;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	}

	#nextshow.visible{
	opacity: 1;
	}

	.next-post-slide{
	position: fixed;
	width: 470px;
	z-index: 999;
	right: 20px;
	bottom:120px;
	background: #f7f8f9;
	}

	.next-post-slide .flex{
	align-items:center;
	justify-content:start;
	}

	.nav-cont{
	padding:30px 50px 30px 30px;
	}

	.nav-cont h4{
	margin-bottom: 20px;
	}

	.nav-cont h3{
	margin-bottom: 0px;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	}

	.nav-cont h3:hover{
	color:#c7ced8;
	}

	.nav-photo{
	background-size: cover;
	background-position: center;
	height: 180px;
	width: 180px;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	}

	.nav-photo:hover{
	opacity: 0.6;
	}

	.close-next{
	position: absolute;
	right: 20px;
	top:20px;
	}

	.close-next img{
	width: 15px;
	height: 15px;
	cursor: pointer;
	opacity: .6;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	}

	.close-next img:hover{
	opacity: 1;
	}

/* About Page */


	.about-blocks .flex{
	flex-wrap:wrap;
	border-top:solid 1px #f3f3f3;
	border-bottom:solid 1px #f3f3f3;
	}

	.about-block{
	flex: 1 0 10%;
	padding:80px;
	border:solid 1px #f3f3f3;
	}

	.about-block h4{
	color:#c7ced8;
	}

	.about-block h3{
	margin-bottom: 0px;
	}

	.contact-area .sidebar, .philo-area .sidebar, .source-area .sidebar{
	background:#f7f8f9;
	padding:30px;
	}

	.about .social-proof{
	border-top:solid 1px #eaeae6;
	}

	.field-wrap input[type=button]{
	text-indent: 0px;
	}

	.nf-form-fields-required{
	font-weight: 700;
	margin-bottom:20px;
	font-size: 14px;
	}

/* Start Here */
	
	.welcome{
	background:#f7f8f9;
	}

	.welcome h1{
	margin-bottom: 0px;
	}

	.video-embed{
	border-bottom:solid 1px #eaeae6;
	}

	.featured-press{
	background:#c7ced8;
	}

	.press-block{
	background:#fff;
	margin:20px;
	width: 100%;
	padding:80px 50px;
	}

	.press-block h3{
	margin-bottom: 0px;
	}

	.press-block h4{
	margin-bottom: 40px;
	}

	.press-block img{
	width: 100%;
	max-width: 250px;
	height: auto;
	}

	.philo-area, .source-area{
	border-top:solid 1px #eaeae6;
	}

	.start-here .sidebar p{
	font-size: 22px;
	}

	.start-here .sidebar h5{
	color:#40403b;
	}

	.source-area .flex{
	align-items:start;
	}

	.source-area h3 a{
	color:#c7ced8;
	border-bottom:solid 1px;
	}

	.source-area h3 a:hover{
	color:#5f6a73;
	}

	.source-area h4{
	color:#c7ced8;
	font-weight: 700;
	margin-top:80px;
	}

	.source-area img, .single-post img, .page-temp img{
	max-width: 100%;
	height: auto;
	}


/* Responsive Styles */

@media (max-width:1750px){

	.main-logo{
	padding:30px 40px;
	}

	.right-items{
	padding:53px 40px;
	min-width: 100px;
	}

	.menu-main-menu-container .menu-item a{
	padding:60px 20px;
	}

	.menu-main-menu-container{
	margin-right: 40px;
	}	
}

@media (max-width:1600px){

	.cta-block, #footer .half{
	padding:60px;
	}
	
	.about-block{
	padding:70px;
	}
}


@media (max-width:1400px){

	.main-logo img{
	max-width: 160px;
	}

	.left-menu-open{
	margin-left: 30px;
	}

	.right-items{
	padding:44px 30px;
	text-align: center;
	}

	.right-items img{
	max-width: 22px;
	}

	.right-items .search-main{
	position: relative;
	top:8px;
	}

	.menu-main-menu-container .menu-item a{
	font-size: 12px;
	padding:50px 19px;
	}

	.featured-snippet{
	padding:100px;
	}

	.padding{
	padding-top:80px;
	padding-bottom: 80px;
	}

	.padding-top{
	padding-top:80px;
	}

	.choose{
	padding:80px 40px;
	}

	.choose-block a, .cta-inner{
	padding:30px;
	}

	.choose-block img{
	max-height: 80px;
	}

	.cta-inner img{
	max-width: 150px;
	}

	.cta-block{
	padding:50px;
	}

	.sp-logo{
	width: 19%;
	}

	#footer .half{
	padding:40px;
	}

	.left-photo{
	min-width: 350px;
	}

	.right-content{
	padding:100px 0px;
	}

	.about-block{
	flex:1 0 20%;
	}


	.half.tip{
	max-width: 300px;
	}

	.archive-head{
	padding:80px 0px;
	}

	.menu-item-has-children .custom-sub{
	top:163px;
	}

	.sub-sub-menu{
	padding-left: 0px;
	}

	.sub-sub-menu li{
	margin:0px 0px 0px 30px !important;
	}
	
}

@media (max-width:1200px){

	ul#menu-main-menu{
	display: none;
	}

	.slideout{
	display: none  !important;
	}

	.mobile-only{
	display: block !important;
	}

	#menu-mobile-menu li a{
	font-size: 16px;
	border-bottom: solid 1px #c7ced8;
	padding-bottom: 5px;
	}

	#menu-mobile-menu li{
	margin-bottom: 15px;
	}

	#menu-mobile-menu .smaller a{
	font-size: 12px !important;
	border-bottom: 0px !important;
	}

	#menu-mobile-menu li.smaller{
	margin-bottom: 0px;
	margin-top:10px;
	}

	li#menu-item-22862{
	margin-top:40px !important;
	}

	.featured-snippet{
	padding:60px;
	}

	.fp-img{
	padding:0px 60px;
	}

	.padding{
	padding-top:60px;
	padding-bottom:60px;
	}

	.padding-top{
	padding-top:60px;
	}

	.post{
	flex:1 0 21%;
	}

	.choose .flex{
	flex-wrap:wrap;
	}

	.choose-block{
	width: auto;
	flex:1 0 43%;
	}

	.sidebar{
	margin-left: 60px;
	}

	.right-content{
	padding:0px;
	}

	.left-photo{
	min-width: 290px;
	}

	.sidebar{
	min-width: 280px;
	}

	.cta-block{
	padding:30px;
	}

	.sp-logo{
	width: 18%;
	}

	.subscribe-message{
	padding:60px;
	max-width: 290px;
	}

	.subscribe-message:before{
	left:-80px;
	top:-80px;
	}

	.archive-head{
	padding:60px 0px;
	}

	.comments-area .two-thirds{
	margin-left: 60px;
	}

	.about-block{
	padding:40px;
	}

	.choose{
	padding:60px 40px;
	}
	
}

@media (max-width:1000px){

	.post{
	flex:1 0 45%;
	}

	.recent-posts .cont-feed.flex, .ctas.flex, #footer .flex, .post-area-main.flex, .comments-area.flex{
	display: block;
	}

	.cta-block{
	width: auto;
	padding:60px;
	}

	.choose-block a, .cta-inner{
	padding:40px;
	}

	.sp-logo{
	width: auto;
	flex:1 0 35%;
	}

	#footer .half{
	width: auto;
	}

	.half.tip{
	max-width: 100%;
	border-top:solid 1px #eaeae6;
	}

	div#footer{
	text-align: center;
	}

	#footer .tip p{
	margin:0px auto;
	}

	.social span{
	margin:0px 20px;
	}

	.right-content{
	padding:60px 0px;
	}

	.sidebar{
	min-width: auto;
	max-width: 100%;
	margin-left: 0px;
	margin-top:60px;
	}

	.related-posts .flex, .featured-press .flex{
	flex-wrap:wrap;
	}

	.comments-area .one-third{
	min-width: auto;
	}

	.comments-area .two-thirds{
	margin-left: 0px;
	margin-top:60px;
	}

	h1{
	font-size: 28px;
	}

	.press-block{
	width: auto;
	flex:1 0 25%;
	}

	.philo-area .flex, .contact-area .flex, .source-area .flex{
	display: block;
	}

	.contact-area .sidebar, .philo-area .sidebar, .source-area .sidebar{
	padding:40px;
	}

	img.close-search{
	top:10px;
	right:10px;
	}

}

@media (max-width:800px){

	.featured-post.flex{
	display: block;
	}

	.half{
	width: auto;
	}

	.fp-img, .left-photo{
	padding-bottom: 100%;
	}

	.left-photo{
	min-width: auto;
	margin-right: 0px;
	}

	.featured-snippet, .choose{
	padding:40px;
	}

	.padding{
	padding-top:40px;
	padding-bottom: 40px;
	}

	.cont, .cont-sm, .cont-feed{
	padding-left: 40px;
	padding-right: 40px;
	}

	.post{
	flex:1 0 40%;
	}

	.recent-post-feed .flex{
	display: block;
	}

	.right-content{
	padding:40px 0px 0px 0px;
	}

	.social-proof .text-link{
	float: none;
	top:0px;
	margin-right: 0px;
	margin-bottom: 20px;
	display: inline-block;
	}

	.social-proof{
	text-align: center;
	}

	.social-proof h5{
	display: block;
	margin-left: 0px;
	margin-bottom: 10px;
	}

	.foot-subscribe{
	padding:40px;
	}

	.subscribe-message:before{
	position: relative;
	top:0px;
	left: 0px;
	margin-bottom: 30px;
	}

	.subscribe-message{
	padding:40px;
	max-width: 100%;
	background:rgba(255, 255, 255, 0.75);
	}

	.underlined li a{
	padding-bottom: 3px;
	}

	.press-block{
	padding:40px;
	}

	.page-head h1{
	margin-bottom: 0px;
	}

	.search-drop{
	text-align: center;
	}

	.search-drop .searchform{
	padding:0px;
	}

	img.close-search{
	width: 20px;
	}

}

@media (max-width:550px){
	.mobile-nav{
	width: 100%;
	padding:40px 0px;
	}

	.post{
	flex:1 0 100%;
	max-width: 100%;
	}

	.fav-posts h5{
	margin-left: 0px;
	margin-bottom: 10px;
	}

	.cta-block{
	padding:40px;
	}

	.main-logo img{
	max-width: 120px;
	}

	.right-items{
	padding:35px 20px;
	min-width: 90px;
	}

	.choose-block, .press-block{
	margin:20px 0px;
	flex:1 0 100%;
	}

	.social-proof .text-link{
	display: none;
	}

	.foot-subscribe{
	padding:0px;
	}

	.menu-footer-menu-container{
	-webkit-column-gap: 0px; /* Chrome, Safari, Opera */
 	-moz-column-gap: 0px; /* Firefox */
  	column-gap: 0px;
  	-webkit-column-count: 1; /* Chrome, Safari, Opera */
  	-moz-column-count: 1; /* Firefox */
  	column-count: 1;
	}

	.copyright h4 span{
	display: none;
	}

	.copyright h4 a{
	display: block;
	margin-top:10px;
	}

	.search-drop .searchform input#s{
	display: block;
	margin:0px auto 20px auto;
	width: 80%;
	}

	.post{
	margin:15px 0px;
	}

	.about-block{
	flex:1 0 100%;
	border-left:0px;
	border-right: 0px;
	width:auto;
	max-width: 100%;
	}

	.about-blocks .flex{
	display: block;
	}

	.archive-head{
	padding:40px;
	background:#f7f8f9;
	}

	.next-post-slide{
	width: 100%;
	right: 0px;
	bottom: 90px;
	}

	.nav-photo{
	height: 130px;
	width: 130px;
	}


}



