/*
Theme Name: Maryanne - GLS
Theme URI: http://demos.georgialoustudios.com/maryanne
Description: A WordPress Theme for Bloggers
Author: Georgia Lou Studios
Author URI: http://georgialoustudios.com
Version: 1.3.2
License: GPL
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maryanne-gls
Tags: one-column, two-columns, three-columns, right-sidebar, custom-colors, custom-background, custom-logo, featured-images, footer-widgets, theme-options, blog, e-commerce
*/

/*********************************
* TOC *
**********************************

1.0 - Global reset
	1.1 - Global reset-RESET
2.0 - Layout
3.0 - Top Bar
	3.1 - Primary Menu
		3.1.1 - Drop downs
	3.2 - Social and Search
4.0 - Slick Nav CSS
5.0 - Header & Logo
6.0 - Secondary Menu
	6.1 - Drop downs
7.0 - Featured Sliders
	7.1 - Boxed & Full Width Single Image Sliders
	7.2 - Carousel Sliders
		7.2.1 - Full Width Carousel Slider
	7.3 - Magazine Layout
8.0 - Promo Area
	8.1 - Landing Page 1
	8.2 - Landing Page 2
9.0 - Posts
	9.1 - Post Entry
	9.2 - Read More Button
	9.3 - Post Share
	9.4 - Post Author
	9.5 - Post Pagination
	9.6 - Post Related
	9.7 - Post Tags
	9.8 - Grid Layout
		9.8.1 - Full width
	9.9 - List Layout
	9.10 - Masonry Layout
		9.10.1 - Full width
	9.11 - Comment
	9.12 - Reply
10.0 - Sidebar & Widgets
	10.1 - Post Sidebar
	10.2 - Home Sidebar
	10.3 - About Widget
		10.3.1 - About Widget Social
	10.4 - Social Icons Widget
	10.5 - Widget - Categories & Archives
	10.6 - Sidebar Image Menu
	10.7 - Post Carousel Widget
	10.8 - WordPress Recent Posts Widget
	10.9 - WordPress Recent Comments Widget
	10.10 - WordPress Calendar
	10.11 - WordPress Custom Menu Widget
	10.12 - Tagcloud Widget
	10.13 - Search Widget
	10.14 - Instagram Widget
	10.15 - Latest News Widget (Recent Posts with Thumbs)
		10.15.1 - Full width home page & Landing page
	10.16 - Post List Widget
		10.16.1 - Home Page and & Landing page widget
	10.17 - Jetpack styles
	10.18 - Meta Slider Styles
	10.19 - Promo Widget
11.0 - Pagination
12.0 - Footer
	12.1 - Dynamic Footer Widgets
	12.2 - Instagram Footer Area
	12.3 - Footer Social Area
	12.4 - Footer Copyright
	12.5 - Footer Menu
13.0 - Archive Box
14.0 - Misc.
	14.1 - Form Styling
	14.2 - Custom WordPress Gallery Style
	14.3 - 404 Page
	14.4 - Page Styles
	14.5 - Lookbook page
	14.6 - Contact Form 7 Styles
	14.7 - MailChimp
	14.8 - Scroll to Top
	14.9 - Category Widget Area
	14.10 - Category Grid Template
	14.11 - Genesis eNews Extended
15.0 - WordPress Core Styles
16.0 - WooCommerce
17.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:"Open Sans", serif;
	font-size:15px;
	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,  
.show-search #searchform input#s {
	font-family:"Playfair Display", serif;
}
#nav-wrapper .menu li a, 
#nav-wrapper-secondary .menu li a, 
.slicknav_nav a,
.promo-overlay  h4 {
	font-family:"Montserrat", sans-serif;
}
p {
	line-height:2.0;
}
a {
	color:#8acace;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}
.clr {
	clear: both;
}

/****************************************/
/* 2.0 - Layout
/****************************************/

.container {
	width:1170px;
	margin:0 auto;
}
#content {
	overflow:hidden;
	margin-bottom:20px;
	background: #fff;
	padding: 30px 0 20px;
}
#outer-wrapper {
}
#inner-wrapper {
	width: 1170px;
	background: #fff;
	padding: 0 30px;
	margin: 0 auto;
}
#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:#f4f4f4;
	width:100%;
	position:fixed;
	z-index:9999;
	-webkit-backface-visibility: hidden;
	opacity: 1.0;
	border-bottom: 1px solid #e5e5e5;
}
#top-bar .container2 {
	position:relative;
	height: 62px;
	width: 1170px;
	margin: 0 auto;
}
.menuOpacity2 {
	opacity: 1.0 !important;
}
.menuOpacity2:hover {
	opacity: 1 !important;
	transition: all 0.4s ease 0s;
}

/* 3.1 - Primary 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:#111;
	font-size:13px;
	letter-spacing:2px;
	text-transform:uppercase;
	display:block;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}
#nav-wrapper .menu li a:hover {
	color:#8acace;
}
#nav-wrapper .menu > li.menu-item-has-children > a:after {
	font-family: FontAwesome;
    content: "\f107";
	margin-left:7px;
	color:#111;
	font-size:13px;
}
#nav-wrapper .menu > li.menu-item-has-children > a:hover:after {
	color:#8acace;
}

	/* 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: #111;
		margin: 0;
		font-size:13px;
		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:#8acace;
	}
	#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:#111;
	font-size:14px;
	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:#8acace;
} 
#top-search {
	position:absolute;
	right:0;
	top:0;
}
#top-search a.search {
	font-size:14px;
	color:#111;
	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 #111;
}
#top-search a.search i:hover {
	color:#8acace;
}
.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;
}
#header .slicknav_menu .slicknav_icon { 
	float: none;
	margin: 0.188em 0 0 0; 
	font-size:19px; 
	padding: 10px 0 0;
}
#header .slicknav_btn { 
	float: none;
	position: relative; 
	display: block; 
	vertical-align: middle;  
	line-height: 50px; 
	cursor: pointer;  
	height:50px;
	width: 100%;
}
#header .slicknav_menu {
	text-align: left;
}
#header .slicknav_menu .slicknav_icon {
	display: block;
	margin: 0 auto;
}
#header .slicknav_menu .slicknav_icon-bar {
	margin-left: auto;
	margin-right: auto;
}
.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: #111;
}
#top-bar .slicknav_menu {
    background:#f4f4f4;
    padding:0;
    width: 100%;
}
.menu-mobile-2 .slicknav_menu {
	background:#ffffff;
}
#header .menu-mobile-2 a:hover {
	color: #fff;
}
.slicknav_nav {
    margin:0;
    padding:7px 20px 0;
    border-width: 0;
    z-index: 99999;
}
#header .slicknav_menu {
	border-bottom: 1px solid #343434;
	border-top: 1px solid #343434;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
    background: #fff;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
#header ul.slicknav_nav {
	border: 1px solid #e9e9e9;
}
.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:#111;
	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: #8acace;
}
.slicknav_nav a:hover{
	color: #fff;
	background: #8acace;
}
.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 {
	text-align:center;
	width: 1170px;
	padding: 50px 30px 0;
	margin: 0 auto;
	background: #fff;
}
#site-branding {
	text-align: center;
}
#header h1{
	font-family: "Playfair Display", serif;
	color: #111;
	font-size: 80px;
	width: auto;
}
#header a {
	color: #111;
	text-decoration: none;
}
#header h1 a:hover {
	color: #8acace;
}
#header h2 {
	font-family: "Montserrat", sans-erif;
	font-size: 14px;
	color: #111;
	letter-spacing: 2px;
	margin-top: 5px;
	text-transform: uppercase;
}
#logo {
	padding-top:60px;
	padding-bottom: 60px;
}
#logo img {
	max-width:100%;
	height:auto;
	vertical-align:middle;
	max-height: 130px;
}

/****************************************
6.0 - Secondary Menu
*****************************************/
.container2 {
	position:relative;
	width: 1170px;
	margin: 0 auto;
	z-index: 100;
}
#nav-wrapper-secondary {
}
#nav-wrapper-secondary .menu {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #111;
	margin-bottom: 30px;
}
#nav-wrapper-secondary .menu li {
	display:inline-block;
	margin-right:38px;
	position:relative;
	line-height: 62px;
}
#nav-wrapper-secondary .menu li:last-child {
	margin-right: 0;
}
#nav-wrapper-secondary .menu li a {
	color:#111;
	font-size:13px;
	letter-spacing:2px;
	text-transform:uppercase;
	display:block;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}
#nav-wrapper-secondary .menu li a:hover {
	color:#8acace;
}
#nav-wrapper-secondary .menu > li.menu-item-has-children > a:after {
	font-family: FontAwesome;
    content: "\f107";
	margin-left:7px;
	color:#111;
	font-size:13px;
}
#nav-wrapper-secondary .menu > li.menu-item-has-children > a:hover:after {
	color:#8acace;
}

/* 6.1 - Drop downs **********/
#nav-wrapper-secondary .menu .sub-menu,
#nav-wrapper-secondary .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-secondary ul.menu ul a,
#nav-wrapper-secondary .menu ul ul a {
	color: #111;
	margin: 0;
	font-size:13px;
	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;
	z-index: 99999;
}
#nav-wrapper-secondary ul.menu ul li,
#nav-wrapper-secondary .menu ul ul li {
	padding-right:0;
	margin-right:0;
	line-height: 46px;
	z-index: 99999;
}
#nav-wrapper-secondary ul.menu ul a:hover,
#nav-wrapper-secondary .menu ul ul a:hover {
	color: #fff;
	background:#8acace;
	z-index: 99999;
}
#nav-wrapper-secondary ul.menu li:hover > ul,
#nav-wrapper-secondary .menu ul li:hover > ul {
	display: block;
	z-index: 99999;
}
#nav-wrapper-secondary .menu .sub-menu ul,
#nav-wrapper-secondary .menu .children ul {	
	left: 100%;
	top: 0;	
	z-index: 99999;
}

/****************************************/
/* 7.0 - Featured Slider
/****************************************/
.featured-area {
	box-sizing: border-box;
	padding-bottom: 30px;
}
.featured-area.nopromo {
}
.featured-area-full {
	padding: 0;
}

/* 7.1 Boxed & Full Width Single Sliders ***********/
.featured-area {
	position: relative;
}
.featured-area-full {
	padding-bottom: 30px;
}
.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.05);
	z-index: 5;
}
.featured-area .feat-overlay:hover {
	background: rgba(1,1,1,0.5);
}
.featured-area .feat-inner {
	max-width:45%;
	padding: 40px;
	margin:0 auto;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.5s;
	text-shadow: 2px 2px 2px #111;
}
.featured-area .feat-overlay .slider-meta {
	margin: 0 0 13px;
	position: relative;
}
.featured-area .feat-overlay .date {
	display: block;
	color: #fff;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family: "Montserrat", sans-serif;
}
.featured-area .feat-overlay .cat:before {
	border-bottom: 1.5px solid #fff;
	content: "";
	height: 1.5px;
	width: 15px;
	line-height: 16px;
	position: absolute;
	right: 100%;
	top: 40%;
	margin-right: 5px;
}
.featured-area .feat-overlay .cat:after {
	border-bottom: 1.5px solid #fff;
	content: "";
	height: 1.5px;
	width: 15px;
	line-height: 16px;
	position: absolute;
	left: 100%;
	top: 40%;
}
.featured-area .feat-overlay .cat {
	color: #fff;
	padding: 10px;
}
.featured-area .feat-overlay .cat a {
	display:inline-block;
	margin:0 2px;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-bottom:2px;
	font-family: "Montserrat", sans-serif;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.featured-area .feat-overlay .cat a:hover {
	color: #8acace;
}
.featured-area .feat-overlay h2 {
	color:#fff;
	font-size:44px;
	line-height:44px;
	margin: 15px 0 20px;
}
.featured-area .feat-overlay h2 a {
	color:#fff;
	display:block;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.featured-area .feat-overlay h2 a:hover {
	color: #8acace;
}
.bx-wrapper .bx-controls-direction a {
	padding: 10px 0px !important;
	border-color: transparent !important;
}
.bx-wrapper .bx-controls-direction a:hover {
}
.bx-wrapper .bx-controls-direction a .fa {
	font-size: 36px !important;
	color: #111;
}

/* 7.2 - Carousel Sliders *********/
.boxed-carousel-wrapper {
	width: 1230px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.carousel-wrapper {
	width: 1180px;
	margin: 0 auto;
}
.featured-area-carousel {
}
#owl-demo {
	margin-bottom: 0px;
}
#owl-demo .item {
	position: relative;
	margin: 0 5px;
}
.owl-item .image_container {
	height: auto;
	overflow:hidden;
}
#owl-demo .item img{
	max-width:100%;
	height:auto;
}
#owl-demo .item .feat-overlay {
	height: 99%; 
	width: 100%;  
	text-align:center;
	position: absolute;
	top: 0;
	left: 0;
	background:rgba(34,34,34,0.05);
	min-height: 167.5px;
	-o-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
	text-shadow: 2px 2px 2px #111;
}
#owl-demo .item .feat-overlay:hover {
	cursor: pointer;
	background:rgba(1,1,1,0.5);
}
#owl-demo .item .feat-overlay .feat-text {
	width: 100%;
	margin: 0 5px;
	box-sizing: border-box;
	height: 100%;
	text-align: center;
	-o-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
}
#owl-demo .item .feat-overlay:hover .feat-text {
	box-sizing: border-box;
	opacity: 1.0;
}
#owl-demo .item .feat-overlay .feat-text .feat-text-inner { 
	position: relative;
	top: 50%; 
	text-align:center;
	width: 75%;
	margin: 0 auto;
	transform: 			translateY(-50%);
}
#owl-demo .item .feat-overlay .slider-meta {
	position: relative;
	margin:0 10px 10px;
	padding: 0 5px;
	-o-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
}
#owl-demo .item .feat-overlay .cat:before {
	border-bottom: 1px solid #fff;
	content: "";
	height: 1px;
	width: 15px;
	line-height: 1.6;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-right: 5px;
}
#owl-demo .item .feat-overlay .cat:after {
	border-bottom: 1px solid #fff;
	content: "";
	height: 1px;
	width: 15px;
	line-height: 1.6;
	position: absolute;
	left: 100%;
	top: 50%;
}
#owl-demo .item .feat-overlay .cat {
	color: #fff;
	padding-bottom:10px;
}
#owl-demo .item .feat-overlay .cat a {
	font-size:16px;
	color:#fff;
	display:inline-block;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
}
#owl-demo .item .feat-overlay h3 {
	padding: 15px 0;
}
#owl-demo .item .feat-overlay h3 a {
	font-size:42px;
	color:#fff;
	line-height: 44px;
}
#owl-demo .item .feat-overlay h3 a:hover,
#owl-demo .item .feat-overlay .cat a:hover {
	color: #8acace;
}
#owl-demo .item .feat-overlay .date {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.owl-theme .owl-controls {
	margin-top: 0 !important;
	position: relative;
}
#owl-demo .owl-controls .owl-buttons {
	position: relative;
}
#owl-demo .owl-controls .owl-buttons div {
  color: #111;
  border-radius: 0;
  background: transparent;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 5px 10px;
  font-size: 42px;
  filter: Alpha(Opacity=30);
  opacity: .5;
}
#owl-demo .item:hover .owl-controls .owl-buttons div:hover {
	opacity: 1.0;
}
.owl-next,
.owl-prev {
	position: absolute;
	top: -310px;
}
.owl-next {
	right: 12px;
}
.owl-prev {
	left: 12px;
}
.owl-next:hover,
.owl-prev:hover {
	opacity:1.0;
}

/* 7.2.2 - Full Width carousel */
#outer-wrapper > .featured-full-carousel {
	width: 100%;
	padding-bottom: 30px;
}
#outer-wrapper > .featured-area-carousel > #owl-demo .item {
	margin: 0;
}
#outer-wrapper > .featured-area-carousel > #owl-demo .owl-item {
	height: 500px;
}
#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 {
	width: 100%;
	margin: 0;
}
#outer-wrapper > .featured-area-carousel > #owl-demo .item .feat-overlay .feat-text .feat-text-inner {
	position: relative;
	top: 50%;
	width: 70%;
	transform: 			translateY(-50%);
}
#outer-wrapper > .featured-area-carousel > #owl-demo .owl-next,
#outer-wrapper > .featured-area-carousel > #owl-demo .owl-prev {
	position: absolute;
	top: -290px;
}

/* 7.3 - Magazine Layout */
.grid-posts-holder {
	text-shadow: 2px 2px 3px #111;
}
.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: 8px 0 0;
	font-size: 42px;
}
.grid-posts-big .post-content-holder a {
	color: #fff;
	text-shadow: 2px 2px 3px #111;
}
.grid-posts-big .post-content-holder a:hover {
	opacity: 0.8;
}
.grid-posts-big .post-content-holder .post-meta-holder {
	position: relative;
	text-shadow: 2px 2px 3px #111;
}
.grid-posts-big .post-content-holder .cat:before {
	border-bottom: 2px solid #fff;
	content: "";
	height: 2px;
	width: 15px;
	position: absolute;
	right: 100%;
	top: 35%;
	margin-right: 12px;
	line-height: 20px;
}
.grid-posts-big .post-content-holder .cat:after {
	border-bottom: 2px solid #fff;
	content: "";
	height: 2px;
	width: 15px;
	position: absolute;
	left: 100%;
	top: 35%;
	line-height: 20px;
}
.grid-posts-big .post-content-holder .cat {
	padding: 0 5px 10px;
}
.grid-posts-big .post-content-holder .cat a {
	color: #fff;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	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;
	text-shadow: 2px 2px 3px #111;
}
.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;
	z-index: 10;
	text-shadow: 2px 2px 3px #111;
}
.grid-posts-small h2 a:hover {
	opacity: 0.8;
}
.grid-posts-holder {
  overflow: auto;
}
.grid-posts-small h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

/****************************************/
/* 8.0 - Promo Area
/****************************************/
.promo-area {
	overflow:hidden;
	padding-bottom:30px;
	display: block;
	float: none;
}

/* 2 Boxes */
.promo-area.promo2 .promo-item {
	width: calc(50% - 15px);
	float: left;
	display: inline-block;
}
.promo-area.promo2 .promo-item-1 {
	margin-right: 30px;
}

/* 3 Boxes */
.promo-area.promo3 .promo-item {
	width: calc(33% - 16.5px);
	float: left;
	display: inline-block;
}
.promo-area.promo3 .promo-item-1,
.promo-area.promo3 .promo-item-2 {
	margin-right: 30px;
}

/* 4 Boxes */
.promo-area.promo4 .promo-item {
	width: calc(25% - 16.5px);
	float: left;
	display: inline-block;
}
.promo-area.promo4 .promo-item-1,
.promo-area.promo4 .promo-item-2,
.promo-area.promo4 .promo-item-3
 {
	margin-right: 22px;
}

.promo-item {
	height: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;
	position: relative;
}
.promo-item:hover {
	opacity: 0.7;
}
.promo-item:last-child {
	margin-right:0;
}

.promo-overlay {  
	position: absolute;
	top: 0;
	left: 0;
	text-align:center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.promo-overlay h4 {
	max-width:50%;
	color:#222;
	line-height:1.5em;
	padding:8px 12px 8px 13px;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:2px;
	background: rgba(255,255,255,0.9);
	display:inline-block;
	font-weight: 500;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
	margin-bottom: 0;
	 position: absolute;
	 left: 50%;
	 bottom: 50%;
	-webkit-transform: translate(-50%, 50%);
   -moz-transform: translate(-50%, 50%); 
   -ms-transform: translate(-50%, 50%); 
   -o-transform: translate(-50%, 50%); 
   transform: translate(-50%, 50%);
}
.promo-link {
	position: absolute; 
	height: 100%; 
	width: 100%;
	top: 0;
	left:0;
	z-index: 9998;
	display: block;
}



/* 8.1 - Landing Page 1 */
.page-template-page-landing-page #content {
	margin-top: 0 !important;
}
.page-template-page-landing-page .post-share,
 .page-template-page-landing-page #comments {
	display:none;
}
.page-template-page-landing-page-sidebar #content {
	margin-top: 0 !important;
}
.page-template-page-landing-page-sidebar .post-share {
	display:none;
}
.page-template-page-landing-page #comments,
.page-template-page-landing-page-sidebar #comments {
	border-top-width: 0;
}
.landing-sidebar .widget {
	margin-bottom: 30px;
}
.landing-sidebar .widget-title,
#landing-sidebar-right .widget-title {
	border-bottom-width: 0;
}

/* 8.2 - Landing Page 2 */
.page-template-page-landing-page-2 #content,
.page-template-page-landing-page-2-sidebar #content {
	padding-top: 0 !important;
}
.featured-landing-page-2 {
	padding-bottom: 30px;
	overflow:hidden;
}
.page-template-page-landing-page-2 #content,
.page-template-page-landing-page-2-sidebar #content {
	margin-top: 0 !important;
}
#landing-sidebar-left {
	display: inline-block;
	width: 770px;
	margin-right: 30px;
	float: left;
}
#landing-sidebar-right {
	display: inline-block;
	width: 370px;
	float: left;
	box-sizing: border-box;
}
#landing-sidebar-left .widget,
#landing-sidebar-right .widget {
	margin-bottom: 0;
}
#landing-sidebar-left .widget-title {
	display:none;
}
.page-template-page-landing-page-2 .post-share, 
.page-template-page-landing-page-2 .post-header h1 {
	display:none;
}
.page-template-page-landing-page-2 #comments {
	border-top-width: 0;
}
.landing-sidebar .widget_mc4wp_form_widget .widget-title {
	border-bottom-width: 0;
}
#landing-sidebar-right .quebella_about_widget {
	margin-bottom: 20px;
}
#landing-sidebar-right .about_widget_img {
	max-width: 330px;
	min-width: 330px;
	border-radius: 50%;
}
.page-template-page-landing-page-2 .promo-area {

}

/****************************************/
/* 9.0 - Posts
/****************************************/
.single #header.slider {
	padding-bottom: 15px;
}
.single-post .post {
	border-bottom-width: 0;
}
.post {
	margin-bottom:55px;
}
.post-inner {
	border-bottom: 1px solid #111;
}
.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: 25px;
}
.post-img:hover {
	opacity: 0.8;
}
.post-img.audio iframe {
	height:166px;
	width:100%;
}
.post-header {
	text-align:center;
	margin-bottom:15px;
}
.post-header .meta-categories {
	position: relative;
}
.post-header .cat,
.list-item .cat,
.grid-content .cat {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	padding: 0 10px 15px;
	color: #111;
}
.post-header .cat:before,
.grid-content .cat:before {
	border-bottom: 1px solid #111;
	content: "";
	height: 1px;
	width: 15px;
	line-height: 1.6;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-right: 5px;
}
.post-header .cat:after,
.grid-content .cat:after {
	border-bottom: 1px solid #111;
	content: "";
	height: 1px;
	width: 15px;
	line-height: 1.6;
	position: absolute;
	left: 100%;
	top: 50%;
}
.post-header .cat a, 
.list-item .cat a,
.grid-content .cat a {
	display:inline-block;
	text-transform:uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #111;
	line-height: 1.6;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.post-header .cat a:hover {
	text-decoration:none;
	color: #8acace;
}
.post-header h2, .post-header h1 {
	display:block;
	margin-bottom: 18px;
	line-height: 1;
}
.post-header h2 a, .post-header h1 {
	font-size:38px;
	color:#111;
	line-height:1em;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}
.post-header h2 a:hover {
	color: #8acace;
}
.post-date {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #aaa;
	letter-spacing: 2px;
	padding: 10px 0 5px;
	text-transform: uppercase;
}
.list-meta .post-date, .list-meta .cat, .grid-content .post-date, .grid-content .cat {
	padding: 5px 0;
}

/* 9.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;
	letter-spacing: 1px;
}
.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;
}

/* 9.2 - Read More Button **********/
.more-link {
	width: 117px;
	display:block;
	margin:40px auto;
	text-transform:uppercase;
	font-size:14px;
	font-family: "Montserrat", sans-serif;
	background: #111;
	color:#fff;
	letter-spacing: 1px;
	padding: 10px 25px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	text-align: center;
}
a.more-link:hover {
	background: #8acace;
	text-decoration: none;
}

/* 9.3 - Post Share **********/
.post-share {
	border-top:1px solid #111;
	margin-top:38px;
	overflow:hidden;
}
.single .post-share {
	border-bottom: 1px solid #111;
}
.post-share-box {
	float:left;
	height:54px;
	line-height:54px;
	border-left:1px solid #111;
	text-align:center;
}
.post-share-box:first-child:nth-last-child(1) {
	width:100%;
}
.post-share-box:first-child:nth-last-child(2),
.post-share-box:first-child:nth-last-child(2) ~ div {
    width: 49.5%;
}
.post-share-box:first-child:nth-last-child(3),
.post-share-box:first-child:nth-last-child(3) ~ div {
    width: 33%;
}

.post-share-box:first-child {
	border-left:none;
}

.post-share-box.share-comments a {
	color:#111;
	font-style:italic;
}
.post-share-box.share-comments a span {
	font-family:"Montserrat";
	font-size:14px;
	color:#111;
	font-style:normal;
}

.post-share-box.share-buttons a {
	color:#111;
	margin:0 8px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.post-share-box.share-buttons a:hover,
.post-share-box.share-comments a:hover, 
.post-share-box.share-author a:hover {
	color:#8acace;
}

.post-share-box.share-author a {
	font-family:"Montserrat";
	font-size:13px;
	color:#111;
	text-transform:uppercase;
	letter-spacing:1px;
	font-style:normal;
}
.post-share-box.share-author span {
	color:#888;
	font-style:italic;
	margin-right:2px;
}

/* 9.4 - Post Author **********/
.post-author {
	margin-top:5px;
	padding: 40px 25px 50px;
	overflow:hidden;
}	
.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;
	padding-top: 20px;
}
.author-img img {
	border-radius:50%;
}
.author-content  {
	overflow:hidden;
	margin-top: 7px;
}
.author-content h5 a {
	font-size:18px;
	margin-bottom:6px;
	letter-spacing:1px;
	font-weight:700;
	color:#111;
	display:block;
}
.author-content h5 a:hover {
	color: #8acace;
}
.author-content p {
	margin-bottom:9px;
	color:#545454;
	font-size: 13px;
}
.author-content .author-social {
	font-size:14px;
	color:#111;
	margin-right:8px;
}
.author-content .author-social:hover {
	color: #8acace;
}

/* 9.5 - Post Pagination *********/
.post-pagination {
	display:block;
	overflow: hidden;
	padding: 30px 15px;
	text-align: center;
	color: #111;
	border-top: 1px solid #111;
	line-height: 1.5;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

.post-pagination .post-prev,
.post-pagination .post-next {
	display: inline-block;
	width: 50%;
	margin: 0;
}

.post-pagination .post-prev a,
.post-pagination .post-next a {
	color: #8acace;
	font-size: 16px;
}
.post-pagination .post-prev a:hover,
.post-pagination .post-next a:hover {
	color: #111;
	text-decoration: underline;
}
.post-pagination .fa-caret-left {
	padding-right: 7px;
}
.post-pagination .fa-caret-right {
	padding-left: 7px;
}

/* 9.6 - Post related **********/
.post-related {
	overflow:hidden;
	margin: 40px 0;
}
.post-box { 
	text-align:center; 
}
.post-box-title {
	font-size:28px;
	padding-bottom: 10px;
	position: relative;
	line-height:1em;
	font-weight:400;
	color: #111;
	margin-bottom: 10px;
	text-align: center;
}
.item-related {
	width:255px;
	float:left;
	margin-right:22px;
}
.item-related:last-child {
	margin-right:0;
}

	#main.fullwidth .item-related {
		width:32%;
		margin-right:2%;
	}
	#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:16px;
	color:#343434;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.item-related h3 a:hover {
	color: #8acace;
}

/* 9.7 - Post tags **********/
.post-tags i {
	color: #111;
	font-size: 17px;
	padding-right: 10px;
}
.post-tags {
	margin-top:15px;
	margin-bottom:-15px;
	padding-bottom:13px;
	clear:both;
}
.post-tags a {
	font-size:12px !important;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight: 400;
	background:#e5e5e5;
	color:#111;
	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:#8acace;
	color:#fff;
}

/* 9.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: 20px;
}
.qb-grid > li {
	display: inline-block;
	margin: 0;
	width: 100%;
}

	/* 9.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: 1px solid #e5e5e5;
}
.grid-item .post-header h2 a {
	font-size:32px;
}
.grid-item .post-header h2 {
	margin-bottom:8px;
	max-width:100%;
}
.grid-item .post-header  {
	margin-bottom:8px;
}
.grid-item .post-img  {
	margin-bottom: 0;
}
.grid-item p {
	margin-bottom:8px;
	text-align: justify;
}
.grid-item .post-meta {
	padding: 12px 0 8px;
	font-family: "Montserrat", sans-serif;
	color: #aaa;
	text-transform: uppercase;
	line-height: 1.1;
}
.grid-item .cat {
	padding: 0 10px 12px;
	line-height: 1.3;
}

.grid-item .more-link {
	margin: 30px auto 20px;
}


/* 9.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 {
	padding: 0 0 15px;
}
.list-item .post-header .cat:before,
.list-item .post-header .cat:after {
	border-bottom-width: 0 !important;
}
.list-item .post-header .cat a, .list-item .post-header .post-date {
	font-size: 13px;
}
.list-item .post-header h2 {
	max-width:100%;
	margin: 0 0 8px;
	line-height: 1;
}
.list-item .post-header h2 a {
	font-size:30px;
	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;
}

/* 9.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: 1px solid #e5e5e5;
	margin-bottom: 45px;
}
.ms-item .post p {
	text-align: justify;
}
.ms-item .post-header h2 a {
	font-size:32px;
}
.ms-item .post-header h2 {
	margin-bottom:10px;
	max-width:100%;
}
.ms-item .post-header  {
	margin-bottom:0;
}
.ms-item .post-img  {
	margin-bottom:0;
}
.ms-item p {
	margin-bottom:35px;
}
.ms-item .post-meta {
	padding: 10px 0 15px;
}
.ms-item .cat {
	padding: 0 10px 15px;
}
.ms-item .cat a, .ms-item .post-date {
	font-size: 14px;
}
 /* 9.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%;
}

/* 9.11 - Comments **********/
#comments {
	border-top: 1px solid #111;
	padding: 30px 0;
}
.comment-content {
  margin-top: 10px;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}
.comment-form .row {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 15px;
	-webkit-column-gap: 15px;
	column-gap: 15px;
}
#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}

p.logged-in-as {
  padding-bottom: 0px;
}
.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}
.comment-list li .comment-body {
  position: relative;
}
.comment-list li .comment-body:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 40px;
  background: #a161bf;
  margin-left: -20px;
}
.comment-list > li:last-child .comment-body:after {
  content: none;
}
.comment-list,
.comment-list .children {
    list-style: none;
}
.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  margin-top: 2em;
  padding-left: 100px;
  position: relative;
  min-height: 100px;
}
.comment-list .children {
  margin-left: 0px!important;
  padding-left: 55px;
  background-repeat: no-repeat;
  background-position: left 20px;
}

.comments-title {
  font-size: 28px;
  margin: 0 0 30px 0;
  padding-bottom: 10px;
  text-align: center;
}
.comment-reply-title {
	font-size: 28px;
	padding-bottom: 30px;
	text-align: center;
}
.comment-author.vcard {
  font-size: 12px;
  margin-bottom: 10px;
}
.vcard .avatar {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.comment-metadata {
  display: none;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  background: #f2f2f2;
  color: #111;
  font-size: 10px;
  margin-left: 20px;
  display: inline-block;
  padding: 4px 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  float: right;
}
.comment-reply-link:hover {
	background: #111;
	color: #fff;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}
#submit {
  font-size: 12px;
}
.comment-navigation,
.single .nav-links {
  overflow: hidden;
  margin-top: 30px;
}
.comment-form input[type="text"] {
  border: 1px solid #111;
  border-radius: 0;
  height: 35px;
  margin-bottom: 5px;
  padding: 0 10px;
  width: 100%;
}
.comment-form textarea {
  border: 1px solid #111;
  border-radius: 0;
  padding: 10px;
  margin-bottom: 15px;
  min-height: 100px;
}
.comment-form #submit {
  border: 1px solid #111;
  background: transparent !important;
  border-radius: 0;
  padding: 10px 0;
  text-transform: uppercase;
  color: #111;
  font-size: 13px;
  width: 100%;
  margin-bottom: 15px;
}
.comment-form #submit:hover {
	background: #8acace;
	border-color: #8acace;
	color: #fff;
}
.comment-form .form-submit {
  margin: 0;
}
.comment-subscription-form {
	margin-bottom: 8px;
}
.comment-meta.commentmetadata a {
  color: #999;
  font-style: italic;
}
.thecomment .author-img {
	padding-top: 0;
}
.thecomment {
	padding: 20px 0;
}
.thecomment .comment-meta .author, 
.thecomment .comment-meta .author a {
	color: #111;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
}
.thecomment .comment-meta .date {
	font-size: 13px;
	margin-bottom: 20px;
}
.thecomment .comment-text {
	padding-top: 15px;
}
/****************************************/
/* 10.0 - Sidebar & Widgets
/****************************************/

.widget {
	margin-bottom:45px;
	box-sizing: border-box;
}
.widget-title {
	position:relative;
	border-bottom: 1px solid #111;
	color: #111;
	display:block;
	line-height: 1em;
	margin-bottom: 25px;
	letter-spacing: 1px;
	padding: 12px 0;
	margin-bottom: 25px;
	font-size:15px;
	text-align: center;
	font-family: "Montserrat";
	text-transform: uppercase;
}
.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;
}

/* 10.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;
}
/* 10.2 - Home Sidebar */
.home-sidebar {
}
.landing-sidebar .widget,
.home-sidebar .widget {
margin-bottom: 30px;
}
.home-sidebar h4.widget-title {
	border-bottom-width: 0;
}

.home-sidebar, .landing-sidebar {
	width: 100%;
}
.home-sidebar .widget, .landing-sidebar .widget {
	padding: 0;
	margin-bottom: 30px;
}
.home-sidebar h4.widget-title, .landing-sidebar h4.widget-title {
	background: transparent;
	color: #111;
	font-size: 24px;
	margin-bottom: 15px;
}
.home-sidebar h4.widget-title:after, .landing-sidebar h4.widget-title:after {
	display:none;
}
/*** 10.3 - About Widget ***/
.quebella_about_widget {	
    text-align: center;
}
.about-widget {
    text-align: center;
    margin: 0 auto;	    
    box-sizing: border-box;
}
.about_widget_img {
	max-width: 300px !important;
	min-width: 300px;
}
.about-widget .about-text {
	width: 100%;
	text-align: center;
}
.about-widget .name {
	font-size:32px;	
	display:inline-block;
	text-align:center;
	padding: 12px 0 10px;
	margin: 0 10px;
	font-family: 'Great Vibes', cursive;
}
.about-widget .about-text p {
	box-sizing: border-box;
	margin: 0 10px;
}

/******** 10.3.1 - About Widget Social  *************/
.widget-social {
	text-align:center;
	margin-top:5px;
}
.widget-social a{
	display:inline-block;
	color: #111;
	font-size: 16px;
	margin: 10px 8px;
}
.widget-social a:hover{
	color: #8acace;
}

/* 10.4 - Social Icons Widget **********/
.social-widget {
	text-align:center;
	width: 100% !important;
}
.social-widget a i {
	color:#111;
	font-size:20px;
	height: 36px;
	width: 36px;
	line-height: 36px;
	margin:0 1px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.social-widget a i:hover {
	color:#8acace;
}

/* 10.5 - Widget - Categories & Archive **********/
.widget_categories a, 
.widget_archive a {
		font-family: "Montserrat", sans-serif;
		color: #111 !important;
		font-size: 14px;
	}
.widget_categories li .children {
	padding: 8px 15px;
}
.widget_categories {
	text-transform: uppercase;
}
.widget_categories a:hover, 
.widget_archive a:hover {
	color: #8acace;
	text-decoration: none;
}

/* 10.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 {
	opacity: 0.8;
}
#menu-image-menu li.menu-item a .menu-image-title:hover,
 {
	opacity: 1.0;
}
#menu-image-menu li.menu-item a .menu-image-title {
	position: absolute;
	bottom: 15px;
	left: 15px;
	line-height: 20px;
	padding: 3px;
	color: #111;
	background: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	z-index: 5;
	opacity: 0.8;
}

/* 10.7 - Post Carousel Widget */
.maryanne-postcarousel .owl-item .item {
	position: relative;
}
.maryanne-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;	
}
.maryanne-postcarousel:hover .owl-item:after {
	background-color: rgba(0, 0, 0, 0.45);
}
.maryanne-postcarousel .owl-controls {
	top: 125px;
}
.maryanne-postcarousel .owl-controls .owl-buttons .owl-next,
.maryanne-postcarousel .owl-controls .owl-buttons .owl-prev  {
	background: transparent;
	color: #fff;
	font-size: 36px;
	height: 36px;
	line-height: 35px;
	padding-top: 2px;
	opacity: 0;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.maryanne-postcarousel:hover .owl-controls .owl-buttons .owl-prev,
.maryanne-postcarousel:hover .owl-controls .owl-buttons .owl-next {
	opacity: 0.8;
}
.maryanne-postcarousel .entry-header-postcarousel {
	position: absolute;
	bottom: 15px;
	text-align: center;
	width: 96%;
	z-index: 10;
	margin: 0 auto;
	left: 6px;
}
.maryanne-postcarousel .entry-header-postcarousel h1 {
	text-align: center;
	margin-top: 12px;
}
.maryanne-postcarousel .entry-header-postcarousel h1 a {
	color: #fff;
	text-shadow: 2px 2px 3px #111;
	font-size: 26px;
}
.maryanne-postcarousel .entry-header-postcarousel .side-meta {
	padding: 5px;
}
.maryanne-postcarousel .entry-header-postcarousel .side-meta a {
	color: #fff !important;
	font-size: 12px;
	letter-spacing: 1px;
	text-shadow: 2px 2px 3px #111;
}

/* 10.8 - WordPress Recent Post Widget **********/
.widget_recent_entries li {
	padding-top: 5px;
}
.widget_recent_entries a {
	color: #111 !important;
	font-family: "Playfair Display", sans-serif;
	font-size: 20px;
}
.widget_recent_entries .post-date {
	color:#aaa;
	display:block;
	font-size:14px;
}

/* 10.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: "Montserrat", sans-serif !important;
	color: #111 !important;
}

/* 10.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:#111; 
}
#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; 
}

/* 10.11 - WordPress Custom Menu Widget **********/
.widget ul.menu li ul {
	padding-left:15px;
	margin-top:9px;
}
.widget ul.menu a {
	font-family: "Montserrat";
	color: #111;
	font-size: 16px;
}
.widget ul.menu a:hover {
	color: #8acace;
}
.widget ul.sub-menu a {
	font-size: 15px;
}

/* 10.12 - Tagcloud Widget **********/
.widget .tagcloud {
	display: block;
}
.widget .tagcloud a {
	font-size:14px !important;
	letter-spacing:1.1px;
	text-transform: uppercase;
	color:#111;
	background: #f4f4f4;
	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;
}
.widget .tagcloud a:hover {
	text-decoration:none;
	background: #8acace;
	color: #fff;
}

/* 10.13 - Search Widget **********/
#searchform input#s {
	border: 1px solid #111;
	background:#fff url(img/searchsubmit.png) no-repeat 96% 13px;
	padding:14px 14px;
	font-size:13px;
	color:#343434;
	width:280px;
}
.widget #searchform #s:focus { 
	outline:none; 
}
.widget #searchform input#s { 
	width:100%;
	box-sizing:border-box;
}

/* 10.14 - Instagram Widget **********/
#sidebar .instagram-pics,
#dynamic-footer .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,
#dynamic-footer .instagram-pics li img  {
	max-width:100%;
	vertical-align:middle;
}
#sidebar .instagram-pics li img:hover,
#dynamic-footer .instagram-pics li img:hover {
	opacity:.87;
}
#sidebar .null-instagram-feed p,
#dynamic-footer .null-instagram-feed p {
	text-align: center;
}
#sidebar .null-instagram-feed p a,
#dynamic-footer .null-instagram-feed p a {
	text-align: center;
	color: #111;
	letter-spacing: 1px;
	padding-top: 10px;
	font-family: "Playfair Display", sans-serif;
	font-size: 22px;
}
#sidebar .null-instagram-feed p a:hover,
#ynamic-footer .null-instagram-feed p a:hover {
	color: #8acace;
}

/* 10.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: #111;
}
.side-text h4 a {
	display:block;
	font-size:20px;
	font-family: 'Playfair Display', serif;
	line-height:20px;	
	padding-bottom: 3px;	
}
.side-meta {
	color:#aaa;
}
.side-meta a{
	font-size:13px;
	color:#aaa !important;	
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.side-meta a:first-child {
	margin-left:0;
}
/* 10.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;
	-webkit-column-break-inside: avoid;
	-webkit-backface-visibility: hidden;
}
.home-sidebar .widget ul.lastest_news li, 
.landing-sidebar .widget ul.lastest_news li {
	padding-bottom: 0;
	margin-bottom: 0;
}
.home-sidebar .lastest_news li:last-child, 
.landing-sidebar .lastest_news li:last-child {
	margin-right: 0;
}
.home-sidebar .lastest_news li .side-item .side-image, 
.landing-sidebar .lastest_news li .side-item .side-image {
	display: block;
	width: 100%;
	max-height: 183px;
	overflow: hidden;
	margin: 0;
}
.home-sidebar .lastest_news li .side-item .side-image img, 
.landing-sidebar .lastest_news li .side-item .side-image img {
	width: 100%;
}
.home-sidebar .lastest_news li .side-item .side-image img:hover, 
.landing-sidebar .lastest_news li .side-item .side-image img:hover {
	opacity: 0.8;
}
.home-sidebar .lastest_news li .side-item .side-text, 
.landing-sidebar .lastest_news li .side-item .side-text {
	display: block;
	width: 100%;
	padding-top: 5px;
}
.home-sidebar .lastest_news li .side-item .side-text h4 a, 
.landing-sidebar .lastest_news li .side-item .side-text h4 a {
	font-size: 20px;
	color: #111;
	font-family: 'Playfair Display', serif;
}
.home-sidebar .lastest_news li .side-item .side-text .side-meta, 
.landing-sidebar .lastest_news li .side-item .side-text .side-meta {
}

/* 10.16 - Postlist Widget ********************************/
.widget-postlist-maryanne:before,
.widget-postlist-maryanne:after,
.widget-postlist-maryanne ul:before,
.widget-postlist-maryanne ul:after,
.widget-postlist-maryanne ul li:before,
.widget-postlist-maryanne ul li:after {
	content: '';
	display: table;
}
.widget-postlist-maryanne:after,
.widget-postlist-maryanne ul:after,
.widget-postlist-maryanne ul li:after {
	clear: both;
}
.widget-postlist-maryanne .postlist-thumbnail {
	float: left;
	margin: 0 15px 15px 0;
	overflow: hidden;
	width: 100px;
	height: auto;
}
.widget-postlist-maryanne .postlist-title {
	clear: none;
	color: #111;
	font-size: 20px;
	line-height: 1.1;
	margin: 0 0 5px;
	padding: 0;
}
.widget-postlist-maryanne .postlist-title a {
	color: #111;
}
.widget-postlist-maryanne .postlist-date {
	color: #aaa;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

	/* 10.16.1 - Home Page & Landing page Widget Area */

	.home-sidebar .widget-postlist-maryanne li, 
	.landing-sidebar .widget-postlist-maryanne li {
		display: inline-block;
		float: left;
		width: 370px;
		margin-right: 30px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.home-sidebar .widget-postlist-maryanne li:last-child, 
	.landing-sidebar .widget-postlist-maryanne li:last-child {
		margin-right: 0 !important;
	}
	.home-sidebar .widget-postlist-maryanne .postlist-thumbnail, 
	.landing-sidebar .widget-postlist-maryanne .postlist-thumbnail {
		display: block;
		overflow: hidden;
		width: 100%;
		height: 245px;
		margin: 0;
	}
	.home-sidebar .widget-postlist-maryanne .postlist-thumbnail:hover, 
	.landing-sidebar .widget-postlist-maryanne .postlist-thumbnail:hover {
		opacity: 0.8;
	}

/* 10.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.18 - Meta Slider Styles */
.metaslider .caption-wrap {
	background: transparent !important;
	text-align: center;
	opacity: 1.0 !important;
	top: 40%;
}
.metaslider .caption-wrap .caption {
	font-family: "Playfair Display", serif;
	color: #fff;
	text-shadow: 2px 2px 2px #111;
	font-size: 42px;
	line-height: 44px;
	padding-left: 50px;
	padding-right: 50px;
	opacity: 1.0;
}

/* 10.19 - Promo Widget */

aside .quebella_promo_widget.widget {
	margin-bottom: 0;
}
aside .promo-item {
	display: table;
	width:100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
aside .promo-overlay { 
	position: absolute;
	top: 0;
	left: 0;
	text-align:center;
	font-size: 93%;
	width: 100%;
	height: 100%;
	overflow: hidden;
}  
aside .promo-overlay  h4 {
	line-height:1.6em;
	padding:10px 13px;
	font-size:11px;
	background:rgba(255,255,255,1);
	display:inline-block;
	margin-bottom: 0;
	 position: absolute;
	 left: 50%;
	 bottom: 50%;
	-webkit-transform: translate(-50%, 50%);
   -moz-transform: translate(-50%, 50%); 
   -ms-transform: translate(-50%, 50%); 
   -o-transform: translate(-50%, 50%); 
   transform: translate(-50%, 50%);
}
aside .promo-item a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 5;
}

/****************************************/
/* 11.0 - Pagination
/****************************************/

.pagination {
	margin-top:55px;
	overflow:hidden;
	margin-bottom:45px;
	padding: 0;
}
.pagination a {
	display:inline-block;
	color:#111;
	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;
}
.pagination a:hover {
	background: #8acace;
	border-color: #8acace;
	color: #fff;
}
.pagination .newer {
	float:left;	
}
.pagination .older {
	float:right;
}

/****************************************/
/* 12.0 - Footer
/****************************************/

/* 12.1 - Dynamic width widgets */
.fullwidth-footer {
	background: #f4f4f4;
}
#dynamic-footer {
	display: block;
	overflow: hidden;
	padding: 60px 0 30px;
	border-bottom: 1px solid #111;
}
#dynamic-footer .widget-title {
	font-size: 18px;
	border-width: 0;
}
.dynamic-widget-width .widget {
  float: left;
  width: 32%;
  padding: 0 2% 0 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.dynamic-widget-width .widget:nth-child(3n+1) {
  clear: left;
  padding-left: 0;
}
.dynamic-widget-width .widget:nth-child(3n+3) {
  padding-right: 0;
}

.dynamic-widget-width.widget-count-1 .widget {
  float: none;
  width: 100%;
  padding: 0;
}
.dynamic-widget-width.widget-count-2 .widget {
  width: 48%;
}
.dynamic-widget-width.widget-count-2 .widget:first-child {
  padding: 0 4% 0 0;
}
.dynamic-widget-width.widget-count-2 .widget:last-child {
  padding: 0;
}
/* 12.2 - Instagram footer area **********/
#dynamic-footer .instagram-pics li {
	width: 30.5%;
	display: inline-block;
	border-bottom: none;
	padding: 0;
	margin: 0 0 10px 10px;
	float:left;
}

#dynamic-footer .pins-feed-list li {
	padding-bottom: 0;
}
#dynamic-footer .pins-feed-list li:nth-child(3n+0) {
	margin-right: 0;
}
#instagram-footer {
	text-align:center;
	overflow:hidden;
	display: block;
}
#instagram-footer .widget {
	margin-bottom: 0;
}
#instagram-footer .widget-title {
	border-width: 0;
}
#instagram-footer .widget ul li {
	margin: 0;
	padding: 0;
}
.instagram-title {
	color: #111;
	margin-bottom:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:18px;
	font-family: "Montserrat", 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;
}

/* 12.3 - Footer social icons **********/
#footer-social {
	opacity: 1.0;
	background:#f4f4f4;
	text-align:center;
	padding:40px 0;
}
#footer-social a {
	color:#111;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin:0 20px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	font-family: 'Montserrat', sans-serif;
}
#footer-social a:hover {
	color:#8acace;
}
#footer-social a i {
	font-size: 14px;
	height: 32px;
	width: 20px;
	line-height: 32px;
	color: #111;
	-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 {
	color: #8acace;
}
#footer-social a span {
	margin-left:5px;
}

/* 12.4 - Footer Copyright **********/
#footer-copyright {
	background: #f4f4f4;
	text-align:left;
	padding:20px 0;
}
.copyright {
	color:#111;
	font-size:14px;
	display: inline-block;
}
.copyright a {
	color:#8acace;
}
.copyright a:hover {
	text-decoration: underline;
}

/* 12.5 - 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:last-child {
	margin-right: 0;
}
#footer-nav-wrapper .menu li a {
	color:#111;
	font-size:13px;
	letter-spacing:2px;
	text-transform:uppercase;
	display:block;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
	font-family: "Montserrat", sans-serif;
}
#footer-nav-wrapper .menu li a:hover {
	color:#8acace;
}

/****************************************/
/* 13.0 - Archive Box
/****************************************/

.archive-box {
	text-align:center;
	margin-bottom:40px;
	border-bottom:1px solid #e5e5e5;
	padding:25px;
}
.archive-box h1 {
	font-size:24px;
	color:#111;
	text-transform: capitalize;
	letter-spacing:1px;
	font-family: "Playfair Display", serif;
}
.archive-box span {
	font-size:15px;
	letter-spacing: 1px;
	color:#aaa;
	display:block;
	margin-bottom: 7px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post-entry.nothing {
	font-size:14px;
	color:#242424;
	text-align:center;
}

/****************************************/
/* 14.0 - Misc
/****************************************/

/* 14.1 - Form styling **********/
input, textarea {
	font-family: 'Open Sans', Arial, sans-serif;
	border-radius:0px;
	-webkit-border-radius:0; 
	-webkit-appearance:none;
}
input[type="checkbox"] {
 -webkit-appearance:none;/* Hides the default checkbox style */ 
 height:2em;
 width:2em;
 cursor:pointer;
 position:relative;
 -webkit-transition: .15s;
 border-radius:0;
 background-color:#fff;
}

input[type="checkbox"]:checked {
 background-color: #000;
}

input[type="checkbox"]:before, input[type="checkbox"]:checked:before {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 line-height:2em;
 text-align:center;
 color:#fff;
 content: ' ';
}

input[type="checkbox"]:checked:before {
 content: '&#10003;';
}

input[type="checkbox"]:hover:before {
 background:rgba(255,255,255,0.3);
}
input[type=submit] {
	font-family:"Montserrat", serif;
	text-transform:uppercase;
	letter-spacing:2px;
	background:#111;
	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 !important;
	-webkit-border-radius:0; 
}
input[type=submit]:hover {
	background:#8acace;
	color:#FFF;
}
input, select, textarea {
	border:1px solid #111;
	color:#343434;
	padding:9px 10px;
	width:100%;
	box-sizing:border-box;
}
input:focus, select:focus, textarea:focus {
	border:1px solid #c4c4c4;
	outline:none;
}

/* 14.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;  
}

/* 14.3 - 404 Page **********/
.error-page {
	text-align:center;
}
.error-page h1 {
	font-size:140px;
}
.error-page p {
	margin-bottom:20px;
	color:#888;
}

/* 14.4 - Page styles **************/
.page .post-share {
	margin-top: 50px;
}
.page .post-share, .page .post-share-box {
	background: #fff;
}
.page #comments {
	border-top-width: 0;
}

/* 14.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: #111;
	opacity: 1;
}
.overlay .lookbook_cat {
	color: #aaa;
	display: inline-block;
}
.overlay .lookbook_cat a {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	line-height: 28px;
	color: #aaa;
}
.overlay .lookbook_cat a:hover {
	color: #aaa;
}
.no_img:hover .overlay, .no_img:hover .overlay a {
	color: #999;
}
.no_img:hover .overlay h2 a{
	color: #111;
}
.overlay h2 a{
	color: #111;
	font-size: 30px;
	line-height: 1.3em;		
}
.overlay h2 a:hover {
	color: #8acace;
}
.overlay .line {
	width: 50px;
	height: 2px;
	background-color: #8acace;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 15px;
}
.overlay .meta {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #aaa;
	letter-spacing: 1px;
	margin-top: 15px;
	text-transform: uppercase;
}
.overlay .meta a {
	color: #aaa;
	text-transform: uppercase;
}
.overlay .meta a:hover {
	color: #aaa;
}

/* 14.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:#111;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	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: #8acace;
}

/*** 14.7 - Mailchimp ***/

/* 14.7.1 - MailChimp for WordPress - Sidebar only */
.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: #111;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	font-size: 13px;
	-webkit-appearance: none;
	text-align: center;
}
.mc4wp-form button:hover, 
.mc4wp-form input[type=button]:hover,
.mc4wp-form input[type=submit]:hover {
	background:#8acace;
	color: #fff;
}
.mc4wp-form {
	margin:0 !important;
}

/* Mailchimp comments */
#respond .mc4wp-checkbox-comment_form label {
	width:auto;
}
#respond #mc4wp-checkbox input {
	margin-bottom:0;
}

/* 14.7.2 - Newsletter Signup */
.nsu-form p label {
	text-transform: uppercase;
}
.nsu-form .nsu-submit {
	width: 100%;
}
.nsu-form p {
	margin-bottom: 5px;
}
.nsu_widget .nsu-text-before-form {
	margin-bottom: 15px;
}
#nsu-checkbox-label {
	width: 100% !important;
}
#nsu-checkbox-input {
	width: 20px;
}
.home-sidebar .nsu_widget,
.landing-sidebar .nsu_widget,
#instagram-footer .nsu_widget  {
	padding: 30px 0 40px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}
#instagram-footer .nsu_widget {
	background: #f4f4f4;
}
#instagram-footer .nsu-form {
	width: 1170px;
	margin: 0 auto;
}
.home-sidebar .nsu-form p,
.landing-sidebar .nsu-form p,
#instagram-footer .nsu-form p {
	box-sizing: border-box;
	width: 32.4%;
	margin-right: 15px;
	display: inline-block;
}
.home-sidebar .nsu-form p:last-child,
 .landing-sidebar .nsu-form p:last-child,
#instagram-footer .nsu-form p:last-child {
	margin-right: 0;
}
.home-sidebar .nsu_widget .nsu-text-before-form,
.home-sidebar .nsu_widget .nsu-text-after-form,
.landing-sidebar .nsu_widget .nsu-text-before-form,
.landing-sidebar .nsu_widget .nsu-text-after-form,
#instagram-footer .nsu_widget .nsu-text-before-form,
 #instagram-footer .nsu_widget .nsu-text-after-form {
	text-align: center;
	margin-bottom: 25px;
}
.home-sidebar .nsu-form label,
.landing-sidebar .nsu-form label,
#instagram-footer .nsu-form label,
#landing-sidebar-right .nsu-form label {
	display:none;
}
.home-sidebar .nsu-form .nsu-field,
.landing-sidebar .nsu-form .nsu-field,
#instagram-footer .nsu-form .nsu-field {
	padding: 10px 10px;
}
.home-sidebar .nsu-form .nsu-submit,
.landing-sidebar .nsu-form .nsu-submit,
#instagram-footer .nsu-form .nsu-submit,
#landing-sidebar-right .nsu-form .nsu-submit {
	margin-top: 0;
}
#landing-sidebar-right .nsu_widget {
	background: #f4f4f4;
	padding: 49.5px 25px;
	box-sizing: border-box;
}
#landing-sidebar-right .nsu_widget .widget-title {
	font-size: 20px;
	line-height: 1.2;
}
#landing-sidebar-right .nsu_widget .nsu-text-before-form {
	margin-bottom: 25px;
}
#landing-sidebar-right .nsu_widget .nsu-form p {
	margin-bottom: 15px;
}
#landing-sidebar-right .nsu_widget input {
	padding: 15px 10px;
}

/* 14.8 - Scroll to Top ********/
.backtotop {
	position: fixed;
	bottom: 20px; 
	right: 10px; 
	color: #fff; 
	background-color: #111; 
	border: 1px solid #111;
	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: #8acace;
	color: #fff;
	border: 1px solid #8acace;
	text-decoration: none;
}

/* 14.9 Archive - Category Widget Area */
.archive-sidebar {
	background: #f4f4f4;
	padding: 20px 20px 10px;
	overflow: hidden;
	margin: 20px 0 30px;
}
.archive-sidebar .widget {
	width: 33.3%;
	padding: 0 1%;
	display: inline-block;
	float: left;
	margin-bottom: 20px;
}

.archive-sidebar .widget .widget-title {
	border-bottom: none;
	margin-bottom: 10px;
}

.archive-sidebar select {
	padding: 14px 10px;
	font-size: 13px;
}

.archive #content {
	padding-top: 0;
}

/* Advanced Recent Posts settings */
#content .rpwe_widget,
.landing-sidebar .rpwe_widget {
	margin-bottom: 20px !important;
}

#content .panel-grid {
	padding-bottom: 35px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

#content .rpwe_widget .widget-title,
.landing-sidebar .rpwe_widget .widget-title {
	font-size: 20px;
	font-weight: 400;
	border-bottom: none;
}

#content #main .rpwe-li {
	width: 32%;
	display: inline-block;
	margin: 0 0 25px;
	padding: 0 2% 0 0;
	vertical-align: top;
	border-bottom: none;
	text-align: center;
}

#content #main.fullwidth .rpwe-li {
	width: 23.5%;
	display: inline-block;
	margin: 0 0 25px;
	padding: 0 2% 0 0;
	vertical-align: top;
	border-bottom: none;
	text-align: center;
}

.landing-sidebar .rpwe-li {
	width: 32%;
	display: inline-block;
	margin: 0 0 25px;
	padding: 0 2% 0 0;
	vertical-align: top;
	border-bottom: none;
	text-align: center;
}

#content #main .rpwe-li:nth-child(3n+0),
.landing-sidebar .rpwe-li:nth-child(3n+0) {
	padding-right: 0;
}

#content #main.fullwidth .rpwe-li:nth-child(3n+0) {
	padding-right: 2%;
}

#content #main.fullwidth .rpwe-li:nth-child(4n+0) {
	padding-right: 0;
}

#content img.rpwe-thumb,
.landing-sidebar img.rpwe-thumb {
	border: none !important;
}

#content img.rpwe-thumb:hover,
.landing-sidebar img.rpwe-thumb:hover {
	opacity: 0.8;
}

#content .rpwe-summary a.more-link,
.landing-sidebar .rpwe-summary a.more-link {
	background: none;
	padding: 0;
	font-size: 12px;
}

#content .rpwe-block h3.rpwe-title,
.landing-sidebar .rpwe-block h3.rpwe-title {
	margin: 4px 0 !important;
}

#content h3.rpwe-title a,
.landing-sidebar h3.rpwe-title a {
	color: #111;
	font-size: 150%;
} 

#content .rpwe-time,
#content .rpwe-comment,
.landing-sidebar .rpwe-time,
.landing-sidebar .rpwe-comment {
	font-family: "Montserrat", sans-serif;
}

#content .rpwe-time,
#content .rpwe-comment,
#content .rpwe-summary,
.landing-sidebar .rpwe-time,
.landing-sidebar .rpwe-comment,
.landing-sidebar .rpwe-summary, {
	font-size:13px;
}

#content .rpwe-summary,
.landing-sidebar .rpwe-summary {
	margin: 4px 0 0;
}

/* 14.10 - Category Grid Template */

ul.category-grid {
	margin: 30px 0;
}

a.catgrid-link {
	height: 100%;
	width: 100%;
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
}

#main ul.category-grid li {
	width: 31.65%;
	height: auto;
	display: inline-block;
	margin: 0 2% 20px 0;
	vertical-align: top;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
    padding-bottom: 0;
    border-bottom: none;
	position:relative;
	cursor:pointer;
}

#main.fullwidth ul.category-grid li {
	width: 23.5%;
	height: auto;
	display: inline-block;
	margin: 0 1.65% 20px 0;
	vertical-align: top;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
    padding-bottom: 0;
    border-bottom: none;
	position:relative;
	cursor:pointer;
}

#main ul.category-grid li:nth-child(3n+0) {
	margin-right: 0;
}

#main.fullwidth ul.category-grid li:nth-child(3n+0) {
	margin-right: 1.65%;
}

#main.fullwidth ul.category-grid li:nth-child(4n+0) {
	margin-right: 0;
}

ul.category-grid li img {
	visibility: hidden;
	height: auto;
	width: 100%;
}

ul.category-grid li:hover {
	opacity: 0.8;
}

ul.category-grid li h2 {
	text-align: center;
	line-height:1.6em;
	padding:10px 13px;
	font-size:11px;
	background:rgba(255,255,255,1);
	display:inline-block;
	margin-bottom: 0;
	 position: absolute;
	 left: 50%;
	 bottom: 50%;
	-webkit-transform: translate(-50%, 50%);
   -moz-transform: translate(-50%, 50%); 
   -ms-transform: translate(-50%, 50%); 
   -o-transform: translate(-50%, 50%); 
   transform: translate(-50%, 50%);
}
ul.category-grid li h2 a {
   color: #111;
   font-size: 14px;
}

/*  14.11 - Genesis eNews Extended */

/* Sidebar & Footer */
#sidebar .enews p,
#footer-widget-area .enews p,
#landing-sidebar-right .enews p {
	text-align: center;
}
#landing-sidebar-right .enews-widget {
	background: #f4f4f4;
	padding: 60px 30px 0;
	min-height: 450px;
}
#sidebar .enews form,
#footer-widget-area .enews form,
#landing-sidebar-right .enews form {
	margin-top: 10px;
}
#sidebar .enews .screenread,
#footer-widget-area .enews .screenread,
#landing-sidebar-right .enews .screenread {
	position: static;
	font-size: 85%;
}
#sidebar .enews input,
#footer-widget-area .enews input,
#landing-sidebar-right .enews input {
	margin-bottom: 12px;
	margin-top: 5px;
}

#sidebar .enews #subbutton,
#footer-widget-area .enews #subbutton,
#landing-sidebar-right .enews #subbutton {
	width: 100%;
}

/* Vertical */
.home-sidebar .enews,
.landing-sidebar .enews {
	overflow: hidden;
	padding: 30px 0 40px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

.home-sidebar .enews p,
.landing-sidebar .enews p,
#instagram-footer .enews {
	text-align: center;
}

#instagram-footer .enews {
	padding: 30px 0 40px;
	border: none;
	overflow: hidden;
	max-width: 1170px;
	margin: 0 auto;
}

.home-sidebar .enews input,
.landing-sidebar .enews input,
#instagram-footer .enews input {
	width: calc(33% - 5px);
	margin-right: 10px;
	display: inline-block;
	float: left;
}

.home-sidebar .enews input:last-child,
.landing-sidebar .enews input:last-child,
#instagram-footer .enews input:last-child {
	margin-right: 0;
}

.home-sidebar .enews #subbox,
.home-sidebar .enews #subbox1,
.landing-sidebar .enews #subbox,
.landing-sidebar .enews #subbox1,
#instagram-footer .enews #subbox,
#instagram-footer .enews #subbox1  {
	padding: 10px;
}

.home-sidebar .enews #subbutton,
.landing-sidebar .enews #subbutton,
#instagram-footer .enews #subbutton {
	margin-top: 0;
}

/****************************************/
/* 15.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;
}


/***********************************
16.0 - WooCommerce Styles 
************************************/

/* Page Styles */
.woocommerce h1.page-title {
	color: #111;
	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: #111;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 26px;
}
.woocommerce ul.products li.product h3:hover {
	color: #8acace;
}
.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;
	letter-spacing: 1px;
	color: #111;
	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: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.woocommerce button.button.alt {
	border-radius: 0;
}
.woocommerce button.button.alt:hover {
	background: #111;
}
.woocommerce .woocommerce-tabs {
	border-bottom: 1px solid #d3ced2;
	margin-bottom: 25px;
}
.woocommerce #tab-description h2,
.woocommerce #tab-reviews h2,
.woocommerce .related h2 {
	color: #111;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 15px;
}
.woocommerce input.button {
	font-family: 'Montserrat', sans-serif;
}
.woocommerce a.button,
.woocommerce #respond input#submit {
	color: #fff;
	border-radius: 0;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 400 !important;
	width: 100%;
	text-align: center;
	padding: 12px 0;
}
.woocommerce a.button:hover,
.woocommerce #respond input#submit:hover {
	background: #111;
	color: #fff;
	border-color: #111;
}
.woocommerce a.button.alt {
	font-weight: 400 !important;
}
.woocommerce button.button.alt {
	text-transform: uppercase;
	font-family: "Montserrat",sans-serif;
	letter-spacing: 1px;
	padding: 15px 15px;
}
.woocommerce .quantity .qty {
	width: 60px;
	padding: 16px 10px;
}
.woocommerce a.button.alt:hover {
	background: #111;
	color: #fff;
}
.woocommerce input.button, 
.woocommerce input.button:hover {
	border-radius: 0;
	font-weight: 400 !important;
}
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover {
	background: #111;
}
.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: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}
.woocommerce label {
	color: #111;
	font-family: 'Montserrat', 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: #8acace;
	border-color: #8acace;
}

/* Widget Styles */
.woocommerce.widget {
	line-height: 1.7;
}
.woocommerce.widget a {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
.woocommerce .star-rating {
	margin: 5px 0;
}
.woocommerce-product-search input[type="submit"] {
	border: 1.5px solid #8acace;
	color: #111;
	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: #8acace;
}
.woocommerce span.onsale, 
.woocommerce-product-search input[type="submit"]:hover, 
.woocommerce button.button:hover {
	background: #8acace;
}
.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,
.woocommerce button.button.alt[disabled]:disabled {
	background: #fff !important;
	color: #111;
	border: 1px solid #111;
	font-size: 15px !important;
}
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message, 
.woocommerce button.button:hover {
	border-color: #8acace;
}
.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: #8acace;
}
.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: #111;
	border-color: #111;
}
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: #111;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	margin-right: 1%;
	width: 24.25%;
}

.woocommerce div.product div.images .flex-control-thumbs li:last-child {
	margin-right: 0;
}

.woocommerce-product-gallery__image {
	min-height: 1px !important;
	height: auto !important;
}

/*************************************
17.0 - Media Queries
**************************************/
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
	#inner-wrapper {
		padding: 0;
		width: 94%;
	}
	.container { 
		width:94%; 
	}
	#top-bar .container2 {
		width: 94%;
	}
	#header {
		width: 94%;
		padding-left: 0;
		padding-right: 0;
	}
	#header .container2 {
		width: 94%;
	}
	#nav-wrapper {
		width: 94%;
	}
	#main { 
		box-sizing: border-box;
		width:65%; 
	}
	#sidebar {
		width: 30%;
	}
	#content {
		padding: 20px 0;
		width: 100%;
		margin: 0 auto 20px;
	}
	
	/* Featured Area */
	.featured-area {
		padding-bottom: 20px;
	}
	.feat-item {
		height:461px;
	}
	.boxed-carousel-wrapper {
		width: 94%;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.carousel-wrapper {
		width: 100%;
		padding: 0;
	}
	#owl-demo .item {
		margin: 0 10px;
	}
	#owl-demo .item .feat-overlay {  
		height: 99%;
	}
	#owl-demo .item .feat-overlay .feat-text {
		width: 100%;
		margin: 0;
	}
	#owl-demo .item .feat-overlay .feat-text .feat-text-inner {
		position: absolute;
		top: 50%;   
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}
	#owl-demo .item .feat-overlay .slider-meta {
		margin-bottom:10px;
		padding: 0 10px;
	}
	#owl-demo .item .feat-overlay .cat {
		padding-bottom:10px;
	}
	#owl-demo .item .feat-overlay .cat a {
	}
	#owl-demo .item .feat-overlay h3 {
		padding: 10px 10px;
	}
	#owl-demo .item .feat-overlay h3 a {
		font-size:30px;
		line-height: 30px;
	}
	#owl-demo .owl-buttons {
		opacity: 0;
	}
	#owl-demo:hover .owl-buttons {
		opacity: 1.0;
	}
	#owl-demo:hover .owl-buttons .owl-prev, 
	#owl-demo:hover .owl-buttons .owl-next {
		top: -250px;
	}

	/* Full width carousel */
	#outer-wrapper > .featured-area-carousel > #owl-demo .owl-item {
	height: 500px;
	}
	#owl-demo.full-carousel .item .feat-overlay {
		height: 500px;
	}
	#owl-demo.full-carousel .item .feat-overlay .feat-text-inner {
		width: 100% !important;
		box-sizing: border-box;
		top: 50%;
	}
	#owl-demo.full-carousel .feat-overlay h3 a {
		font-size: 36px !important;
	}

	/* Magazine Layout */
	.grid-posts-holder {
		padding-bottom: 0;
	}
	.grid-posts-big {
		width: 68.75%;
		height: auto;
	}
	.grid-posts-small {
		width: 28.25%;
		height: auto;
	}
	.grid-posts-big .post-content-holder, 
	.grid-posts-small .post-content-holder {
		width: 100%;
		bottom: 5px;
	}

	/* Promo Boxes */
	/* 3 Boxes */
	.promo-area.promo3 .promo-item-1,
	.promo-area.promo3 .promo-item-2 {
		margin-right: 29px;
	}
	
	/* Post Styles */
	.item-related {
		width:32%;
		margin-right:2%;
	}
	#main.fullwidth .item-related {
		width: 32%;
		margin-right: 2%;
	}

	/* Post Pagination */
	.post-pagination {
		padding: 25px 0 0;
	}
	.post-pagination .alignleft {
		margin-right: 5px;
	}
	.post-pagination .alignright {
		margin-left: 5px;
	}
	.post-pagination {
		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;
	}

	/* 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 .nsu_widget p,
	.landing-sidebar .nsu_widget p,
	#instagram-footer .nsu_widget p {
		width: 32.2%;
	}
	#instagram-footer .nsu_widget .nsu-form {
		width: 96%;
	}

	.home-sidebar .widget-postlist-maryanne li, 
	.landing-sidebar .widget-postlist-maryanne li {
		width: 32%;
		margin-right: 2%;
	}
	.home-sidebar .widget-postlist-maryanne .postlist-thumbnail, 
	.landing-sidebar .widget-postlist-maryanne .postlist-thumbnail {
		width: 100%;
		height: 189px;
	}
	.featured-landing-page-2 {
		width: 100%;
	}
	#landing-sidebar-left {
		width:100%;
		margin-right: 0;
		float: none;
		display:block;
	}
	#landing-sidebar-right {
		margin: 30px auto 0;
		float: none;
		display: block;
	}

	/* Lookbook */
	.lookbook_item {
		height: 294px;
	}
	.lookbook_item .overlay {
		top: 15%;
	}

	/* 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;
	}

	/* Category Grid */
	#main ul.category-grid li {
		width: 31.65%;
		margin: 0 1.5% 15px 0;
	}

	#main.fullwidth ul.category-grid li {
		width: 23.5%;
		margin: 0 1.5% 20px 0;
	}

	#main ul.category-grid li:nth-child(3n+0) {
		margin-right: 0;
	}

	#main.fullwidth ul.category-grid li:nth-child(3n+0) {
		margin-right: 1.5%;
	}
}

@media only screen and  (max-width: 1023px) {
	#inner-wrapper {
		width: 96%;
		padding-left: 0;
		padding-right: 0;
	}
	.container { 
		width: 96%; 
	}
	#top-bar .container2 {
		width: 96%;
	}
	#nav-wrapper, #nav-wrapper-secondary {
		display:none;
	}
	#header {
		width: 96%;
		padding-left: 0;
		padding-right: 0;
	}
	#header .container2 {
		width: 96%;
	}
	.slicknav_menu {
		display:block;
		margin-bottom: 30px;
	}
	#content {
		padding: 30px 0 20px;
		width: 100%;
	}
	#main { 
		width:100%; 
	}
	.featured-landing-page-2 {
		padding-bottom: 0;
	}
	.dynamic-widget-width .widget {
		width: 480px;
		display: block;
		float: none;
		margin: 0 auto;
	}
	.maryanne-postcarousel .owl-controls .owl-prev,
	.maryanne-postcarousel .owl-controls .owl-next {
		top: -410px;
	}
	.dynamic-widget-width .widget {
		padding: 0;
		margin-bottom: 30px;
	}
	.dynamic-widget-width.widget-count-2 .widget:first-child {
	  padding: 0;
	}

	/* Category Grid */
	#main ul.category-grid li {
		width: 31.65%;
		margin: 0 1.5% 15px 0;
	}

	#main.fullwidth ul.category-grid li {
		width: 32%;
		margin: 0 1.5% 15px 0;
	}

	#main ul.category-grid li:nth-child(3n+0) {
		margin-right: 0;
	}

	#main.fullwidth ul.category-grid li:nth-child(3n+0) {
		margin-right: 0;
	}

	#main.fullwidth ul.category-grid li:nth-child(4n+0) {
		margin-right: 1.5%;
	}

	#content #main .rpwe-li,
	#content #main.fullwidth .rpwe-li,
	.landing-sidebar .rpwe-li {
		width: 32%;
		display: inline-block;
		margin: 0 0 25px;
		padding: 0 2% 0 0;
		vertical-align: top;
		border-bottom: none;
		text-align: center;
	}

	#content #main.fullwidth  .rpwe-li:nth-child(3n+0),
	.landing-sidebar .rpwe-li:nth-child(3n+0) {
		padding-right: 0;
	}

	#content #main.fullwidth  .rpwe-li:nth-child(4n+0),
	.landing-sidebar .rpwe-li:nth-child(4n+0) {
		padding-right: 2%;
	}
}

@media only screen and (max-width: 940px) {
	#content .rpwe-li {
		width: 32%;
		display: inline-block;
		margin: 0 0 25px;
		padding: 0 2% 0 0;
		box-sixing: border-box;
		vertical-align: top;
		border-bottom: none;
		text-align: center;
	}

	#content .rpwe-li:nth-child(4n+0) {
		padding-right: 2%;
	}

	#content .rpwe-li:nth-child(3n+0) {
		padding-right: 0;
	}
}

@media only screen and (max-width: 840px) {
	/* Category Grid */
	#main ul.category-grid li {
		width: 31.65%;
		margin: 0 1.5% 15px 0;
	}

	#main.fullwidth ul.category-grid li {
		width: 31.85%;
		margin: 0 1.5% 15px 0;
	}

	#main ul.category-grid li:nth-child(3n+0) {
		margin-right: 0;
	}

	#main.fullwidth ul.category-grid li:nth-child(3n+0) {
		margin-right: 0;
	}

	#main.fullwidth ul.category-grid li:nth-child(4n+0) {
		margin-right: 1.5%;
	}
}

@media only screen and (max-width: 720px) {
	#content .rpwe-li,
	.landing-sidebar .rpwe-li  {
		width: 48%;
		display: inline-block;
		margin: 0 0 25px;
		padding: 0 2% 0 0;
		box-sixing: border-box;
		vertical-align: top;
		border-bottom: none;
		text-align: center;
	}

	#content .rpwe-li:nth-child(4n+0),
	.landing-sidebar rpwe-li:nth-child(4n+0) {
		padding-right: 2%;
	}

	#content .rpwe-li:nth-child(3n+0),
	.landing-sidebar rpwe-li:nth-child(3n+0) {
		padding-right: 2%;
	}

	#content .rpwe-li:nth-child(2n+0),
	.landing-sidebar rpwe-li:nth-child(2n+0) {
		padding-right: 2%;
	}
}

@media only screen and (max-width: 600px) {
	/* Category Grid */
	#main ul.category-grid li,
	#main.fullwidth ul.category-grid li {
		width: 48.5%;
		margin: 0 2% 15px 0;
	}

	#main ul.category-grid li:nth-child(3n+0) {
		margin-right: 2%;
	}

	#main ul.category-grid li:nth-child(2n+0),
	#main ul.category-grid li:nth-child(4n+0),
	#main.fullwidth ul.category-grid li:nth-child(2n+0),
	#main.fullwidth ul.category-grid li:nth-child(4n+0) {
		margin-right: 0;
	}

	#main.fullwidth ul.category-grid li:nth-child(3n+0) {
		margin-right: 2%;
	}
}

@media only screen and (max-width: 480px) {
	#content .rpwe-li,
	.landing-sidebar .rpwe-li {
		width: 100%;
		display: inline-block;
		margin: 0 0 25px;
		padding: 0;
		box-sixing: border-box;
		vertical-align: top;
		border-bottom: none;
		text-align: center;
	}

	#content .rpwe-li:nth-child(4n+0),
	.landing-sidebar .rpwe-li:nth-child(4n+0) {
		padding-right: 0;
	}

	#content .rpwe-li:nth-child(3n+0),
	.landing-sidebar .rpwe-li:nth-child(3n+0) {
		padding-right: 0;
	}

	#content .rpwe-li:nth-child(2n+0),
	.landing-sidebar .rpwe-li:nth-child(2n+0) {
		padding-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	/* Featured Area */
	.featured-area {
		margin-bottom: 20px;
		padding: 0;
	}
	.feat-item {
		height:356px;
	}
	.feat-overlay h2 {
		font-size:23px;
	}
	.boxed-carousel-wrapper {
		box-sizing: border-box;
		width: 96%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.carousel-wrapper {
		width: 100%;
	}
	#owl-demo .item {
		height: 314px;
	}
	#owl-demo .item .feat-overlay {
		height: 100%;   
	}
	#owl-demo .item .feat-overlay .feat-text {
		width: 100%;
		height: 100%;
		margin: 0;
	}
	#owl-demo .item .feat-overlay .feat-text .feat-text-inner {
		position: absolute;
		top: 50%;   
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#owl-demo .item .feat-overlay .feat-text .feat-text-inner .cat {
		display: none;
	}
	#owl-demo .owl-buttons {
		display: none;
	}
	#owl-demo .item .feat-overlay h3 a {
		font-size: 30px;
	}

	/* Full width carousel */
	#outer-wrapper > .featured-area-carousel > #owl-demo .owl-item {
	height: 403.5px;
	}
	#outer-wrapper > .featured-area-carousel > #owl-demo .item .feat-overlay {
		height: 403.5px;
	}
	#owl-demo.full-carousel .item .feat-overlay .feat-text .feat-text-inner {
		width: 100% !important;
		box-sizing: border-box;
		margin: 0;
	}
	#owl-demo.full-carousel .item .feat-overlay .feat-text .feat-text-inner h3 a {
		font-size: 36px;
	}

	/* Magazine Layout */
	.grid-posts-holder {
		padding-bottom: 0;
	}
	.grid-posts-big {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.grid-posts-small {
		width: 48.5%;
		height: auto;
		float: left;
	}
	div.grid-posts-small:nth-child(2) {
		margin-right: 3%;
		margin-bottom: 0;
	}
	.grid-posts-big .post-content-holder, 
	.grid-posts-small .post-content-holder {
		width: 100%;
		bottom: 5px;
	}

	/* 3 Boxes */
	.promo-area.promo3 .promo-item-1,
	.promo-area.promo3 .promo-item-2 {
		margin-right: 28px;
	}

	/* 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:32%;
		margin-right:2%;
	}
	#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 .side-item, 
	.landing-sidebar .lastest_news .side-item {
		min-height: 254px;
	}
	.home-sidebar .lastest_news li .side-item .side-image, 
	.landing-sidebar .lastest_news li .side-item .side-image {
		max-height: 250px;
	}
	.home-sidebar .widget ul.lastest_news li, 
	.landing-sidebar .widget ul.lastest_news li {
		display: inline-block;
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	.home-sidebar .widget-postlist-maryanne li, 
	.landing-sidebar .widget-postlist-maryanne li {
		width: 32%;
		margin-right: 2%;
	}
	.home-sidebar .widget-postlist-maryanne .postlist-thumbnail, 
	.landing-sidebar .widget-postlist-maryanne .postlist-thumbnail {
		width: 100%;
		height: 148px;
	}
	.home-sidebar .nsu_widget p,
	.landing-sidebar .nsu_widget p,
	#instagram-footer .nsu_widget p {
		width: 31.9%;
	}
	#instagram-footer .nsu_widget .nsu-form {
		width: 96%;
	}
	.maryanne-postcarousel .owl-item:after {
		min-height: 99%;
		max-height: 99%;
	}
	.maryanne-postcarousel .owl-buttons {
		top: 0;
	}
	#landing-sidebar-left {
		width:100%;
		margin-right: 0;
		float: none;
		display:block;
	}
	#landing-sidebar-right {
		margin: 30px auto 30px;
		float: none;
		display: block;
	}

	/* Lookbook */
	.lookbook_item {
		width: 48.5%;
		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;
	}

	/* 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 (max-width: 1000px) {
/* 4 Boxes */
.promo-area {
	padding-bottom: 10px;
}
.promo-area.promo4 .promo-item {
	width: calc(50% - 15px);
	float: left;
	display: inline-block;
}
.promo-area.promo4 .promo-item-1,
.promo-area.promo4 .promo-item-3
 {
	margin-right: 30px;
}
.promo-area.promo4 .promo-item-2 {
	margin-right: 0;
}

.promo-area.promo4 .promo-item-1,
.promo-area.promo4 .promo-item-2 {
	margin-bottom: 20px;
}


}

@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;
	}
	#owl-demo.full-carousel .item .feat-overlay .feat-text .feat-text-inner {
		margin: 0;
	}
	#outer-wrapper > .featured-area-carousel > #owl-demo .owl-next,
	#outer-wrapper > .featured-area-carousel > #owl-demo .owl-prev {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	#inner-wrapper {
		width: 96%;
	}
	
	#logo img {
		max-width:100%;
	}
	#nav-wrapper,
	#nav-wrapper-secondary {
		display:none;
	}
	.slicknav_menu {
		display:block;
	}
	#top-search .fa {
		font-size: 15px;
	}
	#header .container2 {
	}

	/* Featured Area */
	.featured-area .feat-item {
		height:325px;
	}
	.featured-area .feat-overlay .cat {
		display: none;
	}
	.featured-area .feat-overlay h2 {
		font-size:28px;
		line-height: 26px;
	}
	.featured-area .feat-overlay .slider-meta {
		margin-bottom: 5px;
	}
	.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;
	}
	.boxed-carousel-wrapper {
		width: 96%;
		padding: 0 1% 30px;
		box-sizing: border-box;
	}
	.carousel-wrapper {
		width: 100%;
	}
	.owl-buttons {
		display: none;
	}
	#owl-demo .item {
		height: 380px;
	}
	#owl-demo .item .feat-overlay {
		height: 100%;   
	}
	#owl-demo .item .feat-overlay .feat-text {
		width: 100%;
		margin: 0;
	}
	#owl-demo .item .feat-overlay .feat-text .feat-text-inner {
		position: absolute;
		top: 50%;   
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#owl-demo .item .feat-overlay h3 a {
		font-size: 30px;
	}
	#owl-demo .item .feat-overlay .slider-meta .cat {
		display: none;
	}
	/* Full width Carousel */
	#outer-wrapper > .featured-area-carousel > #owl-demo .owl-item {
	height: 351px;
	}
	#outer-wrapper > .featured-area-carousel > #owl-demo .item .feat-overlay {
		height: 351px;
	}
	#owl-demo.full-carousel .item .feat-overlay .feat-text .feat-text-inner {
		top: 40% !important;
		width: 100% !important;
		box-sizing: border-box !important;
		padding: 0 10px;
	}
	#outer-wrapper > .featured-area-carousel > #owl-demo .item .feat-overlay h3 a {
		font-size: 32px;
	}
	#outer-wrapper > .featured-area-carousel > #owl-demo .owl-controls .owl-buttons {
		display: none;
	}

	/* Magazine Layout */

	.grid-posts-big .post-content-holder h2 {
		font-size: 26px;
	}
	.grid-posts-holder {
		padding-bottom: 0;
	}
	.grid-posts-big {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.grid-posts-small {
		width: 48.5%;
		height: auto;
		float: left;
	}
	div.grid-posts-small:nth-child(2) {
		margin-right: 3%;
		margin-bottom: 0;
	}
	.grid-posts-big .post-content-holder, 
	.grid-posts-small .post-content-holder {
		width: 100%;
		bottom: 5px;
	}

		/* Promo Boxes */
	.promo-area {
		padding-bottom: 10px;
	}
	/* 3 Boxes */
	.promo-area.promo3 .promo-item {
		width: calc(50% - 16.5px);
		float: left;
		display: inline-block;
	}
	.promo-area.promo3 .promo-item-1,
	.promo-area.promo3 .promo-item-2 {
		width: calc(50% - 16.5px);
		margin-bottom: 20px;
	}
	.promo-area.promo3 .promo-item-1 {
		margin-right: 25px;
	}
	.promo-area.promo3 .promo-item-2 {
		margin-right: 0;
	}
	.promo-area.promo3 .promo-item-3 {
		width: 100%;
		display: block;
		margin-bottom: 0;
	}

	/* 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:24px; 
		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;
	}

	#landing-sidebar-left {
		width:100%;
		margin-right: 0;
		float: none;
		display:block;
	}
	#landing-sidebar-right {
		margin: 30px auto 30px;
		float: none;
		display: block;
	}
	metaslider .caption-wrap .caption {
		font-size: 30px;
	}
	
	/* Related items */
	.item-related, #main.fullwidth .item-related {
		width:100%;
		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 {
		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;
	}

	/* Related Posts */
	.post-related {
		padding-top: 30px;
		margin-bottom: 40px;
		margin-top: 20px;
	}

	/* 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 .widget ul.lastest_news li, 
	.landing-sidebar .widget ul.lastest_news li {
		padding-bottom: 0;
		margin-bottom: 15px;
	}
	.home-sidebar .nsu_widget p,
	.landing-sidebar .nsu_widget p,
	#instagram-footer .nsu_widget p {
		width: 100%;
		display: block;
		margin-right: 0;
		margin-bottom: 15px;
	}
	#instagram-footer .nsu_widget .nsu-form {
		width: 96%;
	}
	#instagram-footer .enews {
		width: 96%;
	}
	.home-sidebar .enews input,
	.landing-sidebar .enews input,
	#instagram-footer .enews input {
		width: 100%;
		display: block;
		float: none;
		margin-bottom: 10px;
	}


	/* Comments */
	.post-comments {
		margin-top: 40px;
	}
	
	/* Footer */
	#footer-social a span {
		display:none;
	}
	#footer-social a {
		font-size:18px;
		margin:0 10px;
	}
	#footer-social a i {
		font-size: 16px;
	}
	
	/* 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: 275px;
		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;
	}

	.archive-sidebar .widget {
	width: 100%;
	padding: 0;
	display: block;
	float: none;
	margin-bottom: 15px;
}	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	/* List */
	.list-item .post-footer, .list-item .cat a {
		font-size: 11px;
	}
	
	/* Featured slider */
	.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;
	}

		/* Promo Boxes */
	.promo-item {
		width:100%;
		height:200px;
		margin-bottom:20px;
	}

	/* 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-postlist-maryanne li, 
	.landing-sidebar .widget-postlist-maryanne li {
		width: 32%;
		margin-right: 2%;
	}
	.home-sidebar .widget-postlist-maryanne .postlist-thumbnail, 
	.landing-sidebar .widget-postlist-maryanne .postlist-thumbnail {
		width: 100%;
		height: auto;
		max-height: 140px;
	}
	.maryanne-postcarousel .owl-item:after {
		min-height: 99%;
		max-height: 99%;
	}
	.maryanne-postcarousel .owl-buttons {
		top: 0;
}
	.maryanne-postcarousel .owl-controls .owl-next, 
	.maryanne-postcarousel .owl-controls .owl-prev {
		top: -345px;
	}

	/* Related items */
	.item-related, #main.fullwidth .item-related {
		width:32%;
		margin-right:2%;
	}
	
	/* Author Box */
	.author-img img {
		max-width:70px;
		height:auto;
	}
	
}
@media only screen and (min-width: 581px) and (max-width: 767px) {
	#owl-demo .item {
		height: 236px;
	}
	#owl-demo .item .feat-overlay {
		height: 100%;
	}
	#owl-demo .item .feat-overlay h3 a {
		line-height: 1.2;
	}
	#owl-demo.full-carousel .item {
		height: 444px;
	}
	#owl-demo.full-carousel .item .feat-overlay .feat-text {
		height: 444px;
	}
}
@media only screen and (max-width: 680px) {
	#outer-wrapper > .featured-area-carousel > #owl-demo .owl-item {
		height: 500px;
	}
	#outer-wrapper > .featured-area-carousel > #owl-demo .item .feat-overlay {
		height: 500px;
	}
	#owl-demo.full-carousel .item .feat-overlay .feat-text .feat-text-inner {
		top: 50% !important;
	}

	/* Archive Page */
	#content #main .rpwe-li,
	#content #main.fullwidth .rpwe-li,
	.landing-sidebar .rpwe-li {
		width: 49%;
		margin: 0 0 15px;
		padding: 0 2% 0 0;
	}

	#content #main .rpwe-li:nth-child(3n+0),
	.landing-sidebar .rpwe-li:nth-child(3n+0),
	#content #main.fullwidth .rpwe-li:nth-child(3n+0) {
		padding-right: 2%;
	}

	#content #main .rpwe-li:nth-child(2n+0),
	.landing-sidebar .rpwe-li:nth-child(2n+0),
	#content #main.fullwidth .rpwe-li:nth-child(2n+0) {
		padding-right: 0;
	}
}

@media only screen and (max-width: 479px) {
	/*Top Bar */
	#top-bar .container2 {
		margin: 0 10px;
	}
	#content {
		padding: 30px 0 20px;
	}
	#logo {
		padding: 40px 0;
	}

	/* Featured Area */
	.featured-area .feat-overlay .cat {
		display: none;
	}
	.bx-controls {
		display: none;
	}
	#owl-demo .item {
		height: 243px;
	}
	#owl-demo .item .feat-overlay {
		height: 100%;   
	}
	#owl-demo .item .feat-overlay .feat-text {
		width: 100%;
		height: 243px;
	}
	#owl-demo .item .feat-overlay .feat-text .feat-text-inner {
		position: absolute;
		top: 40%;   
		width: 100%;
		margin: 0;
	}
	#owl-demo .item .feat-overlay h3 a {
		line-height: 1.3;
	}

	/*Full width carousel */
	#outer-wrapper > .featured-area-carousel > #owl-demo .owl-item {
		height: 412px;
	}
	#owl-demo.full-carousel .item .feat-overlay .feat-text {
		height: 412px;
	}
	#owl-demo.full-carousel .item .feat-overlay .feat-text .feat-text-inner {
		top: 50%;
	}
	/* 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;
		line-height: 1.2;
	}
	.grid-posts-big .post-content-holder .post-meta-holder {
		display: none;
	}
	.grid-posts-small {
		width: 100%;
		height: auto;
		display: block;
		float: none;
		margin: 20px 0 0;
	}
	.grid-posts-small .post-content-holder {
		bottom: 5px;
	}
	.grid-posts-small .post-content-holder h2 {
		line-height: 1.2;
	}

	/* Promo Boxes */

	.promo-area {
		margin-bottom: 10px;
		padding-bottom: 0;
	}

	.promo-area.promo2 .promo-item,
	.promo-area.promo3 .promo-item,
	.promo-area.promo4 .promo-item-1,
	.promo-area.promo4 .promo-item-2,
	.promo-area.promo4 .promo-item-3,
	.promo-area.promo4 .promo-item-4 {
		width: 100%;
		float: none;
		display: block;
		margin-bottom: 0;
	}
	.promo-area.promo2 .promo-item-1,
	.promo-area.promo3 .promo-item-1,
	.promo-area.promo3 .promo-item-2,
	.promo-area.promo4 .promo-item-1,
	.promo-area.promo4 .promo-item-2,
	.promo-area.promo4 .promo-item-3 {
		margin-right: 0;
		margin-bottom: 20px;
	}

	/* Posts */
	.post-header .cat {
		padding-top: 0;
	}
	.post-share,
	.single .post-share {
		border-top-color: #e5e5e5 !important;
	}
	.post-share-box {
		display: block;
		width: 100%;
	}
	.post-share-box {
		border-left-width: 0;
	}
	.post-share-box.share-comments,
	.post-share-box.share-buttons {
		border-bottom: 1px solid #e5e5e5 !important;
	}
	.post-share-box:first-child:nth-last-child(3),
	.post-share-box:first-child:nth-last-child(3) ~ div {
		width: 100%;
	}

	/* Sidebar */
		/* Sidebar */
	#sidebar {
		width:100%;
		margin:0 auto;
		float:none;
		overflow:hidden;
	}
	#sidebar .instagram-pics li {
		width: 46%;
	}
	.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: auto;
		max-height: auto;
		height: auto;
	}
	.home-sidebar .lastest_news li .side-item .side-image {
		max-height: 275px;
	}
	.home-sidebar .widget-postlist-maryanne li, 
	.landing-sidebar .widget-postlist-maryanne li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.home-sidebar .widget-postlist-maryanne .postlist-thumbnail, 
	.landing-sidebar .widget-postlist-maryanne .postlist-thumbnail {
		width: 100%;
		max-height: auto;
		height: auto;
	}
	.maryanne-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: 100%;
	}
	.post-pagination {
		min-height: 150px;
		padding-top: 35px;
		border-bottom-width: 0;
	}
	.post-share .share-comments a {
		font-size: 12px;
		letter-spacing: 0.5px;
	}
	.comment-form .row {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-gap: 0;
		column-gap: 0;
	}

	/* List Styles */
	.list-item {
		padding: 10px 0 20px;
	}
	.list-item .post {
		margin-bottom: 10px;
	}
	.list-item .post-footer {
		display:none;
	}

	/* Lookbook */
	.lookbook_item {
		height: 200px;
	}

	/* Footer */
	#footer-social a {
		margin:10px;
	}
	#footer-copyright {
		padding: 40px 20px;
	}
	.dynamic-widget-width .widget {
	width: 100%;
	}
	#footer-nav-wrapper {
		text-align: left;
	}
	#footer-nav-wrapper #menu-footer li {
		margin-right: 20px;
		margin-bottom: 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: 11px !important;
	}

	/* Archive Page */
	#content #main .rpwe-li,
	#content #main.fullwidth .rpwe-li,
	.landing-sidebar .rpwe-li {
		width: 100%;
		margin: 0 0 15px;
		padding: 0 !important;
		display: block;
		float: none;
	}
}

@media only screen and (max-width: 420px) {
	/* Category Grid */
	#main ul.category-grid li,
	#main.fullwidth ul.category-grid li {
		width: 100%;
		margin: 0 0 15px !important;
		display: block;
	}
}

@media only screen and (max-width: 400px) {
	#landing-sidebar-right{
		width:100%;
	}
	/*Full width carousel */
	#outer-wrapper > .featured-area-carousel > #owl-demo .owl-item {
		height: 329px;
	}
	#owl-demo.full-carousel .item .feat-overlay .feat-text {
		height: 329px;
	}
}