/*
Theme Name: Felicity - GLS
Theme URI: http://demos.georgialoustudios.com/felicity
Description: A WordPress Theme for Bloggers
Author: Georgia Lou Studios
Author URI: http://georgialoustudios.com
Version: 1.6.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: felicity-gls
Tags: pink
*/

/* 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:"Source Sans Pro", sans-serif;
	font-size:15px;
	color:#545454;
	background:#fff;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
 #nav-wrapper .menu li a, .widget .tagcloud a {
 	font-family: "Source Sans Pro", sans-serif;
 }

h1,h2,h3,h4,h5,h6, .feat-more, .cat, .post-share .post-share-comments,
.about-title, #footer-social a, .post-comments span.reply a, 
.pagination a , .post-tags a, .slicknav_nav a, .show-search #searchform input#s  {
	font-family:"Raleway", sans-serif;
}

p {
	line-height:25.4px;
	letter-spacing: 0.5px;
}

a {
	color:#ff91a2;
	text-decoration:none;
}

.clr {
	clear: both;
}

/****************************************/
/* General
/****************************************/

.container {
	width:1080px;
	margin:0 auto;
}
#content {
	overflow:hidden;
	margin-bottom:20px;
}
#main {
	width:740px;
	float:left;
	position: relative;
	margin-top: 30px;
}
#main.fullwidth {
	width:100%;
}
#sidebar {
	width:300px;
	float:right;
	margin-top: 30px;
}

/****************************************/
/* Top Bar
/****************************************/

#top-bar {
	height:56px;
	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: 56px;
	margin: 0 40px;
}

.menuOpacity2 {
	opacity: 0.9;
	-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;
	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:20px;
	position:relative;
	line-height: 56px;
}
#nav-wrapper .menu li a {
	color:#222;
	font-size:16px;
	font-weight:400;
	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:#FF91A2;
}
#nav-wrapper .menu > li.menu-item-has-children > a:after {
	font-family: FontAwesome;
    content: "\f107";
	margin-left:7px;
	color:#222;
	font-size:13px;
	border-bottom-width: 0 !important;
}
#nav-wrapper .menu > li.menu-item-has-children > a:hover:after {
	color:#FF91A2;
}

	/* 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 #FF91A2;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		line-height: 50px;
	}
	
	#nav-wrapper ul.menu ul a,
	#nav-wrapper .menu ul ul a {
		color: #222;
		margin: 0;
		font-size:16px;
		letter-spacing:1px;
		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:#FF91A2;
	}

	#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:28px;
	top:0;
	text-align: center;
	padding: 14px 0 0;
}
#top-social.nosearch { right:0; }
#top-social a {
	color:#FF91A2;
	margin: 0 1px;
	font-size:19px;
	line-height:32px;
	display:inline-block;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	opacity: 0.95;
}

#top-social a:hover {
	color:#fff;
	background: #FF91A2;
	opacity: 1.0; 
	transition: all 0.4s ease 0s;
} 
#top-search {
	position:absolute;
	right:0;
	top:0;
}

#top-search a.search {
	font-size:19px;
	color:#FF91A2;
	line-height:56px;
	position:relative;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}
#top-search a.search:hover {
	color: #222;
}
.show-search {
	position:absolute;
	top:58px;
	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: 48px; cursor: pointer;  height:48px;}
.slicknav_menu  .slicknav_menutxt { display: none;}
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0; font-size:19px; padding-top: 11px;}
.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: #222222;
}
.slicknav_menu {
    background:#fff;
    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;
}
.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:#545454;
	font-size:16px;
	font-weight: 400;
	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: #FF91A2;
}
.slicknav_nav a:hover{
	color: #fff;
	background: #FF91A2;
}
.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, #header.noslider {
	padding-top:56px;
	text-align:center;
}
#header h1, #header h1 a {
	font-family: "Josefin Sans", sans-serif;
	color: #222;
	font-size: 90px;
	letter-spacing: 4px;
	font-weight: 300;
}
#logo {
	padding-top:50px;
	padding-bottom:50px;
}
#logo img {
	max-width:100%;
	height:auto;
	vertical-align:middle;
	max-height: 150px;
}
#header h2 {
	font-family: 'Source Sans Pro';
	font-size: 14px;
	color: #222;
	letter-spacing: 1px;
	text-transform: none;
	font-weight: normal;
}

/****************************************/
/* Featured Slider
/****************************************/

.featured-area {
	margin-bottom:30px;
}
.featured-area.nopromo {
	margin-bottom:30px;
}
.featured-area .feat-item:hover {
	cursor: pointer;
}

/* 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-overlay {
	height: 100%;
	background:rgba(0,0,0,0.15);
    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 {
	background:rgba(0,0,0,0.08);
}
.featured-area .feat-inner {
	max-width:60%;
	margin:0 auto;
}
.featured-area .feat-overlay h2 {
	color:#fff;
	font-size:32px;
	line-height:1.4em;
	font-weight: 600;
	text-transform:uppercase;
	letter-spacing:3px;
	margin-bottom:10px;
}
.featured-area .feat-overlay h2 a {
	color:#fff;
	display:block;
}
.featured-area .feat-overlay h2 a:hover {
	opacity: 0.8;
}
.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:1px;
	padding-bottom:2px;
	font-family: "Source Sans Pro", sans-serif;
}
.featured-area .feat-overlay .cat a:hover {
	opacity: 0.8;
}

.featured-area .feat-more {
	color:#fff;
	font-size:12px;
	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: "Source Sans Pro";
	font-weight: 700;
	border: 1px solid #fff;
	padding: 8px 15px;
	border-radius: 30px;
}
.featured-area .feat-more:hover {
	opacity: 0.8;
}
.featured-area .feat-more .dslc-icon {
  color: #fff;
  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 .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;
}
.bx-wrapper .bx-controls-direction a .fa {
	font-size: 28px !important;
}


/* Carousel Slider *********/
.featured-area-carousel {
	margin-bottom: 30px;
}
#owl-demo {
	margin-bottom: 0px;
	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;
}
#owl-demo .item {
	position: relative;
}
.owl-item .image_container {
	height: 300px;
	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;
}

#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:17px;
	color:#222;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 0.5px;
}
#owl-demo .item .feat-overlay .cat {
	color: #FF91A2;
	display: block;
}
#owl-demo .item .feat-overlay .cat a {
	font-size:12px;
	font-weight: 500;
	color:#FF91A2;
	display:inline-block;
	margin-bottom:10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 5px;
}
.featured-area-carousel .feat-more {
	font-size:12px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:0.5px;
	display: block;
	margin: 12px auto 20px;
  	line-height: 1;
  	background-color: #FF91A2;
	  border-width: 0px;
	  border-style: solid solid solid solid;
	  border-radius: 30px;
	  color: #fff;
	  padding: 8px 15px;
	  width: 82px;
	-webkit-transition: all .3s;
  	-moz-transition: all .3s;
  	transition: all .3s;
}
.featured-area-carousel .feat-more .dslc-icon {
  color: #fff;
  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.7;
}
.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:60%;
	color:#222;
	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-sidebar .widget {
	margin-bottom: 30px;
}
.landing-sidebar .widget-title,
#landing-sidebar-right .widget-title {
	border-bottom-width: 0;
}

/* 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;
	border-width: 0;
	box-shadow: 0 0 0 0 #fff;
	padding: 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-post #content {
}
.post {
	margin-bottom:45px;
	border: 1px solid #ececec; 
  padding: 30px 25px 45px; 
  box-shadow: 1px 1px 1px 1px #ececec;
}

.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:23px;
}
.post-header h2, .post-header h1 {
	display:block;
	margin: 10px 0 8px;
}
.post-header h2 a, .post-header h1 {
	font-size:32px;
	letter-spacing:3px;
	text-transform:uppercase;
	color:#222;
	font-weight:400;
	line-height:1.3em;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}
.post-header h2 a:hover {
	text-decoration: underline;
}
.post-header .cat,
.list-item .cat {
	display:block;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	color: #FF91A2;
	letter-spacing: 2px;
	font-weight: 600;
}
.post-header .cat a, 
.list-item .cat a {
	display:inline-block;
	text-transform:uppercase;
	margin:0 2px 3px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	color: #FF91A2;
	letter-spacing: 2px;
	font-weight: 600;
}
.post-header .cat a:hover {
	text-decoration:underline;
}
.post-date {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 11px;
	color: #939393;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 1px;
	margin: 10px 0 25px;
}

/* 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:#242424;
	font-weight:700;
	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 {
	text-align:left;
	display:block;
	margin:40px auto 0;
	text-transform:uppercase;
	font-size:16px;
	font-family: "Raleway", serif;
	font-weight: 700;
	color:#FF91A2;
	border: 1px solid #ececec;
	padding: 18px 25px;
	max-width: 175px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	text-align: center;
}
a.more-link:hover {
	background: #FF91A2;
	color: #fff;
	border-color: #FF91A2;
	text-decoration: none;
}

/* Post Widget Area */
#post-sidebar .widget {
	border-width: 0;
	box-shadow: 0 0 0 0 #fff;
	padding: 0;
}

/* Post Share **********/
.post-share {
	overflow:hidden;
	margin-top: 40px;
}
.post-share .share-text {
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	color: #222;
	margin-bottom: 10px;
}
.post-share-box {
	display: block;
	height:54px;
	line-height:54px;
	text-align:center;
	z-index: 5;
	position: relative;
}
.post-share-box.share-buttons a i {
	font-size: 16px;
	height: 52px;
	width: 52px;
	line-height: 52px;
	border: 1px solid #ececec;
	border-radius: 50%;
	color: #FF91A2;
	margin: 0 10px;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}
.post-share-box.share-buttons a:hover i {
	background: #FF91A2;
	color: #fff;
}
.post-share-box.share-author a {
	font-family:"Raleway";
	font-weight: 700;
	font-size:14px;
	color:#222;
	text-transform:uppercase;
	letter-spacing:1px;
	font-style:normal;
}
.post-share-box.share-author span {
	color:#888;
	font-style:italic;
	margin-right:2px;
}

/* Post Author **********/
.post-author {
	margin-top:30px;
	padding: 20px;
	overflow:hidden;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}	

.author-written-by {
	font-family: "Source Sans Pro", serif;
	font-size: 10px;
	color: #555;
	font-style: italic;
	margin-bottom: 5px;
}

.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:700;
	color:#222;
	display:block;
}

.author-content p {
	margin-bottom:9px;
	color:#666;
	font-size: 13px;
}

.author-content .author-social {
	font-size:14px;
	color:#222;
	margin-right:8px;
}
.author-content .author-social:hover {
	color: #FF91A2;
}
/* Post Pagination *********/
.post-pagination {
	display: block;
	height:40px;
	margin-top: 20px;
	padding: 10px 20px 0;
	text-align: center;
	text-transform: uppercase;
	color: #222;
	letter-spacing: 1px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 700;
}
.post-pagination .post-prev a,
.post-pagination .post-next a {
	color: #222;
	font-weight: normal;
}
.post-pagination .post-prev a:hover,
.post-pagination .post-next a:hover {
	color: #FF91A2;
}
.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;
	display: block;
}
.post-box { text-align:center; }
.post-box-title {
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
	padding-bottom: 12px;
	position: relative;
	line-height:1em;
	font-weight:700;
	color: #222;
}
.related-title-divider {
	height: 1px;
	width: 20px;
	background: #222;
	margin: 0 auto;
	line-height: 1px;
	margin-bottom: 30px;
}

.item-related {
	width:216px;
	float:left;
	margin-right:20px;
}
.item-related:last-child {
	margin-right:0;
}

	#main.fullwidth .item-related {
		width:325px;
		margin-right:25px;
	}
	#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:12px;
	color:#222;
	font-family: 'Raleway', 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: #444;
	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:#ececec;
	color:#444;
	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:#FF91A2;
	color:#fff;
}

/* Grid Layout **********/
.grid-item {
	margin-bottom:45px;
	border: 1px solid #ececec; 
  	box-shadow: 1px 1px 1px 1px #ececec;
  	padding: 0;
}
.qb-grid > li {
	width:355px;
	display:inline-block;
	vertical-align: top;
	margin-right: 26px;
}

	/* fullwidth */
	#main.fullwidth .qb-grid > li {
		width:520px;
		margin-right:36px;
	}
	#main.fullwidth .qb-grid li:nth-of-type(2n+2) {
		margin-right:0;
	}
	#main.fullwidth .grid-item .post-img  {
	max-height: 350px !important;
	overflow: hidden;
}

.qb-grid li:nth-of-type(2n+2) {
	margin-right:0;
}
.grid-item .grid-content {
	padding: 20px;
	margin: 0 20px;
	z-index: 99;
}

.grid-item .post-header .post-date {
	display: block;
	margin-bottom: 5px;
}
.grid-item .post-header .cat a {
	margin:0 2px;
}
.grid-item .post-header .cat {
	display:block;
}

.grid-item .post-header h2 a {
	font-size:20px;
	letter-spacing:2px;
	font-weight: 500;
}
.grid-item .post-header h2 {
	margin-bottom:8px;
	max-width:100%;
}
.grid-item .post-header  {
	margin-bottom:22px;
}
.grid-item .post-img  {
	max-height: 240px;
	overflow: hidden;
}
.grid-item p {
	margin-bottom:10px;
}

/* List Layout **********/
.list-item {
	overflow:hidden;
	margin-bottom:30px;
	padding: 25px;
}
.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 h2 {
	max-width:100%;
	margin-top: 0;
}
.list-item .post-header h2 a {
	font-size:20px;
	letter-spacing:2px;
	font-weight: 500;
}
.list-item .post-header .cat a {
	margin:0 8px 2px 0;
}
.list-item .post-header  {
	margin-bottom:10px;
	margin-top: 0;
}
.list-item .post-entry p {
	margin: 7px 0 0;
}

/* 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-item .post {
	padding: 0;
}
.ms-item .grid-content {
	padding: 0 20px;
	margin: 0 20px;
	z-index: 99;
}

.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;
	font-weight: 500;
}
.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: 14px;
	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;
}

.post-comments-divider {
	display: block;
	height: 1px;
	width: 20px;
	background: #222;
	margin: 0 auto;
}

.thecomment {
	border-bottom:1px dotted #eee;
	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:#333;
}
.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: "Raleway", sans-serif;
	font-size:18px;
	color:#222;
	margin-bottom:20px;
	letter-spacing:1px;
	text-transform: capitalize;
	font-weight: 600;
	font-style: italic;
}

#respond h3 a {
	color:#222;
	display:inline-block;
}

#respond h3 small a {
	text-transform:uppercase;
	font-size:11px;
	background:#222;
	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: #222;
	color: #fff;
	padding:13px 15px;
	border-radius: 0px;
	font-size:11px;
	margin-top:0;
	letter-spacing: 1px;
	-webkit-appearance: none;
}

#respond #submit:hover {
	background:#FF91A2;
	color:#FFF;
}

/****************************************/
/* Sidebar & Widgets
/****************************************/

.widget {
	margin-bottom:45px;
	border: 2px solid #ececec; 
  	padding: 25px; 
  	box-shadow: 1px 1px 1px 1px #ececec;
	box-sizing: border-box;
}
.widget-title {
	text-align:center;
	color:#222;
	margin-bottom: 30px;
	font-size:15px;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:2px;
	position: relative;
}
.widget p {
	font-size:15px;
}
.widget a:hover {
	text-decoration:underline;
}
.widget ul li {
	margin-bottom:9px;
	padding-bottom:9px;
	border-bottom:1px dotted #d5d5d5;
}
.widget ul li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.widget ul li a {
	color:#FF91A2;
}

.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;
border-width: 0;
box-shadow: 0 0 0 0 #fff;
}
.landing-sidebar .widget li,
.home-sidebar .widget li{
	border-bottom-width: 0;
}
.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 {
	background: transparent;
	color: #111;
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 500;
}
.home-sidebar h4.widget-title:after, .landing-sidebar h4.widget-title:after {
	display:none;
}

	/*** 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:14px;	
		letter-spacing:1px;
		display:block;
		text-align:center;
		margin-bottom:10px;
		margin-top:11px;
		font-weight:700;
	}

	/******** Widget Social  *************/
	.widget-social {
		text-align:center;
		margin-top:5px;
	}
	.widget-social a{
		display:inline-block;
		color: #FF91A2;;
		font-size: 15px;
		margin: 9px;
	}

	.widget-social a:hover{
		color: #222;
	}

/* Social Widget **********/
.quebella_social_widget .social-widget {
	text-align:center;
	width: 100% !important;
}

.social-widget a {
	display: inline-block;
}
.social-widget a i {
	color:#FF91A2;
	font-size:24px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	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: #FF91A2;
}

/* 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 {
	}
	.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: #222;
		text-align:center;
		display:inline-block;
		font-family: 'Raleway', sans-serif;
		font-weight: 600;
	}
	.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 */
.felicity-postcarousel {

}
.heyden-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;	
}
.felicity-postcarousel .owl-controls {
}
.felicity-postcarousel .owl-controls .owl-buttons .owl-next,
.felicity-postcarousel .owl-controls .owl-buttons .owl-prev  {
	border-radius: 0;
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
	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;
}
.felicity-postcarousel .owl-controls .owl-buttons .owl-next {
	top: 100px;
	right: 0;
}
.felicity-postcarousel .owl-controls .owl-buttons .owl-prev {
	top: 100px;
	left: 0;
}
.felicity-postcarousel:hover .owl-controls .owl-buttons .owl-prev,
.felicity-postcarousel:hover .owl-controls .owl-buttons .owl-next {
	opacity: 0.9;
}
.felicity-postcarousel .owl-item .item {
	position: relative;
	text-align: center;
}
.felicity-postcarousel .owl-item img:hover {
	opacity: 0.8;
}
.felicity-postcarousel .entry-header-postcarousel {
	position: absolute;
	bottom: 15px;
	width: 100%;
	padding: 0 10px;
	z-index: 10;
}
.felicity-postcarousel .entry-header-postcarousel h1 {
	width: 96%;
}
.felicity-postcarousel .entry-header-postcarousel h1 a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.felicity-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: #222 !important;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
}
.widget_recent_entries .post-date {
	color:#999;
	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: "Raleway", sans-serif !important;
	color: #222 !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 a {
	font-size:16px !important;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#FF91A2;
	padding: 0 0 10px;
	margin-bottom:10px;
	display:block;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	border-bottom: 1px solid #eee;
	line-height: 22px;
	text-align: center;
}
.widget .tagcloud a:last-child {
	border-bottom-width: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget .tagcloud a:hover {
	text-decoration:none;
}

/* 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:#999;
	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: 45.9%;
	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: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 10px;
}
#sidebar .null-instagram-feed p a:hover {
	text-decoration: underline;
}

/************** Latest News Widget ***************/
/************** 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;
	}

	/* Full width Home page & Landing page */
	.home-sidebar .lastest_news, 
	.landing-sidebar .lastest_news {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-gap: 20px;
		column-gap: 20px;
			-webkit-column-break-inside: avoid;
	-webkit-backface-visibility: hidden;
	}
	.home-sidebar .widget ul.lastest_news li, 
	.landing-sidebar .widget ul.lastest_news li {
		display: inline-block;
		padding-bottom: 0;
		margin-bottom: 15px;
	}
	.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%;
		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 {
	}
	.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: #222;
	}
	.side-text h4 a {
		display:block;
		font-size:12px;
		font-family: 'Raleway', sans-serif;
		line-height:18px;	
		text-transform: uppercase;
		font-weight: 500;
		letter-spacing: 1px;	
	}
	.side-meta {
		color:#B1B1B1
	}
	.side-meta a{
		font-size:11px !important;
		color:#B1B1B1 !important;	
		font-family: 'Source Sans Pro', sans-serif !important;
		text-transform: uppercase !important;
    	letter-spacing: normal !important;
	}
	.side-meta a:first-child {
		margin-left:0;
	}


/* Promo Widget */
aside .quebella_promo_widget.widget {
	margin-bottom: 0;
	overflow: hidden;
}
aside .promo-item {
	display: table;
	width:100% !important;
	max-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;
}
	

	

/****************************************/
/* Pagination
/****************************************/

.pagination {
	margin-top:55px;
	overflow:hidden;
	margin-bottom:45px;
}

.pagination a {
	display:inline-block;
	color:#222;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:11px;
	border:1px solid #ddd;
	padding: 13px 15px;
	font-weight:600;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	border-radius: 22px;
}
.pagination a:hover {
	background: #FF91A2;
	color: #fff;
}
.pagination .newer {
	float:left;
	
}
.pagination .older {
	float:right;
}

/****************************************/
/* Footer
/****************************************/

/* Instagram footer area **********/
#instagram-footer {
	text-align:center;
	overflow:hidden;
}
.instagram-title {
	color: #222;
	margin-bottom:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:14px;
	font-weight: 600;
	font-family: "Raleway", sans-serif;
}
#instagram-footer .instagram-widget {
	margin-top: 30px;
}
#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 #eee;
	display: inline-block;
	margin-top: 5px;
}

/* Footer social icons **********/
#footer {

}
#footer-social {
	opacity: 0.9;
	background:#FF91A2;
	text-align:center;
	padding:28px 0;
	border-bottom: 1px solid #fff;
}
#footer-social a i {
	color:#FF91A2;
	background: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:5px 0 5px 20px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
#footer-social a span {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-left: 0;
	letter-spacing: 1px;
}
#footer-social a:hover,
#footer-social a i:hover,
#footer-social a span:hover {
	-webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	transform: scale(1.1);
}
#footer-social a span {
	margin-left:5px;
}

/* Footer Copyright **********/
#footer-copyright {
	text-align:center;
	padding:28px 0;
}
.copyright {
	color:#b8b8b8;
	font-size:12px;
}
.copyright a {
	color:#FF91A2;
}

/****************************************/
/* Archive Box
/****************************************/

.archive-box {
	text-align:center;
	margin-bottom:40px;
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
	padding:25px;
}
.archive-box h1 {
	font-size:24px;
	color:#222;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family: "Source Sans Pro", serif;
}
.archive-box span {
	font-size:10px;
	color:#b1b1b1;
	display:block;
	margin-bottom: 7px;
	font-family: "Raleway", 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:"Source Sans Pro", sans-serif;
}
input[type=submit] {
	font-family:"Raleway", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	background:#eee;
	border-radius:0;
	font-size:10px;
	color:#888;
	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:30px;
	width:auto;
	-webkit-appearance: none;
}
input[type=submit]:hover {
	background:#333;
	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:#888;
	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: 30px;
}
.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;
}
.page-template-page-lookbook .post-header {
	margin-bottom: 23px !important;
}
.lookbook_wrap {
	overflow: hidden;
}
.lookbook_item {
	width: 32%;
	height: 338px;
	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: 45%;
		opacity: 0;
		-o-transition:.8s;
		-ms-transition:.8s;
		-moz-transition:.8s;
		-webkit-transition:.8s;	
		padding: 0 30px;
		z-index: 9;
		position: relative;
		text-align: center;
	}
		.lookbook_item:hover .overlay {
			opacity: 1;		
			top: 40%;	
		}
		.no_img .overlay, .no_img .overlay {
			top: 40%;
		}
		.no_img .overlay, .no_img .overlay a {
			color: #222;
			opacity: 1;
		}
		
		.no_img:hover .overlay, .no_img:hover .overlay a {
			color: #888;
		}
		.no_img:hover .overlay h2 a{
			color: #222;
		}
		.overlay h2 a{
			color: #222;
			text-transform: uppercase;
			font-size: 15px;
			letter-spacing: 1px;
			line-height: 22px;
			font-weight: 600;			
		}
		.overlay h2 a:hover {
			text-decoration: underline;
		}
		.overlay .line {
			width: 30px;
			height: 1px;
			background-color: #222;
			display: inline-block;
			margin-bottom: 15px;
			margin-top: 15px;
		}
		.overlay .meta {
			display: block;
			font-family: 'Source Sans Pro', sans-serif;
    		font-size: 12px;
    		color: #888;
		}
		.overlay .meta a {
			color: #888;
			text-transform: uppercase;
		}
		.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;
	font-style:italic;
	color:#888;
    line-height: 17px;
    margin: 8px 0 0;
}

.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;
	font-style:italic;
	margin-bottom:18px;
}
.wpcf7 .wpcf7-submit {
	width:auto;
	font-size:12px;
	font-weight: 700;
	margin-top:0;
	background: #FF91A2;
	border-radius: 0;
	padding: 12px 50px;
	color: #fff;
	-webkit-appearance: none;
}
.wpcf7 .wpcf7-submit:hover {
	background: #222;
}

/*** Mailchimp ***/
.widget_mc4wp_form_widget {
}
.mc4wp-checkbox input[type="checkbox"] {
	width: 25px !important;
}
.mc4wp-checkbox label {
	width: 100% !important; 
	margin: 10px 0;
}
.widget_mc4wp_widget .widget-title {
	margin-bottom:0;
}
.mc4wp-form label {
	font-weight: 400 !important;
	margin-bottom: 18px !important;
	text-align: center;
	font-style: italic;
	color: #444;
	font-size: 12px;
}
.mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] {
	width: 100%;
	border-radius: 0;
	background: #FF91A2;
	color: #fff;
	font-weight: 700;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	-webkit-appearance: none;
}
.mc4wp-form button:hover, .mc4wp-form input[type=button]:hover, .mc4wp-form input[type=submit]:hover {
	background:#222;
}

.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 {
	font-style:italic;
}

.mc4wp-form {
	margin:0 !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;
	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: #f4f4f4;
	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%;
	font-weight: 500;
}
.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;
	font-weight: 500;
}
#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: 36%;
	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: 14.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: 14.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;
}

/* Jetpack styles ******************/

#subscribe-email {
	margin-top: 10px;
}
#subscribe-email input {
	line-height: 30px; 
	width: 100% !important;
}
#subscribe-submit input {
	width: 100%; 
	font-size: 14px;
}
.jetpack-display-remote-posts h4 {
	font-size: 150% !important;
}

/* Scroll to Top */
.backtotop {
position: fixed;
bottom: 20px; /* increase value to move position up */
right: 10px; /* increase value to move position left */
color: ##ff91a2; /* color of text */
background-color: #fff; /* background color of button */ 
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: #ff91a2; /* color of background on hover over */
color: #ffffff; /* color of text on hover over */
text-decoration: none; /* no underline */
}

/****** WooCommerce ******/

/* Shop page */

.woocommerce h1.page-title {
	font-family: 'Raleway,', sans-serif;
	font-size: 32px;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 15px 0;
	font-weight: 400;
	text-align: center;
}
.woocommerce ul.products {
	padding-top: 10px;
}
.woocommerce ul.products h3 {
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}
.woocommerce ul.products li.product .price {
	font-size: 16px;
	color: #545454;
}
.woocommerce a.button {
	background: #fff;
	border-radius: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #e5e5e5;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.woocommerce a.button:hover {
	color: #fff;
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
	border-radius: 2px;
	line-height: 20px;
	min-height: 20px;
	max-width: 36px;
	left: 6px;
	right: auto;
}
.woocommerce ul.products li.product .onsale {
	top: 12px;
}
.woocommerce span.onsale {
	top: 6px;
}
.woocommerce ul.products .star-rating {
	display: none;
}
.woocommerce-pagination {
	margin-bottom: 30px;
}
.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
	font-size: 1.15em;
}

/* Single Product Page */

.woocommerce div.product .product_title {
	font-family: "Raleway", sans-serif;
	font-size: 24px;
	padding-bottom: 15px;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
}
.woocommerce div.product p.price {
	padding-bottom: 15px;
}
.woocommerce div.product .stock {
	color: #111;
}

.woocommerce.single-product div.product .cart {
	padding-top: 20px;
}
.woocommerce.single-product div.product .cart .quantity input {
	line-height: 17px;
}
.woocommerce button.button.alt {
	background: #fff;
	border-radius: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #e5e5e5;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.woocommerce .woocommerce-tabs .description_tab, .woocommerce .woocommerce-tabs .reviews_tab {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
}
.woocommerce h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	padding-bottom: 15px;
	font-weight: 600;
	font-size: 19px;
}
.woocommerce .woocommerce-tabs h3 {
	padding-bottom: 15px;
}
.woocommerce #respond input#submit {
	background: #222;
	color: #fff;
	border-radius: 0;
	font-family: "Raleway", sans-serif;
	letter-spacing: 1px;
}
.woocommerce #respond input#submit:hover {
	color: #fff;
}
.woocommerce .related.products {
	margin-top: 35px;
}
.woocommerce div.product p.stock {
	padding: 15px 0;
	font-size: 18px;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
}

/* Cart & Checkout */

.woocommerce table.shop_table {
	border-radius: 0;
}
.woocommerce-cart .post-entry th {
	font-size: 16px !important;
}
.woocommerce table.shop_table thead, .woocommerce .cart-collaterals .cart_totals th {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	color: #222;
	letter-spacing: 1px;
	line-height: 30px;
}
.woocommerce-cart table.cart img {
	width: 120px;
}
.woocommerce-cart table.cart .product-name a {
	color: #545454;
	font-weight: 700;
}
.woocommerce .quantity .qty {
	width: 60px;
}
.woocommerce-cart table.cart td.actions {
	line-height: 50px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	margin-top: 10px;
	line-height: 21px;
}
.woocommerce input.button, .woocommerce a.button.alt, .woocommerce input.button.alt {
	background: #222;
	color: #fff;
	border-radius: 0;
}
.woocommerce input.button:hover {
	color: #fff;
}
.woocommerce .cart-collaterals .cart_totals {
	float: left;
	width: 100%;
}
.woocommerce .cart-collaterals .cart_totals th {
	background: #fff;
}
.woocommerce .cart-collaterals .cart_totals td {
	text-align: right;
}
.woocommerce a.button {
	padding: 15px;
}
.woocommerce-cart .wc-proceed-to-checkout {
	width: 25%;
	float: right;
}
.woocommerce .cart-collaterals .cart_totals a.shipping-calculator-button {
	text-transform: uppercase;
}
.woocommerce-checkout input#ship-to-different-address-checkbox {
	width: 20px;
	font-size: 14px;
}
.woocommerce-checkout .shop_table td {
	line-height: 30px;
}
.woocommerce-checkout .shop_table td.product-name {
	font-weight: ;
}
.woocommerce-checkout .shop_table th, .woocommerce-checkout .shop_table th {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	letter-spacin: 1px;
}
.woocommerce-checkout #payment {
	background: #f5f5f5;
}
.woocommerce-checkout #payment ul li {
	list-style: none;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}
.woocommerce-checkout #payment ul li input {
	width: auto;
}

.woocommerce ul.products h3:hover, .woocommerce div.product p.price, .woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before , .woocommerce a.button, .woocommerce button.button.alt {
	color: #FF91A2;
}
.woocommerce span.onsale, .woocommerce a.button:hover, .woocommerce button.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce input.button:hover, .woocommerce a.button.alt:hover, .woocommerce input.button.alt:hover {
	background: #FF91A2;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
	border-color: #FF91A2;
}

/* Widgets */
.woocommerce.widget .button {
	padding: 10px;
}
.woocommerce.widget li a {
	color: #222;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
}
.woocommerce ul.cart_list li a {
	font-weight: 600;
}
.woocommerce.widget .total {
	padding-bottom: 10px;
}
.woocommerce.widget input[type="submit"] {
	border-radius: 0;
	background: #FF91A2;
	color: #fff;
	font-weight: 700;
	width: 100%;
}
.woocommerce.widget input[type="submit"]:hover {
	background: #222;
}
.woocommerce ul.product_list_widget li {
	padding: 8px 0;
}
.woocommerce ul.product_list_widget li a {
	padding: 4px 0;
}
.woocommerce ul.product_list_widget .star-rating {
	padding: 4px 0;
	color: #FF91A2;
}
.woocommerce.widget_product_categories {
	text-align: center;
}
.woocommerce.widget_product_categories li a{
	color: #FF91A2;
	padding-bottom: 8px;
}