/*
Theme Name: Feast
Theme URI: http://underscores.me/
Author: Dounia Bounahmidi
Author URI: http://www.douniabounahmidi.com
Description: A simple and elegant theme for culinary blogs
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: feast
Tags: translation-ready, custom-background, theme-options, custom-menu, post-formats, threaded-comments, right-sidebar 

Feast is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Elements
# Header
# Footer
# Alignments
# Headers
# Links
# Navigation
# Forms
# Comments
# Sidebar & Widgets
# Captions
# Galleries
# Media Queries
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

body {
	padding: 0; 
	margin: 0; 
	background-color: #F2F3EF; 
	font-family: 'Raleway', sans-serif;
}

a {
	text-decoration: none; 
	color: #222;
}

a:hover {
	text-decoration: none; 
}

button {
	background: transparent;
}

/*--------------------------------------------------------------
>>> Elements 
----------------------------------------------------------------*/ 

input, textarea {
	border-radius: 0;
	 -webkit-appearance: none;
}

::selection {
  background: #222; 
}

::-moz-selection {
  background: #222; 
}

blockquote { 
	margin: 65px 100px; 
	padding: 0 10px; 
	position: relative;
	font-size: 20px; 
	line-height: 30px; 
	font-weight: 400; 
}

blockquote:before {
	content: "\201C";
	font-family: Georgia, serif;
	display: block;
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -10px;
	color: #B98B82;
}

blockquote cite {
    color: #A3A3A3;
    font-size: 14px;
    font-weight: 300; 
    display: block;
    margin-top: 5px;
}

iframe {
	width: 80%; 
	max-width: 100%; 
	min-height: 375px; 
	height: auto; 
	margin: 30px 0; 
}

.sticky {
	display: block;
}


/*--------------------------------------------------------------
>>> Header
----------------------------------------------------------------*/ 

header {
	width: 100%; 
	height: auto; 
	text-align: center;
}

.main-navigation {
	position: fixed;
	z-index: 9998; 
	width: 100%; 
	height: auto; 
	padding: 10px; 
	margin: 0; 
	background: #B98B82; 
	box-sizing: border-box;
}

.mobile-nav-icon {
	display: none; 
	position: absolute;
	z-index: 99999;
	top: 15px;
	left: 20px; 
	width: 30px; 
	height: auto;  
}

.mobile-nav-icon span {
	display: block; 
	width: 100%; 
	height: 2px; 
	background: #222; 
	margin-bottom: 8px; 
}

.mobile-nav-icon span:last-child {
	margin-bottom: 0; 
}

.main-navigation ul {
	list-style-type: none;
	text-align: center; 
	width: auto; 
	padding: 0; 
	margin: 0 auto; 
}

.main-navigation li {
	display: inline;
	padding: 10px 20px; 
	margin: 0; 
	position: relative;
}

.main-navigation ul a {
	text-transform: uppercase;
	color: #222; 
	font-weight: 300; 
	font-size: 14px; 
	letter-spacing: 2px; 
	padding: 10px 20px; 
}

.sub-menu {
	position: absolute;
	z-index: 1; 
	top: 100%;
	width: 100%; 
	left: -99999px;
	background-color: #FFF; 
	height: 0;
    overflow: hidden; 
    text-align: left !important;   
}

.sub-menu li {
	position: relative;
	margin: 0;
}

.sub-menu a {
	line-height: 40px; 
}

.main-navigation li:hover {
	background-color: #FFF; 
}

.main-navigation li:hover a {
	background-color: #FFF; 
}

.main-navigation li:hover .sub-menu {
    left: 0;
    height:auto;
    overflow:visible;
}

.main-navigation li:hover .sub-menu a,
.main-navigation li:hover .sub-menu li {
	background-color: transparent;
}

.site-title {
	width: 100%; 
	height: auto; 
	padding: 0; 
	margin: 0; 
	text-align: center; 
}


/*--------------------------------------------------------------
>>> Footer 
----------------------------------------------------------------*/ 

.footer {
	width: 100%; 
	height: auto;
	position: relative;
	padding: 20px 10px; 
	
	bottom: 0; 
	background: #222;  
	text-align: center;
	box-sizing: border-box;
	clear: both; 
}

.site-info {
	margin: 0 auto; 
	color: #FFF;
}


/*--------------------------------------------------------------
>>> Alignments 
----------------------------------------------------------------*/ 

.hero {
	margin: 20px 0; 
	display: table;
    height: 600px;
    width: 100%;
	background-origin: center; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;  
}

.middle {
	display: table-cell;
    vertical-align: middle;
}

.hero-label {
	width: 35%; 
	margin-left: auto;
    margin-right: auto;
	height: auto; 
	background-color: #222; 
	padding: 10px 20px;
	color: #FFF;  
	text-align: center;
}

.hero-label h1 {
	font-size: 45px; 
	margin: 10px auto; 
	font-weight: 400; 
}

.hero-label p {
	color: #B98B82;
	text-transform: uppercase;
	font-weight: 300; 
	margin: 10px auto; 
	font-size: 20px; 
}

.page-wrapper { 
	width: 100%; 
	height: auto; 
	min-height: 500px; 
	padding: 50px 25px;  
	margin: 0; 
	text-align: center; 
	box-sizing: border-box;
	overflow: hidden;
}

.content-area, 
.widget-area {
	vertical-align: top; 
	height: auto; 
	text-align: center;
}

.content-area {
	float: left; 
	width: 70%; 
	margin: 0; 
}

.thumbnail {
	width: 100%; 
	height: 200px; 
	background-origin: center; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;  
	background-color: #A3A3A3; 
}

.page .entry-content {
	text-align: left; 
}

.widget-area form {
	margin: 20px auto;
}

article {
	height: auto; 
	display: inline-block;
	vertical-align: top; 
	background-color: #FFF; 
}

.front-post {
	width: 40%; 
	margin: 20px; 
	text-align: left;
}

.front-post:hover {
	-webkit-box-shadow: 0 0 10px #A3A3A3;
    box-shadow: 0 0 10px #A3A3A3;
}

.front-post .entry-wrapper {
	padding: 20px 10px 10px 10px; 
	min-height: 170px; 
	box-sizing: border-box;
}

.front-post .entry-footer {
	margin: 10px;
	box-sizing: border-box; 
}

.entry-content {
	font-family: 'Josefin Sans', sans-serif;
}

.categorized-post {
	width: 30%; 
	margin: 10px;  
	background: transparent;
}

.categorized-post .entry-footer {
	margin: 10px auto; 
}

.categorized-post .thumbnail {
	height: 350px;
}

.title-wrapper {
	width: 100.5%;
	height: 350px; 
	position: relative;
	z-index: 2; 
	margin-top: -350px; 
	background: rgba(255, 255, 255, 0.6); 
	display: table;
  	text-align: center;
  	display: none; 
}

.title-wrapper span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px; 
  box-sizing: border-box;
}

.categorized-post:hover .title-wrapper {
	display: table; 
}

.post-area, 
.page-area {
	width: 100%; 
	height: auto; 
	background: #FFF; 
	margin: 15px 0; 
}

.post-area .entry-header, 
.page-area .entry-header {
	width: 100%; 
	text-align: left; 
	padding: 20px; 
	box-sizing: border-box;
}

.post-illustration {
	width: 100%; 
	height: auto; 
	text-align: center;
}

.post-illustration img {
	width: 95%; 
	height: auto; 
	margin: 0 auto; 
}

.category-label {
	color: #FFF; 
	background: #222; 
	padding: 5px 10px; 
}

.post-area .entry-meta {
	text-transform: uppercase;
	font-size: 13px; 
}

.share-post {
	width: 100%; 
	min-height: 40px; 
	margin: 20px 0; 
	padding: 0 20px; 
	box-sizing: border-box;
}

.share-post-inner {
	float: right; 
}

.share-post-inner a {
	margin: 0 5px; 
}

.post-area .entry-content, 
.page-area .entry-content {
	text-align: left;
	padding: 0 20px 20px 20px; 
	box-sizing: border-box;
	font-size: 17px; 
	line-height: 27px; 
	font-weight: 300; 
}

.post-area .entry-content img , 
.page-area .entry-content img {
	width: 100%; 
	height: auto; 
	margin: 10px 0;
}

.post-area .entry-footer, 
.page-area .entry-footer {
	text-align: left;
	padding: 10px 20px; 
	text-decoration: underline;
	box-sizing: border-box;
}

.page-area .entry-header {
	text-align: center;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
>>> Headers 
----------------------------------------------------------------*/ 

.site-title h1 {
	position: relative;
	padding: 70px 0 10px 0; 
	margin: 0 auto; 
}

.site-title p {
	font-weight: 400; 
	font-style: italic;
	font-size: 16px; 
	color: #222; 
	margin: -5px auto 5px auto; 
	position: relative;
	text-transform: uppercase;
	letter-spacing: 2px; 
}

.site-title p:before, 
.site-title p:after {
	content: '-'; 
	margin: 0 5px; 
	font-weight: 700;
}

.page-title {
	font-size: 40px; 
	color: #222; 
}

.front-post .entry-title {
	font-size: 20px; 
	margin: 10px 0;
}

.front-post .entry-meta {
	font-size: 12px; 
	margin: 5px 0; 
}

.front-post .entry-header p {
	text-transform: uppercase;
	font-size: 12px; 
	font-weight: 600; 
	color: #B98B82; 
	margin: 5px 0; 
}

.front-post .entry-content {
	font-size: 16px; 
	line-height: 20px; 
	margin: 10px 0; 
}

.front-post .entry-content a {
	text-decoration: underline;
}

.front-post .entry-footer a {
	font-size: 12px; 
	margin: 5px 0; 
}

.title-wrapper span {
	font-size: 18px;
	font-weight: 600; 
}

.latest-posts h2, 
.comments-title, 
#reply-title {
	font-size: 30px; 
	font-weight: 600; 
}

#reply-title {
	margin: 10px 0; 
	font-size: 25px; 
}

.post-area .entry-title {
	color: #222; 
}

.page-area .entry-title {
	font-size: 35px; 
	color: #222; 
	margin: 10px auto; 
}

.archive-description {
	text-transform: lowercase;
	font-weight: 300; 
	width: 70%; 
	font-size: 15px; 
	line-height: 25px; 
	text-align: center;
	margin: 10px auto 0 auto; 
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; 
}


/*--------------------------------------------------------------
>>> Links 
----------------------------------------------------------------*/ 

#start a {
	font-weight: 700; 
}

#start a:hover {
	text-decoration: underline;
}

.site-title a {
	font-size: 65px; 
	color: #222;
}

.share-post-inner i {
	width: 30px; 
	height: 30px; 
	border-radius: 100%; 
	padding: 5px; 
	color: #FFF;
	font-size: 20px;
	line-height: 35px; 
	text-align: center;
}

#fb {
    background-color: #3B5998; 
}

#twitter {
	background-color: #1B98E4; 
}

#pinterest {
	background-color: #BD081C; 
}

#email {
	background-color: #BABABA; 
	font-size: 18px; 
}

#print {
	background-color: #222; 
}

.post-area .entry-content a, 
.page-area .entry-content a {
	text-decoration: none; 
	font-style: italic;
	font-weight: 600; 
}

.footer a {
	color: #FFF; 
}

.tags-area {
	text-align: left;
}

.tags-area ul {
	list-style-type: none; 
	padding: 0 10px;
	box-sizing: border-box; 
}

.tags-area li {
	display: inline;
	margin: 0 5px; 
}

.tags-area a {
	padding: 2px 10px; 
	color: #222;
	border: 1px solid rgba(185, 139, 130, 0.6);
}

/*--------------------------------------------------------------
>>> Navigation 
----------------------------------------------------------------*/ 

.navigation ul {
	margin: 20px 0; 
}

.navigation li {
	display: inline;
	padding: 5px 10px; 
}

.navigation a {
	font-size: 14px; 
	font-weight: 300;   
}

.active {
	background: #FFF; 
}

.active a {
	font-weight: 700; 
}

/*--------------------------------------------------------------
>>> Forms 
----------------------------------------------------------------*/ 

input[type="email"], 
input[type="text"], 
input[type="name"], 
input[type="number"], 
textarea {
	border: 1px solid #A3A3A3;
	padding: 10px; 
	font-size: 16px; 
}

button, 
input[type="submit"] {
	background: #222;
	color: #FFF; 
	border: none; 
	text-transform: uppercase;
	font-size: 14px; 
}

button:hover {
	background: #FFF; 
	border: 2px solid #222;
	color: #222; 
}

input:focus, 
textarea:focus, 
button:focus {
	outline: transparent;
}

.search-submit {
  background: #222;
  height: 38px; 
  border: none;
  text-decoration: none;
  padding: 10px; 
  margin-left: -5px;  
  vertical-align: top;
}

.search-submit i {
	font-size: 19px; 
	color: #FFF; 
}

input.search-field {
	-webkit-appearance: none;
	width: 60%;
	height: 38px;  
	border: 1px solid #A3A3A3; 
	margin: 0;
	vertical-align: top; 
	padding-left: 5px; 
	font-size: 16px; 
}

.comment-form-comment label, 
.comment-form-comment textarea {
	width: 100%; 
	margin: 10px 0; 
}

.comment-form-comment textarea {
	height: 200px; 
	border: none; 
	padding: 10px;  
	box-sizing: border-box;
}

.comment-form-author label, 
.comment-form-email label, 
.comment-form-url label {
	display: block; 
	width: 100%; 
	margin: 10px 0; 
}

.comment-form-author input, 
.comment-form-email input, 
.comment-form-url input {
	width: 40%; 
	padding: 5px; 
	box-sizing:border-box;
	border: none; 
	font-size: 16px !important; 
	font-weight: 400 !important; 
	background-color: #FFF !important; 
}

.form-submit input[type="submit"] {
	width: 40%; 
	height: 40px; 
	border: none; 
	background-color: #222; 
	text-transform: uppercase;
	color: #FFF; 
	font-size: 16px; 
	margin: 10px 0; 
	cursor: pointer;
}

.form-submit input[type="submit"]:hover {
	background: #FFF; 
	border: 2px solid #222; 
	color: #222; 
	transition: background 0.4s;
}


/*--------------------------------------------------------------
>>> Comments 
----------------------------------------------------------------*/ 

.commentlist {
	text-align: left; 
	list-style-type: none; 
}

.comment-body {
	margin: 20px;  
	background-color: #FFF; 
	padding: 10px; 
	box-sizing: border-box;
}

.comment-body p {
	margin: 10px 60px; 
	font-family: 'Josefin Sans', sans-serif;
	font-size: 19px; 
	line-height: 29px;
	font-weight: 300; 
}

.vcard img {
	height: 50px; 
	width: 50px; 
	border-radius: 100%; 
	vertical-align: top; 
}

.vcard a {
	vertical-align: top;
	padding: 0 10px; 
}

.comment-meta {
	text-transform: uppercase;
	font-size: 12px; 
	padding-left: 60px; 
	margin-top: -25px; 

}

.comment-awaiting-moderation {
	padding: 0 60px;
	position: absolute;
	margin: 20px 0;  
	display: inline-block;
}

.reply {
	padding-left: 60px; 
	text-transform: uppercase;
	font-weight: 700; 
	font-size: 14px; 
}

.children {
	padding-left: 20px; 
	list-style-type: none; 
}

.comment-respond {
	text-align: left; 
	padding: 10px 20px; 
	box-sizing: border-box;
}

.bypostauthor .comment-body {
	background-color: rgba(185, 139, 130, 0.3);  
}

/*--------------------------------------------------------------
>>> Sidebar & Widgets
----------------------------------------------------------------*/ 

.widget-area {
	float: right; 
	width: 25%; 
	background-color: #FFF; 
	padding: 20px 0; 
	margin: 20px 0; 
	font-family: 'Josefin Sans', sans-serif;
}

.home .widget-area {
	margin: 20px 5% 20px 0;
}

.pull .widget-area {
	margin: 20px 2% 20px 0;
}

.widget-area .textwidget img {
	width: 100%; 
	height: auto; 
	border-radius: 100%; 
	margin: 20px auto; 
}

.widget-area .textwidget {
	width: 85%; 
	font-size: 16px; 
	margin: 10px auto; 
	line-height: 26px; 
	font-weight: 300; 
}

.widget-area a {
	font-weight: 300; 
	color: #222; 
}

.widget-area ul {
	margin: 20px auto; 
	width: 80%; 
	list-style-type: none; 
	padding-left: 20px; 
	text-align: left; 
}

.widget-area li {
	margin: 10px 0; 
}

.widget-area a:hover {
	text-decoration: underline;
	font-weight: 400; 
	color: #B98B82; 
}

.widget-title {
	font-family: 'Raleway', sans-serif;
}

.tagcloud {
	padding: 10px 0; 
}

.tagcloud a { 
	box-sizing: border-box;
	color: #FFF; 
	background-color: #222; 
	padding: 5px; 
}

.tagcloud a:hover {
	text-decoration: none; 
	color: #FFF; 
	font-weight: 300; 
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
>>> Media Queries
----------------------------------------------------------------*/ 

@media screen and (min-width: 1600px) {

	.hero {
		height: 750px; 
	}

	.hero-label {
		width: 25%; 
	}

	.thumbnail {
		height: 350px;  
	}

	.categorized-post .thumbnail {
		height: 600px;  
	}
}

@media screen and (min-width: 1240px) {

	.widget-area .textwidget, 
	.widget-area ul {
	 	width: 65%; 
	}
}


@media screen and (max-width: 1050px) {

	.page-wrapper {
		padding: 50px 10px; 
	}
}

@media screen and (max-width: 980px) {

	.page-wrapper {
		padding: 50px 10px; 
		text-align: center;
	}

	.content-area, 
	.widget-area {
		float: none; 
	}

	.content-area {
		width: 100%; 
	}

	.widget-area, 
	.home .widget-area {
		width: 70%; 
		margin: 20px auto;
		padding: 10px; 
	}

	.widget-area .textwidget, 
	.widget-area ul {
	 	width: 45%; 
	}

	.widget-area .textwidget img {
		width: 60%; 
	}
}

@media screen and (max-width: 880px) {

	.page-wrapper {
		padding: 50px; 
	}
}


@media screen and (max-width: 830px) {

	.main-navigation li {
		padding: 0 10px; 
	}

	.page-wrapper {
		padding: 50px 10px; 
	}

	.hero-label {
		width: 45%; 
	}
}

@media screen and (max-width: 768px) {

	.main-navigation {
		padding: 0;  
		height: 50px; 
	}

	.nav-wrap {
		position: fixed; 
		z-index: 9999;
		padding: 0;   
		width: 100%; 
		height: 100%; 
		left: -100%;
		background: rgba(255, 255, 255, 0.7); 
		text-align: left; 
	}

	.nav-wrap ul {
		position: absolute;
		width: 40%;
		height: 100%; 
		background: #FFF;  
		padding: 10px; 
		margin: -20px 0 0 0; 
		text-align: left; 
		border-right: 1px solid #222; 
		left: -100%;
		transition: all 0.5s;
	}

	.mobile-nav-icon {
		display: block; 
		transition: left 0.5s;
	}

	.active {
		left: 0;  
	}

	.slide-in {
		left: 0 !important; 
		transition: left 0.5s;
	}

	.slide-out {
		left: 46%; 
		padding-top: 5px; 
		transition: left 0.5s;
	}

	.one {
		transform: rotate(-45deg);
		margin-top: 5px; 
		transition: transform 0.5s;
	}

	.two {
		opacity: 0; 
		transition: transform 0.5s;
	}

	.three {
		transform: rotate(45deg);
		margin-top: -20px; 
		transition: transform 0.5s;
	}

	.nav-wrap li {
		display: block; 
		padding: 10px 20px; 
		margin: 20px 0; 
	}

	.sub-menu {
		display: none; 
	}

	.site-title h1 {
		padding: 70px 0 20px 0;  
	}

	.site-title p {
		margin: -10px auto 5px auto; 
	}

	.hero-label {
		width: 65%; 
	}

	.front-post {
		display: block;
		width: 65%; 
		margin: 20px auto; 
	}

	.front-post .entry-wrapper {
		min-height: 0; 
	}

	.small {
		padding-top: 0; 
	}

	blockquote { 
		margin: 50px; 
	}

	iframe {
		width: 100%;  
		min-height: 335px; 
		margin: 20px 0; 
	}

}

@media screen and (max-width: 705px) {

	.categorized-post {
		display: block; 
		width: 60%; 
		margin: 20px auto; 
	}

	.comments-title {
		font-size: 25px; 
	}
}

@media screen and (max-width: 480px) {

	.slide-out {
		left: 48%;
	} 

	.widget-area, 
	.home .widget-area {
		width: 90%; 
	}

	.front-post {
		width: 85%; 
	}

	.hero-label {
		width: 75%; 
	}

	.hero-label h1 {
		font-size: 30px; 
	}

	.categorized-post { 
		width: 90%; 
	}

	.share-post {
		padding: 0; 
	}

	.share-post-inner {
		float: none; 
		width: 100%; 
		text-align: center;
	} 

	.comment-body {
		margin: 20px 0;  
	}

	.children {
		padding-left: 10px; 
	}

	.comment-body p {
		margin: 10px 55px; 
	}

	.form-submit input[type="submit"] {
		width: 60%; 
	}

	blockquote { 
		margin: 50px 20px; 
	}

	iframe {
		width: 100%; 
		margin: 15px 0; 
	}

	.widget-area .textwidget, 
	.widget-area ul {
	 	width: 85%; 
	}

	.widget-area .textwidget img {
		width: 90%; 
	}

}

@media screen and (max-width: 370px) {

	.nav-wrap ul {
		width: 65%; 
	}

	.slide-out {
		left: 75%; 
	}
} 

@media print {

	img, 
	.main-navigation, 
	.footer, 
	.widget-area, 
	.share-post, 
	.entry-footer, 
	.latest-posts, 
	.comments-area {
		display: none; 
	}

}









