/*
Theme Name: Chanel
Theme URI: http://mailoveparis.com/chanel
Description: A WordPress Blog Theme
Author: Mai
Version: 2.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, .post-entry {
	color:#484848;
	font-size:15px;
	line-height:30px;
	font-family: 'PT Serif', serif;
}

a {
	text-decoration:none;
	color:#e8b421;
	-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:75px;
}

#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: #FFFFFF;
}

#top-bar .container {
	position:relative;
}
#navigation-wrapper {	
	height:60px;
	width:100%;
	z-index:9999;
	border-bottom: 1px solid #E8E8E8;
}
#navigation-wrapper > ul.menu {
	display: inline-block;	
}
.slicknav_menu {
	display:none;	
}

	/***
	/* 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:1px;
		line-height:60px;
		color:#242424;
		display:block;
		font-weight:400;
		white-space:nowrap;	
	}
	.menu li a:hover {
		color:#e8b421;	
	}
	/*
	.menu .current-menu-item a, .menu li a:hover,#navigation-wrapper .menu > li.menu-item-has-children > a:hover:after  {
		  color: #e8b421;	
	}
	
	#navigation-wrapper .menu > li.menu-item-has-children > a:after {
		font-family: FontAwesome;
		content: "\f107";
		margin-left: 7px;
		color: #E8E8E8;
		font-size: 13px;
	}
	*/
	
		/*** 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;
			border-top:1px solid #E9E9E9;

		}
			.menu .sub-menu:after {
				width: 18px;
				height: 18px;
				background-color: #242424;
				position: absolute;
				z-index: 9;
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				content: "";
				top: -2px;
				left: 15%;
			}
			.menu .sub-menu ul:after {
				content:none;	
			}
			.menu .sub-menu ul {
				border-top: 0;
			}
		ul.menu ul a,
		.menu ul ul a {
			color: #FFFFFF;			
			border:1px solid #3D3D3D;
			border-top:none;
			margin: 0;
			padding:12px 17px;
			min-width: 160px;
			line-height:20px;
			-o-transition:.25s;
			-ms-transition:.25s;
			-moz-transition:.25s;
			-webkit-transition:.25s;
			transition:.25s;			
		}
				
		ul.menu ul li,
		.menu ul ul li {
			padding-right:0;
			margin-right:0;
		}
		ul.menu ul a:hover,
		.menu ul ul a:hover {			
			color:#e8b421;
		}

		ul.menu li:hover > ul,
		.menu ul li:hover > ul {
			display: block;
		}
		
		.menu .sub-menu ul,
		.menu .children ul {	
			left: 100%;
			top: 0;
			
		}

	/***
	/* Top Social
	/********************/
	#top-social {
		position:absolute;
		right:0;
		top:0;
	}
	#top-social a {
		line-height:60px;
		font-size:16px;
		margin-left:17px;
		color:#242424;
	}
	#top-social a:hover {
		opacity:0.8;
	}
	
	/***
	/* Header Search
	/********************/
	#top-search {
		position:absolute;
		right:0;
		top:0;
		text-align:center;
		margin-left:16px;
		padding: 0 17px;
		background-color:#C4C4C4;
		display:none;

	}
	#top-search a {
		color:#FFFFFF;
		line-height:50px;
		display:block;
		-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 {
		position:absolute;
		top:50px;
		right:-1px;
		display:none;
		z-index:10000;
	}
	.show-search #searchform input#s {
		  border: none;	  
		  padding: 8px 14px;
		  font-size: 12px;
		  color: #242424;
		  letter-spacing: 1px;
		  box-sizing: border-box;
		  font-style: italic;
		  font-family: 'Lato', sans-serif;
		  width:250px;
	}	

/***
/* Header
/********************/
#header {
	overflow:hidden;
}

#logo, .home.paged #logo {
	text-align:center;
	padding-bottom: 40px;
  	padding-top: 105px;
	border-bottom: 1px solid #E8E8E8;
}
	.home #logo {
		border-bottom:0;
	}

#logo img {
	max-width:100%;
	height:auto;
}


/***
/* Posts
/********************/
.post, #main > .page {
	overflow:hidden;
	position:relative;
	padding-bottom:30px;
	border-bottom:1px solid #E8E8E8;	
}

.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 {
	padding-bottom: 7px;
	text-align:center;
}

.post-header h2 a, .post-header h1 {
	font-size:29px;
	color:#242424;
	font-weight:700;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	position:relative;
	display:block;
	margin-bottom:12px;
	line-height: 45px;
}
.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 5px 13px 5px;
	color: #FFFFFF;
	padding: 5px 7px;
	background-color: #e8b421;
	 -o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
}
.cat-blog a:hover {
	opacity: 0.8;
}

	/*** Post Entry ***/
		.single .post-entry, .page .post-entry{
			margin-bottom:20px;	
		}
		
	.more-link {
		text-align:center;
		display:block;
		margin-top:20px;
	}
		.more-button {
			text-transform: uppercase;
			font-size: 12px;
			display: inline-block;
			position:relative;	
			letter-spacing:2px;				
			color:#e8b421;		
			font-family: 'Lato', sans-serif;	
			font-weight:700;
			-o-transition:.3s;
			-ms-transition:.3s;
			-moz-transition:.3s;
			-webkit-transition:.3s;
		}
		.more-button:after {
			position:absolute;			
			top:100%;
			left:0;
			right: 0;
			margin:0 auto;	
			height: 2px;
			width:100%;
			background-color:#e8b421;
		}
		.more-button i {
			font-size: 13px;
			float: right;
			line-height: 31px;
			margin-left: 5px;		
		}
		
		.more-button:hover {
			color: #242424;
		}

	.post-entry img {
		max-width:100%;
		height:auto;
	}
	
	.post-entry a:hover {
		text-decoration:underline;
	}
	.post-entry p {
		margin-bottom:18px;
	}
	.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:#242424;
		font-weight:700;		
	}
	.post-entry h1 {
		font-size:29px;
	}
	.post-entry h2 {
		font-size:26px;
	}
	.post-entry h3 {
		font-size:23px;
	}
	.post-entry h4 {
		font-size:20px;
	}
	.post-entry h5 {
		font-size:17px;
	}
	.post-entry h6 {
		font-size:14px;
	}
	.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: 88px;
	    position: absolute;
	    left: 10px;
	    top: 33px;
	    color: #A7A7A7;
	    font-family: 'PT Serif', serif;
	}			 
		
	.post-entry ul, .post-entry ol {
		padding-left:45px;
		margin-bottom:25px;
		font-size:15px;		
		color: #484848;
		font-family: 'PT Serif', serif;
	}
	.post-entry ul li {
		margin-bottom:7px;
		list-style:square;
	}
	.post-entry ol li {
		margin-bottom:7px;
		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:#CACACA;
	margin-top:20px;
}
	.main_post_meta {
		text-align:center;	
		margin-top:40px;
	}
.comment_count {
	display:inline-block;
	margin-right:15px;
	padding-right: 15px;
    border-right: 1px solid #E8E8E8;
}
.comment_count i{
	margin-right:7px;
	font-size:14px;
}

/**************Post share***********/
.share_text {
	font-size: 12px;
    color: #CDCDCD;	
	margin-right:10px;
	font-style:italic;
}
.post-share {
	margin-bottom:13px;	
}
.post-share a i {
  font-size: 17px;
}
.post-share a {
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 23px;
	text-align:center;	
	color:#242424;
	border-radius: 50%;
	margin-left:5px;
	font-size:24px;
}
.post-share a:hover {
	background-color:#242424;
	border-color: #242424;
	color:#FFFFFF;
}
.meta_date {
	display:inline-block;
	margin-right:15px;
	padding-right: 15px;
    border-right: 1px solid #E8E8E8;
}
	.meta_date i {
		margin-right:7px;
	}
.meta_author {
	display:inline-block;
	margin-right:15px;
	padding-right: 15px;	
}
.meta_author a {
	color: #CACACA;	
}
.meta_author a:hover {
	color: #e8b421;	
}
	.page .meta_author {
		border-right: 0;
	}
	.meta_author a:hover {
		color:#242424;
	}
.meta_author i {
	margin-right:7px;
	font-size:14px;
}
/*** Post Author ***/
.post-author {
  	overflow: hidden;	
	padding:30px 30px;
	background-color:#F8F8F8;
}

.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:14px;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#242424;
	display:block;
	font-weight:700;
	font-family: 'PT Serif', serif;
	letter-spacing:1px;
}

.author-content p {
	margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    color: #444444;
}

.author-content .author-social {
	font-size:15px;
	color:#242424;
	margin-right:12px;
}
.author-content a.author-social:hover {
	opacity: 0.6;
}


/** Post tags ***/
.post-tags {
	display: block;
}
.post-tags i {
    margin-right: 7px;
    font-size: 14px;
}
.tag_title {
	display:none;
}
.post-tags a {
	font-size: 11px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #e8b421;
	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 {
	text-decoration:underline;
}

/*** Post Related ***/
.post-related {
	overflow:hidden;
	margin-top:70px;	
}

.post-related-heading {
	text-align:center;
	margin-bottom:21px;
}

.block-heading {
	font-size:15px;
	letter-spacing:1px;	
	color:#242424;
	font-weight:700;
	display:block;
	position:relative;
	margin-bottom:8px;
	font-family: 'PT Serif', serif;
    text-transform: uppercase;
}


.item-related {
	width:232px;
	margin-right:22px;
	float:left;
}

	.fullwidth .item-related {
		width:320px;
		margin-right:30px;
	}
	
.item-related:last-child, .fullwidth .item-related:last-child  {
	margin-right:0;
}
.item-related img {
	max-width:100%;
	height:auto;
	margin-bottom:8px;
}
.item-related h3 {
	margin-bottom:5px;
}
.item-related h3 a {
	font-size: 15px;
    font-family: 'PT Serif', serif;
	color:#242424;
	line-height:23px;
}
.item-related h3 a:hover {
	text-decoration:underline;
}

.item-related span.date {
	font-size:13px;
	font-style:italic;
	color:#CACACA;
}

/*** Comments ***/
.comments li {
	list-style:none;
}
.comment_heading {
	margin-bottom: 21px;
	text-align:center;
}
.post-comments {
	background:#fff;
	margin-top:70px;
}

.thecomment {
	border-bottom:1px dotted;
	border-color: #E9E9E9;
	padding-bottom:25px;
	margin-bottom:34px;
}

.thecomment .author-img {
	float:left;
	margin-right:25px;
}

.thecomment .comment-text {
	overflow:hidden;
}
.thecomment .comment-text p {
	margin-bottom:5px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#434343;	
}
.thecomment .comment-text span.author, .thecomment .comment-text span.author a {
	  font-size: 12px;
	  letter-spacing: 1px;
	  text-transform: uppercase;
	  margin-bottom: 10px;
	  color: #242424;
	  display: block;
	  font-family: 'PT Serif', serif;
	  font-weight: 700;
}
.thecomment .comment-text span.author a:hover {
	text-decoration:underline;
}

.thecomment .comment-text span.date {
	font-size:12px;
	color:#E8E8E8;
	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;
	border:1px solid #E8E8E8;
	color:#000;
	padding:3px 6px 5px 6px;
	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:#72D4EE;
	color:#FFFFFF;
	border:1px solid #72D4EE;
}

ul.children { margin: 0 0 0 55px; }
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: #242424;
    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:#242424;
	display:inline-block;
}

#respond h3 small a {
	text-transform:uppercase;
	font-size:11px;
	background:#333;
	color:#FFF;
	padding:4px 6px 5px;
	margin-left:7px;
	letter-spacing:1px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
#respond h3 small a:hover {
	opacity:.8;
}

#respond label {
	color:#C7C7C7;
	width:62px;
	font-size:13px;
	display:inline-block;
	font-weight:300;
	white-space:nowrap;
}
#respond input {
	padding:8px 10px;
	border:1px solid #DDD;
	margin-right:10px;
	color:#000;
	margin-bottom:15px;
	font-size:12px;
	width:250px;
	background-color:#FFFFFF;
}
#respond input:focus {outline:none;}
#respond .comment-form-url {
	margin-bottom:10px;
}
#respond textarea {
	padding:14px;
	border:1px solid #E8E8E8;
	width:100%;
	height:120px;
	font-size:13px;
	color:#777;
	margin-bottom:14px;
	line-height:20px;
	box-sizing:border-box;
}
#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: #242424;
	  text-decoration: none;
	  cursor:pointer;
	  border:1px solid #E8E8E8;
	  
}

#respond #submit:hover {
	background-color:#242424;
	border:1px solid #242424;
	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:50px;	
    box-sizing: border-box;
	overflow:hidden;
}

.widget img {
	max-width:100%;
	height:auto;
}

.widget-heading {
	font-size: 15px;
	letter-spacing: 1px;
	display: block;
	color: #242424;
	position:relative;
	text-align:center;
	margin-bottom: 8px;
	overflow:hidden;
	font-family: 'PT Serif', serif;
    text-transform: uppercase;
	font-weight:700;
}

.widget-heading>span:before {
  right: 100%;
}
	.diamond_wrap {
		text-align:center;
		margin-bottom:20px;
	}	
	
	.diamond_icon {
		width: 5px;
		height: 5px;
		display:inline-block;
		background-color: #e8b421;
		/* Rotate */
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		/* Rotate Origin */
		-webkit-transform-origin: 0 100%;
		-moz-transform-origin: 0 100%;
		-ms-transform-origin: 0 100%;
		-o-transform-origin: 0 100%;
		transform-origin: 0 100%;
		position:relative;
	}
	.diamond_line {
		display:inline-block;
		position:relative;
	}
	.diamond_line:before, .diamond_line:after {
		content: "";
		position: absolute;
		top: 50%;
		border-bottom: 1px solid;
		border-color: #e8b421;
		width: 40px;
		margin: 0 6px;
	}
	.diamond_line:before {
	  right: 9px;
	}

.widget a:hover {
	text-decoration:underline;
}

.widget ul li {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #E8E8E8;
	color:#242424;
	font-size:14px;
}
.widget ul li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.widget ul li a {
	color:#242424;
	line-height:28px;
	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 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;
	}
	.widget-social a{
		display:inline-block;
		color: #242424;
		font-size: 16px;
		margin-bottom: 15px;	
		margin-right: 10px;
		padding: 6px 12px;
		border:1px solid #EAEAEA;
	}
	.widget-social a:hover{
		color: #FFFFFF;
		background-color:#242424;
		border-color: #242424;
	}
	/************** 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;
	}
	.widget ul.lastest_news li .side-item {
		overflow:hidden;
	}
	.widget ul.lastest_news li .side-item .side-image {
		float:left;
		margin-right:14px;
	}
	
	.widget ul.lastest_news li .side-item .side-image img {
		width:100px;
		height:auto;
		border-radius:50%;
	}
	
	.widget ul.lastest_news li .side-item .side-item-text {
		overflow:hidden;
	}
	.widget ul.lastest_news li .side-item .side-item-text h4 a {
		margin-bottom:8px;
		margin-top:7px;
		display:block;
		font-size:15px;
		font-family: 'PT Serif', serif;
		line-height:23px;
	}
	.widget ul.lastest_news li .side-item .side-item-text .side-item-meta {
		font-size:13px;
		color:#CACACA;
		font-style:italic;
	}
	
	/*** 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: #242424;
		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 #e8b421;
	}
	.widget .tagcloud a:hover {
		background-color:#e8b421;
		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% 9px;
		  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;
}
	.widget-instagram h4 {
		padding: 11px 24px;
		color:#242424;
		background-color:rgba(255,255,255,0.80);	
		display:inline-block;
		border: 1px solid #E8E8E8;
		margin-bottom:15px;
	}
.jr-insta-slider img {
	font-size: 0;
}	
.jr-insta-slider 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;
	border-top:1px solid #E8E8E8;	
}

	#footer_meta h2 {
		float:left;
		font-family: 'Lato', sans-serif;
		font-size:13px;
		color:#242424;
		overflow:hidden;
		letter-spacing:1px;
	}
.footer_social {
	float: right;
	text-align: right;	
}
	.footer_social a {
		display: inline-block;
		margin-left: 23px;
		font-size:18px;
		text-align:center;
		color:#242424;
	}
	.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:24px;
	margin-bottom:50px;
	background-color:#F5F5F5;
}
	.nothing {
		margin-top:80px;
		text-align: center;	
	}
.archive-box span {
	font-size:13px;
	letter-spacing:1px;
	color:#A0A0A0;
	margin-right:6px;
	display:inline-block;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
	
}
.archive-box h1 {
	font-size:18px;
	letter-spacing:1px;
	text-transform:uppercase;
	display:inline-block;
	color:#242424;
	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 #E0E0E0;
    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: #242424;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid;
	border-color: #FFFFFF;
}
.wpcf7 .wpcf7-submit:hover {
	opacity:0.8;
}

/* =WordPress Core
-------------------------------------------------------------- */
.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 {
    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-top:20px;
}
.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: #242424;
  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;
}


/******************prestyle subscibe jetpack***********/
.mc4wp-form, .jetpack_subscription_widget form {
  margin: 1em 0;
  padding: 20px;
  background-color: #242424;
}
.jetpack_subscription_widget #subscribe-text p, .mc4wp-form label {
	text-align:center;
	font-family: 'PT Serif', serif;
	font-weight: 400 !important;
	margin-bottom: 17px !important;
	color: #EFEFEF;
	font-size: 16px;
}

#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: #242424 	 !important;
	text-decoration: none;
	cursor: pointer;
	border: none;
	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 posts************/

ul.list_post .post{
	margin-bottom:50px;	
}
	ul.list_post .post.normal_layout {
		margin-bottom:70px;	
	}
	ul.list_post li .post {
		padding-bottom:40px;
		margin-bottom:40px;		
	}
	ul.list_post li .post-header {
		text-align:left;	
		padding-bottom:0;
	}
		ul.list_post li .post-header h2 a {
			font-size: 24px;	
			margin-bottom:10px;
		}
		ul.list_post li .post-header .cat-blog a {
			margin: 0 5px 10px 0;	
		}
	ul.list_post li .post-img {
		margin-bottom: 0;	
	}	
	ul.list_post li .post-meta {
		margin-top:10px;
	}
		ul.list_post li .meta_date {
			border-right: 0;
		}

	
/***************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:#e8b421;
	}
	.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;
}
/*****************side_left side_right*********/
.side_left {
	width: 45%;
	float:left;
}
.side_right {
	width: 50%;
	float:right;
}

/***********promo************/
.promo_wrap {
	margin-bottom:80px;
}
.promo_item {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height: 240px;
    width: 343px;
    margin-right: 25px;
	float: left;
	box-sizing:border-box;
	display:table;
	cursor:pointer;
}
.promo_item:last-child {
	margin-right:0;
}
.promo_frame {
	width:100%;
	height:100%;
	-o-transition:.4s;
		-ms-transition:.4s;
		-moz-transition:.4s;
		-webkit-transition:.4s;
	background-color:rgba(0,0,0,0.10);
	position:relative;
}
	.promo_frame:hover {
		background-color:rgba(0,0,0,0.60);	
	}
	.promo_frame h2 {
		border-top: 1px solid rgba(255, 255, 255, 0.6);
		padding: 13px 13px 18px 13px;		
		text-align:center;		
		position:absolute;
		bottom: 0;
		left: 0;
		right:0;
		margin: 0 30px;
	}	
	
	.promo_frame h2 a {		
		color: #FFFFFF;
		letter-spacing: 1px;
		display: inline-block;
		font-size: 15px;
		line-height: 22px;
		text-transform: uppercase;
		font-weight: 700;	
	}
		.promo_frame h2 a:hover {
			text-decoration:underline;
			background-color: transparent;
		}
	.promo_frame .intro {
		color: #E1E1E1;
		position: absolute;
		top: 55%;
		height: 30%;
		margin: -15% 0 0 0;
		text-align:center;
		width:100%;
		padding:0 50px;
		box-sizing: border-box;
		opacity:0;
		-o-transition:.4s;
		-ms-transition:.4s;
		-moz-transition:.4s;
		-webkit-transition:.4s;
		font-size:16px;
		font-style:italic;	
	}
	.promo_frame:hover .intro {
		opacity:1;	
	}
/*** Post Pagination ***/
.post-pagination {
	overflow:hidden;
}
.post-pagination a {
	font-size:12px;
	padding:15px 30px;
	display:block;
	color:#242424;
	letter-spacing:1px;
	text-transform:uppercase;
	box-sizing:border-box;
	font-family: 'Lato', sans-serif;
}
.post-pagination .pagi-prev {
	float:left;
	width:50%;
}
.post-pagination .pagi-next {
	float:right;
	width:50%;
	text-align:right;
}
.post-pagination a:hover {
	text-decoration:underline;
}