/*------------------------------------------------------------------/*
Theme Name: Lauren
Theme URI: http://lauren.az-theme.net
Description: A WordPress Theme for Bloggers
Author URI: https://themeforest.net/user/az-theme
Author: AZ Team
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text domain: lauren
Tags: blog
*/
/*--------------------------/*
[Table of contents]
[Color codes]
    Background: #f7f8f9
    Body Color : #454545
    Accent color: #f19191
[Typography]
    Body:       14px/24px Lora, sans-serif;
    Heading:    Lora, sans-serif;
    Input, textarea: 14px/24px Lora, sans-serif;

[Component module]
	/* GENERAL STYLE */
	/* WORDPRESS CORE */
	/* HEADER */
	/* PROMO BOXES */
	/* FEATURE SLIDE */
	/* SHORTCODE */
	/* BLOG */
	/* SINGLE POST */
	/* SIDEBAR */
	/* PAGE */
	/* FOOTER */
	/* MOBILE MENU */
	/* RESPONSIVE */
/*----------------------------------------------------------------*/
/* ---------------------
		FONTFACE
 ----------------------*/
@font-face {
    font-family: 'chapaza_italic';
    src: url('assets/fonts/chapaza_italic-webfont.woff2') format('woff2'),
         url('assets/fonts/chapaza_italic-webfont.woff') format('woff'),
         url('assets/fonts/chapaza_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'chapaza';
    src: url('assets/fonts/chapaza-webfont.woff2') format('woff2'),
         url('assets/fonts/chapaza-webfont.woff') format('woff'),
         url('assets/fonts/chapaza-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'madeleina_sans';
    src: url('assets/fonts/madeleina_sans-webfont.woff2') format('woff2'),
         url('assets/fonts/madeleina_sans-webfont.woff') format('woff'),
         url('assets/fonts/madeleina_sans-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nova';
    src: url('assets/fonts/novabold-webfont.woff2') format('woff2'),
         url('assets/fonts/novabold-webfont.woff') format('woff'),
         url('assets/fonts/novabold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/* -----------------------
		GENERAL STYLE
-------------------------- */
body{
	font-family: 'madeleina_sans';
	font-size: 18px;
	color: #454545;
	line-height: 24px;
	background: #f7f8f9;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Chapaza';
	color: #000;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 400;
	letter-spacing: 1px;
}
h1{
	font-size: 36px;
	line-height: 36px;
}
h2{
	font-size: 30px;
	line-height: 35px;
}
h3{
	font-size: 24px;
	line-height: 30px;
}
h4{
	font-size: 18px;
	line-height: 24px;
}
h5{
	font-size: 14px;
	line-height: 24px;
}
a{
	color: #f19191;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover, a:focus{
	text-decoration: none;
	outline: none;
	color: #000;
}
p{margin-bottom: 25px}
img{
	max-width: 100%;
	height: auto;
}
ul,ol{margin: 0;}
ul ul, ol ol, ul ol, ol ul{padding-left: 30px;}
.az-button, button, .button, input[type="submit"]{
	text-transform: uppercase;
	text-align: center;
	padding: 8px 35px;
	background: #000;
	color: #fff;
	display: inline-block;
	border: none;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.az-button:hover, button:hover, .button:hover, input[type="submit"]:hover,
.az-button:focus, button:focus, .button:focus, input[type="submit"]:focus{
	background: #f19191;
	outline: none;
	color: #fff;
}
input[type="text"], input[type="email"], 
input[type="search"], input[type="password"],
textarea{
	border: 1px solid #ddd;
	background: #f7f8f9;
	padding: 7px 15px;
	line-height: 24px;
	color: #888;
	width: 100%;
}
textarea{min-height: 200px;}
::-webkit-input-placeholder {
   color: inherit;
   opacity: 1;
}
:-moz-placeholder {
   color: inherit;
   opacity: 1;  
}
::-moz-placeholder {
   color: inherit;
   opacity: 1;  
}
:-ms-input-placeholder {  
   color: inherit;
   opacity: 1;  
}
iframe{
	max-width: 100%
}
/* Select chosen */
.chosen-container{
  width: 100%!important;
}
.chosen-container-single .chosen-single{
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  background: none;
  border-color: #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  padding: 7px 15px;
  color: #888;
}
.chosen-container-active.chosen-with-drop .chosen-single{
  background: none;
  border-color: #ddd;
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.chosen-container-single .chosen-single div{width: 25px}
.chosen-container-single .chosen-single div b{
  background: none!important;
}
.chosen-container-single .chosen-single div b:after{
  content: "\f0d7";
  font-family: 'FontAwesome';
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.chosen-container .chosen-drop{
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  background: #fff;
  border-color: #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.chosen-container-single .chosen-search input[type="text"]{border-color: #ddd;}
.chosen-container .chosen-results li{line-height: 24px;font-family: inherit;}
.chosen-container .chosen-results li.highlighted{
  background-image: none;
  background-color: #f19191;
}
/* Owl */
.owl-nav > div{
	width: 26px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(0,0,0,0.15);
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.owl-nav > div.owl-prev{
	left: 0;
}
.owl-nav > div.owl-next{
	right: 0;
}
.owl-nav > div:hover{
	background: #f19191;
}
.owl-dots {
  bottom: 25px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.owl-dots .owl-dot{
	display: inline-block;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #aaa;
	margin: 0 8px;
}
.owl-dots .owl-dot.active{
	background: #aaa;
}
/*-------------------------------*/
/*          WORDPRESS CORE
/*-------------------------------*/
.sticky {
    text-align: center;
}
.gallery-caption {
  text-align: center;
  font-style: italic;
}
.bypostauthor {
    font-style: italic;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    max-width: 100%;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: inherit;
  font-style:italic;
  color:inherit;
  line-height: 17px;
  margin: 8px 0 0;
}
table, th, td{
  border: 1px solid #ddd;
}
th, td {
  padding: 0.4em;
  text-align: center;
}
table {
  border-collapse: separate;
  border-spacing: 0;
 border: none;
  margin: 0 0 1.6em;
  table-layout: auto;
  width: 100%;
}
th {
  border-width: 0 1px 1px 1px;
}
td {
  border-width: 0 1px 1px 1px;
}
th {
  border-width: 0 1px 1px 0px;
}
td {
  border-width: 0 1px 1px 0px;
}
tbody tr th{
    font-weight: 400;
}
tbody tr:first-child th{
	border-top-width: 1px;
}
tr td:first-child, tr th:first-child{
  border-left-width: 1px;
}
table tbody tr:first-child td,
table thead tr:first-child th,
table tbody tr:first-child td,
table thead tr:first-child th{
  border-top-width: 1px;
}
table thead + tbody tr:first-child td,
table thead + tbody tr:first-child td,
table tfoot + tbody tr:first-child td{
  border-top-width: 0;
}
blockquote {
  border-left: 5px solid #ddd;
}
label{font-weight: normal;}
dt, dd {
  line-height: inherit;
}
/* ---------------------
		HEADER
--------------------- */
.header-wrapper{
	background: #fff;
	border-bottom: 1px solid #ddd;
}
/* Main menu */
.toggle-mainmenu{
	display: none;
}
.nav-main > ul{
	padding: 0;
}
.nav-main ul li{
	list-style: none;
}
.nav-main ul li a{
	color: inherit;
}
.nav-main ul li a:hover{
	color: #f19191;
}
.nav-main > ul > li{
	display: inline-block;
	margin-right: 40px;
}
.nav-main > ul > li > a{
	padding: 13px 0;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.nav-main > ul > li > a:hover{color: inherit;}
.nav-main > ul > li > a:after{
	content: "";
	height: 1px;
	width: 0;
	background: #f19191;
	display: block;
	opacity: 0;
	margin-top: -2px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.nav-main > ul > li:hover > a:after,
.nav-main .show-submenu > a{
	width: 100%;
	opacity: 1;
}
.nav-main .sub-menu{
	background-color: #fff;
	left: 0;
	min-width: 250px;
	opacity: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 100%;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	z-index: 25;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-top: 2px;
}
.nav-main .sub-menu .sub-menu{
  top: 0;
  left: 100%;
  margin-top: 0;
}
.nav-main .show-submenu > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.nav-main .sub-menu li{
  	display: block;
	font-style: italic;
	line-height: 24px;
	padding: 0px 15px;
	white-space: nowrap;
}
.nav-main .sub-menu li > a{
	display: block;
	border-bottom: 1px dashed #ddd;
	padding: 13px 0;
}
.nav-main .sub-menu li:last-child > a{
	border-bottom: none;
}
.nav-main ul .sub-menu li a:hover{
	color: #f19191;
}
.nav-main .caret{
	border: medium none;
	cursor: pointer;
	float: right;
	height: 20px;
	line-height: 20px;
	margin: 0;
	text-align: center;
	width: auto;
	z-index: 20;
	margin-left: 5px
}
.nav-main .caret::after {
  content: "+";
  font-size: 14px;
  vertical-align: middle;
}
.nav-main .sub-menu .caret{
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* Social header */
.socials-header{
	padding: 13px 0;
	float: right;
}
.socials-header a{
	display: inline-block;
	margin-right: 18px;
	color: inherit;
}
.socials-header a:hover{
	color: #f19191;
}
/* Search header */
.search-header{
	float: right;
}
.search-header .touch-search{
	background: #eeeeee;
	cursor: pointer;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0;
	text-align: center;
	width: 50px;
}
.search-header .search-box{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	left: 0;
	top: 0;
	z-index: 50;
	display: none;
}
.search-header .inner-search{
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	padding: 60px;
	width: 600px;
	max-width: 100%;
}
.search-box .close-touch{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
/* site-branding */
.logo{
	max-width: 80%;
	margin: 0 auto 15px;
}
.site-branding{
	text-align: center;
	padding: 80px 0;
}
.site-description{
	font-style: italic;
	margin: 0;
	letter-spacing: 2px;
}
/* -------------------
	PROMO BOXES
------------------- */
.lauren-promo-box{
	padding-bottom: 20px;
}
.promobox-item {
  background-position: center center;
  background-size: cover;
  margin-bottom: 30px;
  min-height: 270px;
  position: relative;
}
.promobox-item:after {
  background: rgba(0, 0, 0, 0.15);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.promobox-item:before{
	content: "";
	border: 1px dashed #fff;
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	z-index: 1;
}
.promobox-item .link-promobox{
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 2;
  color: #000;
  background: #fff;
  padding: 8px 30px;
  white-space: nowrap;
}
.promobox-item .link-promobox:hover{
	background: #f19191;
	color: #fff;
}
/* -------------------
	FEATURE SLIDE
------------------- */
.feature-blog .item-blog{
	position: relative;
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.feature-blog .item-blog:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.15);
}
.feature-blog .item-blog .post-info{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 1;
	min-width: 290px;
}
.feature-blog{
	margin-bottom: 50px;
}
.feature-blog .post-title{color: inherit;}
.feature-blog .post-cat a{color: inherit;}
.feature-blog .post-cat a:after{background: #fff}
.feature-blog .post-cat a:hover{color: #fff;}
.readmore{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	padding: 7px 40px;
	border: 1px dashed #454545;
	color: #000;
	display: inline-block;
	white-space: nowrap;
}
.readmore:hover{
	border-color: #f19191;
	color: #f19191;
}
.feature-blog .readmore{
	color: #fff;
	border-color: #fff;
}
.feature-blog .readmore:hover{
	border-color: #f19191;
	background: #f19191;
	border-style: solid;
}
/* -------------------
		SHORTCODE
---------------------- */
/* Title section */
.title-section{
	margin-bottom: 45px;
}
.title-section .title{
	text-transform: uppercase;
	margin-bottom: 0;
}
.title-section .hr{
	display: block;
	width: 40px;
	height: 2px;
	background: #ddd;
	margin-top: 13px;
}
.desc-title{
	font-style: italic;
	margin-top: 20px;
}
.title-section.text-center .hr{
	margin-left: auto;
	margin-right: auto;
}
.title-section.text-right .hr{
	margin-left: auto;
	margin-right: 0
}
/* Slide blog */
.slide-blogs .owl-dots{
	bottom: 0;
	margin-top: 30px;
	position: relative;
}
/* -------------------
		BLOG
---------------------- */
.lauren-blogs .item-blog{
	margin-bottom: 50px;
}
.item-blog .post-title{
	margin-bottom: 25px;
	text-transform: uppercase;
}
.post-title a{
	color: inherit;
}
.post-title a:hover{
	color: #f19191;
}
.item-blog .post-info {
	padding: 50px 15px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	text-align: center;
}
.slide-blogs .item-blog .post-info {
	box-shadow: none;
    -webkit-box-shadow: none;
	border: 1px solid #eee;
}

.item-blog .post-cat{
	margin-bottom: 16px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.post-cat a {
	position: relative;
	display: inline-block;
	line-height: 20px;
  margin: 0 5px;
}
.post-cat a:after{
	content: "";
	height: 1px;
	background: #f19191;
	display: block;
	width: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.post-cat a:hover:after{
	width: 100%;
	opacity: 1;
}
.post-cat a:hover{
	color: #f19191;
}
.item-blog .post-info{
	position: relative;
}

.hide_excerpt.grid-3col .post-info, .hide_excerpt.slide-blogs .post-info{
	border: 1px solid #eee;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding-bottom: 0;
    padding-top: 30px;
}
.item-blog .post-content{
	margin-bottom: 45px;
}
.item-blog .inner-content{
	position: relative;
}
.item-blog:before, .item-blog:after {
  content: "";
  display: table;
  clear: both;
}
.item-blog .post-format{
	position: relative;
}
.item-blog.format-video .post-format:after,
.item-blog.format-audio .post-format:after{
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 18px;
	background: rgba(0,0,0,0.15);
	color: #fff;
	font-family: 'FontAwesome';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}
.item-blog.format-video .post-format:after{
	content: "\f04b";
}
.item-blog.format-audio .post-format:after{
	content: "\f027";
}
.post-bottom{
	overflow: hidden;
}
.post-bottom .post-meta{
	float: left;
	width: auto;
}
.post-bottom .social-share{
	float: right;
	overflow: hidden;
	text-align: right;
}
/* Blog standard */
.pagination .screen-reader-text{display: none;}
.lauren-pagination{text-align: center;}
.pagination{margin: 0;}
.lauren-pagination .nav-links .page-numbers{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #fff;
	color: #000;
	margin: 0 5px;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.lauren-pagination .nav-links .page-numbers:hover,
.lauren-pagination .nav-links .page-numbers.current{
	background: #f19191;
	color: #fff;
}
.post-format.post-audio{line-height: 0;}
/* Blog list */
.blog-list .post-format{
	width: 370px;
	float: left;
}
.blog-list .post-info{
	overflow: hidden;
	padding: 25px 15px 40px;
	height: 100%;
	min-height: 330px;
}
.blog-list .item-blog .post-content{margin-bottom: 25px}
.blog-list .item-blog .post-title,
.blog-grid .item-blog .post-title{
	font-size: 18px;
	margin-bottom: 16px;
	line-height: 24px;
}
/* Blog grid */
.grid-2col .item-blog:nth-child(2n+1){
	clear: both;
}
.grid-3col .item-blog:nth-child(3n+1){
	clear: both;
}
/* Blog zigzag */
.blog-zigzag .item-blog:nth-child(2n) .post-format{
	float: right;
}
/* Blog Masonry */
.blog-masonry{
	overflow: hidden;
	margin: 0 -15px;
}
.blog-masonry .item-blog{
	float: left;
	width: 33.3333%;
	padding: 0 15px;
	margin-bottom: 30px;
	overflow: hidden;
}
.blog-masonry .item-blog:nth-child(2n){
	width: 66.6667%;
}
.blog-masonry .row-item:nth-child(2n) .item-blog{
	float: right;
}
.blog-masonry .item-blog .post-inner{
	width: 100%;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.blog-masonry .item-blog .post-inner:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,0.11) 66%, rgba(0,0,0,0.33) 88%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.11) 66%,rgba(0,0,0,0.33) 88%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.11) 66%,rgba(0,0,0,0.33) 88%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}
.blog-masonry .item-blog .post-inner:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.blog-masonry .item-blog:hover .post-inner:before{
	opacity: 1;
}
.blog-masonry .item-blog:first-child .post-title{
	font-size: 18px;
	line-height: 24px;
}
.blog-masonry .item-blog .post-info{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 25px;
	z-index: 3;
}
.blog-masonry .item-blog:nth-child(2n) .post-info{
	padding: 25px 70px;
}
/**
.blog-masonry .item-blog .post-info .post-content{
	opacity: 0;
	margin: 0;
    -webkit-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
    transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.blog-masonry .item-blog:hover .post-info .post-content{
	opacity: 1;
    -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.blog-masonry .item-blog .post-title{
	color: inherit;
	-webkit-transform: translateY(145px);
    -ms-transform: translateY(145px);
    -o-transform: translateY(145px);
    transform: translateY(145px);
    -webkit-transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
    -o-transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
    transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
}
.blog-masonry .item-blog:last-child .post-title{
	-webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
}
.blog-masonry .item-blog:hover .post-title{
	-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.blog-masonry .item-blog .post-cat{
	-webkit-transform: translateY(145px);
    -ms-transform: translateY(145px);
    -o-transform: translateY(145px);
    transform: translateY(145px);
    -webkit-transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
    -o-transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
    transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
}
.blog-masonry .item-blog:last-child .post-cat{
	-webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
}
.blog-masonry .item-blog:hover .post-cat{
	-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}*/
.blog-masonry .item-blog .post-cat a{
	color: inherit;
}
.blog-masonry .item-blog .post-cat a:after{
	background: #fff;
}
.blog-masonry .item-blog:hover .post-info .post-content{
	margin-bottom: 50px;
}
.blog-masonry.hide_excerpt .item-blog .post-title a {
    color: #fff;
}
/*--------------------
	SINGLE POST
-------------------- */
.lauren-single-post .item-blog .post-info{
	padding-left: 30px;
	padding-right: 30px;
}
.lauren-single-post .item-blog .post-content{
	text-align: left;	
}
.lauren-single-post > div{
	margin-bottom: 50px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.lauren-single-post > div:last-child{
	margin-bottom: 0
}
.lauren-single-post .item-blog.format-video .post-format:after,
.lauren-single-post .item-blog.format-audio .post-format:after{
    display: none;
}
/* Post tag */
.lauren-single-post .post-tags{margin-bottom: 40px}
.post-tags{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	text-align: left;
}
.post-tags .tag-title{
	text-transform: uppercase;
	color: #000;
	display: inline-block;
	margin-right: 5px;
}
.post-tags .tag-title:before{
	content: "";
	height: 1px;
	width: 100%;
	background: #f19191;
	display: block;
}
.post-tags a{color: inherit;}
.post-tags a:hover{color: #f19191}
/* Post date - social  */
.post-bottom{
	border: 1px dashed #ddd;
	padding: 15px 25px;
	overflow: hidden;
}
.post-bottom .date-post{
	text-transform: uppercase;
	width: 50%;
	padding: 13px 0;
	float: left;
	font-style: normal;
	font-size: 12px;
	text-align: left;
}
.post-bottom .social-share{
	padding: 5px 0;
	text-align: right;
	border-left: 1px solid #ddd;
	width: 50%
}
/* Nav post */
.single-prev-next{
	background: #fff;
	padding: 25px 30px;
	overflow: hidden;
}
.single-prev-next > div{
	float: left;
	width: 50%;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.single-prev-next > div.older{
	border-right: 1px solid #ddd;
	padding-right: 15px;
}
.single-prev-next > div.newer{
	padding-left: 15px;
    text-align: right;
}
.single-prev-next > div a{
	color: #000;
}
.single-prev-next > div span{
	color: #999;
	display: block;
}
.single-prev-next > div a:hover span{
	color: #f19191;
}
.single-prev-next > div.older span:before{
	content: "\f177";
	font-family: 'FontAwesome';
	margin-right: 5px;
}
.single-prev-next > div.newer span:after{
	content: "\f178";
	font-family: 'FontAwesome';
	margin-left: 5px;
}
/* post relate */
.lauren-title2{
	text-transform: uppercase;
	margin-bottom: 30px;
}
.lauren-title2:after{
	content: "";
	height: 1px;
	width: 40px;
	background: #f19191;
	display: block;
	margin-top: 5px;
}
.post-related{
	background: #fff;
	padding: 30px;
}
.post-related > .row{
	margin: 0 -5px;
}
.post-related .item-relate{
	padding: 0 5px;
}
.item-relate .post-img{
	display: block;
	margin-bottom: 10px;
}
.post-related .date-post{
	text-transform: uppercase;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 1px;
}
.post-related .post-title{text-transform: uppercase;}
.post-related .post-title{
	margin-bottom: 0;
}
/* Comment list */
.comments-area{
	background: #fff;
	padding: 30px 30px 0 30px;
	overflow: hidden;
}
ol.comment-list{
	padding: 0;
	list-style: none;
}
ol.comment-list .children{
	list-style: none;
}
.comment-author{
	width: 100px;
	margin-right: 20px;
	float: left;
}
.comment-author img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.comment-content{
	overflow: hidden;
	padding-top: 10px;
}
.author-name{
	font-size: 12px;
	display: inline-block;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.date-comment{
	color: #999999;
	display: inline;
	margin-left: 15px;
	font-size: 12px;
}
.date-comment a{color: inherit;}
.date-comment a:hover{color: #f19191}
.reply{float: right;font-style: italic;}
.comment-list .comment-body{
	margin-bottom: 30px;
}
/* Comment form */
.comment-reply-title{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.comment-reply-title:after{
	content: "";
	height: 1px;
	width: 40px;
	background: #f19191;
	display: block;
	margin-top: 5px;
}
.comment-respond{
	background: #fff;
	padding: 30px;
}
.comment-form textarea, .comment-form .input-form{
	margin-bottom: 30px;
}
.commentform .form-submit{margin: 0;}
/* --------------------
		SIDEBAR
--------------------- */
.widget{
	background: #fff;
	padding: 30px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.widgettitle {
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 24px;
}
.widgettitle:after{
	content: "";
	width: 40px;
	height: 1px;
	display: block;
	background: #f19191;
	margin-top: 10px;
}
.widget ul{padding: 0;}
.widget ul ul{
	padding-left: 20px;
}
.widget ul li{
	list-style: none;
}
.widget_categories li.cat-item a,
.widget_recent_comments li a,
.widget_archive li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_pages li a,
.widget_nav_menu .menu-item a{
	color: #000;
}
.widget_categories li.cat-item a:hover,
.widget_recent_comments li a:hover,
.widget_archive li a:hover,
.widget_meta li a:hover,
.widget_recent_entries li a:hover,
.widget_pages li a:hover,
.widget_nav_menu .menu-item a:hover{
	color: #f19191;
}
/* widget wp */
.widget_media_image {
  text-align: center;
}
.widget_recent_entries > ul > li,
.widget_recent_comments > ul > li,
.widget_meta > ul > li,
.widget_categories .cat-item,
.widget_archive > ul > li,
.widget_pages .page_item{	
	padding-bottom: 12px;
}
.widget_recent_entries > ul > li:last-child,
.widget_recent_comments > ul > li:last-child,
.widget_meta > ul > li:last-child,
.widget_categories .cat-item:last-child,
.widget_archive > ul > li:last-child,
.widget_pages .page_item:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.widget_categories .cat-item, .widget_archive > ul > li{color: #999}
.widget_categories .cat-item:hover{color: #f37e7e;}
abbr[data-original-title], abbr[title]{border-bottom: none;}
.widget_rss > ul > li{
    padding-bottom:10px;
}
.widget_rss > ul > li span{color: #999;}
.widget_rss > ul > li > a{color:#000}
.widget_rss > ul > li > a:hover{color: #f19191;}
.widget_nav_menu .menu-item{
    line-height:36px;
}
.widget_nav_menu .widgettitle{margin-bottom:25px}
/* About */
.about-info{
	text-align: center;
}
.about-img{
	margin-bottom: 23px;
}
.about-title{
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-weight: bold;
}
.about-info .desc{margin: 0;}
/* Instagram */
.instagram-pics{
	overflow: hidden;
	margin: 0 -5px;
}
.instagram-pics li{
	width: 50%;
	padding: 5px;
	float: left;
}

/** Social media */
.social-share{
	overflow: hidden;
	margin: 0 -2px;
}
.social-share a{
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	display: inline-block;
	border: 1px dashed #000;
	color: #000;
	margin: 0 2px 10px 2px;
}
.social-share a:hover{
	color: #fff;
	border-style: solid;
	background: #000;
}
.widget .social-share{
	text-align: center;
	
}
/* Newsletter  */
.mc4wp-form .input-email{
	position: relative;
	margin-bottom: 20px
}
.mc4wp-form .input-email:after{
	content: "\f003";
	font-family: 'FontAwesome';
	color: #999;
	right: 20px;
	position: absolute;
	line-height: 40px;
}
.mc4wp-form input[type="email"]{
	background: #f7f8f9;
	padding: 8px 20px;
	color: #888;
	position: relative;
}

.mc4wp-form input[type="submit"]{
	display: block;
	padding: 8px 20px;
	width: 100%
}
/* Lastest post */
.latest-post{
	padding: 0;
	list-style: none;
}
.latest-post > li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
	display: block;
	overflow: hidden;
}
.latest-post > li:first-child .post-image{
	display: block;
	width: 100%;
	margin-bottom: 15px;
	float: none;
}
.latest-post > li:first-child{
	padding-bottom: 15px;
}
.latest-post > li:last-child{
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.latest-post .post-image{
	float: left;
	width: 110px;
	margin-right: 15px;
}
.latest-post .post-item-text{
	overflow: hidden;
}
.latest-post .post-title{
	font-family: inherit;
    margin-bottom: 10px;
	letter-spacing: 0;
}
.date-post{
	color: #999;
	font-style: italic;
}
.date-post a{color: inherit;}
.date-post a:hover{color: #f19191}
/* Cats image */
.list-cats .category-item{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
.list-cats .category-item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.list-cats .category-item .info-cat{
	position: relative;
}
.category-item figure:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.1);
}
.category-item a{
	text-transform: uppercase;
	background: #fff;
	color: #000;
	letter-spacing: 1px;
	padding: 8px 30px;
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.category-item a:hover{
	background:#f19191;
	color: #fff;
}

.category-item img{
	width: 100%;
}
/* Tag cloud */
.tagcloud a{
	font-size: 14px!important;
	padding: 5px 12px;
	border: 1px solid;
	display: inline-block;
	margin: 0 3px 5px 0;
	color: #000;
}
.tagcloud a:hover{
	border-color: #f19191;
	background: #f19191;
	color: #fff;
}
/* ---------------------
		PAGE
--------------------- */
.lauren-page .page-content{
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 45px 30px 50px;
}
.page-title{
	text-transform: uppercase;
	margin-bottom: 35px;
	font-size: 24px;
	text-align: center;
}
/* Contact form */
.wpcf7-form{
	max-width: 500px;
}
.wpcf7-form .wpcf7-form-control-wrap{
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}
/* Layout */
.wrapper-container{
	width: 1720px;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 100%;
}
.main-contaier{
	padding-top: 50px;
	border-top: 1px solid #eee;
}
.page-template-full-width .main-contaier{padding-top: 0}
.archive-box{
	margin-bottom: 50px;
}
.archive-box h3{
	margin: 0;
	text-transform: uppercase;
}
.archive-box h3:after{
	content: "";
	width: 40px;
	height: 2px;
	background: #ddd;
	display: block;
	margin-top: 15px;
}
.archive-box .desc-cat{font-style: italic;margin-top: 25px}
.vc-row-overlay{
	position: absolute!important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
/* Pagination */
.lauren-pagination{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	color: #000;
}
.lauren-pagination a{
	color: inherit;
}
.lauren-pagination a:after{
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	display: block;
}
.lauren-pagination a:hover{
	color: #f19191;
}
.lauren-pagination a:hover:after{
	background: #f19191;
}
/* ---------------------
		FOOTER
--------------------- */
footer{
	background: #fff;
	position: relative;
	margin-top: 100px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.instagram-footer{
	margin-top: 50px;
	position: relative;
}
.instagram-footer .null-instagram-feed{
	margin-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px dashed #ddd;
	overflow: hidden;
	position: relative;
}
.instagram-footer .null-instagram-feed .widgettitle::after{
	margin: 10px auto 0;
}
.instagram-footer .widgettitle{
	width: 23%;
	text-align: center;
	float: left;
	padding-top: 16%;
}
.instagram-footer  .instagram-pics{
	width: 77%;
	float: right;
}
.instagram-footer .null-instagram-feed .clear{
	width: 23%;
	text-align: center;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}
.instagram-footer .null-instagram-feed .clear a:hover{
	color: #f19191;
}
.instagram-footer .instagram-pics li{
	width: 25%;
}
/* Social footer */
.social-footer{
	padding: 50px 0 40px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.social-footer a{
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	color: #000;
	margin-right: 25px;
	margin-bottom: 10px;
	line-height: 40px;
	white-space: nowrap;
	display: inline-block;
}
.social-footer a .fa{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border: 1px dashed #000;
	margin-right: 10px;
	font-size: 14px;
}
.social-footer a:hover .fa{
	background: #000;
	color: #fff;
	border-style: solid;
}
/* Coppyright */
.text-copyright{
	padding: 63px 0;
	text-align: center;
	color: #999;
	font-style: italic;
}
/*----------------------
	 MOBILE MENU 
------------------------*/
.toggle-mainmenu{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #f19191;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin: 5px 0;
}
.toggle-mainmenu:hover{
	background: #f19191;
	color: #fff;
}
.lauren-clone-wrap{
    position: fixed;
    top: 0;
    left:-320px;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 100000;
    -webkit-box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);
    -moz-box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);
    box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);
}
.lauren-clone-wrap.open{
    left: 0;
}
.lauren-panels-actions-wrap{
    border-bottom: 1px solid #ddd;
    height: 50px;
    position: relative;
}
.lauren-panels-actions-wrap .lauren-close-btn,
.lauren-panels-actions-wrap .lauren-prev-panel{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    border-left: 1px solid #ddd;
    text-align: center;
    line-height: 50px;
}
.lauren-panels-actions-wrap .lauren-prev-panel{
    right: inherit;
    left: 0;
    border: none;
    border-right: 1px solid #ddd;
}
.lauren-panels-actions-wrap .lauren-current-panel-title{
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0 50px;
    text-transform: uppercase;
}
.lauren-panels-actions-wrap .lauren-prev-panel:before{
    content: "\f104";
    font-family: FontAwesome;
}
.lauren-panel>ul{
    padding: 0;
    margin: 0;
}
.lauren-panel li{
    list-style: none;
    position: relative;
}
.lauren-panel>ul>li{
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
}
.lauren-panel > ul > li > a{
    display: block;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 50px;
	text-transform: uppercase;
}
.lauren-next-panel{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.lauren-next-panel:before{
    content: "\f105";
    font-family: 'FontAwesome';
}
.lauren-clone-wrap .toggle-sub-menu{
    display: none!important;
}
.lauren-clone-wrap .lauren-panels{
    background: inherit;
    border-color: inherit;
    position: absolute;
    margin-top: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.lauren-clone-wrap  .lauren-panel{
    border-color: #fff;
    bottom: 0;
    box-sizing: border-box;
    display: block;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    z-index: 0;
}
.lauren-clone-wrap  .lauren-main-panel,
.lauren-clone-wrap .lauren-panel.lauren-panel-opened{
    transform: translateX(0);
    z-index:10;
}
.lauren-clone-wrap .lauren-sub-opened{
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.lauren-clone-wrap .lauren-hidden{
    display: block !important;
    opacity: 0;
    visibility: hidden;
}
.lauren-clone-wrap  .sub-menu.megamenu{
    padding: 20px;
    max-width: 100%!important;
    width: 100%!important;
}
.lauren-panels .submenu {
  left: 0;
  opacity: 1;
  position: relative;
  top: 0;
  transform: translate(0px);
  visibility: visible;
}
.lauren-panels .caret{display: none;}
.lauren-clone-wrap a{
	color: inherit;
}
.lauren-clone-wrap a:hover{
	color: #f19191;
}
.post-meta a {
	color: #999;
	font-style: italic;
	margin: 0 5px;
}

.post-meta {
	margin-bottom: 25px;
}
.item-blog .post-title {
	margin-bottom: 15px;
}
.blog-masonry .post-meta a {
    color: #fff;
}

/** LIKE POST */
.dot-irecommendthis{vertical-align: middle;}
.dot-irecommendthis:after{display: none;}
.dot-irecommendthis-count {
	position: relative;
	padding-left: 15px;
	line-height: 24px;
	text-align: justify;
    vertical-align: middle;
}

.dot-irecommendthis-count::before {
	content: "\f08a";
	font-family: FontAwesome;
    line-height: inherit;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}
.dot-irecommendthis.active .dot-irecommendthis-count::before{
	content: "\f004";
}
.post-cat a.dot-irecommendthis:hover::after {
    width: 0;
}
/*Update 14/5/2018*/
.lauren-onepost {
	margin-bottom: 50px;
	background: #fff;
	padding: 50px;
	border-bottom: 1px solid #eee;
}

.lauren-onepost .post-info{
    background:transparent;
    padding: 80px 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lauren-onepost .post-title{
    font-size:20px;
    margin-bottom:30px;
}
.lauren-onepost .post-title a:hover{
    text-decoration:underline;
}
.lauren-onepost .post-meta{
     margin-bottom:15px;
}
.lauren-onepost .post-meta a{
    text-decoration:underline;
}
.lauren-onepost .post-content{
    margin-bottom:0;
}
/* Post Trending */
.trending-post .item-blog{
	display: table;
}
.trending-post .item-blog .post-img{
	width: 58.33%;
	display: table-cell;
}
.trending-post .item-blog .post-info{
	width: 41.67%;
	display: table-cell;
	vertical-align: middle;
	background: #fff;
	padding: 0 30px;
	text-align: center;
}
.trending-post .owl-dots {
	text-align: center;
	width: 100%;
	margin-top: 40px;
	position: relative;
}
.trending-post .owl-dots .owl-dot{
	border: 1px solid #ddd;
}
.trending-post .owl-dots .owl-dot.active{
	border: 1px solid #ddd;
    background: #ddd;
}

.viewallposts {
	border-bottom: 1px solid;
	padding-bottom: 5px;
	display: inline-block;
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.c-lauren-featured-post .read-more {
	text-align: right;
	margin-top: 30px;
	font-size: 14px;
}

.c-lauren-featured-post .read-more a {
	color: #000;
}

/* ------------------------
	RESPONSIVE
-------------------------- */
@media(max-width: 1199px){
	.feature-blog .item-blog{height: 450px}
	.header-right{padding-left: 0}
}
@media(min-width: 992px) and (max-width: 1199px){
	.socials-header a{margin-right: 9px}
	.nav-main > ul > li{margin-right: 20px}
	.item-blog .post-title{font-size: 18px;line-height: 24px;}
	.blog-list .post-format{width: 300px}
	.blog-list .item-blog .post-content{height: 48px;overflow: hidden;}
	.blog-list .post-info {min-height: auto; padding: 20px 15px 30px;}
	.blog-list .item-blog .post-title, .blog-grid .item-blog .post-title{font-size: 14px;}
	.latest-post .post-title{font-size: 12px; margin-bottom: 5px}
	.latest-post .post-image{width: 85px}
}
@media(max-width: 991px){}
@media(min-width: 768px) and (max-width: 991px){
	.nav-main{display: none;}
	.toggle-mainmenu{display: block;}
	.item-blog .post-title{font-size: 18px;line-height: 24px;}
	.nav-main > ul > li{margin-right: 18px}
	.sidebar{margin-top: 50px}
	.grid-3col .item-blog:nth-child(3n+1){clear: none;}
	.grid-3col .item-blog:nth-child(2n+1){clear: both;}
	.blog-masonry .item-blog .post-inner{height: 350px}
	.blog-masonry .item-blog .post-info{padding: 15px}
	.blog-masonry .item-blog:nth-child(2n) .post-info{padding: 25px 30px}
	.blog-masonry .item-blog .post-title{font-size: 18px; line-height: 24px;}
	.blog-masonry .item-blog:first-child .post-title{font-size: 14px;}
	.blog-masonry .item-blog:first-child .post-info .post-content{display: none;}
	.blog-masonry .item-blog .post-cat,.blog-masonry .item-blog .post-title{
		-webkit-transform: translateY(15px);
		-ms-transform: translateY(15px);
		-o-transform: translateY(15px);
		transform: translateY(15px);
	}
	.blog-masonry .item-blog:last-child .post-title,.blog-masonry .item-blog:last-child .post-cat{
		-webkit-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-o-transform: translateY(100px);
		transform: translateY(100px);
	}
	.blog-masonry .item-blog:hover .post-cat,.blog-masonry .item-blog:hover .post-title{
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	.blog-masonry .item-blog:hover .post-info .post-content{margin-bottom: 30px}
	.promobox-item{min-height: 215px}
    .lauren-onepost .post-info{padding: 0px 0;}
    .lauren-onepost .post-title{margin-bottom:15px}
    .lauren-onepost .post-meta{margin-bottom: 10px;}
}
@media(max-width: 767px){
	.nav-main{display: none;}
	.toggle-mainmenu{display: block;}
	.header-wrapper .header-left{width: auto;padding: 0 10px}
	.header-wrapper .header-right{width: auto;float: right;padding: 0;}
	footer{margin-top: 70px}
	.instagram-footer .null-instagram-feed{padding: 15px}
	.instagram-footer .widgettitle{width: 100%;padding-top: 0}
	.instagram-footer .instagram-pics{float: none;width: 100%;margin: 0;}
	.instagram-footer .null-instagram-feed .clear{text-align: left;width: 100%;margin-top: 10px;}
	.social-footer a{margin-right: 15px}
	.text-copyright{padding: 30px 0}
	.feature-blog .item-blog{height: 300px}
	.blog-masonry .item-blog, .blog-masonry .item-blog:nth-child(2n){width: 100%}
	.blog-masonry .item-blog .post-inner{height: 300px}
	.blog-masonry .item-blog .post-info .post-content{display: none;}
	.blog-masonry .item-blog:nth-child(2n) .post-info, .blog-masonry .item-blog .post-info{padding: 20px;}
	.blog-masonry .item-blog:last-child .post-title,
	.blog-masonry .item-blog:last-child .post-cat,
	.blog-masonry .item-blog .post-cat,
	.blog-masonry .item-blog .post-title{
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.lauren-single-post .item-blog .post-title{
		font-size: 20px;
		line-height: 30px;
	}
	.item-relate{margin-bottom: 30px}
	.item-relate:last-child{margin-bottom: 0;}
	.comment-author{width: 70px}
	.date-comment{display: block;margin-left: 0;}
	.author-name{margin: 0;}
	.reply{display: block;float: none;}
	.comment-text{margin-top: 10px}
	.social-share a{margin: 2px}
	.search-header .inner-search{max-width: 85%}
	.socials-header a{margin-right: 10px}
	.item-blog .post-title{font-size: 16px; line-height: 26px;}
	.sidebar{margin-top: 50px}
	.blog-list .post-format{width: 100%}
	.blog-list .post-info{padding: 18px 23px}
	.post-bottom .date-post{width: 100%}
	.post-bottom .social-share{width: 100%;text-align: left;border: none;}
    .trending-post .item-blog .post-img{width: 100%;display: block;}
	.trending-post .item-blog .post-info{display: block;width: 100%;padding-top: 30px;padding-bottom: 30px;}
}
@media(max-width: 480px){
	.lauren-single-post .post-bottom{width: 100%;float: none;padding: 10px 15px;}
	.search-header .inner-search{padding: 40px 25px}
	.single-prev-next > div{font-size: 10px;line-height: 20px;}
}
/* --- CUSTORM 18/2/2019 ---- */
.c-lauren-featured-post .item-blog{
	display: table;
	table-layout: fixed;
}
.c-lauren-featured-post .post-format,
.c-lauren-featured-post .post-info{
	display: table-cell;
}
.c-lauren-featured-post .post-format{
	width: 60%;
	max-width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.c-lauren-featured-post .post-info{
	width: 40%;
	background:none;
	padding: 0px 0 0 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.c-lauren-featured-post .post-info .inner-info{
	background: #e2c1b7;
	position: relative;
	padding: 65px 20px 20px;
	text-align: left;
	line-height: 24px;
	font-size: 18px;
	color: #000;
}
.c-lauren-featured-post .lauren-block-title{
	background: #000;
	color: #fff;
	font-size: 14px;
	padding: 5px 20px;
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	line-height: 26px;
	white-space: nowrap;
}
.c-lauren-featured-post .item-blog .post-content{margin-bottom: 0;}
.post-meta .post-categories{display: inline-block;}
.post-meta .post-categories:after{
	content: '-';
}
.post-meta .post-categories a{
	text-transform: uppercase;
	color: #000;
	font-family: 'nova';
	font-style: normal;
	font-size: 16px;
}
.post-meta .post-date{
	display: inline-block;
	color: #685e5e;
}
.c-lauren-category-block .item-blog.big-post{
	position: relative;
	margin-bottom: 50px;
}
.c-lauren-category-block .big-post:after,
.c-lauren-category-block .big-post:before{
	content: "";
	display: table;
	clear: both;
}
.c-lauren-category-block .big-post .post-format{
	width: 66.5%;
}
.c-lauren-category-block .big-post .post-info{
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 45%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
}
.category-grid .post-info{
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 20px;
	margin-top: -40px;
	text-align: left;
}
.category-grid .post-info .inner-info{
	background: #fff;
	padding: 20px;
}
.c-lauren-category-block .post-title,
.c-lauren-featured-post  .post-title,
.category-grid .post-title{font-size: 16px;line-height: normal;}
.c-lauren-category-block .post-title a:hover,.category-grid .post-title:hover{color: #aaa}
.c-lauren-featured-post  .post-title a:hover{color: #000}
.category-grid .post-meta{margin-bottom: 15px}
.category-grid .item-blog .post-content{margin-bottom: 0px}
.c-lauren-category-block  .read-more,
.category-grid .read-more{
	text-align: right;
}
.c-lauren-category-block  .read-more a,.category-grid .read-more a{color: #000;font-size: 14px;}
.c-lauren-category-block  .read-more a:hover, .category-grid .read-more a:hover{
	color:#f19191;
}
.c-lauren-category-block .block-cat-grid{position: relative;}
.c-lauren-category-block .lauren-block-title{
	color: #fff;
	background: #000;
	text-transform: uppercase;
	padding: 5px 20px;
	line-height: 30px;
	display: inline-block;
	position: absolute;
	left: -50px;
	top: 70px;
	font-size: 20px;
	z-index: 10;
}
.c-lauren-category-block.category-3cols .lauren-block-title{
	top: 50px;
}
.big-post-2col .item-blog{
	position: relative;
}
.big-post-2col .item-blog .post-title{
	color: #fff;
	position: absolute;
	left: 10px;
	bottom: 20px;
	margin-bottom: 0;
}
.category-3cols-2 .item-blog{margin-bottom: 30px;}
.category-grid-lookbook > .row > .col-sm-4:nth-child(3n+1){
	clear: both;
}
.category-lookbook {
	padding: 45px 40px 0 40px;
}
.category-lookbook:after{
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 82%;
	background: #fff;
	z-index: -1;
}
.category-lookbook .item-blog{position: relative;margin-bottom: 30px}
.category-lookbook .item-blog .post-title{
	color: #fff;
	position: absolute;
	left: 10px;
	bottom: 20px;
	margin-bottom: 0;
	font-size: 20px;
	text-transform: none;
}
.lauren-button{
	background: #000;
	color: #fff;
	padding: 10px 30px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-family: 'chapaza';
	margin-bottom: 30px;
}
.lauren-button:hover{color: #fff}
.c-lauren-category-block .view-all{
	display: inline-block;
	color: #fff;
	background: #000;
	text-transform: uppercase;
	padding: 5px 20px;
	line-height: normal;
	margin-top: 50px;
	margin-bottom: 20px
}
.c-lauren-category-block{position: relative;}
.c-lauren-category-block.category-3cols,
.c-lauren-category-block.category-3cols-2{padding-top: 50px;}
.c-lauren-category-block.category-3cols:after,
.c-lauren-category-block.category-3cols-2:after{
	content: "";
	background: #e2c1b7;
	width: 100%;
	height: 35%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.c-lauren-category-block.category-3cols-2:after{height: 60%}
.c-lauren-category-block .item-blog{margin-bottom: 30px}


.c-lauren-category-block.category-3cols .owl-controls {
	margin-top: 50px;
	overflow: hidden;
}
.sidebar .instagram-pics a {
	width: 33.33%;
}
.instagram-pics a {
	width: 25%;
	float: left;
	display: inline-block;
	position: relative;
}
.instagram-pics a span {
	position: absolute;
	right: 3px;
	top: 3px;
	left: 3px;
	bottom: 3px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.instagram-pics a::after {
	content: "";
	display: block;
	padding-top: 100%;
}
/*Responsive*/
@media(min-width: 992px) and (max-width: 1199px){
	.c-lauren-featured-post .post-format{width: 58%}
	.c-lauren-featured-post .item-blog .post-content{font-size: 18px;line-height: 24px;}
	.c-lauren-featured-post .post-info .inner-info{padding-top: 40px}
	.c-lauren-category-block .lauren-block-title{left: -20px}
	.item-blog .post-info{padding: 30px 15px;}
	.category-grid .post-info{padding: 0 15px;}
	.category-grid .post-info .inner-info{padding: 15px;}
	.c-lauren-featured-post .post-info{padding: 0 0 0 20px;}
}
@media(min-width: 768px) and (max-width: 991px){
	.c-lauren-featured-post .post-format{width: 50%;}
	.c-lauren-featured-post .post-info{width: 50%}
	.c-lauren-featured-post .item-blog .post-content{font-size: 16px;}
	.c-lauren-featured-post .post-info .inner-info{padding-top: 35px;line-height: 24px}
	.c-lauren-category-block .big-post .post-format{width: 60%}
	.c-lauren-category-block .big-post .post-info{padding: 30px 15px;width: 50%}
	.c-lauren-category-block .item-blog.big-post{margin-bottom: 80px;}
	.c-lauren-category-block .lauren-block-title{left: -20px}
}
@media(max-width: 767px){
	.c-lauren-featured-post .item-blog{display: block;width: 100%}
	.c-lauren-featured-post .post-info{display: block;width: 100%;padding-left: 0}
	.c-lauren-featured-post .post-format{display: block;margin-bottom: 40px;width: 100%;height: 350px}
	.c-lauren-category-block .big-post .post-info{
		position: static;
		width: 100%;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.c-lauren-category-block .big-post .post-format{width: 100%}
	.c-lauren-category-block .lauren-block-title{left: 0}
	.category-lookbook {padding: 30px 20px 0 20px;}
	.c-lauren-category-block .lauren-block-title{top: 50px}
}
