/*
	Theme Name: Heart And Style
	Theme URI: http://meridianthemes-demo.net/heart-and-style-wp
	Author: MeridianThemes
	Author URI: http://meridianthemes.net
	Description: Heart And Style is a clean and well coded theme with a design primarily for feminine blogs but not limited to it.
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: clean,minimal,simple,author-bio,blog-excerpts,classic-menu,custom-colors,custom-menu,featured-images,infinite-scroll,multiple-menus,post-slider,rtl-language-support,site-logo,social-menu,sticky-post,threaded-comments,translation-ready,blog,fashion,black,gray,light,white,responsive-layout,one-column,two-columns,right-sidebar
	Text Domain: heart-and-style
	Status: inactive
*/

/*--------------------------------------------------------------

	= Table Of Contents =

	# Normalize
	# General
		## Typography
		## Elements
		## Forms
		## Links
		## Screen Reader
	# WordPress Specific
		## Captions
		## Galleries
	# Floats and Clearing
	# Columns System
	# Header
		## Logo
		## Navigation
		## Social and Search
		## Mobile Nav
		## Slider
	# Main
		## Content
		## Blog Posts Listing
		## Blog Posts Alternate Listing
		## Blog Post Single
		## About Author
		## Comments
		## Contact Form 7
		## Sidebar
	# Widgets
	# Footer
		## Footer Top
		## Footer Widgets
		## Footer Bottom
	# Responsive
		## Smaller Monitors
		## Tablets
		## Phones ( landscape + portrait )
		## Phones ( landscape )
		## Phones ( portrait )

--------------------------------------------------------------*/

/*--------------------------------------------------------------
	# Normalize
--------------------------------------------------------------*/

img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}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}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:0;}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0;}embed,iframe,object {max-width: 100%;}.widget select { max-width: 100%; }

/*--------------------------------------------------------------
	# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #6b6b6b;
	font-size: 15px;
	font-weight: 400;
	font-family: Georgia, serif;
	line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	color: #232323;
	line-height: 1.45;
	font-weight: normal;
}

h1 {
	font-size: 33px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 21px;
}

h6 {
	font-size: 18px;
}

p {
	margin: 0;
	margin-bottom: 25px;
}

p:last-child {
	margin: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	color: #232323;
	font-size: 26px;
	font-style: italic;
	line-height: 1.65;
	background-image: url("images/blockquote.png");
	background-repeat: no-repeat;
	background-position: 15px 0;
	padding: 13px 41px;
	margin: 0 0 25px;
	text-align: center;
}

	blockquote p:last-child {
		margin: 0;
	}

address {
	margin-bottom: 25px
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 25px;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

small {
	font-size: 75%;
}

/*--------------------------------------------------------------
	## Elements
--------------------------------------------------------------*/

body {
	background: #fff;
	padding-top: 0px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 25px;
	clear: both;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

table {
	margin-bottom: 25px;
	width: 100%;
	line-height: 1;
}

tbody tr:nth-child(odd) {
	background: #f0f0f0;
}

table thead {
	background: #67c1a5;
	color: #fff;
	text-align: left;
}

table td,
table th {
	padding: 10px 14px;
	text-align: left;
}

table tbody th {
	background: #6dcdaf;
	color: #fff;
}

table tbody th a {
	color: inherit;
}

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

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

.text-align-right {
	text-align: right;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

figcaption {
	text-align: center;
}

/*--------------------------------------------------------------
	## Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #6ab999;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
	line-height: 1;
	height: 48px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0 24px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #59a687;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: rgb(239, 239, 239);
    border: 0;
	border-radius: 3px;
	color: #4d4d4d;
	font-size: 13px;
	font-weight: 500;
	font-family: "Lato", sans-serif;
	line-height: 1.4;
	padding: 15px;
	max-width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #4d4d4d;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
	## Links
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
	## Screen Reader
--------------------------------------------------------------*/

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
	# WordPress Specific
--------------------------------------------------------------*/

.sticky {

}

.bypostauthor {

}

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

/*--------------------------------------------------------------
	## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin: 0;
	margin-top: 40px;
	margin-bottom: 40px;
	max-width: 100%;
}

.wp-caption.alignleft {
	margin-right: 30px;
}

.wp-caption.alignright {
	margin-left: 30px;
}

.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
	-webkit-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
	box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
}

.wp-caption .wp-caption-text {
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
	padding: 0 10%;
	font-family: "Lato", sans-serif;
	margin-top: 20px;
}

.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%;
	padding: 5px;
}

.gallery-item a,
.gallery-item img {
	display: block;
}

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

/*--------------------------------------------------------------
	# Floats and Clearing
--------------------------------------------------------------*/

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-none {
	float: none;
}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*--------------------------------------------------------------
	# Columns System
--------------------------------------------------------------*/

.wrapper {
	max-width: 1084px;
	margin: 0 auto;
}

.col {
	display: block;
	float: left;
	margin-right: 2.76%;
}

body.rtl .col {
	float: right;
	margin-left: 2.76%;
	margin-right: 0;
}

.col-1 { width: 5.803%; }
.col-2 { width: 14.36%; }
.col-3 { width: 22.93%; }
.col-4 { width: 31.49%; }
.col-5 { width: 40.05%; }
.col-6 { width: 48.62%; }
.col-7 { width: 57.18%; }
.col-8 { width: 65.74%; }
.col-9 { width: 74.31%; }
.col-10 { width: 82.87%; }
.col-11 { width: 91.43%; }
.col-12 { width: 100%; }

.col-last {
	margin-right: 0;
}

body.rtl .col-last {
	margin-left: 0;
}

.col-first {
	clear: both;
}

.no-col-spacing .col { margin: 0; }
.no-col-spacing .col-1 { width: 8.33333%; }
.no-col-spacing .col-2 { width: 16.66666%; }
.no-col-spacing .col-3 { width: 25%; }
.no-col-spacing .col-4 { width: 33.33333%; }
.no-col-spacing .col-5 { width: 41.66666%; }
.no-col-spacing .col-6 { width: 50%; }
.no-col-spacing .col-7 { width: 58.33333%; }
.no-col-spacing .col-8 { width: 66.66666%; }
.no-col-spacing .col-9 { width: 75%; }
.no-col-spacing .col-10 { width: 83.33333%; }
.no-col-spacing .col-11 { width: 91.66666%; }
.no-col-spacing .col-12 { width: 100%; }

/*--------------------------------------------------------------
	# Header
--------------------------------------------------------------*/

#header {
	background: #0a0a0a;
	-moz-box-shadow: 1px 1px 5px 0px rgba( 0, 0, 0, 0.15 );
	-webkit-box-shadow: 1px 1px 5px 0px rgba( 0, 0, 0, 0.15 );
	box-shadow: 1px 1px 5px 0px rgba( 0, 0, 0, 0.15 );
}

/*--------------------------------------------------------------
	## Logo
--------------------------------------------------------------*/

#logo {
	padding: 16px 0;
	position: relative;
	text-align: center;
	line-height: 0;
	float: left;
	margin-right: 50px;
}

	#logo .site-title {
		color: #fff;
		line-height: 1;
		font-size: 18px;
		margin: 0;
		text-transform: uppercase;
		font-family: "Lato";
		font-weight: bold;
	}

		#logo .site-title a {
			color: inherit;
		}

	#logo .site-description {
		font-size: 12px;
		line-height: 1;
		margin-top: 5px;
		font-family: "Lato";
	}

	#logo a,
	#logo img {
		display: inline-block;
	}

	#logo img {
		padding: 7px 0;
	}

	/* IE fix */
	#logo,
	#logo a,
	#logo img{
	  max-width: 100%;
	}

/*--------------------------------------------------------------
	## Navigation
--------------------------------------------------------------*/

#navigation {
	z-index: 99998;
	position: relative;
	width: auto;
	float: left;
}

	#navigation ul,
	#navigation li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		/* Top level item */
		#navigation .menu > li {
			display: inline-block;
			position: relative;
			z-index: 99998;
			margin-left: 23px;
		}

		/* Top level first item */
		#navigation .menu > li:first-child {
			margin-left: 0;
		}

		/* Fix for submenu overlap */
		#navigation .menu > li:hover {
			z-index: 99999;
		}

			/* Top level chevron */
			#navigation .menu a .fa {
				display: inline-block;
				color: rgb(165, 165, 165);
				font-size: 7px;
				margin-left: 10px;
				vertical-align: middle;
			}


			/* Top level item anchor */
			#navigation .menu > li > a {
				display: inline-block;
				text-decoration: none;
				vertical-align: middle;
				color: #fff;
				font-size: 12px;
				font-weight: 700;
				font-family: "Lato", sans-serif;
				line-height: 1;
				letter-spacing: 1px;
				padding: 26px 0;
				text-transform: uppercase;
				border-top: 3px solid transparent;
			}

			/* Top level item anchor hover */
			#navigation .menu > li > a:hover {
				color: #fff;
				border-color: #ed6260;
			}

			/* Top level item anchor current */
			#navigation .menu > li.current-menu-item > a {
				color: #fff;
				border-color: #ed6260;
			}

	/* Submenu */
	#navigation .menu ul {
		background: #2a2a2a;
		border: 1px solid #404040;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 100%;
		left: -25px; /* same as horrizontal padding on #navigation .menu ul li */
		text-align: left;
		padding: 10px 0;
		-webkit-transition: .5s opacity;
		-moz-transition: .5s opacity;
		transition: .5s opacity;
	}

		/* Submenu item */
		#navigation .menu ul li {
			position: relative;
			display: block;
			white-space: nowrap;
			margin: 0;
			padding: 0 25px; /* same as left on #navigation .menu ul */
		}

			/* Submenu item anchor */
			#navigation .menu ul li a {
				display: block;
				text-decoration: none;
				color: #686868;
				font-size: 12px;
				font-weight: 700;
				font-family: "Lato", sans-serif;
				letter-spacing: 1px;
				text-transform: uppercase;
				line-height: 1.25;
				border-bottom: 1px solid #404040;
				padding-top: 11px;
				padding-bottom: 11px;
				text-transform: uppercase;
			}

			/* Submenu last item anchor */
			#navigation .menu ul li:last-child a {
				border-bottom: 0;
			}

			/* Submenu item anchor hover */
			#navigation .menu ul li a:hover {
				 color: #fff;
			}

			/* Submenu item anchor hover */
			#navigation .menu ul li.current-menu-item > a {
				color: #fff;
			}

		/* Second lvl submenu */
		#navigation .menu ul ul {
			left: 100%;
			margin-left: 0;
			top: -11px; /* upper level padding + border */
		}

		/* Show submenu on hover */
		#navigation .menu li:hover > ul {
			visibility: visible;
			opacity: 1;
		}


/*--------------------------------------------------------------
	## Social and Search
--------------------------------------------------------------*/

#header-social {
	text-align: right;
	font-size: 0;
	position: relative;
	width: auto;
	float: right;
}

	#header-social .jetpack-social-navigation {
		display: inline-block;
		vertical-align: middle;
	}

		#header-social .jetpack-social-navigation ul {
			margin: 0;
			padding: 0;
			display: inline-block;
		}

			#header-social .jetpack-social-navigation li {
				display: inline-block;
				margin: 0 0 0 10px;
			}

				#header-social .jetpack-social-navigation a {
					color: #ffffff;
					font-size: 14px;
					line-height: 1;
					padding: 25px 0;
					border-top: 3px solid transparent;
					display: inline-block;
					height: auto;
					width: auto;
				}

				.header-search-hook-show,
				.header-search-mobile-nav-hook {
					border-top: 3px solid transparent;
					display: inline-block;
					line-height: 1;
					padding: 25px 0;
					color: #ffffff;
					font-size: 14px;
					font-family: "Lato";
					margin-left: 10px;
					vertical-align: middle;
					cursor: pointer;
				}

	.header-search-mobile-nav-hook {

	}

		.header-search-mobile-nav-hook .fa {
			margin-right: 5px;
		}

	#header-social a.header-search-hook-show {
		margin: 0;
	}

	.header-social-sep {
		padding-left: 19px;
		margin-right: 19px;
		border-right: 1px solid #adadad;
		display: inline-block;
		height: 16px;
		vertical-align: middle;
		margin-top: 3px;
	}

	.header-search {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 99999;
		overflow: hidden;
		width: 0;
	}

		.header-search form {
			height: 100%;
			width: 235px;
		}

			.header-search input[type="search"] {
				height: 100%;
				border: 0;
				background: #434343;
				width: 100%;
				padding: 0 20px;
				letter-spacing: 2px;
				outline: none;
				border-radius: 0;
				color: #fff;
				font-size: 11px;
				font-family: "Lato", sans-serif;
				font-weight: 700;
			}

			.header-search-hook-hide {
				color: #6a6a6a;
				position: absolute;
				top: 50%;
				margin-top: -7px;
				font-size: 13px;
				line-height: 1;
				right: 15px;
				cursor: pointer;
				opacity: 0;
			}

/*--------------------------------------------------------------
	## Mobile Nav
--------------------------------------------------------------*/

#header-social span.header-search-mobile-nav-hook {
	display: none;
	position: relative;
	overflow: hidden;
}

.header-search-mobile-nav-hook select {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
}

/*--------------------------------------------------------------
	# Slider
--------------------------------------------------------------*/

.blog-posts-slider-loader {
	align-items: center;
	border: 2px solid #ed6260;
	display: flex;
	height: 40px;
	margin: 0 auto;
	width: 90px;
	margin-bottom: 60px;
	margin-top: 80px;
}

svg {
	margin: 0 auto;
	overflow: hidden;
}

#wave {
	stroke-dasharray: 0 16 101 16;
	animation: moveTheWave 2400ms linear infinite;
}

@keyframes moveTheWave {
	0% {
		stroke-dashoffset: 0;
		transform: translate3d(0, 0, 0);
	}
	100% {
		stroke-dashoffset: -133;
		transform: translate3d(-90px, 0, 0);
	}
}

#featured-posts-slider {
	overflow: hidden;
	background: #111;
}

	#featured-posts-slider .blog-posts-slider,
	#featured-posts-slider .owl-stage-outer {
		overflow: visible;
	}

	.blog-posts-slider {
		display: none;
	}

		.blog-post-slider {
			position: relative;
		}

			.blog-post-slider-thumb {
				position: relative;
				background: #1e1f24;
			}

				.blog-post-slider-thumb img {
					display: block;
					opacity: 0.5;
				}

				.carousel-item-visible .blog-post-slider-thumb img {
					opacity: 1;
				}

				.blog-posts-slider-amount-1 .blog-post-slider-thumb img {
					opacity: 1;
				}

				.blog-post-slider-thumb-overlay {
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					bottom: 0;
					background: rgba(82, 86, 90, 0.6);
					display: none;
				}

				.carousel-item-visible .blog-post-slider-thumb-overlay {
					display: block;
				}

				.blog-posts-slider-amount-1 .blog-post-slider-thumb-overlay {
					display: block;
					background: rgba(88, 88, 88, 0.45);
				}

			.blog-post-slider-main {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				text-align: center;
				padding: 0 100px;
				opacity: 0;
			}

			.blog-posts-slider-amount-1 .blog-post-slider-main {
				opacity: 1;
			}

			.owl-item.active .blog-post-slider-main {
				opacity: 1;
			}

				.blog-post-slider-cats {
					margin-bottom: 35px;
					text-align: center;
					line-height: 0;
				}

					.blog-post-slider-cats a {
						border-bottom: 2px solid #ed6260;
						color: #fff;
						font-size: 11px;
						font-weight: 900;
						font-family: "Lato", sans-serif;
						line-height: 1;
						letter-spacing: 4px;
						padding-bottom: 8px;
						text-transform: uppercase;
						margin: 0 10px;
				 	}

				.blog-post-slider-title {
					padding: 0 32px;
					margin-bottom: 20px;
				}

					.blog-post-slider-title h2,
					.blog-post-slider-title h2 a {
						margin: 0;
						color: #fff;
						font-size: 57px;
						font-weight: 400;
						font-family: "Arbutus Slab", serif;
						line-height: 1.16;
					}

				.blog-post-slider-excerpt {
					margin-bottom: 22px;
					padding: 0 30px;
					font-size: 16px;
					font-weight: 700;
					color: #fff;
					line-height: 1.68;
				}

				.blog-post-slider-read-more {

				}

					.blog-post-slider-read-more a {
						display: inline-block;
						border: 1px solid #fff;
						color: #fff;
						font-size: 11px;
						font-weight: 900;
						font-family: "Lato", sans-serif;
						line-height: 1;
						letter-spacing: 4px;
						padding: 14px 15px;
						text-transform: uppercase;
					}

					.blog-post-slider-read-more a:hover {
						color: #2c2c2c;
						background: #fff;
					}

	.blog-posts-slider-nav-prev,
	.blog-posts-slider-nav-next {
		cursor: pointer;
		display: block;
		position: absolute;
		top: 0;
		left: 100%;
		width: 1000px;
		height: 100%;
		z-index: 99999;
	}

	.blog-posts-slider-nav-prev {
		left: auto;
		right: 100%;
	}

		.blog-posts-slider-nav-prev .fa,
		.blog-posts-slider-nav-next .fa {
			color: #fff;
			font-size: 12px;
			text-align: center;
			width: 30px;
			height: 30px;
			line-height: 30px;
			border: 1px solid #fff;
			opacity: 0.3;
		}

		.blog-posts-slider-nav-prev:hover .fa,
		.blog-posts-slider-nav-next:hover .fa {
			opacity: 1;
		}

		.blog-posts-slider-nav-prev .fa {
			position: absolute;
			right: 15px;
			top: 50%;
			margin-top: -15px;
		}

		.blog-posts-slider-nav-next .fa {
			position: absolute;
			left: 15px;
			top: 50%;
			margin-top: -15px;
		}

	#featured-posts-slider .owl-dots {
		text-align: center;
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
	}

		#featured-posts-slider .owl-dot {
			display: inline-block;
			margin: 0 3px;
			width: 10px;
			height: 10px;
			border-radius: 50%;
			background: rgba( 255, 255, 255, 0.5 );
			box-shadow: 0px 0px 10px 0px rgba(57,67,69,0.20);
		}

		#featured-posts-slider .owl-dot.active {
			background: #ed6260;
		}

/*--------------------------------------------------------------
	## Header Posts
--------------------------------------------------------------*/

	#header-posts {
		background: #eff1f3;
		padding: 50px 0;
	}

/*--------------------------------------------------------------
	# Main
--------------------------------------------------------------*/

#main {
	padding: 50px 0;
}

/*--------------------------------------------------------------
	## Content
--------------------------------------------------------------*/

#content {

}

.section-heading {
	margin-bottom: 27px;
	font-size: 0;
	line-height: 0;
}

	.section-heading h2 {
		display: inline-block;
		margin: 0;
		padding: 0;
		color: #1c1c1c;
		font-size: 11px;
		font-weight: 700;
		font-family: "Lato", sans-serif;
		letter-spacing: 2px;
		line-height: 1.55;
		text-transform: uppercase;
	}

	.section-heading a {
		display: inline-block;
		border-left: 1px solid #d4d4d4;
		color: #6ab999;
		font-size: 11px;
		font-weight: 700;
		font-family: Lato;
		letter-spacing: 2px;
		line-height: 1.55;
		padding-left: 15px;
		margin-left: 15px;
		text-transform: uppercase;
	}

/*--------------------------------------------------------------
	## Blog Posts Listing
--------------------------------------------------------------*/

.updated:not(.published) {
	display: none;
}

.blog-posts-listing .post {
	text-align: center;
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px solid #ddd;
}

.blog-posts-listing > .post:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.blog-posts-listing .post.sticky {
	background: #f8f8f8;
	padding: 40px 20px;
	border-top: 2px solid #ed6260;
}

	.blog-posts-listing .edit-link {
		margin-left: 5px;
	}

	.edit-link {
		color: #232323;
		font-size: 11px;
		font-weight: 700;
		font-family: "Lato", sans-serif;
		line-height: 1;
		margin-bottom: 20px;
	}

		.edit-link a {
			color: inherit;
			text-decoration: underline;
		}

	.blog-post-cats {
		margin-bottom: 25px;
	}

		.blog-post-cats a {
			border-bottom: 2px solid #ed6260;
			color: #111;
			font-size: 11px;
			font-weight: 900;
			font-family: "Lato", sans-serif;
			line-height: 1;
			letter-spacing: 4px;
			padding-bottom: 8px;
			margin: 0 10px;
			text-transform: uppercase;
	 	}

	.blog-post-title {
		padding: 0 32px;
		margin-bottom: 19px;
	}

		.blog-post-title h2,
		.blog-post-title h2 a {
			margin: 0;
			color: #111;
			font-size: 37px;
			font-weight: 500;
			font-family: "Arbutus Slab", serif;
			line-height: 1.3;
		}

			.blog-post-title .fa {
				margin-left: 15px;
				font-size: 25px;
			}

	.blog-post-meta {
		color: #646464;
		font-size: 13px;
		font-weight: 600;
		line-height: 1.5;
		margin-bottom: 37px;
	}

	.blog-post-thumb {
		margin-bottom: 37px;
		font-size: 0;
		line-height: 0;
		text-align: center;
	}

		.blog-post-thumb a,
		.blog-post-thumb img {
			display: inline-block;
			max-width: 100%;
		}

	.blog-post-main {
		overflow: hidden;
		text-align: left;
	}

	.blog-post-excerpt {
		margin-bottom: 37px;
		padding: 0 30px;
	}

	.blog-post-excerpt .jetpack-the-content,
	body.heart-and-style-blog-display-content .blog-post-excerpt {
		text-align: left;
	}

	.blog-post-excerpt .jetpack-the-excerpt {
		text-align: center;
	}

	.blog-post-read-more {
		margin-bottom: 37px;
	}

		.blog-post-read-more a {
			display: inline-block;
			background: #111;
			color: #fff;
			font-size: 11px;
			font-weight: 900;
			font-family: "Lato", sans-serif;
			line-height: 1;
			letter-spacing: 2px;
			padding: 16px 19px;
			text-transform: uppercase;
		}

		.blog-post-read-more a:hover {
			background: #424242;
		}

	.blog-post-tags {
		color: #646464;
		font-size: 13px;
		font-family: Georgia, serif;
		font-weight: 400;
		line-height: 1.15;
		padding-left: 70px;
		float: left;
		max-width: 50%;
		text-align: left;
	}

		.blog-post-tags a {
			font-weight: bold;
		}

	.blog-post-share {
		padding-right: 70px;
		float: right;
		font-size: 0;
		line-height: 0;
	}

		.blog-post-share a {
			color: #999;
			font-size: 12px;
			font-family: "Lato";
			line-height: 1.25;
			margin-right: 10px;
		}

		.blog-post-share a:last-child {
			margin-right: 0;
		}

			.blog-post-share a .fa {
				color: #232323;
				font-size: 13px;
				margin-right: 8px;
			}

.blog-post-single-tags {
	margin-top: 25px;
}

.page-content-pagination,
.blog-post-single-pagination,
.pagination,
#infinite-handle {
	margin-top: 50px;
	text-align: center;
}

.infinite-scroll .pagination {
	display: none;
}

.infinite-loader {
	margin-top: 50px;
}

	.infinite-loader .spinner {
		margin-left: 48%;
	}

.comment-navigation {
	margin-bottom: 20px;
}

.page-content-pagination,
.blog-post-single-pagination {
	text-align: left;
}

	.comment-navigation .nav-previous,
	.comment-navigation .nav-next {
		display: inline-block;
		margin-right: 10px;
	}

    .comment-navigation a,
    .page-content-pagination a,
    .page-content-pagination p > span,
	.blog-post-single-pagination a,
	.blog-post-single-pagination p > span,
	.pagination a,
	.pagination span.current,
	#infinite-handle span {
		margin: 0 5px;
		background-color: #e4e4e4;
		color: #666;
		font-size: 11px;
		font-weight: 900;
		font-family: "Lato", sans-serif;
		line-height: 1;
		letter-spacing: 2px;
		padding: 15px 12px;
		display: inline-block;
		cursor: pointer;
		text-align: center;
		text-transform: uppercase;
	}

	#infinite-handle span {
		padding-top: 0;
		padding-bottom: 0;
	}

	.comment-navigation a {
		margin: 0;
	}

    .page-content-pagination p > span,
	.blog-post-single-pagination p > span,
	.pagination span.current {
		background: #ee6c6b;
		color: #fff;
	}

/*--------------------------------------------------------------
	## Blog Posts Alternate Listing
--------------------------------------------------------------*/

.blog-posts-alt {

}

	.blog-posts-alt .post,
	.blog-posts-alt .page {
		margin-top: 40px;
		width: 22.93%;
		float: left;
		margin-right: 2.76%;
	}

	.blog-posts-alt .post:nth-child(-n+4),
	.blog-posts-alt .page:nth-child(-n+4) {
		margin-top: 0;
	}

	.blog-posts-alt .post:nth-child(4n),
	.blog-posts-alt .page:nth-child(4n) {
		margin-right: 0;
	}

		.blog-post-alt-thumb {
			margin-bottom: 28px;
		}

			.blog-post-alt-thumb a,
			.blog-post-alt-thumb img {
				display: block;
			}

		.blog-post-alt-meta {
			color: #999;
			font-size: 12px;
			font-family: "Lato", sans-serif;
			line-height: 1;
			margin-bottom: 10px;
		}

		.blog-post-alt-title {
			margin-bottom: 14px;
		}

			.blog-post-alt-title h2 {
				margin: 0;
				padding: 0;
				color: #1d1d1d;
				font-size: 17px;
				font-weight: 600;
				font-family: "Lato", serif;
				line-height: 1.53;
			}

			.blog-post-alt-title h2 a {
				color: inherit;
			}

		.blog-post-alt-comments-count {
			color: #999;
			font-size: 12px;
			line-height: 1;
			font-family: "Lato", sans-serif;
		}

			.blog-post-alt-comments-count a {
				color: inherit;
			}

				.blog-post-alt-comments-count .fa {
					margin-right: 9px;
					color: #232323;
				}

/*--------------------------------------------------------------
	## Blog Post Single
--------------------------------------------------------------*/

.blog-post-single-thumb,
.page-thumb {
	margin-bottom: 20px;
}

.blog-post-single-excerpt {
	margin-bottom: 30px;
	color: #2d2d2d;
	font-size: 18px;
	font-weight: 300;
	font-family: "Lato", sans-serif;
	line-height: 1.66;
}

.blog-post-single-meta {
	border: 1px solid #ddd;
	border-width: 1px 0 0 0;
	padding: 30px 0;
}

	.blog-post-single-meta-info {
		float: left;
		color: #646464;
		font-size: 13px;
		line-height: 1.3;
	}

		.blog-post-single-meta-info a {
			font-weight: bold;
		}

		.blog-post-single-meta-info .avatar {
			border-radius: 50%;
			margin-right: 11px;
			vertical-align: middle;
		}

		.blog-post-single-meta-info-author {

		}

		.blog-post-single-meta-info-cats {

		}

	.blog-post-single-meta-social {
		float: right;
		line-height: 1.3;
		padding: 10px 0;
	}

		.blog-post-single-meta-social .blog-post-share,
		.blog-post-single-meta-social .blog-post-share a {
			line-height: inherit;
		}

		.blog-post-single-meta-social .blog-post-share {
			padding: 0;
		}

body.single-post #content .navigation {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

	body.single-post #content .navigation .nav-previous,
	body.single-post #content .nav-next {
		max-width: 50%;
		float: left;
		position: relative;
	}

		.blog-post-single-nav-button {
			display: block;
			background-color: #e4e4e4;
			color: #666;
			font-size: 11px;
			font-weight: 900;
			font-family: "Lato", sans-serif;
			line-height: 1;
			letter-spacing: 2px;
			padding: 15px 10px;
			cursor: pointer;
			text-align: center;
			text-transform: uppercase;
			margin-bottom: 10px;
		}

			.nav-previous .blog-post-single-nav-button .fa {
				margin-right: 10px;
				display: inline-block;
			}

		.blog-post-single-nav-prev-title,
		.blog-post-single-nav-next-title {
			margin-top: 15px;
			font-size: 16px;
			line-height: 1.4;
		}

	body.single-post #content .navigation .nav-next {
		float: right;
		text-align: right;
	}

		.nav-next .blog-post-single-nav-button .fa {
			margin-left: 10px;
			display: inline-block;
		}

/*--------------------------------------------------------------
	## About Author
--------------------------------------------------------------*/

.entry-author {
	border: 1px solid #dcdde2;
	border-width: 1px 0;
	margin-top: 50px;
	padding: 42px 0;
	clear: both;
}

	.entry-author .author-avatar {
		overflow: hidden;
		float: left;
		margin-right: 45px;
	}

		.entry-author .author-avatar img {
			border-radius: 50%;
		}

	.entry-author .author-heading {
		overflow: hidden;
	}

		.entry-author .author-title {
			margin: 0;
			padding: 0;
			color: #232323;
			font-size: 11px;
			font-weight: 700;
			font-family: "Lato", sans-serif;
			letter-spacing: 2px;
			margin-bottom: 15px;
			text-transform: uppercase;
		}

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/

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

.comments-area {
	margin-top: 50px;
}

.comments-area ul,
.comments-area ol,
.comments-area li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.comments-area li.comments-pingback,
.comments-area li.comments-trackback {
	margin-bottom: 10px;
	font-size: 12px;
	background: #eee;
	padding: 7px;
}

.comment {

}

	.comment-body {
		background: #f5f5f5;
		border-radius: 3px;
		padding: 35px 40px;
		margin-bottom: 25px;
	}


		.comment-meta {
			overflow: hidden;
		}

			.comment-meta .comment-author {
				float: left;
				color: #232323;
				font-size: 11px;
				font-weight: 700;
				font-family: "Lato", sans-serif;
				letter-spacing: 2px;
				text-transform: uppercase;
			}

				.comment-meta .avatar {
					border-radius: 50%;
					vertical-align: middle;
					margin-right: 10px;
				}

			.comment-meta .comment-metadata {
				font-size: 80%;
				float: right;
				line-height: 32px;
			}

		.comment-content {
			margin-top: 15px;
		}

		.comment .reply {
			margin-top: 15px;
			text-transform: uppercase;
			line-height: 1;
			display: inline-block;
			letter-spacing: 2px;
			font-size: 11px;
			font-weight: 900;
			font-family: "Lato", sans-serif;
		}

	.comment .children {
		margin-left: 80px;
	}

	.comments-no-comments {
		margin-bottom: 20px;
	}

.comment-respond {
	background-color: #f5f5f5;
	padding: 40px;
}

	.comment-reply-title {
		margin: 0;
		padding: 0;
		color: #232323;
		font-size: 11px;
		font-weight: 700;
		font-family: "Lato", sans-serif;
		line-height: 1;
		letter-spacing: 2px;
		margin-bottom: 20px;
		text-transform: uppercase;
	}

	.comment-respond .logged-in-as,
	.comment-notes {
		font-size: 13px;
		color: #8d8d8d;
	}

		.comment-form-comment {

		}

		.comment-form-name,
		.comment-form-email,
		.comment-form-website {

		}

			.comment-respond label {
				font-size: 11px;
				font-weight: 700;
				font-family: "Lato", sans-serif;
				line-height: 1;
				letter-spacing: 2px;
				margin-bottom: 20px;
				text-transform: uppercase;
				display: block;
			}

			.comment-respond input[type="text"],
			.comment-respond input[type="email"],
			.comment-respond input[type="url"],
			.comment-respond textarea {
				background: #fff;
			}

			.comment-respond textarea {
				height: 140px;
			}

		.comment-respond .form-submit {
			clear: both;
			padding-top: 20px;
		}

/*--------------------------------------------------------------
	## Sidebar
--------------------------------------------------------------*/

#sidebar {

}

	#sidebar .widget {
		margin-bottom: 30px;
	}

	#sidebar .widget:last-child {
		margin-bottom: 0;
	}

		#sidebar .widget-title {
			margin: 0;
			padding: 0;
			background: #111;
			color: #fff;
			text-align: center;
			font-size: 11px;
			font-weight: 900;
			font-family: "Lato", sans-serif;
			letter-spacing: 2px;
			line-height: 1.36;
			margin-bottom: 25px;
			text-align: center;
			text-transform: uppercase;
			padding: 15px 0;
		}

/*--------------------------------------------------------------
	# Widgets
--------------------------------------------------------------*/

.widget {

}

/*--------------------------------------------------------------
	# Footer
--------------------------------------------------------------*/

#footer {

}

/*--------------------------------------------------------------
	## Footer Posts
--------------------------------------------------------------*/

#footer-posts {
	background: #f3f3f3;
	padding: 50px 0;
}

/*--------------------------------------------------------------
	## Footer Top
--------------------------------------------------------------*/

#footer-top {
	padding: 40px 0;
}

	/**
	 * Footer Social
	 */

	#footer-social {
		float: left;
	}

		#footer-social ul {
			margin: 0;
			padding: 0;
			overflow: hidden;
		}

			#footer-social li {
				float: left;
				margin: 0 37px 0 0;
				padding: 0;
			}

			#footer-social li:last-child {
				margin-right: 0;
			}

				#footer-social a {
					color: #000;
				}

				#footer-social a:before {
					margin-right: 10px;
					line-height: 18px;
				}

				#footer-social .screen-reader-text {
					color: #999;
					font-size: 11px;
					font-weight: 700;
					font-family: "Lato", sans-serif;
					letter-spacing: 2px;
					line-height: 1.72;
					text-transform: uppercase;

					left: 0;
					clip: auto;
					position: relative !important;
					width: auto;
					height: auto;
					overflow: visible;
					clip-path: none;
				}

	/**
	 * Footer To Top
	 */

	#footer-scroll-to-top {
		float: right;
	}

		.scroll-to-top {
			text-transform: uppercase;
			display: block;
			font-size: 11px;
			font-weight: 700;
			font-family: "Lato", sans-serif;
			letter-spacing: 2px;
			line-height: 1.72;
			cursor: pointer;
		}

		.scroll-to-top .fa {
			color: #323232;
			margin-left: 10px;
		}

/*--------------------------------------------------------------
	## Footer Widgets
--------------------------------------------------------------*/

#footer-widgets {
	background: #111;
	padding: 75px 0;
	text-align: center;
}

	#footer-widgets a {
		color: #6ab999;
		font-weight: bold;
	}

	#footer-widgets ul {
		list-style-type: none;
		padding-left: 0;
	}

	#footer-widgets .widget {
		color: #b6b6b6;
		margin-top: 50px;
	}

	#footer-widgets .widget:nth-child(-n+3) {
		margin-top: 0;
	}

	#footer-widgets .widget:nth-child(3n) {
		margin-right: 0;
	}

		#footer-widgets .widget-title {
			color: #fff;
			font-size: 12px;
			font-weight: 900;
			font-family: "Lato", sans-serif;
			letter-spacing: 2px;
			line-height: 1.25;
			margin-bottom: 21px;
			padding-bottom: 0px;
			text-align: center;
			text-transform: uppercase;
		}

			#footer-widgets .widget-title-inner {
				display: block;
			}

			#footer-widgets .widget-title-line {
				display: inline-block;
				height: 2px;
				background: #565656;
				width: 66px;
				padding-top: 2px;
			}

/*--------------------------------------------------------------
	## Footer Bottom
--------------------------------------------------------------*/

#footer-bottom {
	padding: 30px 0;
}

	/**
	 * Footer Navigation
	 */

	#footer-navigation {
		z-index: 99998;
		position: relative;
		width: auto;
		float: left;
	}

		#footer-navigation ul,
		#footer-navigation li {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}

			/* Top level item */
			#footer-navigation .menu > li {
				display: block;
				float: left;
				position: relative;
				z-index: 99998;
				margin-left: 23px;
			}

			/* Top level first item */
			#footer-navigation .menu > li:first-child {
				margin-left: 0;
			}

				/* Top level chevron */
				#footer-navigation .menu a .fa {
					display: inline-block;
					color: rgb(165, 165, 165);
					font-size: 7px;
					margin-left: 10px;
					vertical-align: middle;
				}

				/* Top level item anchor */
				#footer-navigation .menu > li > a {
					display: block;
					text-decoration: none;
					vertical-align: middle;
					color: #999;
					font-size: 11px;
					font-weight: 700;
					font-family: "Lato", sans-serif;
					line-height: 1.2;
					letter-spacing: 1px;
					text-transform: uppercase;
				}

				/* Top level item anchor hover */
				#footer-navigation .menu > li > a:hover {
					color: #151515;
				}

				/* Top level item anchor current */
				#footer-navigation .menu > li.current-menu-item > a {
					color: #151515;
				}

		/* Submenu */
		#footer-navigation .menu ul {
			background: #2a2a2a;
			border: 1px solid #404040;
			visibility: hidden;
			opacity: 0;
			position: absolute;
			bottom: 100%;
			left: 0; /* same as horrizontal padding on #footer-navigation .menu ul li */
			text-align: left;
			padding: 10px 0;
			-webkit-transition: .5s opacity;
			-moz-transition: .5s opacity;
			transition: .5s opacity;
		}

			/* Submenu item */
			#footer-navigation .menu ul li {
				position: relative;
				display: block;
				white-space: nowrap;
				margin: 0;
				padding: 0 25px; /* same as left on #footer-navigation .menu ul */
			}

				/* Submenu item anchor */
				#footer-navigation .menu ul li a {
					display: block;
					text-decoration: none;
					color: #686868;
					font-size: 12px;
					font-weight: 700;
					font-family: "Lato", sans-serif;
					letter-spacing: 1px;
					text-transform: uppercase;
					line-height: 1.25;
					border-bottom: 1px solid #404040;
					padding-top: 11px;
					padding-bottom: 11px;
					text-transform: uppercase;
				}

				/* Submenu last item anchor */
				#footer-navigation .menu ul li:last-child > a {
					border-bottom: 0;
				}

				/* Submenu item anchor hover */
				#footer-navigation .menu ul li a:hover {
					 color: #fff;
				}

				/* Submenu item anchor hover */
				#footer-navigation .menu ul li.current-menu-item > a {
					color: #fff;
				}

			/* Second lvl submenu */
			#footer-navigation .menu ul ul {
				left: 100%;
				margin-left: 0;
				bottom: -11px;
			}

			/* Show submenu on hover */
			#footer-navigation .menu li:hover > ul {
				visibility: visible;
				opacity: 1;
			}

	/**
	 * Footer Copyright
	 */

	#footer-copyright {
		float: right;
		font-style: italic;
		color: #999;
		font-size: 12px;
		line-height: 1.2;
	}

/*--------------------------------------------------------------
	# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Smaller Monitors
--------------------------------------------------------------*/

@media only screen and ( min-width: 1024px ) and ( max-width: 1280px )  {

	body .wrapper {
		max-width: 940px;
	}

	/* Navigation */

	body #navigation .menu a .fa {
		display: none;
	}

	body #navigation .menu > li {
		margin-left: 18px;
	}

	/* Slider */

	body .blog-post-slider-title h2,
	body .blog-post-slider-title h2 a {
		font-size: 40px;
	}

}

/*--------------------------------------------------------------
	## Tablets
--------------------------------------------------------------*/

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

	body .wrapper {
		max-width: 748px;
	}

	/* Header */

	body #logo,
	body #header-social {
		float: none;
		width: auto;
	}

	body #logo {
		float: left;
	}

	body #logo.logo-position-below_center {
		float: none;
	}

	body #header-social {
		float: right;
	}

	/* Navigation */

	body #navigation {
		display: none;
	}

	body #header-social span.header-search-mobile-nav-hook {
		display: inline-block;
	}

	/* Slider */

	body .blog-post-slider-title h2,
	body .blog-post-slider-title h2 a {
		font-size: 30px;
	}

	body .blog-post-slider-excerpt {
		display: none;
	}

	/* Blog Posts */

	body .blog-post-title h2,
	body .blog-post-title h2 a {
		font-size: 27px;
	}

	body .blog-post-tags,
	body .blog-post-share {
		padding: 0;
		float: none;
		text-align: center;
		max-width: none;
	}

	body .blog-post-tags {
		margin-bottom: 20px;
	}

	/* Blog post single */

	body .blog-post-single-meta .avatar {
		display: none;
	}

	/* Footer */

	body .social-links-w-labels a {
		margin-left: 15px;
	}

		body .social-links-label {
			display: none;
		}

}

/*--------------------------------------------------------------
	## Phones ( landscape + portrait )
--------------------------------------------------------------*/

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

	/* Columns */

	body .col {
		margin-right: 0;
		width: 100% !important;
	}

	/* Header */

	body {
		padding-top: 0 !important;
	}

	body #header {
		position: relative;
	}

		body #logo {
			float: none;
			margin: 0;
			text-align: center;
			padding-bottom: 0;
		}

	/* Slider */

	body #featured-posts-slider .owl-dots {
		display: none !important;
	}

	/* Navigation */

	body #navigation {
		display: none;
	}

	body #header-social span.header-search-mobile-nav-hook {
		display: inline-block;
	}

	/* Header Social */

	body #header-social {
		float: none;
		text-align: center;
	}

	body .header-search-placeholder {
		line-height: 1;
		top: 50%;
		margin-top: -7px;
	}

	/* Slider */

	body .blog-post-slider-main {
		padding: 0 30px;
	}

		body .blog-post-slider-cats {
			display: none;
		}

		body .blog-post-slider-title h2,
		body .blog-post-slider-title h2 a {
			font-size: 20px;
		}

		body .blog-post-slider-excerpt {
			display: none;
		}

	/* Content */

	body #content.col {
		margin-bottom: 50px;
	}

	/* Blog Post */

	body .blog-post-single-title {
		font-size: 25px;
	}

	body .blog-post-title {
		padding: 0;
	}

		body .blog-post-title h2,
		body .blog-post-title h2 a {
			font-size: 25px;
		}

	body .blog-post-excerpt {
		padding: 0;
	}

	body .blog-post-tags,
	body .blog-post-share {
		float: none;
		text-align: center;
		padding: 0;
		max-width: none;
	}

		body .blog-post-tags {
			margin-bottom: 20px;
		}

	/* Blog Post Alternate */

	body .blog-posts-alt .post,
	body .blog-posts-alt .page {
		margin-bottom: 40px;
		width: auto;
		float: none;
	}

	body .blog-posts-alt .post:last-child,
	body .blog-posts-alt .page:last-child {
		margin-bottom: 0;
	}

	/* Blog post single */

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

		body .blog-post-single-meta-info,
		body .blog-post-single-meta-social {
			float: none;
			text-align: left;
		}

		body .blog-post-single-meta-info {
			margin-bottom: 10px;
		}

			body .blog-post-single-meta-info .avatar {
				display: none;
			}

			body .blog-post-single-meta-social .blog-post-share {
				text-align: inherit;
			}

	body blockquote {
		font-size: 18px;
		padding: 0;
		line-height: 1.5;
	}

	body .about-author-avatar {
		display: none;
	}

	body .styled-list ol li {
		font-size: 15px;
	}

	body .comment-author-avatar {
		display: none;
	}

	body .comment .children {
		margin-left: 0;
	}

	/* Footer */

	body #footer-social li {
		margin-right: 10px;
	}

		body #footer-social li .screen-reader-text {
			clip: rect(1px, 1px, 1px, 1px);
			position: absolute !important;
			height: 1px;
			width: 1px;
			overflow: hidden;
		}

	body #footer-navigation,
	body #footer-copyright {
		float: none;
		text-align: center;
	}

	body #footer-navigation {
		margin-bottom: 15px;
	}

	body #footer .widget {
		margin: 0;
		margin-bottom: 40px;
	}

	body #footer .widget:last-child {
		margin-bottom: 0;
	}

}

/*--------------------------------------------------------------
	## Phones ( landscape )
--------------------------------------------------------------*/

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

	body .wrapper {
		max-width: 420px;
	}

	body .header-search form {
		width: 420px;
	}

}

/*--------------------------------------------------------------
	## Phones ( portrait )
--------------------------------------------------------------*/

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

	body .wrapper {
		max-width: 300px;
	}

	body .header-search form {
		width: 300px;
	}

	/* Slider */

	body .blog-post-slider-main {
		padding: 10px 0;
	}

		body .blog-post-slider-title h2,
		body .blog-post-slider-title h2 a {
			font-size: 18px;
		}

		body .blog-post-slider-read-more {
			display: none;
		}

	/* Footer */

	body #footer-navigation li {
		margin-left: 10px;
	}

}
