/*
Theme Name: Skin blog
Author: Aivar
Version: 1.0

*/


/*
font-family: 'PT Sans Narrow', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Playfair Display', serif;
*/

html, body
{
	padding: 0px;
	margin: 0px;
	font-family: 'Playfair Display', serif;
	font-size: 15px;
	height: 100%;
}

.wrapper
{
	position: relative;
	min-height: 100%;
}

.header
{

}

.header_top
{
	display: flex;
	height: 80px;
	align-items: center;
	border-bottom: 1px solid #eeeeed;
	padding: 0px 25px;
}

.header_top
{
	display: block;
	padding: 25px 0px;
	text-align: center;
}

.social_links
{
	flex: 1;
}

.social_links
{
	display: inline-block;
	margin-bottom: 20px;
}

.social_links a img
{
	height: 30px;
	margin-left: 20px;
}

.logo
{
	flex: 3;
	text-align: center;
}

.logo img
{
	height: 35px;
}

.search_wrapper
{
	flex: 1;
}

.social_links a
{
	text-decoration: none;
}

.social_links a img:hover
{
	opacity: 0.5;
}

.main_menu
{
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	padding: 20px 0px;
}

.main_menu a
{
	color: #464646;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	margin: 0px 20px;
}

.main_menu a:hover
{
	color: #66a121;
}

.content
{
	padding-bottom: 100px;
}

.big_central_banner
{
	height: 450px;
	background-image: url(img/home_banner.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
}

.read_all_secrets_container
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	width: 100%;
}

.read_all_secrets_container img
{
	cursor: pointer;
}

.featured_wrapper
{
	max-width: 1060px;
	margin: 50px auto 0px;
}

.featured_wrapper a
{
	text-decoration: none;
}

.featured_title
{
	text-align: center;
	text-transform: uppercase;
	color: #464646;
	font-size: 22px;
}

.featured_title:hover
{
	color: #e7365d;
}

.featured_thumbnail
{
	position: relative;
}

.featured_thumbnail img
{
	width: 100%;
	height: auto;
}

.thumbnail_text
{
	color: #464646;
}

.thumbnail_read_more
{
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	font-size: 21px;
	color: #66a121;
	margin-bottom: 0;
}

.thumbnail_read_more:hover
{
	color: #e7365d;
}

.recent_post_thingy
{
	position: absolute;
	height: 60px;
	width: 120px;
	top: -15px;
	background-color: #e7365d;
	left: 25px;
	z-index: 10;
	text-align: center;
}

.recent_post_thingy img
{
	width: 90px;
	margin-top: 10px;
}

.recent_post_thingy_triangle
{
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 15px solid #a40b2d;
	border-right: 12px solid transparent;
	top: 0px;
	right: -12px;
}

.thumbnail_recent_post_text
{
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #FFF;
	letter-spacing: 2px;
	margin-top: 5px;
}

.thumbnail_date_wrapper
{
	width: 200px;
	height: 30px;
	margin: 0px auto 20px;
	background: url(img/broken_arrow.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

.thumbnail_date
{
	font-family: 'PT Sans Narrow', sans-serif;
	color: #464646;
	text-transform: uppercase;
}

.home_article_grid
{
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0px auto;
	padding: 40px;
	box-sizing: border-box;
	justify-content: space-around;
}

.article_stub
{
	flex: 1 0 auto;
	max-width: 500px;
	margin-bottom: 70px;
}

.article_stub a
{
	color: inherit;
	text-decoration: none;
}

.article_thumbnail
{
	width: 500px;
	background-color: #66a121;
	position: relative;
}

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

.article_thumbnail img:hover
{
	opacity: 0.3;
}

.older_posts_link_wrapper
{
	margin: 0px auto;
	max-width: 1050px;
	text-align: right;
}

.older_posts_link_wrapper a
{
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	font-size: 21px;
	color: #66a121;
	text-decoration: none;
}

.older_posts_link_wrapper a:hover
{
	color: #e7365d;
}

.footer
{
	height: 80px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #222222;
}

.copyright
{
	color: #a4a4a4;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
}

.post_wrapper
{
	max-width: 700px;
	margin: 0px auto;
}

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

.page_nav
{
	text-align: center;
}

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

.nav-links a
{
	background-color: #66a121;
	color: #FFF;
	font-family: 'PT Sans Narrow', sans-serif;
	padding: 5px 10px;
	text-decoration: none;
}

.nav-links a:hover
{
	background-color: #000;
}

.nav-links span
{
	padding: 5px 10px;
	font-family: 'Montserrat', sans-serif;
}

.contact_page_wrapper
{
	margin: 0px auto;
	max-width: 1200px;
}

#contact_form
{

}

#contact_form h3
{
	margin: 20px 0px 0px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#contact_form input
{
	font-family: 'PT Sans', sans-serif;
	padding: 5px;
	min-width: 200px;
	border: 1px solid #e7365d;
	font-size: 18px;
}

#contact_form textarea
{
	font-family: 'PT Sans', sans-serif;
	padding: 5px;
	width: 50%;
	min-width: 200px;
	height: 100px;
	border: 1px solid #e7365d;
	font-size: 18px;
}

#contact_form button
{
	border: 0;
	background-color: #66a121;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #FFF;
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 20px;
	padding: 5px 20px;
	cursor: pointer;
}

#contact_form button:hover
{
	background-color: #000;
}

#contact_error
{
	color: #F00;
}

.g-recaptcha
{
	margin-top: 25px;
}

@media (max-width: 700px)
{
	.main_menu a
	{
		margin: 20px 20px;
		display: block;
	}

	.article_stub
	{
		max-width: 300px;
	}

	.article_thumbnail
	{
		width: 300px;
	}
}
