/*
Theme Name: Linda
Theme URI: https://themesart.com
Author: Themes Art
Author URI: http://themesart.com
Description: A Stylish Premium WordPress Theme
Version: 2.0
License: ThemesArt Licence
License URI: https://themesart.com/licenses
Text Domain: linda-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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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:12px;
}

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

p {
	font-family: 'EB Garamond', serif;
    color: #424243;
    font-size: 14px;
    line-height: 23px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.1px;
    -webkit-font-smoothing: antialiased;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
	font-family: 'EB Garamond', serif;
    color: #424243;
    font-size: 17px;
    line-height: 24px;
    font-style: normal;
}

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:1000px;
	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: 0px solid #000000;
	border-radius: 3px;
	background: #000000;
	color: #fff;
	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: #000000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #777;
	border: 3px double #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: 675px;
  	float: left;
}

#main.fullwidth {
  	width: 100%;
}

#main.fullwidth .entry-header h2 {
	margin-top: 5px;
}

#content {
  	overflow: hidden;
  	padding-top: 20px;
}

#content.full-slider {
	padding-top: 45px;
}

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

#side-margin #sidebar {
	margin-top: 20px;
}

/*--------------------------------------------------------------
# Featured Area
--------------------------------------------------------------*/
#featured-area{
	max-width: 1000px;
  	margin: 0 auto;
}

.double {
padding-bottom: 20px;
}

#featured-subarea {
	max-width: 1066px;
	margin: 0 auto;
	padding-left:32px;
}

p.overlay {
	text-align: center;
}

#owl-demo .item img{
	max-width:100%;
	height:auto;
	border-bottom: 6px solid #000;
    border-top: 6px solid #000;
}

#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: rgba(255,255,255,0.9);
  	border: 3px solid #fff;
  	position: absolute;
  	top: 40%;
  	left: 0%;
  	right: 0%;
  	bottom: 40%;
  	-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,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 {
	background: #000;
	border: 1px solid #ffffff;
	padding: 0px;
  	width: inherit;
  	top: 41%;
  	left: 15%;
  	right: 15%;
  	bottom: 41%;
  	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.0);
  	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0);
  	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0);
}

#owl-demo-two .item a h3 {
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 19px;
    font-family: "open sans";
}

#owl-demo-two .item img {
	width: 90%;
}

.readmore:hover {
	background: #fff;
	border: 3px double #000;
}

.readmore:hover h3 a  {
	color:#000;
}

.home .content-sidebar .fluid-width-video-wrapper, .sidebarvid .fluid-width-video-wrapper {
    padding-top: 56.2700964630225% !important;
}

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

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

#owl-demo .item .feat-text h3 a {
	font-size: 14px;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  	padding-top: 12px;
  	padding-bottom: 12px;
  	color: #000;
  	font-style: normal;
}

#owl-demo .item .feat-overlay h3 a:hover {
	text-decoration:underline;
}


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

}

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:#000000;
	color:#fff;
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
#upper-bar {
  	background: #000;
  	height: 36px;
  	z-index: 9999;
}

#upper-bar input[type="submit"] {
	background: url(img/searchsubmit.png) no-repeat 96% 6px;
}

input[type="submit"] {
	background:#fff url(img/searchsubmit.png) no-repeat 96% 6px;
}

#upper-bar .upper-search {
 	float: right;
}

#upper-bar	#searchform input#s {
	border: 0px solid #e5e5e5;
	background:#000;
	padding:11px 25px;
	font-size:10px;
	color:#fff;
	letter-spacing:1px;
	box-sizing: border-box;
}

#upper-bar .search-form {
  	padding: 5px 25px;
  	font-size: 10px;
  	color: #fff;
 }

.slicknav_menu {
	display:none;
}

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

.slicknav_menu .slicknav_icon-bar {
	background: #000000;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Main Menu Bar
--------------------------------------------------------------*/

#main-menubar {
	width:100%;
	z-index:9999;
}

#main-menubar #navigation-responsive {
	text-align: center;
	margin-bottom: 25px;
}

#middlelogo {
	text-align: center;
	margin: 36px 0px 50px;
}

#middlelogo h1 a.txttop {
  	font-size: 75px;
}

#middlelogo h1 a {
  	text-align: center;
  	width: 100%;
  	font-family: 'Playfair Display', serif;
  	font-weight: 400;
  	font-style: normal;
  	font-size: 52px;
}

.menu li {
	display:inline-block;
	padding:0px 40px;
	position:relative;
	border-right: 1px double #777;
}

.menu li:last-child {
	border-right: 0px double #777;
}

.menu li a {
  	font-size: 10px;
  	padding-bottom: 0px;
  	text-transform: uppercase;
  	letter-spacing: 2px;
  	color: #000;
  	line-height: 20px;
  	display: block;
  	font-family: "open sans";
  	-o-transition: .3s;
  	-ms-transition: .3s;
  	-moz-transition: .3s;
  	-webkit-transition: .3s;
}
	
.current-menu-item a {
	border-bottom: 3px double #dcdcdc;
	padding-bottom: 0px;
}

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

.slicknav_menu .current-menu-item a {
	border-bottom: 0px;
}

.menu li.current-menu-item ul.sub-menu a, .menuright li.current-menu-item ul.sub-menu a {
	padding-bottom: 10px;
  	border-bottom: 0px solid #000;
}

#main-menubar .sub-menu .current-menu-item a {
	padding-bottom: 10px;
}

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

.mobile-menu {
	background-color: #fff;
}

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

.menu .sub-menu,
		.menu .children, .menuright .sub-menu, .menuright .children {
			background-color: #fff;
			display: none;
			padding: 0;
			position: absolute;
			margin-top:0;
			left: 0;
			z-index: 99999;
	        border: 1px solid #000;;
			border-bottom: none;
		}

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

		.menu li.current_page_item .sub-menu a:hover, .menuright li.current_page_item .sub-menu a:hover {
			color: #ffffff;
		}
		
		ul.menu ul a,
		.menu ul ul a, ul.menuright ul a,
		.menuright ul ul a {
			color: #4e4d4c;
			margin: 0;
			padding:10px 10px;
			min-width: 170px;
			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, ul.menuright ul li,
		.menuright ul ul li {
			border-bottom: 1px solid #000;
			border-right:0px;
			padding:0;
			margin:0;
		}

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

		ul.menu li:hover > ul,
		.menu ul li:hover > ul, ul.menuright li:hover > ul,
		.menuright ul li:hover > ul {
			display: block;
		}
		
		.menu .sub-menu ul,
		.menu .children ul, .menuright .sub-menu ul,
		.menuright .children ul {	
			left: 100%;
			top: 0;
			
		}

#upper-social {
  	float:left;
}

#upper-social a.socialicon {
  	font-size: 11px;
  	color: #fff;
  	margin-right: 20px;
  	line-height: 36px;
}

.menuright {
  	float: left;
}

/*--------------------------------------------------------------
# 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 {
  	background: #fff;
  	margin-bottom: 15px;
  	border-bottom: 3px double #dcdcdc;
}

.index-fullview {
	margin-bottom: 45px;
	border-bottom: 3px double #dcdcdc;
}

.index-fullview .post {
	border-bottom: 0px solid #eee;
}

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

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

.allign-full .post-summary {
	text-align: center;
}

.entry-header {
  	padding: 20px 30px 24px;
  	text-align: center;
}

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

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

.archive-text {
	padding: 12px 0px 12px 0px;
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	margin-bottom: 60px;
}

.archive-text-sidebar {
	text-align: center;
	margin-bottom: 60px;
	margin-top: 5px;	
}

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

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


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

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

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

.content-sidebar .entry-header .cat a {
	font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 8px;
    color: #161616;
    font-weight: bold;
    font-style: normal;
    opacity: 0.75;
}

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

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

.index-fullview .readmore {
	margin-bottom: 45px;
}

.post-video-small {
	margin-bottom: 20px;
}

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

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

.page .entry-header {
  	text-align: center;
}

.page .fullwidth .post-thumbnail img, .page .pageside .post-thumbnail img  {
  	margin-bottom: 20px;
}

.entry-header .cat a, .catindex a {
  	text-transform: uppercase;
  	font-weight: 700;
  	font-size: 11px;
  	letter-spacing: 1px;
  	display: inline-block;
  	color: #a5a5a5;
}

.catindex {
  	margin-bottom: 6px;
  	margin-top: 0px;
    border-bottom: 1px solid #a5a5a5;
 }

.entry-header h2 a, .entry-header h1, .editors-pick .widget-title > span, .colleditwo .editor-summary h2 {
  	font-size: 26px;
  	text-transform: uppercase;
  	letter-spacing: 2px;
  	color: #000;
  	font-family: 'Playfair Display', serif;
  	font-weight: 400;
  	-o-transition: .3s;
  	-ms-transition: .3s;
  	-moz-transition: .3s;
  	-webkit-transition: .3s;
}

/* 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;
}

.asideview {
	padding-bottom: 40px;
}

.asideview .post {
	padding: 0px 5px;
}

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

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

.editors-pick .widget-title {
	margin-top: -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;
}

.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: 35px;
    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 #aaa;
    width: 60px;
    height: 5px;
    top: 17.5px;
    width: 50%;
}

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

/* Grid */

.grid-entry .entry-header h2 a, .grid-entry .entry-header h1, .colleditwo .editor-summary h2 {
	 font-size: 18px;
}

.grid-entry a.read-more, .widget_themesart_widget .about-me a {
	font-style: italic;
	color: #a5a5a5;
}

.page-links {
	clear: both;
}

.post-thumbnail {
	text-align:center;
	display: inline-block;
	max-width: 100%;
}

.post-video {
	margin-bottom:20px;
}

.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:17px;
	line-height:28px;
	margin-bottom:10px;
	overflow:hidden;
}
	
.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:#000000;
	color:#fff;
	border:1px solid;
	border-color:#000000;
}
	
.post-summary img {
	max-width:100%;
	height:auto;
}
	
.post-summary a:hover {
	text-decoration:underline;
}
	
.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;
}

.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 #000000;
}

.post-summary blockquote p {
	padding:0 18px;
    font-size: 20px;
    line-height: 34px;
	font-style:italic;
}

.post-summary ul, .post-summary ol {
	padding-left:45px;
	margin-bottom:20px;
	font-family: 'EB Garamond', serif;
	color:#424243;
}

.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;
}

.multimage .post-meta {
	margin-top: -34px;
}

.post-summary {
  	margin-bottom: 0px;
}

.post-meta .meta-info {
  	font-style: italic;
  	color: #a5a5a5;
  	margin-right: 0px;
  	font-family: "Crimson Text", serif;
 	float: left;
  	margin-top: 6px;
  	font-size: 15px;
}

.entry-header .meta-info, .editor-summary .meta-info {
  	font-style: italic;
  	color: #a5a5a5;
  	margin-right: 0px;
  	font-family: "Crimson Text", serif;
  	margin-top: 6px;
  	font-size: 15px;
}

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

.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:#000000;
	color:#fff;
	border:1px solid #000000;
}

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

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

.entry-author {
  	padding: 30px;
  	overflow: hidden;
  	border-top: 3px double #dcdcdc;
  	text-align: center;
}

.author-img img {
  	border-radius: 50%;
  	border: 3px double #dcdcdc;
  	width: 125px;
}

.author-content {
  	overflow: hidden;
}

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

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

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

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

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

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

.entry-nav a:hover h4 {
	color: #fff;
}

.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: 3px double #dcdcdc;
}

.readmore {
  	font-size: 11px;
  	padding: 8px;
  	text-align: center;
  	width: 180px;
  	margin: 0 auto;
  	position: relative;
  	background: #000;
  	border: 3px double #fff;
}

.index-fullview .readslider {
	clear: both;
}

.index-fullview .readvideo {
}

.readmore a {
	padding: 5px 35px 5px 35px;
	text-transform: uppercase;
	font-family: "open sans";
	color:#fff;
	letter-spacing: 2px;
	font-size: 11px;
}

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

}

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

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

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

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

.related-content {
  	width: 191px;
  	margin-right: 20px;
  	float: left;
}

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

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

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

.fullwidth .related-content {
  	width: 293px;
  	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;
}

.related-content img:hover {
    opacity: 0.9;
}


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

.grid-entry {
	margin-bottom:0;
}

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

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

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

}

.grid-layout li {
	display: inline-block;
	vertical-align: top;
	margin-right: 26px;
	margin-bottom: 50px;
}
	
/** With Sidebar **/
.content-sidebar .grid-layout li {
	width:322px;
}

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

.subgrid  {
    margin-top: 65px;
}

.gridlist .index-fullview .readmore {
    margin-bottom: 45px;
}

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

.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:#000000;
	color:#fff;
}

.pagination {
	margin-bottom:0px;
	overflow:hidden;
	text-align: center;
}

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

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

.pagination a {
	padding: 14px 20px;
	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:#000000;
}

.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;
 }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    border-top: 1px solid;
 	border-color: #a5a5a5;
 	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;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.widget-title {
  	overflow: hidden;
  	text-align: center;
  	font-size: 11px;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  	margin-bottom: 25px;
  	color: #4e4d4c;
  	margin-top: -10px;
}

.widget-title > span {
  	position: relative;
  	display: inline-block;
  	font-size: 11px;
  	text-transform: uppercase;
  	letter-spacing: 1px;
  	font-family: "open sans";
  	background: #fff;
  	padding-left: 30px;
  	padding-right: 30px;
}

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

.tagcloud {
  	text-align: center;
}

.widget .tagcloud a {
	font-size: 10px !important;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  	background: #000000;
  	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; }

/* Search widget. */
.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_search {
  	text-align: center;
}

.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: 12px;
  	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 {
  	font-size: 11px;
  	color: #999;
  	font-style: italic;
}

.catstyle {
	padding-top: 10px;
}

.catstyle a {
	color: #000000;
}

.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: #000000;
  	border: 1px solid #000000;
  	color: #fff;
}

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

.social-check {
	display: none;
}

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

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

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

.widget_mc4wp_form_widget p {
	text-align: center;
}

.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: 10px;
  	background: #000;
}

.mc4wp-alert {
  	font-family: 'EB Garamond', serif;
  	color: #161616;
  	font-size: 17px;
  	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: #000000;
  	color: #fff;
  	border-radius: 30px;
  	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;
}
.instagram-title {
	margin-bottom:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:14px;
}
#instagram-bottom .instagram-pics li {
	width:12.5%;
	display:inline;
	float:left;
}
#instagram-bottom .instagram-pics li img {
	max-width: 97%;
    margin-bottom: 6px;
    vertical-align: middle;
}

#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;
}

/* Instagram Between Posts. */

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

.slider-left h1 { 
	font-size:26px;    
	margin-right: 20px;
}

.slider-subs {     
	padding-bottom: 51px;
    border-bottom: 3px double #dcdcdc;
    display: inline-block;
}

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

#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;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


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

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

#instagram-bottom {
	text-align:center;
	overflow:hidden;
	background:#fff;
	padding: 3px;
	padding-bottom: 0px;
}

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

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

.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 .left a {
	color: #000;
}

#footerterms a {
	color:#000000;
	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:0;
	padding-left: 0px;
}
#footerterms a:last-child {
	margin-right:0;
}

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

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

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

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

#footerterms span.left {
	float:left;
}

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

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

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

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

.copyw {
	color:#000;
}


/*--------------------------------------------------------------
## 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: 14px;
  	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: #000000;
  	font-size: 11px;
  	color: #fff;
  	padding: 12px 19px 14px;
  	margin-top: 6px;
  	display: inline-block;
  	border: 1px solid #000000;
  	-o-transition: .3s;
  	-ms-transition: .3s;
  	-moz-transition: .3s;
  	-webkit-transition: .3s;
  	transition: .3s;
  	cursor: pointer;
  	width: auto;
}

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

#respond h3 {
  	font-size: 14px;
  	color: #000;
  	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;
}

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;}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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: 15px;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  	margin-bottom: 22px;
  	color: #000;
  	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: 'EB Garamond', serif;
	color: #161616;
	font-size: 17px;
	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-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 .summary h1 {font-size: 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: #f9f9f9; 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;
}

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

.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: #4e4d4c;
}

.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: #fff;
  	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 {
  	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;
}

.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 {
	margin-bottom: 20px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  	color: #fff;
  	background: #000;
}

.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%;}

}

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

@media only screen and (min-width: 1066px) {
#owl-demo-two .item .feat-text {
    left: 10%;
    right: 20%;
	}
}


@media only screen and (max-width: 1066px) {
#featured-subarea {
    max-width: 100%;
    padding-left: 0px;
}

#owl-demo-two .item {
	text-align: center;
}
}

@media only screen and (min-width: 960px) {
	.widget {
	padding-top: 30px;
  	border-top: 3px double #dcdcdc;
  	margin: 0;
	margin-bottom: 60px;
  	}

  	.widget_themesart_flickr_widget {
  		padding-bottom: 10px;
  	}

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

	.widget_tag_cloud {
	padding-bottom: 22px;
	}

   .widget-title {
	margin-top: -39px;
 	}

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

	.social-check {
	  display: inline;
	}

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

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

@media only screen and (min-width: 960px) and (max-width: 1170px) {
	
	.container { width:940px; }
	
	#main {
		width:650px;
		float:left;
		margin-right:30px;
	}

	#sidebar {
		width:260px;
		float:right;
	}
	
	.related-content {
		width:184px;
		margin-right:19px;
	}
	
	.fullwidth .related-content {
		width:274px;
		margin-right:29px;
	}
	
	#respond textarea {
		width:94%;
	}
	
	#socialmedia a {
		margin-right:16px;
	}

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

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

	.colleditwo {
    left: 30%;
	}

	.colledit {
    width: 75%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
	
	.container { 
		width:726px; 
	}
	
	.slicknav_menu {
		display: block;
		padding-top:0px;
	}

	#middlelogo {
    text-align: center;
    margin: 40px 0px 10px;
	}


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

	#navigation-responsive, .menuright {
		display: none;
	}
	
	#upper-social {
		margin-right: 39px;
	}

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

	
	#sidebar .widget {
		width:500px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.related-content, .fullwidth .related-content {
		width:208px;
		margin-right:21px;
	}
	
	#socialmedia a {
		margin-right:26px;
	}

	#socialmedia a span {
		display:none;
	}
	
	#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:348px;
		margin-right:26px;
	}

	.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) {
	
	#main-menubar .container, .container { width:100%; }
	
	#upper-bar { 
		box-shadow: 0px 0px 0px rgba(190, 190, 190, 0);
	  	-webkit-box-shadow: 0px 0px 0px rgba(190, 190, 190, 0);
	  	-moz-box-shadow: 0px 0px 0px rgba(190, 190, 190, 0);
  	}

	#featured-area {
		 margin-bottom: 15px;
	}

	.owl-buttons {
		display: none;
	}

	#middlelogo {
    	text-align: center;
    	margin: 40px 0px 15px;
	}

	.slicknav_menu {
		display:block;
	}

	#navigation-responsive, .menuright {
		display: none;
	}
	
	.menu {
 		padding-left: 20px;
	}
	
	#logo { 
		margin-left:15px; margin-right:15px;	
	}
	
	#main {
		width:100%;
		margin-right:0;
	}

	#sidebar {
		width:100%;
	}
	
	.widget {
		padding:0 15px;
	}

	.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 {
		visibility: hidden;
	}
	
	.thecomment .author-img { 
		display:none;
	}
	
	#respond textarea {
		width:90%;
	}
	
	#socialmedia a {
		margin-right:4px;
	}
	#socialmedia a span {
		display:none;
	}
	
	#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-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) {
		display:none;
	}
	
	.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 .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) {
		margin-right:0;
	}

	.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;
	}

	.colledit {
    width: 75%;
	}

}

@media only screen and (min-width: 480px) and (max-width: 768px) {
	
	.container { width:100%; }
	
	.upper-search {
		padding-right: 15px;
	}

	#main {
		width:100%;
		margin-right:0;
	}
	#sidebar {
		width:100%;
	}
	
	.related-content, .fullwidth .related-content {
		width:31.6%;
		margin-right:2.5%;
	}
	
	.related-content h3 a {
		font-size:10px;
	}

	#upper-social a.socialicon {
		margin: 0px 10px;
	}

	.author-img {
		margin-right:30px;
	}
	.author-img img {
		width:80px;
		height:80px;
	}
	
	.social-share {
		clear:none;
		padding-top:0;
		text-align: center;
	}
	
	#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.2%;
	}
	
	.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) { 
.home .post-share {
	display:none;
} 

#top-bar {
	height: 135px;
}

.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%;
	}

#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;
	}

.slider-right {    
	width: 70%;
	}

.slider-left {    
	width: 30%;
	}
}

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

	.linda_facebook_widget, .linda_about_widget, .linda_latest_news_widget {
		text-align: center;
	}

	.upper-search {
		padding-right: 15px;
	}

	#upper-social a.socialicon {
		margin: 0px 10px;
	}

	#logo img {
 	 	max-width: 100%;
 	}
	
	#owl-demo .item .feat-text h3 a {
  		padding: 12px 15px 12px 15px;
  	}

  	.about-me {
  		text-align: center;
 	}

  	.grid-entry {
  		border: none;
  	}

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

	.colledit {
	    width: 100%;
	}
}

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

	#upper-social {
		display: none;
	}

	.double {
		padding-bottom: 0px;
	}

	#featured-subarea {
		display: none;
	}

	.slicknav_menu {
		padding-top: 0px;
	}

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

	.index-fullview .readbutton {
    margin-top: -15px;
	}

	.widget_themes_art_fb_widget {
		text-align: center;
		padding-left: 0px;
	}
	
	.widget, #owl-demo .item .feat-text {
  		width: 100%;
  		margin-top: -4px;
	}

	.readmore {
  		width: 50%;
  		padding: 8px;
	}

	.readmore a {
		padding: 5px;
	}

	.post-left img, .post-right img, .galleythumbs .post-left img, .galleythumbs .post-right img,
	.fullwidth .galleythumbs .post-left img, .fullwidth .galleythumbs .post-right img,
	.fullwidth .post-left img, .fullwidth .post-right img  { 
	 	width: 49.3%; 
	 	padding-top: 0px;
	}

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

	.navigate-previous, .navigate-next {
    width: 50%;
    padding: 15px 15px;
	}

	.nav-thumbnail {
    width: 100%;
	}

	.nav-infoleft {
    width: 100%;
    padding-left: 10px;
	}

	.nav-inforight {
    width: 100%;
    padding-right: 15px;
	}

	#comments textarea {
    width: 100%;
	}

	.galleythumbs .post-left img, .galleythumbs .post-right img {
    margin-bottom: -19px;
	}

	#slider-main .slider-left {    padding-left: 10px;}

	.slider-left h1 {    font-size: 20px;}

}
