/*
Theme Name: Lucie Grasso
Theme URI: http://luciegrasso.cityhousedesign.com
Description: A WordPress Blog Theme
Author: Cityhousedesign
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
*/

/* 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, .post-entry {
		color: #333333;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
   	font-family: 'Lora', serif;
}
em,i {
	font-style: italic;
}
b {
	font-weight: bold;
}
a {
	text-decoration:none;
	color: #EA9789;
	-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', sans-serif;
}

.container {
	width:1080px;
	margin:0 auto;
}

#content {
	overflow:hidden;
	margin-top:70px;
}

#main {
	width: 735px;
    float: left;
}
#main.fullwidth {
	float: none;
	margin: 0 auto;
	width: 100%;
}
.single #content, .page #content {
	margin-top: 0;
}
#sidebar {
	width:300px;
	float:right;
}
.bypostauthor, .sticky  {}

/***
/* Top Bar
/********************/
#top-bar {
  	z-index:99999;
	width: 100%;
	background-color: #FFF;
	position: fixed;
	top: 0;
}
	.admin-bar #top-bar {
		margin-top: 32px;
	}
.border_top_bar {
	-webkit-box-shadow: 0 7px 7px -6px rgba(0,0,0,.12);
    -moz-box-shadow: 0 7px 7px -6px rgba(0,0,0,.12);
    box-shadow: 0 7px 7px -6px rgba(0, 0, 0, 0.12);
}
#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:14px;
		margin-left:14px;
		color:#000;
	}
	#top-social a:hover {
		opacity:0.8;
	}

	/***
	/* 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 #EA9789;
		border-radius: 50%;
		text-align: center;
	}
	#top-search a:hover {
		background-color: #EA9789;
		color: #FFFFFF;
	}
	.show-search {
		display:none;
		z-index:10000;
		float: right;
	}
	.show-search #searchform input#s {
		padding: 0;
		padding-left: 13px;
		height: 33px;
		box-sizing: border-box;
		width:170px;
		background: none;
		vertical-align: middle;
		background-color: #FFFFFF;
	}
	.search_alert_title {
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-bottom: 5px;
		font-size: 16px;
	}
.slicknav_menu {
	display:none;
}
/***
/* Menu
/********************/
.menu_wrap {
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.9);
    line-height:50px;
}
.menu_wrap > ul.menu {
	display: inline-block;
}

	.menu li {
		display:inline-block;
		margin-right:25px;
		position:relative;
	}
	.menu li:last-child {
		margin-right:0;
	}
	.menu li a {
		font-size:10px;
		text-transform:uppercase;
		letter-spacing:2px;
		line-height:21px;
		color:#000;
		display:block;
		font-family: 'Montserrat', sans-serif;
		border-bottom: 2px solid #FFFFFF;
	}

	.menu > li.current-menu-item > a, .menu_wrap .menu li a:hover {
	    border-color: #EA9789;
	}
	.menu-item-has-children a:hover {
		border-color: #FFFFFF !important;
	}
	.menu li a:hover {
		opacity: 0.8;
	}

	.menu > li.menu-item-has-children > a:after {
		font-family: FontAwesome;
	    content: "\f107";
	    margin-left: 4px;
	    font-size: 12px;
	    opacity: 0.4;
	}


		/*** 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:8px 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;
			color: #000;
		}

		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: 55px;
    padding-top: 90px;
  	display: block;
}

#logo img {
	max-width:100%;
	height:auto;
}


/***
/* Posts
/********************/
.post {
	position:relative;
	margin-bottom: 60px;
}
	.single .post {
		margin-bottom: 0;
	}
.more-link {
	display: block;
	margin-top: 22px;
	line-height: normal;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	text-align: center;
}
	.more-button {
		display: inline-block;
		border-bottom: 1px dotted #BBB;
		padding-bottom: 3px;
		-o-transition: .3s;
	    -ms-transition: .3s;
	    -moz-transition: .3s;
	    -webkit-transition: .3s;
	}
		.more-button:hover {
			border-color: #EA9789;
		}

	.more-link i {
		font-size: 12px;
		-o-transition: .3s;
	    -ms-transition: .3s;
	    -moz-transition: .3s;
	    -webkit-transition: .3s;
	}
		.more-link:hover i {
			margin-left: 5px;
		}
.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: 30px;
	overflow: hidden;
	text-align: center;
}
	.page .post-header {
		text-align: center;
	}


.post-header h2 a, .post-header h1 {
	font-size: 22px;
	color: #000;
	position: relative;
	display: block;
	line-height: 32px;
	margin-bottom: 7px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
	.page .post-header h1 {
		margin-bottom: 19px;
	}

.post-header h2 a:hover {
	opacity:0.8;
}

.cat-blog {
	color: #EA9789;
	position: relative;
}

.cat-blog a {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    text-transform: none;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}
.cat-blog a:hover {
	text-decoration: underline;
}


	/*** Post Entry ***/
	.post-entry {
	    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:22px;
	}
	.post-entry h2 {
		font-size:20px;
	}
	.post-entry h3 {
		font-size:18px;
	}
	.post-entry h4 {
		font-size:16px;
	}
	.post-entry h5 {
		font-size:14px;
	}
	.post-entry h6 {
		font-size:12px;
	}
	.post-entry hr {
		border:0;
		height:0;
		border-bottom:1px solid #EEE;
		clear:both;
	}
	.post-entry blockquote {
		margin-bottom: 15px;
    	margin-top: 15px;
	}
	.post-entry blockquote p {
		color:#999;
		padding-left: 70px;
		font-size: 15px;
		line-height: 27px;
		font-style:italic;
		position:relative;
		font-weight: normal;
		margin-bottom: 0px;
		font-family: 'Open Sans', sans-serif;
	}
	.post-entry blockquote p:before {
		display: inline-block;
	    content: "\201C";
	    font-size: 80px;
	    position: absolute;
	    left: 15px;
	    top: 20px;
	    color: #EA9789;
	    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;
    font-size: 14px;
    color: #BDBDBD;
    font-weight: 400;
    font-family: 'Lora', serif;
    font-style: italic;
    margin-bottom: 14px;
}

.bottom_meta_wrap {
	overflow: hidden;
    border-bottom: 3px double #E8E8E8;
    padding-bottom: 20px;
}
.meta_bottom {
	font-size: 10px;
    color: #B1B1B1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    line-height: 25px;
}

	.meta-comments {
		display: inline-block;
	}
	.meta-comments a{
		color: #B1B1B1;
	}
	.meta-comments a:hover {
		color: #EA9789;
	}
	.meta_date {
		display: inline-block;
	    font-weight: 400;
	}

	.meta_author {
		display:inline-block;
	}
		.meta_author a {
			color: #BDBDBD;
		}
		.meta_author a:hover {
			color:#EA9789;
		}
	.flash {
		margin: 0 3px;
	}

.separator {
    text-align: center;
}
	.separator span {
	    width: 35px;
	    height: 2px;
	    display: inline-block;
	    background-color: #EA9789;
	}

/*************Post share***********/
.post-share {
	position: relative;
	font-size: 0;
	float: right;
}

.post-share a i {
  	font-size: 10px;
}
.post-share a {
	display: inline-block;
	text-align:center;
	color:#FFFFFF;
	margin-left: 5px;
	opacity: 0.7;
}

.post-share a:hover {
	opacity: 1;
}
.post_facebook, .post_twitter, .btnPinIt, .post_google  {
	padding: 6px 21px;
}
	.post_facebook {
		background-color: #3b5998;
	}
	.post_twitter {
		background-color: #1dcaff;
	}
	.btnPinIt {
		background-color: #C92228;
	}
	.post_google {
		background-color: #dd4b39;
	}



/** Post tags ***/
.post-tags {
    color: #000;
    margin-bottom: 30px;
}
.post-tags i {
    margin-right: 8px;
    font-size: 14px;
	color:#000;
}
.tag_title {
	display:none;
}
.tags_wrap a {
	font-size: 9px !important;
    color: #000;
    border: 1px solid #EA9789;
    letter-spacing: 2px;
    padding: 4px 9px;
    margin-left: 5px;
    display: inline-block;
    text-decoration: none;
    line-height: initial;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-top: 7px;
}
	.tags_wrap a:first-child {
		margin-left: 0;
	}
.tags_wrap a:hover {
	background-color: #EA9789;
	color: #FFFFFF;
}

/*** Post Related ***/
.post-related {
    overflow: hidden;
    background-color: #F6F6F6;
    padding: 35px;
    float: right;
    width: 300px;
    box-sizing: border-box;
    margin-bottom: 60px;
}
	.post-related.fullwidth {
		width: 100%;
		float: none;
		margin-top: 20px;
	}

.post-related h2 {
	margin-bottom:24px;
	text-align: center;
}

.related_heading {
    display: inline-block;
    color: #000;
    text-align: center;
    position: relative;
    padding-bottom: 4px;
    border-bottom: 1px dotted #BBB;
    font-size: 18px;
    font-style: italic;
    font-family: 'Lora', serif;
}

.item-related {
	margin-bottom: 23px;
}
	.post-related.fullwidth .item-related {
		width: 31.33%;
		margin-right: 3%;
		float: left;
		margin-bottom: 0;
	}
	.post-related.fullwidth .item-related:last-child {
		margin-right: 0;
	}

.item-related:last-child{
	margin-bottom:0;
}
.item-related img {
	width:100%;
	height:auto;
	margin-bottom:7px;
}
.item-related h3 {
	text-align: center;
    z-index: 999;
    position: relative;
}
.item-related h3 a {
	font-size: 12px;
    color: #000;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.item-related h3 a:hover {
	text-decoration:underline;
}

.item-related span.date {
	font-size: 12px;
    font-style: italic;
    color: #999;
    margin-top: 7px;
    display: block;
    text-align: center;
    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 #BBB;
    font-size: 18px;
    font-style: italic;
    font-family: 'Lora', serif;
}

.post-comments {
	background:#fff;
	margin-top:30px;
	border: 1px solid #EEE;
    padding: 30px;
}

.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 {
	margin-bottom: 12px;
	font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
.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: 1px;
    font-family: 'Montserrat', sans-serif;
}
.thecomment .comment-text span.author a:hover {
	text-decoration:underline;
}

.thecomment .comment-text span.date {
	font-size: 9px;
    color: #B1B1B1;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    float: left;
    line-height: 14px;
}

.thecomment .comment-text em {
	font-size: 12px;
    display: block;
    color: #EA9789;
}
.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: 20px;
  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;
	font-size:10px;
	display:inline-block;
	margin-right: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Open Sans', sans-serif;
	min-width: 60px;
}
#respond #author, #respond #email, #respond #url  {
	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: 'Montserrat', sans-serif;
	padding: 11px 20px;
    border: 1px solid #EA9789;
    border-radius: 30px;
    min-width: 167px;
    -webkit-appearance: none;
		background-color: #FFF;
}

#respond #submit:hover {
	background-color: #EA9789;
	color: #FFFFFF;
}

/***
/** PAGINATION
/******************************/

.pagination {
	overflow:hidden;
}

.pagination a {
	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;
	text-decoration:none;
	padding: 14px 20px;
	background-color: #F6F6F6;
}


.pagination a:hover {
	background-color: #EA9789;
	color: #FFF;
}
.pagination .newer {
	float:left;

}
.pagination .older {
	float:right;

}

/***
/** SIDEBAR
/******************************/

.widget {
	margin-bottom:60px;
    box-sizing: border-box;
	overflow:hidden;
	border: 1px solid #E8E8E8;
    padding: 30px;
}
	.widget:last-child {
  	margin-bottom: 0;
  }

.widget img {
	max-width:100%;
	height:auto;
}

.widget-heading {
	display: block;
  margin-bottom: 27px;
  text-transform: uppercase;
  font-size: 10px;
  color: #000;
  letter-spacing: 2px;
  position: relative;
  text-align: center;
  line-height: 16px;
  font-family: 'Montserrat', sans-serif;
}
.widget-heading span {
	position: relative;
}

.widget a:hover {
	text-decoration:underline;
}

.widget ul li {
	margin-bottom:9px;
	padding-bottom:5px;
	border-bottom:1px dotted #DDD;
	color:#999;
	font-size:13px;
}
.widget ul li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.widget ul li a {
	color: #000;
    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:18px;
		display:block;
		text-align:center;
		margin-bottom:10px;
		font-style: italic;
		font-family: 'Lora', serif;
	}

	/******** Widget Social  *************/
	.widget-social {
		text-align:center;
		margin-top:5px;
		margin-bottom: 5px;
	}
	.widget-social a{
		display:inline-block;
		color: #000;
		font-size: 13px;
		margin: 7px;
	}

	.widget-social a:hover{
		opacity:0.8;
	}
	/************** Widget list ***************/
	.widget ul.lastest_news li {
		list-style-type:none;
		margin-bottom: 20px;
   		padding-bottom: 15px;
		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;
	}
	.widget .side-text h4 a {
		font-size: 12px;
	    color: #000;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    line-height: 18px;
	}
	.widget .side-meta {
		color:#EA9789;
		margin-top: 5px;
		display: block;
	}
	.widget .side-meta a{
		font-size: 14px;
	    color: #EA9789;
	    margin-left: 5px;
	    line-height: 18px;
	    font-style: italic;
	    font-family: 'Lora', serif;
	}
	.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:4px;
	}

	/*** Style Tag ***/

	.widget .tagcloud a {
		font-size: 9px !important;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: #000;
		padding: 6px 9px;
		margin-right: 5px;
		margin-bottom: 8px;
		display: inline-block;
		text-decoration: none;
		border: 1px solid #EA9789;
	}
	.widget .tagcloud a:hover {
		background-color: #EA9789;
		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; letter-spacing: 1px; }
	#wp-calendar thead th { padding-bottom: 10px; text-align: center; }

	/*** Search Widget ***/
	#searchform input#s {
		border: none;
		border-bottom: 1px solid #EEE;
		background: #fff url(img/searchsubmit.png) no-repeat 91% 11px;
		padding: 13px 14px;
		font-size: 14px;
		color: #B1B1B1;
		font-family: 'Lora', serif;
		box-sizing: border-box;
		font-style: italic;
	}

	#searchform #s:focus { outline:none; }

.widget .comment-author-link a {
	color: #EA9789;
}
/***
/** FOOTER
/******************************/

#footer {
	margin-top:80px;
	position: relative;
}
	.widget-footer {
		text-align:center;
		position: relative;
		overflow: hidden;
	}
	.widget-footer .block-heading {
        font-size: 10px;
		color: #000;
		padding: 22px 0;
		text-transform: uppercase;
		letter-spacing: 2px;
		display: inline-block;
	}
	.widget-footer .block-heading:after {
		content: "";
	  	width:1000px;
		height:1px;
		position:absolute;
		left:113%;
		background-color:#E8E8E8;
	    bottom: 50%;
	}
	.widget-footer .block-heading:before {
		content: "";
	  	width:1000px;
		height:1px;
		position:absolute;
		right:113%;
		background-color:#E8E8E8;
	    bottom: 50%;
	}
.instagram-pics {
	font-size: 0;
}
.instagram-pics li {
    display: inline-block;
    width: 16.66%;
}
.instagram-pics li img {
    max-width: 100%;
}
	.instagram-pics li img:hover {
		opacity:0.85;
		-o-transition: .3s;
			  -ms-transition: .3s;
			  -moz-transition: .3s;
			  -webkit-transition: .3s;
	}
.null-instagram-feed .clear {
	display: none;
}

/*** Footer Social - Copyright***/

#footer_meta {
	overflow:hidden;
	padding: 25px 0;
	text-align: center;
}

	#footer_meta h2 {
		font-size:9px;
		color:#777;
    	line-height: 36px;
    	text-transform: uppercase;
    	letter-spacing: 1px;
	}
.footer_social {
	text-align: center;
	margin: 20px 0 30px 0;
}
	.footer_social a {
		display: inline-block;
		margin: 0 14px;
		font-size:15px;
		text-align:center;
		color:#000;
	}
	.footer_social a:hover {
		opacity: 0.8;
	}

	.to-top {
		text-align: right;
		display: block;
	}
	.to-top i{
		border: 1px solid #EA9789;
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	    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;
	    text-align: center;
	}

	.to-top i:hover {
		background-color: #EA9789;
		color: #FFFFFF;
	}
/***
/* Archive
/********************/
.archive-box {
	padding: 30px;
    margin-bottom: 50px;
    text-align: center;
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
}

.archive-box span {
	font-size: 10px;
    color: #B1B1B1;
    margin-bottom: 16px;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.archive-box h1 {
	font-size:24px;
	display:inline-block;
	color:#000;
	font-family: 'Lora', serif;
	font-style: italic;
}

/***
/* 404 Page
/********************/
.error-page {
	text-align:center;
	padding-top:50px;
}
.error-page h1 {
	font-size:190px;
	font-family: 'Open Sans', sans-serif;
}


/*** 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: #EA9789;
	-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;
	font-family: 'Montserrat', sans-serif;
	-webkit-appearance: 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 {
    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: 13px;
    line-height: 20px;
    margin: 0;
    padding: 0 4px 5px;
}

/*** Gallery feature of Wordpress ***/
.gallery .gallery-caption{
	font-style: italic;
    line-height: normal;
}

.gallery .gallery-icon img{
    border-radius:2px;
    border:1px solid #DDD !important;
	padding:8px;
	box-sizing:border-box;
	width: 98%;
	height: auto;
}
.gallery .gallery-icon img:hover {
	border:1px solid #ccc !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 {
		color: #EA9789;
	}

.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;
	}

/***********promo************/
.promo_wrap {
	overflow:hidden;
	padding: 10px 0;
}
.promo_item {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:220px;
	width:344px;
	margin-right:24px;
	float: left;
	padding: 65px;
	box-sizing:border-box;
	display:table;
	cursor: pointer;
	-webkit-box-shadow: 0 7px 7px -6px rgba(0,0,.14);
    -moz-box-shadow: 0 7px 7px -6px rgba(0,0,0,.14);
    box-shadow: 0 7px 7px -6px rgba(0, 0, 0, 0.14);
}
.promo_item:last-child {
	margin-right:0;
}
.promo_frame {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.78);
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}
	.promo_item:hover .promo_frame {
		background-color: #FFFFFF;
	}
	.promo_frame h2 a {
		color: #000;
		display: inline-block;
		font-size: 18px;
	    font-family: 'Lora', serif;
	    font-style: italic;
	    position: relative;
	    padding-bottom: 11px;
	    line-height: 22px;
	}
	.promo_frame h2 a:after {
	    position: absolute;
	    content: "";
	    bottom: 0;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    height: 2px;
	    background-color: #EA9789;
	    width: 27px;
	    -o-transition: .3s;
	    -ms-transition: .3s;
	    -moz-transition: .3s;
	    -webkit-transition: .3s;
	}
		.promo_item:hover h2 a:after {
			width: 32px;
		}

/************************Slider*****************/
.slider_wrap {
	margin-bottom: 25px;
}
.bxslider_featured {
	position:relative;
	height:650px;
	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.15);
	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: 25px;
		  color: #FFFFFF;
		  display:block;
		  z-index:999999;
		  line-height: 34px;
		  text-transform: uppercase;
		  letter-spacing: 2px;
	}
		.slide_overlay h2 a:hover {
			opacity: 0.8;
		}
	.readmore_slider {
		display: inline-block;
	}
	.readmore_slider a{
		padding-bottom: 5px;
	    letter-spacing: 3px;
	    color: #FFFFFF;
	    font-size: 11px;
	    border-bottom: 1px dotted #FFFFFF;
	    display: inline-block;
	    margin-top: 30px;
	    text-transform: uppercase;
	    letter-spacing: 2px;
	    font-family: 'Montserrat', sans-serif;
	}
	.readmore_slider i {
		-o-transition: .3s;
	    -ms-transition: .3s;
	    -moz-transition: .3s;
	    -webkit-transition: .3s;
	}
	.readmore_slider:hover i {
		margin-left: 5px;
	}
	.slider-meta {
		font-size: 15px;
	    color: #FFFFFF;
	    font-weight: 400;
	    font-family: 'Lora', serif;
	    font-style: italic;
	    margin-bottom: 27px;
	}
	.slider-meta {
		color: #FFFFFF;
	}
	.slider-meta a {
		color: #FFFFFF;
	    font-size: 15px;
	    color: #FFFFFF;
	    font-family: 'Lora', serif;
	    font-style: italic;
	    text-transform: none;
	    letter-spacing: 0;
	    font-weight: normal;
	}
	.slider-meta a:hover {
		text-decoration: underline;
	}
