/*
Theme Name: Helen
Theme URI: http://themesart.com/themes/helen/
Author: Themes Art
Author URI: http://themesart.com
Description: An Elegant & Stylish WordPress Theme
Version: 3.0.0
License: ThemesArt Licence
License URI: http://themesart.com/licenses
Text Domain: helen-ta


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Main
# Header Markup
# Featured Area
# Links
# Top Bar
# Navigation Menu's
# Accessibility
# Alignments
# Clearings
# Content
# Pages
# Widgets
# Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Responsive Layout
# Slicknav
# Owl Theme
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}


button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

*, 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 }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	background:#ffffff;
	font-family:"Open Sans", sans-serif;
	font-size:13px;
	color:#4e4d4c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
	clear: both;
	font-weight: normal;
	font-size: 100%;
	color: #161616;
}

p {
	font-family:"Open Sans", sans-serif;
	color:#4e4d4c;
	font-size: 13px;
  	line-height: 24px;
  	line-height: 22.75px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "open sans";
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

strong, b, strong *, b * { font-weight: bold; }

em, i, em *, i * { font-style: italic; }


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ol, ul, li {
  list-style: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #fbe2dd;
	border-radius: 3px;
	background: #fbe2dd;
	color: #22213F;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 12px;
	padding: 6px 10px 5px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #F9CDC7;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #777;
	border: 1px solid #eee;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
	padding-left: 10px;
	font-size: 12px;
}

.widget_search input[type="search"] {
	width: 90%;
}

textarea {
	padding-left: 4px;
	width: 100%;
}

/*--------------------------------------------------------------
## Main
--------------------------------------------------------------*/

#main {
	width: 780px;
  	float: left;
  	margin-right: 0px;
}

#main.fullwidth {
 	width: 100%;
}

.home #main, .gridarch #main {
	background: #fff;
}

#content {
	overflow: hidden;
}

#sidebar {
	width:300px;
	float:right;
	background: #fff;
}

/*--------------------------------------------------------------
# Header Markup
--------------------------------------------------------------*/

#header {
	padding-top: 120px;
	background-color: #FCF7F3;
  	margin-bottom: -325px;
	height: 665px;
}

#logo {
	text-align:center;
}

#logo img {
  	max-width: 520px;
  	height:auto;
}

/*--------------------------------------------------------------
# Featured Area
--------------------------------------------------------------*/
#featured-area {
	max-width: 1080px;
  	margin: 0 auto;
  	padding: 32.5px 30px 32.5px 30px;
  	background-color: #fff;
  	margin-top: 0px;
  	margin-bottom: -32.5px;
}

p.overlay {
	text-align: center;
}

#featured-area .owl-carousel .item img{
	max-width:100%;
	width: 98%;
	margin-left: 1%;
}

#content .sumtag .owl-item img{
    width: 97%;
    margin-left: 1%;
}

#owl-demo .item .feat-overlay, #owl-demo-two .item .feat-overlay {
	position:absolute;
	width:100%;
	bottom:4px;
	background:rgba(0,0,0,.5);
}

#owl-demo .item .feat-text, #owl-demo-two .item .feat-text {
  	width: 270px;
  	margin: 0 auto;
  	background: #FFF;
  	position: absolute;
  	top: 29%;
  	left: 0%;
  	right: 0%;
  	bottom: 29%;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  	padding: 2em;
  	z-index: 200;
  	text-align: center;
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
  	-moz-align-items: center;
  	align-items: center;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	-moz-justify-content: center;
  	justify-content: center;
  	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#owl-demo-two .item .feat-text {
    border: 5px double #fff;
    background: transparent;
    padding: 0;
}

#owl-demo-two .item .feat-text .infobox {
    background: rgba(255,255,255,1);
    padding: 2.4em;
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#owl-demo .item .feat-text h3 a, #owl-demo-two .item .feat-text h3 a {
	font-size: 13px;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  	padding-top: 12px;
  	padding-bottom: 12px;
  	color: #000;
  	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  	font-style: normal;
}

.content-sidebar .owl-carousel {
	text-align: center;
}

.readmore:hover, .videoread:hover {
	background: #161616;
	border: 1px solid #161616;
}

.audio-post iframe {
	height: 170px;
}

.readmore:hover a, .videoread:hover a {
	color:#fff;
}


.infobox h3.readme {
	padding-top: 20px;
}

.infobox p a {
	display:none;
}

.infobox hr {
  	background-color: #F9CDC7;
  	border: 0;
  	height: 3px;
  	margin: 1em auto;
	width: 10%;
}

#owl-demo .item .feat-text h3 a.readon, #owl-demo-two .item .feat-text h3 a.readon {
  	font-size: 11px;
  	padding: 3px 0px;
  	border-bottom: 1px solid #F9CDC7;
}

.feat-cat a {
	font-style: italic;
	color: #a5a5a5;
}

.feat-text p {
	font-family: "open sans";
	font-size: 12px;
}

#owl-demo .item .feat-overlay .feat-cat a, #owl-demo-two .item .feat-overlay .feat-cat a{
	font-size:14px;
	font-style:italic;
	color:rgba(255,255,255,.7);
	display:inline-block;
	margin-bottom:4px;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration:none;
  	color: #F9CDC7;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

.nav-links {
	border-top: 1px solid #eee;
 	overflow: hidden;
}

.nav-links .nav-previous {
  	float: left;
  	width: 50%;
}

.nav-links .nav-next {
	float:right;
	width:50%;
	text-align:right;
}

.archive .nav-links .nav-previous {
	text-align: center;
	float: right;
  	width: 50%;
}

.archive .nav-links .nav-next {
	float:left;
	width:50%;
	text-align:right;
}

.nav-previous a, .nav-next a {
	font-size: 10px;
  	padding: 15px 30px;
  	display: block;
  	color: #aaa;
  	letter-spacing: 1px;
  	text-transform: uppercase;
}

.nav-previous a:hover, .nav-next a:hover {
	background:#F9CDC7;
	color:#fff;
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
#upper-bar {
	height: 70px;
  	line-height: 70px;
  	background: #fff;
  	text-transform: uppercase;
	position: fixed;
	width:100%;
	z-index:9999;
	box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46);
  	-webkit-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46);
  	-moz-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46);
  	-webkit-backface-visibility: hidden;
}

#upper-bar .sub-menu {
	line-height: 36px;
}

#upper-bar .mobile-menu {
	line-height: 15px;
}

#upper-bar .container, #middle-menubar .container  {
	position:relative;
}

#middle-menubar {
	background:#fff;
	height:52px;
	margin-bottom: 50px;
	border-top: 1px solid #eee;
  	border-bottom: 1px solid #eee;
	width:100%;
	z-index:9999;
}

.slicknav_menu {
	display:none;
}

.slicknav_menu .slicknav_no-text {
	background: #ffffff;
}

.slicknav_menu .slicknav_icon-bar {
	background: #22213F;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.responsup .menu li a {
	font-size:10px;
	padding-bottom: 5px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#22213F;
	line-height: 20px;
  	padding-top: 0px;
  	padding-bottom: 0px;
	display:block;
	font-family:"open sans";
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}

.responsup .sub-menu li a {
	line-height: 40px;
	padding-bottom: 0px;
}

.responsup .mobile-menu .sub-menu li a {
	line-height: 15px;
}

.responsup ul.menu ul a, .responsup .menu ul ul a {
	color:#777777;
}

.responsup .menu {
	float:left;
}

.respons .menu {
	text-align: center;
}

.menu li {
	display:inline-block;
	margin-right:26px;
	position:relative;
}
.menu li a {
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:50px;
	color:#777777;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	display:block;
	font-family:"open sans";
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}

#middle-menubar .menu li.current_page_item a, .responsup .current-menu-item a {
	padding-bottom: 0px;
}

#middle-menubar .sub-menu li.current_page_item a {
	padding-bottom: 10px;
}

.respons .current-menu-item a {
	border-bottom: 1px solid #777777;
	padding-bottom: 0px;
}

.respons .sub-menu .current_page_item a {
	border-bottom: 0px solid #777777;
	padding-bottom: 10px;
}

.responsup .mobile-menu .current-menu-item a {
	padding-bottom: 8px;
}

.menu li.current-menu-item a, .menu li.current_page_item a  {
	padding-bottom: 0px;
	 border-bottom: 1px solid #22213F;
}

.menu li.current-menu-item .sub-menu li.menu-item a, .menu li.current-menu-item .sub-menu li.menu-item a  {
	padding-bottom: 0px;
	border-bottom: 0px solid #22213F;
}

.menu .sub-menu,
		.menu .children {
			background-color: #fff;
			display: none;
			padding: 0;
			position: absolute;
			margin-top:0;
			left: 0;
			z-index: 99999;
			-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-top: 1px solid #eee;
			border-left: 1px solid #eee;
		  	border-right: 1px solid #eee;
		}

		.responsup .menu .sub-menu,
		.responsup .menu .children {
			color:#000;

		}

		.menu li.current_page_item .sub-menu a {
			color: #4e4d4c;
			border-bottom: 0px solid #eee;
		}

		.respons .menu li.current_page_item .sub-menu a {
			padding-bottom: 10px;
		}

		.menu li.current_page_item .sub-menu a:hover {
			color: #ffffff;
		}

		ul.menu ul a,
		.menu ul ul a {
			color: #777777;
			margin: 0;
			padding:10px 10px;
			min-width: 160px;
			line-height:20px;
			-o-transition:.25s;
			-ms-transition:.25s;
			-moz-transition:.25s;
			-webkit-transition:.25s;
			transition:.25s;
			border-top:0px solid #f4f4f4;
		}

		ul.menu ul li,
		.menu ul ul li {
			border-bottom: 1px solid #eee;
			padding-right:0;
			margin-right:0;
			width: 100%;
		}

		ul.menu ul a:hover,
		.menu ul ul a:hover {
			color: #fff;
			background:#161616;
		}

		ul.menu li:hover > ul,
		.menu ul li:hover > ul {
			display: block;
		}

		.menu .sub-menu ul,
		.menu .children ul {
			left: 100%;
			top: 0;

		}

/* ##Small menu. */
#upper-social {
	position:absolute;
	right:66px;
	top:0px;
	line-height: 70px;
}

.fa {
	 margin-right: 5px;
}

#upper-search .fa {
	 margin-right: 0px;
}

#upper-social a {
	line-height:36px;
	font-size:14px;
	color:#22213F;
	margin-left:8px;
}

#upper-social a:hover {
	color:#F9CDC7;
}

#upper-search {
	position:absolute;
	right:0;
	top:0;
	width:50px;
	text-align:center;
	margin-left:16px;
	line-height: 70px;
}

#upper-search a {
	height:70px;
	font-size:14px;
	line-height:70px;
	color:#22213F;
	display:block;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#upper-search a:hover {
	opacity:.75;
}

.show-search {
	position:absolute;
	top:50px;
	right:-1px;
	display:none;
	z-index:10000;
}

.show-search #searchform input#s {
	width:190px;
	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;
	box-sizing: border-box;
}

.show-search #searchform input#s:focus {
	border:1px solid #ddd;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}


/*--------------------------------------------------------------
## Post Header
--------------------------------------------------------------*/

.post, #main>.page, .search .page, .attachment {
  	background: #fff;
  	margin-bottom: 0px;
  	border-bottom: 1px solid #eee;
}

.post, #main>.page, .archive-text, .search .page, .search .attachment {
  	border-bottom: 0 solid #eee;
  	padding: 36.5px;
}

.grid-layout .post {
	padding: 0px;
}

.index-fullview .social-share a i {
	background: #fff;
}

.index-fullview .post-summary {
	padding-bottom: 10px;
	padding-top: 10px;
}

.entry-header, .page .fullwidth .entry-header {
  	padding: 12px 30px 24px;
  	text-align: center;
}

.subgrid .grid-entry .post-summary {
	padding: 0px;
}

.single-post .fullwidth .entry-header {
  	padding: 10px 30px 24px;
}

.archive-text {
  	padding: 12px 0px 12px 0px;
  	text-align: center;
  	margin: 0 auto;
  	position: relative;
  	background: #fff;
  	margin-bottom: 40px;
 	margin-top: 25px;
}

.archive-text-sidebar {
  	text-align: center;
  	background: #fff;
  	padding-top: 50px;
}

.archive-text h1.entry-title, .archive-text-sidebar h1.entry-title {
	color: #161616;
	font-size: 18px;
}

.archive-text-sidebar h1.entry-title {
  	text-transform: uppercase;
  	letter-spacing: 2px;
  	font-weight: 400;
}

.entry-header .post-meta {
	padding: 10px 0 0;
}

.single .entry-header .post-meta {
	padding: 8px 0 5px;
}

.personaltitle .descsub {}

.arhive .index-fullview .post-meta {
	padding: 15px 30px 10px;
}

.content-sidebar .entry-header .post-meta {
	padding: 6px 0 5px;
}

.content-sidebar .entry-header {
	padding: 20px 0px 5px;
}

.fullwidth ul.grid-layout .entry-header {
	padding: 20px 0px 10px;
}

.fullwidth .entry-header {
	padding: 20px 0px 20px;
}

.content-sidebar .bottom .entry-header {
	padding: 0px 0px 20px;
}

.content-sidebar .readmore {
	margin-bottom: 0px;
}

.index-entry .entry-header {
	padding-top: 0px;
}

.entry-header .post-meta .meta-info {
	text-align: center;
	float: none;
}

.page .entry-header {
  	text-align: center;
  	line-height: 16px;
  	padding-top: 0px;
}

.page .pageside .post-thumbnail img {
	padding-bottom: 20px;
}

.page .fullwidth .post-thumbnail img {
	padding-bottom: 12px;
}

.fullwidth .archive-text, .gridarch .archive-text {
  	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.entry-header .cat a {
  	text-transform: uppercase;
  	font-weight: 700;
  	font-size: 11px;
  	letter-spacing: 1px;
  	display: inline-block;
  	margin-bottom: 8px;
}

.content-sidebar .entry-header .cat a, .fullwidth .entry-header .cat a {
  	font-size: 11px;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  	margin-bottom: 0px;
  	margin-top: 8px;
  	color: #161616;
  	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  	font-weight: bold;
  	font-style: normal;
  	opacity:0.85;
}

.entry-header h2 a, .entry-header h1 {
  	font-size: 30px;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  	padding-top: 12px;
  	padding-bottom: 12px;
  	color: #161616;
  	font-style: normal;
  	-o-transition: .3s;
  	-ms-transition: .3s;
  	-moz-transition: .3s;
  	-webkit-transition: .3s;
}

.single .entry-header h2 a, .single .entry-header h1 {
	padding-bottom: 4px;
}

/* Sub Featured Images */
.post-left img {
	width:49.5%;
	margin-right:1%;
	float:left;
	padding-top:3px;
}

.post-right img {
	width:49.5%;
	float:right;
	padding-top:3px;
}

.galleythumbs .post-left img, .galleythumbs .post-right img {
	padding-top: 0px;
    margin-top: -5px;
    margin-bottom: -23px;
}

.fullwidth .galleythumbs .post-left img, .fullwidth .galleythumbs .post-right img {
	margin-top: -7px;
}

.fullwidth .post-left img, .fullwidth .post-right img {
	width:49.7%;
}

.fullwidth .post-left img {
	margin-right: 0.6%;
}

.single .post-left img, .single .post-right img {
	padding-top:2px;
	padding-bottom:6px;
}

/* Editors Pick */
.editors-pick .widget-title > span{
	font-size: 26px;
	padding-top: 0px;
	background: none;
	padding-left: 30px;
    padding-right: 30px;
    font-family: 'Playfair Display', serif;
}

.editorbox {
	border-bottom: 1px solid;
    padding-bottom: 60px;
    margin-bottom: -21px;
    border-color: rgba(34,34,34,0.1);
}

.editors-pick .widget-title > span:before {
  	right: 100%;
}

.editors-pick .widget-title > span:after {
  	left: 100%;
}

.editors-pick .widget-title {
	margin-top: -13.5px;
}

.editorslide .editors-pick .widget-title > span {
	padding-top: 6px;
}

.latestfeed .editors-pick .widget-title {
	margin-bottom: 0px;
}

.latestfeed .editors-pick .widget-title > span:before, .latestfeed .editors-pick .widget-title > span:after {
    width: 140%;
    top: 16px;
}

.colleditwo .editor-summary h2 {
	  line-height: 29px;
	  padding-top: 2px;
}

.colleditwo .editor-summary h2 a {
	  color: #4e4d4c;
	  font-size: 26px;
}

.editorslide article {
	display: inline-block;
	position: relative;
	max-width:100%;
}

.editor-summary {
	text-align: center;
}


.colleditor {
	display: inline-block;
	position: relative;
	max-width:100%;
}

.colledit {
   width: 65%;
   clear: both;
   float: left;
}

.colleditwo {
	background-color: #fff;
    top: 11.75%;
    height: 75%;
    left: 44%;
    bottom: 12.5%;
    padding: 40px;
    position: absolute;
    border: 1px solid #4e4d4c;
}

.editors-pick .widget-title > span:before, .editors-pick .widget-title > span:after {
    content: "";
    position: absolute;
    border-top: 1px solid #a5a5a5;
    width: 60px;
    height: 5px;
    top: 17.5px;
    width: 50%;
}

.editor-summary .meta-info {
	line-height: 30px;
}

.editors-pick .widget-title {
	background: initial;
}

.entry-header h2 a:hover{
	opacity: 0.6;
}


.entry-header h2 a:hover {
	opacity:.6;
}

.grid-entry .entry-header h2 a, .grid-entry .entry-header h1 {
	font-size: 22px;
	line-height: 22px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.post-thumbnail {
	text-align:center;
}
.post-thumbnail img {
	max-width:100%;
	height:auto;
}

.post-thumbnail.audio iframe {
	height:166px;
	width:100%;
}


/*--------------------------------------------------------------
## Post Summary
--------------------------------------------------------------*/

.post-summary {
	padding:0 30px;
	font-size:13px;
	margin-bottom:10px;
	overflow:hidden;
	color: #4e4d4c;
}

.more-link {
	text-align:center;
	display:block;
}

.more-button {
	border:1px solid #e9e9e9;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:11px;
	padding:7px 16px 8px;
	display:inline-block;
	margin-top:12px;
	font-family:"Open Sans", sans-serif;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}

.more-button:hover {
	background:#F9CDC7;
	color:#fff;
	border:1px solid;
	border-color:#F9CDC7;
}

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

.post-summary p, .post-summary h1, .post-summary h2, .post-summary h3, .post-summary h4, .post-summary h5, .post-summary h6, .post-summary hr {
   	margin-bottom:20px;
}

.index-fullview .post-summary p {
	margin-bottom: 0px;
	padding-top: 10px;
  	padding-bottom: 10px;
}

.post-summary h1, .post-summary h2, .post-summary h3, .post-summary h4, .post-summary h5, .post-summary h6 {
	color:#000;
	font-weight:400;
}

.post-summary h1 {font-size:27px;}
.post-summary h2 {font-size:24px;}
.post-summary h3 {font-size:21px;}
.post-summary h4 {font-size:19px;}
.post-summary h5 {font-size:17px;}
.post-summary h6 {font-size:15px;}

.post-summary hr {
	border:0;
	height:0;
	border-bottom:1px solid #e5e5e5;
	clear:both;
}

.post-summary blockquote {
	border-left:3px solid #F9CDC7;
}

.post-summary blockquote p {
	color:#999;
	padding:0 14px;
	font-size:18px;
	line-height:28px;
	font-style:italic;
}

.post-summary ul, .post-summary ol {
	padding-left:45px;
	margin-bottom:20px;
}

.post-summary ul li {
	margin-bottom:12px;
	list-style:square;
}

.post-summary ol li {
	margin-bottom:12px;
	list-style:decimal;
}

.post-summary table { width:100%; margin-bottom:22px; border-collapse:collapse }
.post-summary td, .post-summary th { padding: 12px; border-bottom: 1px #e5e5e5 solid; }
.post-summary th { font-weight:bold; font-size:14px; background:#f5f5f5;}
.post-summary tr:hover { background:#f9f9f9;}


/*--------------------------------------------------------------
## Post Bottom
--------------------------------------------------------------*/

.post-meta {
  	padding: 0 30px 30px;
  	overflow: hidden;
}

.index-meta .post-meta {
  	margin-top: -38px;
  	position: relative;
  	padding-right: 10px;
  	margin-bottom: 7px;
}

.entry-header .meta-info, .editor-summary .meta-info {
  	color: #666;
  	margin-right: 0px;
  	font-family: "open sans";
  	margin-top: 6px;
  	font-size: 12px;
}

.content-sidebar .entry-header .meta-info {
  	font-size: 12px;
  	margin-top: 0px;
  	line-height: 27px;
}

.content-sidebar .index-entry, .fullwidth .index-entry {
	margin-bottom: 15px;
}

.bottom .entry-header .meta-info {
	float:left;
}

.social-share {
	float:right;
	font-size:12px;
}
.social-share a i {
	border:1px solid #fff;
	width:24px;
	height:24px;
	padding-right: 1px;
	text-align:center;
	line-height:23px;
	border-radius:50%;
	margin-left:5px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}

.page .social-share a i, .single .social-share a i {
	background:#F9CDC7;
	color:#fff;
	border:1px solid #F9CDC7;
}

.social-share a i:hover {
	background:#F9CDC7;
	color:#fff;
	border:1px solid #F9CDC7;
}

.sumtag .social-share a i:hover {
	border: 1px solid #fff;
	background: #161616;
  	color: #fff;
}

.page .social-share a i:hover, .single .social-share a i:hover {
	background:#fff;
	color:#F9CDC7;
	border:1px solid #F9CDC7;
}

.entry-author {
  	padding: 30px;
  	overflow: hidden;
  	border-top: 1px solid #eee;
  	text-align: center;
}

.author-img img {
  	border-radius: 50%;
}

.author-content {
  	overflow: hidden;
}

.author-content p a:hover{
  	text-decoration: underline;
}

.author-content h5 a {
  	font-size: 20px;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  	margin-bottom: 8px;
  	color: #000;
  	display: block;
}

.author-content p {
  	margin-bottom: 8px;
  	text-align: left;
}

.navigate-previous, .navigate-next {
  	width: 50%;
  	display: block;
  	position: relative;
   	min-height: 2px;
	padding: 15px 30px;
}

.navigate-previous:hover, .navigate-next:hover {
	background: #F9CDC7;
	color: #fff;
	transition-duration: 0.1s;
}

.leftnav:hover h4, .rightnav:hover h4 {
	color: #fff;
	transition-duration: 0.1s;
}

.navigate-next {
	text-align: right;
}

.nav-thumbnail {
	width: 25%;
  	display: block;
  	position: relative;
    min-height: 2px;
}

.nav-infoleft {
	width: 75%;
  	display: block;
  	position: relative;
    min-height: 2px;
    padding-left: 25px;
}

.nav-inforight {
	width: 75%;
  	display: block;
  	position: relative;
    min-height: 2px;
    padding-right: 25px;
}

.leftnav {
	float: left;
}

.rightnav {
	float: right;
}

.nav-infoleft h4, .nav-inforight h4 {
	padding-top: 15px;
  	font-size: 14px;
  	text-transform: uppercase;
  	letter-spacing: 1px;
}

.entry-nav {
  	overflow: hidden;
  	border-top: 1px solid #eee;
}

.entry-nav a {
	color: #161616;
}

.readmore {
	font-size: 15px;
  	padding: 8px;
  	text-align: center;
  	width: 180px;
  	margin: 0 auto;
  	position: relative;
  	background: #FCF7F3;
  	border: 1px solid #FCF7F3;
}

.readmore a {
	padding: 10px 35px 10px 35px;
	text-transform: capitalize;
	font-family: "open sans";
  	text-transform: uppercase;
 	font-size: 11px;
  	letter-spacing: 2px;
    color: #4e4d4c;
    line-height: 24px;
}

.readmore h3 {
	margin-bottom: 0px;
}

.sumtag {
	display: block;
  	text-align: center;
  	padding-bottom: 59px;
  	margin-bottom: -21px;
  	border-bottom: 1px solid;
  	border-color: rgba(34,34,34,0.1);
}

.sumtag div {
  	display: inline-block;
}

.sumtag .readmore {
  	margin: 0px 40px;
}

.sumtag .social-share {
	line-height: 38px;
	float: none;
}

.sumtag .social-share a i {
	margin-left: 0px;
	margin-right: 0px;
	background: #fff;
	color: #4e4d4c;
}

.sumtag .social-share a i:hover {
	background: #161616;
	color: #fff;
}

.sumtag .meta-info {
	font-style: italic;
	opacity: 0.6;
	font-size: 12px;
}

.grid-entry .readmore {
	width: 170px;
	margin-bottom: 20px;
	padding: 10px;

}

.grid-entry .readmore h3 {
	margin-bottom: 0px;
 	text-transform: capitalize;
}

.grid-entry .readmore a {
	padding: 5px 25px;
}

/*--------------------------------------------------------------
# Post Related
--------------------------------------------------------------*/

.related-posts {
  	background: #fff;
  	padding: 30px 36.5px;
  	margin-top: -15px;
  	margin-bottom: 42px;
  	overflow: hidden;
}

.related-content {
  	width: 221px;
  	margin-right: 22px;
  	float: left;
}

.related-content h3 {
  	margin-bottom: -1px;
}

.related-content h3 a {
  	font-size: 14px;
  	text-transform: uppercase;
  	letter-spacing: 1px;
  	color: #161616;
}

.related-content span.date {
  	font-size: 11px;
  	font-style: italic;
  	color: #999;
}

.fullwidth .related-content {
  	width: 315px;
  	margin-right: 30px;
}

.related-content, .fullwidth .related-content {
  	text-align: center;
}

.related-content:last-child, .fullwidth .related-content:last-child{
  	margin-right: 0;
}

.related-content img {
  	max-width: 100%;
  	height: auto;
  	margin-bottom: 3px;
}

/*--------------------------------------------------------------
# Instagram between posts
--------------------------------------------------------------*/

.slider-left {
	width: 20%;
    float: left;
    text-align:left;
}

.slider-left h1 {
    font-size: 24px;
    margin-right: 20px;
    line-height: 40px;
}

.slider-subs {
	padding-bottom: 54px;
    border-bottom: 1px solid;
    border-color: rgba(34,34,34,0.1);
    display: inline-block;
}

#slider-main {
	display: inline-block;
    margin-bottom: -21px;
    max-width: 100%;
    padding: 36.5px;
}

#slider-main .instagram-pics {
	border-top:none;
 	width: 80%;
    float: right;
}

#slider-main .instagram-pics li {
	width:25%;
	display:inline;
	float:left;
}

#slider-main .instagram-pics li img {
	max-width:90%!important;
	vertical-align:middle;
}

#slider-main .instagram-pics li img:hover {
	opacity:.87;
}

#slider-main p.clear {
	font-size: 11px;
	border-bottom: 1px solid #eee;
	display: inline-block;
	margin-top: 5px;
}


/*--------------------------------------------------------------
# Grid Index
--------------------------------------------------------------*/

.grid-entry, .grid-entry .post-summary {
	margin-bottom:0;
}

.grid-entry .social-share {
	float: left;
}

.grid-entry .post-grid {
	padding-top: 10px;
}

.grid-layout li {
	display: inline-block;
	vertical-align: top;
	margin-right: 36px;
	margin-bottom: 30px;
}

/** With Sidebar **/
.content-sidebar .grid-layout li {
	width:343.5px;
}

.content-sidebar .grid-layout li:nth-child(2n+2) {
	margin-right:0;
}

/** Full Width **/
.fullwidth .grid-layout li {
	width:310px;
}

.fullwidth .grid-layout li:nth-child(3n+3) {
	margin-right:0;
}

.grid-entry .post-header {
	padding:18px 30px 18px;
}

.grid-entry .post-header h2 a {
	font-size:18px;
}

.grid-entry .post-entry p {
	margin-bottom:2px;
}

.grid-entry .post-meta {
	padding:0 30px 20px;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.post-pagination {
	border-top:1px solid #eee;
	overflow:hidden;
}

.post-pagination a {
	font-size:10px;
	padding:15px 30px;
	display:block;
	color:#aaa;
	letter-spacing:1px;
	text-transform:uppercase;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}

.post-pagination .pagi-prev {
	float:left;
	width:50%;
}

.post-pagination .pagi-next {
	float:right;
	width:50%;
	text-align:right;
}
.post-pagination a:hover {
	background:#F9CDC7;
	color:#fff;
}

.pagination {
	margin: 12.5px 0px 0px 0px;
	overflow:hidden;
	text-align: center;
	padding: 0px 36.5px;
}

span.current {
	padding: 14px 20px;
	font-size:11px;
	text-decoration:none;
	color:#4e4d4c;
	background:#FCF7F3;
}

span.pagemarg {
	margin-right: 20px;
	font-size: 11px;
  	text-transform: uppercase;
  	letter-spacing: 1px;
}

.pagination a {
	padding: 14px 20px;
	color:#4e4d4c;
	display:inline-block;
	font-family:"Open Sans", sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:11px;
	background:#fff;
	-o-transition:.1s;
	-ms-transition:.1s;
	-moz-transition:.1s;
	-webkit-transition:.1s;
}

.pagination a:hover {
	text-decoration:none;
	color:#fff;
	background:#161616;
}

.pagination .newer {
	float:left;
}

.pagination .older {
	float:right;

}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/

h1.archive-title {
  	font-size: 28px;
  	letter-spacing: 5px;
  	text-transform: uppercase;
  	text-align: center;
}

.not-found .page-content {
	text-align: center;
}

.not-found .page-content p {
	padding-bottom: 20px;
}

.no-results {
  	padding-bottom: 50px;
  	padding-top: 40px;
}

.archive .nav-links {
	border-top: none;
 }

.grid-layout {
  	margin-top: 36.5px;
  	margin-left: 36.5px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
 	margin-top: 65px;
  	margin-bottom: 65px;
}

.widget ul li {
  	margin-bottom: 7px;
  	padding-bottom: 7px;
  	border-bottom: 1px dotted #d5d5d5;
}

.widget ul li:last-child {
  	margin-bottom: 0;
  	padding-bottom: 0;
  	border-bottom: none;
}

.widget select {
	max-width: 100%;
}

.widget_search .search-submit {
	display: none;
}

.widget-title {
  	overflow: hidden;
  	text-align: center;
  	font-size: 11px;
  	letter-spacing: 2px;
  	margin-bottom: 25px;
  	color: #4e4d4c;
  	background: #FCF7F3;
  	padding: 13.5px;
}

.widget-title > span {
  	position: relative;
  	display: inline-block;
  	font-family: "open sans";
  	text-transform: uppercase;
  	font-size: 11px;
  	letter-spacing: 2px;
  	color: #4e4d4c;
}

.about-me img {
 	margin-bottom: 8px;
}

.tagcloud {
  	text-align: center;
}

.widget .tagcloud a {
	font-size: 10px !important;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  	background: #F9CDC7;
  	color: #fff;
  	width: 46.4%;
  	padding: 6px 8px 7px;
  	margin-right: 5px;
  	margin-bottom: 8px;
  	display: inline-block;
  	border-radius: 2px;
  	-o-transition: .3s;
  	-ms-transition: .3s;
  	-moz-transition: .3s;
  	-webkit-transition: .3s;
}

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

#wp-calendar {width: 100%; }
	#wp-calendar caption { text-align: left; color: #777; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
	#wp-calendar thead { font-size: 12px;  }
	#wp-calendar tbody { color: #aaa; }
	#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
	#wp-calendar tbody td a { font-weight:700; color:#222; }
	#wp-calendar tbody td:hover { background: #fff; }
	#wp-calendar tbody .pad { background: none; }
	#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
	#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
	#wp-calendar thead th { padding-bottom: 10px; text-align: center; font-style: italic; font-weight: 100; }


.widget ul.latest-post-thumb li .listing, .widget ul.latest-post-thumb li .listing .listing-text {
  	overflow: hidden;
}

.widget ul.latest-post-thumb li {
  	list-style-type: none;
  	margin-bottom: 17px;
  	padding-bottom: 13px;
  	margin-left: 0;
}

.widget ul.latest-post-thumb li .listing .listing-image {
  	float: left;
  	margin-right: 14px;
}

.widget ul.latest-post-thumb li .listing .listing-text h4 a {
  	margin-bottom: 1px;
  	color: #000;
  	display: block;
  	font-size: 13px;
  	font-family: "Open Sans", sans-serif;
}

.widget ul.latest-post-thumb li .listing .listing-text h4 a:hover, .about-me a:hover, .catstyle a:hover, .entry-nav a, .post-meta a:hover {
 	text-decoration: underline;
}

.widget ul.latest-post-thumb li .listing .listing-text .listing-meta, .catstyle a, .catstyle,
ul.product_list_widget .reviewer {
  	font-size: 11px;
  	color: #999;
  	font-style: italic;
}

.catstyle {
	padding-top: 10px;
}

.catstyle a {
	color: #F9CDC7;
}

.descsub {
    font-style: italic;
    opacity: 0.8;
}

.widget ul.latest-post-thumb li:last-child {
  	margin-bottom: 0;
  	padding-bottom: 0;
}

#sidebar .widget_categories li.cat-item {
  	font-size: 11px;
  	padding: 12px;
  	text-align: center;
  	margin: 0 auto;
  	margin-bottom: 10px;
  	position: relative;
  	background: #fff;
  	border: 1px solid rgba(34,34,34,0.1);
  	text-transform: uppercase;
}

#sidebar .widget_categories ul li:last-child {
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(34,34,34,0.1);
}

#sidebar .widget_categories li.cat-item a {
	padding: 10px 30px 10px 30px;
}

#sidebar .widget_categories li.cat-item:hover {
  	background: #F9CDC7;
  	border: 1px solid #F9CDC7;
  	color: #fff;
}

#sidebar .widget_categories li.cat-item:hover a {
	color: #fff;
}

.social-check {
	display: none;
}

.flickr_badge_image {
  	display: inline-block;
  	padding: 0 10px 15px 7px;
  	max-width: 100%;
}

.widget_themesart_fb_widget, .widget_themesart_widget, .widget_themesart_flickr_widget, .widget_mc4wp_widget,
.widget_search, .widget_themesart_pinterest_widget {
  	text-align: center;
}

#pinterest-container > span {
    box-shadow: none !important;
    border: 0px solid #eee;
}

.mc4wp-form input[type="submit"], .mc4wp-form input[type="email"] {
	width: 100%;
	margin-top: 10px;
	padding: 5px;
  	padding-left: 10px;
}

.mc4wp-form input[type="submit"] {
  	font-family: "Open Sans", sans-serif;
  	text-transform: uppercase;
  	letter-spacing: 2px;
  	font-size: 10px;
  	padding: 8px;
}

.mc4wp-alert {
  	font-family: "Crimson Text", serif;
  	color: #161616;
  	font-size: 16px;
  	line-height: 24px;
  	padding-top: 10px;
}

.widget-social-button {
	text-align: center;
}

.widget-social-button a:first-child {
  	margin-left: 0;
}

.widget-social-button a i {
  	height: 30px;
  	width: 30px;
  	text-align: center;
  	line-height: 30px;
  	background: #F9CDC7;
  	color: #fff;
  	border-radius: 3px;
  	margin: 0 2px 4px;
  	font-size: 14px;
  	-o-transition: .3s;
  	-ms-transition: .3s;
  	-moz-transition: .3s;
  	-webkit-transition: .3s;
}

.widget-social-button a i:hover {
opacity: 0.7;
}

/* Instagram Footer Widget. */
#instagram-bottom {
	text-align:center;
	overflow:hidden;
}
#footer .widget-instagram {
    background: #020202;
}

#instagram-bottom h4.block-title {
	background:#fff;
	margin-bottom: .5%;
  padding-top: 30px;
	padding-bottom: 30px;
	color:#000;
	font-size: 20px;
}

.instagram-title {
	margin-bottom:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:14px;
}
#instagram-bottom .instagram-pics li {
	width:16.6666%;
	display:inline;
	float:left;
}
#instagram-bottom .instagram-pics li img {
	max-width:97%;
	vertical-align:middle;
	margin-bottom: 3%;
	border-radius: 2px;

}
#instagram-bottom .instagram-pics li img:hover {
	opacity:.87;
}
#instagram-bottom p.clear {
	font-size: 11px;
	border-bottom: 1px solid #eee;
	display: inline-block;
	margin-top: 5px;
}

ul.instagram-pics {
  border-top: 0px solid #000;
  border-color: #000;
  display: inline-block;
  width: 99.5%;
  margin-bottom: -3px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

#footer {
	margin-top:50px;
	background:#fff;
}

#instagram-bottom {
	text-align:center;
	overflow:hidden;
	background:#fff;
}

.pllexislider .pllex-direction-nav li:first-child {
	border-bottom: 0px;
}

.jr-insta-thumb {
	border-top: 3px solid #161616;;
}

#sidebar .jr-insta-thumb {
	border-top: 0px solid #161616;;
}

.block-title {
	text-align:center;
	font-size:14px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:22px;
	color:#000;
	display:block;
	font-weight: 100;
}

.widget-instagram .instag ul.thumbnails > li, .widget-instagram .jr-insta-thumb ul > li {
	width:12.5% !important;
	display:inline;
	float:left;
	margin-bottom:-6px;
	padding:0 !important;
}

.jr-insta-thumb .thumbnails {
	padding:0 !important;
}

#sidebar .jr-insta-thumb {
	border-top: 0px solid #161616;;
}

#sidebar .pllexislider .pllex-direction-nav {  top: 10px;
 	right: 10px;
}

#sidebar .pllexislider .pllex-direction-nav li:first-child {
  	height: 30px;
  	line-height: 30px;
}

#sidebar .pllexislider .pllex-direction-nav .pllex-next:before, #sidebar .pllexislider .pllex-direction-nav .pllex-prev:before {
  line-height: 30px;
}

#footerterms {
	text-align:center;
	clear:both;
	padding:13px 0;
	font-size:11px;
	color:#ffffff;
	background: #161616;
	overflow:hidden;
	border-top: 0px solid #F9CDC7;
}

#footerterms .left a {
	color: #fff;
}

#footerterms a {
	color:#FFF;
	font-family:"Open Sans", sans-serif;
	font-size:11px;
	line-height: 40px;
	letter-spacing:1px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}

#footerterms .social-check a {
	padding-left: 30px;
}

#footerterms a:first-child {
	margin-left:20px;
}

#footerterms a:last-child {
	margin-right:20px;
}

#footerterms a i {
	height:28px;
	width:28px;
	text-align:center;
	background:#fff;
	color:#161616;
	border-radius:50%;
	line-height: 28px;
	font-size:14px;
}

#footerterms a:hover {
	text-decoration:none;
	opacity:.8;
}

#footerterms a:hover > i {
	opacity:.8;
}

#footerterms span.left {
	float:left;
}

#footerterms span.right {
	float:right;
}

#footerterms .to-top {
	float:right;
	text-align: right;
	font-size:10px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:1px;
	color:#ffffff;
}

#footerterms .to-top i {
	font-size:14px;
	margin-left:3px;
}

#footerterms a.to-top i {
	color:#ffffff;
	background: none;
}

#footerterms .to-top:hover {
	text-decoration:none;
}

.copyw {
	color:#fff;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.maincomment .author-img {
  	float: left;
  	margin-right: 25px;
}

.maincomment .comment-text {
  	overflow: hidden;
}

.comments-area {
  	margin-bottom: 50px;
  	padding: 22px 30px 1px;
}

.maincomment {
  	border-bottom: 1px dotted #eee;
  	padding-bottom: 34px;
  	margin-bottom: 34px;
}

.maincomment .author-img img {
  	border-radius: 50%;
}

.comment-text span.reply a {
  	float: right;
  	font-size: 10px;
  	background-color: #ccc;
  	color: #FFF;
  	padding: 3px 6px 5px 6px;
  	border-radius: 2px;
  	margin-left: 7px;
  	font-family: "Lato";
  	-o-transition: .3s;
  	-ms-transition: .3s;
  	-moz-transition: .3s;
  	-webkit-transition: .3s;
  	transition: .3s;
}

.maincomment .comment-text span.author, .maincomment .comment-text span.author a {
  	display: block;
  	font-size: 12px;
  	text-transform: uppercase;
  	letter-spacing: 2px;
  	margin-bottom: 6px;
  	color: #000;
  	font-family: 'Playfair Display', serif;
}

.post-comments span.reply a.comment-edit-link {
  	background: #c5c5c5;
}

.maincomment .comment-text span.date {
  	font-size: 11px;
  	color: #999;
  	font-style: italic;
  	display: block;
  	margin-bottom: 10px;
}

#respond #submit, .wpcf7 input[type="submit"] {
  	font-family: "Open Sans", sans-serif;
  	text-transform: uppercase;
  	letter-spacing: 2px;
  	background: #FCF7F3;
  	font-size: 11px;
  	color: #4e4d4c;
  	padding: 12px 19px 14px;
  	margin-top: 6px;
  	display: inline-block;
  	border: 1px solid #FCF7F3;
  	-o-transition: .3s;
  	-ms-transition: .3s;
  	-moz-transition: .3s;
  	-webkit-transition: .3s;
  	transition: .3s;
  	cursor: pointer;
  	width: auto;
}

.wpcf7 p {
	font-style: italic;
}

#respond #submit:hover {
	color:#fff;
	background: #161616;
	border: 1px solid #161616;
}

#respond h3 {
  	font-size: 14px;
  	color: #4e4d4c;
  	font-weight: 400;
  	margin-bottom: 20px;
  	letter-spacing: 2px;
  	text-transform: uppercase;
}

#respond h3 small a {
  	text-transform: uppercase;
  	font-size: 11px;
  	background: #333;
  	color: #FFF;
  	padding: 4px 6px 5px;
  	border-radius: 3px;
  	margin-left: 7px;
  	letter-spacing: 1px;
  	-o-transition: .3s;
  	-ms-transition: .3s;
  	-moz-transition: .3s;
  	-webkit-transition: .3s;
  	transition: .3s;
}

.wpcf7 input, .wpcf7 textarea {
  	padding: 8px;
  	border: 1px solid #DDD;
  	margin-right: 10px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
  	color: #777;
  	font-size: 12px;
  	margin-top: 6px;
  	margin-bottom: 6px;
  	font-style: normal;
}

div.wpcf7 {
  	overflow: hidden;
  	margin-top: 40px;
}

#respond label {
  	color: #888;
  	width: 80px;
  	font-size: 14px;
  	display: inline-block;
}

#respond input {
  	padding: 8px 10px;
  	border: 1px solid #DDD;
  	margin-right: 10px;
  	border-radius: 3px;
  	color: #999;
  	margin-bottom: 15px;
  	font-size: 11px;
  	width: 260px;
  	font-family: "Georgia";
}

#comments li.depth-2 { padding-left: 40px;}
#comments li.depth-3 { padding-left: 80px;}

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/

#instagram-bottom {
 	text-align:center;
 	overflow:hidden;
 }

#instagram-bottom h4.block-heading {
 	margin-bottom:30px;
 	padding-top:30px;
}

.block-heading {
  	text-align: center;
  	font-size: 14px;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  	margin-bottom: 22px;
  	color: #161616;
  	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-family: "Crimson Text", serif;
	color: #161616;
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Custom Woocommerce Styling
--------------------------------------------------------------*/

.woocommerce-page .post-meta, .woocommerce-account .woocommerce fieldset legend, .post-type-archive .woocommerce-breadcrumb {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 20%;
		border-right: 1px solid #f1f2f4;
}

.woocommerce-page .post-summary {
    padding-bottom: 50px;
}

.woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-error {
    border: 0px!important;
		padding: 20px 20px 20px 50px !important;
}

.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
	top: 23px;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
	margin-top: -8px;}

.woocommerce-page .post-summary ul li {
	margin-bottom: 0px;
	padding: 5px 0px;
}

.woocommerce-page .post-summary .woocommerce-error li {
	padding: 0px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 78%;
    padding-left: 50px;
}

.woocommerce-MyAccount-navigation-link a {
	color: #909097;;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #23232c;
}

.woocommerce div.product div.images .flex-control-thumbs {
    padding-top: 1em;
}

.single-product .social-share {
    float: left;
}

.single-product .social-share a i {
      margin: 15px 5px 25px 0px;
}

.woocommerce-product-details__short-description {
    padding-bottom: 15px;
}

.woocommerce-page .entry-summary {
	margin-top: 0px;
}

.woocommerce-page .post-summary ul li {
	list-style: none;
}

.woocommerce-page .post-summary tr:hover {
	background: none;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 2em;
}

.woocommerce-page #respond label {
	font-size: 13px;
}

.woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	border-top-color: #161616;
}

.woocommerce #reviews h3 {
	margin: 25px 0px 0px 0px;
}

.woocommerce-info a {
	color: #161616;
  	text-decoration: underline;
}

.woocommerce form.checkout_coupon .form-row {
    margin: 0 0 0px;
}

.woocommerce-account .woocommerce fieldset {
	padding: 25px;
  	margin: 25px 0 25px 0;
}

.woocommerce .woocommerce-info:before, .woocommerce-checkout-payment a, a.woocommerce-review-link, .cart_item a {
  	color: #161616;
}

.woocommerce p.myaccount_user {
  	border-bottom: 1px solid;
  	border-top: 1px solid;
  	border-color: rgba(34,34,34,0.1);
  	padding: 40px 0 40px 0;
  	margin: 5px 0 40px 0;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
  	border-top: 1px solid;
  	border-color: rgba(34,34,34,0.1);
  	padding-top: 40px;
  	margin-top: 40px;
}

p.myaccount_user a {
	color: #4e4d4c;
	text-decoration: underline;
}

.woocommerce-page h1 { font-size: 30px; line-height: 30px;}
.woocommerce-page h1.page-title { text-transform: uppercase;   margin-bottom: 20px; }
.post-type-archive h1.page-title { text-align: center;  line-height: 70px;   background-color: #FCF7F3; letter-spacing: 2px; }
.woocommerce-page h2, .woocommerce #respond h3 { font-size: 22px;}
.woocommerce #respond h3 { text-transform: none;}
.woocommerce-page h3 { font-size: 22px;}
.woocommerce-page h4 { font-size: 18px;}
.woocommerce-page h4.widget-title, .woocommerce .widget_price_filter .price_slider_amount .button { font-size: 11px;}

a.added_to_cart {
	color: #4e4d4c;
}

.woocommerce .sidebar ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	font-weight: 100;
	color: #4e4d4c;
}

div[itemprop="description"] {
  	margin-top: 20px;
  	margin-bottom: 20px;
}

.comment-text div[itemprop="description"] {
  	margin-top: 5px;
  	margin-bottom: 15px;
}

div[itemprop="offers"] {
  	margin-top: 5px;
  	opacity: 0.6;
}

.woocommerce-page .related h2 {
  	margin-bottom: 20px;
}

.woocommerce table.shop_table th, .woocommerce .cart .button, .woocommerce .cart input.button,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  	font-weight: 100;
}

.woocommerce ul.products {
  	padding-top: 20px;
}

.woocommerce div.product .woocommerce-product-rating, .upsells h2 {
  	margin-bottom: 5px;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  	font-style: italic;
  	opacity: 0.6;
  	font-size: 12px;
  	padding-top: 10px;
}

.star-rating {
	color: #F9CDC7;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #F9CDC7;
}

.woocommerce .quantity .qty {
  	width: 36px;
  	height: 36px;
}

.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  	width: 50%;
  	line-height: 15px;
}

.woocommerce #reviews #comments h2 {
  	margin: 0px 0px 25px 0px;
}

.woocommerce .woocommerce-message a.button {
  	color: #fff;
  	background: #161616;
  	border: 1px solid #161616;
}

.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  	color: #fff;
  	background: #161616;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  	background: #FCF7F3;
  	color: #161616;
  	border-color: #4e4d4c;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  	text-align: center;
}

.woocommerce .woocommerce-message:before {
  	content: "\e015";
  	color: #161616;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button {
  	background: #FCF7F3;
  	border: 1px solid #FCF7F3;
  	font-weight: 100;
  	padding: 5px 20px 5px 20px;
  	text-transform: capitalize;
  	text-transform: uppercase;
  	font-size: 11px;
  	letter-spacing: 2px;
  	color: #4e4d4c;
  	line-height: 24px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce input.button:hover, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce input.button {
	color: #fff;
	background: #161616;
  	border: 1px solid #161616;
}

.woocommerce span.onsale {
  	background-color: #161616;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .widget_shopping_cart p.buttons {
  	text-align: center;
}

.woocommerce ul.products li.product .star-rating {
  	float: none;
  	display: block;
  	margin: 0 auto 10px;
}

.woocommerce ul.products li.product .price {
  	font-size: 14px;
  	text-align: center;
  	color: #161616;
}

.woocommerce div.product p.price, .woocommerce div.product span.price, ul.page-numbers a {
  	color: #161616;
}

.woocommerce ul.products li.product h3 {
  	margin: 0;
  	font-size: 22px;
  	text-align: center;
}

.woocommerce .related ul li.product, .woocommerce .related ul.products li.product,
.woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product {
 	width: 30.801%;
}

.woocommerce a.added_to_cart, .posted_in a:hover {
  	text-decoration: underline;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0px solid #d3ced2;
}

.woocommerce nav.woocommerce-pagination ul li {
  	border-right: 0px solid #d3ced2;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  	color: #4e4d4c;
  	background: #FCF7F3;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	padding: 16px 20px;
}

.woocommerce ul.product_list_widget li .star-rating {
   	margin-top: 4px;
 	margin-bottom: 4px;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
   	margin-top: 10px;
  	margin-bottom: 10px;
}

.woocommerce-cart ul.products {
	padding-top: 0px;
}

/*--------------------------------------------------------------
# Responsive Layout
--------------------------------------------------------------*/

.slicknav_menu {
	display:none;
}

@media only screen and (min-width: 1440px) {
.single .entry-nav { display:none; }

.nav-infoleft h4, .nav-infoleft small, .nav-inforight h4, .nav-inforight small{display:none;}

.nav-inforight, .nav-infoleft {padding:10px 0px 0px 0px; text-align: center;}

.single .entry-nav { position: fixed; top: 0; margin-top: 100px; left: 0; width: 100%; border: 0px solid;}

.single .nav-thumbnail {width: 100%;}

.navigate-previous, .navigate-next { width:170px; background: #fff; padding: 18px 18px; border: 1px solid #efefef;}

.nav-infoleft, .nav-inforight {width:100%;}

.entry-author {    border-bottom: 1px solid #eee;}

}

@media only screen and (max-width: 1180px) {.owl-theme .owl-controls .owl-buttons div, #owl-demo-two .owl-controls .owl-buttons div {  display: none;} #content .owl-theme .owl-controls .owl-buttons div { display: block;} }


@media only screen and (min-width: 960px) {
	.widget {
	padding: 30px 36.5px 10px 23.5px;
  	margin: 0;
	margin-bottom: 26.5px;
	margin-top: 6.5px;
  	}

  	.gridside .widget {
	margin-bottom: 30px;
 	}

  	.widget_themesart_flickr_widget {
  	padding-bottom: 10px;
  	}

  	.flickr_badge_image {
 	display: inline-block;
 	padding: 0px 5px 10px 5px;
  	max-width: 79px;
	}

	.widget_tag_cloud {
	padding-bottom: 22px;
	}

	.widget-title > span:before, .widget-title > span:after{
    border-bottom: 0px solid;
	}

	.social-check {
	  display: inline;
	}

	#footerterms .to-top {
	width: 234.766px;
	}

	.widget_themesart_widget, .widget_themes_art_fb_widget {
	text-align: left;
	}

	.mid-widget {
		margin-left: 0px;
		margin-right: 0px;
	}

	a.added_to_cart { padding-left: 5px;}
}

@media only screen and (min-width: 960px) and (max-width: 1170px) {

	.container { width:940px; }

	#main {
	width:680px;
	margin-right:0px;
	}

	#sidebar {
	width:260px;
	float:right;
	}

	.related-content {
	width:184px;
	margin-right:19px;
	}

	.fullwidth .related-content {
	width: 31.1%;
	margin-right:29px;
	}

	#socialmedia a {
	margin-right:16px;
	}

	.grid-layout {
    margin-left: 36.5px;
	}

	.fullwidth .grid-layout li {
	width:270px;
	margin-right:25px;
	}

	.content-sidebar .grid-layout li {
	width:298.5px;
	}

	.colleditwo {
    left: 30%;
	}

	.colledit {
    width: 75%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 960px) {

	.container {
	width:726px;
	}

	.slicknav_menu, #socialmedia a span, #owl-demo-two .infobox hr, #owl-demo-two .feat-text p, #owl-demo-two .infobox h3.readme {
	display: none;
	}

	#owl-demo-two .item .feat-text .infobox {
	padding: 0.6em;
	}

	#owl-demo-two .item .feat-text {
	top: 45%;
    bottom: 44%;
	}

	#main {
	width:100%;
	margin-right:0;
	}

	#sidebar {
	width:100%;
	}

	#sidebar .widget {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	}

	.related-content, .fullwidth .related-content {
	width:203px;
	margin-right:21px;
	}

	#socialmedia a {
	margin-right:26px;
	}

	#socialmedia a i {
	height:28px;
	width:28px;
	line-height:28px;
	font-size:14px;
	}

	.fullwidth  {
	width:348px;
	margin-right:0;
	}

	.fullwidth .list-item .post-summary p {
	font-size:14px;
	margin-bottom:3px;
	line-height:20px;
	}

	.fullwidth .grid-layout li, .content-sidebar .grid-layout li {
	width:306.5px;
	margin-right:36.5px;
	}

	.fullwidth .grid-layout li:nth-child(3n+3) {
	margin-right:26px;
	}

	.fullwidth .grid-layout li:nth-child(2n+2) {
	margin-right:0;
	}
}

@media only screen and (max-width: 767px) {

	#sidebar, .container { width:100%; }


	#header {
	margin-bottom: 0px;
	height: auto;
	}

	#featured-area {
	margin-top: 0px;
	}

	#middle-menubar, .responsup #navigation-responsive, .thecomment .author-img,
	#socialmedia a span, .widget-instagram .instag ul.thumbnails > li:nth-child(8),
	.widget-instagram .instag ul.thumbnails > li:nth-child(7), .widget-instagram .instag ul.thumbnails > li:nth-child(6),
	.widget-instagram .instag ul.thumbnails > li:nth-child(5), #owl-demo-two .infobox hr, #owl-demo-two .feat-text p, #owl-demo-two .infobox h3.readme
	{
	display:none;
	}

	#owl-demo-two .item .feat-text {
    top: 42%;
    bottom: 42%;
    height: 60px;
    border: 7px double #fff;
	}

	#owl-demo-two .item .feat-text .infobox {
	padding: 0px;
	}

	.white-box {
	line-height: 44px;
	}

	.menu {
 	padding-left: 20px;
	}

	.slicknav_menu {
	display:block;
	}

	#logo {
	margin-left:15px;
	margin-right:15px;
	padding-bottom: 60px;
	}

	#main {
	width:100%;
	margin-right:0;
	}

	.widget, .post-summary {
	padding:0 15px;
	}

	.post-related {
	padding: 22px 15px;
	}

	.post-author {
	padding:30px 15px;
	}

	.post-meta {
	padding:0 15px 30px;
	}

	.pagination {
	padding:0 15px;
	margin-bottom:40px;
	}

	.related-content, .fullwidth .related-content {
	width:100%;
	margin-right:0;
	margin-bottom:20px;
	}

	.author-img {
	margin-right:20px;
	}

	.author-img img {
	width:60px;
	height:60px;
	}

	.social-share {
	float:none;
	clear:both;
	padding-top:15px;
	text-align: center;
	}

	#socialmedia a {
	margin-right:4px;
	}

	#socialmedia a i {
	height:24px;
	width:24px;
	line-height:24px;
	font-size:12px;
	}

	#footerterms {
	padding:20px 15px;
	}

	.widget-instagram .instag ul.thumbnails > li, .widget-instagram .jr-insta-thumb ul > li {
	width:25% !important;
	}

	.widget {
	width:300px;
	margin-left:auto;
	margin-right:auto;
	}

	.pagination { text-align:center; }
	.pagination .older { float:none; margin-bottom:12px; }
	.pagination .newer { float:none; }

	.fullwidth .archive-text {
	 box-shadow: none;
	 padding: 6.5px 0px 0px 0px;
	 margin: 0px;
	}

	.content-sidebar .archive-text-sidebar {
	padding: 16.5px 0px 0px 0px;
    margin: 0px;
	}

	.gridside .content-sidebar .archive-text-sidebar, .gridarch .archive-text{
	padding: 6.5px 0px 23.5px 0px;
    margin: 0px;
    box-shadow: none;
	}

	.grid-layout {
    margin-left: 0px;
    margin-top: 36.5px;
	}

	.fullwidth .grid-layout li, .content-sidebar .grid-layout li {
	width:100%;
	margin-right:0;
	}

	.fullwidth .grid-layout li:nth-child(3n+3), .content-sidebar .grid-layout li:nth-child(3n+3),
	.fullwidth .grid-layout li:nth-child(2n+2), .content-sidebar .grid-layout li:nth-child(2n+2) {
	margin-right:0;
	}

	.grid-item .post-meta {
	padding-left:15px;
	}

	#instagram-bottom .instagram-pics li {
	width:25%;
	}

	.colleditwo {
    width: 350px;
    right: 0;
    float: right;
    left:inherit;
    left: initial;
    padding: 20px 40px;
	}

	.colledit {
    width: 75%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 768px) {

	#sidebar, .container { width:100%; }

	#main {
	width:100%;
	margin-right:0;
	}

	#footer {
	margin-top: 0px;
	}

	.related-content, .fullwidth .related-content {
	width:31.6%;
	margin-right:2.5%;
	}

	.related-content h3 a {
	font-size:10px;
	}

	.author-img {
	margin-right:30px;
	}

	.author-img img {
	width:80px;
	height:80px;
	}

	#socialmedia a {
	margin-right:20px;
	}

	#socialmedia a i {
	height:28px;
	width:28px;
	line-height:28px;
	font-size:14px;
	}

	.widget {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	}

	.pagination .older { float:right;  }
	.pagination .newer { float:left; }


	.fullwidth .grid-layout li, .content-sidebar .grid-layout li {
	width:48%;
	margin-right:3.2%;
	}

	.fullwidth .grid-layout li:nth-child(3n+3), .content-sidebar .grid-layout li:nth-child(3n+3) {
	margin-right:3.5%;
	}

	.fullwidth .grid-layout li:nth-child(2n+2), .content-sidebar .grid-layout li:nth-child(2n+2) {
	margin-right:0;
	}
}

@media only screen and (max-width:640px) {
	.colleditwo {
	    width: 350px;
	    margin: 0 auto;
	    top: 10%;
	    left: 0%;
	    right: 0%;
	    bottom: 10%;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    padding: 2em;
	    z-index: 200;
	    text-align: center;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    -moz-align-items: center;
	    align-items: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    -webkit-justify-content: center;
	    -moz-justify-content: center;
	    justify-content: center;
	}

	.colledit {
	    width: 100%;
	}

	#owl-demo-two .item .feat-text .infobox {
		background: transparent;
		padding: 0px;
	}

	#owl-demo-two .item .feat-text {
		border: 0px solid;
		height: auto;
	}

	#owl-demo-two .item .feat-text h3 a {
		padding: 12px;
    	font-size: 14px;
	}

	#owl-demo-two .item .feat-text h3.readtop {
		background: #fff;
		border: 3px double #eee;
	}

	#slider-main .instagram-pics li:nth-child(3), #slider-main .instagram-pics li:nth-child(4) {
	display:none;
	}

	#slider-main .instagram-pics li {
		width:50% !important;
		}

	#slider-main .instagram-pics {
	 	width: 70%;}

	.slider-left h1 {
	    text-align: center;
	    line-height: 35px;
	    font-size: 22px;
		}

	.slider-right {
		width: 70%;
		}

	.slider-left {
		width: 30%;
		}


}

@media only screen and (max-width: 480px) {

	#slider-main .instagram-pics li:nth-child(2) {
	display:none;
	}

	#slider-main .instagram-pics li {
	width: 65% !important;
	}

	#slider-main .instagram-pics li {
		float: right;
	}

	.helen_facebook_widget, .helen_about_widget, .helen_latest_news_widget, .about-me {
	text-align: center;
	}

	#owl-demo-two .item .feat-text h3.readtop {
	border: 0px solid;
	}

	.feat-text p {
	display: none;
	}

	#footer {
	margin-top: 0px;
	}

	#owl-demo-two .item .feat-text {
    top: 40%;
    bottom: 40%;
	}

	.infobox h3.readme {
	padding-top:0px;
	}

	#owl-demo .item .feat-text, #owl-demo-two .item .feat-text {
	left: 0%;
 	right: 0%;
 	width: 100%;
	}

	.post{
	border-bottom: 0 solid #eee;
	padding: 36.5px 0px 36.50px 0px;
	}

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

	#owl-demo .item .feat-text h3 a, #owl-demo-two .item .feat-text h3 a {
  	padding: 12px 15px 12px 15px;
  	}

  	.grid-entry {
  	border: none;
  	}

  	 .colleditwo {
    width: 100%;
    top: 10%;
    left: 0%;
    right: 0%;
    bottom: 10%;
    border: none;
	}

	.colledit {
	    width: 100%;
	}
}

@media only screen and (max-width: 380px) {

	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button {
	padding: 5px 5px 5px 5px;
	letter-spacing: 1px;
	}

	#owl-demo-two .item .feat-text {
    top: 35%;
    bottom: 35%;
	}

	#owl-demo-two .item .feat-text h3 a {
		font-size: 13px;
	}

	#upper-social {
	display: none;
	}

	.sumtag .readmore {
	margin-top: 25px;
	}

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

	.widget_themes_art_fb_widget {
	 text-align: center;
	 padding-left: 0px;
	}

	.widget {
  	width: 100%;
	}
}

/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: left;  line-height: 27px; cursor: pointer;  height:27px;}
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; }
.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: 1em; 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 }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/*
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:16px;

}
/* Button */
.slicknav_btn {
    padding: 5px 25px 10px;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	margin-left:10px;

}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu {
    padding:0px;
    padding-top: 17.5px;
    height: 70px;

}
.slicknav_nav {
    background: #fff;
    color:#fff;
    margin:0;
    padding: 15px 0px 0px 20px;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:15px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:8px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#000;
    font-family:"Open Sans", sans-serif;
    font-size:11px;
    font-weight:900;
    letter-spacing:2px;
    text-transform:uppercase;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
		margin-right: 10px;
}

.slicknav_nav .slicknav_txtnode {
     margin-left:15px;
}

.slicknav_menu .slicknav_no-text {
	margin-top:7px;
}

.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y;}
.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}
.owl-carousel .owl-item{float:left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor:pointer;}
.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
.grabbing{cursor:url("grabbing.png.html") 8 8, move;}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);}

/*
Owl Theme
*/

.owl-theme .owl-controls{margin-top:0px;text-align:center;}
.single-post .owl-theme .owl-controls { margin-top: -3px;}
.owl-theme .owl-controls .owl-buttons div{color:#777;display:inline-block;position:absolute;top:42.8%;zoom:1;*display:inline;margin:5px;padding:16px 15px;font-size:12px;filter:Alpha(Opacity=20);opacity:0.2;}
#owl-demo-two .owl-controls .owl-buttons div {    top: 44%;}
.owl-next{right:-3%;background:url("img/controlsright.png") no-repeat 0 0;}
.owl-prev{left:-3%;background:url("img/controlsleft.png") no-repeat 0 0;}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none;}
.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline;}
.owl-theme .owl-controls .owl-page span{display:block;width:10px;height:10px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:0.2;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#000;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1;}
.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.owl-item.loading{min-height:150px;background:url("AjaxLoader.gif.html") no-repeat center center}

#content .owl-next {   right: 1%; }
#content .owl-prev {   left:  1%; }
#content .owl-theme .owl-controls .owl-buttons div { top: 45.5%; filter: Alpha(Opacity=55);  opacity: 0.55;}
#content .owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none;}
