/*
Theme Name: Hekyma
Theme URI: https://hekyma.com
Author: Tatiana Manyonga
Author URI: https://www.hekyma.com
Description: A minimalistic and clean Wordpress template
Version: 1.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}

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

li {
	list-style: none;
}

*{
margin: 0;
padding: 0;
}

#wpstats {
display: none;
}

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

body {
	font: normal 300 13px Helvetica, Arial, sans-serif;
	padding-top: 90px;
}

/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { 
	display: none;  
}
.js #loader { 
	display: block; position: absolute; left: 100px; top: 0; 
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/loader.gif) center no-repeat #fff;
}

/* BODY ELEMENTS */

/* HEADER */

header {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	position: fixed;
	z-index: 100;
	top: 0;
	background: #fff;
}

.top {
	width: 83.33%; /* 1200px / 1440px */
	margin: 0 auto;
	max-width: 1200px;
}

header .top-left {
	float: left;
	margin-top: -31px;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.top-left #nav_menu-3 {
	display: none;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.close {
	width: 40px !important;
	height: 40px;
	background: url(images/close.png) no-repeat !important;
	background-size: 40px auto !important;
	margin: -4px 0 0 -7px !important;
	text-align: left !important;
	text-indent: -9999999px !important;
	padding-top: 0 !important;
}

.top-left .widget_nav_menu .widgettitle {
	width: 40px;
	height: 40px;
	background: url(images/menu-large.png) no-repeat;
	background-size: 40px auto;
	display: block;
	cursor: pointer;
	margin-left: -7px;
	font-size: 9px;
	text-indent: -99999px;
	padding: 10px 0 18px 0;
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
 
	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
 
	-webkit-animation-duration:0.3s;
	-moz-animation-duration:0.3s;
	animation-duration:0.3s;
}

#nav_menu-3 h2 {
	width: 40px;
	height: 40px;
	background: url(images/close.png) no-repeat;
	background-size: 40px auto;
	margin: -4px 0 0 -7px;
	text-align: left;
	text-indent: -9999999px;
	padding-top: 0;
}

#nav_menu-3 .widgettitle {
	width: 40px;
	height: 40px;
	background: url(images/menu-large.png) no-repeat;
	background-size: 40px auto;
	display: block;
	margin: 0 0 0 -7px;
	font-size: 9px;
	text-indent: -99999px;
	padding: 10px 0 18px 0;
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
 
	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
 
	-webkit-animation-duration:0.3s;
	-moz-animation-duration:0.3s;
	animation-duration:0.3s;
}

.top-left #nav_menu-2 .menu {
	width: 200px;
	background: #fff;
	position: absolute;
	z-index: 100;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	display: none;
}

.top-left .menu li a {
	line-height: 22px;
	padding: 8px 14px 7px 14px;
	background: #f6f6f6;
	display: block;
}

.top-left .menu-item-has-children {
	padding-bottom: 0 !important;
}

.menu-item-has-children:hover {
	font-weight: 600;
}

.top-left .menu li a:hover {
	background: #e1e1e3;
	font-weight: 600;
}

.top-left .menu li .sub-menu li a:hover {
	font-weight: 400;
}

.top-left .sub-menu {
	width: 200px;
	font-weight: 300;
	font-size: 10px;
}

.top-left .sub-menu li a {
	background: #fff;
	padding: 5px 14px 4px 14px;
}

.menu-item-1843, .menu-item-1861 {
	background: #f6f6f6;
}

.menu-item-1843:hover, .menu-item-1861:hover {
	background: #e1e1e3;
}

.menu-item-1843 a, .menu-item-1861 a {
	width: 162px;
	height: auto;
	background: url(images/home_grey.png) no-repeat !important;
	background-size: 14px 14px !important;
	background-position: right center !important;
	display: block;
}

.menu-item-1861 a {
	width: 212px;
	height: auto;
	background: url(images/home_grey.png) no-repeat !important;
	background-size: 14px 14px !important;
	background-position: right center !important;
	display: block;
}

.menu-item-1850 a, .menu-item-1870 a {
	background: #000 !important;
	color: #fff;
}

.menu-item-1851 a, .menu-item-1871 a {
	background: #000 !important;
}

.menu-item-1851 a, .menu-item-1871 a {
	color: #fff;
}

.menu-item-1851:hover, .menu-item-1871:hover {
	background: #000 !important;
}

.top-left .sub-menu li:hover {
	background: #a6a6a6;
}

.top-left .sub-menu li a {
	color: #626262;
}

.top-left .widget_nav_menu, .top-left .widget_search {
	float: left;
}

.menu-item-1854 a, .menu-item-1872 a {
	background: none !important;
	padding: 0 !important;
}

.menu-item-1854 .sub-menu, .menu-item-1872 .sub-menu {
	margin-left: -4px !important;
	padding: 15px 0 25px 0 !important;
}

.menu-item-1854 a:nth-child(1), .menu-item-1872 a:nth-child(1) {
	display: none !important;
}

.menu-item-2768 a, .menu-item-2769 a {
	color: #fff;
	background: #000 !important;
}

.menu-item-2768 a:hover, .menu-item-2769 a:hover {
	background: #000 !important;
}

.menu-item-1854 .sub-menu a {
	display: initial;
}

.menu-item-1854 .sub-menu li, .menu-item-1872 .sub-menu li {
	float: left;
	margin-left: 15px;
	padding: 0 !important;
}

.menu-item-1854 .sub-menu li a, .menu-item-1872 .sub-menu li a {
	width: 13px !important;
	height: 13px !important;
	text-indent: -99999px !important;
	display: block !important;
}

.menu-item-1854 .sub-menu li:hover {
	background: none !important;
}

.menu-item-1855 a, .menu-item-1875 a {
	background: url(images/instagram-grey.png) no-repeat !important;
	background-size: 100% auto !important;
}

.menu-item-1855 a:hover, .menu-item-1875 a:hover {
	background: url(images/instagram_original.png) no-repeat !important;
	background-size: 100% auto !important;
}

.menu-item-1856 a, .menu-item-1874 a {
	background: url(images/facebook-grey.png) no-repeat !important;
	background-size: 100% auto !important;
}

.menu-item-1856 a:hover, .menu-item-1874 a:hover {
	background: url(images/facebook_original.png) no-repeat !important;
	background-size: 100% auto !important;
}

.menu-item-1857 a, .menu-item-1877 a {
	background: url(images/twitter-grey.png) no-repeat !important;
	background-size: 100% auto !important;
}

.menu-item-1857 a:hover, .menu-item-1877 a:hover {
	background: url(images/twitter_original.png) no-repeat !important;
	background-size: 100% auto !important;
}

.menu-item-1858 a, .menu-item-1878 a {
	width: 13px;
	height: 13px;
	background: url(images/youtube-grey.png) no-repeat !important;
	background-size: 100% auto !important;
}

.menu-item-1858 a:hover, .menu-item-1878 a:hover {
	width: 13px;
	height: 13px;
	background: url(images/youtube_original.png) no-repeat !important;
	background-size: 100% auto !important;
}

.menu-item-1859 a, .menu-item-1876 a {
	background: url(images/pinterest-grey.png) no-repeat !important;
	background-size: 100% auto !important;
}

.menu-item-1859 a:hover, .menu-item-1876 a:hover {
	background: url(images/pinterest_original.png) no-repeat !important;
	background-size: 100% auto !important;
}

.menu-item-1860 a, .menu-item-1873 a {
	background: url(images/heart-grey.png) no-repeat !important;
	background-size: 100% auto !important;
}

.menu-item-1860 a:hover, .menu-item-1873 a:hover {
	background: url(images/heart_original.png) no-repeat !important;
	background-size: 100% auto !important;
}

#nav_menu-3 .menu {
	width: 250px;
	left: -251px;
	border: 0;
	display: initial !important;
}

#nav_menu-3 .sub-menu {
	width: 250px;
	font-weight: 300;
	font-size: 10px;
}

.knock-out {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #a6a6a6;
	z-index: 99;
	opacity: 0.55;
	display: none;
}

.scroll {
	overflow-x: hidden;
	overflow-y: hidden;
}

.widget_search {
	margin-left: 15px;
}

.widget_search h2, #searchsubmit {
	width: 26px;
	height: 26px;
	background: url(images/search-2.png);
	background-size: 100% auto;
	text-indent: -9999px;
	display: block;
	margin-top: 1px !important;
	cursor: pointer;
}

.widget_search form {
	position: absolute;
	margin: -26px 0 0 35px;
	display: none;
}

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

.widget_search input {
	width: 200px;
	background: #f6f6f6;
	border: 0;
	float: left;
	padding: 9px 8px;
	font-family: 'Raleway';
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

#searchsubmit {
	margin: 2px 0 0 10px;
	display: none;
}

header .top-right {
	float: right;
	margin-top: -18px;
}

header h1 {
	width: 100%;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 10px;
	clear: both;
}

.top-right .menu {
	float: right;
}

.top-right .menu li {
	float: left;
	margin-left: 18px;
}

.top-right .menu li a {
	width: 13px;
	height: 13px;
	text-indent: -99999px;
	display: block;
}

.top-right .menu li:first-child a {
	background: url(images/instagram.png);
	background-size: 100% auto;
}

.top-right .menu li:first-child a:hover {
	background: url(images/instagram_original.png);
	background-size: 100% auto;
}


.top-right .menu li:nth-child(2) a {
	background: url(images/twitter.png) !important;
	background-size: 100% auto !important;
}

.top-right .menu li:nth-child(2) a:hover {
	background: url(images/twitter_original.png) !important;
	background-size: 100% auto !important;
}

.top-right .menu li:nth-child(3) a {
	background: url(images/pinterest.png);
	background-size: 100% auto;
}

.top-right .menu li:nth-child(3) a:hover {
	background: url(images/pinterest_original.png);
	background-size: 100% auto;
}

.top-right .menu .menu-item-1879 a {
	width: 14px;
	height: 14px;
	background: url(images/youtube.png);
	background-size: 100% auto !important;
}

.top-right .menu .menu-item-1879 a:hover {
	width: 14px;
	height: 14px;
	background: url(images/youtube_original.png);
	background-size: 100% auto;
}

/* INDEX */

.wrap {
	width: 83.33%; /* 1200px / 1440px */
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 25px;
}

.main {
	width: 100%;
}

.main-inner {
	width: 101.25%; /* 1215px / 1200px */
}

/* REGULAR FEED */

.overlay-btn {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}

.home .feed {
	width: 32.09%; /* 390px / 1215px */
	height: auto; /* 500px / 1215px */
	float: left;
	margin: 0 1.23% 1.23% 0; /* 15px / 1215px */
	position: relative;
	display: inline-block;
}

.grid-image {
	width: 100%; /* 390px / 1215px */
	height: auto;
	overflow: hidden;
	position: relative;
}

.grid-image .more-link {
	display: none;
}

.feed .grid-image img {
	width: 100%;
	height: auto;
	position: relative;
}

.feed .hover {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 50;
	top: 0;
	font-family: 'Raleway';
	text-align: center;
	display: none;
}

.feed .hover:hover {
	background: rgba(61,61,61,0.6);
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	/* ...and now for the proper property */
	transition:.3s;
}

.category-note a:first-child, .category .label a:nth-child(2), .home .label a:nth-child(2) {
	display: none;
}

.single .label a:first-child {
	display: none;
}

.single .label a:nth-child(2) {
	display: initial;
}

.feed .hover .label {
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translate(-50%,0);
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.feed .hover .label a {
	color: #fff;
}

.feed .hover h2 {
	font-family: 'Josefin Sans';
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.feed .hover h2 a {
	color: #fff;
}

.feed .hover .read-more {
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 1px;
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translate(-50%,0);
}

.feed .hover .read-more a {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
}

.nav {
	width: 98.76%; /* 1200px / 1215px */
	background: #000;	
}

.nav:hover {
	background: #3d3d3d;
}

.nav a, .nav p {
	width: 98.76%;
	background: #000;
	display: block;
	font-family: 'Raleway';
	font-weight: 300;
	font-size: 13px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 18px 0 15px 0;
}

.nav a:hover {
	background: #3d3d3d;
}

div.nav {
	display: initial !important;
}

.home div.nav a:before {
	content: 'Load More Posts';
}

div#infscr-loading {
	width: 98.76%;
	height: 15px;
	background: #3d3d3d;
	display: block;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 18px 0 15px 0;
	position: absolute;
	float: left;
	bottom: 0;
	margin-bottom: -48px !important;
}

div#infscr-loading img {
	display: none !important;
}

/* INSTA FEED */

.insta-feed {
	width: 32.09%; /* 390px / 1215px */
	height: auto;
	float: left;
	margin: 0 1.23% 1.23% 0; /* 15px / 1215px */
}

.insta-feed .grid-image {
	width: 100%;
	height: auto;
	text-align: right;
}

.insta-feed .grid-image img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.insta-feed .grid-image img:hover {
	opacity: 0.75;
}

.insta-feed .grid-image a {
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 13px;
	color: #626262;
	letter-spacing: 1.5px;
}

.insta-feed .hover {
	display: none;
}

.insta-icon {
	width: 13px;
	height: 13px;
	background: url(images/instagram-grey.png);
	background-size: 100% auto;
	display: block;
	float: left;
	margin-top: -15px;
}

/* LIFESTYLE */

.lifestyle {
	margin-top: 50px;
}

.lifestyle h2 {
	font-family: 'Josefin Sans';
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

.lifestyle .more-link {
	display: none;
}

.lifestyle .feed a.hovering {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.grid {
	width: 100%;
}

/* BIG */

.lifestyle .feed:nth-child(2), .lifestyle .feed:nth-child(4), .lifestyle .feed:nth-child(8), .lifestyle .feed:nth-child(10), .lifestyle .feed:nth-child(13), .lifestyle .feed:nth-child(15), .lifestyle .feed:nth-child(18), .lifestyle .feed:nth-child(20), .lifestyle .feed:nth-child(23), .lifestyle .feed:nth-child(25), .lifestyle .feed:nth-child(28) {
	width: 65.43%; /* 795px / 1215px */
	height: 795px;
}

.lifestyle .feed:nth-child(2) .image, .lifestyle .feed:nth-child(4) .image, .lifestyle .feed:nth-child(8) .image, .lifestyle .feed:nth-child(10) .image, .lifestyle .feed:nth-child(13) .image, .lifestyle .feed:nth-child(15) .image, .lifestyle .feed:nth-child(18) .image, .lifestyle .feed:nth-child(20) .image, .lifestyle .feed:nth-child(23) .image, .lifestyle .feed:nth-child(25) .image, .lifestyle .feed:nth-child(28) .image {
	width: 100%;
	height: 795px;
}

.lifestyle .feed:nth-child(2) img, .lifestyle .feed:nth-child(4) img, .lifestyle .feed:nth-child(8) img, .lifestyle .feed:nth-child(10) img, .lifestyle .feed:nth-child(13) img, .lifestyle .feed:nth-child(15) img, .lifestyle .feed:nth-child(18) img, .lifestyle .feed:nth-child(20) img, .lifestyle .feed:nth-child(23) img, .lifestyle .feed:nth-child(25) img, .lifestyle .feed:nth-child(28) img {
	height: 795px;
	width: auto;
	margin-left: -25%;
}

/* SMALL */

.lifestyle .feed {
	width: 32.09%; /* 390px / 1215px */
	height: 390px;
	float: left;
	margin: 0 1.23% 1.23% 0;
	position: absolute !important;
}

.image {
	width: 100%;
	height: 390px;
	overflow: hidden;
	position: relative;
}

.lifestyle .image img {
	height: 390px;
	width: auto;
	position: relative;
	margin-left: -50%;
}

/* ACTIVE BIG */

.active {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 50;
	top: 0;
	font-family: 'Raleway';
	text-align: center;
}

.active:hover {
	background: rgba(255,255,255,0.7);
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	/* ...and now for the proper property */
	transition:.4s;
}

.feed .active h2 {
	font-family: 'Josefin Sans';
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.5px;
	margin-top: 170px;
}

.feed .active h2 a {
	color: #000;
}

.feed .active .label {
	font-weight: 300;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.feed .active .label a {
	color: #000;
}

.lifestyle .feed:nth-child(2) h2, .lifestyle .feed:nth-child(4) h2, .lifestyle .feed:nth-child(8) h2, .lifestyle .feed:nth-child(10) h2, .lifestyle .feed:nth-child(13) h2, .lifestyle .feed:nth-child(15) h2, .lifestyle .feed:nth-child(18) h2, .lifestyle .feed:nth-child(20) h2, .lifestyle .feed:nth-child(23) h2, .lifestyle .feed:nth-child(25) h2, .lifestyle .feed:nth-child(28) h2 {
	margin-top: 380px;
}

/* FOOTER */

footer {
	width: 83.33%; /* 1200px / 1440px */
	margin: 20px auto 0 auto;
}

.footer {
	width: 100%; /* 1200px / 1200px */
}

.footer-bar {
	width: 100%;
	border-top: 1px solid #e1e1e3;
	padding: 25px 0;
	display: inline-block;
}

.single .footer-bar {
	border: 0;
	padding: 0 0 25px 0;
}

.footer-bar .widget {
	width: 190px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
}

.footer-bar .widget h2 {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
}

.footer-bar .widget li, .footer-bar .widget p, .footer-bar .widget label {
	line-height: 18px;
}

.footer-bar .widget form input {
	width: 94%;
	padding: 10px 3%;
	border: 2px solid #000;
	clear: both;
	margin: 10px auto 0 auto;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.footer-bar #feedburner_email_widget_sbef_submit {
	width: 100px;
	border: 0 !important;
	background: #fff;
	padding: 0;
	margin-top: 10px;
}

.foot-note a {
	width: 100px;
	height: 48px;
	background: url(images/footnote.png);
	text-indent: -9999px;
	float: left;
	margin-left: -20px;
}

.copyright {
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	float: right;
	margin: 22px 0 0 0;
}

/* SINGLE PAGE */

.single {
	width: 100%;
	padding-top: 45px;
}

.single .post {
	width: 69.445%; /* 1000px / 1440px */
	margin: 0 auto;
}

.single .post .label {
	width: 20%; /* 200px / 1000px */
	margin: 0 auto;
	padding: 25px 0 75px 0;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.single .post h2 {
	font-family: 'Josefin Sans';
	font-weight: 700;
	font-size: 45px;
	text-align: center;
	letter-spacing: 0.5px;
	margin-bottom: 25px;
}

.single .post .date {
	display: table;
	margin: 0 auto;
	padding: 28px 0 35px 0;
	border-top: 1px solid #000;
	font-family: 'Raleway';
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 1px;
}

.single .post img {
	width: 166.667%; /* 100% / 1000px / 600px */
	height: auto;
	margin: 0 0 10px -33.33%; /* 0 / 200px / 600px */
}

.single .post .entry p {
	width: 60%; /* 600px / 1000px */
	margin: 0 auto;
	font-family: 'Helvetica Neue';
	font-weight: 300;
	line-height: 24px;
	text-align: center;
	color: #3d3d3d;
	letter-spacing: 0.45px;
	margin-bottom: 20px;
}

.single .post .entry strong, .single .post .entry b {
	font-weight: 600;
/*	color: #626262;*/
}

.single .post .entry em, .single .post .entry i {
	font-style: italic;
}

.single .post .entry p a {
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
}

.sharedaddy {
	display: table;
	height: 40px;
	margin: 25px auto 0 auto;
}

.sharedaddy .sd-title {
	float: left;
	margin: 0 12px;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	border-right: 1px solid #000;
	padding-right: 22px;
}

.sharedaddy .sd-content {
	float: left;
}

.sharedaddy li {
	float: left;
	margin: 0 12px;
}

.sharedaddy li a {
	border: 0 !important;
	padding: 0 !important;
}

.share-facebook a {
	width: 13px;
	height: 13px;
	background: url(images/facebook.png);
	background-size: 100% auto;
	text-indent: -99999px;
	display: block;
}

.share-facebook a:hover {
	background: url(images/facebook_original.png);
	background-size: 100% auto;
}

.share-pinterest a {
	width: 13px;
	height: 13px;
	background: url(images/pinterest.png);
	background-size: 100% auto;
	text-indent: -99999px;
	display: block;
}

.share-pinterest a:hover {
	background: url(images/pinterest_original.png);
	background-size: 100% auto;
}

.share-google-plus-1 a {
	width: 13px;
	height: 13px;
	background: url(images/googleplus.png);
	background-size: 100% auto;
	text-indent: -99999px;
	display: block;
}

.share-google-plus-1 a:hover {
	background: url(images/googleplus_original.png);
	background-size: 100% auto;
}

.share-twitter a {
	width: 13px;
	height: 13px;
	background: url(images/twitter.png);
	background-size: 100% auto;
	text-indent: -99999px;
	display: block;
}

.share-twitter a:hover {
	background: url(images/twitter_original.png);
	background-size: 100% auto;
}

.share-end {
	display: none;
}

.single .post-footer {
	width: 100%;
	border-top: 1px solid #e1e1e3;
}

.single .post-footer-inner {
	display: table;
	margin: 0 auto;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 12px;
}

/* PAGINATION */

.pagination {
	width: 69.445%; /* 1000px / 1440px */
	margin: 0 auto;
	border-top: 1px solid #e1e1e3;
	border-bottom: 1px solid #e1e1e3;
	padding: 50px 0;
	clear: both;
}

.pagination-inner {
	width: 100%;
	display: inline-block;
}

.pagination .line {
	width: 2px;
	height: 150px;
	background: #000;
	margin: 0 auto;
}

.pagination .next {
	width: 49.9%; /* 499px / 1000px */
	float: left;
	text-align: left;
	margin-top: -150px;
}

.pagination .previous {
	width: 49.9%; /* 499px / 1000px */
	float: right;
	text-align: right;
	margin-top: -150px;
}

.pagi-content {
	height: 150px;
}

.next .pagi-content:hover {
	background: url(images/accent-left.png) no-repeat;
	background-color: #f8f8f8;
	background-position: right center;
}

.previous .pagi-content:hover {
	background: url(images/accent-right.png) no-repeat;
	background-color: #f8f8f8;
	background-position: left center;
}

.pagination .img {
	width: 150px; /* 150px / 499px */
	height: 150px;
	overflow: hidden;
}

.pagination .img img {
	height: 100%;
	width: auto;
	margin-left: -33.33%;
}

.pagination .next .img {
	float: left;
	margin-right: 20px;
}

.pagination .previous .img {
	float: right;
	margin-left: 20px;
}

.pagination p {
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-top: 25px;
}

.pagination h4 {
	font-family: 'Josefin Sans';
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.5px;
	padding: 25px 0 14px 0;
}

.pagination .read-more {
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 1px;
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
}

/* COMMENTS */

.comments-box {
	width: 69.445%; /* 1000px / 1440px */
	margin: 0 auto;
	padding: 0 0 55px 0;
}

.comment-notes {
	display: none;
}

.comment-link {
	width: 69.445%;
	margin: 0 auto 50px auto;
	border-bottom: 1px solid #e1e1e3;
	padding: 20px 0;
	font-family: 'Josefin Sans';
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.5px;
}

.commentlist {
	width: 48.5%; /* 485px / 1000px */
	float: left;
}

.comments-box h3 {
	display: none;
}

.comments-box .comment-body {
	padding: 25px 0 22px 0;
	margin-bottom: 10px;
}

.comments-box .children .comment-body {
	margin: 0 20px 10px 20px;
}

.avatar {
	width: 32px !important;
	height: 32px;
	float: left;
	margin: 0 10px 0 0 !important;
}

.comments-box .fn {
	font-family: 'Josefin Sans';
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.5px;
}

.comments-box .fn a {
	text-decoration: underline;
}

.comments-box .fn a:hover {
	color: #666;
}

.says {
	letter-spacing: 0.25px;
}

.comments-box .comment p {
	line-height: 20px;
	padding: 10px 0;
}

.comments-box .commentmetadata {
	font-size: 11px;
	margin-top: 3px;
}

.comments-box .comment .reply {
	font-family: 'Raleway';
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#respond {
	width: 48.5%; /* 485px / 1000px */
	margin: 25px 0 0 3%; /* 30px / 1000px */
	float: right;
}

.navigation {
	display: none;
}

#respond form input, #respond form textarea {
	width: 96%;
	padding: 12px 2%;
	background: #fbfbfb;
	border: 0;
	clear: both;
	margin: 5px auto 1px auto;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

#respond form input:focus, #respond form textarea:focus {
	background: #f8f8f8;
}

#respond form p {
	margin-bottom: 5px !important;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

#respond #submit {
	width: 100.61%; /* 488px / 485px */
	background: #fff;
	border: 1px solid #fff;
	text-decoration: underline;
	cursor: pointer;
}

#respond #submit:hover {
	background: #000;
	color: #fff;
}

.comment-subscription-form {
	display: none;
}

.comment-pagination {
	width: 48.5%; /* 485px / 1000px */
	clear: both;
	float: left;
	padding: 25px 0;
}

.comment-pagination a {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.stripe {
	width: 1px;
	height: 20px;
	background: #000;
	margin: 0 auto;
}

.older {
	width: 45%;
	float: right;
	text-align: left;
	/*border-left: 1px solid #000;*/
	margin-top: -19px;
	padding-left: 10px;
}

.older img, .newer img {
	width: 13px !important;
	height: auto !important;
	margin-bottom: -3px;
}

.newer {
	width: 45%;
	float: left;
	text-align: right;
	margin-top: -19px;
	/*border-right: 1px solid #000;*/
	padding-right: 10px;
}

.comment-pagination a:hover {
	font-weight: 700;
	text-decoration: underline;
}

.comments-box .comment b {
	font-weight: 600;
}

.comments-box .comment i {
	font-style: italic;
}

/* SINGLE LIFESTYLE */

.single-lifestyle .post {
	width: 100%;
}

.single-lifestyle .image-big {
	width: 100%;
}

.single .image-big img {
	width: 100%;
	height: auto;
	margin: 0;
}

.single .post-inner {
	width: 69.445%; /* 1000px / 1440px */
	margin: 0 auto;
}

.single-lifestyle .post-inner h2 {
	padding: 50px 0 0 0;
}

.single-lifestyle .post-inner .label {
	padding: 0 0 50px 0;
}

.single-lifestyle .post-inner .entry {
	width: 101%; /* 1010px / 1000px */
	display: inline-block;
}

.single-lifestyle .post .entry p {
	width: 100%;
	margin: 0;
}

.single-lifestyle .post-inner img {
	width: 49%; /* 495px / 1010px */
	float: left;
	margin: 0 1% 1% 0; /* 10px / 1010px */
}

.single-lifestyle .sharedaddy {
	clear: both;
	padding-top: 20px;
}

.single-lifestyle .label a:first-child {
	display: initial;
}

/* FEATURES PAGE */

.features {
	margin-top: 50px;
}

.category-features footer {
	display: none;
}

.features, .carousel, .carousel_inner {
	width: 100%;
	position: relative;
}

.features .carousel_inner {
	height: 650px;
}

.features .post {
	width: 100%;
	background: none !important;
}

.features .post .more-link {
	display: none;
}

.features .post .image-wrap {
	height: 600px;
	overflow: hidden;
	position: relative;
}

.features .post img {
	width: 100%;
	height: auto;
	margin-top: -150px;
}

.features .post h2 {
	font-family: 'Josefin Sans';
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

.features .post h3 {
	font-family: 'Raleway';
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 40px;
}

.features .pager-left {
	position: absolute;
	z-index: 400;
	top: 50%;
	left: 0;
	margin-left: 15px;
	margin-top: -25px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: url(images/arrow-left.png);
	background-size: 100% auto;
	text-indent: -99999px;
	display: block;
}

.features .pager-right {
	position: absolute;
	z-index: 400;
	top: 50%;
	right: 0;
	margin-right: 15px;
	margin-top: -25px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: url(images/arrow-right.png);
	background-size: 100% auto;
	text-indent: -99999px;
	display: block;
}

/* SINGLE FEATURES */

.single-features .post h2 {
	padding-top: 25px;
}

/* CATEGORY PAGE */

.category-note {
	width: 50%; /* 1200px / 1200px */
	margin: 0 auto;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 12px;
	color: #626262;
	letter-spacing: 1px;
	display: inline-block;
	float: left;
}

.search .category-note {
	width: 100%;
	float: none;
	padding: 30px 0 15px 0;
}

.category-note a:first-child {
	display: none !important;
}

.category-note .h4 {
	font-family: 'Josefin Sans';
	font-weight: 700;
	font-size: 30px;
	color: #000;
	letter-spacing: 0.5px;
	margin: -9px 10px 0 0;
}

.category-note .h4, .category-note p {
	float: left;
}

.category-note .a {
	color: #000;
}

/* PAGE */

.page {
	margin: 50px auto 100px auto;
}

.page .page {
	width: 55.55%; /* 800px / 1440px */
}

.page h2, .woocommerce .page-title {
	font-family: 'Josefin Sans';
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

.page .content p {
	line-height: 22px;
	text-align: center;
	margin-bottom: 20px;
}

.page .content strong, .page .content b, b {
	font-weight: 600;
}

.page .content em, .page .content i {
	font-style: italic;
}

.page .content p a {
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
}

.page .content p a:hover {
	color: #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
}

/* VIDEOS */

.page .video {
	width: 83.33%; /* 1200px / 800px */
	margin: 50px auto 100px auto;
}

.video .content {
	width: 100%;
	display: inline-block;
}

.video .content iframe {
	max-width: 49.16%; /* 590px / 1200px */
	float: left;
	display: inline-block;
}

.video .content iframe:nth-child(odd) {
	margin-right: 1.66%; /* 20px / 1200px */
}

/* CONTACT FORM */

form p {
	margin-bottom: 0 !important;
}

.wpcf7-form {
	width: 100%; /* 800px / 800px */
	margin: 100px auto 0 auto;
}

.wpcf7-form .one {
	width: 101.25%; /* 810px / 800px */
}

.wpcf7-form input, .wpcf7-form textarea {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.wpcf7-form input:focus, .wpcf7-form textarea:focus {
	background: #f8f8f8;
}

.wpcf7-form .one input {
	width: 28.64%; /* 232px / 810px */
	float: left;
	margin: 0 1.23% 1.23% 0; /* 10px / 810px */
	padding: 10px 1.23%; /* 10px / 810px */
	border: 2px solid #000;
}

.wpcf7-form ::-webkit-input-placeholder, .wpcf7-form ::-webkit-textarea-placeholder {
   color: #000;
}

.wpcf7-form textarea {
	width: 95.4%; /* 772px / 800px */
	padding: 10px 1.25%; /* 10px / 800px */
	border: 2px solid #000;
	margin-bottom: 10px;
	float: left;
}

.wpcf7-form .wpcf7-submit:hover {
	background: #edf4f4;
}

.wpcf7-form .wpcf7-submit {
	width: 98.4%; /* 800px / 800px */
	background: #fff;
	border: 2px solid #000;
	padding: 10px 0;
	float: left;
	cursor: pointer;
}

span.wpcf7-not-valid-tip {
	display: none !important;
}

div.wpcf7-validation-errors {
	width: 100%; /* 800px / 800px */
	text-align: center;
	border: 0 !important;
	margin: 20px 0 0 0 !important;
	padding: 0 !important;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.g-recaptcha {
	width: 100%;
	clear: both;
	margin-bottom: 8px;
}

.g-recaptcha iframe {
	width: 300px !important;
	max-width: 300px !important;
}

/* SEARCH RESULTS PAGE */

.search .search {
	display: inline-block;
}

.search-term {
	color: #000;
}

.search .category-lifestyle .label a:first-child, .search .category-features .label a:first-child {
	display: initial !important;
}

.search .post {
	width: 23.7%; /* 288px / 1215px */
	height: 400px;
	float: left;
	margin: 0 1.23% 1.23% 0;
	position: relative;
}

.search .grid-image {
	height: 400px;
}

.search .grid-image img {
	height: 400px !important;
}

.search .post .hover .label {
	margin-top: 90px;
}

.search .post .label a:nth-child(2) {
	display: none;
}

.pagenav {
	display: table;
	clear: both;
	margin: 0 auto;
	padding-top: 30px;
}

.pagenav .current {
	background: #000;
	padding: 10px 12px;
	color: #fff;
}

.pagenav .current, .pagenav a {
	margin: 0 8px;
}

.pagenav .next, .pagenav .prev {
	display: none;
}

/* ARCHIVE */

.category .archive, .archive .archive {
	width: 100%;
	display: inline-block;
	padding: 30px 0 15px 0;
}

.category-nav h4, .date-nav h4 {
	width: 150px;
	display: inline-block;
	padding: 0 10px 10px 15px;
	border-bottom: 1px solid #e1e1e3;
	border-right: 1px solid #e1e1e3;
	cursor: pointer;
}

.category-nav h4 a, .date-nav h4 a {
	float: left;
}

.category-nav h4 a:first-child {
	display: none;
}

.category-nav, .date-nav {
	width: 177px;
	float: right;
}

.category-sub {
	width: 177px;
	position: absolute;
	z-index: 1000;
	background: #fff;
	max-height: 175px;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
}

.date-sub {
	width: 177px;
	position: absolute;
	z-index: 1000;
	background: #fff;
	max-height: 175px;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
}

.category-nav ul li, .date-nav ul li {
	line-height: 26px;
}

.category-nav ul li a, .date-nav ul li a {
	color: #666;
	width: 152px;
	padding: 5px 10px 4px 15px;
	display: block;
}

.category-nav ul li a:hover, .date-nav ul li a:hover {
	color: #000;
	font-weight: 400;
	background: #f6f6f6;
}

.arrow {
	width: 14px;
	height: 14px;
	background: url(images/arrow.png);
	background-size: 100% auto;
	display: block;
	float: right;
}

/* --- SHOP PAGE --- */

.woocommerce #container {
	width: 83.33%; /* 1200px / 1440px */
	margin: 0 auto;
	padding-top: 100px;
}

.woocommerce-breadcrumb, #sidebar, .woocommerce-ordering, .woocommerce-result-count, .product_meta, .tabs, #tab-description h2, 
.product-thumbnail, .related {
	display: none !important;
}

.products {
	width: 101.66%; /* 1220px / 1200px */
	text-align: center;
}

.products li.product {
	width: 23.36% !important; /* 285px / 1220px */
	margin: 0 1.63% 1.63% 0 !important; /* 20px / 1220px */
}

.product h3 {
	font-family: 'Josefin Sans';
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.price {
	font-family: 'Josefin Sans';
	font-size: 14px !important;
	text-align: center;
	letter-spacing: 1px;
	color: #626262 !important;
}

.woocommerce a.button, .woocommerce .button, #coupon_code {
	padding: 12px 18px 9px 18px !important;
	background: #fff !important;
	border: 2px solid #000 !important;
	border-radius: 0 !important;
	font-family: 'Josefin Sans' !important;
	font-weight: 400 !important;
	font-size: 11px !important;
	color: #000 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#coupon_code {
	width: 50%;
}

.woocommerce a.button {
	margin: 10px auto !important;
}

.woocommerce a.button:hover {
	background: #000 !important;
	color: #fff !important;
}

.added_to_cart {
	width: 100%;
	clear: both !important;
}

.single-product #container {
	width: 69.44%; /* 1000px / 1440px */
	margin: 0 auto;
}

.woocommerce .product_title {
	width: 90%;
	margin: 0 auto;
	font-family: 'Josefin Sans';
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
}

.single-product .price {
	padding: 10px 0;
}

.single-product p, .single-product p a {
	line-height: 20px;
	color: #626262;
	margin-bottom: 20px;
}

.single-product .line {
	width: 100%;
	height: 1px;
	background: #eee;
	margin-bottom: 20px;
}

.cart {
	display: table;
	margin: 0 auto;
}

.single-product form input, .shop_table input {
	border: 2px solid #000;
	padding: 9px 3px 10px 7px;
}

.woocommerce-tabs {
	width: 100%;
	border-top: 1px solid #eee;
	padding-top: 35px;
}

.wc-tab {
	width: 102%; /* 1020px / 1000px */
}

.woocommerce-tabs img {
	width: 48.03%; /* 490px / 1020px */
	height: auto;
	float: left;
	margin: 0 1.96% 1.96% 0;
}

.single-product .footer-bar {
	margin-top: 20px;
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error {
	border-top-color: #fff !important;
	color: #000 !important;
}

.woocommerce .woocommerce-message:before {
	color: #000 !important;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background: #fff;
}

.woocommerce table.shop_table {
	border: 2px solid #000 !important;
	border-radius: 0 !important;
}

.woocommerce table.shop_table tr {
	height: 65px !important;
}

.woocommerce a.remove {
	color: #000 !important;
}

.product-name {
	letter-spacing: 0.5px;
}

.cart_totals p {
	text-align: left;
}

.woocommerce a.checkout-button {
	margin-top: -10px !important;
}

.checkout h3 {
	font-family: 'Josefin Sans';
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
}

.checkout .col-1 input {
	border: 1px solid #e1e1e3;
	padding: 8px;
}

.checkout textarea {
	height: 150px !important;
	border: 1px solid #e1e1e3;
	padding: 8px;
}

.checkout label {
	text-align: left;
}

.col-1 {
	margin-bottom: 25px;
}

/* 
----- MEDIA QUERIES -----
*/

@media (max-width: 1260px) {

	.lifestyle .feed:nth-child(2), .lifestyle .feed:nth-child(4), .lifestyle .feed:nth-child(8), .lifestyle .feed:nth-child(10), .lifestyle .feed:nth-child(13), .lifestyle .feed:nth-child(15), .lifestyle .feed:nth-child(18), .lifestyle .feed:nth-child(20), .lifestyle .feed:nth-child(23), .lifestyle .feed:nth-child(25), .lifestyle .feed:nth-child(28) {
		height: 695px;
	}

	.lifestyle .feed:nth-child(2) .image, .lifestyle .feed:nth-child(4) .image, .lifestyle .feed:nth-child(8) .image, .lifestyle .feed:nth-child(10) .image, .lifestyle .feed:nth-child(13) .image, .lifestyle .feed:nth-child(15) .image, .lifestyle .feed:nth-child(18) .image, .lifestyle .feed:nth-child(20) .image, .lifestyle .feed:nth-child(23) .image, .lifestyle .feed:nth-child(25) .image, .lifestyle .feed:nth-child(28) .image {
		height: 695px;
	}

	.lifestyle .feed:nth-child(2) img, .lifestyle .feed:nth-child(4) img, .lifestyle .feed:nth-child(8) img, .lifestyle .feed:nth-child(10) img, .lifestyle .feed:nth-child(13) img, .lifestyle .feed:nth-child(15) img, .lifestyle .feed:nth-child(18) img, .lifestyle .feed:nth-child(20) img, .lifestyle .feed:nth-child(23) img, .lifestyle .feed:nth-child(25) img, .lifestyle .feed:nth-child(28) img {
		height: 695px;
	}

	.lifestyle .feed {
		height: 341px;
	}

	.image {
		height: 341px;
	}

	.lifestyle .feed img {
		height: 341px;
		margin-left: -25%;
	}

	.feed .active h2 {
		margin-top: 140px;
	}

	.lifestyle .feed:nth-child(2) h2, .lifestyle .feed:nth-child(4) h2, .lifestyle .feed:nth-child(8) h2, .lifestyle .feed:nth-child(10) h2, .lifestyle .feed:nth-child(13) h2, .lifestyle .feed:nth-child(15) h2, .lifestyle .feed:nth-child(18) h2, .lifestyle .feed:nth-child(20) h2, .lifestyle .feed:nth-child(23) h2, .lifestyle .feed:nth-child(25) h2, .lifestyle .feed:nth-child(28) h2 {
		margin-top: 330px;
	}

	.wpcf7-form textarea {
		width: 95.6%;
	}
	
	.wpcf7-form .wpcf7-submit {
    	width: 98.7%;
	}

	.search .post {
		height: 380px;
	}

	.search .grid-image {
		height: 380px;
	}

	.search .grid-image img {
		height: 380px !important;
	}

}

@media (max-width: 1024px) {

	.lifestyle .feed:nth-child(2), .lifestyle .feed:nth-child(4), .lifestyle .feed:nth-child(8), .lifestyle .feed:nth-child(10), .lifestyle .feed:nth-child(13), .lifestyle .feed:nth-child(15), .lifestyle .feed:nth-child(18), .lifestyle .feed:nth-child(20), .lifestyle .feed:nth-child(23), .lifestyle .feed:nth-child(25), .lifestyle .feed:nth-child(28) {
		height: 565px;
	}

	.lifestyle .feed:nth-child(2) .image, .lifestyle .feed:nth-child(4) .image, .lifestyle .feed:nth-child(8) .image, .lifestyle .feed:nth-child(10) .image, .lifestyle .feed:nth-child(13) .image, .lifestyle .feed:nth-child(15) .image, .lifestyle .feed:nth-child(18) .image, .lifestyle .feed:nth-child(20) .image, .lifestyle .feed:nth-child(23) .image, .lifestyle .feed:nth-child(25) .image, .lifestyle .feed:nth-child(28) .image {
		height: 565px;
	}

	.lifestyle .feed:nth-child(2) img, .lifestyle .feed:nth-child(4) img, .lifestyle .feed:nth-child(8) img, .lifestyle .feed:nth-child(10) img, .lifestyle .feed:nth-child(13) img, .lifestyle .feed:nth-child(15) img, .lifestyle .feed:nth-child(18) img, .lifestyle .feed:nth-child(20) img, .lifestyle .feed:nth-child(23) img, .lifestyle .feed:nth-child(25) img, .lifestyle .feed:nth-child(28) img {
		height: 565px;
	}

	.lifestyle .feed {
		height: 277px;
	}

	.image {
		height: 277px;
	}

	.lifestyle .feed img {
		height: 277px;
		margin-left: -25%;
	}

	.feed .active h2 {
		margin-top: 105px;
	}

	.lifestyle .feed:nth-child(2) h2, .lifestyle .feed:nth-child(4) h2, .lifestyle .feed:nth-child(8) h2, .lifestyle .feed:nth-child(10) h2, .lifestyle .feed:nth-child(13) h2, .lifestyle .feed:nth-child(15) h2, .lifestyle .feed:nth-child(18) h2, .lifestyle .feed:nth-child(20) h2, .lifestyle .feed:nth-child(23) h2, .lifestyle .feed:nth-child(25) h2, .lifestyle .feed:nth-child(28) h2 {
		margin-top: 260px;
	}

	.wpcf7-form textarea {
		width: 95.8%;
	}
	
	.wpcf7-form .wpcf7-submit {
    	width: 99%;
	}

	.video .content iframe {
		height: 275px;
	}

	.search .post {
		width: 32.09%; /* 390px / 1215px */
	}

	.search .post .hover .label {
		margin-top: 80px;
	}
}

@media (max-width: 800px) {

	.main-inner {
		width: 103.33%; /* 1240px / 1200px */
	}

	.home .feed, .search .post {
		width: 46.77%; /* 580px / 1240px */
		margin: 0 3.22% 3.22% 0; /* 20px / 1220px */
	}

	.insta-feed {
		width: 46.77%; /* 390px / 1215px */
		height: auto;
		margin: 0 3.22% 3.22% 0; /* 15px / 1215px */
	}

	.lifestyle .feed:nth-child(2), .lifestyle .feed:nth-child(4), .lifestyle .feed:nth-child(8), .lifestyle .feed:nth-child(10), .lifestyle .feed:nth-child(13), .lifestyle .feed:nth-child(15), .lifestyle .feed:nth-child(18), .lifestyle .feed:nth-child(20), .lifestyle .feed:nth-child(23), .lifestyle .feed:nth-child(25), .lifestyle .feed:nth-child(28) {
		height: 450px;
	}

	.lifestyle .feed:nth-child(2) .image, .lifestyle .feed:nth-child(4) .image, .lifestyle .feed:nth-child(8) .image, .lifestyle .feed:nth-child(10) .image, .lifestyle .feed:nth-child(13) .image, .lifestyle .feed:nth-child(15) .image, .lifestyle .feed:nth-child(18) .image, .lifestyle .feed:nth-child(20) .image, .lifestyle .feed:nth-child(23) .image, .lifestyle .feed:nth-child(25) .image, .lifestyle .feed:nth-child(28) .image {
		height: 450px;
	}

	.lifestyle .feed:nth-child(2) img, .lifestyle .feed:nth-child(4) img, .lifestyle .feed:nth-child(8) img, .lifestyle .feed:nth-child(10) img, .lifestyle .feed:nth-child(13) img, .lifestyle .feed:nth-child(15) img, .lifestyle .feed:nth-child(18) img, .lifestyle .feed:nth-child(20) img, .lifestyle .feed:nth-child(23) img, .lifestyle .feed:nth-child(25) img, .lifestyle .feed:nth-child(28) img {
		height: 450px;
	}

	.lifestyle .feed {
		height: 221px;
	}

	.image {
		height: 221px;
	}

	.lifestyle .feed img {
		height: 221px;
		margin-left: -25%;
	}

	.feed .active h2 {
		margin-top: 75px;
	}

	.lifestyle .feed:nth-child(2) h2, .lifestyle .feed:nth-child(4) h2, .lifestyle .feed:nth-child(8) h2, .lifestyle .feed:nth-child(10) h2, .lifestyle .feed:nth-child(13) h2, .lifestyle .feed:nth-child(15) h2, .lifestyle .feed:nth-child(18) h2, .lifestyle .feed:nth-child(20) h2, .lifestyle .feed:nth-child(23) h2, .lifestyle .feed:nth-child(25) h2, .lifestyle .feed:nth-child(28) h2 {
		margin-top: 200px;
	}

	.wpcf7-form textarea {
		width: 96.2%;
		margin-bottom: 5px;
	}
	
	.wpcf7-form .wpcf7-submit {
    	width: 99.5%;
	}

	.video .content iframe {
		height: 215px;
	}

}

@media (max-width: 500px) {

	body {
		padding-top: 78px;
	}

	header {
		padding-top: 28px;
	}

	header h1 {
		margin-top: -2px;
		font-size: 18px;
	}

	.top, .wrap, footer {
		width: 94%;
	}

	header .top-left {
		width: 100%;
		margin-top: -28px;
	}

	#nav_menu-3 .widgettitle {
		position: absolute;
		z-index: 100;
		margin: 0;
		padding: 0;
	}

	.top-left .widget_nav_menu h2 {
		padding: 10px 0 17px 0;
	}

	.top-left .widget_search {
		float: right;
	}

	.widget_search h2, #searchsubmit {
		width: 24px;
		height: 24px;
		margin-top: 4px;
		cursor:pointer;
	}

	.widget_search input {
		width: calc(94% - 20px);
		padding: 12px 10px;
		margin: 0 auto;
		float: none;
	}

	.widget_search form {
		width: 100%;
		background: #fff;
		margin-top: 20px;
		right: 0px;
		padding-bottom: 20px;
		text-align: center;
	}

	.top-right {
		display: none;
	}

	.main-inner {
		width: 100%; /* 1240px / 1200px */
	}

	.home .feed, .search .post {
		width: 100%; /* 580px / 1240px */
		margin: 0 0 3.22% 0; /* 20px / 1220px */
	}

	.insta-feed {
		width: 100%; /* 390px / 1215px */
		height: auto;
		margin: 0 0 3.22% 0; /* 15px / 1215px */
	}

	.lifestyle .feed:nth-child(2), .lifestyle .feed:nth-child(4), .lifestyle .feed:nth-child(8), .lifestyle .feed:nth-child(10), .lifestyle .feed:nth-child(13), .lifestyle .feed:nth-child(15), .lifestyle .feed:nth-child(18), .lifestyle .feed:nth-child(20), .lifestyle .feed:nth-child(23), .lifestyle .feed:nth-child(25), .lifestyle .feed:nth-child(28) {
		width: 100%;
		height: 452px;
	}

	.lifestyle .feed:nth-child(2) .image, .lifestyle .feed:nth-child(4) .image, .lifestyle .feed:nth-child(8) .image, .lifestyle .feed:nth-child(10) .image, .lifestyle .feed:nth-child(13) .image, .lifestyle .feed:nth-child(15) .image, .lifestyle .feed:nth-child(18) .image, .lifestyle .feed:nth-child(20) .image, .lifestyle .feed:nth-child(23) .image, .lifestyle .feed:nth-child(25) .image, .lifestyle .feed:nth-child(28) .image {
		height: 452px;
	}

	.lifestyle .feed:nth-child(2) img, .lifestyle .feed:nth-child(4) img, .lifestyle .feed:nth-child(8) img, .lifestyle .feed:nth-child(10) img, .lifestyle .feed:nth-child(13) img, .lifestyle .feed:nth-child(15) img, .lifestyle .feed:nth-child(18) img, .lifestyle .feed:nth-child(20) img, .lifestyle .feed:nth-child(23) img, .lifestyle .feed:nth-child(25) img, .lifestyle .feed:nth-child(28) img {
		height: 452px;
		margin-left: -25%;
	}

	.lifestyle .feed {
		width: 100%; /* 390px / 1215px */
		height: 452px;
		margin: 0 0 3.22% 0;
	}

	.image {
		height: 452px;
	}

	.lifestyle .image img {
		height: 452px;
		margin-left: -25%;
	}

	.feed .active h2 {
		margin-top: 200px;
	}

	.page .page {
		width: 75%;
	}

	.wpcf7-form .one {
		width: 100%;
	}

	.wpcf7-form .one input, .wpcf7-form textarea {
		width: 94%;
		margin-bottom: 5px;
		padding: 10px 3%;
	}
	
	.wpcf7-form .wpcf7-submit {
    	width: 101.1%;
	}

	.page .video {
		width: 94%;
	}

	.video .content iframe {
		max-width: 100%;
		height: 300px;
		margin: 0 0 10px 0;
	}

	.category-note a {
		font-size: 16px;
	}

	.single .post, .comment-link, .comments-box, .pagination {
		width: 94%;
	}

	.single .post .label {
		width: 50%;
		font-size: 11px;
	}

	.single .post h2 {
		font-size: 38px;
	}

	.single .post .date {
		font-size: 11px;
	}

	.single .post .entry a {
		margin: 0 !important;
	}

	.single .post .entry p {
		width: 80%;
	}

	.single .post img {
		width: 125%; /* 100% */
		margin: 0 0 -10px -12.5%; /* -10px */
	}

	.single .post iframe {
		width: 100%;
		height: 200px;
	}

	.commentlist {
		width: 100%;
		float: none;
	}

	#respond {
		width: 100%;
		float: none;
		margin-left: 0;
	}

	.pagination .line {
		width: 1px;
		height: 65px;
	}

	.pagination .next, .pagination .previous {
		margin-top: -65px;
	}

	.pagination .img {
		width: 65px; /* 150px / 499px */
		height: 65px;
	}

	.pagination .img img {
		height: 65px;
		width: auto;
		margin-left: -25%;
	}

	.pagination .next .img {
		margin-right: 10px;
	}

	.pagination .previous .img {
		margin-left: 10px;
	}

	.pagination p {
		font-size: 8px;
		letter-spacing: 2.5px;
		margin-top: 0;
		padding-top: 10px;
	}

	.pagination h4 {
		font-size: 12px;
		line-height: 16px;
		margin: 10px 0 0 0;
		padding: 0;
	}

	.pagination .read-more {
		display: none;
	}

	.comment-pagination {
		width: 100%; /* 485px / 1000px */
	}

	.pagi-content {
		height: 65px;
	}

	.single-lifestyle .post {
		width: 100%;
	}

	.single .post-inner {
		width: 94%;
	}

	.single-lifestyle .post img {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.single-lifestyle .post .entry p {
		width: 100%;
	}

	.single-lifestyle .label a:first-child {
		display: initial;
	}

	.newer {
		margin-top: -16px;
		margin-left: -7px !important;
	}

	.products {
		width: 100%; /* 1220px / 1200px */
	}

	.products li.product {
		width: 100% !important; /* 285px / 1220px */
		margin: 0 0 1.63% 0 !important; /* 20px / 1220px */
	}

	.wc-tab {
		width: 100%; /* 1020px / 1000px */
	}

	.woocommerce-tabs img {
		width: 100%; /* 490px / 1020px */
		margin: 0 0 3% 0;
	}

	.woocommerce-tabs {
		padding-top: 8px;
	}

}

@media (max-width: 414px) {

	.top-left #nav_menu-2 .menu {
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		padding: 100px 0;
		overflow: hidden;
	}

	body.noscroll {
		height: 100vh;
		overflow: hidden;
	}

	.top-left .widget_nav_menu .widgettitle.close {
		position: absolute;
		top: 15px;
		right: 5px;
		z-index: 1000;
	}

	.menu-item-1843 a, .menu-item-1861 a {
		width: 90%;
		background-size: 20px 20px !important;
	}

	.top-left .menu li a {
		font-size: 14px;
		line-height: 45px;
	}

	.top-left .menu-item-1854 .sub-menu {
		width: auto;
		display: table;
		margin: 0 auto !important;
		padding: 25px 0 !important;
	}

	.top-left .menu-item-1845 .sub-menu {
		width: 100%;
	}

	.menu-item-1854 .sub-menu li a {
		width: 20px !important;
		height: 20px !important;
	}

	.menu-item-1854 .sub-menu li {
		margin: 0 10px;
	}

}

@media (max-width: 375px) {

	@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
	@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
	@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

	.top-left .widget_nav_menu h2 {
		opacity:0;  /* make things invisible upon start */
		-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
		-moz-animation:fadeIn ease-in 1;
		animation:fadeIn ease-in 1;
 
		-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
		-moz-animation-fill-mode:forwards;
		animation-fill-mode:forwards;
 
		-webkit-animation-duration:0.6s;
		-moz-animation-duration:0.6s;
		animation-duration:0.6s;
	}

	.top-left .menu {
		position: absolute;
		background: #fff;
		top: 78px;
	}

	.wrap, .logo {
		position: relative;
		left: 0;
	}

	#nav_menu-3 h2 {
		position: relative;
	}

	.widget_search h2 {
		width: 30px;
		height: 30px;
		display: block;
		margin: -3px 5px 0 0;
	}

	.video .content iframe {
		height: 235px;
	}

	.lifestyle .feed:nth-child(2), .lifestyle .feed:nth-child(4), .lifestyle .feed:nth-child(8), .lifestyle .feed:nth-child(10), .lifestyle .feed:nth-child(13), .lifestyle .feed:nth-child(15), .lifestyle .feed:nth-child(18), .lifestyle .feed:nth-child(20), .lifestyle .feed:nth-child(23), .lifestyle .feed:nth-child(25), .lifestyle .feed:nth-child(28) {
		height: 352px;
	}

	.lifestyle .feed:nth-child(2) .image, .lifestyle .feed:nth-child(4) .image, .lifestyle .feed:nth-child(8) .image, .lifestyle .feed:nth-child(10) .image, .lifestyle .feed:nth-child(13) .image, .lifestyle .feed:nth-child(15) .image, .lifestyle .feed:nth-child(18) .image, .lifestyle .feed:nth-child(20) .image, .lifestyle .feed:nth-child(23) .image, .lifestyle .feed:nth-child(25) .image, .lifestyle .feed:nth-child(28) .image {
		height: 352px;
	}

	.lifestyle .feed:nth-child(2) img, .lifestyle .feed:nth-child(4) img, .lifestyle .feed:nth-child(8) img, .lifestyle .feed:nth-child(10) img, .lifestyle .feed:nth-child(13) img, .lifestyle .feed:nth-child(15) img, .lifestyle .feed:nth-child(18) img, .lifestyle .feed:nth-child(20) img, .lifestyle .feed:nth-child(23) img, .lifestyle .feed:nth-child(25) img, .lifestyle .feed:nth-child(28) img {
		height: 352px;
	}

	.lifestyle .feed {
		height: 352px;
	}

	.image {
		height: 352px;
	}

	.lifestyle .image img {
		height: 352px;
	}

	.feed .active h2, .lifestyle .feed:nth-child(2) h2, .lifestyle .feed:nth-child(4) h2, .lifestyle .feed:nth-child(8) h2, .lifestyle .feed:nth-child(10) h2, .lifestyle .feed:nth-child(13) h2, .lifestyle .feed:nth-child(15) h2, .lifestyle .feed:nth-child(18) h2, .lifestyle .feed:nth-child(20) h2, .lifestyle .feed:nth-child(23) h2, .lifestyle .feed:nth-child(25) h2, .lifestyle .feed:nth-child(28) h2 {
		margin-top: 160px;
	}

	.features .carousel_inner {
		height: 500px;
		overflow: hidden;
	}

	.features .carousel_inner {
		height: 500px;
		overflow: hidden;
	}

	.features .carousel_inner .post {
		height: 500px;
	}

	.features .post .image-wrap {
		height: 350px;
	}

	.features .post img {
		height: 350px;
		width: auto;
		margin: 0 0 0 -15%;
	}

	.features .pager-left {
		margin: 0 0 0 5px;
	}

	.features .pager-right {
		margin: 0 0 0 5px;
	}

	.category-note {
		width: 100%;
		margin-bottom: 20px;
	}

	.category-note p a {
		font-size: 12px;
	}

	.date-nav {
		width: 50%;
		float: right;
	}

	.category-nav {
		width: 50%;
		float: left;
	}

	.comments-box {
		position: relative;
	}

	.comment-respond {
		padding-top: 50px;
	}

	.comment-pagination {
		position: absolute;
		margin-top: -560px !important;
	}

	.page .content p img {
		width: 100%;
		height: auto;
	}
	
}