/*
Theme Name: Phoebe - GLS
Theme URI: https://demos.georgialoustudios.com/phoebe
Description: A WordPress Theme for Bloggers
Author: Georgia Lou Studios
Author URI: https://georgialoustudios.com
Version: 1.2.4
License: GPL
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: phoebe-gls
Tags: one-column, two-columns, three-columns, right-sidebar, custom-colors, custom-background, custom-logo, featured-images, footer-widgets, theme-options, blog, e-commerce
*/

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none }
/**/

body {
	font-family:"Open Sans", sans-serif;
	font-size:14px;
	color:#545454;
	background:#fff;
	letter-spacing: 0.5px;
}

h1,h2,h3,h4,h5,h6, .feat-more, .post-share .share-comments a, .post-share .share-text, .about-title, .post-comments span.reply a, .post-pagination,
.pagination a , .post-tags a, .show-search #searchform input#s, .widget .tagcloud a  {
	font-family:"Lora", sans-serif;
}

#nav-wrapper .menu li a, .slicknav_nav a {
	font-family:"Open Sans", sans-serif;
}

p {
	line-height:25.4px;
	letter-spacing: 0.5px;
}

a {
	color:#c39f76;
	text-decoration:none;
}

.clr {
	clear: both;
}

/****************************************/
/* Layout
/****************************************/

.container {
	width:1080px;
	margin:0 auto;
}
#content {
	overflow:hidden;
	margin-bottom:20px;
}
#main {
	width:720px;
	float:left;
	position: relative;
	margin-top: 30px;
}
#main.fullwidth {
	width:100%;
}
#sidebar {
	width:300px;
	float:right;
	margin-top: 30px;
}

/****************************************/
/* Top Bar
/****************************************/

#top-bar {
	height:50px;
	background:#ffffff;
	width:100%;
	position:fixed;
	z-index:9999;
	-webkit-backface-visibility: hidden;
	opacity: 1.0;
	border-bottom: 1px solid #ececec;   
	-webkit-box-shadow: 1px 1px 1px 1px #ececec; 
	-moz-box-shadow: 1px 1px 1px 1px #ececec; 
	box-shadow: 1px 1px 1px 1px #ececec;
}
#top-bar .container2 {
	position:relative;
	height: 50px;
	margin: 0 40px;
}

.menuOpacity2 {
	opacity: 0.9 !important;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important; 
	-moz-box-shadow:  0 1px 3px rgba(0, 0, 0, 0.2) !important; 
	box-shadow:  0 1px 3px rgba(0, 0, 0, 0.2) !important;
}

.menuOpacity2:hover {
	opacity: 1 !important;
	transition: all 0.4s ease 0s;
}

/* Menu **********/
.slicknav_menu {
	display:none;
}
#nav-wrapper .menu {
	float:left;
}
#nav-wrapper .menu li {
	display:inline-block;
	margin-right:40px;
	position:relative;
	line-height: 52px;
}
#nav-wrapper .menu li a {
	color:#272727;
	font-size:13px;
	font-weight:500;
	letter-spacing:1px;
	text-transform:uppercase;
	display:block;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}
#nav-wrapper .menu li a:hover {
	color:#c39f76;
}
#nav-wrapper .menu > li.menu-item-has-children > a:after {
	font-family: FontAwesome;
    content: "\f107";
	margin-left:7px;
	color:#272727;
	font-size:13px;
}
#nav-wrapper .menu > li.menu-item-has-children > a:hover:after {
	color:#c39f76;
}

	/* Dropdown **********/
	#nav-wrapper .menu .sub-menu,
	#nav-wrapper .menu .children {
		background-color: #fff;
		display: none;
		padding: 0;
		position: absolute;
		margin-top:0;
		left: 0;
		z-index: 99999;
		border-top: 3px solid #c39f76;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		line-height: 52px;
	}
	#nav-wrapper ul.menu ul a,
	#nav-wrapper .menu ul ul a {
		color: #272727;
		margin: 0;
		font-size:12px;
		letter-spacing:2px;
		line-height: 50px;
		padding: 0px 15px;
		min-width: 250px;
		-o-transition:.25s;
		-ms-transition:.25s;
		-moz-transition:.25s;
		-webkit-transition:.25s;
		transition:.25s;
		border-bottom:1px solid;
		border-color:#f2f2f2;
	}
	#nav-wrapper ul.menu ul li,
	#nav-wrapper .menu ul ul li {
		padding-right:0;
		margin-right:0;
		line-height: 50px;
	}
	#nav-wrapper ul.menu ul a:hover,
	#nav-wrapper .menu ul ul a:hover {
		color: #fff;
		background:#c39f76;
	}
	#nav-wrapper ul.menu li:hover > ul,
	#nav-wrapper .menu ul li:hover > ul {
		display: block;
	}
	#nav-wrapper .menu .sub-menu ul,
	#nav-wrapper .menu .children ul {	
		left: 100%;
		top: 0;	
	}
	
/* Social and Search **********/
#top-social {
	position:absolute;
	right:17px;
	top:0;
	text-align: center;
	padding: 0 10px;
}
#top-social.nosearch { 
	right:0; 
}
#top-social a {
	color:#272727;
	font-size:14px;
	line-height:50px;
	height: 50px;
	display:inline-block;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
	margin: 1px 1px 1px 10px;
}
#top-social a:hover {
	color:#c39f76;
} 
#top-search {
	position:absolute;
	right:0;
	top:0;
}
#top-search a.search {
	font-size:12px;
	color:#999;
	line-height:50px;
	position:relative;
	opacity: 0.9;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}
#top-search a.search:hover {
	opacity: 1.0;
}
.show-search {
	position:absolute;
	top:51px;
	right:0;
	display:none;
	z-index:10000;
}
.show-search #searchform input#s {
	width:250px;
	background:#FFF;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	-moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	border:1px solid #eee;
}
.show-search #searchform input#s:focus {
	border:1px solid #ddd;
}

/****************************************/
/* Slicknav CSS
/****************************************/
.slicknav_btn { 
	position: relative; 
	display: block; 
	vertical-align: middle; 
	float: left;  
	line-height: 42px; 
	cursor: pointer;  
	height:42px;
}
.slicknav_menu  .slicknav_menutxt { 
	display: none;
}
.slicknav_menu .slicknav_icon { 
	float: left; 
	margin: 0.188em 0 0 0; 
	font-size:19px; 
	padding-top: 8px;
	padding-bottom: 2px;
}
.slicknav_menu .slicknav_no-text { 
	margin: 0 
}
.slicknav_menu .slicknav_icon-bar { 
	display: block; 
	width: 1.15em; 
	height: 0.15em; 
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { 
	margin-top: 0.188em 
}
.slicknav_nav { 
	clear: both 
}
.slicknav_nav ul,
.slicknav_nav li { 
	display: block;
}
.slicknav_nav .slicknav_arrow { 
	font-size: 0.8em; margin: 0 0 0 0.4em; 
}
.slicknav_nav .slicknav_item { 
	cursor: pointer; 
}
.slicknav_nav .slicknav_row { 
	display: block; 
}
.slicknav_nav a { 
	display: block 
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { 
	display: inline 
}
.slicknav_menu:before,
.slicknav_menu:after { 
	content: " "; 
	display: table; 
}
.slicknav_menu:after { 
	clear: both 
}
.slicknav_menu { 
	*zoom: 1 
}
.slicknav_btn {
    margin: 8px 0 0;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #272727;
}
.slicknav_menu {
    background:#ffffff;
    padding:0;
    width: 100%;
}
.slicknav_nav {
    margin:0;
    padding:7px 20px 0;
    border: 1px solid #e6e6e6;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
    background: #fff;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav li {
	border-bottom: 1px solid #e9e9e9;
}
.slicknav_nav ul li:last-child {
	border-bottom: 0px solid #e9e9e9;
}
.slicknav_nav a{
    padding:7px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#272727;
	font-size:12px;
	font-weight: 500;
	letter-spacing:2px;
	text-transform:uppercase;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav li a:hover {
	color: #fff;
	background: #c39f76;
}
.slicknav_nav a:hover{
	color: #fff;
	background: #c39f76;
}
.slicknav_nav .slicknav_txtnode {
    margin-left:15px;   
}
.slicknav_menu .slicknav_no-text {
	margin-top:7px;
}

/****************************************/
/* Header & Logo
/****************************************/
.home #header, .page-template-page-slider #header, .page-template-page-fullwidth-slider #header {
	margin-bottom:0;
	border-bottom:none;
}
#header.slider{
	padding-bottom:20px;
}
#header {
	padding-bottom: 60px;
	padding-top:50px;
	text-align:center;
}
#header h1{
	font-family: "Poiret One", sans-serif;
	color: #272727;
	font-size: 80px;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-weight: 400;
}
#header h1 a {
	color: #272727;
}
#header h2 {
	font-family: 'Lora';
	font-size: 14px;
	color: #272727;
	letter-spacing: 1px;
	margin-top: 5px;
}
#logo {
	padding-top:60px;
	padding-bottom: 20px;
}
#logo img {
	max-width:100%;
	height:auto;
	vertical-align:middle;
	max-height: 105px;
}

#site-description {
	text-align: center;
	font-family: "Rock Salt", sans-serif;
	font-size: 14px;
	color: #222222;
	letter-spacing: 1px;

}

/****************************************/
/* Featured Slider
/****************************************/

.featured-area {
	margin-bottom:30px;
}
.featured-area.nopromo {
	margin-bottom:30px;
}

/* Boxed & Full Width Sliders ***********/
.featured-area .feat-item {
	display: table;
	width:100%;
	height:530px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.featured-area .feat-item:hover {
	cursor: pointer;
}
.featured-area .feat-overlay {
	height: 100%;
    display: table-cell;   
    vertical-align: middle;   
	text-align:center;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.featured-area .feat-overlay:hover {
}
.featured-area .feat-inner {
	max-width:60%;
	margin:0 auto;
}
.featured-area .feat-overlay .cat {
	display: block;
	color: #fff;
}
.featured-area .feat-overlay .cat a {
	display:inline-block;
	margin:0 2px 13px;
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:4px;
	padding-bottom:2px;
	font-family: "Josefin Sans", sans-serif;
	text-shadow: 2px 2px 3px #222;
	font-weight: 700;
}
.featured-area .feat-overlay .cat a:hover {
	opacity: 0.8;
}
.featured-area .feat-overlay h2 {
	color:#fff;
	font-size:32px;
	line-height:1.4em;
	font-weight: 400;
	text-transform:uppercase;
	letter-spacing:3px;
	margin-bottom:15px;
	text-shadow: 2px 2px 3px #222;
}
.featured-area .feat-overlay h2 a {
	color:#fff;
	display:block;
}
.featured-area .feat-overlay h2 a:hover {
	opacity: 0.8;
}
.featured-area .slider-separator {
	width: 70px;
	height: 2px;
	background-color: #fff;
	margin: 18px auto;
}
.feat-more {
	color:#272727;
	background: #fff;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
	display:inline-block;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
	font-family: "Lora";
	font-weight: 500;
	margin-top: 15px;
	padding: 15px;
	opacity: 0.9;
}
.feat-more:hover {
	opacity: 1.0;
}
.feat-more .dslc-icon {
  color: #272727;
  margin-left: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  display: inline;
}
.feat-more:hover .dslc-icon {
margin-left: 5px;
opacity: 1;
font-size: inherit !important;
}
.bx-wrapper .bx-controls-direction a {
	border-radius: 0 !important;
	padding: 10px 0px !important;
	background: rgba(255,255,255,0.4);
	border-color: transparent !important;
}
.bx-wrapper .bx-controls-direction a:hover {
	background: rgba(255,255,255,0.9);
}
.bx-wrapper .bx-controls-direction a .fa {
	font-size: 28px !important;
	color: #444;
}
/* Home page */
.home #content {
	padding-top: 0 !important;
}

/* Carousel Slider *********/
.featured-area-carousel {
	margin-bottom: 30px;
}
#owl-demo {
	margin-bottom: 0px;
	border-bottom: 1px solid #ededed;   
	-webkit-box-shadow: 1px 1px 1px 1px #ededed; 
	-moz-box-shadow: 1px 1px 1px 1px #ededed; 
	box-shadow: 1px 1px 1px 1px #ededed;
}
#owl-demo .item {
	position: relative;
}
.owl-item .image_container {
	height: auto;
	overflow:hidden;
}
#owl-demo .item img{
	max-width:100%;
	height:auto;
}
#owl-demo .item img:hover {
	opacity: 0.9;
}

#owl-demo .item .feat-overlay {
	background: #fff;
	width:100%;
	height: 100%;
	text-align: center;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	-webkit-transition: transform .5s; 
	transition: transform .5s;
	min-height: 167.5px;
	padding-bottom: 7px;
}

#owl-demo .item .feat-overlay .feat-text {
	background: #fff;
	padding: 10px 10px 0 10px;
	-o-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
}
#owl-demo .item:hover .feat-overlay {
	transform: translateY(-20px);
}
#owl-demo .item .feat-overlay h3 {
	padding: 10px 0;
}
#owl-demo .item .feat-overlay h3 a {
	font-size:18px;
	color:#272727;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 0.5px;
}
#owl-demo .item .feat-overlay .cat {
	color: #c39f76;
	display: block;
}
#owl-demo .item .feat-overlay .cat a {
	font-size:11px;
	font-weight: 700;
	color:#c39f76;
	display:inline-block;
	margin-bottom:10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-top: 5px;
	font-family: "Josefin Sans", sans-serif;
}
#owl-demo .item .feat-overlay .cat a:hover {
	text-decoration: underline;
}
.featured-area-carousel .feat-more {
	font-size:11px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	text-transform:uppercase;
	letter-spacing:1px;
	display: block;
	margin: 12px auto 20px;
  	line-height: 1;
  	border: 1px solid #c39f76;
	  color: #272727;
	  padding: 12px 15px;
	  width: 92px;
	-webkit-transition: all .3s;
  	-moz-transition: all .3s;
  	transition: all .3s;
}
.featured-area-carousel .feat-more .dslc-icon {
  color: #272727;
  margin-left: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  display: inline;
}
.featured-area-carousel .feat-more:hover {
	width: 112px;
}
.featured-area-carousel .feat-more:hover .dslc-icon {
margin-left: 5px;
opacity: 1;
font-size: inherit !important;
}
.owl-theme .owl-controls {
	margin-top: 0 !important;
}
#owl-demo .owl-controls .owl-buttons {
	position: relative;
}
#owl-demo .owl-controls .owl-buttons div {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 5px 10px;
  font-size: 28px;
  filter: Alpha(Opacity=30);
  opacity: .4;

}
#owl-demo .owl-controls .owl-buttons div:hover {
	opacity: 1.0;
}
.owl-next {position: absolute;right: 12px;top: -310px;}
.owl-prev {position: absolute;left: 12px;top: -310px;}
.owl-next:hover {opacity:1.0;}
.owl-prev:hover {opacity:1.0;}


/****************************************/
/* Promo Area
/****************************************/
.promo-area {
	overflow:hidden;
	padding-bottom:30px;
	display: block;
	float: none;
}

/* 2 Boxes */
.promo-area.promo2 .promo-item {
	width: calc(50% - 15px);
	float: left;
	display: inline-block;
}
.promo-area.promo2 .promo-item-1 {
	margin-right: 30px;
}

/* 3 Boxes */
.promo-area.promo3 .promo-item {
	width: calc(33% - 16.5px);
	float: left;
	display: inline-block;
}
.promo-area.promo3 .promo-item-1,
.promo-area.promo3 .promo-item-2 {
	margin-right: 30px;
}

/* 4 Boxes */
.promo-area.promo4 .promo-item {
	width: calc(25% - 16.5px);
	float: left;
	display: inline-block;
}
.promo-area.promo4 .promo-item-1,
.promo-area.promo4 .promo-item-2,
.promo-area.promo4 .promo-item-3
 {
	margin-right: 22px;
}
.promo-item {
	height:200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.promo-item:hover {
	opacity: 0.8;
}
.promo-item:last-child {
	margin-right:0;
}

.promo-overlay {  
	position: absolute;
	top: 0;
	left: 0;
	text-align:center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.promo-overlay h4 {
	max-width:50%;
	color:#272727;
	line-height:1.5em;
	padding:8px 12px 8px 13px;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
	background: rgba(255,255,255,0.9);
	display:inline-block;
	font-weight: 500;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
	margin-bottom: 0;
	 position: absolute;
	 left: 50%;
	 bottom: 50%;
	-webkit-transform: translate(-50%, 50%);
   -moz-transform: translate(-50%, 50%); 
   -ms-transform: translate(-50%, 50%); 
   -o-transform: translate(-50%, 50%); 
   transform: translate(-50%, 50%);
}
.promo-link {
	position: absolute; 
	height: 100%; 
	width: 100%;
	top: 0;
	left:0;
	z-index: 999999;
	display: block
}

/* Landing Page */
.page-template-page-landing-page #content {
	margin-top: 0 !important;
}
.page-template-page-landing-page .share-buttons {
	display:none;
}
.page-template-page-landing-page-sidebar #content {
	margin-top: 0 !important;
}
.page-template-page-landing-page-sidebar .share-buttons {
	display:none;
}

/* Landing Page 2 */
.page-template-page-landing-page-2 #content,
.page-template-page-landing-page-2-sidebar #content {
	padding-top: 0 !important;
}
.featured-landing-page-2 {
	padding-bottom: 30px;
	overflow:hidden;
}
.page-template-page-landing-page-2 #content,
.page-template-page-landing-page-2-sidebar #content {
	margin-top: 0 !important;
}
#landing-sidebar-left {
	display: inline-block;
	width: 700px;
	margin-right: 30px;
	float: left;
}
#landing-sidebar-right {
	display: inline-block;
	width: 350px;
	float: left;
	box-sizing: border-box;
}
#landing-sidebar-left .widget,
#landing-sidebar-right .widget {
	margin-bottom: 0;
}
#landing-sidebar-left .widget-title {
	display:none;
}
.page-template-page-landing-page-2 .post-share, 
.page-template-page-landing-page-2 .post-header h1 {
	display:none;
}
.page-template-page-landing-page-2 #comments {
	border-top-width: 0;
}
.landing-sidebar .widget_mc4wp_form_widget .widget-title {
	border-bottom-width: 0;
}
#landing-sidebar-right .quebella_about_widget {
	margin-bottom: 20px;
}
#landing-sidebar-right .about_widget_img {
	max-width: 330px;
	min-width: 330px;
	border-radius: 50%;
}
.page-template-page-landing-page-2 .promo-area {

}


/****************************************/
/* Posts
/****************************************/
.single #header.slider {
	padding-bottom: 50px;
}
.single-post .post {
	border-bottom-width: 0;
}
.post {
	margin-bottom:55px;
	border-bottom: 1px solid #e5e5e5;
}
.post-inner {
	background: #fff;
}
.post-img img {
	vertical-align:middle;
	max-width:100%;
	width: 100%;
	height:auto;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
	margin-bottom: 10px;
}
.post-img:hover {
	opacity: 0.8;
}
.post-img.audio iframe {
	height:166px;
	width:100%;
}
.post-header {
	text-align:center;
	margin-bottom:25px;
}
.post-header .cat,
.list-item .cat {
	display:inline-block;
	font-family: "Josefin Sans", sans-serif;
	font-size: 11px;
	padding-bottom: 15px;
	color: #c39f76;
}
.post-header .cat a, 
.list-item .cat a {
	display:inline-block;
	text-transform:uppercase;
	font-family: "Josefin Sans", sans-serif;
	font-size: 11px;
	letter-spacing: 4px;
	color: #c39f76;
	font-weight: 700;
	border-bottom: 1px solid #c39f76;
	line-height: 1.6;
	text-transform: uppercase;
	margin: 0 0 4px 4px;
}
.post-header .cat a:hover {
	text-decoration:none;
	color: #272727;
	border-bottom-color: #272727;
}
.post-header h2, .post-header h1 {
	display:block;
	margin-bottom: 10px;
}
.post-header h2 a, .post-header h1 {
	font-size:28px;
	letter-spacing:4px;
	text-transform:uppercase;
	color:#272727;
	font-weight:500;
	line-height:1.3em;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}
.post-header h2 a:hover {
	color: #c39f76;
}
.post-header .post-title-separator {
	width: 85px;
	background-color: #272727;
	height: 2px;
	margin: 15px auto;
}
.post-date {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: #777;
	font-style: italic;
	letter-spacing: 1px;
	padding: 10px 0 15px;
}


/* Post Entry **********/
.post-entry p, .post-entry hr {
    margin-bottom:9px;
}
.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
	color:#343434;
	font-weight:600;
	margin:20px 0 10px;
	text-transform: uppercase;
}
.post-entry h1 {
	font-size:24px;
}
.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 #e5e5e5;
	clear:both;
}
.post-entry blockquote {
	border-left:3px solid;
	border-color:#ddd;
	padding:0 18px;
}
.post-entry blockquote p {
	font-size:18px;
	line-height:28px;
	font-style:italic;
	color:#888;
}
.post-entry a:hover {
	text-decoration:underline;
}
.post-entry ul, .post-entry ol {
	padding-left:45px;
	margin-bottom:20px;
}
.post-entry ul li {
	margin-bottom:12px;
	list-style:square;
}
.post-entry ol li {
	margin-bottom:12px;
	list-style:decimal;
}

.sticky.post .post-header { 
	border:1px dashed #eee; 
	padding:20px 0; 
}
.bypostauthor  {}
.post-entry pre {
	overflow:auto;
}
.post-entry table { 
	width:100%; 
	margin-bottom:22px; 
	border-collapse:collapse 
}
.post-entry td, .post-entry th { 
	padding: 12px; 
	border-bottom: 1px #e5e5e5 solid; 
}
.post-entry th { 
	font-weight:bold; 
	font-size:14px; 
	background:#f5f5f5;
}
.post-entry tr:hover {
	background:#f5f5f5;
}
.post-entry img {
	max-width:100%;
	height:auto;
}

/* Read More Button **********/
.more-link {
	max-width: 150px;
	display:block;
	margin:40px auto 20px;
	text-transform:uppercase;
	font-size:14px;
	font-family: "Lora", serif;
	font-weight: 600;
	background: #272727;
	color:#fff;
	letter-spacing: 2px;
	padding: 12px 25px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	text-align: center;
}
a.more-link:hover {
	background: #c39f76;
	text-decoration: none;
	color: #fff;
}

/* Post Share **********/
.page .post-share {
	padding-top: 20px;
	text-align: center;
}
.page .post-share .post-share-box {
	position: static;
}
.post-share {
	height: 30px;
	position: relative;
	padding-bottom: 10px;
}
.post-share .share-comments {
	position: absolute;
	left: 0;
	bottom: -19px;
	border: 1px solid #e5e5e5;
	padding: 5.5px 15px;
	line-height: 25px;
	background: #fff;
	z-index: 10;
}
.single-post .post-share .share-comments {
	bottom: -44px;
}
.post-share .share-comments a {
	color: #545454;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Lora', serif;
}
.post-share .share-comments a:hover {
	text-decoration: underline;
}
.post-share-box {
	position: absolute;
	right: 0;
	bottom: -19px;
	text-align:center;
	z-index: 5;
	border: 1px solid #e5e5e5;
	padding: 5px 15px;
	line-height: 25px;
	background: #fff;
	z-index: 10;
}
.single-post .post-share-box {
	bottom: -44px;
}
.post-share-box.share-buttons a i {
	font-size: 16px;
	color: #272727;
	margin: 1px;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
	margin: 5px 5px 0 5px;
}
.post-share-box.share-buttons a:hover i {
	color: #c39f76;
}
.post-share-box.share-author a {
	font-family:"Open Sans";
	font-size:14px;
	color:#272727;
	text-transform:uppercase;
	letter-spacing:1px;
	font-style:normal;
}
.post-share-box.share-author span {
	color:#888;
	font-style:italic;
	margin-right:2px;
}

.page .post-share-box {
	border-width: 0;
}

.shop-the-post {
	padding-top: 10px;
}

/* Post Author **********/
.post-author {
	margin-top:25px;
	padding: 40px 25px 5px;
	overflow:hidden;
	border-top: 1px solid #e5e5e5;
}	
.author-written-by {
	font-family: "Open Sans", serif;
	font-size: 10px;
	color: #545454;
	font-style: italic;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.author-img {
	float:left;
	margin-right:30px;
}
.author-img img {
	border-radius:50%;
}
.author-content  {
	overflow:hidden;
	margin-top: 7px;
}
.author-content h5 a {
	font-size:13px;
	margin-bottom:6px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:600;
	color:#272727;
	display:block;
}
.author-content h5 a:hover {
	color: #c39f76;
}
.author-content p {
	margin-bottom:9px;
	color:#666;
	font-size: 13px;
}
.author-content .author-social {
	font-size:14px;
	color:#272727;
	margin-right:8px;
}
.author-content .author-social:hover {
	color: #c39f76;
}

/* Post Pagination *********/
.post-pagination {
	height:40px;
	margin-top: 35px;
	padding: 30px 20px 40px;
	text-align: center;
	color: #272727;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	line-height: 1.5;
}
.post-pagination .post-prev a,
.post-pagination .post-next a {
	color: #272727;
}
.post-pagination .post-prev a:hover,
.post-pagination .post-next a:hover {
	color: #c39f76;
}
.post-pagination .fa-caret-left {
	padding-right: 7px;
}
.post-pagination .fa-caret-right {
	padding-left: 7px;
}

/* Post related **********/
.post-related {
	overflow:hidden;
	margin-bottom:60px;
	margin-top:50px;
}
.post-box { 
	text-align:center; 
}
.post-box-title {
	font-size:22px;
	letter-spacing:1px;
	text-transform:uppercase;
	padding-bottom: 12px;
	position: relative;
	line-height:1em;
	font-weight:500;
	color: #272727;
	margin-bottom: 15px;
	text-align: left;
}
.item-related {
	width:226px;
	float:left;
	margin-right:21px;
}
.item-related:last-child {
	margin-right:0;
}

	#main.fullwidth .item-related {
		width:340px;
		margin-right:30px;
	}
	#main.fullwidth .item-related:last-child {
		margin-right:0;
	}

.item-related img {
	margin-bottom:6px;
	width:100%;
	height:auto;
}
.item-related img:hover {
	opacity: 0.8;
}
.item-related h3 {
	margin-bottom:4px;
}
.item-related h3 a {
	font-size:13px;
	color:#111;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
}
.item-related h3 a:hover {
	text-decoration:underline;
}

/* Post tags **********/
.post-tags i {
	color: #545454;
	font-size: 14px;
	padding-right: 10px;
}
.post-tags {
	margin-top:25px;
	margin-bottom:-15px;
	padding-bottom:13px;
	clear:both;
}
.post-tags a {
	font-size:10px !important;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight: 400;
	background:#e5e5e5;
	color:#545454;
	padding:6px 7px 7px 8px;
	margin-right:5px;
	margin-bottom:8px;
	border-radius: 0px;
	display:inline-block;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.post-tags a:hover {
	text-decoration:none;
	background:#272727;
	color:#fff;
}

/* Grid Layout **********/
/* Makes two columns */
.qb-grid {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
.grid-item {
	margin-bottom:50px;
	padding-bottom: 10px;
}
.qb-grid > li {
	display: inline-block;
	margin: 0;
	width: 100%;
}

	/* fullwidth */
	#main.fullwidth .qb-grid {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
		column-gap: 30px;
	}

.grid-item.post {
	border-bottom-color: #e5e5e5;
}
.grid-item .post-header h2 a {
	font-size:22px;
	letter-spacing:2px;
}
.grid-item .post-header h2 {
	margin-bottom:12px;
	max-width:100%;
}
.grid-item .post-header  {
	margin-bottom:16px;
}
.grid-item .post-header .post-title-separator {
	width: 70px;
}
.grid-item .post-img  {
	margin-bottom:14px;
}
.grid-item p {
	margin-bottom:10px;
}
.grid-item .cat {
	padding-bottom: 10px;
}
.grid-item .cat a {
	font-size: 10px;
}

/* List Layout **********/
.list-item {
	overflow:hidden;
	margin-bottom:35px;
	padding-bottom:25px;
	border-bottom:1px solid #e5e5e5;
}
.list-grid-layout .list-item {
	margin-bottom:35px;
}
.list-item .list-content {
	overflow:hidden;
}
.list-item .post-img {
	float:left;
	margin-right:25px;
	margin-bottom:0;
}
.list-item .post-img img {
	max-width:260px;
}
#main.fullwidth .list-item .post-img img {
	max-width:280px;
}
.list-item .list-content .post-header {
	text-align:left;
}
.list-item .post-header .cat {
	padding-bottom: 5px;
	line-height: 1;
}
.list-item .post-header .cat a {
	font-size: 10px;
	margin-bottom: 10px;
}
.list-item .post-header h2 {
	max-width:100%;
}
.list-item .post-header h2 a {
	font-size:20px;
	letter-spacing:2px;
}
.list-item .post-header  {
	margin-bottom:3px;
}
.list-item .post-header .post-title-separator {
	width: 50px;
	margin: 10px 0 15px;
}
.list-item .list-meta {
	margin: 5px 0 10px;
}
.list-item .post-entry p {
	margin-bottom:11px;
}

/* Masonry Layout */
/* Makes two columns */
.ms-container {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
-moz-column-gap: 30px;
-webkit-column-gap: 30px;
column-gap: 30px;
}
.ms-item {
display: inline-block;
margin: 0;
width: 100%;
}

.ms-container li:nth-child(2n) {
	margin-right:0;
}

.ms-item .post {
	border-bottom-color: #e5e5e5;
	margin-bottom: 35px;
}
.ms-item .post-header h2 a {
	font-size:22px;
	letter-spacing:2px;
}
.ms-item .post-header h2 {
	margin-bottom:12px;
	max-width:100%;
}
.ms-item .post-header  {
	margin-bottom:16px;
}
.ms-item .post-header .post-title-separator {
	width: 70px;
}
.ms-item .post-img  {
	margin-bottom:14px;
}
.ms-item p {
	margin-bottom:35px;
}
.ms-item .cat {
	padding-bottom: 10px;
}
.ms-item .cat a {
	font-size: 10px;
	margin-bottom: 4px;
}
 /*Full width */
.fullwidth .ms-container {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
-moz-column-gap: 30px;
-webkit-column-gap: 30px;
column-gap: 30px;
}
.fullwidth .ms-item {
display: inline-block;
margin: 0;
width: 100%;
}

/* Comments **********/
.post-comments {
	margin-bottom:60px;
	margin-top:60px;
}
.comments {
	margin-bottom:40px;
}
.thecomment {
	border-bottom:1px dotted #e5e5e5;
	padding-bottom:34px;
	margin-bottom:34px;
	padding-top: 10px;
	margin-top: 10px;
}
.thecomment .author-img {
	float:left;
	margin-right:20px;
}
.thecomment .author-img img {
	border-radius:50%;
}
.thecomment .comment-text {
	overflow:hidden;
}
.thecomment .comment-text h6.author, .thecomment .comment-text h6.author a {
	display:block;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:6px;
	color:#111;
}
.thecomment .comment-text span.author a:hover {
	text-decoration:underline;
}
.thecomment .comment-text span.date {
	font-size:12px;
	color:#999;
	font-style:italic;
	display:block;
	margin-bottom:10px;
}
.thecomment .comment-text em {
	font-size:13px;
	margin-bottom:-14px;
	display:block;
	color:orange;
	letter-spacing:1px;
}
.thecomment .comment-text em i {
	font-size:14px;
	color:#f3bd00;
}
.post-comments span.reply a {
	float:right;
	font-size:10px;
	background-color:#aaa;
	color:#FFF;
	padding:2px 5px 4px 5px;
	border-radius:2px;
	margin-left:7px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.post-comments span.reply a.comment-edit-link {
	background:#c5c5c5;
}
.post-comments span.reply a:hover {
	opacity:.8;
}
.post-comments ul.children { 
	margin: 0 0 0 55px; 
}
.post-comments ul.children li.thecomment { 
	margin:0 0 8px 0; 
}

/** Reply **/
#respond {
	margin-bottom:20px;
	overflow:hidden;
}
#respond  h3 {
	font-family: "Open Sans", sans-serif;
	font-size:18px;
	color:#272727;
	margin-bottom:20px;
	letter-spacing:1px;
	text-transform: capitalize;
	font-weight: 500;
}
#respond h3 a {
	color:#272727;
	display:inline-block;
}
#respond h3 small a {
	text-transform:uppercase;
	font-size:11px;
	background:#272727;
	color:#FFF;
	padding:4px 6px 5px;
	border-radius:3px;
	margin-left:7px;
	letter-spacing:1px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
#respond h3 small a:hover {
	opacity:.8;
}
#respond label {
	color:#888;
	width:80px;
	font-size:13px;
	display:inline-block;
	font-weight:300;
	font-style:italic;
}
#respond input {
	padding:8px 10px;
	margin-right:10px;
	color:#999;
	margin-bottom:15px;
	font-size:11px;
	width:250px;
}
#respond input:focus {
	outline:none;
}
#respond .comment-form-url {
	margin-bottom:10px;
}
#respond textarea {
	padding:14px;
	height:130px;
	font-size:13px;
	color:#777;
	margin-bottom:14px;
	line-height:20px;
}
#respond textarea:focus {
	outline:none;
}
#respond #submit {
	background: #272727;
	color: #fff;
	padding:13px 15px;
	border-radius: 0px;
	font-size:12px;
	margin-top:0;
	letter-spacing: 1px;
	font-weight: 600;
}
#respond #submit:hover {
	background:#c39f76;
	color:#FFF;
}

/****************************************/
/* Sidebar & Widgets
/****************************************/

.widget {
	margin-bottom:45px;
	box-sizing: border-box;
}
.widget-title {
	position:relative;
	color: #272727;
	text-transform: uppercase;
	text-align: center;
	display:block;
	line-height: 1em;
	margin-bottom: 15px;
	letter-spacing: 2px;
	font-weight: 500;
	margin-bottom: 30px;
	font-size:17px;
	padding: 2px;
}
.widget-title span {
	border-bottom: 1.5px solid #c39f76;
	padding-bottom: 4px;
}
.widget p {
	font-size:14px;
}
.widget a:hover {
	text-decoration:underline;
}
.widget ul li {
	margin-bottom:9px;
	padding-bottom:9px;
}
.widget ul li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.widget ul li a {
}
.widget ul li a:hover {
	text-decoration: underline;
}
.widget img {
	max-width:100%;
	height:auto;
}
.widget .screen-reader-text {
	display:none;
}

/* Post Sidebar */
#post-sidebar {
	width: 100%;
	padding: 10px 0;
}

/* Home Sidebar */
.home-sidebar {
}
.landing-sidebar .widget,
.home-sidebar .widget {
margin-bottom: 30px;
}
.home-sidebar h4.widget-title {
	border-bottom-width: 0;
}

.home-sidebar, .landing-sidebar {
	width: 100%;
}
.home-sidebar .widget, .landing-sidebar .widget {
	padding: 0;
	margin-bottom: 30px;
}
.home-sidebar h4.widget-title, 
.landing-sidebar h4.widget-title,
#instagram-footer h4.widget-title {
	background: transparent;
	color: #111;
	font-size: 24px;
	margin-bottom: 15px;
	text-transform: none;
}
.home-sidebar h4.widget-title span, 
.landing-sidebar h4.widget-title span,
#instagram-footer h4.widget-title span {
	border-width: 0;
}

	/*** About Widget ***/
	.quebella_about_widget {	
	    text-align: center;
	}
    .about-widget {
        text-align: center;
	    margin: 0 auto;	    
	    z-index: 99;
	    position: relative;
	    box-sizing: border-box;
    }
	.about_widget_img {
		border-radius: 50%;
		max-width: 250px !important;
	}
	.about-widget .sign {
		margin: 5px auto 0 auto;
		display:block;
	}
	.about-widget .name {
		text-transform:uppercase;
		font-size:16px;	
		letter-spacing:1px;
		display:block;
		text-align:center;
		margin-bottom:10px;
		margin-top:11px;
		font-weight:700;
		font-family: 'Open Sans', sans-serif;
	}

	/******** Widget Social  *************/
	.widget-social {
		text-align:center;
		margin-top:5px;
	}
	.widget-social a{
		display:inline-block;
		color: #272727;
		font-size: 16px;
		margin: 10px 8px;
	}
	.widget-social a:hover{
		color: #c39f76;
	}

/* Social Widget **********/
.social-widget {
	text-align:center;
	width: 100% !important;
}
.social-widget a i {
	color:#272727;
	border: 1px solid #fff;
	font-size:20px;
	height: 36px;
	width: 36px;
	line-height: 36px;
	border-radius: 50%;
	margin:0 1px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.social-widget a i:hover {
	color:#fff;
	background: #c39f76;
	border: 1px solid #c39f76;
}

/* Widget categories & Archive **********/
	/*** Widget categories ***/
.widget_categories a, .widget_archive a {
		margin-right:10px;
	}
.widget_categories {
	text-transform: uppercase;
	text-align: center;
}

/***************Categories List with featured images **********/
.widget .list_cat_with_img li {
	width: 100%;
	height: 150px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
	box-sizing:border-box;
	position:relative;
	cursor:pointer;
}
.widget .list_cat_with_img li:hover {
	opacity: 0.8;
}
.widget .list_cat_with_img li:last-child {
	margin-bottom:0;
}
.widget .list_cat_with_img li h2 a {
	background-color:#FFFFFF;
	text-transform:uppercase;
	padding: 5px 15px;	
	font-size:13px;
	letter-spacing:1px;
	position:absolute;
	top: 20px;
	left: 20px;
	color: #272727;
	text-align:center;
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
}
.widget .list_cat_with_img li:hover h2 a{
	opacity: 0.8;
	text-decoration: none;
}
.list_cat_with_img ul {
	margin-bottom:20px;
}

/* Post Carousel Widget */
.phoebe-postcarousel {

}
.phoebe-postcarousel .owl-item:after {
	position:absolute;
	content:"";
	top:0;
	left:0;
	
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 48%, rgba(0,0,0,0.38) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(48%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.38))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.38) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.38) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.38) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.38) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#61000000',GradientType=0 ); /* IE6-9 */

	width:100%;
	height:98%;
	opacity:1;
	z-index:1;
	-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;	
}

.phoebe-postcarousel .owl-controls {
}
.phoebe-postcarousel .owl-controls .owl-buttons .owl-next,
.phoebe-postcarousel .owl-controls .owl-buttons .owl-prev  {
	border-radius: 0;
	color: #222;
	background: #fff;
	font-size: 24px;
	height: 35px;
	line-height: 35px;
	padding-top: 2px;
	opacity: 0;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.phoebe-postcarousel .owl-controls .owl-buttons .owl-next {
	top: 100px;
	right: 0;
}
.phoebe-postcarousel .owl-controls .owl-buttons .owl-prev {
	top: 100px;
	left: 0;
}
.phoebe-postcarousel:hover .owl-controls .owl-buttons .owl-prev,
.phoebe-postcarousel:hover .owl-controls .owl-buttons .owl-next {
	opacity: 0.8;
}
.phoebe-postcarousel .owl-item .item {
	position: relative;
	text-align: center;
}
.phoebe-postcarousel .owl-item img:hover {
	opacity: 0.8;
}
.phoebe-postcarousel .entry-header-postcarousel {
	position: absolute;
	bottom: 15px;
	width: 100%;
	padding: 0 10px;
	z-index: 10;
	margin: 0 auto;
}
.phoebe-postcarousel .entry-header-postcarousel h1 {
	width: 96%;
}
.phoebe-postcarousel .entry-header-postcarousel h1 a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 auto;
}
.phoebe-postcarousel .entry-header-postcarousel .side-meta a {
	color: #fff !important;
	width: 96%;
}

/* WordPress recent post widget **********/
.widget_recent_entries li {
	padding-top: 10px;
}
.widget_recent_entries a {
	color: #111 !important;
	text-transform: uppercase;
	font-family: "Lora", sans-serif;
	font-weight: 500;
}
.widget_recent_entries .post-date {
	color:#a9a9a9;
	font-style:italic;
	display:block;
	font-size:12px;
	margin-top:5px;
	margin-bottom: 10px !important;
}

/* WordPress recent comments **********/
.widget_recent_comments .comment-author-link, .widget_recent_comments .comment-author-link a {
	color:#999;
	font-style:italic;
}
.widget_recent_comments ul li > a {
	font-family: "Open Sans", sans-serif !important;
	color: #272727 !important;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 500;
}


/* WordPress Calendar **********/
#wp-calendar {
	width: 100%; 
}
#wp-calendar caption { 
	text-align: right; 
	color: #777; 
	font-size: 12px; 
	margin-top: 10px; 
	margin-bottom: 15px; 
	border-bottom:1px solid #e5e5e5; 
	padding-bottom:8px; 
}
#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; 
	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: 10px; 
	text-transform: uppercase; 
	text-align: right; 
}
#wp-calendar tfoot #prev { 
	font-size: 10px; 
	text-transform: uppercase; 
	padding-top: 10px; 
}
#wp-calendar thead th { 
	padding-bottom: 10px; 
	text-align: center; 
}

/* WordPress custom menu widget **********/
.widget ul.menu li ul {
	padding-left:15px;
	margin-top:9px;
}

/* Tagcloud Widget **********/
.widget .tagcloud {
	display: block;
}
.widget .tagcloud a {
	font-size:12px !important;
	letter-spacing:1.1px;
	text-transform:lowercase;
	color:#272727;
	border: 1px solid #c39f76;
	padding: 8px 10px;
	margin: 0 5px 5px 0;
	display: inline-block;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	line-height: 16px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
.widget .tagcloud a:hover {
	text-decoration:none;
	background: #272727;
	border-color: #272727;
	color: #fff;
}

/* Search Widget **********/
#searchform input#s {
	border: 1px solid #e5e5e5;
	background:#fff url(img/searchsubmit.png) no-repeat 96% 13px;
	padding:14px 14px;
	font-size:12px;
	color:#545454;
	width:280px;
}
.widget #searchform #s:focus { 
	outline:none; 
}
.widget #searchform input#s { 
	width:100%;
	box-sizing:border-box;
}

/* Instagram Widget **********/
#sidebar .instagram-pics {
	margin-left:-10px;
	overflow:hidden;
}
#sidebar .instagram-pics li {
	width: 46.1%;
	display: inline-block;
	border-bottom: none;
	padding: 0;
	margin: 0 0 10px 10px;
	float:left;
}
#sidebar .instagram-pics li img {
	max-width:100%;
	vertical-align:middle;
}
#sidebar .instagram-pics li img:hover {
	opacity:.87;
}
#sidebar .null-instagram-feed p {
	text-align: center;
}
#sidebar .null-instagram-feed p a {
	text-align: center;
	color: #272727;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 10px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
}
#sidebar .null-instagram-feed p a:hover {
	text-decoration: underline;
}

/************** Latest News Widget ***************/
.widget ul.lastest_news li {
	list-style-type:none;
	margin-bottom:17px;
	padding-bottom:13px;
	margin-left:0;
}
.widget ul.lastest_news li:last-child {
	margin-bottom:0;
	padding-bottom:0;
}
.side-item {
	overflow:hidden;
}
.side-image {
	float:left;
	margin-right:14px;
}
.side-image img {
	width:100px;
	height:auto;
}
.side-text {
	overflow:hidden;
}
.widget ul.lastest_news li a {
	color: #272727;
}
.side-text h4 a {
	display:block;
	font-size:15px;
	font-family: 'Open Sans', serif;
	line-height:18px;	
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;	
}
.side-meta {
	color:#aaa;
}
.side-meta a{
	font-size:12px !important;
	color:#aaa !important;	
	font-family: 'Lora', sans-serif !important;
	letter-spacing: 1px;
}
.side-meta a:first-child {
	margin-left:0;
}

	/* Full width Home page & Landing page */
	.home-sidebar .lastest_news, 
	.landing-sidebar .lastest_news {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
		-moz-column-gap: 20px;
		-webkit-column-gap: 20px;
		column-gap: 20px;
	}
	.home-sidebar .widget ul.lastest_news li, 
	.landing-sidebar .widget ul.lastest_news li {
		display: inline-block;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.home-sidebar .lastest_news li:last-child, 
	.landing-sidebar .lastest_news li:last-child {
		margin-right: 0;
	}
	.home-sidebar .lastest_news li .side-item .side-image, 
	.landing-sidebar .lastest_news li .side-item .side-image {
		display: block;
		width: 100%;
		max-height: 183px;
		overflow: hidden;
		margin: 0;
	}
	.home-sidebar .lastest_news li .side-item .side-image img, 
	.landing-sidebar .lastest_news li .side-item .side-image img {
		width: 100%;
	}
	.home-sidebar .lastest_news li .side-item .side-image img:hover, 
	.landing-sidebar .lastest_news li .side-item .side-image img:hover {
		opacity: 0.8;
	}
	.home-sidebar .lastest_news li .side-item .side-text, 
	.landing-sidebar .lastest_news li .side-item .side-text {
		display: block;
		width: 100%;
		padding-top: 5px;
	}
	.home-sidebar .lastest_news li .side-item .side-text h4 a, 
	.landing-sidebar .lastest_news li .side-item .side-text h4 a {
		font-size: 18px;
		color: #111;
		font-family: 'Lato', sans-serif;
		line-height: 1.1;
	}
	.home-sidebar .lastest_news li .side-item .side-text .side-meta, 
	.landing-sidebar .lastest_news li .side-item .side-text .side-meta {
	}
	

/****************************************/
/* Pagination
/****************************************/

.pagination {
	margin-top:45px;
	overflow:hidden;
	margin-bottom:45px;
	padding: 0 20px;
}
.pagination a {
	display:inline-block;
	color:#272727;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:11px;
	border:1px solid #e5e5e5;
	padding: 13px 15px;
	font-weight:700;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.pagination a:hover {
	background: #272727;
	border-color: #272727;
	color: #fff;
}
.pagination .newer {
	float:left;	
}
.pagination .older {
	float:right;
}

/****************************************/
/* Footer
/****************************************/

/* Instagram footer area **********/
#instagram-footer {
	text-align:center;
	overflow:hidden;
}
.instagram-title {
	color: #272727;
	margin-bottom:20px;
	text-transform:none;
	letter-spacing:1px;
	font-size:15px;
	font-weight: 500;
	font-family: "Lora", sans-serif;
}
#instagram-footer .instagram-pics li {
	width:12.5%;
	display:inline;
	float:left;
}
#instagram-footer .instagram-pics li a {
	width: 100%;
}
#instagram-footer .instagram-pics li img {
	width:100%;
	vertical-align:middle;
	height: auto;
}
#instagram-footer .instagram-pics li img:hover {
	opacity:.87;
}
#instagram-footer p.clear {
	font-size: 11px;
	border-bottom: 1px solid #e5e5e5;
	display: inline-block;
	margin-top: 5px;
}

/* Footer social icons **********/

#footer-social {
	opacity: 1.0;
	background:#f3f3f3;
	text-align:center;
	padding:28px 0;
}
#footer-social {
	text-align:center;
	padding:28px 0;
}
#footer-social a {
	color:#272727;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0 15px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
#footer-social a:hover {
	color:#c39f76;
}
#footer-social a i {
	font-size: 14px;
	height: 28px;
	width: 28px;
	line-height: 28px;
	border-radius: 50%;
	background: #272727;
	color: #fff;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
#footer-social a:hover i, #footer-social a i:hover {
	background: #c39f76;
}
#footer-social a span {
	margin-left:5px;
}

/* Footer Copyright **********/
#footer-copyright {
	background: #fff;
	text-align:center;
	padding:28px 0;
}
.copyright {
	color:#272727;
	font-size:13px;
}
.copyright a {
	color:#c39f76;
}
.copyright a:hover {
	text-decoration: underline;
}

/****************************************/
/* Archive Box
/****************************************/

.archive-box {
	text-align:center;
	margin-bottom:40px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:25px;
}
.archive-box h1 {
	font-size:24px;
	color:#111;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family: "Lora", serif;
}
.archive-box span {
	font-size:10px;
	color:#aaa;
	display:block;
	margin-bottom: 7px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post-entry.nothing {
	font-size:14px;
	color:#242424;
	text-align:center;
}

/****************************************/
/* Misc
/****************************************/

/* Form styling **********/
input, textarea {
	font-family:"Open Sans", sans-serif;
}
input[type=submit] {
	font-family:"Lora", serif;
	text-transform:uppercase;
	letter-spacing:2px;
	background:#272727;
	border-radius:0;
	font-size:10px;
	font-weight: 500;
	color:#fff;
	padding:11px 21px;
	margin-top:14px;
	display:inline-block;
	border:none;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	cursor:pointer;
	border-radius:0px;
	width:auto;
	-webkit-appearance: none;
}
input[type=submit]:hover {
	background:#c39f76;
	color:#FFF;
}
input, select, textarea {
	border:1px solid #ddd;
	color:#888;
	padding:9px 10px;
	width:100%;
	box-sizing:border-box;
}
input:focus, select:focus, textarea:focus {
	border:1px solid #c4c4c4;
	outline:none;
}

/* Custom WordPress gallery style **********/
.gallery {
	margin-bottom:20px !important;
}
.gallery .gallery-caption{  
    font-size:12px;
	color:#545454;
	margin-top:4px;
	font-style:italic;
}   
.gallery .gallery-icon img{  
    border-radius:2px;  
    border:1px solid #eee !important;  
	padding:7px;
}  
.gallery .gallery-icon img:hover {
	border:1px solid #ccc !important;  
}

/* 404 Page **********/
.error-page {
	text-align:center;
}
.error-page h1 {
	font-size:140px;
}
.error-page p {
	margin-bottom:20px;
	color:#888;
}

/* Page styles **************/
.page #content {
	margin-top: 45px;
}
.page .post-share {
	margin-top: 50px;
}
.page .post-share, .page .post-share-box {
	background: #fff;
}

/***********Lookbook page***********/

.page-template-page-lookbook #content {
	margin-top: 0;
}
.page-template-page-lookbook #main {
	margin-top: 10px;
}
.lookbook_wrap {
	overflow: hidden;
}
.lookbook_item {
	width: 32%;
	height: 400px;
	float: left;
	margin-right: 2%;
	margin-bottom: 25px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;	
	background-color: #EEE;
	cursor: pointer;
	position: relative;
}
.lookbook_item:after {
	position:absolute;
	content:"";
	top:0;
	left:0;
	background-color:rgba(255,255,255,0.9);
	width:100%;
	height:100%;
	opacity:0;
	z-index:1;
	-o-transition:.4s;
		-ms-transition:.4s;
		-moz-transition:.4s;
		-webkit-transition:.4s;	
}
.lookbook_item:hover:after {
	opacity: 1;
} 
.lookbook_item:nth-of-type(3n) {
margin-right: 0;
}
.overlay {
top: 90%;
opacity: 0;
-o-transition:.8s;
-ms-transition:.8s;
-moz-transition:.8s;
-webkit-transition:.8s;	
padding: 0 20px;
z-index: 9;
position: relative;
text-align: center;
}
.lookbook_item:hover .overlay {
	opacity: 1;		
	top: 30%;	
}
.no_img .overlay, .no_img .overlay {
	top: 30%;
}
.no_img .overlay, .no_img .overlay a {
	color: #272727;
	opacity: 1;
}
.overlay .lookbook_cat {
	padding-bottom: 15px;
	color: #c39f76;
}
.overlay .lookbook_cat a {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 4px;
	border-bottom: 1px solid #c39f76;
	padding-bottom: 2px;
	margin-bottom: 2px;
	line-height: 28px;
	color: #c39f76;
}
.overlay .lookbook_cat a:hover {
	border-bottom-color: #272727;
	color: #272727;
}

.no_img:hover .overlay, .no_img:hover .overlay a {
	color: #999;
}
.no_img:hover .overlay h2 a{
	color: #272727;
}
.overlay h2 a{
	color: #272727;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 22px;
	font-weight: 500;			
}
.overlay h2 a:hover {
	text-decoration: underline;
}
.overlay .line {
	width: 30px;
	height: 2px;
	background-color: #272727;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 15px;
}
.overlay .meta {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #999;
	letter-spacing: 1px;
	margin-top: 15px;
}
.overlay .meta a {
	color: #c39f76;
	text-transform: capitalize;
}
.overlay .meta a:hover {
	text-decoration: underline;
}

/****************************************/
/* WordPress Core
/****************************************/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    max-width: 100%;
    text-align: center;
	box-sizing:border-box;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 16px;
	color:#888;
    line-height: 17px;
    margin: 8px 0 0;
}

/* Contact Form 7  Styles */
.wpcf7 input {
	width:300px;
}
div.wpcf7 {
	overflow:hidden;
	margin-top:30px;
}
.wpcf7 input, .wpcf7 textarea {
	font-size:12px;
	margin-top:6px;
}
.wpcf7 p {
	color:#888;
	margin-bottom:18px;
}
.wpcf7 .wpcf7-submit {
	width:auto;
	font-size:13px;
	font-weight: 500;
	margin-top:0;
	background: #111;
	border-radius: 0;
	padding: 12px 50px;
	color: #fff;
	-webkit-appearance: none;
}
.wpcf7 .wpcf7-submit:hover {
	background: #c39f76;
}

/*** Mailchimp ***/
.widget_mc4wp_form_widget {
}

.widget_mc4wp_widget .widget-title {
	margin-bottom:0;
}
.mc4wp-form label {
	font-weight: 400 !important;
	margin-bottom: 18px !important;
	text-align: left;
	color: #545454;
	font-size: 12px;
}
.mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] {
	width: 100%;
	border-radius: 0;
	color: #fff;
	background: #272727;
	font-weight: 500;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	font-size: 13px;
	-webkit-appearance: none;
}
.mc4wp-form button:hover, .mc4wp-form input[type=button]:hover, .mc4wp-form input[type=submit]:hover {
	background:#c39f76;
	color: #fff;
}
.mc4wp-form input[type=date], .mc4wp-form input[type=email], .mc4wp-form input[type=tel], .mc4wp-form input[type=text], .mc4wp-form input[type=url], .mc4wp-form select, .mc4wp-form textarea {
}
.mc4wp-form {
	margin:0 !important;
}
.mc4wp-checkbox label {
	width: 100% !important;
}
.mc4wp-checkbox input {
	width: 25px !important;
}

/* Home Page & Footer area */
.home-sidebar .widget_mc4wp_form_widget, 
.landing-sidebar .widget_mc4wp_form_widget {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #f3f3f3;
	padding: 30px 2.5%;
	min-height: 120px;
	margin: 0 auto 30px;
	text-align: center;
}
#instagram-footer .widget_mc4wp_form_widget {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #f3f3f3;
	padding: 40px 10% 40px;
	min-height: 50px;
	margin: 0 auto;
	text-align: center;
}
.home-sidebar .widget_mc4wp_form_widget h4.widget-title, 
.landing-sidebar .widget_mc4wp_form_widget h4.widget-title, 
#instagram-footer .widget_mc4wp_form_widget h4.instagram-title {
	display: inline-block;
	margin: 0 2% 0 0;
	float: left;
	text-align: left;
	width: 50%;
}
.home-sidebar .widget_mc4wp_form_widget h4.widget-title span, 
.landing-sidebar .widget_mc4wp_form_widget h4.widget-title span, 
#instagram-footer .widget_mc4wp_form_widget h4.instagram-title span {
	padding: 0;
	font-size: 24px;
}
#instagram-footer .widget_mc4wp_form_widget h4.instagram-title {
	font-size: 24px;
	font-weight: 400;
	padding-top: 8px;
}
.home-sidebar .mc4wp-form label, 
.landing-sidebar .mc4wp-form label,
#instagram-footer .mc4wp-form label {
	display: none;
}
.home-sidebar .mc4wp-form input[type=email], 
.landing-sidebar .mc4wp-form input[type=email] {
	display: inline-block;
	float: left;
	padding: 14px 10px;
	max-width: 35%;
	margin-top: 8px;
}
#instagram-footer .mc4wp-form input[type=email] {
	display: inline-block;
	float: left;
	padding: 14px 10px;
	max-width: 36%;
}
.home-sidebar .mc4wp-form button, 
.mc4wp-form input[type=button], 
.home-sidebar .mc4wp-form input[type=submit], 
.landing-sidebar .mc4wp-form button, 
.mc4wp-form input[type=button], 
.landing-sidebar .mc4wp-form input[type=submit],
.mc4wp-form input[type=button] {
	width: 10% !important;
	display: inline-block;
	float: right;
	margin: 8px 0 0 2%;
	padding: 13.5px 21px;
}
#instagram-footer .mc4wp-form button,  
#instagram-footer .mc4wp-form input[type=submit] {
	width: 10% !important;
	display: inline-block;
	float: right;
	margin: 0 0 0 2%;
	padding: 13.5px 21px;
}

#landing-sidebar-right .widget_mc4wp_form_widget {
	background: #f2f2f2;
	padding: 111px 20px;
}
#landing-sidebar-right .widget_mc4wp_form_widget h4.widget-title span {
	background: #f2f2f2;
}

/* Mailchimp comments */
#respond .mc4wp-checkbox-comment_form label {
	width:auto;
}
#respond #mc4wp-checkbox input {
	margin-bottom:0;
}

/* 10.19 - Promo Widget */

aside .quebella_promo_widget.widget {
	margin-bottom: 0;
}
aside .promo-item {
	display: table;
	width:100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
aside .promo-overlay { 
	position: absolute;
	top: 0;
	left: 0;
	text-align:center;
	font-size: 93%;
	width: 100%;
	height: 100%;
	overflow: hidden;
}  
aside .promo-overlay  h4 {
	line-height:1.6em;
	padding:10px 13px;
	font-size:11px;
	background:rgba(255,255,255,1);
	display:inline-block;
	margin-bottom: 0;
	 position: absolute;
	 left: 50%;
	 bottom: 50%;
	-webkit-transform: translate(-50%, 50%);
   -moz-transform: translate(-50%, 50%); 
   -ms-transform: translate(-50%, 50%); 
   -o-transform: translate(-50%, 50%); 
   transform: translate(-50%, 50%);
}
aside .promo-item a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 5;
}


/* Scroll to Top */
.backtotop {
	position: fixed;
	bottom: 20px; /* increase value to move position up */
	right: 10px; /* increase value to move position left */
	color: #fff; /* color of text */
	background-color: #272727; /* background color of button */ 
	border: 1px solid #272727;
	font-size: 24px; /* changes size of text */ 
	padding: 10px 15px; /* add space around the text */
	text-transform: uppercase; /* change text to all caps */ 
	letter-spacing: 1.0px; /* space between letters */
	z-index: 99999;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

.backtotop:hover {
	background-color: #c39f76; /* color of background on hover over */
	color: #fff; /* color of text on hover over */
	border: 1px solid #c39f76;
	text-decoration: none; /* no underline */
}

/*********** WooCommerce Styles *********/

/* Page Styles */
.woocommerce h1.page-title {
	color: #272727;
	font-size: 28px !important;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0 0 12px;
}
.woocommerce-result-count {
	padding-bottom: 15px;
}
.woocommerce ul.products {
	padding-top: 20px;
}
.archive.woocommerce ul.products li.product {
	width: 30.7%;
}
.archive.woocommerce-page ul.products li.last {
	margin-right: 3.8%;
}
.archive.woocommerce ul.products li.first {
	clear: none !important;
}
.archive.woocommerce ul.products li.product:nth-child(3n+3) {
	margin-right: 0 !important;
}
.woocommerce a.button {
		max-width: 99%;
}
.woocommerce ul.products li.product .price del, .woocommerce ul.products li.product .price ins {
display: inline-block;
}

.woocommerce ul.products li.product h3 {
	color: #272727;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 18px;
}
.woocommerce ul.products li.product h3:hover {
	color: #c39f76;
}
.woocommerce .products span.onsale {
	right: 8px !important;
	top: 8px !important;
}
.single .onsale {
	display: none;
}
.woocommerce ul.products .star-rating {
	display: none;
}
.woocommerce ul.products li.product .price {
	font-size: 14px;
}
.woocommerce div.product .product_title {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	color: #272727;
	padding-bottom: 10px;
}
.woocommerce div.product p.price {
	padding-bottom: 10px;
}

.woocommerce .summary .cart {
	padding-top: 10px;
}
.woocommerce div.product p.stock {
	padding: 15px 0;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.woocommerce button.button.alt {
	border-radius: 0;
}
.woocommerce button.button.alt:hover {
	background: #272727;
}
.woocommerce .woocommerce-tabs {
	border-bottom: 1px solid #d3ced2;
	margin-bottom: 25px;
}
.woocommerce #tab-description h2,
.woocommerce #tab-reviews h2,
.woocommerce .related h2 {
	color: #272727;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 15px;
}
.woocommerce input.button {
	font-family: 'Open Sans', sans-serif;
}
.woocommerce a.button,
.woocommerce #respond input#submit {
	color: #fff;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	width: 100%;
	text-align: center;
	padding: 12px 0;
}
.woocommerce a.button:hover,
.woocommerce #respond input#submit:hover {
	background: #272727;
	color: #fff;
	border-color: #272727;
}
.woocommerce a.button.alt {
	font-weight: 600;
}
.woocommerce button.button.alt {
	text-transform: uppercase;
	font-family: "Open Sans",sans-serif;
	letter-spacing: 1px;
	padding: 11px 15px;
}
.woocommerce .quantity .qty {
	width: 60px;
	padding: 11px 10px;
}
.woocommerce a.button.alt:hover {
	background: #272727;
	color: #fff;
}
.woocommerce input.button, .woocommerce input.button:hover {
	color: #fff;
	border-radius: 0;
	font-weight: 600;
}
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover {
	background: #272727;
}

/* Cart & Checkout Styles */
.woocommerce-checkout #payment {
	background: #f5f5f5 !important;
}
.woocommerce-checkout #payment div.payment_box {
	background: #e5e5e5 !important;
}
.woocommerce ul.payment_methods li {
	list-style: none;
}
.woocommerce .cart {
	padding-top: 0;
}
.woocommerce-cart .shop_table, .woocommerce-checkout .shop_table  {
	font-family: 'Raleway', sans-serif;
		border-radius: 0;
}
.woocommerce-cart .shop_table thead, .woocommerce-checkout .shop_table thead {
	line-height: 30px;
	text-transform: uppercase;
}
.woocommerce-cart .post-entry th, .woocommerce-cart .post-entry td, .woocommerce-checkout .post-entry th  {
	background: #fff;
}
.woocommerce-checkout .post-entry th {
	font-weight: 600;
}
.woocommerce-cart table.cart img {
	width: 88px;
}
.woocommerce-cart table.cart .product-name a {
	color: #545454;
	text-transform: uppercase;
}
.woocommerce-cart table.cart .actions {
	line-height: 50px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	margin-top: 10px;
	line-height: 20px;
}
.woocommerce-cart .cart_totals th {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
}
.woocommerce label {
	color: #272727;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}
.woocommerce input.input-radio {
	width: auto;
}
#respond label {
	width: 100px;
	padding-top: 10px;
}
.woocommerce-checkout .shop_table .cart_item {
	line-height: 30px;
}
.woocommerce-checkout .shop_table .product-name {
	font-weight: 500;
}
.woocommerce-checkout .shop_table th.product-name {
	font-weight: 700;
}
.woocommerce .checkout-button, .woocommerce #place_order {
	width: auto !important;
}
.woocommerce .checkout-button:hover, .woocommerce #place_order:hover {
	background: #c39f76;
	border-color: #c39f76;
}

/* Widget Styles */
.woocommerce.widget {
	line-height: 1.7;
}
.woocommerce.widget a {
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
.woocommerce .star-rating {
	margin: 5px 0;
}
.woocommerce-product-search input[type="submit"] {
	border: 1.5px solid #c39f76;
	color: #272727;
	border-radius: 0;
	width: 100%;
	font-weight: 500;
	background: #fff;
}
.woocommerce ul.products li.product .price del, .woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-cart table.cart .product-name a:hover {
	color: #c39f76;
}
.woocommerce span.onsale, .woocommerce-product-search input[type="submit"]:hover, .woocommerce button.button:hover {
	background: #c39f76;
}
.woocommerce button.button, .woocommerce button.button.alt, .woocommerce a.button, .woocommerce #respond input#submit, .woocommerce a.button.alt, .woocommerce input.button, .woocommerce input.button.alt {
	background: #fff;
	color: #272727;
	border: 1px solid #c39f76;
}
.woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce button.button:hover {
	border-color: #c39f76;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background: #999999;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #333333;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #c39f76;
}
.woocommerce button.button {
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	border-radius: 0;
}
.woocommerce button.button:hover, .woocommerce-product-search input[type="submit"]:hover {
	color: #fff;
	background: #272727;
	border-color: #272727;
}
ul.product-categories ul.children {
	margin-left: 10px;
}