/*
Theme Name: Primrose
Theme URI: http://mailovedesign.com/primrose
Description: A WordPress Blog Theme
Author: Mai
Author URI: http://mailovedesign.com
Version: 3.0.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-size:12px;
	font-family: 'Libre Baskerville', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #FFFFFF;
}

p, .textwidget {
	color:#242424;
	font-size:12px;
	line-height:28px;
	font-family: 'Libre Baskerville', serif;
}
em,i {
	font-style: italic;
}
b {
	font-weight: bold;
}
a {
	text-decoration:none;
	color: #DBA765;
	-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Karla', sans-serif;
}



.container {
	width:1080px;
	margin:0 auto;
}

#content {
	overflow:hidden;
	margin-top:50px;
}

#main {
	width: 735px;
    float: left;
    border-right: 1px solid #EEE;
    padding-right: 30px;
}
#main.fullwidth {
	width:100%;
}

#sidebar {
	width:290px;
	float:right;
}



/***
/* Top Bar
/********************/
#top-bar {
  	z-index:99999;
	width: 100%;	   
    position: fixed;
    background-color: #EEE;
    border-bottom: 1px solid #EEE;
}

#top-bar .container {
	position:relative;
}
	.meta_top {
	    float: right;
	    position: relative;
	    z-index: 999;
	}
	#top-social {
		display: inline-block;
		white-space: nowrap;
		float: right;
	}
	.text_follow {
	    font-size: 12px;
	    display: inline-block;
	    font-style: italic;
	    letter-spacing: 1px;
	    color: #555;
	    font-family: 'Playfair Display', serif;
	    line-height: 35px;	    
	    cursor: pointer;
	    float: left;
	}
	.top_social_wrap {
		
	}
	#top-social a {
		line-height:35px;
		font-size:13px;
		margin-left:14px;
		color:#000;
	}
	#top-social a:hover {
		opacity:0.8;
	}
	#top-social i {
		margin-left: 5px;
	}
	
	/***
	/* Top Search
	/********************/
	.top_search_wrap {
		z-index: 999;
	    position: absolute;
	    left: 0;
	    top: 0;
	    display: inline-block;	
	    -o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;    
	}
	#top-search {
		text-align:center;
		padding-right: 15px;
		border-right: 1px solid #DDD;		
		float: left;
	}
	#top-search a {
		color:#343434;
		line-height:35px;
		display:block;
		font-size: 11px;
	}
	#top-search a:hover {
		opacity:.75;
	}
	.show-search {
		z-index:10000;
		display: inline-block;
		float: left;			
	}
	.show-search #searchform input#s {
		border: none;	  
		padding: 0;
		height: 35px;
		font-size: 11px;
		color: #000;
		box-sizing: border-box;		
		width:150px;
		background: none;
		font-family: 'Karla', sans-serif;
		vertical-align: middle;
		background-color: #EEE;
		padding-left: 10px;
		border-left: 1px solid #DDD;
	}
	.top_search_wrap ::-webkit-input-placeholder,  .mc4wp-form ::-webkit-input-placeholder {
		color: #555;
	}

	.top_search_wrap ::-moz-placeholder, .mc4wp-form ::-moz-placeholder { /* Firefox 18- */
		color: #555;
	}

	.top_search_wrap ::-moz-placeholder, .mc4wp-form ::-moz-placeholder {  /* Firefox 19+ */
		color: #555;
	}

	.top_search_wrap ::-ms-input-placeholder, .mc4wp-form :-ms-input-placeholder {  
		color: #555;
	}	
	    
	.menu-mobile {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		display: none;
		z-index: 99;
	}
	/***
/* Menu
/********************/
.menu_wrap {
	text-align: center;
	white-space: nowrap;
	border-bottom: 1px solid #EEE;
}
	.home .menu_wrap {
		border-bottom: none;
	}
.menu_wrap > ul.menu {
	display: inline-block;	
}
		
	.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:45px;
		color:#000;
		font-weight: bold;
		display:block;
		white-space:nowrap;	
		font-family: 'Karla', sans-serif;
	}
	.menu li a:hover {
		opacity: 0.7;
	}
	
	.menu > li.menu-item-has-children > a:after {
		font-family: FontAwesome;
	    content: "\f107";
	    margin-left: 3px;
	    font-size: 12px;
	    opacity: 0.65;	
	}
	
	
		/*** Menu Dropdown ***/
		.menu .sub-menu,
		.menu .children {
			background-color:#FFFFFF;		
			display: none;
			padding: 0;
			position: absolute;
			margin-top:0;
			left: 0;
			top: 100%;
			z-index: 99999;
			text-align:left;
			border-top:1px solid #EEE;
			box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.30);
		    -webkit-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.30);
		    -moz-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.30);
		}
			.menu .sub-menu ul:after {
				content:none;	
			}
		ul.menu ul a,
		.menu ul ul a {
			color: #000;			
			border:1px solid #EEE;
			border-top:none;
			margin: 0;
			padding:9px 17px;
			min-width: 160px;
			line-height:20px;			
			transition:.25s;			
		}
				
		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 {			
			background-color: #F4F4F4;
			opacity: 1;
		}

		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 {
}

#logo {
	text-align:center;
	padding-bottom: 10px;
  	padding-top: 70px;	
}

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


/***
/* Posts
/********************/
.post, article.page {
	position:relative;	
	margin-bottom: 50px;
}
	.single .post {
		margin-bottom: 10px;
	}
.post-img {
	text-align:center;
	margin-bottom: 10px;
}
.post-img img {
	max-width:100%;
	height:auto;
	position:relative;
}

.post-img.audio iframe {
	height:166px;
	width:100%;
}
.post-header {
	text-align:center;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}

.post-header h2 a, .post-header h1 {
	font-size: 21px;
	color: #000;
	position: relative;
	display: block;
	line-height: 27px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-header h2 a:hover {
	opacity:0.8;
}

.cat-blog {
	color: #DBA765;
}

.cat-blog a {	
	display:inline-block;
	color: #DBA765;
	position:relative;
	margin-left: 3px;
	font-size: 14px;	
	font-style: italic;
	font-family: 'Playfair Display', serif;
	margin-bottom: 12px;
}

.cat-blog a:first-child {
	margin-left: 0;
}

.cat-blog a:hover {
	text-decoration: underline;
}


	/*** Post Entry ***/
	.post-entry {
		font-size: 12px;
	    line-height: 27px;
	    font-family: 'Libre Baskerville', serif;
	    color: #242424;
	}
		
		.more-link {
			display:block;
			text-align:center;
			margin-top: 30px;
			margin-bottom: 40px;
		}
		.more-button {
			position: relative;
			display: inline-block;
			color: #F6F6F6;
    		padding: 7px 25px;
    		background-color: #DBA765;
    		text-transform: uppercase;
		    font-size: 10px;
		    letter-spacing: 3px;
		    font-weight: 700;
		    font-family: 'Karla', sans-serif;
		    -o-transition: .3s;
			  -ms-transition: .3s;
			  -moz-transition: .3s;
			  -webkit-transition: .3s;
		}

		.more-button:hover {
			text-decoration: none;
			opacity: 0.8;
		}			
	
	.post-entry img {
		max-width:100%;
		height:auto;
	}
	
	.post-entry a:hover {
		text-decoration:underline;
	}
	.post-entry p {
		margin-bottom:12px;
	}
	.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, .post-entry hr {
    	margin-bottom:8px;
		margin-top:15px;
	}
	.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:21px;
	}
	.post-entry h2 {
		font-size:19px;
	}
	.post-entry h3 {
		font-size:17px;
	}
	.post-entry h4 {
		font-size:15px;
	}
	.post-entry h5 {
		font-size:13px;
	}
	.post-entry h6 {
		font-size:11px;
	}
	.post-entry hr {
		border:0;
		height:0;
		border-bottom:1px solid #EEE;
		clear:both;
	}
	.post-entry blockquote p {
		color:#848484;
		padding-left: 70px;
		font-size: 15px;
		line-height: 30px;
		font-style:italic;
		position:relative;
		font-family: 'Playfair Display', serif;	
		font-weight: normal;
	}
	.post-entry blockquote p:before {
		display: block;
		content: "\201C";
		font-size: 71px;
		position: absolute;
	    left: 20px;
		top: 26px;
		color: #DBA765;
		font-family: 'Libre Baskerville', serif;
	}			 
		
	.post-entry ul, .post-entry ol {
		padding-left:45px;
		margin-bottom:15px;		
		font-family: 'Libre Baskerville', serif;
	}
	.post-entry ul li {
		margin-bottom:3px;
		list-style:disc;
	}
	.post-entry ol li {
		margin-bottom:3px;
		list-style:decimal;
	}

	.post-entry table { width:100%; margin-bottom:12px; border: 1px solid #EEE; line-height: 20px;}
	.post-entry td, .post-entry th { padding: 12px; border-bottom: 1px #EEE solid; border-left: 1px #EEE solid; border-right: 1px #EEE solid;}
	.post-entry th { font-weight:bold; font-size:12px; background:#F4F4F4;}

.post-meta {
	position:relative;
	display: block;
	font-size:11px;
	color: #aaa;
	font-weight: 400; 	
	font-style: italic;
	margin-top: 12px;
}

.meta_bottom {
	text-align: center;
	margin-top:30px;
	font-size: 0;
	overflow: hidden;
}
	.page .meta_bottom {
		margin-bottom:0;
	}


/**************Post share***********/
.post-share {		
	display: inline-block;	
	border-right: 0;
	position: relative;
}
.post-share:before {
    content: "";
    position: absolute;
    width: 500px;
    top: 50%;
    right: 110%;
    height: 1px;
    background-color: #EEE;
}
.post-share:after {
    position: absolute;
    content: "";
    width: 500px;
    top: 50%;
    left: 110%;
    height: 1px;
    background-color: #EEE;
}

.text_share {
	color: #000;
	font-style: italic;
	font-size: 13px;
	letter-spacing: 1px;
	display: inline-block;
	height: 34px;
    line-height: 34px;
    vertical-align: top;
    font-family: 'Playfair Display', serif;
}	
.post-share a i {
  	font-size: 16px;
    line-height: 34px;
}
.post-share a {
	width: 34px;
	height: 34px;
	display: inline-block;
	text-align:center;	
	color:#000;
	border-radius: 50%;
	margin: 0 5px;
}
.post-share a:first-child {
	margin:0;
}
.post-share a:hover {
	background-color:#000;
	color:#FFFFFF;
}
.meta_date {
	display:inline-block;
    font-weight: 400;    
}

.meta_author {
	display:inline-block;
}
	.meta_author a {
		color: #aaa;
	}
	.meta_author a:hover {
		color:#000;
	}
.meta-comments {
	display: inline-block;
}
	.meta-comments a {
		color: #aaa;
	}
	.meta-comments a:hover {
		color: #DBA765;
	}
.splash {
	margin: 0 3px;
}
/*** Post Author ***/
.post-author {
  	overflow: hidden;	
	padding: 35px;
	background-color: #F4F4F4;
    margin-top: 30px;
    border: 1px solid #EEE;
}

.author-img {
	float:left;
	margin-right:30px;
}
.author-img img {
	border-radius: 50%;
}

.author-content {
	overflow:hidden;
}
.author-content h5 a {
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:6px;
	color:#000;
	display:block;
	font-weight:700;
	letter-spacing:1px;
	line-height: 20px;
}

.author-content p {
	margin-bottom:10px;
	font-family: 'Karla', sans-serif;
	font-size: 13px;
}

.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;
    color: #B1B1B1;
}
.post-tags i {
    margin-right: 8px;
    font-size: 14px;
	color:#555;
}
.tag_title {
	display:none;
}
.tags_wrap a {
	font-size: 13px !important;
    color: #999;
    margin-left: 5px;
    display: inline-block;
    text-decoration: none;
    line-height: initial;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
}
	.tags_wrap a:first-child {
		margin-left: 0;
	}
.tags_wrap a:hover {
	color:#000;
	text-decoration: none;
}

/*** Post Related ***/
.post-related {
	overflow:hidden;
	margin-top: 50px;	
}

.post-related h2 {
	margin-bottom:30px;
	text-align: center;
}

.related_heading {
	font-size: 12px;
    letter-spacing: 2px;
    display: inline-block;
    color: #000;
    text-align: center;
    font-weight: 600;
    position: relative;
    padding-bottom: 4px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    font-family: 'Karla', sans-serif;
}

.item-related {
	text-align:left;
	float: left;
	width: 235px;
    margin-right: 15px;
}

.item-related:last-child{
	margin-right:0;
}
.item-related img {
	width:100%;
	height:auto;
	margin-bottom:7px;
}
.item-related h3 {
	margin-bottom:5px;
}
.item-related h3 a {
	font-size: 15px;
    font-family: 'Karla', sans-serif;
	color:#000;
	line-height:23px;
}
.item-related h3 a:hover {
	text-decoration:underline;
}

.item-related span.date {
	font-size:11px;
	font-style:italic;
	color:#aaa;
}

/*** Comments ***/
.comments {
	margin-bottom:50px;
}
.comments li {
	list-style:none;
}
.comment_heading {
	text-align:center;
	margin-bottom: 30px;
}
.comment_heading h4{
	font-size: 12px;
    letter-spacing: 2px;
    display: inline-block;
    color: #000;
    text-align: center;
    font-weight: 600;
    position: relative;
    padding-bottom: 4px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    font-family: 'Karla', sans-serif;
}

.post-comments {
	background:#fff;
	margin-top:50px;
}

.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: #555;
	font-family: 'Karla', sans-serif;
	margin-bottom: 12px;
	font-size: 13px;
}
.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: 'Karla', sans-serif;
	  font-weight: 700;
}
.thecomment .comment-text span.author a:hover {
	text-decoration:underline;
}

.thecomment .comment-text span.date {
	font-size:11px;
	color:#C7C7C7;
	font-style:italic;
	display:block;
	margin-bottom:10px;
	text-align: right;
}

.thecomment .comment-text em {
	font-size:11px;
	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;
	font-family: 'Karla', sans-serif;
}

.post-comments span.reply a:hover {
	background-color:#000;
	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: 12px;
    letter-spacing: 2px;
    display: block;
    color: #000;
    margin-bottom: 23px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
}

#respond h3 a {
	color:#000;
	display:inline-block;
}

#respond h3 small a {
	text-transform:uppercase;
	font-size:11px;
	background:#000;
	color:#FFF;
    padding: 6px 14px;
	margin-left:7px;
	letter-spacing:2px;
	border-radius: 10px;
}
#respond h3 small a:hover {
	opacity:.8;
}

#respond label {
	color:#999;
	min-width:62px;
	font-size:12px;
	display:inline-block;
	white-space:nowrap;
}
#respond input {
	padding:10px;
	border:1px solid #DDD;
	margin-right:10px;
	color:#555;
	margin-bottom:15px;
	font-size:12px;	
	background-color:#FFFFFF;
	border-radius:4px;
}
#respond input:focus {outline:none;}
#respond .comment-form-url {
	margin-bottom:10px;
}
#respond textarea {
	padding:12px;
	border:1px solid #DDD;
	width:100%;
	height:120px;
	font-size:13px;
	color:#555;
	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: 'Karla', 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:400;
	  text-decoration: none;
	  cursor:pointer;	   
}

#respond #submit:hover {
	background-color: #000;	 
  color: #FFFFFF;
}

/***
/** PAGINATION
/******************************/

.pagination {
	margin-top:30px;
	overflow:hidden;
}

.pagination a {
	display:inline-block;
	font-family: 'Karla', sans-serif;
	letter-spacing:2px;
	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 {
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    letter-spacing: 2px;
    position: relative;
    text-align: left;
  	font-weight: bold;
}
.widget-heading span {
	position: relative;
}
.widget-heading span:after {
	content: "";
  	width:300px;
	height:1px;
	position:absolute;
	left:115%;
	background-color:#EEE;
    bottom: 3px;
}
.widget-heading span:before {
	content: "";
  	width:300px;
	height:1px;
	position:absolute;
	right:135%;
	background-color:#EEE;
    bottom: 3px;
}

.widget a:hover {
	text-decoration:underline;
}

.widget ul li {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #DDD;
	color:#000;
	font-size:15px;
	font-family: 'Karla', sans-serif;
}
.widget ul li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.widget ul li a {
	color:#000;
	line-height:23px;
	font-size:15px;
	font-family: 'Karla', sans-serif;
	margin-bottom: 5px;
}

.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 {
        text-align: center;
    }
	.about_photo img {
		max-width: 100%;  
		height: auto;		
	}
	.about_photo {
		position: relative;
	}
	.about_photo:before {
		position: absolute;
		content: "";
		left: 10px;
		right: 10px;
		bottom: 10px;
		top: 10px;	
		border: 1px solid rgba(255, 255, 255, 0.59);
	}
	.about-widget .sign {
		margin: 5px auto 0 auto;
		display:block;
	}
	.about-widget .name {
		text-transform:uppercase;
		font-size:12px;	
		letter-spacing:1px;
		display:block;
		text-align:center;
		margin-bottom:10px;
		font-weight:700;
		margin-top: 20px;
	}
	.about-widget p {
		color: #515151;
	    font-family: 'Karla', sans-serif;
	    font-size: 13px;
	    line-height: 24px;
	}

	/******** Widget Social  *************/
	.widget-social {
		text-align:center;
		margin-top:5px;
	}
	.widget-social a{
		display:inline-block;
		color: #000;
		font-size: 16px;
		margin: 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;
		border-radius: 50%;
	}
	
	.side-text {
		overflow:hidden;
	}
	.side-text h4 a {
		display:block;
		font-size:14px;		
		line-height:23px;				
	}
	.side-meta {
		color:#aaa;
	}
	.side-meta a{
		font-size:12px !important;
		color:#aaa !important;
		font-style:italic;
		margin-left:5px;
		font-family: 'Libre Baskerville', serif !important;
	}
	.side-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: 11px !important;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #565656;
		padding: 6px 9px;
		margin-right: 5px;
		margin-bottom: 8px;
		display: inline-block;
		text-decoration: none;
		font-family: 'Karla', sans-serif;
		background-color: #F4F4F4;
		font-weight: bold;
	}
	.widget .tagcloud a:hover {
		background-color:#000;
		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 {font-family: 'Karla', sans-serif; }
	#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right; }
	#wp-calendar tfoot #prev { font-size: 12px; 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% 11px;
		  padding: 13px 14px;
		  font-size: 12px;
		  color: #484848;
		  letter-spacing: 1px;
		  box-sizing: border-box;
	}
	
	#searchform #s:focus { outline:none; }

	/** searchbar for widget ***/
	.widget #searchform input#s { 
		font-family: 'Karla', sans-serif;
	}
	
	
.widget .comment-author-link a {
	color: #DBA765;
}
/*** 
/** FOOTER
/******************************/

#footer {
	margin-top:100px;	
	position: relative;	
}
	.widget-footer {
		text-align:center;
		position: relative;	
		border-top: 1px solid #EEE;
	}
	.widget-footer .block-heading {
        font-size: 15px;
	    letter-spacing: 1px;
	    color: #000;
	    font-style: italic;
	    padding: 18px 0;
	    font-family: 'Playfair Display', serif;
	}

.jr-insta-thumb img {
	font-size: 0;
}
.jr-insta-thumb img:hover {
	opacity:0.85;
	-o-transition: .3s;
		  -ms-transition: .3s;
		  -moz-transition: .3s;
		  -webkit-transition: .3s;
}

/*** Footer Social - Copyright***/

#footer_meta {
	overflow:hidden;
	padding: 30px 0;
	background-color: #F6F6F6;	
}

	#footer_meta h2 {
		float:left;
		font-family: 'Karla', sans-serif;
		font-size:11px;
		color:#555;
		padding-top: 3px;
    	line-height: 20px;
    	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:#000;
	}
	.footer_social a:first-child {
		margin-left: 0;
	}
	.footer_social a:hover {
		opacity: 0.8;	
	}	
	.wrap_to_top {
		text-align: right;
		display: block;		
	}
	.to-top i {
		font-size:18px;
		padding: 15px;
		border: 1px solid #E8E8E8;	
		border-bottom: 0;	
		color:#000;	
		background-color: #F9F9F9;	
		-o-transition: .3s;
	    -ms-transition: .3s;
	    -moz-transition: .3s;
	    -webkit-transition: .3s;	
	}
	.to-top i:hover {
		background-color: #EEE;
	}

	#footer-copyright .to-top:hover {
		text-decoration:none;
	}
/***
/* Archive
/********************/
.archive-box {
	padding:19px;
	margin-bottom:50px;
	background-color:#F4F4F4;
	text-align:center;
	border: 1px solid #EEE;
}

.archive-box span {
	font-size:11px;
	font-style: italic;
	color:#A5A5A5;
	margin-right:6px;
	display:inline-block;
	font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    letter-spacing: 1px;	
}
.archive-box h1 {
	font-size:16px;
	letter-spacing:1px;
	text-transform:uppercase;
	display:inline-block;
	color:#000;
	font-weight:700;
	font-family: 'Karla', sans-serif;
}

/***
/* 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: 'Karla', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 11px;
	background-color: #000;
	-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: 0 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: 0 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;
    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: 11px;
    line-height: 17px;
    margin: 0;
    padding: 7px 5px;
}

/*** Gallery feature of Wordpress ***/
.gallery .gallery-caption{  
    font-size:13px;
	color:#888;
	font-family: 'Karla', 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:25px;
}
.custom-pagination span,
.custom-pagination a {
	display: inline-block;
	margin: 0 8px;
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #555;
}

.custom-pagination a:hover {
	text-decoration: underline;
}
.custom-pagination span.page-num {
	margin-right: 10px;
	padding: 0;
}
.custom-pagination .prev, .custom-pagination .next {
	font-size: 10px;
	text-transform: uppercase;
}
.custom-pagination span.dots {
	padding: 0;
	color: #000;
}
.custom-pagination span.current {
	text-decoration: underline;
	font-size: 15px;
}



/******************prestyle subscibe jetpack***********/
.jetpack_subscription_widget form, .mc4wp-form  {
	margin: 0 !important;
	padding: 20px;
	text-align: center;
	font-size: 0;
	border: 1px solid #EEE;
	background-color: #F4F4F4;
}
.mc4wp-alert {
	font-size: initial;
}
.mc4wp-form label, #jetpack-subscribe-label {
	text-align:center;
	font-family: 'Playfair Display', serif;
	font-weight: 400 !important;
	margin-bottom: 17px !important;
	color: #000;
	font-size: 15px;
	font-style:italic;
	line-height: 22px;
	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: 'Karla', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 11px !important;
	background-color: #000	 !important;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	color: #FFFFFF !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;	
}
.widget .mc4wp-form input, #subscribe-email input {
	padding: 11px 14px !important;
	color: #555;
	font-size: 12px;
	margin-bottom: 10px;
	width: 100% !important;
	box-sizing: border-box;
	background-color: transparent;
	border: none;
	outline:none;
	background-color: #E7E7E7;
	line-height: 20px;
}

#subscribe-submit ::-webkit-input-placeholder,  .mc4wp-form ::-webkit-input-placeholder {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 9px;
	color: #999;

}

#subscribe-submit ::-moz-placeholder, .mc4wp-form ::-moz-placeholder { /* Firefox 18- */
 	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 9px;  
	color: #999;
}

#subscribe-submit ::-moz-placeholder, .mc4wp-form ::-moz-placeholder {  /* Firefox 19+ */
 	text-transform: uppercase;
	letter-spacing: 1px;  
	font-size: 9px;
	color: #999;
}

#subscribe-submit ::-ms-input-placeholder, .mc4wp-form :-ms-input-placeholder {  
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 9px;
	color: #999;
}

/***************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: 0 11px;	
		font-size:12px;
		letter-spacing:2px;
		font-family: 'Karla', sans-serif;
		position:absolute;
		bottom: 20px;
		left: 20px;
		color: #000;
		font-weight: 700;
		text-align:center;
		display:inline-block;
	}
	.widget .list_cat_with_img li:hover h2 a{
		opacity: 0.8;
		text-decoration: none;
	}
	.list_cat_with_img ul {
		margin-bottom:20px;
	}

/***********carousel************/
.carousel_wrap {
	padding: 0 10px;
}
.carousel_wrap img {
	width: 100%;
	height:auto;	
}
.carousel_title_wrap {		
	position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;	        	
    background-color: rgba(0, 0, 0, 0.55);      
}
	.carousel_title {
		font-size:13px;
		text-transform:uppercase;	
		font-family: 'Karla', sans-serif;
		color: #FFFFFF;	
		display:inline-block;
		letter-spacing:1px;
		line-height: 18px;
	}		
	.carousel_title:hover {
		text-decoration: underline;
	}
	.carousel_meta {
	    font-style: italic;
	    color: #DDD;
	    font-size: 11px;
	    line-height: 18px;
	}
	.carousel_meta a{
		font-family: 'Playfair Display', serif;
		font-style: italic;
		margin-right: 5px;
		color: #DDD;
	}
		.carousel_meta a:after {
			content: ", ";
			color: #DDD;
		}
	
	.carousel_meta a:last-child {
		margin-right: 0;
	}
		.carousel_meta a:last-child:after {
			content: " ";
		}
	.carousel_meta a:hover {
		text-decoration: underline;
	}
	.flash {
		margin: 0 5px;
		color: #DDD;
	}

/************************Slider*****************/
.slider_wrap {
	margin-bottom:55px;	
}
.bxslider_featured {
	position:relative;
	height:520px;
	overflow:hidden;
}
	
.slide_item {
	max-width: 100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;	
	display: table;
}
.slide_item:after {
	position:absolute;
	content:"";
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.17);
	width:100%;
	height:100%;
	opacity:1;
	z-index:1;
	-o-transition:.4s;
		-ms-transition:.4s;
		-moz-transition:.4s;
		-webkit-transition:.4s;	
}

.slide_overlay {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 0 15%;
	text-align: center;
	position: relative;
	z-index:99;
	visibility:hidden;
}

	.slide_overlay h2 a {
		  font-size: 22px;
		  color: #FFFFFF;
		  text-transform: uppercase;
		  font-weight: 700;	
		  display:block;
		  font-family: 'Karla', sans-serif;
		  letter-spacing:2px;
		  z-index:999999;	
		  line-height: 25px;	  
	}
		.slide_overlay h2 a:hover {
			opacity: 0.8;
		}
	.readmore_slider a{
		  padding-bottom: 5px;
		  letter-spacing:2px;
		  color: #FFFFFF;	
		  font-size: 13px;
		  border-bottom:1px solid #FFFFFF;
		  display: inline-block;
		  margin-top:15px;
		  font-style: italic;
		  font-family: 'Playfair Display', serif;
		  -o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
	}
		.readmore_slider a:hover {
			opacity: 0.8;
		}

/************Grid post**********/
.post_grid {
	float: left;
	width: 48%;
	margin-right: 4%;
	display: inline-block;
	border-bottom: 1px solid #EEE;
	padding-bottom: 20px;
}
	.list_post li:nth-of-type(2n) .post_grid{
		margin-right: 0;
	}
	.post_grid .meta_author, .post_grid .by {
		display: none;
	}
	.post_grid .post-header h2 a {
		font-size: 18px;
		line-height: 22px;
	}

/*** Post Pagination ***/
.post-pagination {
	overflow:hidden;
}
.post-pagination a {
	font-size: 11px;
    font-family: 'Karla',sans-serif;
	display:block;
	color:#242424;
	letter-spacing:2px;
	text-transform:uppercase;
	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;
}