/*
Theme Name: Elle & Blog
Theme URI: http://elleandblog.cityhousedesign.com
Description: A WordPress Blog Theme
Author: City House Design
Author URI: http://cityhousedesign.com
Version: 3.0.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: cthdesign
*/

/* 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:13px;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #FFFFFF;
}

p, .textwidget {
	color: #444;
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
   	font-family: 'Open Sans', sans-serif;
}
em,i {
	font-style: italic;
}
b {
	font-weight: bold;
}
a {
	text-decoration:none;
	color: #FFB6B6;
	-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
}

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

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

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

#main {
	width: 740px;
    float: left;
}
#main.fullwidth {
	float: none;
	margin: 0 auto;
	width: 100%;
}

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


/***
/* Top Bar
/********************/
#top-bar {
  	z-index:99999;
	width: 100%;
}
#top-bar .container {
	position: relative;
}
.top_meta {
	position: absolute;
	right: 0;
	top: 10px;
}
#top-social {
	float: right;
	padding: 10px 0;
}

#top-social a {
	font-size:16px;
	margin-left:12px;
	color:#FFB6B6;
}
#top-social a:hover {
	opacity:0.8;
}
#top-social i {
	margin-left: 5px;
}

/***
/* Top Search
/********************/
#top-search {
	text-align:center;
	float: right;
	margin-left: 15px;
}
#top-search a {
	color:#000;
	line-height:34px;
	display:block;
	font-size: 12px;
	width: 34px;
	height: 34px;
	border: 1px solid #FFB6B6;
	border-radius: 50%;
	text-align: center;
	-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 {
	background-color: #FFB6B6;
	color: #FFFFFF;
}
.show-search {
	display:none;
	z-index:10000;
	float: right;
}
.show-search #searchform input#s {
	border: none;
	padding: 0;
	padding-left: 13px;
	height: 36px;
	font-size: 13px;
	color: #242424;
	box-sizing: border-box;
	width:170px;
	background: none;
	vertical-align: middle;
	background-color: #FFFFFF;
}
.slicknav_menu {
	display:none;
	float: left;
	width: 100%;
}
/***
/* Menu
/********************/
.menu_wrap {
	text-align: center;
  z-index: 99;
  background-color: #FFB6B6;
	border-radius: 3px;
}
.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:10px;
		text-transform:uppercase;
		letter-spacing:2px;
		line-height:40px;
		color:#FFF;
		display:block;
		font-weight: bold;
	}
	.menu li a:hover {
		opacity: 0.8;
	}

	.menu > li.menu-item-has-children > a:after {
		font-family: FontAwesome;
	    content: "\f107";
	    margin-left: 3px;
	    font-size: 12px;
	    opacity: 0.6;
	}


		/*** 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: #666;
			border:1px solid #EEE;
			border-top:none;
			margin: 0;
			padding:9px 17px;
			min-width: 160px;
			line-height:17px;
			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;
			color: #242424;
		}

		ul.menu li:hover > ul,
		.menu ul li:hover > ul {
			display: block;
		}

		.menu .sub-menu ul,
		.menu .children ul {
			left: 100%;
			top: 0;

		}

/***
/* Header
/********************/
#logo {
	text-align:center;
	padding-bottom: 20px;
  	padding-top: 60px;
  	display: block;
}

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


/***
/* Posts
/********************/
article.post {
	margin-bottom: 55px;
}
	.post_grid article.post, .single .post {
		margin-bottom: 0;
	}
.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 {
	background-color: #FFFFFF;
	margin-bottom: 27px;
	overflow: hidden;
}
	.page .post-header {
		text-align: center;
	}


.post-header h2 a, .post-header h1 {
	font-size: 28px;
	color: #000;
	position: relative;
	display: block;
	line-height: 32px;
	margin-bottom: 14px;
}

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

.cat-blog {
	color: #D8A036;
	position: relative;
}

.cat-blog a {
	display: inline-block;
    color: #FFB6B6;
    position: relative;
    margin-left: 3px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

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

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


	/*** Post Entry ***/
	.post-entry {
		color: #444;
	    font-size: 13px;
	    line-height: 28px;
	    font-weight: 400;
	   	font-family: 'Open Sans', sans-serif;
	    margin-bottom: 40px;
	}

	.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;
	}
	.post-entry h1 {
		font-size:28px;
	}
	.post-entry h2 {
		font-size:25px;
	}
	.post-entry h3 {
		font-size:22px;
	}
	.post-entry h4 {
		font-size:19px;
	}
	.post-entry h5 {
		font-size:16px;
	}
	.post-entry h6 {
		font-size:13px;
	}
	.post-entry hr {
		border:0;
		height:0;
		border-bottom:1px solid #DDD;
		clear:both;
	}
	.post-entry blockquote {
		margin-bottom: 15px;
    	margin-top: 15px;
	}
	.post-entry blockquote p {
		color:#848484;
		padding-left: 70px;
		font-size: 16px;
		line-height: 27px;
		font-style:italic;
		position:relative;
		font-weight: normal;
		margin-bottom: 0px;
		font-family: 'Lora', serif;
	}
	.post-entry blockquote p:before {
		display: inline-block;
	    content: "\201C";
	    font-size: 80px;
	    position: absolute;
	    left: 23px;
	    top: 22px;
	    color: #FFB6B6;
	    font-family: 'Lora', serif;
	}
	.post-entry blockquote footer {
		margin-left: 85px;
		padding-left: 5px;
		font-size: 12px;
		letter-spacing: 1px;
		position: relative;
		display: inline-block;
		color: #848484;
	}
	.post-entry blockquote footer:before {
		display: block;
	    content: "";
	    height: 1px;
	    width: 8px;
	    position: absolute;
	    left: -10px;
	    top: 50%;
	    background-color: #848484;
	}

	.post-entry ul, .post-entry ol {
		padding-left:45px;
		margin-bottom:15px;
	}
	.post-entry ul li {
		margin-bottom:1px;
		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;}

.top-meta {
	position:relative;
	float: left;
	font-size:10px;
	color: #aaa;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.bottom_meta_wrap {
	overflow: hidden;
	border-bottom: 1px solid #DDD;
  padding-bottom: 20px;
}
	.meta_bottom {
		float: right;
		font-size: 12px;
    color: #aaa;
    font-weight: 400;
    font-family: 'Lora', serif;
    font-style: italic;
    line-height: 21px;
	}

/* Read more */
a.more-link {
  display: block;
  text-align: center;
	margin-top: 20px;
	margin-bottom: 25px;
}
span.more-button {
	border: 1px solid #ffb6b6;
  display: inline-block;
  color: #000;
  padding: 7px 15px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
}

span.more-button:hover {
	background-color: #ffb6b6;
	color: #FFF;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

/**************Post share***********/
.post-share {
	float: right;
	position: relative;
}
	.page .post-share {
		float: none;
	}
.post-share a i {
  	font-size: 14px;

}
.post-share a {
	display: inline-block;
	text-align:center;
	color:#000;
	margin-left: 20px;
}
.post-share a:first-child {
	margin:0;
}
.post-share a:hover {
	opacity: 0.8;
}
.meta_date {
	display:inline-block;
    font-weight: 400;
}

.meta_author {
	display:inline-block;
}
	.meta_author a {
		color: #aaa;
	}
	.meta_author a:hover {
		color:#FFB6B6;
	}

/** Post tags ***/
.post-tags {
  color: #aaa;
  float: left;
}
.post-tags i {
  margin-right: 8px;
  font-size: 14px;
	color:#000;
}
.tag_title {
	display:none;
}
.tags_wrap a {
	font-size: 9px !important;
  color: #444;
  background-color: #f1f1f1;
  letter-spacing: 2px;
  padding: 6px 8px;
  margin-left: 2px;
  display: inline-block;
  text-decoration: none;
  line-height: initial;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 5px;
}
	.tags_wrap a:first-child {
		margin-left: 0;
	}
.tags_wrap a:hover {
	background-color: #DDD;
}

/*** Post Related ***/
.post-related {
	overflow:hidden;
	margin-top: 60px;
	background-color: #FFB6B6;
  padding: 30px;
	border-radius: 3px;
}

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

.related_heading {
  display: inline-block;
  color: #FFF;
  text-align: center;
  position: relative;
  padding-bottom: 4px;
  border-bottom: 1px dotted;
  font-size: 18px;
  font-style: italic;
	font-family: 'Lora', serif;
}

.item-related {
	text-align: left;
  float: left;
	width: 23.5%;
  margin-right: 2%;
}

.item-related:last-child{
	margin-right:0;
}
.item-related img {
	width:100%;
	height:auto;
	margin-bottom:7px;
}
.item-related h3 {
	text-align: left;
  z-index: 999;
  position: relative;
}
.item-related h3 a {
	font-size: 14px;
  color: #FFF;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
}
.item-related h3 a:hover {
	text-decoration:underline;
}

.item-related span.date {
	font-size: 11px;
  font-style: italic;
  color: #FFF;
  margin-top: 8px;
  display: block;
  font-family: 'Lora', serif;
}

/*** Comments ***/
.comments li {
	list-style:none;
}
.comment_heading {
	text-align:center;
	margin-bottom: 30px;
}
.comment_heading h4{
  display: inline-block;
  color: #000;
  text-align: center;
  position: relative;
  padding-bottom: 4px;
  border-bottom: 1px dotted #FFF;
  font-size: 18px;
  font-style: italic;
}

.post-comments {
	background:#fff;
	margin-top:30px;
	border: 1px solid #ddd;
  padding: 35px;
}

.thecomment {
	border-bottom:1px dotted;
	border-color: #E9E9E9;
	padding-bottom: 10px;
  margin-bottom: 25px;
}

.thecomment .author-img {
	float:left;
	margin-right:25px;
}

.thecomment .comment-text {
	overflow:hidden;
}
.thecomment .comment-text p {
	margin-bottom: 12px;
	font-size: 12px;
    line-height: 25px;
}
.thecomment .comment-text span.author, .thecomment .comment-text span.author a {
	font-size: 11px;
	margin-bottom: 9px;
	color: #000;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.thecomment .comment-text span.author a:hover {
	text-decoration:underline;
}

.thecomment .comment-text span.date {
	font-size:11px;
	color:#aaa;
	font-style:italic;
	display:block;
	margin-bottom:10px;
	text-align: right;
	font-family: 'Lora', serif;
}

.thecomment .comment-text em {
	font-size:11px;
	display:block;
	color:#FFB6B6;
	font-style: italic;
	font-family: 'Lora', serif;
}
.post-comments span.reply a {
	float:right;
	font-size:11px;
	background-color:#F6F6F6;
	color:#767676;
	padding:6px 10px;
	border-radius:3px;
	margin-left:7px;
}

.post-comments span.reply a:hover {
	background-color:#343434;
	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: 18px;
  font-style: italic;
  display: block;
  color: #000;
  margin-bottom: 19px;
  position: relative;
	font-family: 'Lora', serif;
}

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

#respond h3 small a {
	font-size: 11px;
    background: #F6F6F6;
    color: #767676;
    padding: 6px 14px;
    margin-left: 7px;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
}
#respond h3 small a:hover {
	background-color: #343434;
	color: #FFFFFF;
}

#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;
	min-width:250px;
	background-color:#FFFFFF;
	border-radius:4px;
	-webkit-appearance: none;
}
#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:12px;
	color:#555;
	margin-bottom:14px;
	line-height:25px;
	box-sizing:border-box;
	border-radius:4px;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;
}
#respond textarea:focus {outline:none;}

#respond #submit {
	display: inline-block;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 10px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	color: #000;
	font-weight:400;
	text-decoration: none;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	padding: 12px 20px;
  border: 1px solid #DDD;
  border-radius: 30px;
  min-width: 145px;
}

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

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

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

.pagination a {
	display:inline-block;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:9px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	color: #000;
	text-decoration:none;
	padding: 14px 20px;
	border: 1px solid #FFB6B6;
	border-radius: 20px;
}


.pagination a:hover {
	background-color: #FFB6B6;
	color: #FFF;
}
.pagination .newer {
	float:left;

}
.pagination .older {
	float:right;

}

/***
/** SIDEBAR
/******************************/

.widget {
	margin-bottom:60px;
    box-sizing: border-box;
	overflow:hidden;
}
	.widget:last-child {
  	margin-bottom: 0;
  }

.widget img {
	max-width:100%;
	height:auto;
}

.widget-heading {
  display: block;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
  letter-spacing: 2px;
  position: relative;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.widget-heading span {
	position: relative;
}
.widget-heading span:after {
	content: "";
  	width:300px;
	height:1px;
	position:absolute;
	left:115%;
	background-color:#FFB6B6;
    bottom: 50%;
}
.widget-heading span:before {
	content: "";
  	width:300px;
	height:1px;
	position:absolute;
	right:115%;
	background-color:#FFB6B6;
    bottom: 50%;
}

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

.widget ul li {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #DDD;
	color:#444;
	font-size:13px;
}
.widget ul li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.widget ul li a {
	color: #444;
    line-height: 20px;
    font-size: 13px;
    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;
		display: inline-block;
		margin-bottom: 20px;
	}
	.about_photo {
		position: relative;
		text-align: center;
	}

	.about-widget .sign {
		margin: 5px auto 0 auto;
		display:block;
	}
	.about-widget .name {
		font-size:16px;
		display:block;
		text-align:center;
		margin-bottom:10px;
		font-style: italic;
	}

	/******** Widget Social  *************/
	.widget-social {
		text-align:center;
		margin-top:5px;
		margin-bottom: 5px;
	}
	.widget-social a{
		display:inline-block;
		color: #FFB6B6;
		font-size: 14px;
		margin: 7px;
	}

	.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:90px;
		height:auto;
		border-radius: 50%;
	}

	.side-text {
		overflow:hidden;
	}
	.widget .side-text h4 a {
		font-size: 13px;
    color: #444;
    font-family: 'Open Sans', sans-serif;
	}
	.widget .side-meta {
		color:#aaa;
		margin-top: 5px;
		display: block;
	}
	.widget .side-meta a{
		font-size:10px ;
		color:#aaa;
		margin-left:5px;
    text-transform: uppercase;
    letter-spacing: 2px;
	}
	.side-meta a:first-child {
		margin-left:0;
	}
	.widget .side-meta a:hover {
		text-decoration: underline;
	}

	/*** Widget categories ***/
	.widget_categories {
		color:#a5a5a5;
	}
	.widget_categories a {
		margin-right:10px;
	}

	/*** Style Tag ***/

	.widget .tagcloud a {
		font-size: 9px !important;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: #444;
		padding: 8px 9px;
		margin-right: 3px;
		margin-bottom: 8px;
		display: inline-block;
		text-decoration: none;
		background-color: #f1f1f1;
	}
	.widget .tagcloud a:hover {
		background-color: #DDD;
	}

	/*** 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; letter-spacing: 2px; }
	#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: 13px;
		color: #aaa;
		font-family: 'Lora', serif;
		box-sizing: border-box;
		font-style: italic;
	}

	#searchform #s:focus { outline:none; }

.widget .comment-author-link a {
	color: #FFB6B6;
}
/***
/** FOOTER
/******************************/

#footer {
	margin-top:60px;
	position: relative;
}
	.widget-footer {
		text-align:center;
		position: relative;
		overflow: hidden;
	}
	.widget-footer .block-heading {
        font-size: 11px;
		color: #000;
		padding: 18px 0;
		font-family: 'Open Sans', sans-serif;
		text-transform: uppercase;
		letter-spacing: 2px;
		position: relative;
		display: inline-block;
	}
	.widget-footer .block-heading:after {
		content: "";
	  	width:500px;
		height:1px;
		position:absolute;
		left:108%;
		background-color:#FFB6B6;
	    bottom: 50%;
	}
	.widget-footer .block-heading:before {
		content: "";
	  	width:500px;
		height:1px;
		position:absolute;
		right:108%;
		background-color:#FFB6B6;
	    bottom: 50%;
	}

.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;
}

	#footer_meta h2 {
		float:left;
		font-size:12px;
		color:#aaa;
		padding-top: 3px;
  	line-height: 36px;
  	font-style: italic;
		font-family: 'Lora', serif;
	}
	#footer_meta h2 a {
		color: #FFB6B6;
	}
.footer_social {
	float: right;
	text-align: right;
}
	.footer_social a {
		display: inline-block;
		margin-left: 14px;
		font-size:16px;
		text-align:center;
		color:#FFB6B6;
	}
	.footer_social a:first-child {
		margin-left: 0;
	}
	.footer_social a:hover {
		opacity: 0.8;
	}

	.to-top i{
		border: 1px solid #FFB6B6;
	    width: 34px;
	    height: 34px;
	    line-height: 34px;
	    border-radius: 50%;
	    color: #000;
	    font-size: 14px;
	    -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;
	}

	.to-top i:hover {
		background-color: #FFB6B6;
		color: #FFFFFF;
	}
/***
/* Archive
/********************/
.archive-box {
	padding: 30px;
  margin-bottom: 50px;
  text-align: center;
  border-bottom: 1px solid #DDD;
}

.archive-box span {
	font-size: 10px;
    color: #aaa;
    margin-bottom: 16px;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.archive-box h1 {
	font-size:26px;
	display:inline-block;
	color:#000;
	font-family: 'Lora', serif;
	font-style: italic;
}

/***
/* 404 Page
/********************/
.error-page {
	text-align:center;
	padding-top:30px;
	padding-bottom: 30px;
}
.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;
	-webkit-appearance: none;
}
.wpcf7 textarea {
	width:95%;
}
.wpcf7 .wpcf7-submit {
	padding: 12px 17px;
	display: inline-block;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 11px;
	background-color: #FFB6B6;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	border-radius: 20px;
	width: 150px;
	border: none;
}
.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.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption {
  background: #fff;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
	margin-bottom: 30px;
}

.wp-caption img {
  margin-bottom: 5px;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  font-style: italic;
  width: 100%;
	text-align: center;;
	color: #aaa;
  font-family: 'Lora', serif;
}

/*** Gallery feature of Wordpress ***/
.post-entry .gallery .gallery-caption {
  font-style: italic;
  line-height: normal;
	color: #aaa;
  padding: 0 15%;
	font-family: 'Lora', serif;
	font-size: 14px;
}

.post-entry .gallery .gallery-icon img {
  margin-bottom: 3px;
  border: none !important;
  box-sizing: border-box;
  width: 97%;
  height: auto;
}

.post-entry .gallery {
	margin-bottom: 20px !important;
}

/*** Post Pagination ***/
.post-pagination {
	overflow:hidden;
	margin-top: 20px;
}
.post-pagination a {
	font-size: 10px;
  display: inline-block;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  box-sizing: border-box;
  text-decoration: none;
}
	.post-pagination a:hover {
		text-decoration: underline;
	}

.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;
	}

/************Grid post**********/
.post_grid {
	float: left;
  width: 31.6%;
	margin-right: 2.5%;
	display: inline-block;
	margin-bottom: 40px;
}
	.post_grid:nth-of-type(3n){
		margin-right: 0;
	}
.post_grid .cat-blog {
	margin-bottom: 12px;
	display: block;
}
.post_grid .post-img  {
	margin-bottom: 20px;
}
.post_grid .post-header {
	margin-bottom: 12px;
}
.post_grid .post-header h2 a {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
}
.post_grid .post-entry {
	margin-bottom: 15px;
}
.post_grid .meta_date {
	font-family: 'Lora', serif;
	font-style: italic;
	color: #aaa;
}