/*
Theme Name: Jolie
Theme URI: http://demos.georgialoustudios.com/jolie
Description: A WordPress Theme for Bloggers
Author: Georgia Lou Studios
Author URI: http://georgialoustudios.com
Version: 1.2.2
License: GPL
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jolie
*/

/*********************************
* TOC *
**********************************

1.0 - Global reset
	1.1 - Global reset-RESET
2.0 - Layout
3.0 - Top Bar
	3.1 - Menu
		3.1.1 - Drop downs
	3.2 - Social and Search
4.0 - Slick Nav Mobile Menu
5.0 - Header and Menu
6.0 - Featured Sliders
	6.1 - Boxed & Full Width Single Image Sliders
	6.2 - Carousel Sliders
		6.2.1 - Full Width Carousel Slider
	6.3 - Magazine Layout
7.0 - Promo Area
	7.1 - Landing Page
8.0 - Posts
	8.1 - Post Entry
	8.2 - Read More Button
	8.3 - Post Share
	8.4 - Post Author
	8.5 - Post Pagination
	8.6 - Post Related
	8.7 - Post Tags
	8.8 - Grid Layout
		8.8.1 - Full width
	8.9 - List Layout
	8.10 - Masonry Layout
		8.10.1 - Full width
	8.11 - Comment
	8.12 - Reply
9.0 - Sidebar & Widgets
	9.1 - Post Sidebar
	9.2 - Home Sidebar
	9.3 - About Widget
		9.3.1 - About Widget Social
	9.4 - Social Icons Widget
	9.5 - Widget - Categories & Archives
	9.6 - Sidebar Image Menu
	9.7 - Post Carousel Widget
	9.8 - WordPress Recent Posts Widget
	9.9 - WordPress Recent Comments Widget
	9.10 - WordPress Calendar
	9.11 - WordPress Custom Menu Widget
	9.12 - Tagcloud Widget
	9.13 - Search Widget
	9.14 - Instagram Widget
	9.15 - Latest News Widget (Recent Posts with Thumbs)
		9.15.1 - Full width home page & Landing page
	9.16 - Post List Widget
		9.16.1 - Home Page and & Landing page widget
	9.17 - Jetpack styles
10.0 - Pagination
11.0 - Footer
	11.1 - Instagram Footer Area
	11.2 - Footer Social Area
	11.3 - Footer Copyright
	11.4 - Footer Menu
12.0 - Archive Box
13.0 - Misc.
	13.1 - Form Styling
	13.2 - Custom WordPress Gallery Style
	13.3 - 404 Page
	13.4 - Page Styles
	13.5 - Lookbook page
	13.6 - Contact Form 7 Styles
	13.7 - MailChimp
	13.8 - Scroll to Top
14.0 - WordPress Core Styles
15.0 - WooCommerce
16.0 - Media Queries
***********************************/


/**********************************
1.0 - 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:''}

/*  1.1 - Global reset-RESET */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none }
/**/

body {
	font-family:"Merriweather", serif;
	font-size:14px;
	color:#343434;
	background:#fff;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
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:"BenchNine", sans-serif;
}
#nav-wrapper .menu li a, 
.slicknav_nav a {
	font-family:"BenchNine", sans-serif;
}
p {
	line-height:2.0;
}
a {
	color:#ef9d87;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}
.clr {
	clear: both;
}

/****************************************/
/* 2.0 - Layout
/****************************************/

.container {
	width:1210px;
	margin:0 auto;
}
#content {
	overflow:hidden;
	margin-bottom:20px;
	background: #fff;
	padding: 30px 20px 20px;
}
#inner-wrapper {
	padding-top: 30px;
}
#main {
	width:810px;
	float:left;
	position: relative;
}
#main.fullwidth {
	width:100%;
}
#sidebar {
	width:300px;
	float:right;
}

/****************************************/
/* 3.0 - Top Bar
/****************************************/

#top-bar {
	height:62px;
	background:#222;
	width:100%;
	position:fixed;
	z-index:9999;
	-webkit-backface-visibility: hidden;
	opacity: 1.0;
}
#top-bar .container2 {
	position:relative;
	height: 62px;
	width: 1170px;
	margin: 0 auto;
}
.menuOpacity2 {
	opacity: 0.9 !important;
}
.menuOpacity2:hover {
	opacity: 1 !important;
	transition: all 0.4s ease 0s;
}

/* 3.1- Menu **********/
.slicknav_menu {
	display:none;
}
#nav-wrapper .menu {
	float:left;
}
#nav-wrapper .menu li {
	display:inline-block;
	margin-right:38px;
	position:relative;
	line-height: 62px;
}
#nav-wrapper .menu li a {
	color:#fff;
	font-size:15px;
	letter-spacing:2px;
	text-transform:uppercase;
	display:block;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
	font-weight: 700;
}
#nav-wrapper .menu li a:hover {
	color:#ef9d87;
}
#nav-wrapper .menu > li.menu-item-has-children > a:after {
	font-family: FontAwesome;
    content: "\f107";
	margin-left:7px;
	color:#fff;
	font-size:13px;
}
#nav-wrapper .menu > li.menu-item-has-children > a:hover:after {
	color:#ef9d87;
}

	/* 3.1.1 - Drop downs **********/
	#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-right: 1px solid rgba(0, 0, 0, 0.1);
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		line-height: 46px;
	}
	#nav-wrapper ul.menu ul a,
	#nav-wrapper .menu ul ul a {
		color: #222;
		margin: 0;
		font-size:14px;
		letter-spacing:1px;
		line-height: 46px;
		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: 46px;
	}
	#nav-wrapper ul.menu ul a:hover,
	#nav-wrapper .menu ul ul a:hover {
		color: #fff;
		background:#ef9d87;
	}
	#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;	
	}
	
/* 3.2 - Social and Search **********/
#top-social {
	position:absolute;
	right:35px;
	top:0;
	text-align: center;
	padding: 0 10px;
}
#top-social.nosearch { 
	right:0; 
}
#top-social a {
	color:#fff;
	font-size:13px;
	line-height:62px;
	height: 62px;
	display:inline-block;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
	margin: 1px 1px 1px 20px;
}
#top-social a:hover {
	color:#ef9d87;
} 
#top-search {
	position:absolute;
	right:0;
	top:0;
}
#top-search a.search {
	font-size:13px;
	color:#fff;
	line-height:62px;
	position:relative;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
	padding-left: 15px;
	border-left: 1px dotted #fff;
}
#top-search a.search:hover {
	color:#ef9d87;
}
.show-search {
	position:absolute;
	top:63px;
	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;
}

/****************************************/
/* 4.0 - Slicknav CSS
/****************************************/
.slicknav_btn { 
	position: relative; 
	display: block; 
	vertical-align: middle; 
	float: left;  
	line-height: 50px; 
	cursor: pointer;  
	height:50px;
}
.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: 12px 0 0;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}
.slicknav_menu {
    background:#222222;
    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:#222;
	font-size:14px;
	letter-spacing:1px;
	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: #ef9d87;
}
.slicknav_nav a:hover{
	color: #fff;
	background: #ef9d87;
}
.slicknav_nav .slicknav_txtnode {
    margin-left:15px;   
}
.slicknav_menu .slicknav_no-text {
	margin-top:7px;
}

/****************************************/
/* 5.0 - Header & Logo
/****************************************/
.home #header, 
.page-template-page-slider #header, 
.page-template-page-fullwidth-slider #header {
	margin-bottom:0;
	border-bottom:none;
}
#header {
	padding-bottom: 0px;
	padding-top:50px;
	text-align:center;
}
#site-branding {
	text-align: center;
}
#header h1{
	font-family: "BenchNine", sans-serif;
	color: #222;
	font-size: 90px;
	width: auto;
}
#header a {
	color: #222;
	text-decoration: none;
}
#header a:hover {
	color: #ef9d87;
}
#header h2 {
	font-family: "Merriweather", serif;
	font-size: 14px;
	color: #222;
	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: 130px;
}

/****************************************/
/* 6.0 - Featured Slider
/****************************************/

.featured-area {
	margin-bottom:30px;
}
.featured-area.nopromo {
	margin-bottom:20px;
}
#outer-wrapper > .featured-area {
	margin-top: 40px;
}

/* 6.1 Boxed & Full Width Single Sliders ***********/
.featured-area {
	position: relative;
}
.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;
	background: rgba(34,34,34,0.16);
	z-index: 5;
}
.featured-area .feat-overlay:hover {
	background: rgba(34,34,34,0.8);
}
.featured-area .feat-inner {
	max-width:60%;
	margin:0 auto;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.5s;
}
.featured-area .feat-overlay .slider-meta {
	margin: 0 0 13px;
	display: block;
}
.featured-area .feat-overlay .date {
	display: inline-block;
	color: #fff;
	font-size:17px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family: "BenchNine", sans-serif;
	text-shadow: 2px 2px 3px #222;
}
.featured-area .feat-overlay .cat {
	display: inline-block;
	color: #fff;
	border-bottom: 2px solid #fff;
	padding: 10px;
}
.featured-area .feat-overlay .cat a {
	display:inline-block;
	margin:0 2px;
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-bottom:2px;
	font-family: "BenchNine", sans-serif;
	text-shadow: 2px 2px 3px #222;
}
.featured-area .feat-overlay .cat a:hover {
	opacity: 0.8;
}
.featured-area .feat-overlay h2 {
	color:#fff;
	font-size:52px;
	line-height:42px;
	margin: 20px 0;
	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;
}
.feat-more {
	color:#fff;
	border: 2px solid #fff;
	font-size:17px;
	text-transform:uppercase;
	letter-spacing:1px;
	display:inline-block;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	font-family: "BenchNine";
	margin-top: 15px;
	padding: 10px 20px;
}
.featured-area a.feat-more:hover {
	color: #fff;
}
.feat-more .dslc-icon {
  color: #fff;
  margin-left: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  display: inline;
}
.feat-more:hover .dslc-icon {
	margin-left: 5px;
	opacity: 1;
	font-size: inherit !important;
}
.bx-wrapper .bx-controls-direction a {
	border-radius: 50%;
	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;
}

/* 6.2 - Carousel Sliders *********/
.featured-area-carousel {
	margin-bottom: 0;
	padding-top: 30px;
}
#owl-demo {
	margin-bottom: 0px;
}
#owl-demo .item {
	position: relative;
	margin: 0 15px;
}
.owl-item .image_container {
	height: auto;
	overflow:hidden;
}
#owl-demo .item img{
	max-width:100%;
	height:auto;
}
#owl-demo .item .feat-overlay {
	height: 604px;   
	text-align:center;
	position: absolute;
	top: 0;
	left: 0;
	background:rgba(34,34,34,0.16);
	width: 100%;
	min-height: 167.5px;
	-o-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
}
#owl-demo .item .feat-overlay:hover {
	background: rgba(34,34,34,0.8);
	cursor: pointer;
}
#owl-demo .item .feat-overlay .feat-text {
	width: 330px;
	margin: 20px;
	-o-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
	height: 560px;
}
#owl-demo .item .feat-overlay:hover .feat-text {
	border: 1px solid rgba(255,255,255,0.8);
	box-sizing: border-box;
	opacity: 1.0;
}
#owl-demo .item .feat-overlay .feat-text .feat-text-inner {
	position: absolute;
	top: 50%;   
	text-align:center;
	width: 330px;
}
#owl-demo .item .feat-overlay .slider-meta {
	display: block;
	margin-bottom:10px;
	padding: 0 20px;
	-o-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
}
#owl-demo .item .feat-overlay .cat {
	color: #fff;
	border-bottom: 2px solid #fff;
	padding-bottom:10px;
}
#owl-demo .item .feat-overlay .cat a {
	font-size:20px;
	color:#fff;
	display:inline-block;
	text-transform: uppercase;
	font-family: "BenchNine", serif;
	font-weight: 700;
	line-height: 40px;
}
#owl-demo .item .feat-overlay h3 {
	padding: 10px 20px;
}
#owl-demo .item .feat-overlay h3 a {
	font-size:40px;
	color:#fff;
	line-height: 36px;
	font-weight: 700;
}
.featured-area-carousel .feat-more {
	font-size:18px;
	font-family: "BenchNine", sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight: 700;
	display: block;
	margin: 25px auto;
  	line-height: 1;
	color: #fff;
	padding: 12px 15px;
	width: 110px;
	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	transition: all .5s;
  	background: #ef9d87;
  	border-radius: 30px;
  	opacity: 0;
  	border-width: 0;
}
.featured-area-carousel .feat-overlay:hover .feat-more {
	opacity: 1.0;
}
.featured-area-carousel .feat-more .dslc-icon {
  color: #fff;
  margin-left: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  display: inline;
}
.featured-area-carousel .feat-more:hover {
	width: 130px;
}
.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;
	position: relative;
}
#owl-demo .owl-controls .owl-buttons {
	position: relative;
	display: none;
}
#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;
  border-radius: 50%;

}
#owl-demo .owl-controls .owl-buttons div:hover {
	opacity: 1.0;
}
.owl-next,
.owl-prev {
	position: absolute;
	top: -260px;
}
.owl-next {
	right: 12px;
}
.owl-prev {
	left: 12px;
}
.owl-next:hover,
.owl-prev:hover {
	opacity:1.0;
}

/* 6.2.2 - Full Width carousel */
#outer-wrapper > .featured-area-carousel {
	padding-top: 40px;
}
#outer-wrapper > .featured-area-carousel > #owl-demo .item {
	margin: 0;
}
#outer-wrapper > .featured-area-carousel > #owl-demo .owl-item {
	height: 450px;
}
#outer-wrapper > .featured-area-carousel > #owl-demo .owl-controls .owl-buttons { 
	display: block;
}
#outer-wrapper > .featured-area-carousel > #owl-demo .item .feat-overlay .feat-text {
	border: 0px solid rgba(255,255,255,0.8);
	width: 100%;
	margin: 0;
}
#outer-wrapper > .featured-area-carousel > #owl-demo .item .feat-overlay .feat-text .feat-text-inner {
	top: 45%;
	width: 100%;
}
#outer-wrapper > .featured-area-carousel > #owl-demo .item .feat-overlay h3 a {
	font-size: 34px;
}
#outer-wrapper > .featured-area-carousel > #owl-demo .feat-more {
	margin: 15px auto;
}

/* 6.3 - Magazine Layout */
.grid-posts-holder {
	text-shadow: 2px 2px 3px #222;
}
.grid-posts-holder img {
	width: 100%;
	height: auto;
}
.grid-posts-holder img:hover {
	opacity: 0.7;
}
.grid-posts-big {
	width: 810px;
	height: 530px;
	overflow: hidden;
	float: left;
	position: relative;
}
.grid-posts-big .post-content-holder {
	width: 100%;
	margin: 0 auto;
	z-index: 10;
	box-sizing: border-box;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(40%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#61000000',GradientType=0 ); /* IE6-9 */
}
.grid-posts-big .post-content-holder h2 {
	margin: 15px 0 0;
	font-size: 48px;
	font-weight: 700;
}
.grid-posts-big .post-content-holder a {
	color: #fff;
}
.grid-posts-big .post-content-holder a:hover {
	opacity: 0.8;
}
.grid-posts-big .post-content-holder .cat {
	border-bottom: 2px solid #fff;
	padding: 0 10px 10px;
}
.grid-posts-big .post-content-holder .cat a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-family: "BenchNine", sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
}
.grid-posts-big .post-content-holder, .grid-posts-small .post-content-holder {
	bottom: 0;
	position: absolute;
	padding: 20px 10px 10px;
	color: #fff;
	text-align: center;
	width: 100%
	margin: 0 auto;
}
.grid-posts-small .post-content-holder .post-meta-holder {
	display: none;
}
.grid-posts-small .post-content-holder {
	width: 100%;
	z-index: 1;
	box-sizing: border-box;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(40%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#61000000',GradientType=0 ); /* IE6-9 */
}
.grid-posts-big .post-content-holder span {
	padding-right: 10px;
}
.grid-posts-small {
	width: 340px;
	height: 255px;
	overflow: hidden;
	float:right;
	position: relative;
	margin-bottom: 20px;
}
.grid-post-small img {
	width: 100%;
	height: auto;
}
.grid-posts-holder div:last-child {
	margin-bottom: 0;
}
.grid-posts-small h2 a {
	color: #fff;
	text-decoration: none;
	font-size: 26px;
	font-weight: 700;
	z-index: 10;
}
.grid-posts-small h2 a:hover {
	opacity: 0.8;
}
.grid-posts-holder {
  overflow: auto;
}
.grid-posts-small h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}


/****************************************/
/* 7.0 - Promo Area
/****************************************/

.promo-area {
	overflow:hidden;
	margin-bottom:30px;
}
.promo-item {
	display: table;
	width:370px;
	float:left;
	margin-right:30px;
	height:210px;
	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;
	padding:16px;
	position:relative;
}
.promo-item:hover {
	opacity: 0.8;
}
.promo-item:last-child {
	margin-right:0;
}

.promo-overlay {
	height: 100%;
    display: table-cell;   
    vertical-align: middle;   
	text-align:center;
}
.promo-overlay  h4 {
	color:#222;
	line-height:1.5em;
	padding:8px 12px 8px 13px;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:2px;
	background: rgba(255,255,255,0.9);
	display:inline-block;
	max-width:60%;
	font-weight: 500;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
}
.promo-link {
	position: absolute; 
	height: 100%; 
	width: 100%;
	top: 0;
	left:0;
	z-index: 999999;
	display: block
}

/* 7.1 - 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;
}


/****************************************/
/* 8.0 - 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:15px;
}
.post-header .cat,
.list-item .cat {
	display: inline-block;
	font-family: "BenchNine", sans-serif;
	font-size: 18px;
	padding: 20px 10px 5px;
	color: #aaa;
}
.post-header .cat a, 
.list-item .cat a {
	display:inline-block;
	text-transform:uppercase;
	font-family: "BenchNine", sans-serif;
	font-size: 18px;
	color: #aaa;
	line-height: 1.6;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.post-header .cat a:hover {
	text-decoration:none;
	color: #ef9d87;
}
.header-separator {
	color: #aaa;
}
.post-header h2, .post-header h1 {
	display:block;
	margin-bottom: 18px;
	line-height: 1;
}
.post-header h2 a, .post-header h1 {
	font-size:44px;
	color:#222;
	line-height:1em;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}
.post-header h2 a:hover {
	color: #ef9d87;
}
.post-title-separator {
	height: 2px;
	width: 90px;
	background: #ef9d87;
	margin: 0 auto;
}
.post-date {
	display: inline-block;
	font-family: "BenchNine", sans-serif;
	font-size: 18px;
	color: #aaa;
	letter-spacing: 2px;
	padding: 20px 0 5px;
	text-transform: uppercase;
}
.list-meta .post-date, .list-meta .cat, .grid-content .post-date, .grid-content .cat {
	padding: 5px 0;
}

/* 8.1 - 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:700;
	margin:20px 0 10px;
	text-transform: uppercase;
}
.post-entry h1 {
	font-size:32px;
}
.post-entry h2 {
	font-size:26px;
}
.post-entry h3 {
	font-size:22px;
}
.post-entry h4 {
	font-size:18px;
}
.post-entry h5 {
	font-size:16px;
}
.post-entry h6 {
	font-size:14px;
}
.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;
}

/* 8.2 - Read More Button **********/
.more-link {
	width: 117px;
	display:block;
	margin:40px auto 30px;
	text-transform:uppercase;
	font-size:18px;
	font-family: "BenchNine", sans-serif;
	font-weight: 700;
	background: #ef9d87;
	color:#fff;
	border-radius: 40px;
	letter-spacing: 1px;
	padding: 2px 15px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	text-align: center;
}
a.more-link:hover {
	background: #222;
	text-decoration: none;
	color: #fff;
}

/* 8.3 - Post Share **********/
.page .post-share {
	padding-top: 20px;
	text-align: center;
}
.page .post-share .post-share-box {
	position: static;
}
.post-share {
	height: 10px;
	position: relative;
	padding-bottom: 10px;
}
.post-share .share-comments {
	position: absolute;
	left: 0;
	bottom: -19px;
	border: 1px solid #e5e5e5;
	padding: 5px 15px;
	line-height: 25px;
	background: #fff;
	z-index: 10;
}
.single-post .post-share .share-comments {
	bottom: -44px;
}
.post-share .share-comments a {
	color: #222;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Merriweather', 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: #222;
	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: #ef9d87;
}
.post-share-box.share-author a {
	font-family:"Open Sans";
	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;
}
.page .post-share-box {
	border-width: 0;
}

/* 8.4 - Post Author **********/
.post-author {
	margin-top:25px;
	padding: 40px 25px 5px;
	overflow:hidden;
	border-top: 1px solid #e5e5e5;
}	
.author-written-by {
	font-family: Arial, 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:18px;
	margin-bottom:6px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	color:#222;
	display:block;
}
.author-content h5 a:hover {
	color: #ef9d87;
}
.author-content p {
	margin-bottom:9px;
	color:#545454;
	font-size: 13px;
}
.author-content .author-social {
	font-size:14px;
	color:#222;
	margin-right:8px;
}
.author-content .author-social:hover {
	color: #ef9d87;
}

/* 8.5 - Post Pagination *********/
.post-pagination {
	height:40px;
	margin-top: 35px;
	padding: 30px 20px 40px;
	text-align: center;
	color: #222;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	line-height: 1.5;
	font-size: 18px;
}
.post-pagination .post-prev a,
.post-pagination .post-next a {
	color: #ef9d87;
	font-size: 18px;
}
.post-pagination .post-prev a:hover,
.post-pagination .post-next a:hover {
	color: #222;
	text-decoration: underline;
}
.post-pagination .fa-caret-left {
	padding-right: 7px;
}
.post-pagination .fa-caret-right {
	padding-left: 7px;
}

/* 8.6 - Post related **********/
.post-related {
	overflow:hidden;
	margin-bottom:60px;
	margin-top:50px;
}
.post-box { 
	text-align:center; 
}
.post-box-title {
	font-size:28px;
	text-transform:uppercase;
	padding-bottom: 10px;
	position: relative;
	line-height:1em;
	font-weight:400;
	color: #222;
	margin-bottom: 10px;
	text-align: left;
}
.item-related {
	width:255px;
	float:left;
	margin-right:22px;
}
.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;
	text-align: center;
}
.item-related h3 a {
	font-size:18px;
	color:#222;
	font-family: 'BenchNine', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.item-related h3 a:hover {
	color: #ef9d87;
}

/* 8.7 - Post tags **********/
.post-tags i {
	color: #222;
	font-size: 17px;
	padding-right: 10px;
}
.post-tags {
	margin-top:15px;
	margin-bottom:-15px;
	padding-bottom:13px;
	clear:both;
}
.post-tags a {
	font-size:14px !important;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight: 400;
	background:#e5e5e5;
	color:#222;
	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:#ef9d87;
	color:#fff;
}

/* 8.8 - 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%;
}

	/* 8.8.1 - 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:34px;
}
.grid-item .post-header h2 {
	margin-bottom:8px;
	max-width:100%;
}
.grid-item .post-header  {
	margin-bottom:8px;
}
.grid-item .post-header .post-title-separator {
	width: 70px;
}
.grid-item .post-img  {
	margin-bottom:14px;
}
.grid-item p {
	margin-bottom:8px;
	text-align: justify;
}
.grid-item .post-meta {
	padding: 20px 0 8px;
	font-family: "BenchNine", sans-serif;
	color: #aaa;
	text-transform: uppercase;
	line-height: 1.1;
}
.grid-item .cat {
	padding: 0;
}
.grid-item .cat a, .grid-item .post-date {
	font-size: 15px !important;
	letter-spacing: 2px;
	line-height: 1.1;
	padding: 0;
}

/* 8.9 - 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 {
	line-height: 1;
	padding: 0;
}
.list-item .post-header .cat a, .list-item .post-header .post-date {
	font-size: 15px;
}
.list-item .post-header h2 {
	max-width:100%;
	margin: 0 0 12px;
	line-height: 1;
}
.list-item .post-header h2 a {
	font-size:32px;
	line-height: 1;
}
.list-item .post-header  {
	margin-bottom:3px;
}
.list-item .list-content .post-title-separator {
	margin: 0;
}
.list-item .list-meta {
	padding: 10px 0 5px;
}
.list-item .post-entry p {
	text-align: justify;
}

/* 8.10 - 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 p {
	text-align: justify;
}
.ms-item .post-header h2 a {
	font-size:34px;
}
.ms-item .post-header h2 {
	margin-bottom:10px;
	max-width:100%;
}
.ms-item .post-header  {
	margin-bottom:10px;
}
.ms-item .post-img  {
	margin-bottom:10px;
}
.ms-item p {
	margin-bottom:35px;
}
.ms-item .post-meta {
	padding: 20px 0 5px;
}
.ms-item .cat {
	padding: 0;
}
.ms-item .cat a, .ms-item .post-date {
	font-size: 15px;
}
 /* 8.10.1 - 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%;
}

/* 8.11 - 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:18px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:6px;
	color:#111;
}
.thecomment .comment-text h6.author:hover, .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:12px;
	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; 
}

/** 8.12 - Reply **/
#respond {
	margin-bottom:20px;
	overflow:hidden;
}
#respond  h3 {
	font-family: Arial, sans-serif;
	font-size:18px;
	color:#222;
	margin-bottom:20px;
	letter-spacing:1px;
	text-transform: capitalize;
	font-weight: 500;
}
#respond h3 a {
	color:#222;
	display:inline-block;
}
#respond h3 small a {
	text-transform:uppercase;
	font-size:12px;
	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: #ef9d87;
	color: #fff;
	padding:5px 0;
	border-radius: 40px;
	font-size:20px;
	margin-top:0;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: "BenchNine", sans-serif;
}
#respond #submit:hover {
	background:#222;
	color:#FFF;
}

/****************************************/
/* 9.0 - Sidebar & Widgets
/****************************************/

.widget {
	margin-bottom:45px;
	box-sizing: border-box;
}
.widget-title {
	position:relative;
	background: #222; 
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display:block;
	line-height: 1em;
	margin-bottom: 25px;
	letter-spacing: 1px;
	padding: 12px 0;
	font-weight: 700;
	margin-bottom: 30px;
	font-size:16px;
}
h4.widget-title:after {
	content: "";
	border-top: 5px solid #222;
	border-right:5px solid transparent;
	border-left: 5px solid transparent;
	display: block;
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 0px;
	height: 0px;
	margin-left: -5px;
}
.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;
}

/* 9.1 - Post Sidebar */
#post-sidebar {
	width: 100%;
	padding: 10px 0;
}
#post-sidebar .widget {
	margin-bottom: 10px;
}
#post-sidebar h4.widget-title {
	background: transparent;
}
#post-sidebar h4.widget-title:after {
	display: none;
}
/* 9.2 - Home Sidebar */
#home-sidebar, #landing-sidebar {
	width: 100%;
}
#home-sidebar .widget, #landing-sidebar .widget {
	padding: 0;
	margin-bottom: 0;
}
#home-sidebar h4.widget-title, #landing-sidebar h4.widget-title {
	background: transparent;
	color: #222;
	font-size: 26px;
}
#home-sidebar h4.widget-title:after, #landing-sidebar h4.widget-title:after {
	display:none;
}
/*** 9.3 - About Widget ***/
.quebella_about_widget {	
    text-align: center;
    position: relative;
}
.quebella_about_widget h4.widget-title {
	background: transparent;
	position: absolute;
	top: 40%;
	width: 100%;
	text-align:center;
	font-size: 14px;
	z-index: 100;
	font-family: "Merriweather", serif;
}
.quebella_about_widget h4.widget-title:after {
	display: none;
}
.about-widget {
    text-align: center;
    margin: 0 auto;	    
    z-index: 99;
    position: relative;
    top: ;
    box-sizing: border-box;
}
.about_widget_img {
	max-width: 300px !important;
	min-width: 300px;
}
	.about-widget .about-text {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 49.5%;
		color: #fff;
	}
.about-widget .name {
	color: #fff;
	text-transform:capitalize;
	font-size:38px;	
	letter-spacing:1px;
	display:inline-block;
	text-align:center;
	padding: 12px 0 10px;
	border-top: 2px solid #fff;
	font-family: 'Playball', cursive;
	box-sizing: border-box;
	margin: 0 10px;
}
.about-widget .about-text p {
	box-sizing: border-box;
	margin: 0 10px;
}

/******** 9.3.1 - About Widget Social  *************/
.widget-social {
	text-align:center;
	margin-top:5px;
}
.widget-social a{
	display:inline-block;
	color: #222;
	font-size: 16px;
	margin: 10px 8px;
}
.widget-social a:hover{
	color: #ef9d87;
}

/* 9.4 - Social Icons Widget **********/
.social-widget {
	text-align:center;
}
.social-widget a i {
	color:#222;
	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: #ef9d87;
	border: 1px solid #ef9d87;
}

/* 9.5 - Widget - Categories & Archive **********/
.widget_categories a, 
.widget_archive a {
		margin-right:10px;
		font-family: "BenchNine", sans-serif;
		color: #222;
		font-size: 18px;
		display: inline-block;
	}
.widget_categories li {
	display: inline-block;
}
.widget_categories {
	text-transform: uppercase;
}
.widget_categories a:hover, 
.widget_archive a:hover {
	color: #ef9d87;
	text-decoration: none;
}

/* 9.6 - Image Menu Sidebar ************************/
#menu-image-menu li.menu-item {
	display: table;
}
#menu-image-menu li.menu-item a {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	position: relative;
}
#menu-image-menu li.menu-item a img {
	padding-bottom: 0;
	width: 100%;
	height: auto;
}
#menu-image-menu li.menu-item a img:hover, 
#menu-image-menu li.menu-item a .menu-image-title:hover {
	opacity: 0.8;
}
#menu-image-menu li.menu-item a .menu-image-title {
	position: absolute;
	top: 10px;
	left: 0;
	line-height: 20px;
	padding: 5px 15px;
	color: #fff;
	background: #ef9d87;
	text-transform: uppercase;
	font-size: 18px;
	z-index: 5;
	height: 20px !important;
}

/* 9.7 - Post Carousel Widget */
.jolie-postcarousel .owl-item .item {
	position: relative;
}
.jolie-postcarousel .owl-item:after {
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:99%;
	opacity:1;
	z-index:1;
	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 */
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;	
}
.jolie-postcarousel:hover .owl-item:after {
	background-color: rgba(0, 0, 0, 0.45);
}
.jolie-postcarousel .owl-controls {
	top: 80px;
}
.jolie-postcarousel .owl-controls .owl-buttons .owl-next,
.jolie-postcarousel .owl-controls .owl-buttons .owl-prev  {
	background: #fff;
	color: #222;
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	padding-top: 2px;
	opacity: 0;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.jolie-postcarousel:hover .owl-controls .owl-buttons .owl-prev,
.jolie-postcarousel:hover .owl-controls .owl-buttons .owl-next {
	opacity: 0.8;
}
.jolie-postcarousel .entry-header-postcarousel {
	position: absolute;
	bottom: 15px;
	text-align: center;
	width: 96%;
	z-index: 10;
	margin: 0 auto;
	left: 6px;
}
.jolie-postcarousel .entry-header-postcarousel h1 {
	text-align: center;
	margin-top: 12px;
}
.jolie-postcarousel .entry-header-postcarousel h1 a {
	color: #fff;
	text-shadow: 2px 2px 3px #222;
	font-size: 24px;
}
.jolie-postcarousel .entry-header-postcarousel .side-meta {
	border-bottom: 1.5px solid #fff;
	padding: 8px;
}
.jolie-postcarousel .entry-header-postcarousel .side-meta a {
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
}

/* 9.8 - WordPress Recent Post Widget **********/
.widget_recent_entries li {
	padding-top: 5px;
}
.widget_recent_entries a {
	color: #222 !important;
	font-family: "BenchNine", sans-serif;
	font-size: 24px;
}
.widget_recent_entries .post-date {
	color:#aaa;
	display:block;
	font-size:14px;
}

/* 9.9 - WordPress Recent Comments **********/
.widget_recent_comments .comment-author-link, 
.widget_recent_comments .comment-author-link a {
	color:#aaa;
}
.widget_recent_comments ul li > a {
	font-family: "BenchNine", sans-serif !important;
	color: #222 !important;
}

/* 9.10 - 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; 
}

/* 9.11 - WordPress Custom Menu Widget **********/
.widget ul.menu li ul {
	padding-left:15px;
	margin-top:9px;
}
.widget ul.menu a {
	font-family: "BenchNine";
	color: #222;
	font-size: 24px;
}
.widget ul.menu a:hover {
	color: #ef9d87;
}
.widget ul.sub-menu a {
	font-size: 18px;
}

/* 9.12 - Tagcloud Widget **********/
.widget .tagcloud {
	display: block;
}
.widget .tagcloud a {
	font-size:18px !important;
	letter-spacing:1.1px;
	text-transform: uppercase;
	color:#222;
	background: #e5e5e5;
	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: 'BenchNine', sans-serif;
}
.widget .tagcloud a:hover {
	text-decoration:none;
	background: #ef9d87;
	color: #fff;
}

/* 9.13 - 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;
}

/* 9.14 - 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: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 10px;
	font-family: "BenchNine", sans-serif;
	font-size: 18px;
}
#sidebar .null-instagram-feed p a:hover {
	color: #ef9d87;
}

/* 9.15 -  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: #222;
}
.side-text h4 a {
	display:block;
	font-size:24px;
	font-family: 'BenchNine', serif;
	line-height:24px;	
	padding-bottom: 3px;	
}
.side-meta {
	color:#aaa;
}
.side-meta a{
	font-size:14px;
	color:#aaa !important;	
	font-family: 'BenchNine', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.side-meta a:first-child {
	margin-left:0;
}
/* 9.15.1 - 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 .lastest_news li, 
#landing-sidebar .lastest_news li {
	display: inline-block;
	padding-bottom: 30px;
	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: 24px;
	color: #222;
}
#home-sidebar .lastest_news li .side-item .side-text .side-meta, 
#landing-sidebar .lastest_news li .side-item .side-text .side-meta {
}

/* 9.16 - Postlist Widget ********************************/
.widget-postlist-jolie:before,
.widget-postlist-jolie:after,
.widget-postlist-jolie ul:before,
.widget-postlist-jolie ul:after,
.widget-postlist-jolie ul li:before,
.widget-postlist-jolie ul li:after {
	content: '';
	display: table;
}
.widget-postlist-jolie:after,
.widget-postlist-jolie ul:after,
.widget-postlist-jolie ul li:after {
	clear: both;
}
.widget-postlist-jolie .postlist-thumbnail {
	float: left;
	margin: 0 15px 15px 0;
	overflow: hidden;
	width: 100px;
	height: auto;
}
.widget-postlist-jolie .postlist-title {
	clear: none;
	color: #222;
	font-family: 'BenchNine', sans-serif;
	font-size: 24px;
	line-height: 1.1;
	margin: 0 0 5px;
	padding: 0;
}
.widget-postlist-jolie .postlist-title a {
	color: #222;
}
.widget-postlist-jolie .postlist-date {
	color: #aaa;
	font-size: 14px;
	font-family: "BenchNine", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

	/* 9.16.1 - Home Page & Landing page Widget Area */

	#home-sidebar .widget-postlist-jolie li, 
	#landing-sidebar .widget-postlist-jolie li {
		display: inline-block;
		float: left;
		width: 370px;
		margin-right: 30px;
	}
	#home-sidebar .widget-postlist-jolie li:last-child, 
	#landing-sidebar .widget-postlist-jolie li:last-child {
		margin-right: 0 !important;
	}
	#home-sidebar .widget-postlist-jolie .postlist-thumbnail, 
	#landing-sidebar .widget-postlist-jolie .postlist-thumbnail {
		display: block;
		overflow: hidden;
		width: 100%;
		height: 240px;
		margin: 0;
	}
	#home-sidebar .widget-postlist-jolie .postlist-thumbnail:hover, 
	#landing-sidebar .widget-postlist-jolie .postlist-thumbnail:hover {
		opacity: 0.8;
	}

/* 9.17 - 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;
}


/****************************************/
/* 10.0 - Pagination
/****************************************/

.pagination {
	margin-top:55px;
	overflow:hidden;
	margin-bottom:45px;
	padding: 0;
}
.pagination a {
	display:inline-block;
	color:#222;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:13px;
	border:1px solid #e5e5e5;
	padding: 13px 15px;
	font-weight:700;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	border-radius: 40px;
}
.pagination a:hover {
	background: #ef9d87;
	border-color: #ef9d87;
	color: #fff;
}
.pagination .newer {
	float:left;	
}
.pagination .older {
	float:right;
}

/****************************************/
/* 11.0 - Footer
/****************************************/

/* 11.1 - 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:20px;
	font-family: "BenchNine", 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;
}

/* 11.2- 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:#222;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin:0 15px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	font-family: 'BenchNine', sans-serif;
}
#footer-social a:hover {
	color:#ef9d87;
}
#footer-social a i {
	font-size: 14px;
	height: 32px;
	width: 32px;
	line-height: 32px;
	border-radius: 50%;
	background: #222;
	color: #fff;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	letter-spacing: 0 !important;
}
#footer-social a:hover i, 
#footer-social a i:hover {
	background: #ef9d87;
}
#footer-social a span {
	margin-left:5px;
}

/* 11.3 - Footer Copyright **********/
#footer-copyright {
	background: #222;
	text-align:left;
	padding:40px;
}
.copyright {
	color:#fff;
	font-size:13px;
	display: inline-block;
}
.copyright a {
	color:#ef9d87;
}
.copyright a:hover {
	text-decoration: underline;
}

/* 11.4 - Footer Menu ***************/
#footer-nav-wrapper {
	display: inline-block;
	float: right;
}
#footer-nav-wrapper .menu {
	text-align: right;
}
#footer-nav-wrapper .menu li {
	display:inline-block;
	margin-right:38px;
	position:relative;
}
#footer-nav-wrapper .menu li a {
	color:#fff;
	font-size:15px;
	letter-spacing:2px;
	text-transform:uppercase;
	display:block;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
	font-weight: 700;
	font-family: "BenchNine", sans-serif;
}
#footer-nav-wrapper .menu li a:hover {
	color:#ef9d87;
}

/****************************************/
/* 12.0 - 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:#222;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family: "Merriweather", serif;
}
.archive-box span {
	font-size:15px;
	letter-spacing: 1px;
	color:#aaa;
	display:block;
	margin-bottom: 7px;
	font-family: "BenchNine", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post-entry.nothing {
	font-size:14px;
	color:#242424;
	text-align:center;
}

/****************************************/
/* 13.0 - Misc
/****************************************/

/* 13.1 - Form styling **********/
input, textarea {
	font-family: Arial, sans-serif;
}
input[type=submit] {
	font-family:"BenchNine", serif;
	text-transform:uppercase;
	letter-spacing:2px;
	background:#222;
	border-radius:0;
	font-size:12px;
	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:#ef9d87;
	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;
}

/* 13.2 - 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;  
}

/* 13.3 - 404 Page **********/
.error-page {
	text-align:center;
}
.error-page h1 {
	font-size:140px;
}
.error-page p {
	margin-bottom:20px;
	color:#888;
}

/* 13.4 - Page styles **************/
.page #content {
	margin-top: 45px;
}
.page .post-share {
	margin-top: 50px;
}
.page .post-share, .page .post-share-box {
	background: #fff;
}

/* 13.5 - 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: 374.4px;
	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;
}
.lookbook_item .overlay {
	top: 35%;
	opacity: 0;
	-o-transition:1.0s;
	-ms-transition:1.0s;
	-moz-transition:1.0s;
	-webkit-transition:1.0s;	
	padding: 0 20px;
	z-index: 9;
	position: relative;
	text-align: center;
}
.lookbook_item:hover .overlay {
	opacity: 1;			
}
.no_img .overlay, .no_img .overlay {
	top: 35%;
}
.no_img .overlay, .no_img .overlay a {
	color: #222;
	opacity: 1;
}
.overlay .lookbook_cat {
	color: #aaa;
	display: inline-block;
}
.overlay .lookbook_cat a {
	font-family: 'BenchNine', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	line-height: 28px;
	color: #aaa;
}
.overlay .lookbook_cat a:hover {
	color: #ef9d87;
}
.no_img:hover .overlay, .no_img:hover .overlay a {
	color: #999;
}
.no_img:hover .overlay h2 a{
	color: #222;
}
.overlay h2 a{
	color: #222;
	font-size: 32px;
	line-height: 1.3em;		
}
.overlay h2 a:hover {
	color: #ef9d87;
}
.overlay .line {
	width: 50px;
	height: 2px;
	background-color: #ef9d87;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 15px;
}
.overlay .meta {
	display: block;
	font-family: 'BenchNine', sans-serif;
	font-size: 14px;
	color: #aaa;
	letter-spacing: 1px;
	margin-top: 15px;
	text-transform: uppercase;
}
.overlay .meta a {
	color: #aaa;
	text-transform: uppercase;
}
.overlay .meta a:hover {
	color: #ef9d87;
}

/* 13.6 - 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:16px;
	font-weight: 500;
	margin-top:0;
	background: #111;
	border-radius: 0;
	padding: 12px 50px;
	color: #fff;
	-webkit-appearance: none;
}
.wpcf7 .wpcf7-submit:hover {
	background: #ef9d87;
}

/*** 13.7 - Mailchimp ***/
.widget_mc4wp_widget .widget-title {
	margin-bottom:0;
}
.mc4wp-form label {
	font-weight: 400 !important;
	margin-bottom: 18px !important;
	text-align: left;
	color: #343434;
	font-size: 14px;
}
.mc4wp-form button, 
.mc4wp-form input[type=button], 
.mc4wp-form input[type=submit] {
	width: 100%;
	color: #fff;
	background: #ef9d87;
	font-weight: 700;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	font-size: 16px;
	-webkit-appearance: none;
	text-align: center;
}
.mc4wp-form button:hover, 
.mc4wp-form input[type=button]:hover,
.mc4wp-form input[type=submit]:hover {
	background:#222;
	color: #fff;
}
.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 10%;
	min-height: 90px;
	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 30px;
	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%;
}
#instagram-footer .widget_mc4wp_form_widget h4.instagram-title {
	font-size: 32px;
}
#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], 
#instagram-footer .mc4wp-form input[type=email] {
	display: inline-block;
	float: left;
	padding: 14px 10px;
	max-width: 35%;
}
#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],
#instagram-footer .mc4wp-form button, 
.mc4wp-form input[type=button], 
#instagram-footer .mc4wp-form input[type=submit] {
	width: 10% !important;
	display: inline-block;
	float: right;
	margin: 0 0 0 2%;
}

/* Mailchimp comments */
#respond .mc4wp-checkbox-comment_form label {
	width:auto;
}
#respond #mc4wp-checkbox input {
	margin-bottom:0;
}

/* 13.8 - Scroll to Top ********/
.backtotop {
	position: fixed;
	bottom: 20px; 
	right: 10px; 
	color: #fff; 
	background-color: #222; 
	border: 1px solid #222;
	font-size: 24px; 
	padding: 10px 15px;  
	z-index: 99999;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.backtotop:hover {
	background-color: #ef9d87;
	color: #fff;
	border: 1px solid #ef9d87;
	text-decoration: none;
}

/****************************************/
/* 14.0 - 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;
}


/***********************************
15.0 - WooCommerce Styles 
************************************/

/* Page Styles */
.woocommerce h1.page-title {
	color: #222;
	font-size: 36px !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: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 26px;
}
.woocommerce ul.products li.product h3:hover {
	color: #ef9d87;
}
.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: #222;
	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: 24px;
	font-family: 'BenchNine', sans-serif;
	text-transform: uppercase;
}
.woocommerce button.button.alt {
	border-radius: 0;
}
.woocommerce button.button.alt:hover {
	background: #222;
}
.woocommerce .woocommerce-tabs {
	border-bottom: 1px solid #d3ced2;
	margin-bottom: 25px;
}
.woocommerce #tab-description h2,
.woocommerce #tab-reviews h2,
.woocommerce .related h2 {
	color: #222;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 15px;
}
.woocommerce input.button {
	font-family: 'BenchNine', sans-serif;
}
.woocommerce a.button,
.woocommerce #respond input#submit {
	color: #fff;
	border-radius: 0;
	font-family: 'BenchNine', 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: #222;
	color: #fff;
	border-color: #222;
}
.woocommerce a.button.alt {
	font-weight: 600;
}
.woocommerce button.button.alt {
	text-transform: uppercase;
	font-family: "BenchNine",sans-serif;
	letter-spacing: 1px;
	padding: 11px 15px;
}
.woocommerce .quantity .qty {
	width: 60px;
	padding: 16px 10px;
}
.woocommerce a.button.alt:hover {
	background: #222;
	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: #222;
}
.woocommerce div.product .product_title {
	font-size: 28px;
}

/* 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: "BenchNine", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}
.woocommerce label {
	color: #222;
	font-family: 'BenchNine', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}
.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: #ef9d87;
	border-color: #ef9d87;
}

/* Widget Styles */
.woocommerce.widget {
	line-height: 1.7;
}
.woocommerce.widget a {
	font-family: "BenchNine", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
.woocommerce .star-rating {
	margin: 5px 0;
}
.woocommerce-product-search input[type="submit"] {
	border: 1.5px solid #ef9d87;
	color: #222;
	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: #ef9d87;
}
.woocommerce span.onsale, 
.woocommerce-product-search input[type="submit"]:hover, 
.woocommerce button.button:hover {
	background: #ef9d87;
}
.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: #222;
	border: 1px solid #222;
	font-size: 20px;
}
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message, 
.woocommerce button.button:hover {
	border-color: #ef9d87;
}
.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: #ef9d87;
}
.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: #222;
	border-color: #222;
}
ul.product-categories ul.children {
	margin-left: 10px;
}

.woocommerce-pagination {
	font-size: 16px;
}
.woocommerce nav.woocommerce-pagination ul, 
.woocommerce nav.woocommerce-pagination ul li {
	border-color: #e5e5e5;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 10px;
	color: #222;
}

/*************************************
Media Queries
**************************************/
@media only screen and (min-width: 942px) and (max-width: 1200px) {
	
	.container { 
		width:940px; 
	}
	#top-bar .container2 {
		width: 96%;
	}
	#nav-wrapper {
		width: 900px;
	}
	#main { 
		box-sizing: border-box;
		width:600px; 
	}
	#sidebar {
		width: 259px;
	}
	
	/* Featured Area */
	.featured-area {
		margin-bottom: 20px;
	}
	.feat-item {
		height:461px;
	}
	#owl-demo .item {
		margin: 0 10px;
		height: 474.45;
	}
	#owl-demo .item .feat-overlay {
		height: 474.45px;   
	}
	#owl-demo .item .feat-overlay .feat-text {
		width: 263px;
		margin: 15px;
		height: 444.45px;
	}
	#owl-demo .item .feat-overlay .feat-text .feat-text-inner {
		position: absolute;
		top: 45%;   
		width: 263px;
	}
	#owl-demo .item .feat-overlay .slider-meta {
		margin-bottom:10px;
		padding: 0 10px;
	}
	#owl-demo .item .feat-overlay .cat {
		padding-bottom:10px;
		font-size: 18px;
	}
	#owl-demo .item .feat-overlay .cat a {
		font-size:18px;
	}
	#owl-demo .item .feat-overlay h3 {
		padding: 10px 10px;
	}
	#owl-demo .item .feat-overlay h3 a {
		font-size:30px;
		line-height: 30px;
	}
	.featured-area-carousel .feat-more {
		font-size:16px;
		margin: 15px auto 0;
	}

	/* Full width carousel */
	#outer-wrapper > .featured-area-carousel > #owl-demo .item .feat-overlay {
		height: 500px;
	}
	#outer-wrapper > .featured-area-carousel > #owl-demo .item .feat-overlay .feat-text .feat-text-inner {
	top: 55%;
	}

	/* Magazine Layout */
	.grid-posts-big {
		width: 620px;
		height: auto;
	}
	.grid-posts-small {
		width: 254px;
		height: auto;
	}
	.grid-posts-big .post-content-holder, 
	.grid-posts-small .post-content-holder {
		width: 100%;
		bottom: 5px;
	}

	/* Promo Boxes */
	.promo-item {
		width:286.5px;
		height:172px;
		margin-right: 20px;
	}
	
	/* Post Styles */
	.item-related {
		width:186px;
		margin-right:20px;
	}
	#main.fullwidth .item-related {
		width: 292px;
		margin-right: 32px;
	}


	/* Sidebar */
	#sidebar .widget {
		padding: 5px 0;
	}
	.about_widget_img {
		max-width: 259px !important;
		min-width: 259px !important;
	}
	.quebella_about_widget h4.widget-title {
		top:35%;
	}
	.about-widget .about-text {
		top: 45%;
	}
	#sidebar .instagram-pics li {
		width: 45.8%;
	}
	#home-sidebar .lastest_news li .side-item .side-image, 
	#landing-sidebar .lastest_news li .side-item .side-image {
		max-height: 150px;
	}
	#home-sidebar .widget_mc4wp_form_widget, 
	#landing-sidebar .widget_mc4wp_form_widget {
		padding: 30px 2% 30px;
		margin: 0 auto 30px;
	}
	#instagram-footer .widget_mc4wp_form_widget {
		padding: 40px 2% 40px;
	}

	#home-sidebar .widget-postlist-jolie li, 
	#landing-sidebar .widget-postlist-jolie li {
		width: 286.5px;
		margin-right: 20px;
	}
	#home-sidebar .widget-postlist-jolie .postlist-thumbnail, 
	#landing-sidebar .widget-postlist-jolie .postlist-thumbnail {
		width: 100%;
		height: 200px;
	}

	/* Lookbook */
	.lookbook_item {
		height: 294px;
	}

	/* Footer */
	#footer-copyright .copyright {
		display: block;
		text-align: center;
		margin-bottom: 20px;
		float: none;
		width:100%;
	}
	#footer-copyright #footer-nav-wrapper {
		display: block;
		text-align: center;
		float: none;
		width: 100%;
	}
	#footer-nav-wrapper .menu {
		text-align: center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
	
	.container { 
		width:768px; 
	}
	#top-bar .container2 {
		width: 96%;
		margin: 0 15px;
	}
	#nav-wrapper {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}
	#main { 
		width:100%; 
	}

	/* Featured Area */
	.featured-area {
		margin-bottom: 20px;
	}
	.feat-item {
		height:356px;
	}
	.feat-overlay h2 {
		font-size:23px;
	}
	#owl-demo .item {
		height: 573.217px;
	}
	#owl-demo .item .feat-overlay {
		height: 573.217px;   
	}
	#owl-demo .item .feat-overlay .feat-text {
		width: 314px;
		height: 533.417px;
	}
	#owl-demo .item .feat-overlay .feat-text .feat-text-inner {
		position: absolute;
		top: 50%;   
		width: 334px;
	}

	/* Full width carousel */
	#outer-wrapper > .featured-area-carousel > #owl-demo .owl-item {
	height: 450px;
	}
	#outer-wrapper > .featured-area-carousel > #owl-demo .item .feat-overlay {
		height: 450px;
	}
	#outer-wrapper > .featured-area-carousel > #owl-demo .item .feat-overlay .feat-text .feat-text-inner {
		top: 50%;
	}

	/* Magazine Layout */
	.grid-posts-big {
		width: 728px;
		height: auto;
		margin-bottom: 20px;
	}
	.grid-posts-small {
		width: 354px;
		height: auto;
		float: left;
	}
	div.grid-posts-small:nth-child(2) {
		margin-right: 20px;
		margin-bottom: 0;
	}
	.grid-posts-big .post-content-holder, 
	.grid-posts-small .post-content-holder {
		width: 100%;
		bottom: 5px;
	}

	/* Promo Boxes */
	.promo-item {
		width:230px;
		height:135px;
		margin-right:18px;
	}

	/* Grid items */
	/* Masonry Layout */
	 /*Full width */
	.fullwidth .ms-container, 
	#main.fullwidth .qb-grid {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
		column-gap: 30px;
	}
	
	/* Related items */
	.item-related, 
	#main.fullwidth .item-related {
		width:230px;
		margin-right:18px;
	}
	#main.fullwidth .item-related:last-child {
		margin-right:0;
	}

	/* Page Layout */
	.page #content {
		margin-top: 0px;
	}

	/* Sidebar */
	#sidebar {
		width:480px;
		margin:0 auto;
		float:none;
		overflow:hidden;
	}
	.widget h4.widget-title:after {
		left: 210px;
		text-align: center;
	}
	#sidebar .widget h4.widget-title:before {
		width: 480px;
	} 
	#sidebar .widget h4.widget-title:after {
		left: 240px;
	}
	#sidebar .instagram-pics li {
		width: 47%;
	}
	#home-sidebar .lastest_news, 
	#landing-sidebar .lastest_news {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
	#home-sidebar .lastest_news li, 
	#landing-sidebar .lastest_news li {
	padding-bottom: 15px;
	}
	#home-sidebar .lastest_news .side-item, 
	#landing-sidebar .lastest_news .side-item {
		min-height: 254px;
	}
	#home-sidebar .widget_mc4wp_form_widget, 
	#landing-sidebar .widget_mc4wp_form_widget {
		padding: 30px 0% 30px;
		margin: 0 auto 30px;
	}
	#home-sidebar .mc4wp-form input[type=email], 
	#instagram-footer .mc4wp-form input[type=email], 
	#landing-sidebar .mc4wp-form input[type=email] {
		max-width: 30%;
	}
	#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], 
	#instagram-footer .mc4wp-form button, 
	.mc4wp-form input[type=button], 
	#instagram-footer .mc4wp-form input[type=submit] {
		width: 15% !important;
	}
	#home-sidebar h4.widget-title, 
	#landing-sidebar h4.widget-title {
		padding-top: 0;
	}
	#instagram-footer .widget_mc4wp_form_widget {
		padding: 40px 2% 40px;
	}
	#instagram-footer .widget_mc4wp_form_widget h4.instagram-title {
		font-size: 24px;
		padding-top: 5px;
	}
	#home-sidebar .widget-postlist-jolie li, 
	#landing-sidebar .widget-postlist-jolie li {
		width: 229.3px;
		margin-right: 20px;
	}
	#home-sidebar .widget-postlist-jolie .postlist-thumbnail, 
	#landing-sidebar .widget-postlist-jolie .postlist-thumbnail {
		width: 100%;
		max-height: 156px;
	}
	.jolie-postcarousel .owl-item:after {
		min-height: 99%;
		max-height: 99%;
	}
	.jolie-postcarousel .owl-buttons {
		top: 0;
	}
	.jolie-postcarousel .owl-controls .owl-next, 
	.jolie-postcarousel .owl-controls .owl-prev {
		top: -345px;
	}

	/* Lookbook */
	.lookbook_item {
		height: 227px;
	}	
	.lookbook_item:hover .overlay, 
	.no_img .overlay, .no_img .overlay {
		top: 8%;
	}

	/* WooCommerce */
	.woocommerce #sidebar {
		padding-top: 40px !important;
	}
	.archive.woocommerce ul.products li.product:nth-child(3n+3) {
		margin-right: 5.5% !important;
	}
	.archive.woocommerce ul.products li.product:nth-child(odd)  {
		margin-right: 5.5% !important;
	}
	.archive.woocommerce ul.products li.product:nth-child(even) {
		margin-right: 0 !important;
	}
	.archive.woocommerce ul.products li.product {
		width: 47%;
	}
	.woocommerce a.button {
		max-width: 99%;
	}
	.single .woocommerce span.onsale {
		left: 6px !important;
		top: 6px !important;
	}

	/* Footer */
	#footer-copyright .copyright {
		display: block;
		text-align: center;
		margin-bottom: 20px;
		float: none;
		width:100%;
	}
	#footer-copyright #footer-nav-wrapper {
		display: block;
		text-align: center;
		float: none;
		width: 100%;
	}
	#footer-nav-wrapper .menu {
		text-align: center;
	}
}

@media only screen and (min-width: 680px) and (max-width: 781px) {
	/* Full width Carousel */
	#outer-wrapper > .featured-area-carousel > #owl-demo .owl-item {
	height: 400px;
	}
	#outer-wrapper > .featured-area-carousel > #owl-demo .item .feat-overlay {
		height: 400px;
	}
}

@media only screen and (max-width: 767px) {
	
	.container { 
		width:320px; 
	}
	#top-bar .container2 {
		width: 96%;
	}
	#nav-wrapper {
		width: 100%;
	}
	#main { 
		width:100%; 
	}
	#sidebar {
		width:100%;
	}
	#logo img {
		max-width:100%;
	}
	#nav-wrapper {
		display:none;
	}
	.slicknav_menu {
		display:block;
	}
	#top-search .fa {
		font-size: 15px;
	}

	/* Featured Area */
	.featured-area .feat-item {
		height:200px;
	}
	.featured-area .feat-overlay .cat {
		padding: 5px;
		font-size: 18px;
	}
	.featured-area .feat-overlay .cat a {
		font-size: 18px;
	}
	.featured-area .feat-overlay h2 {
		font-size:28px;
		line-height: 26px;
	}
	.featured-area .feat-overlay .slider-meta {
		margin-bottom: 5px;
	}
	.featured-area .feat-more {
		font-size:12px;
		padding:8px 9px 9px 10px;
	}
	.featured-area .feat-inner {
		max-width:80%;
	}
	.featured-area .feat-overlay h2 {
		margin-bottom:12px;
	}
	.featured-area .feat-overlay .cat a {
		margin:0 3px 10px;
	}
	.owl-buttons {
		display: none;
	}
	#owl-demo .item {
		height: 416px;
	}
	#owl-demo .item .feat-overlay {
		height: 416px;   
	}
	#owl-demo .item .feat-overlay .feat-text {
		width: 410px;
		height: 376px;
	}
	#owl-demo .item .feat-overlay .feat-text .feat-text-inner {
		position: absolute;
		top: 35%;   
		width: 410px;
	}
	#owl-demo .item .feat-overlay h3 a {
		font-size: 34px;
	}
	.featured-area-carousel .feat-more {
		display: none;
	}
	/* Full width Carousel */
	#outer-wrapper > .featured-area-carousel > #owl-demo .owl-item {
	height: 450px;
	}
	#outer-wrapper > .featured-area-carousel > #owl-demo .item .feat-overlay {
		height: 450px;
	}
	#outer-wrapper > .featured-area-carousel > #owl-demo .item .feat-overlay .feat-text .feat-text-inner {
	top: 55%;
	}
	#outer-wrapper > .featured-area-carousel > #owl-demo .item .feat-overlay h3 a {
		font-size: 40px;
	}
	#outer-wrapper > .featured-area-carousel > #owl-demo .owl-controls .owl-buttons {
		display: none;
	}

	/* Promo Boxes */
	.promo-item {
		width:100%;
		height:176px;
		margin-bottom:30px;
	}

	/* List layout */
	.list-item .post-img img { 
		max-width:90px; 
	}
	.list-item .post-img { 
		margin-right:16px; 
	}
	.list-item p { 
		display:none; 
	}
	.list-item .post-header h2 a { 
		font-size:14px; 
		letter-spacing:1px; 
	}
	.list-item .post-header h2 { 
		margin-bottom:9px; 
	}
	.list-item .post-header { 
		margin-bottom:0; 
	}
	#main.fullwidth .list-item .post-img img { 
		max-width:90px; 
	}
	.list-title-divider { 
		margin: 0 0 10px; 
	}

	/* grid item */
	/* Masonry Layout */
	.ms-container, .qb-grid {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-gap: 0;
		column-gap: 0;
	}
	/*Full width */
	.fullwidth .ms-container, #main.fullwidth .qb-grid {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-gap: 0;
		column-gap: 0;
	}
	
	/* Related items */
	.item-related, #main.fullwidth .item-related {
		width:300px;
		margin-right:0;
		margin-bottom:20px;
	}
	/* Post Layout */
	.post {
		margin-bottom: 50px;
	}
	.content-post-wrap {
		padding: 20px;
	}

	/* Post header */
	.post-header h2 a, .post-header h1 {
		font-size:28px;
	}
	.post-header h2, .post-header h1 {
		max-width:100%;
	}
	
	/* Author box */
	.post-author {
		text-align: center;
	}
	.author-written-by {
		margin-bottom: 7px;
	}
	.author-img {
		display: block;
		float: none;
		margin: 0 auto 14px;
	}
	.author-img img {
		max-width:60px;
		height:auto;
	}

	/* Post Pagination */
	.post-pagination {
		padding: 25px 0 0;
	}
	.post-pagination .alignleft {
		margin-right: 5px;
	}
	.post-pagination .alignright {
		margin-left: 5px;
	}
	.post-pagination {
		height: 150px;
		border-bottom-width: 0;
	}
	.post-pagination .alignleft {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.post-pagination .alignright {
		float: none;
		display: block;
		margin: 20px auto 0;
		padding-bottom: 30px;
		border-bottom: 1px solid #eee;
	}

	/* Related Posts */
	.post-related {
		padding-top: 30px;
		margin-bottom: 40px;
		margin-top: 20px;
	}

	/* Comments */
	.post-comments {
		margin-top: 40px;
	}
	
	/* Footer */
	#footer-social a span {
		display:none;
	}
	#footer-social a {
		font-size:18px;
		margin:0 10px;
	}
	
	/* Instagram */
	#instagram-footer ul.instagram-pics > li {
		width:25% !important;
	}
	#instagram-footer ul.instagram-pics > li:nth-child(8), 
	#instagram-footer ul.instagram-pics > li:nth-child(7), 
	#instagram-footer ul.instagram-pics > li:nth-child(6), 
	#instagram-footer ul.instagram-pics > li:nth-child(5) {
		display:none;
	}
	
	/* Footer */
	#footer-copyright .copyright {
		display: block;
		text-align: center;
		margin-bottom: 20px;
		float: none;
		width:100%;
	}
	#footer-copyright #footer-nav-wrapper {
		display: block;
		text-align: center;
		float: none;
		width: 100%;
	}
	#footer-nav-wrapper .menu {
		text-align: center;
	}

	/* Lookbook */
	.lookbook_item {
		width: 48.5%;
		height: 232px;
		margin-right: 3%;
	}
	.lookbook_item:nth-of-type(3n) {
		margin-right: 3%;
	}
	.lookbook_item:nth-of-type(2n),
	.lookbook_item:last-child {
		margin-right: 0;
	}
	.lookbook_item .overlay {
		display: none;
	}

	/* WooCommerce */
	.archive.woocommerce ul.products li.product:nth-child(3n+3) {
		margin-right: 5.5% !important;
	}
	.archive.woocommerce ul.products li.product:nth-child(odd)  {
		margin-right: 5.5% !important;
	}
	.archive.woocommerce ul.products li.product:nth-child(even) {
		margin-right: 0 !important;
	}
	.archive.woocommerce ul.products li.product {
		width: 47%;
	}
	.woocommerce a.button {
		max-width: 99%;
	}
	.woocommerce #sidebar {
		padding-top: 40px !important;
	}
	.single .woocommerce span.onsale {
		left: 6px !important;
		top: 6px !important;
	}
	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.container { 
		width:480px; 
	}

	/* List */
	.list-item .post-footer, .list-item .cat a {
		font-size: 11px;
	}
	
	/* Featured slider */
	.featured-area {
		margin-bottom: 20px;
	}
	.feat-item {
		height:300px;
	}
	.feat-overlay h2 {
		font-size:17px;
	}
	.feat-inner {
		max-width:70%;
	}

	/* Magazine Layout */
	.grid-posts-big {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.grid-posts-big .post-content-holder {
		bottom: 5px;
	}
	.grid-posts-small {
		width: 100%;
		display: block;
		float: none;
		margin: 20px 0 0;
	}

	/* Promo Boxes */
	.promo-item {
		width:100%;
		height:200px;
		margin-bottom:30px;
	}

	/* Sidebar */
	.about_widget_img {
		max-width: 100% !important;
		min-width: 100% !important;
	}
	#home-sidebar .lastest_news, 
	#landing-sidebar .lastest_news {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
	#home-sidebar .lastest_news li, 
	#landing-sidebar .lastest_news li {
	padding-bottom: 15px;
	}
	#home-sidebar .lastest_news .side-item, 
	#landing-sidebar .lastest_news .side-item {
		min-height: 250px;
		max-height: 250px;
	}
	#home-sidebar .widget_mc4wp_form_widget, 
	#landing-sidebar .widget_mc4wp_form_widget {
		padding: 20px 0% 40px;
		margin: 0 auto 30px;
		min-height: 195px;
	}
	#home-sidebar h4.widget-title, 
	#home-sidebar .mc4wp-form input[type=email], 
	#landing-sidebar h4.widget-title, 
	#landing-sidebar .mc4wp-form input[type=email], 
	#instagram-footer .mc4wp-form input[type=email],
	#home-sidebar .mc4wp-form button, 
	#landing-sidebar .mc4wp-form button, 
	.mc4wp-form input[type=button], 
	#home-sidebar .mc4wp-form input[type=submit], 
	#landing-sidebar .mc4wp-form input[type=submit],
	#instagram-footer .mc4wp-form button, 
	.mc4wp-form input[type=button], 
	#instagram-footer .mc4wp-form input[type=submit] {
		display: block !important;
		width: 100% !important;
		width: 440px;
		max-width: 100%;
	}
	#home-sidebar .mc4wp-form input[type=submit], 
	#landing-sidebar .mc4wp-form input[type=submit] {
		margin-top: 15px;
	}
	#home-sidebar h4.widget-title, 
	#landing-sidebar h4.widget-title {
		padding: 10px 0 10px;
		font-size: 22px;
	}
	#home-sidebar .widget_mc4wp_form_widget h4.widget-title, 
	#landing-sidebar .widget_mc4wp_form_widget h4.widget-title {
		text-align: center;
	}
	#instagram-footer .widget_mc4wp_form_widget {
		padding: 20px 2% 20px;
		min-height: 170px;
	}
	#instagram-footer .widget_mc4wp_form_widget h4.instagram-title {
		font-size: 24px;
		padding-top: 5px;
		text-align: center;
		width: 100%;
	}
	#instagram-footer .mc4wp-form input[type="email"] {
		margin: 15px 0;
	}
	#home-sidebar .widget-postlist-jolie li, 
	#landing-sidebar .widget-postlist-jolie li {
		width: 133.3px;
		margin-right: 20px;
	}
	#home-sidebar .widget-postlist-jolie .postlist-thumbnail, 
	#landing-sidebar .widget-postlist-jolie .postlist-thumbnail {
		width: 100%;
		max-height: 90px;
	}
	.jolie-postcarousel .owl-item:after {
		min-height: 99%;
		max-height: 99%;
	}
	.jolie-postcarousel .owl-buttons {
		top: 0;
}
	.jolie-postcarousel .owl-controls .owl-next, 
	.jolie-postcarousel .owl-controls .owl-prev {
		top: -345px;
	}

	/* Related items */
	.item-related, #main.fullwidth .item-related {
		width:132px;
		margin-right:16px;
	}
	
	/* Author Box */
	.author-img img {
		max-width:70px;
		height:auto;
	}
	
}

@media only screen and (max-width: 479px) {
	/*Top Bar */
	#top-bar .container2 {
		margin: 0 10px;
	}

	/* Featured Area */
	.featured-area .feat-overlay .cat {
		display: none;
	}
	#owl-demo .item {
		height: 416px;
	}
	#owl-demo .item .feat-overlay {
		height: 416px;   
	}
	#owl-demo .item .feat-overlay .feat-text {
		width: 250px;
		height: 376px;
	}
	#owl-demo .item .feat-overlay .feat-text .feat-text-inner {
		position: absolute;
		top: 30%;   
		width: 250px;
	}
	#owl-demo .item .feat-overlay h3 a {
		font-size: 34px;
	}

	/* Magazine Layout */
	.grid-posts-big {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.grid-posts-big .post-content-holder {
		bottom: 5px;
	}
	.grid-posts-big .post-content-holder h2 {
		font-size: 28px;
	}
	.grid-posts-small {
		width: 100%;
		height: auto;
		display: block;
		float: none;
		margin: 20px 0 0;
	}
	.grid-posts-small .post-content-holder {
		bottom: 5px;
	}
	/* Posts */
	.post-header .cat {
		padding-top: 0;
	}

	/* Sidebar */
	.about_widget_img {
		max-width: 100% !important;
		min-width: 100% !important;
	}
	#home-sidebar .lastest_news, 
	#landing-sidebar .lastest_news {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	#home-sidebar .lastest_news li, 
	#landing-sidebar .lastest_news li {
	padding-bottom: 15px;
	}
	#home-sidebar .lastest_news .side-item, 
	#landing-sidebar .lastest_news .side-item {
		min-height: 250px;
		max-height: 250px;
	}
	#home-sidebar .widget_mc4wp_form_widget, 
	#landing-sidebar .widget_mc4wp_form_widget {
		padding: 20px 0% 40px;
		margin: 0 auto 30px;
		min-height: 215px;
	}
	#home-sidebar h4.widget-title, 
	#home-sidebar .mc4wp-form input[type=email], 
	#landing-sidebar h4.widget-title, 
	#landing-sidebar .mc4wp-form input[type=email],
	#landing-sidebar .mc4wp-form input[type=submit],
	#instagram-footer .mc4wp-form input[type=email],
	#home-sidebar .mc4wp-form button, 
	#landing-sidebar .mc4wp-form button, 
	.mc4wp-form input[type=button], 
	#home-sidebar .mc4wp-form input[type=submit], 
	#instagram-footer .mc4wp-form button, 
	.mc4wp-form input[type=button], 
	#instagram-footer .mc4wp-form input[type=submit] {
		display: block !important;
		width: 100% !important;
		width: 440px;
		max-width: 100%;
	}
	#home-sidebar .mc4wp-form input[type=submit], 
	#landing-sidebar .mc4wp-form input[type=submit] {
		margin-top: 15px;
	}
	#home-sidebar h4.widget-title, 
	#landing-sidebar h4.widget-title {
		padding: 10px 0 10px;
		font-size: 22px;
	}
	#home-sidebar .widget_mc4wp_form_widget h4.widget-title, 
	#landing-sidebar .widget_mc4wp_form_widget h4.widget-title {
		text-align: center;
	}
	#instagram-footer .widget_mc4wp_form_widget {
		padding: 20px 2% 20px;
		min-height: 170px;
	}
	#instagram-footer .widget_mc4wp_form_widget h4.instagram-title {
		font-size: 24px;
		padding-top: 5px;
		text-align: center;
		width: 100%;
	}
	#instagram-footer .mc4wp-form input[type="email"] {
		margin: 15px 0;
	}
	#home-sidebar .widget-postlist-jolie li, 
	#landing-sidebar .widget-postlist-jolie li {
		width: 100%;
		margin-right: 0;
	}
	#home-sidebar .widget-postlist-jolie .postlist-thumbnail, 
	#landing-sidebar .widget-postlist-jolie .postlist-thumbnail {
		width: 100%;
		max-height: auto;
		height: auto;
	}
	.jolie-postcarousel .owl-item:after {
		min-height: 99%;
		max-height: 99%;
	}

	/*Post Styles */
	.post {
		margin-bottom: 50px;
	}
	.post-related { 
		padding-top: 10px;
	}
	.post-related .item-related {
		width: 300px;
	}
	.post-pagination {
		min-height: 150px;
		padding-top: 35px;
		border-bottom-width: 0;
	}
	.post-share .share-comments a {
		font-size: 12px;
		letter-spacing: 0.5px;
	}

	/* List Styles */
	.list-item {
		padding: 10px 0 20px;
	}
	.list-item .post {
		margin-bottom: 10px;
	}
	.list-item .post-footer {
		display:none;
	}

	/* Lookbook */
	.lookbook_item {
		height: 150px;
	}
	#footer-social a {
		margin:10px;
	}

	/* WooCommerce */
	.archive.woocommerce ul.products li.product {
		margin-right: 0;}

	.archive.woocommerce ul.products li.product {
		width: 100%;
	}
	.archive.woocommerce ul.products li.product .onsale {
		right: 6px;
	}
		.woocommerce input.button {
		font-size: 14px;
	}
}