/*
Theme Name: Fashionista
Theme URI: http://mailoveparis.com/fashionista
Description: A WordPress Blog Theme
Author: Mai
Version: 3.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* 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, 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;
}
/**/
/* clear floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  
 
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */

body {
	font-family: 'Lato', sans-serif;
	font-size:13px;
	background-color:#FFFFFF;
}

p, .textwidget {
	color:#2B2B2B;
	font-size:13px;
	line-height:30px;
	font-family: 'Merriweather', serif;
}
em,i {
	font-style: italic;
}
b {
	font-weight: bold;
}
a {
	text-decoration:none;
	color:#B4967B;
	-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Lato', sans-serif;
}



.container {
	width:1080px;
	margin:0 auto;
}

#content {
	overflow:hidden;
	margin-top:50px;
}

#main {
	width:740px;
	float:left;
	margin-right:40px;
}
#main.fullwidth {
	width:100%;
}

#sidebar {
	width:300px;
	float:right;
}


/***
/* Top Bar
/********************/
#top-bar {
  	z-index:99999;
	width: 100%;	   
    position: fixed;
    background-color: #242424;
}

#top-bar .container {
	position:relative;
}
	.meta_top {
	    position: absolute;
	    right: 0;
	    top: 0;
	}
	#top-social {
		display: inline-block;
		white-space: nowrap;
		float: right;
	}
	.text_follow {
	    font-size: 13px;
	    font-style: italic;
	    display: inline-block;
	    color: #C0C0C0;
	    font-family: 'Merriweather', serif;
	    line-height: 60px;
	    margin-right: -5px;
	}
	#top-social a {
		line-height:60px;
		font-size:16px;
		margin-left:14px;
		color:#FFFFFF;
	}
	#top-social a:hover {
		opacity:0.8;
	}
	#top-social i {
		margin-left: 5px;
	}
	
	/***
	/* Top Search
	/********************/
	#top-search {
		display: inline-block;
		text-align:center;
		padding: 0 18px;
		border-left: 1px solid #565656;
		border-right: 1px solid #565656;
		float: right;
		margin-left: 15px;
	}
	#top-search a {
		color:#FFFFFF;
		line-height:60px;
		display:block;
		font-size: 15px;
		-webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
	}
	#top-search a:hover {
		opacity:.75;
	}
	.show-search {
		display:none;
		z-index:10000;
		float: right;			
	}
	.show-search #searchform input#s {
		border: none;	  
		padding: 0;
		padding-left: 20px;
		height: 60px;
		font-size: 11px;
		color: #FFFFFF;
		letter-spacing: 2px;
		box-sizing: border-box;		
		width:170px;
		background: none;
		vertical-align: middle;
		font-family: 'Lato', sans-serif;
	}
	/***
	/* Menu
	/********************/

	.menu li {
		display:inline-block;
		margin-right:26px;
		position:relative;
	}
	.menu li:last-child {
		margin-right:0;
	}
	.menu li a {
		font-size:12px;
		text-transform:uppercase;
		letter-spacing:2px;
		line-height:60px;
		color:#FFFFFF;
		display:block;
		font-weight:400;
		white-space:nowrap;	
	}
	.menu li a:hover {
		color:#B4967B;	
	}
	#navigation-wrapper .menu > li.menu-item-has-children > a:after {
		font-family: FontAwesome;
		content: "\f107";
		margin-left: 5px;
		color: #FFFFFF;
		font-size: 13px;
		opacity: 0.6
	}
	
	#navigation-wrapper .menu > li.menu-item-has-children > a:hover:after  {
		  color: #B4967B;	
	}	
	
	
	
		/*** DROPDOWN ***/
		.menu .sub-menu,
		.menu .children {
			background-color:#242424;			
			display: none;
			padding: 0;
			position: absolute;
			margin-top:0;
			left: 0;
			top: 100%;
			z-index: 99999;
			text-align:left;
		}
			.menu .sub-menu ul:after {
				content:none;	
			}
		ul.menu ul a,
		.menu ul ul a {
			color: #FFFFFF;			
			border:1px solid;
			border-bottom:none;
			border-color: #3D3D3D;
			margin: 0;
			padding:12px 17px;
			min-width: 160px;
			line-height:20px;			
			transition:.25s;			
		}
		ul.menu ul li:last-child a {
			border-bottom:1px solid;
			border-color: #3D3D3D;			
		}		
				
		ul.menu ul li,
		.menu ul ul li {
			padding-right:0;
			margin-right:0;
            display: block;
		}
		ul.menu ul a:hover,
		.menu ul ul a:hover {			
			color:#B4967B;
		}

		ul.menu li:hover > ul,
		.menu ul li:hover > ul {
			display: block;
		}
		
		.menu .sub-menu ul,
		.menu .children ul {	
			left: 100%;
			top: 0;
			
		}

/***
/* Header
/********************/
#header {
	overflow:hidden;
}

#logo, .home.paged #logo {
	text-align:center;
	padding-bottom: 26px;
  	padding-top: 124px;
	border-bottom: 1px solid #E8E8E8;
}
	.home #logo {
		border-bottom:0;
	}

#logo img {
	max-width:100%;
	height:auto;
}


/***
/* Posts
/********************/
.post, article.page {
	position:relative;
	padding-bottom: 30px;
    border-bottom: 1px solid #E8E8E8;
	margin-bottom: 70px;
}
	.single .post {
		margin-bottom:0;	
	}
	.post_list {
		padding-bottom: 35px;
		margin-bottom: 35px;
		overflow: hidden;
	}

.post-img {
	text-align:center;
	margin-bottom:15px;
}
.post-img img {
	max-width:100%;
	height:auto;
	position:relative;
}

.post-img.audio iframe {
	height:166px;
	width:100%;
}

.post-header {
	margin-bottom: 30px;
	text-align:center;
}

.post-header h2 a, .post-header h1 {
	font-size:23px;
	color:#000;
	font-weight:700;
	position:relative;
	display:block;
	margin-bottom:16px;
	line-height: 34px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.post-header h2 a:hover {
	opacity:0.8;
}

.cat-blog a {	
	font-size:12px;
	display:inline-block;
	text-transform:uppercase;	
	letter-spacing:1px;
	margin: 0 4px 15px 4px;
	color: #B4967B;
	font-weight:700;
    padding: 4px 8px;	
	position:relative;
	border:1px solid #B4967B;
}

.cat-blog a:hover {
	background-color: #B4967B;
	color: #FFFFFF;
}

	/*** Post Entry ***/
	.post-entry {
		color:#2B2B2B;
		font-size:13px;
		line-height:30px;
		font-family: 'Merriweather', serif;
	}
		.single .post-entry, .page .post-entry{
			margin-bottom:20px;	
		}
		
		.more-link {
			display:block;
			text-align:center;
			margin-top: 40px;
			margin-bottom:-28px;
		}
		.more-button {
			font-size: 12px;
			display: inline-block;			
			color: #B4967B;
			font-weight: 700;
			letter-spacing:2px;
			position:relative;
			padding: 0 14px;
			font-family: 'Lato', sans-serif;
			text-transform:uppercase;
			-o-transition:.25s;
			-ms-transition:.25s;
			-moz-transition:.25s;
			-webkit-transition:.25s;
		}
		.more-button:before {
			position:absolute;
			content:"";
			width: 25px;
			top:50%;
			right:100%;
			height: 1px;
			background-color:#DDD;				
		}
		.more-button:after {
			position:absolute;
			content:"";
			width: 25px;
			top:50%;
			left:100%;
			height: 1px;
			background-color:#DDD;		
		}

		.more-button i {
			font-size: 17px;
			float: right;
			line-height: 29px;
			margin-left: 5px;		
		}
		
		.more-button:hover {
			color: #000;
		}	
	
	.post-entry img {
		max-width:100%;
		height:auto;
	}
	
	.post-entry a:hover {
		text-decoration:underline;
	}
	.post-entry p {
		margin-bottom:10px;
	}
	.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, .post-entry hr {
    	margin-bottom:18px;
		margin-top:25px;
	}
	.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
		color:#000;
		font-weight:700;		
		
	}
	.post-entry h1 {
		font-size:27px;
	}
	.post-entry h2 {
		font-size:24px;
	}
	.post-entry h3 {
		font-size:21px;
	}
	.post-entry h4 {
		font-size:18px;
	}
	.post-entry h5 {
		font-size:15px;
	}
	.post-entry h6 {
		font-size:12px;
	}
	.post-entry hr {
		border:0;
		height:0;
		border-bottom:1px solid #E8E8E8;
		clear:both;
	}
	.post-entry blockquote p {
		color:#999;
		padding-left: 70px;
		font-size: 18px;
		line-height: 30px;
		font-style:italic;
		position:relative;
		font-family: 'Lato', sans-serif;	
	}
	.post-entry blockquote p:before {
		display: block;
		content: "\201C";
		font-size: 91px;
		position: absolute;
		left: 20px;
    	top: 25px;
		color: #B4967B;
	}			 
		
	.post-entry ul, .post-entry ol {
		padding-left:45px;
		margin-bottom:25px;
		font-size:15px;		
		font-family: 'Merriweather', serif;
		color: #2B2B2B;
		font-size: 13px;
	}
	.post-entry ul li {
		margin-bottom:5px;
		list-style:square;
	}
	.post-entry ol li {
		margin-bottom:5px;
		list-style:decimal;
	}


	.sticky.post .post-header { border:1px dashed #ddd; padding:20px 0; }
	.bypostauthor  {}

	.post-entry table { width:100%; margin-bottom:22px; border-collapse:collapse }
	.post-entry td, .post-entry th { padding: 12px; border-bottom: 1px #e5e5e5 solid; }
	.post-entry th { font-weight:bold; font-size:14px; background:#f5f5f5;}
	.post-entry tr:hover {
		background:#F8F8F8;
	}
.post-meta {
	position:relative;
	overflow:hidden;
	display: block;
	font-size:13px;
	color:#D3D3D3;
	text-align:center;	
}

.comment_count {
	display:inline-block;
	margin-right:15px;
	padding-right: 15px;
    border-right: 1px solid #D3D3D3;
}
.comment_count i{
	margin-right:7px;
	font-size:14px;
}

/**************Post share***********/
.post-share {
	margin-top:50px;	
	text-align:center;	
}
	.single .post-share {
		margin-top: 50px;	
	}
	.page .post-share {
		margin-bottom:0;
	}
.post-share a i {
  font-size: 17px;
}
.post-share a {
	width: 50px;
	height: 30px;
	display: inline-block;
	line-height: 23px;
	text-align:center;	
	color:#000;
	margin-left:5px;
	font-size:24px;	
	border:1px solid #E7E7E7;
}
.post-share a:first-child {
	margin-left:0;
}
.post-share a:hover {
	background-color:#171717;
	border-color: #171717;
	color:#FFFFFF;
}
.meta_date {
	display:inline-block;
	margin-right:15px;
	padding-right: 15px;
    border-right: 1px solid #D3D3D3;
}
	.meta_date i {
		margin-right:7px;
	}
.meta_author {
	display:inline-block;
	margin-right:15px;
	padding-right: 15px;	
}
	.meta_author a {
		color: #D3D3D3;
		font-size: 13px;
	}
	.page .meta_author {
		border-right: 0;
	}
	.meta_author a:hover {
		color:#B4967B;
	}
.meta_author i {
	margin-right:7px;
	font-size:14px;
	color: #D3D3D3;
}
/*** Post Author ***/
.post-author {
  	overflow: hidden;	
	padding: 40px;
	border-bottom: 1px solid #E8E8E8;
}

.author-img {
	float:left;
	margin-right:30px;
}
.author-img img {
	border-radius: 50%;
}

.author-content {
	overflow:hidden;
	font-family: 'Lato', sans-serif;
}
.author-content h5 a {
	font-size:13px;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#B4967B;
	display:block;
	font-weight:700;
	letter-spacing:1px;
}

.author-content p {
	margin-bottom:10px;
}

.author-content .author-social {
	font-size:15px;
	color:#000;
	margin-right:12px;
}
.author-content a.author-social:hover {
	opacity: 0.8;
}
/** Post tags ***/
.post-tags {
	display: block;
    margin-top: 25px;
}
.post-tags i {
    margin-right: 10px;
    font-size: 14px;
	color:#000;
}
.tag_title {
	display:none;
}
.post-tags a {
	font-size: 11px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #B4967B;
	margin-right: 10px;
	display: inline-block;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
    line-height: initial;
	font-weight: 400;	
	position:relative;
}
	.post-tags a:after {
		content: ",";
		position:absolute;
		right: -5px;
	}
	.post-tags a:last-child:after {
		display:none;
	}
.post-tags a:hover {
	color:#B4967B;
}

/*** Post Related ***/
.post-related {
	overflow:hidden;	
	margin-top: 28px;
}

.post-related h2 {
	margin-bottom:21px;	
}

.related_heading {
	font-size:16px;
	letter-spacing:1px;	
	color:#000;
	display:inline-block;
	position:relative;
	padding-bottom:3px;
	font-style:italic;
}
.related_heading:after {
	position:absolute;
	content:"";
	top:100%;
	height:1px;
	background-color:#000;
	width: 100%;
	left:0;		
}

.item-related {
	text-align:left;
	float: left;
	width: 137px;
    margin-right: 13px;
}

.item-related:last-child{
	margin-right:0;
}
.item-related img {
	width:100%;
	height:auto;
	margin-bottom:7px;
}
.item-related h3 {
	margin-bottom:2px;
}
.item-related h3 a {
	font-size: 14px;
   font-family: 'Merriweather', serif;
	color:#000;
	line-height:23px;
}
.item-related h3 a:hover {
	text-decoration:underline;
}

.item-related span.date {
	font-size:12px;
	font-style:italic;
	color:#BBB;
	line-height:20px;
}

/*** Comments ***/
.comments {
	margin-bottom:50px;
}
.comments li {
	list-style:none;
}
.comment_heading {
	text-align:center;
	margin-bottom: 35px;
}
.comment_heading h4{
	font-size: 14px;
    letter-spacing: 1px;
    display: block;
    color: #000;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.comment_heading h4:after {
	content: "";
    width: 35px;
    height: 2px;
    position: absolute;
    top: 100%;
    background-color: #B4967B;
    margin: 0 auto;
    right: 0;
    left: 0;	
}

.post-comments {
	background:#fff;
	margin-top:70px;
}

.thecomment {
	border-bottom:1px dotted;
	border-color: #E9E9E9;
	padding-bottom: 20px;
    margin-bottom: 30px;
}

.thecomment .author-img {
	float:left;
	margin-right:25px;
}

.thecomment .comment-text {
	overflow:hidden;
}
.thecomment .comment-text p {
	color: #565656;
	font-family: 'Lato', sans-serif;
	margin: 10px 0;
}
.thecomment .comment-text span.author, .thecomment .comment-text span.author a {
	  font-size: 12px;
	  letter-spacing: 1px;
	  text-transform: uppercase;
	  margin-bottom: 10px;
	  color: #000;
	  display: block;
	  font-family: 'Merriweather', serif;
	  font-weight: 700;
}
.thecomment .comment-text span.author a:hover {
	text-decoration:underline;
}

.thecomment .comment-text span.date {
	font-size:12px;
	color:#BBB;
	font-style:italic;
	display:block;
	margin-bottom:10px;
	font-family: 'Lato', sans-serif;
}

.thecomment .comment-text em {
	font-size:11px;
	margin-bottom:-14px;
	display:block;
	color:#C7C7C7;
	letter-spacing:1px;
}
.thecomment .comment-text em i {
	font-size:14px;
	color:#f3bd00;
}

.post-comments span.reply a {
	float:right;
	font-size:11px;
	background-color:#E8E8E8;
	color:#767676;
	padding:6px 10px;
	border-radius:10px;
	margin-left:7px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

.post-comments span.reply a:hover {
	background-color:#B4967B;
	color:#FFFFFF;
}

.comments ul.children { margin: 0 0 0 55px; }
.comments ul.children li.thecomment { margin:0 0 8px 0; }

/** Reply **/
#respond {
	overflow:hidden;
	margin-bottom:20px;
}

#respond h3 {
	font-size: 14px;
    letter-spacing: 1px;
    display: block;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
    padding-bottom: 17px;
    text-transform: uppercase;
}
#respond h3:after {
    width: 35px;
    height: 2px;
    position: absolute;
    top: 100%;
    background-color: #B4967B;
    margin: 0 auto;
    left: 0;
}
#respond h3 a {
	color:#000;
	display:inline-block;
}

#respond h3 small a {
	text-transform:uppercase;
	font-size:11px;
	background:#333;
	color:#FFF;
	padding:5px 8px;
	margin-left:7px;
	letter-spacing:1px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	border-radius: 10px;
}
#respond h3 small a:hover {
	opacity:.8;
}

#respond label {
	color:#C7C7C7;
	width:62px;
	font-size:12px;
	display:inline-block;
	white-space:nowrap;
}
#respond input {
	padding:10px;
	border:1px solid #DDD;
	margin-right:10px;
	color:#343434;
	margin-bottom:15px;
	font-size:12px;
	width:250px;
	background-color:#FFFFFF;
	border-radius:4px;
}
#respond input:focus {outline:none;}
#respond .comment-form-url {
	margin-bottom:10px;
}
#respond textarea {
	padding:14px;
	border:1px solid #DDD;
	width:100%;
	height:120px;
	font-size:13px;
	color:#343434;
	margin-bottom:14px;
	line-height:20px;
	box-sizing:border-box;
	border-radius:4px;
}
#respond textarea:focus {outline:none;}

#respond #submit {
	  padding: 14px 20px;
	  display: inline-block;
	  font-family: 'Lato', sans-serif;
	  letter-spacing: 2px;
	  text-transform: uppercase;
	  font-size: 11px;
	  -o-transition: .3s;
	  -ms-transition: .3s;
	  -moz-transition: .3s;
	  -webkit-transition: .3s;
	  color: #000;
	  font-weight:700;
	  text-decoration: none;
	  cursor:pointer;
	  border:1px solid #BBB;
	  
}

#respond #submit:hover {
	background-color:#171717;
	border:1px solid #171717;
	color:#FFFFFF;
}

/***
/** PAGINATION
/******************************/

.pagination {
	margin-top:50px;
	overflow:hidden;
}

.pagination a {
	display:inline-block;
	font-family: 'Lato', sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:12px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	color: #000;
	text-decoration:none;
}


.pagination a:hover {
	text-decoration:underline;
}
.pagination .newer {
	float:left;
	
}
.pagination .older {
	float:right;
	
}

/***
/** SIDEBAR
/******************************/

.widget {
	margin-bottom:60px;	
    box-sizing: border-box;
	overflow:hidden;
}

.widget img {
	max-width:100%;
	height:auto;
}

.widget-heading {
	font-size: 14px;
	letter-spacing: 1px;
	display: block;
	color: #141414;
	text-align:center;
	margin-bottom: 35px;
	font-weight:700;
	position:relative;
	padding-bottom:15px;
	text-transform:uppercase;
}

.widget-heading>span:after {
	content:"";
  	width:35px;
	height:2px;
	position:absolute;
	top:100%;
	background-color:#B4967B;
	margin: 0 auto;
    right: 0;
    left: 0;
}

.widget a:hover {
	text-decoration:underline;
}

.widget ul li {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #DDD;
	color:#000;
	font-size:14px;
}
.widget ul li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.widget ul li a {
	color:#000;
	line-height:25px;
	font-size:14px;
}

.widget input {
	width:100%;
}
.widget select {
	border: 1px solid #DDD;
	border-radius: 3px;
	padding: 8px 10px;
	width: 100%;
	box-sizing:border-box;	
	outline: none;
}
.screen-reader-text {
	display:none;
}
.post-date {
	color: #CDCDCD;	
}
	/*** About Widget ***/
    .about-widget {
        text-align: center;
    }
	.about-widget img {
		margin-bottom:10px;
	}
	.about-widget .sign {
		margin: 5px auto 0 auto;
		display:block;
	}
	.about-widget .name {
		text-transform:uppercase;
		font-size:14px;	
		letter-spacing:1px;
		display:block;
		text-align:center;
		margin-bottom:10px;
		margin-top:10px;
		font-weight:700;
	}
	
	/******** Widget Social  *************/
	.widget-social {
		text-align:center;
		margin-top:15px;
	}
	.widget-social a{
		display:inline-block;
		color: #000;
		font-size: 18px;
		margin:0 10px;
	}

	.widget-social a:hover{
		opacity:0.8;
	}
	/************** Widget list ***************/
	.widget ul.lastest_news li {
		list-style-type:none;
		margin-bottom:17px;
		padding-bottom:13px;
		margin-left:0;
	}
	.widget ul.lastest_news li:last-child {
		margin-bottom:0;
		padding-bottom:0;
	}
	.side-item {
		overflow:hidden;
	}
	.side-image {
		float:left;
		margin-right:14px;
	}
	
	.side-image img {
		width:100px;
		height:auto;
	}
	
	.side-item-text {
		overflow:hidden;
    	color:#BBB;
	}
	.side-item-text h4 a {
		display:block;
		font-size:14px;
		font-family: 'Merriweather', serif;
		line-height:23px;				
	}	
	.side-item-meta a{
		font-size:12px !important;
		color:#BBB !important;
		font-style:italic;
		margin-left:5px;
		letter-spacing:1px;
		text-transform:uppercase;
	}
	.side-item-meta a:first-child {
		margin-left:0;
	}
	
	/*** Widget categories ***/
	.widget_categories {
		color:#a5a5a5;
	}
	.widget_categories a {
		margin-right:10px;
	}
	
	/*** Style Tag ***/
	
	.widget .tagcloud a {
		font-size: 10px !important;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #565656;
		padding: 8px 16px 7px;
		margin-right: 5px;
		margin-bottom: 8px;
		display: inline-block;
		text-decoration: none;
		font-family: 'Lato', sans-serif;
		line-height: initial;
		border: 1px solid #BBB;
		border-radius:4px;
	}
	.widget .tagcloud a:hover {
		border-color: #B4967B;
		background-color:#B4967B;
		color:#FFFFFF;		
	}
	
	/*** Calender widget ***/
	#wp-calendar {width: 100%; }
	#wp-calendar caption { text-align: right; color: #777; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
	#wp-calendar thead { font-size: 12px;  }
	#wp-calendar thead th { padding-bottom: 10px; }
	#wp-calendar tbody { color: #aaa; }
	#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
	#wp-calendar tbody td a { font-weight:700; color:#222; }
	#wp-calendar tbody td:hover { background: #fff; }
	#wp-calendar tbody .pad { background: none; }
	#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
	#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
	#wp-calendar thead th { padding-bottom: 10px; text-align: center; }
	
	/*** Search Widget ***/
	#searchform input#s {
		  border: 1px solid #DDD;
		  background: #fff url(img/searchsubmit.png) no-repeat 91% 12px;
		  padding: 13px 14px;
		  font-size: 13px;
		  color: #484848;
		  letter-spacing: 1px;
		  box-sizing: border-box;
		    font-style: italic;
	}
	
	#searchform #s:focus { outline:none; }

	/** searchbar for widget ***/
	.widget #searchform input#s { 
		font-family: 'Lato', sans-serif;
	}
	
	
.widget .comment-author-link a {
	color: #B5B5B5;
}
/*** 
/** FOOTER
/******************************/

#footer {
	margin-top:100px;	
}

#footer-instagram {
	text-align:center;
	overflow:hidden;
}
	.block-heading {
		font-size: 14px;
		letter-spacing: 1px;
		display: inline-block;
		color: #000;
		text-align: center;
		margin-bottom: 20px;
		font-weight: 700;
		position: relative;
		padding: 0 14px;
		text-transform: uppercase;
	}
	.block-heading:before {
		position: absolute;
		content: "";
		width: 25px;
		top: 50%;
		right: 100%;
		height: 1px;
		background-color: #DDD;		
	}
	.block-heading:after {
		position: absolute;
		content: "";
		width: 25px;
		top: 50%;
		left: 100%;
		height: 1px;
		background-color: #DDD;		
	}
.jr-insta-thumb img {
	font-size: 0;
}
.jr-insta-thumb img:hover {
	opacity:0.8;
	-o-transition: .3s;
		  -ms-transition: .3s;
		  -moz-transition: .3s;
		  -webkit-transition: .3s;
}

/*** Footer Social - Copyright***/

#footer_meta {
	overflow:hidden;
	padding: 40px 0;	
	background-color:#141414;
}

	#footer_meta h2 {
		float:left;
		font-family: 'Lato', sans-serif;
		font-size:12px;
		color:#C7C7C7;
		overflow:hidden;
		letter-spacing:1px;
		padding-top: 5px;
	}
.footer_social {
	float: right;
	text-align: right;	
}
	.footer_social a {
		display: inline-block;
		margin-left: 23px;
		font-size:18px;
		text-align:center;
		color:#C7C7C7;
	}
	.footer_social a:first-child{
		margin-left: 0;
	}
	.footer_social a:hover {
		color: #FFFFFF;	
	}
	.to-top {
		float: right;
		font-size:10px;
		text-transform:uppercase;
		font-weight:700;
		letter-spacing:1px;
		color:#797979;
		display:none;
	}
	.to-top i {
		font-size:14px;
		margin-left:3px;
	}

	#footer-copyright .to-top:hover {
		text-decoration:none;
	}
/***
/* Archive
/********************/
.archive-box {
	padding:25px;
	margin-bottom:50px;
	background-color:#F4F4F4;
	text-align:center;
}

.archive-box span {
	font-size:12px;
	letter-spacing:1px;
	color:#BBB;
	margin-right:6px;
	display:inline-block;
	font-family: 'Merriweather', serif;
    font-weight: 400;
	
}
.archive-box h1 {
	font-size:17px;
	letter-spacing:1px;
	text-transform:uppercase;
	display:inline-block;
	color:#000;
	font-weight:700;
}

/***
/* 404 Page
/********************/
.error-page {
	text-align:center;
	padding-top:50px;
}
.error-page h1 {
	font-size:190px;
}


/*** Contact Form 7
/************************/
.wpcf7 input {
	width:266px;
}
div.wpcf7 {
	overflow:hidden;
}
.wpcf7 input, .wpcf7 textarea {
	padding: 10px;
    border: none;
    border: 1px solid #DDD;
    margin-right: 10px;
    color: #777;
    font-size: 13px;
    outline: none;
    margin-top: 5px;
	border-radius:4px;
}
.wpcf7 textarea {
	width:95%;
}
.wpcf7 .wpcf7-submit {
	padding: 15px 17px;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 11px;
	background-color: #000;
	font-weight:700;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.wpcf7 .wpcf7-submit:hover {
	opacity:0.8;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 0 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 0 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    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: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*** Gallery feature of Wordpress ***/
.gallery .gallery-caption{  
    font-size:12px;
	color:#888;
	font-family: 'Lato', sans-serif;
}  
  
.gallery .gallery-icon img{  
    border-radius:2px;  
    border:1px solid #DDD !important;  
	padding:8px;
	box-sizing:border-box;
}  
.gallery .gallery-icon img:hover {
	border:1px solid #ccc !important;  
}


/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.custom-pagination {
	text-align:center;
	margin-bottom:25px;
}
.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 8px 10px;
  margin-right:10px;
   font-family: 'Lato', sans-serif;
   text-transform:uppercase;
   font-size: 12px;
}
.custom-pagination a {
  background-color: #FFFFFF;
  color: #888787;	
  border: 1px solid #E8E8E8;
}
.custom-pagination a:hover {
  background-color: #171717;
  color:#FFFFFF;
  border: 1px solid #FFFFFF;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: #242424;
}
.custom-pagination span.current {
  background-color: #171717;
  color:#FFFFFF;
  border: 1px solid #FFFFFF;
}

/******************Pre-style Subscibe Jetpack, Mailchimp***********/
.jetpack_subscription_widget form, .mc4wp-form {
  margin: 1em 0;
  padding: 20px;
  background-color: #141414;
}
.jetpack_subscription_widget #subscribe-text p, .mc4wp-form label {
	text-align:center;
	font-family: 'Merriweather', serif;
	font-weight: 400 !important;
	margin-bottom: 17px !important;
	color: #EFEFEF;
	font-size: 14px;
	font-style:italic;
	    display: block;
}
#subscribe-submit input[type=submit], .mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] {
	padding: 14px 20px !important;
	width: 100%;
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 11px;
	background-color: #FFFFFF	 !important;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	color: #000 !important;
	text-decoration: none;
	cursor: pointer;
	border: none;
	font-weight:700;
  margin-bottom: 0 !important;
}
#subscribe-submit input[type=submit]:hover, .mc4wp-form input[type=submit]:hover {
	opacity: 0.8;	
}
#subscribe-email input, .widget .mc4wp-form input {
	padding: 14px 14px !important;
	color: #E9E9E9;
	font-size: 12px;
	margin-bottom: 10px;
	width: 100% !important;
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid #565656;
	outline:none;
}

/***************list categories with featured images **********/
.widget .list_cat_with_img li {
	width: 100%;
	height: 155px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
	box-sizing:border-box;
	position:relative;
	cursor:pointer;
}
	.widget .list_cat_with_img li:last-child {
		margin-bottom:0;
	}
	.widget .list_cat_with_img li h2 a {
		background-color:#FFFFFF;
		text-transform:uppercase;
		padding: 1px 13px;	
		font-size:14px;
		letter-spacing:1px;
		font-family: 'Lato', sans-serif;
		position:absolute;
		bottom: 20px;
		left: 20px;
		font-weight:700;
		color: #000;
		text-align:center;
		display:inline-block;
	}
	.widget .list_cat_with_img li:hover h2 a{
		text-decoration:none;
		color:#B4967B;
	}
	.list_cat_with_img ul {
		margin-bottom:20px;
	}
/*********************Footer logo**************/
#footer_logo {
	padding-top:60px;
	padding-bottom:30px;
	text-align:center;
	background-color:#FFFFFF;
}
#footer_logo img {
	max-width:100%;
	height:auto;
}

/***********carousel************/
.carousel_wrap {
	margin-bottom:50px;
}
.carousel_wrap img {
	width: 100%;
	height:auto;	
}
.carousel_wrap .item {
	position:relative;
}

.carousel_frame {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-o-transition:.4s;
		-ms-transition:.4s;
		-moz-transition:.4s;
		-webkit-transition:.4s;
	cursor:pointer;
	text-align:center;
}
	.carousel_frame:hover {
		background-color:rgba(0,0,0,0.60);	
	}
	.intro {		
		position: absolute;
        bottom: auto;
        right: 0px;
        width: 100%;
        padding: 0px 33px;
        box-sizing: border-box;
        opacity: 0;
        display: inline-table;
        top: 50%;
        margin-top: -62px;					
	}

	a.intro_title {
		font-size:20px;
		text-transform:uppercase;	
		font-family: 'Lato', sans-serif;
		color: #FFFFFF;	
		display:block;
		letter-spacing:1px;
		font-weight:700;
		line-height: 26px;
	}		
	a.intro_title:hover {
		opacity: 0.8;	
	}
	.cat_carousel a{
		margin-bottom:19px;
		font-size:12px;
		color:#B4967B;	
		display:inline-block;
		text-transform:uppercase;
		font-family: 'Lato', sans-serif;
		font-weight:700;
		letter-spacing:1px;
		line-height:normal;
		padding: 4px 8px;
		border: 1px solid #B4967B;
	}
	.cat_carousel a:hover {
		background-color: #B4967B;
		color: #FFFFFF;
	}
	.readmore_carousel{
			font-size: 12px;
			display: inline-block;			
			color: #A3A3A3;
			font-weight: 700;
			letter-spacing:2px;
			position:relative;
			padding: 0 10px;
			font-family: 'Lato', sans-serif;
			text-transform:uppercase;		
			margin-top:27px;	
		}
		.readmore_carousel:before {
			position:absolute;
			content:"";
			width: 20px;
			top:50%;
			right:100%;
			height: 1px;
			background-color:#949494;				
		}
		.readmore_carousel:after {
			position:absolute;
			content:"";
			width: 20px;
			top:50%;
			left:100%;
			height: 1px;
			background-color:#949494;		
		}	
		.readmore_carousel:hover {
			color:#FFFFFF;	
		}
	.carousel_frame:hover .intro,
	.carousel_frame:hover .readmore_carousel
	{
		opacity:1;	
	}	

/****
****Content list***/
/*****************side_left side_right*********/
.side_left { 
	width: 50%;
	float:left;
}
.side_right {
	width: 46%;
	float:right;
}

.side_left .post-img {
	margin-bottom: 0;
}
	.side_right .post-header {
		margin-bottom: 5px;
		text-align: left;
	}
	.side_right .post-header h2 a {
		font-size: 19px;
		margin-bottom: 10px;
		line-height: 31px;
	}
	.side_right .cat-blog a{		
	    margin: 0 4px 15px 0;
	}
	.side_right .cat-blog a:hover {
		color: #FFFFFF;
	}

	.side_right .meta_date {
		color: #D3D3D3;
	    font-size: 13px;
	}


/*** Post Pagination ***/
.post-pagination {
	overflow:hidden;
	padding-top: 15px;
}
.post-pagination a {
	font-size: 12px;
    font-family: 'Lato', sans-serif;
	display:block;
	color:#2B2B2B;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-sizing:border-box;
}

.post-pagination .pagi-prev {
	float:left;
	width:50%;
}
	.post-pagination .pagi-prev i {
		margin-right: 5px;
	}
.post-pagination .pagi-next {
	float:right;
	width:50%;
	text-align:right;
}
	.post-pagination .pagi-next i {
		margin-left: 5px;
	}
.post-pagination a:hover {
	text-decoration:underline;
}		