/*
Theme Name: ezabel_cdltbisou
Theme URI: https://www.e-zabel.fr/
Description: Le blog d'une maman imparfaite
Author: camille villard | cdltbisou
Author URI: https://www.cdltbisou.com
Version: 2.6
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


/* import typography */
@import url('https://fonts.googleapis.com/css?family=DM+Sans:400,700|DM+Serif+Display&display=swap&subset=latin-ext');

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 */

/****************************************/
/*
/* Typography
/*
/****************************************/
body, .menu li a, .more-button, .meta_date, .post-entry blockquote p, .meta_cat a, .related_heading,
.comment_heading h4, .thecomment .comment-text p, #respond label, #respond #author, #respond #email, #respond #url, #respond textarea,
.widget-heading, .subscription_form .mc4wp-form input[type=submit], .woocommerce .woocommerce-result-count, .woocommerce div.product form.cart .variations label,
.woocommerce div.product .woocommerce-product-rating, .product_meta, .woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .woocommerce-error,
.woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .widget_shopping_cart a.button, .woocommerce .widget_price_filter .price_slider_amount .button {
	font-family: 'DM Sans', sans-serif;
}
.post-entry blockquote p:before, .meta_bottom, .text_share, .thecomment .comment-text span.date, #respond h3,
.about-widget .name, .widget .side-text h4 a, .widget .tagcloud a, #searchform input#s, .instagram-widget .block-heading,
#footer_meta h2, .subscription_form .mc4wp-form input, .wp-caption p.wp-caption-text, .woocommerce .woocommerce-breadcrumb,
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
	font-family: 'DM Serif Display', serif;
}
/****************************************/
/*
/* General
/*
/****************************************/
body {
	font-size:13px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #F6F6F6;
}

p, .textwidget, .post-entry, .entry-summary, .entry-content {
		color: #000;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
}
em,i {
	font-style: italic;
}
b {
	font-weight: bold;
}
a {
	text-decoration:none;
	color: #0f7590;
	-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
}

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

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

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

#sidebar {
	width:270px;
	float:right;
}
.bypostauthor, .sticky  {}

/* Top Background Image */
.banner_img_top{
	width: 100%;
	position: relative;
	height: 450px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment: fixed;
	z-index: 3;
}
#md_scroll_down_wrap {
	position: absolute;
	bottom: 80px;
	right: 0;
	left: 0;
	color: #FFF;
	z-index: 4;
	text-align: center;
}
	#md_scroll_down {
		display: inline-block;
		cursor: pointer;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
	}
		#md_scroll_down:hover {
			opacity: 0.8;
		}
		#md_scroll_down span {
			display: block;
			margin-bottom: 15px;
			text-transform: uppercase;
			letter-spacing: 1px;
			font-size: 10px;
			font-weight: bold;
		}
		#md_scroll_down i {
			background-color: #FFF;
			width: 30px;
			height: 30px;
			line-height: 30px;
			border-radius: 50%;
			color: #000;
		}
/********************/
/* Top Bar
********************/
#top-bar {
	z-index:99999;
	width: 100%;
	background-color: #FFF;
	position: relative;
	-webkit-box-shadow: 0 7px 7px -6px rgba(0,0,0,.1);
	-moz-box-shadow: 0 7px 7px -6px rgba(0,0,0,.1);
	box-shadow: 0 7px 7px -6px rgba(0, 0, 0, 0.1);
}
	#top-bar .container {
		position: relative;
	}
	/* Fix top-bar when scroll... */
	.admin-bar .is-sticky #top-bar {
	  top: 32px !important;
	}

.widget-header .block-heading {
	display: none;
}

.slicknav_menu {
	display:none;
}

/** Header Shopping Cart ***********/
#md-shopping-cart {
	position: absolute;
	right: 0;
	top: 0;
	line-height:46px;
}

	#md-shopping-cart.md-cart-mobile {
		display: none;
	}

.cart-contents:before{
  font-family:FontAwesome;
  content: "\f07a";
  font-size:16px;
  margin-top:10px;
  font-style:normal;
  font-weight:400;
  padding-right:5px;
  vertical-align: bottom;
	color:#000;
}
.cart-contents:hover {text-decoration: none}

.cart-contents .md-count {
	background:#9CC4CB;
	color:#fff;
	display:inline-block;
	width:15px;
	height:15px;
	text-align:center;
	line-height:15px;
	border-radius:100%;
	font-size:10px;
	position:absolute;
	top:8px;
	right:-9px;
	font-weight: bold;
}

/****************************************/
/*
/* Navigation
/*
/****************************************/
.menu_wrap {
  z-index: 99;
  text-align: center;
	display: block;;
}
.menu_wrap > ul.menu {
	display: inline-block;
	position: relative;
	z-index: 1;
	-o-transition:.6s;
		-ms-transition:.6s;
		-moz-transition:.6s;
		-webkit-transition:.6s;
}

	.menu > li {
		display:inline-block;
		margin: 0 15px;
		position:relative;
	}

	.menu li a {
		font-size: 11px;
		line-height: 45px;
		color: #000;
		display: block;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: bold;
	}
	.menu li a:hover {
		color: #0f7590;
	}

	.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: 99;
			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 {
				border-top: none;
			}

		ul.menu ul a,	.menu ul ul a {
			border:1px solid #EEE;
			border-top:none;
			margin: 0;
			padding:8px 17px;
			min-width: 170px;
			line-height:20px;
			transition:.25s;
		}

		ul.menu ul li, .menu ul ul li {
			padding-right:0;
			margin-right:0;
    	display: block;
			position: relative;
		}
		ul.menu ul a:hover,	.menu ul ul a:hover {
			background-color: #9CC4CB;
			color: #FFF;
			border-color: #9CC4CB;
		}

		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
/*
/****************************************/
#logo {
	text-align:center;
	padding-bottom: 55px;
  padding-top: 65px;
	display: block;
}

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

/* Logo mobile */
.menu-mobile {
	position: relative;
}

	#logo-mobile img{
		height: 34px;
		width: auto;
		position: absolute;
		left: 0;
		right: 0;
		margin: 11px auto;
		top: 0;
		display: none;
	}

/****************************************/
/*
/* Post
/*
/****************************************/
.post, article.page {
	position:relative;
	margin-bottom: 40px;
	background-color: #FFFFFF;
}
	.single .post, article.page {
		margin-bottom: 0;
	}
	.wrap_content {
		padding: 34px 40px 22px;
		box-sizing: border-box;
	}
.more-link {
	display: block;
	margin-top: 22px;
	line-height: normal;
	text-align: left;
}
	.more-button {
		display: inline-block;
    font-weight: bold;
		font-size: 15px;
    color: #0f7590;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
	}
		.more-button:hover {
			text-decoration: underline;
		}

/** Post Thumbnail **********/
.post-img {
	text-align:center;
}
.post-img img {
	max-width:100%;
	height:auto;
	position:relative;
}

/** Post Header **********/
.post-header {
	overflow: hidden;
	text-align: center;
	margin-bottom: 25px;
}

.post-header h2 a, .post-header h1 {
	font-size: 25px;
	color: #000;
	position: relative;
	display: block;
	line-height: 30px;
	font-style: normal;
	margin-bottom: 5px;
}

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

.meta_date {
	display: inline-block;
	font-size: 9px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-style: normal;
}
	.post-header .meta_date {
		margin-top: 12px;
	}


	/** Post Entry **********/
	.post-entry {
    margin-bottom: 40px;
	}

	.post-entry img {
		max-width:100%;
		height:auto;
		margin-bottom: 10px;
	}

	.post-entry a:hover {
		text-decoration:underline;
	}
	.post-entry p {
		margin-bottom:11px;
	}
	.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, .post-entry hr,
	.entry-content h1, .entry-content h2,.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content hr,
	.entry-summary h1, .entry-summary h2,.entry-summary h3, .entry-summary h4, .entry-summary h5, .entry-summary h6, .entry-summary hr {
		margin-bottom: 17px;
    margin-top: 29px;
	}
	.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6,
	.entry-content h1, .entry-content h2,.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
	.entry-summary h1, .entry-summary h2,.entry-summary h3, .entry-summary h4, .entry-summary h5, .entry-summary h6 {
		color:#000;
		font-style: normal;
	}
	.post-entry h1, .entry-content h1, .entry-summary h1 {
		font-size:27px;
	}
	.post-entry h2, .entry-content h2, .entry-summary h2 {
		font-size:25px;
	}
	.post-entry h3, .entry-content h3, .entry-summary h3 {
		font-size:23px;
	}
	.post-entry h4, .entry-content h4, .entry-summary h4 {
		font-size:21px;
	}
	.post-entry h5, .entry-content h5, .entry-summary h5 {
		font-size:19px;
	}
	.post-entry h6, .entry-content h6, .entry-summary h6 {
		font-size:17px;
	}
	.post-entry hr, .entry-content hr,  .entry-summary 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: 60px;
		font-size: 18px;
		line-height: 30px;
		font-style: italic;
		position: relative;
		font-weight: normal;
		margin-bottom: 0px;
	}
	.post-entry blockquote p:before {
		display: inline-block;
		content: "\201C";
		font-size: 80px;
		position: absolute;
		left: 15px;
		top: 16px;
		color: #0f7590;
	}
	.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, .entry-content ul, .entry-content ol, .entry-summary ul, .entry-summary ol{
		padding-left:45px;
		margin-bottom:15px;
	}
	.post-entry ul li, .entry-content ul li, .entry-summary ul li {
		list-style: disc;
    line-height: 24px;
    margin-bottom: 10px;
	}
	.post-entry ol li, .entry-content ol li, .entry-summary ol li {
		list-style:decimal;
		line-height: 24px;
		margin-bottom: 10px;
	}

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

.bottom_meta_wrap {
	overflow: hidden;
	border-top: 4px double #EEE;
	padding-top: 19px;
}
.meta_bottom {
	float: left;
	font-size: 13px;
	font-style: italic;
	color: #666;
}

	.meta_cat {
		color: #000;
		position: relative;
	}

	.meta_cat a {
		display: inline-block;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-style: normal;
		color: #000;
	}
	.meta_cat a:hover {
    color: #0f7590;
	}
	.meta-comments {
		display: inline-block;
	}
	.meta-comments a{
		color: #666;
	}
	.meta-comments a:hover {
		color: #0f7590;
	}

	.meta_author {
		display:inline-block;
	}
		.meta_author a {
			color: #666;
		}
		.meta_author a:hover {
			color:#0f7590;
		}

/*************Post share***********/
.post-share {
	position: relative;
	float: right;
}

.post-share a {
	display: inline-block;
	text-align:center;
	color:#000;
	margin-left: 17px;
	opacity: 1;
	font-size: 12px;
	line-height: normal;
}
	.post-share a:hover {
		opacity: 0.8;
	}
.text_share {
	font-size: 13px;
	font-style: italic;
	color: #666;
}

/** Post tags ***/
.post-tags {
    color: #000;
    margin-bottom: 20px;
}
.post-tags i {
    margin-right: 8px;
    font-size: 14px;
	color:#000;
}
.tag_title {
	display:none;
}
.tags_wrap a {
	font-size: 10px;
  color: #000;
  background-color: #EEE;
  letter-spacing: 1px;
  padding: 6px 10px;
  display: inline-block;
  text-decoration: none;
  line-height: initial;
  text-transform: uppercase;
  margin-bottom: 7px;
	font-weight: bold;
}
	.tags_wrap a:first-child {
		margin-left: 0;
	}
.tags_wrap a:hover {
	opacity: 0.8;
}

/*** Post Related ***/
.post-related {
	overflow: hidden;
	background-color: #FFF;
	padding: 37px;
	width: 300px;
	box-sizing: border-box;
	margin-bottom: 60px;
	border-bottom: 1px solid #EEE;
	width: 100%;
}

.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: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.item-related {
	width: 32%;
	margin-right: 2%;
	float: left;
}
	.item-related:last-child {
		margin-right: 0;
	}

.item-related img {
	width:100%;
	height:auto;
	margin-bottom:12px;
}
.item-related h3 {
  z-index: 999;
  position: relative;
}
.item-related h3 a {
	font-size: 16px;
  color: #000;
  line-height: 22px;
	font-style: italic;
}
.item-related h3 a:hover {
	text-decoration:underline;
}

.item-related span.date {
	font-size: 9px;
  color: #999;
  margin-top: 10px;
  display: block;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/*** 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: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

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

.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;
}
.thecomment .comment-text span.author, .thecomment .comment-text span.author a {
	font-size: 12px;
  margin-bottom: 9px;
  color: #000;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.thecomment .comment-text span.author a:hover {
	text-decoration:underline;
}

.thecomment .comment-text span.date {
	font-size: 12px;
	color: #666;
	display: block;
	margin-bottom: 10px;
	/*font-style: italic;*/
	float: left;
	line-height: 14px;
}

.thecomment .comment-text em {
	font-size: 12px;
    display: block;
    color: #0f7590;
}
.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: normal;
	display: block;
	color: #000;
	margin-bottom: 19px;
	position: relative;
}

#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-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: 1px;
	min-width: 60px;
}
#respond #author, #respond #email, #respond #url  {
	padding:10px;
	border:1px solid #DDD;
	margin-right:10px;
	color:#000;
	margin-bottom:15px;
	font-size:14px;
	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:14px;
	color:#000;
	margin-bottom:14px;
	line-height:25px;
	box-sizing:border-box;
	border-radius:4px;
	-webkit-appearance: none;
}
#respond textarea:focus {outline:none;}

#respond #submit {
	display: inline-block;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 10px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	color: #000;
	text-decoration: none;
	cursor:pointer;
	font-weight: bold;
	padding: 15px 23px;
	border: none;
	border-radius: 3px;
	-webkit-appearance: none;
	background-color: #EEE;
}

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

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

.pagination {
	overflow:hidden;
}

.pagination a {
	display:inline-block;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:10px;
	color: #000;
	text-decoration:none;
	padding: 14px 20px;
	background-color: #FFF;
	font-weight: bold;
}


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

}
.pagination .older {
	float:right;

}

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

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

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

.widget-heading {
	display: block;
	margin-bottom: 27px;
	color: #FFF;
	position: relative;
	text-align: center;
	line-height: 19px;
	background-color: #242424;
	padding: 8px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

	.widget-heading:after {
		content: "";
		bottom: -5px;
		left: 50%;
		width: 0;
		height: 0;
		margin-left: -5px;
		display: block;
		position: absolute;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		border-top: 5px solid;
		border-top-color: #242424;
	}

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

.widget ul li {
	margin-bottom:12px;
	padding-bottom:10px;
	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;
}
.wrap_content_about {
	padding: 20px 30px;
	background-color: #FFF;
}
	.about_photo img {
		max-width: 100%;
		height: auto;
		display: inline-block;
	}
	.about_photo {
		position: relative;
		text-align: center;
	}

	.about-widget .sign {
		margin: 10px auto 0 auto;
		display:block;
	}
	.about-widget .name {
		font-size:18px;
		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: #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;
	}

	.side-text {
		overflow:hidden;
	}
	.widget .side-text h4 a {
		font-size: 15px;
		color: #000;
		line-height: 20px;
		font-style: italic;
	}
	.widget .side-meta {
		color:#999;
		margin-top: 5px;
		display: block;
	}
	.widget .side-meta a{
		font-size: 10px;
    color: #999;
    margin-left: 5px;
    line-height: 18px;
    text-transform: uppercase;
		letter-spacing: 1px;
	}
	.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: 14px !important;
		font-style: italic;
		color: #ffffff;
		margin-right: 4px;
		margin-bottom: 10px;
		display: inline-block;
		text-decoration: none;
		background-color: #9CC4CB;
		padding: 6px;
	}

	.widget .tagcloud a:hover {
		opacity: 0.8;
	}

	/*** Calender widget ***/
	#wp-calendar {width: 99.9%; }
	#wp-calendar caption { text-align: right; color: #777; font-size: 13px; margin-top: 10px; margin-bottom: 15px; }
	#wp-calendar thead { font-size: 13px;  }
	#wp-calendar thead th { padding-bottom: 10px; font-size: 10px;}
	#wp-calendar tbody { color: #aaa; }
	#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #DDD; text-align: center; padding:10px; font-size: 12px;}
	#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: 11px; text-transform: uppercase; text-align: right; }
	#wp-calendar tfoot #prev { font-size: 11px; 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;
		background: #fff url(img/searchsubmit.png) no-repeat 91% 13px;
		padding: 13px 14px;
		font-size: 14px;
		color: #000;
		box-sizing: border-box;
	}
	.widget #searchform ::-webkit-input-placeholder {
	   color: #444;
	}

	.widget #searchform :-moz-placeholder { /* Firefox 18- */
	   color: #444;
	}

	.widget #searchform ::-moz-placeholder {  /* Firefox 19+ */
	   color: #444;
	}

	.widget #searchform :-ms-input-placeholder {
	   color: #444;
	}

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

.widget .comment-author-link a {
	color: #0f7590;
}

/******************prestyle subscribe ***********/
.widget .mc4wp-form {
  margin: 1em 0;
  padding: 25px;
  background-color: #FFF;
	border: 1px solid #000;
}
.widget .mc4wp-form label {
    text-align:center;
    font-weight: 400;
    margin-bottom: 17px;
    color: #000;
    font-size: 16px;
    display: block;
    font-style: italic;
    line-height: 19px;
    font-family: 'DM Serif Display', serif;
}
.widget .mc4wp-form label i {
    margin-right: 7px;
}

.widget .mc4wp-form input {
	padding: 12px 14px;
	color: #000;
	font-size: 12px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	background-color: #FFF;
	border: 1px solid #DDD;
	outline:none;
}
.widget .mc4wp-form input[type=submit] {
	width: 100%;
	font-family: 'DM Sans', sans-serif;
	letter-spacing: 1px;
    font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	background-color: #9CC4CB;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	color: #FFF !important;
	text-decoration: none;
	cursor: pointer;
	border: none;
	margin-bottom: 0;
}
.widget .mc4wp-form input[type=submit]:hover {
	opacity: 0.8;
}
.widget .mc4wp-response {
	margin-top: 5px;
}

/**** Custom Menu and Categories Widget *****/

.widget_nav_menu ul.menu li.menu-item-has-children > a:after {
	display: none;
}

.widget_nav_menu ul.menu li, .widget_categories ul li {
	display: block;
	border-bottom: none;
	padding-bottom: 3px;
}

.widget_nav_menu ul li a, .widget_categories ul li a {
	text-transform: inherit;
	font-weight: normal;
	letter-spacing: 0;
	border: none;
}

.widget_nav_menu ul li a:hover {
	background-color: transparent !important;
	color: #000;
}

.widget_nav_menu ul.menu li ul, .widget_categories ul.children {
	padding-left:25px;
	margin-top: 14px;
	display: block;
  position: relative;
	background-color: transparent;
	box-shadow: none;
	border: none;
}

.widget_nav_menu ul.sub-menu li, .widget_categories ul.children li {
	display: list-item;
	list-style-type: disc;
}

.widget_nav_menu ul.sub-menu li a, .widget_categories ul.children li a {
	padding: 0;
	margin-bottom: 0;
	display: inline;
}

/***
/** FOOTER
/******************************/

#footer {
	margin-top: 100px;
	position: relative;
	bottom: 40px;
}

	#wrap_footer {
		background-color: #FFF;
	}
		#footer-area-wrap {
			overflow: hidden;
		}
			.footer-widget {
				float: left;
				width: 30.3%;
				margin-right: 4.5%;
			}
				.footer-widget .widget {
					margin-top: 45px;
					margin-bottom: 50px;
				}
				.footer-widget:last-child {
					margin-right: 0;
				}
				#footer .widget-heading {
				    background-color: #e8e8e8;
				    color: #000;
				}
				#footer .widget-heading:after {
				    border-top-color: #e8e8e8;
				}

#instagram-footer {
	overflow: hidden;
}
	.instagram-widget {
		text-align:center;
		position: relative;
		overflow: hidden;
	}
	.instagram-widget .block-heading {
		font-size: 10px;
		color: #000;
		padding: 16px 0;
		display: inline-block;
		font-size: 16px;
		font-style: italic;
		color: #000;
	}

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

/* Footer About me widget */
#footer .wrap_content_about {
	padding: 0;
	padding-top: 20px;
}
#footer .about-widget {
	text-align: left;
}
/*** Footer Social - Copyright***/
#footer_meta {
	text-align: center;
	background-color: #FFF;
  padding: 40px 0;
}

#footer_logo {
	padding-top: 45px;
	padding-bottom: 45px;
	border-bottom: 4px double #EEE;
	text-align: center;
}
	#footer_logo img {
		max-width: 100%;
	}

#footer_meta h2 {
	line-height: 20px;
	float: left;
	font-size: 13px;
	color: #000;
	display: block;
	font-style: italic;
}

	#footer .menu {
		float: right;;
	}

		#footer .menu .sub-menu, #footer .menu .children {
			bottom: 100%;
			top: inherit;
		}
		#footer .menu li {
			margin-right: 0;
		}
		#footer .menu li a {
			color: #000;
	    line-height: 20px;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    font-style: normal;
	    font-size: 10px;
		}
		#footer ul.menu ul a:hover, #footer .menu ul ul a:hover {
			color: #FFF;
		}

	.wrap_to_top {
		text-align: center;
	}
	.to-top {
		display: inline-block;
		color: #aaa;
		font-size: 9px;
		margin-bottom: 15px;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 1px;
	}
	.to-top i{
		font-size: 14px;
		margin-bottom: 9px;
		display: block;
	}

	.to-top:hover {
		color: #0f7590;
	}
/* Footer Sticky bar */
#floating_footer_bar {
    position: fixed;
    bottom: 0;
    background-color: #d2a657;
    width: 100%;
    line-height: 40px;
    z-index: 99;
}
.subscription_form {
	float: left;
}
	.close_subscribe_box {
		display: none;
		cursor: pointer;
		color: #000;
	}
	.subscription_form .mc4wp-form {
		float: left;
	}
	.subscription_form label{
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 10px;
		margin-right: 8px;
		color: #FFF;
		font-weight: bold;
		vertical-align: top;
	}
	.subscription_form i {
		font-size: 12px;
		margin-right: 10px;
		line-height: 40px;
	}
	.subscription_form .mc4wp-form input{
		display: inline-block;
		background-color: transparent;
		font-size: 12px;
		border: none;
		outline: none;
		color: #FFFFFF;
		width: 100px;
		font-style: italic;
		margin-right: 10px;
		padding-bottom: 3px;
		border-bottom: 1px dotted rgba(255,255,255,0.5);
	}

	.subscription_form .mc4wp-form input[type=email] {
		min-width: 150px;
	}

	.subscription_form ::-webkit-input-placeholder {
	   color: #FFF;
	}

	.subscription_form :-moz-placeholder { /* Firefox 18- */
	   color: #FFF;
	}

	.subscription_form ::-moz-placeholder {  /* Firefox 19+ */
	   color: #FFF;
	}

	.subscription_form :-ms-input-placeholder {
	   color: #FFF;
	}
	.subscription_form .mc4wp-form input[type=submit] {
		background-color: #FFF;
		color: #000;
		border: none;
		font-size: 9px;
		text-transform: uppercase;
		letter-spacing: 1px;
		cursor: pointer;
		-webkit-appearance: none;
		border-radius: 3px;
		outline: none;
		padding: 3px 11px;
		min-width: 83px;
		font-style: normal;
    font-weight: bold;
		-o-transition: .3s;
	  -ms-transition: .3s;
	  -moz-transition: .3s;
	  -webkit-transition: .3s;
	}
		.subscription_form .mc4wp-form input[type=submit]:hover {
			opacity: 0.8;
		}

	::-webkit-validation-bubble-message { display: none; }

	.subscription_form .mc4wp-response {
		font-style: italic;
		position: absolute;
		left: 0;
		bottom: 40px;
		z-index: 999;
		background-color: #ffd850;
	}
		.subscription_form .mc4wp-response p {
			color: #000;
			line-height: 22px;
			padding: 3px 20px;
		}

.footer_wrap_icons {
	float: right;
	overflow: hidden;
	text-align: right;
}
.footer_social {
	display: inline-block;
	padding-right: 15px;
}
	.footer_social a {
		display: inline-block;
		margin-left: 16px;
		font-size:12px;
		text-align:center;
		color:#FFF;
		line-height: normal;
	}
	.footer_social a:hover {
		opacity: 0.8;
	}

/* Subscribe button */
.subscribe_button {
	float: left;
	color: #FFF;
	font-weight: bold;
	padding-right: 15px;
	border-right: 1px solid #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	display: none;
	cursor: pointer;
}
.subscribe_button i {
	margin-right: 4px;
}

/***
/* Footer Search
/********************/
#footer-search {
	display: inline-block;
	width: 40px;
	text-align: center;
	padding-left: 15px;
	border-left: 1px dotted rgba(255, 255, 255, 0.55);
	font-size: 12px;
	cursor: pointer;
	color:#FFF;
	font-weight: bold;
}

.show-search {
	background-color: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999;
	display: none;
}
	.show-search #searchform{
		position: fixed;
		top: 45%;
		left: 50%;
		margin-left: -114px;
	}
		.show-search #searchform input#s {
			padding: 0;
			padding-bottom: 5px;
			background-color: transparent;
			background-image: none;
			color: #FFF;
			font-size: 17px;
			border-bottom: 1px dotted rgba(255,255,255,0.7);
		}
	.close_search i {
		position: absolute;
		right: -20px;
		top: -20px;
		color: #FFF;
		font-size: 14px;
		cursor: pointer;
	}
		.widget .close_search i {
			display: none;
		}
#searchform ::-webkit-input-placeholder {
	 color: rgba(255, 255, 255, 0.7);
	 opacity: 0.8;
	 font-style: italic;
}

#searchform :-moz-placeholder { /* Firefox 18- */
	 color: rgba(255, 255, 255, 0.7);
	 opacity: 0.8;
	 font-style: italic;
}

#searchform ::-moz-placeholder {  /* Firefox 19+ */
	 color: rgba(255, 255, 255, 0.7);
	 opacity: 0.8;
	 font-style: italic;
}

#searchform :-ms-input-placeholder {
	 color: rgba(255, 255, 255, 0.7);
	 opacity: 0.8;
	 font-style: italic;
}
/***
/* Archive
/********************/
.archive-box {
	padding-top: 27px;
	margin-bottom: 40px;
	text-align: center;
	border-top: 1px solid #E8E8E8;
}

.archive-box span {
	font-size: 10px;
  color: #999;
  margin-bottom: 18px;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.archive-box h1 {
	font-size:25px;
	display:inline-block;
	color:#000;
	/*font-style: italic;*/
}

/***
/* 404 Page
/********************/
.error-page {
	text-align:center;
}
.error-page h1 {
	font-size:120px;
}


/*** Contact Form 7
/************************/
.wpcf7 input {
	min-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: 1px;
	text-transform: uppercase;
	font-size: 11px;
	background-color: #9CC4CB;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	border-radius: 20px;
	min-width: 150px;
	border: none;
	font-weight: bold;
	-webkit-appearance: none;
	margin: 0;
}
.wpcf7 .wpcf7-submit:hover {
	opacity:0.8;
}

/****************************************/
/*
/* WordPress core CSS
/*
/****************************************/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
	margin-right: auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption.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: 22px;
  margin: 0;
  font-style: italic;
  width: 100%;
	text-align: center;;
	color: #666;
}

/*** Gallery feature of Wordpress ***/
.post-entry .gallery .gallery-caption {
  font-style: italic;
  line-height: normal;
	color: #666;
  padding: 0 15%;
}

.post-entry .gallery .gallery-icon img {
  margin-bottom: 0;
  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: 40px;
	margin-bottom: 40px;
}
.post-pagination a {
	font-size: 10px;
  display: inline-block;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-sizing: border-box;
  text-decoration: none;
	background-color: #FFF;
	padding: 14px 20px;
	font-weight: bold;
}
	.post-pagination a:hover {
		background-color: #9CC4CB;
		color: #FFF;
	}

.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 layout**********/
.post_grid {
	float: left;
	width: 48%;
	margin-right: 4%;
	display: inline-block;
}
	.post_grid:nth-of-type(2n) {
		margin-right: 0;
	}

	.post_grid .post-header h2 a, .post_list .post-header h2 a {
		font-size: 22px;
		line-height: 28px;
	}

	.post_grid .post-header {
		margin-bottom: 13px;
	}

	.post_grid .post-entry {
		margin-bottom: 30px;
	}
	.post_grid .post-share a {
		margin-left: 17px;
	}
	.post_grid .meta-comments {
		display: none;
	}

h2.search_alert_title {
	font-size: 25px;
	color: #000;
	display: block;
	margin-bottom: 10px;
}

/********** List layout *********/
.post_list article {
	overflow: hidden;
	font-size: 0;
}
.post_list .wrap_content {
	display: table-cell;
	vertical-align: top;
}
	.post_list .post-header {
		text-align: left;
		margin-bottom: 13px;
	}
.post_list .post-img {
		display: table-cell;
		vertical-align: top;
		width: 34%;
}

.post_list .meta_date {
	float: none;
	margin-bottom: 17px;
	margin-top: 8px;
	display: block;
}
	.post_list .bottom_meta_wrap {
		border: none;
	}
	.wrap_buttons {
		overflow: hidden;
		margin-top: 20px;
	}
		.wrap_buttons .more-link {
			float: left;
			line-height: normal;
			margin-top: 0;
		}
.excerpt_large {
	display: none;
}
	.fullwidth .post_list .excerpt_large {
		display: block;
	}
	.fullwidth .post_list .excerpt_small {
		display: none;
	}


/*******************************************************************************
************************* Woocommerce - Shop page design ******************************
********************************************************************************/

/** Shop page **********/

.woocommerce input, .woocommerce select, .woocommerce textarea {
    border: 1px solid #ddd;
    color: #444;
    padding: 9px 10px;
}
.woocommerce .shop_page #main{
	background-color: #FFF;
	padding: 40px;
	box-sizing: border-box;
}
.woocommerce .woocommerce-breadcrumb {
	font-size: 13px;
	margin-bottom: 18px;
	color: #666;
	font-style: italic;
}

	.woocommerce .woocommerce-breadcrumb a {
		color: #666
	}
.woocommerce ul.products li.product a img {
	margin-bottom:3px;
	-o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
}

.woocommerce ul.products li.product a img:hover {
	opacity: 0.9;
}

.woocommerce ul.products li.product h3 {
    color: #000;
    text-align: center;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 20px;
    padding: 15px 0 0 0;
}
.woocommerce ul.products li.product .price {
	font-size:13px;
	color:#999;
	margin-top: 5px;
	margin-bottom: 0;
	line-height: normal;
}
.woocommerce ul.products li.product .price del {
	display:inline;
	margin-right:3px;
}
.woocommerce ul.products li.product .price ins {
	font-weight:400;
	text-decoration:none;
}
.woocommerce ul.products li.product .button {
	display:none;
}
.widget_product_categories .count {
	font-size:14px;
	color:#999;
}
.woocommerce ul.products li.product .onsale {
	display:none;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color:#eee;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color:#d8d8d8;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color:#d8d8d8;
}
.woocommerce .woocommerce-ordering {
    margin-top: -15px;
    margin-bottom: 40px;
}
.woocommerce .woocommerce-ordering select {
	padding:7px 9px;
	color:#999;
	border-radius:2px;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
	border:none;
	background:#EEE;
	max-width:180px;
	height: 20px;
	outline: none;
}
.woocommerce .page-title {
	font-size:25px;
	margin-bottom: 17px;
	line-height: 30px;
	font-style: italic;
}
.woocommerce .woocommerce-result-count {
	color:#666;
	font-size: 9px;
}

.woocommerce nav.woocommerce-pagination ul {
	border:none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border:1px solid #e5e5e5;
	margin:0 3px;
	border-radius:3px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background:#EEE;
	color:#444;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	color:#444;
	font-size:13px;
}

.woocommerce-page ul.products li.product, .woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
	margin: 0 3% 48px 0;
  width: 31.3%;
}
.woocommerce-page ul.products li:nth-of-type(3n) {
	margin-right: 0;
}

/** Single Product **********/
.woocommerce div.product div.images img {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}
.woocommerce div.product div.images img:hover {
	opacity: 0.9;
}
.woocommerce div.product form.cart .variations label {
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: normal;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	margin-right: 5px;
}

.woocommerce-message:before {
    content: "\e015";
    color: #0f7590;
}
.woocommerce table.shop_table {
    font-size: 14px;
}

.woocommerce div.product .product_title {
	font-size: 25px;
  font-style: italic;
	color:#000;
	margin-bottom: 10px;
	line-height: 30px;
}
.woocommerce .star-rating {
	font-size:13px;
	color:#9CC4CB;
	font-style: normal;
}

a.woocommerce-review-link {
	font-size:11px;
	color:#666;
}
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 7px;
}
.woocommerce div.product .entry-summary p.price, .woocommerce div.product .entry-summary span.price {
	font-size:19px;
	color:#0f7590;
}
.woocommerce #content div.product div.summary p {
	margin-bottom:20px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	font-weight:400;
	text-decoration:none;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
	margin-top:30px;
	margin-bottom: 30px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #171717;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:12px 18px 13px;
	border-radius:2px;
	font-weight: bold;
	opacity: 1;
	outline: none;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color:#333;
}
.woocommerce-account input.button[type=submit] {
	margin-top: 10px;
}
.woocommerce .quantity .qty {
	border-radius: 2px;
	padding: 10px 0;
	margin-right: 7px;
}
.woocommerce div.product form.cart .variations select {
	height: 26px;
	outline: none;
}
.product_meta {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 9px;
}
.product_meta .sku_wrapper, .product_meta .posted_in, .product_meta .tagged_as {
	display:block;
	line-height: 21px;
}

.woocommerce span.onsale {
	min-height:28px;
	min-width:60px;
	line-height:28px;
	top:15px;
	left:15px;
	background-color:#fff;
	color:#000;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0;
	padding-left:2px;
	border-radius:0;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width:53%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width:43%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 12px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
	font-weight:bold;;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	margin-bottom:25px;
	padding-top: 10px;
  font-size: 20px;
	font-style: italic;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color:#f1f1f1;
}

.woocommerce-tabs.wc-tabs-wrapper {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 35px;
}
.up-sells h2 {
    margin-bottom: 20px;
    font-style: italic;
    font-size: 20px;
}
.pp_woocommerce a {
	font-style: normal;
}
/**** Related Products ****/
.related.products ul.products li.product{
	margin-bottom: 0;
}
.related.products h2 {
    margin-bottom: 20px;
    font-style: italic;
    font-size: 20px;
}
.related.products .star-rating , .woocommerce ul.products li.product .star-rating{
	display: none;
}
/* attributes */
.woocommerce table.shop_attributes th {
	font-weight:400;
}
.woocommerce table.shop_attributes td {
	padding-left:15px;
}

/* Comments / Reviews  */
.woocommerce .comment-notes {
	font-style: italic;
	color: #666;
}
.woocommerce #reviews #comment {
	height: 120px;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #666;
}
.woocommerce #reviews #comments ol.commentlist {
	padding-left:0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	position:relative;
	border:none;
	background:none;
	border-radius:100%;
	height:50px;
	width:50px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border:none;
	border-radius:0;
	margin-left:65px;
	padding:0 0 0 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	line-height: normal;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin-bottom:3px;
}
.woocommerce .comment-text p.meta strong {
	font-size: 12px;
	margin-bottom: 2px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: normal;
}
.woocommerce .comment-text p.meta time {
	font-size: 9px;
}
.woocommerce #reviews #comments .description {
	margin-top: 10px;
}

.woocommerce p.stars a {
	margin-right: 8px;
}
.woocommerce p.stars a:before {
	font-size: 18px;
}

.woocommerce #reviews #comments ol.commentlist li {
	border-bottom:1px solid #eee;
	padding-bottom:25px;
  list-style: none;
}
.woocommerce #reviews h3 {
	margin-bottom:10px;
}
.woocommerce #review_form #respond p {
	margin-bottom:0;
}
.woocommerce #respond input {
	margin-bottom: 5px;
}
.woocommerce #review_form #respond textarea {
	margin-bottom:0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	text-transform:uppercase;
	letter-spacing:1px;
	background:#eee;
	font-size:10px;
	color:#000;
	padding:13px 22px;
	display:inline-block;
	border:none;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	cursor:pointer;
	border-radius:3px;
	width:auto;
	font-weight:bold;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #9CC4CB;
	color: #FFFFFF;
}


/** My account **********/
.woocommerce-account .addresses .title h3, .woocommerce-account h2 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}
.woocommerce table.my_account_orders th {
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:400;
	padding:10px;
}
.woocommerce table.shop_table td {
	border:none;
}
.woocommerce table.my_account_orders .order-actions .button {
	padding:7px 14px 8px 16px;
	font-size:10px;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
	padding:8px 8px;
}
.woocommerce table.shop_table {
	margin-bottom:35px;
}
.woocommerce-page .col2-set.addresses {
	margin-top:30px;
}
.woocommerce-page .col2-set.addresses address {
	color:#888;
}
p.myaccount_user {
	margin-bottom:35px;
}
address {
	line-height:24px;
}
.woocommerce-account .addresses .title .edit {
	font-size:11px;
	text-decoration:underline;
}

/** Empty cart **********/
.cart-empty {
	text-align:center;
}
.return-to-shop {
	text-align:center;
}

/** Order ID ***********/
.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tbody th {
	border-bottom:none;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	font-weight:400;
}
mark {
	background-color:#fff;
	border-bottom:3px solid #eee;
}

/** Checkout **********/

.woocommerce .woocommerce-info:before {
	color:#888;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background-color:#f7f7f7;
	border-top-color:#9CC4CB;
	line-height: 20px;
	font-size: 12px;
}
.woocommerce .woocommerce-info {
    border-top-color: #e5e5e5;
}
a.showcoupon {
	text-decoration:underline;
}
.woocommerce-checkout form h3 {
    font-style: italic;
    font-size: 20px;
}
input#ship-to-different-address-checkbox {
    width: auto;
    vertical-align: middle;
}

.woocommerce-checkout #payment ul.payment_methods li {
	list-style:none;
}
.woocommerce-checkout #payment ul.payment_methods li input {
	width:auto;
}
.woocommerce-checkout #payment {
	background-color:#f7f7f7;
}
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom:none;
}
.woocommerce-checkout #payment div.payment_box:before {
	border:1em solid #ebebeb;
	border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce-checkout #payment div.payment_box {
	background-color:#ebebeb;
	color:#888;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border:1px solid #e5e5e5;
}
#add_payment_method .checkout .create-account small, .woocommerce-cart .checkout .create-account small, .woocommerce-checkout .checkout .create-account small {
	line-height: 19px;
}
/** Order received **********/
.woocommerce .order_details li {
	list-style:none;
}
.woocommerce .order_details {
	padding-left:0;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
	top:11px;
	font-style: normal;
}

.woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {
	margin-bottom:0;
}


/** Cart **********/
.woocommerce table.shop_table th {
	font-size: 14px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width:100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
	padding-left:15px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top:none;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
	font-size:10px;
	padding:8px 14px 9px;
	opacity: 0.5;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding:4px 6px;
	margin-right:10px;
	line-height: 16px;
}
.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	min-width:110px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
	background:#f7f7f7;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	padding:15px;
	border-top:1px solid #e5e5e5;
}
.woocommerce a.remove {
	color:#000 !important;
}
.woocommerce a.remove:hover {
	background:none !important;
	color:#000 !important;
	text-decoration:none;
}
.cart_item a {
	color:#000;
}
.cart_totals h2 {
    font-style: italic;
    font-weight: normal;
    font-size: 20px;
}
.woocommerce .cart-collaterals .cross-sells h2 {
	font-size: 20px;
}
/** login **********/
input#rememberme {
    width: auto;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	font-size: 13px;
	color: #444;
	width: 100%;
}
.woocommerce form .form-row {
	box-sizing: border-box;
}

.woocommerce form .form-row label {
	margin-bottom: 5px;
}

.woocommerce .login .button {
	margin-right:10px;
}
.woocommerce form .form-row .input-checkbox {
	width:auto;
}
.lost_password {
	font-size:11px;
}
	.lost_password a {
		font-size: 13px;
		font-style: italic;
	}

/** cart widget **********/
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
	font-size:16px;
	line-height:18px;
	font-weight:700;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	font-size: 15px;
	color: #000;
	line-height: 20px;
	font-style: italic;
	font-weight: 400;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width:60px;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
	margin-bottom:8px;
}
.widget_shopping_cart .quantity {
	color:#999;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
	margin-bottom:15px;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
	border-top:1px solid #eee;
	padding-top:10px;
	margin-bottom:15px;
}
.widget_shopping_cart a.button, .woocommerce .widget_price_filter .price_slider_amount .button {
	font-size:10px;
	padding:10px 16px 11px;
	margin:0 5px 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}
.post-entry .woocommerce-message {
	border-color: #9CC4CB;
}

	/* Cart widget */
	.widget_shopping_cart {
		background-color: #FFF;
	}
		.widget_shopping_cart_content {
	    padding: 0 20px 20px;
		}

/** product widget **********/
.woocommerce.widget_products ul.product_list_widget li img, .woocommerce.widget_recently_viewed_products ul.product_list_widget li img,
.woocommerce.widget_recent_reviews ul.product_list_widget li img, .woocommerce.widget_top_rated_products  ul.product_list_widget li img {
	float:left;
	margin-left:0;
	margin-right:14px;
	width:80px;
}
.woocommerce.widget_products ul.product_list_widget li, .woocommerce.widget_recently_viewed_products ul.product_list_widget li,
.woocommerce.widget_recent_reviews ul.product_list_widget li, .woocommerce.widget_top_rated_products  ul.product_list_widget li {
	margin-bottom:8px;
	padding-bottom: 10px;
}
.woocommerce.widget_products .amount, .woocommerce.widget_recently_viewed_products .amount, .woocommerce.widget_recent_reviews .amount,
.woocommerce.widget_top_rated_products .amount {
	color:#999;
}
.woocommerce.widget_products span.product-title, .woocommerce.widget_recently_viewed_products span.product-title,
.woocommerce.widget_recent_reviews span.product-title, .woocommerce.widget_top_rated_products span.product-title {
    margin-bottom: 5px;
}

ul.product-categories .cat-parent {
    border-bottom: none;
}
ul.product-categories > li {
    list-style-type: disc;
    list-style-position: inside;
}
ul.product-categories li ul {
    padding-left: 20px;
    padding-top: 10px;
    border-top: 1px dotted #DDD;
    margin-top: 5px;
}

/** review widget **********/
.woocommerce ul.cart_list li .star-rating {
	margin-top:8px;
	margin-bottom:3px;
}
.woocommerce ul.product_list_widget li .star-rating {
	margin-top:8px;
	margin-bottom:8px;
}
.woocommerce ul.product_list_widget .reviewer {
	color:#999;
	font-style:italic;
	font-size:13px;
	color: #999;
	font-style: italic;
	font-size: 11px;
	margin-top: 10px;
	display: block;
}

/** widget filter **********/
.woocommerce.widget_layered_nav_filters ul li { margin-right:10px; }
.woocommerce.widget_layered_nav ul li .count { color:#999; }
.woocommerce.widget_layered_nav ul li a:hover{ text-decoration:none; }


/* Search widget */
.woocommerce-product-search input{
    margin-bottom: 6px;
    font-size: 13px;
    padding: 0 18px;
    height: 40px;
    color: #000;
}

.woocommerce-product-search input[type="submit"] {
	background-color: #171717;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 18px;
	border-radius: 2px;
	opacity: 1;
	color: #FFFFFF;
	border: none;
	font-weight: bold;
	height: 40px;
	cursor: pointer;
}

/* Popup gallery images */
div.pp_woocommerce .pp_nav .currentTextHolder {
	line-height: normal;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 22px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-color : #e6e6e6;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 23.9%;
    margin-right: 5px;
    margin-top: 5px;
}
