/*
Theme Name: vomoda
Theme URI: http://themesart.com
Author: Themes Art
Author URI: http://themesart.com
Description: A Stylish Premium WordPress Theme
Version: 1.8
License: ThemesArt Licence
License URI: http://themesart.com/licenses
Text Domain: vomoda-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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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;
}

figure {
	margin: 1em 40px;
}

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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
	clear: both;
	font-weight: normal;
	font-size: 100%;
	color: #4e4d4c;
}

p {
	font-family:"Crimson Text", serif;
	color:#161616;
	font-size:16px;
	line-height:24px;
}

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: 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: 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: 740px;
  float: left;
  margin-right: 40px;
}

#main.fullwidth {
  width: 100%;
}

#content {
  overflow: hidden;
  padding-top: 25px;
}

#sidebar {
	width:300px;
	float:right;
}

#side-margin #sidebar {
	margin-top: 5px;
}

/*--------------------------------------------------------------
# Featured Area
--------------------------------------------------------------*/
#featured-area {
	margin-bottom:35px;
	margin-top: 75px;
	max-width: 1920px;
  	margin: 0 auto;
}

p.overlay {
	text-align: center;
}

#owl-demo .item img{
	max-width:100%;
	height:auto;
	border: 1px solid #4e4d4c;
}

#owl-demo .item .feat-overlay {
	position:absolute;
	width:100%;
	bottom:4px;
	background:rgba(0,0,0,.5);
}

#owl-demo .item .feat-text {
padding: 10px 5px 10px 5px;
text-align: center;
width: 270px;
margin: 0 auto;
position: relative;
background: #fff;
margin-top: -28px;
border: 1px solid #4e4d4c;
}

#owl-demo .item .feat-text:hover, .readmore:hover, .videoread:hover {
background: #000;
border: 1px solid #000;
}

#owl-demo .item .feat-text:hover a, .readmore:hover h3 a, .videoread:hover h3 a {
color:#fff;
}


.feat-cat a {
	font-style: italic;
	color: #a5a5a5;
}

#owl-demo .item .feat-text h3 a {
	font-size: 14px;
  	letter-spacing: 1px;
  	text-transform: uppercase;
  	padding-top: 10px;
  	padding-bottom: 10px;
}

#owl-demo .item .feat-overlay h3 a:hover {
	text-decoration:underline;
	}

#owl-demo .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: #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 {
	background:#fff;
	position: relative;
	margin-bottom: 75px;
  	height: 118px;
	width:100%;
	z-index:9999;
  -webkit-box-shadow: 0 8px 140px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 8px 140px 0px rgba(0,0,0,0.1);
       box-shadow: 0 8px 140px 0px rgba(0,0,0,0.1);

}

#main-menubar .container {
  position: relative;
}

#middlelogo h1 a.txttop {
  padding-top: 22px;
  font-size: 52px;
}

#middlelogo h1 a {
  text-align: center;
  position: absolute;
  width: 100%;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 52px;
}

#main-menubar .menu {
  float: left;
  padding-top: 34px;
}

.menu li, .menuright li {
	display:inline-block;
	margin-right:26px;
	position:relative;
}
.menu li a, .menuright li a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 50px;
  color: #000;
  line-height: 20px;
  padding-top: 15px;
  display: block;
  font-family: "open sans";
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
	
.current-menu-item a {
	border-bottom: 1px solid #777777;
	padding-bottom: 0px;
}

.sub-menu .current_page_item a {
	border-bottom: 0px solid #777777;
	padding-bottom: 10px;
}

.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: #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, ul.menuright ul li,
		.menuright ul ul li {
			border-bottom: 1px solid #000;
			padding-right:0;
			margin-right: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 {
  position: absolute;
  right: 0px;
  top: 0;
   padding-top: 34px;

}

#upper-social a.socialicon {
  line-height: 50px;
  font-size: 14px;
  color: #000;
  margin-left: 14px;
}

.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: 1px solid #eee;
}

.index-fullview {
	margin-bottom: 60px;
	border-bottom: 1px solid;
 	 border-color: rgba(34,34,34,0.1);
}

.index-fullview .post {
	border-bottom: 0px solid #eee;
}

.index-fullview .social-share a i {
	background: #fff;
}

.index-fullview .post-summary {
	padding-bottom: 10px;

}

.allign-full .post-summary {
		text-align: center;
}
.entry-header {
  padding: 20px 30px 24px;
  text-align: center;
}

.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: 70px;
    margin-top: 0px;
}

.archive-text-sidebar {
  text-align: center;
  margin-bottom: 60px;
}

.archive-text h1.entry-title, .archive-text-sidebar h1.entry-title{
	  color: #4e4d4c;
	  font-size: 17px;
}

.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 {
margin-bottom: 0px;
  margin-top: 8px;

}

.content-sidebar .entry-header {
	  padding: 20px 30px 20px;
}

.content-sidebar .readmore {
	  margin-bottom: 30px;
}

.index-fullview .readmore {
	  margin-bottom: 60px;
}

.index-entry .entry-header {
	padding-top: 0px;
}

.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;
  margin-bottom: 8px;
  color: #a5a5a5;
}

.catindex {
  margin-bottom: 6px;
  margin-top: 0px;
    border-bottom: 1px solid #a5a5a5;
 }

.content-sidebar .entry-header .cat a {
	 font-size: 10px;
}

.entry-header h2 a, .entry-header h1 {
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #4e4d4c;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

.entry-header h2 a:hover{
		opacity: 0.6;
}

.grid-entry .entry-header h2 a, .grid-entry .entry-header h1 {
	  font-size: 18px;
}

.grid-entry a.read-more, .widget_themesart_widget .about-me a {
	font-style: italic;
	  color: #a5a5a5;
}

.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:16px;
	line-height:24px;
	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 {
	color:#999;
	padding:0 18px;
	font-size:18px;
	line-height:28px;
	font-style:italic;
}

.post-summary ul, .post-summary ol {
	padding-left:45px;
	margin-bottom:20px;
	font-family:"Crimson Text", serif;
}

.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;
}

.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 {
  font-style: italic;
  color: #a5a5a5;
  margin-right: 0px;
  font-family: "Crimson Text", serif;
  margin-top: 6px;
  font-size: 15px;
}

.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: 1px solid #eee;
  text-align: center;
}

.author-img img {
  border-radius: 50%;
}

.author-content {
  overflow: hidden;
}

.author-content h5 a {
  font-size: 14px;
  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: #000;
	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: 13px;
  	text-transform: uppercase;
  	letter-spacing: 1px;
}

.entry-nav {
  overflow: hidden;
  border-top: 1px solid #eee;
}

.readmore {
	font-size: 15px;
  padding: 12px;
  text-align: center;
  width: 270px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  border: 1px solid #4e4d4c;
}

.index-fullview .readbutton {
	  margin-top: -50px;
}

.readmore a {
	padding: 12px 75px 12px 75px;
	 text-transform: capitalize;
}

.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: 212px;
  margin-right: 22px;
  float: left;
}

.related-content h3 {
  margin-bottom: -1px;
}

.related-content h3 a {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}

.related-content span.date {
  font-size: 11px;
  font-style: italic;
  color: #999;
}

.fullwidth .related-content {
  width: 320px;
  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;
}


/*--------------------------------------------------------------
# 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: 30px;
}
	
/** With Sidebar **/
.content-sidebar .grid-layout li {
	width:355px;
}

.content-sidebar .grid-layout li:nth-child(2n+2) {
	margin-right:0;
}

/** Full Width **/
.fullwidth .grid-layout li {
	width:340px;
}

.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: 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 {
  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;
}

.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: "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: #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;
}


/*--------------------------------------------------------------
## 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;
}

.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;
}

#footerterms .left a {
	color: #fff;
}

#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:28px;
	width:28px;
	text-align:center;
	background:#fff;
	color:#000000;
	border-radius:50%;
	line-height: 28px;
	font-size:14px;
}

#footerterms a:hover {
	text-decoration:none;
	opacity:.8;
}
#footerterms a:hover > i {
	opacity:.8;
}

#footerterms {
	text-align:center;
	clear:both;
	padding:13px 0;
	font-size:11px;
	color:#ffffff;
	background: #000000;
	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:#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: #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: #999;
  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";
}

.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;
}

/*--------------------------------------------------------------
# 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: 14px;
  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: "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;
}


