/*
==  THEME DETAILS  ===================================================================
    
    Theme Name: Neira
    Theme URI: https://volthemes.com/theme/neira/
    Description: Elegant Multi-Concept Feminine WordPress Theme 
	Version: 2.0
	
    Author: VolThemes
    Author URI: https://volthemes.com/

	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: neira
	Domain Path: /languages/
	
	Tags: blog, food-and-drink, photography, two-columns, right-sidebar, translation-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments

======================================================================================
*/

body {
    background-color: #f2f2f2;
    color: #555;
    font-family: 'EB Garamond', serif;
    font-size: 17px;
    line-height: 25px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: normal;
    margin: 15px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h1 {font-size: 28px;}
h2 {font-size: 26px;}
h3 {font-size: 24px;}
h4 {font-size: 22px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}
p {
    margin: 0 0 20px 0;
}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
a {
    color: #f25d46;
    text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
    color: #f88e86;
    text-decoration: none;
}
a:active {
    outline: none;
}
body a img {
    transition: all 0.5s ease;
}
body a img:hover {
    opacity: 0.8;
}
iframe,
select {
    max-width: 100%;
}
input:focus {
    outline: none
}
input,
textarea {
    max-width: 100%;
}
em {
	font-style: italic;
	font-weight: normal;
	font-family: 'Playfair Display', serif;
}
.widget select {
    width: 100%;
}

/*--- WORDPRESS CORE ---*/
.sticky {} .screen-reader-text {} .gallery-caption {} .bypostauthor {} 
.alignnone {
	display: block;
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    max-width: 100%; /* Keep wide captions from overflowing their container. */
    text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption-text {
	background-color: #f7f7f7;
    color: #777;
	font-size: 13px;
    font-style: italic;
	padding: 5px 15px 5px 15px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: inherit;
    font-style: italic;
    color: inherit;
    line-height: 17px;
    margin: 8px 0 0;
}
table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.08);
}
th,
td {
    padding: 0.4em;
    text-align: left;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    margin: 0 0 1.6em;
    table-layout: auto;
    width: 100%;
}
th {
    border-width: 0 1px 1px 1px;
}
td {
    border-width: 0 1px 1px 1px;
}
th {
    border-width: 0 1px 1px 0px;
}
td {
    border-width: 0 1px 1px 0px;
}
tbody tr th {
    font-weight: 400;
}
tbody tr:first-child th {
    border-top-width: 1px;
}
tr td:first-child,
tr th:first-child {
    border-left-width: 1px;
}
table tbody tr:first-child td,
table thead tr:first-child th,
table tbody tr:first-child td,
table thead tr:first-child th {
    border-top-width: 1px;
}
table thead + tbody tr:first-child td,
table thead + tbody tr:first-child td,
table tfoot + tbody tr:first-child td {
    border-top-width: 0;
}
blockquote, #content article.format-quote .entry-summary {
	background: #eee;
	color: #383838;
	font-family: Georgia,serif;
	font-size: 18px;
	font-style: italic;
	line-height: 1.45;
	padding: 1em 42px;
	position: relative;
	border-left: 5px solid #f25d46;
}
blockquote:before, .format-quote .entry-summary::before {
	color: #7a7a7a;
	display: block;
	font-size: 80px;
	left: 0;
	position: absolute;
	top: -10px;
}
blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
blockquote cite:before {
	content: "\2014 \2009";
}
label {
  display: inline;
  font-weight: 500;
}
.label {
  color: #666;
  font-size: inherit;
  font-weight: 500;
  line-height: 2.5em !important;
}
dt,
dd {
    line-height: inherit;
}
.loader-body {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10001;
	background: #fff url('./assets/front-end/images/circle.gif') 50% 50% no-repeat;
}

/*--- Forms ---*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #555;
	height: 35px;
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	padding: 4px 15px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f0f0f0;
	color: #111;
	opacity: 0.6;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #e1e1e1;
	border-radius: 1px;
	color: #949494;
	outline: none;
	padding: 8px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #333;
}

/*--- Contact Form 7 ---*/
.wpcf7-form .wpcf7-form-control {
    border: 1px solid #e6e6e6;
    min-width: 50%;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="url"], 
.wpcf7 input[type="password"],
.wpcf7 textarea {
    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    outline-color: transparent;
    outline-style: none;
    padding: 8px;
    width: 100%;
}
.wpcf7 input[type="submit"] {
	border-radius: 0;
	box-shadow: none;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 0;
	outline-color: transparent;
	outline-style: none;
	padding: 1em 1em 0.9em;
	text-shadow: 0;
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.wpcf7 input[type="submit"]:hover {
	opacity: 0.6;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*--- Header ---*/
.site-header .container {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.site-header {
	background-position: center center;
	background-size: cover;
	position: relative;
}
.mask {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.3);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.site-title {
	font-family: 'Playfair Display', serif;
	font-size: 100px;
}
.site-header h2 {
	font-weight: normal;
	line-height: 1.846153846;
}
.site-branding .header-image {
	display: block;
	margin: 0 auto;
}
.header-image {
	margin-top: 0;
}
.header-image img {
	display: block;
	width: 100%;
}
.site-branding {
	margin: 0;
	padding: 50px 0;
	text-align: center;
}
.custom-logo-link {
	display: inline-block;
	padding: 0 0 10px;
}
.site-title {
	font-weight: 300;
	margin: 0;
}
.site-title a {
	color: #333;
	font-style: italic;
	text-decoration: none;
}
.site-description {
	color: #757575;
	font-size: 15px;
	margin: 0;
}
.container {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/*--- Menu ---*/
#nav-wrapper {
    background: #333;
	position: relative;
}
.toggle-menu {
    display: none;
}
.vtmenu {
    text-align: left;
}
#nav-wrapper ul {
    list-style: outside none none;
    margin: 0;
}
#nav-wrapper .vtmenu li {
    display: inline-block;
    margin-right: 30px;
}
#nav-wrapper .vtmenu a {
    color: #ccc;
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 50px;
    text-transform: capitalize;
}
#nav-wrapper .vtmenu .sub-menu a {
	color: #fff;
}
#nav-wrapper .vtmenu a:hover {
    color: #fff;
}
#nav-wrapper .menu-item-has-children {
    position: relative;
    z-index: 212;
}
#nav-wrapper .sub-menu {
    background: #fff;
    left: 0;
    margin: 0;
    min-width: 230px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
#nav-wrapper .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}
#nav-wrapper .sub-menu li {
	background: #333;
    display: block;
	margin: 0;
}
#nav-wrapper .vtmenu .sub-menu a {
	background: #333;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
	color: #ccc;
    display: block;
    font-size: 13px;
    line-height: 40px;
    padding: 3px 15px;
    transition: none 0s ease 0s;
    width: 100%;
    position: relative;
}
#nav-wrapper .sub-menu li:last-child a {
	border-bottom: 1px solid #eee;
}
#nav-wrapper .vtmenu .sub-menu a .caret {
    border-style: solid;
    border-width: 4px;
    border-color: transparent transparent transparent #666;
    display: inline-block;
    height: 0;
    right: 15px;
    vertical-align: middle;
    width: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#nav-wrapper .vtmenu .sub-menu a:hover {
	background: #fff;
	color: #333;
}

/* --- TOPBAR --- */
.topbar {
	position: absolute;
	right: 125px;
	padding: 0;
	top: 0;
}
.topbar-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.topbar-menu > li {
    display: inline;
    margin-right: 20px;
}
.topbar-menu li a {
    color: #777;
}
.social span {
	display: inline;
}
.social span a:first-child {
	margin-left: 0;
}
.social a {
	color: #ccc;
	font-size: 15px;
	line-height: 50px;
	margin: 0 0 0 17px;
}
.toggle-search .fa.fa-search.active {
	display: none;
}
.top-bar .fa.fa-search.active {
	display: none;
}
.toggle-search.pull-right::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 14px;
	border-left: 1px solid rgba(107, 100, 100, 0.54);
	margin: 0 20px;
}
.toggle-search {
	color: #ccc;
	cursor: pointer;
	font-size: 17px;
	line-height: 50px;
	padding-left: 2px;
}
.toggle-search .fa.fa-times {
	display: none;
}
.toggle-search .fa.fa-times.active {
	display: inline;
}
.wrapper-search-container {
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 3;
	line-height: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 330px;
}
.wrapper-search-top-bar {
	background: #fff;
	border: 1px solid #d9d9d9;
  	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
	display: none;
	padding: 10px 15px;
	z-index: 999;
}
.wrapper-search-top-bar #searchform button {
	background: none;
	margin: 0;
	padding: 4px;
	border: none;
	float: right;
	font-size: 14px;
	height: 36px;
	position: relative;
	width: 36px;
}
.search-top-bar .icons.fa.fa-search {
	background: #ff6644;
	color: #fff;
	border: medium none;
	border-radius: 3px;
}
.search-form input[type="text"], .search-form button {
	box-shadow: none; 
	height: 40px;
	font-family: 'EB Garamond', serif;
	font-style: italic;
	padding: 6px 10px;
}
.form-control:focus {
	border: 1px solid #ccc;
	box-shadow: none;
}
#searchsubmit {
	padding: 7px 15px;
	border-radius: 0px;
	border-left: 0px;
}
.input-group-addon {
	padding: 0px;
	border: none;
	border-radius: 0px;
	line-height: 24px;
}

/*----- Featured Slider -----*/
.featured-area {
	margin-bottom: 30px;
    max-height: 540px;
    overflow: hidden;
}
.featured-area.nopromo {
	margin-bottom: 20px;
}
.slider .slide-item {
	background-position: center center !important;
    background-size: cover !important;
    min-height: 540px;
    position: relative;
}
.slider:hover .owl-prev,
.slider:hover .owl-next {
	opacity: 1;
}
.owl-prev,
.owl-next {
	opacity: 0;
    color: #fff;
	font-size: 50px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
	line-height: 28px;
    text-align: center;
	-o-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	transition: .25s;
    z-index: 200;
}
.owl-prev {
	left: 25px;
}
.owl-next {
	right: 25px;
}
.owl-next:hover,
.owl-prev:hover {
	opacity:1.0;
}
.slider .slide-item-text {
	display: table-cell;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px;
	position: absolute;
	vertical-align: middle;
	width: 100%;
}
.slider .slide-item-text:hover {
    -o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.slider .post-text-inner {
	margin: 0 auto;
	text-align: center;
	padding: 40px 80px;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: middle;
}
.slider .post-text-inner, .owl-item .post-cats, .slide-item-text .entry-title,
.slide-item-text .post-meta, .slide-item .feat-more {
	position: relative;
	z-index: 1;
}
.owl-item .post-cats {
	color: #fff;
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
}
.slide-item-text .post-cats + .entry-title {
	padding-top: 20px;
}
.slide-item .post-cats > a {
	font-size: 20px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	line-height: 40px;
}
.slide-item .post-meta a {
	color: #fff;
	font-size: 12px;
}
.slide-item .post-meta a:hover {
	color: #fff;
}
.slide-item .feat-more:hover {
	background: rgba(0, 0, 0, 0.15);	
}
.slide-item .feat-more {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	letter-spacing: 3px;
	margin-top: 30px;
	padding: 10px 13px 12px 14px;
	text-transform: uppercase;
	transition: all 0.25s ease 0s;
}
.slide-item .entry-title, .slide-item .entry-title > a {
	line-height: 1.4
}
.slide-item .entry-title a {
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: capitalize;
}
.slide-item .entry-title a:hover {
	color: #fff !important;
}
.slide-content {
    border-radius: 2px;
    bottom: 30px;
    left: 30px;
    position: absolute;
}
.slide-content .post-cats {
    margin: 0;
}
.slide-content .post-cats > a {
    color: #fff;
}
.slide-content .entry-title {
    position: relative;
    margin: 0;
}
.slide-content .entry-title > a {
    color: #fff;
}
.slide-content .post-meta .post-date time {
    border: 1px solid #fff;
    color: #fff;
    font-size: 11px;
    padding: 3px 7px;
    text-transform: uppercase;
}
.slide-item-text .post-meta > a {
	margin: 0 10px 0 0;
}
.slide-content .post-meta .socials li a {
    color: #fff;
}
.slide-content-bg {
    background: rgba(0,0,0,.5);
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}
.neira-border-slider {
	background: url('./assets/front-end/images/border_bottom.png') no-repeat center center;
	content: "";
	display: block;
	height: 12px;
	margin-bottom: 20px;
	padding: 20px 0;
}

/* Fullwidth Slider */
.featured-area.full + .neira-border-slider + #content,
.featured-area.full + #content {
	padding-top: 0;
}
.featured-area.full + .neira-border-slider + #content .vt-content-box,
.featured-area.full + #content .vt-content-box {
	margin-top: 0;
}

/* Content Boxes */
.vt-content-box {
	margin-bottom: 30px;
	margin-top: 20px
}
.vt-item-link {
	display: block;
	position: relative;
	overflow: hidden;
}
.vt-content-box .feat-text {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(34,34,34,0.16);
	width: 100%;
	min-height: 240px;
	-o-transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
}
.vt-content-item:hover .feat-text {
	box-sizing: border-box;
	opacity: 1.0;
}
.vt-content-box .vt-content-item {
    background-size: cover;
    min-height: 240px;
    position: relative;
    text-align: center;
}
.vt-content-box .feat-text h4 {
    background: rgba(0, 0, 0, 0.15);
	color: #fff;
	font-size: 15px;
    left: 50%;
	margin: 0;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 210;
}
.vt-content-box .feat-text h4:hover {
	background: rgba(255, 255, 255, 0.65);
	color: #f37e7e;
}
.vt-content-item::before, .vt-content-item::after {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	content: '';
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 200;
	-o-transition: opacity .35s, transform .35s;
	-ms-transition: opacity .35s, transform .35s;
	-moz-transition: opacity .35s, transform .35s;
	-webkit-transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s;
}
.vt-content-item::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
}
.vt-content-item::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
}
.vt-content-item:hover::before, .vt-content-item:hover::after {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/*----- CONTENT -----*/
#content {
	padding-top: 15px;
}
#content article {
	background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 75px;
}
#content article .post-content {
    padding: 20px 30px 0;
}
.single #content article .post-content {
	background: #fff;
    padding: 20px 30px 20px;
}
.post-content .entry-title,
.post-content .entry-title > a {
	color: #444;
	font-family: 'Playfair Display', serif;
    font-size: 30px;
	font-style: normal;
	font-weight: 700;
    letter-spacing: -1px;
	position: relative;
    text-decoration: none;
	text-align: center;
}
.post-content .entry-title {
	line-height: 1.5;
	margin: 0 0 15px;
}
.entry-title > a:hover {
	color: #111;
}
.slide-content .entry-title > a {
    color: #fff;
}
.post-meta {
	font-size: 10px;
	color: #939393;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
}
.post-content .post-meta a {
    color: #aaa;
    font-size: 11px;
    line-height: normal;
    padding: 0;
}
.posted-on a {
	color: #aaa;
	font-size: 11px;
	line-height: normal;
	padding: 0;
	letter-spacing: 1px;
}
.updated:not(.published) {
	display: none;
}
.post-meta a:hover {
    color: #555;
}
.author-link img {
	border-radius: 50%;
	margin-right: 5px;
}
.by {
	color: #aaa;
	font-style: italic;
	text-transform: none;
}
.separator {
	color: #e1e1e1;
	padding: 0 2px;
}
#content article .post-meta {
    text-align: center;
}
.post-meta a {
    margin: 0 2px;
}
#content article .post-meta .post-date,
#content article .post-meta .socials,
.slide-content .post-meta .post-date,
.slide-content .post-meta .socials {
    display: inline-block;
    margin: 0;
}
#content article .post-meta .post-date {
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}
#content article .post-meta .post-date time {
    color: #888;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 3px 7px;
    text-transform: capitalize;
}
#content article .post-meta .socials,
.slide-content .post-meta .socials {
    list-style: outside none none;
    margin: 0 0 0 15px;
    padding: 0;
}
#content article .post-meta .socials li,
.slide-content .post-meta .socials li {
    display: inline-block;
    margin-right: 15px;
}
#content article .post-meta .socials li a,
.slide-content .post-meta .socials li a {
    color: #888;
    font-size: 13px;
    text-decoration: none;
}
#content article .post-meta .socials li a:hover {
    color: #f88e86;
}
#content article .entry-summary,
#content article .entry-content {
    letter-spacing: 0.5px;
    line-height: 30px;
    margin: 20px 0;
	overflow: hidden;
    text-align: justify;
}
.dropcap > p:first-child:first-letter,
.has-drop-cap > p:first-child:first-letter {
    color: #444;
    float: left;
    font-size: 75px;
    font-weight: bold;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px
}
#content article .feat-more {
    border-bottom: 1px solid;
    color: #888;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
}
#content article .feat-more:hover {
    color: #f88e86;
}
#content article .readmore {
    text-align: center;
    margin-bottom: 10px;
}
.feat-more .dslc-icon {
	margin-left: 0;
	overflow: hidden;
	opacity: 0;
	font-size: 0;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: inline;
}
.feat-more:hover .dslc-icon {
	margin-left: 5px;
	opacity: 1;
	font-size: inherit;
}
#content article .slide-item {
	transition: all 0.5s ease 0s;
}
.neira-thumbnail {
    opacity: 1;
	overflow: hidden;
    position: relative;
	z-index: 1;
}
.neira-thumbnail img {
	transition: all 0.5s ease;
}
.neira-thumbnail:hover img, article .slide-item:hover {
	transform: scale(1.1);
}
.single .neira-thumbnail:hover img {
	transform: none;
}
.neira-page-thumbnail img {
	display: block;
	margin: 0 auto;
}
.neira-format-icon:hover {
    opacity: 1;
}
.neira-format-icon {
    background: url(assets/images/bg_hover.png) repeat;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: opacity 600ms ease;
    -moz-transition: opacity 600ms ease;
    -ms-transition: opacity 600ms ease;
    -o-transition: opacity 600ms ease;
}
.neira-thumbnail .neira-categories {
	font-size: 12px;
	position: absolute;
	top: 20px;
	left: 20px;
	text-transform: lowercase;
	z-index: 1;
}
.neira-thumbnail .neira-categories a {
	background: #ff4646;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 2px 5px 2px;
	min-width: 65px;
	text-align: center;
	-webkit-transition:.2s ease all;
	transition:.2s ease all
}
.neira-thumbnail .neira-categories a:hover {
	background: #f24329;
	color: #fff !important;
}
.post-format .slide-item {
	min-height: auto;
}

/* Post Share */
.post-share {
	height: 30px;
	position: relative;
	padding-bottom: 10px;
}
.post-share .share-comments {
	position: absolute;
	left: 0;
	bottom: -22px;
	border: 1px solid #e5e5e5;
	padding: 5.5px 15px;
	line-height: 25px;
	background: #fff;
	z-index: 10;
}
.single-post .post-share .share-comments {
	bottom: -44px;
}
.post-share .share-comments a {
	color: #555;
	font-size: 13px;
	letter-spacing: 1px;
}
.post-share .share-comments a:hover {
	text-decoration: underline;
}
.post-share-box {
	position: absolute;
	right: 0;
	bottom: -22px;
	text-align:center;
	z-index: 5;
	border: 1px solid #e5e5e5;
	padding: 5px 15px;
	line-height: 25px;
	background: #fff;
	z-index: 10;
}
.single-post .post-share-box {
	bottom: -44px;
}
.post-share-box.share-buttons a i {
	font-size: 16px;
	color: #666;
	margin: 1px;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
	margin: 5px 5px 0 5px;
}
.post-share-box.share-buttons a:hover i {
	color: #222;
}
.post-share-box.share-author a {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-style: normal;
}
.post-share-box.share-author span {
	color: #888;
	font-style: italic;
	margin-right: 2px;
}

/* Posts Nav */
.post-navigation .vt-pagination {
	background: none;
	border: medium none;
}
.post-navigation .vt-pagination a {
	color: #7a7a7a;
}
.post-navigation .vt-pagination .newer {
	float: right;
}

/* Related  Posts */
.post-content .entry-related .entry-title,
.post-content .entry-related .entry-title a {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.45;
	letter-spacing: 0;
	margin: 10px 0;
	text-align: center;
}
.entry-related {
    padding: 15px 0 10px 0;
}
.entry-related .thumbnail-wrap {
	text-align: center;
}
.entry-related h3 {
	font-size: 18px;
	margin-bottom: 25px;
}
.entry-related h3 span {
    color: #f25d46;
	font-style: italic;
}
.entry-related .entry-title a:hover {
    color: #eb5424;
}
.entry-related .thumbnail-wrap .nopic {
	border: 1px dashed #ddd;
	display: block;
	margin: 0 auto;
}

/*----- Widgets -----*/
.widget {
	background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
}
.widget-title {
	border: 1px dashed #ddd;
    color: #444;
	font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 3px 0 25px;
	padding: 15px;
    position: relative;
	text-align: center;
}
.widget-title:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	bottom: -6px;
	left: 50%;
	border-top-color: #ddd;
	border-width: 6px;
	border-bottom: 0;
	margin-left: -6px;
	z-index: 5;
	content: "";
	position: absolute;
}
.widget-title:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-top-color: #fff;
	bottom: -5px;
	left: 50%;
	border-width: 6px;
	border-bottom: 0;
	margin-left: -6px;
	z-index: 6;
	content: "";
	position: absolute;
}
.widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widget ul ul {
    padding-left: 15px;
}
.widget a:hover {
    color: #f25d46;
}
.widget li .post-image {
    float: left;
    margin-right: 10px;
}
.widget li .post-image img {
    width: 100%;
}
.widget li .post-item-text {
    overflow: hidden;
}
.widget .post-item-text h4 {
    line-height: 20px;
    margin: 0;
}
.widget .post-item-text h4 a {
    color: #555;
    font-size: 16px;
}
.widget .post-item-text h4 a:hover {
    color: #f25d46;
}
.latest-post li:last-child,
.widget_categories li:last-child,
.widget_posts_thumbnail li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/*----- About Widget -----*/
.about-widget {
    text-align: center;
}
.about-img {
    margin-bottom: 10px;
}
.about-title {
    color: #333;
    font-size: 11px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
.about-description {
    margin: 0;
    text-align: center;
}
.about-social {
	margin-bottom: 15px;
	padding: 10px 0 10px 0;
}
.widget .about-social a, .widget.widget-social a {
	color: #666;
	display: inline-block;
	font-size: 15px;
	margin: 0 5px 0 0px;
	text-align: center;
	height: 35px;
	width: 35px;
	line-height: 35px;
	border: 1px solid #e8e4dd;
	border-radius: 50%;
}
.about-social a:hover, .widget-social a:hover {
	border-color: #999;
	color: #222;
}
.author-signature {
	margin-bottom: 15px;
	display: block;
}

/*----- Ad Widget -----*/
.ad-widget img {
	display: block;
	margin: 0 auto;
	width: auto;
}

/*----- Social Widget -----*/
.social-widget {
    text-align: center;
}
.social-widget > a {
    background: none;
    border: 1px solid #ddd;
    border-radius: 30px;
    color: #aaa;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 10px;
    text-align: center;
    width: 30px;
}
.social-widget > a:last-child {
    margin-right: 0;
}
.social-icon {
	display: block;
	text-align: center;
	padding-bottom: 10px;
}

/* Widget posts thumbnail */
.widget_posts_thumbnail li {
	display: inline-block;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
	width: 100%;
}
.widget_posts_thumbnail li .post-item-text {
    overflow: hidden;
}
.widget_posts_thumbnail .post-item-text h4 {
    margin: 0;
}

/*--- Latest Posts Widget ---*/
.latest-post .post-item-text .post-meta,
.entry-category {
    color: #888c8e;
    font-size: 11px;
    line-height: normal;
    padding: 0;
}
.latest-post .post-item-text .post-meta {
    margin: 0;
    padding: 0;
}

/*--- Recent Comments Widget ---*/
.widget ul .neira-widget-latest {
    overflow: hidden;
	padding-bottom: 15px;
}
.widget ul .neira-widget-latest:last-of-type {
    margin-bottom: 0
}
.widget ul .neira-widget-latest .neira-widget-latest-left {
    float: left;
    margin-right: 20px;
}
.widget ul .neira-widget-latest .neira-widget-latest-right p {
	margin-bottom: 0
}
.widget ul .neira-widget-latest .neira-widget-latest-right .neira-post-date {
	font-size: 10px;
}
.widget ul .neira-widget-latest .neira-widget-latest-right .neira-widget-latest-comment-author {
	text-transform: uppercase;
	color: #767676;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 16px;
	margin-bottom: 5px;
	margin-top: 0;
}

/*--- Single Post ---*/
.vt-post-tags {
    margin-bottom: 25px;
}
.post-footer.single-post-footer {
	border: 1px dashed #ddd;
	margin-bottom: 20px;
	padding: 10px 15px;
	text-align: center;
	overflow: hidden;
}
.social-share.share-buttons {
	display: inline-block;
}
.single-post-footer .shareto {
	color: #7a7a7a;
	font-size: 13px;
	font-style: italic;
	padding-right: 0;
}
.single-post-footer .social-share a {
    color: #777;
    display: inline-block;
	font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    width: 25px;
}
.single-post-footer .social-share a:hover {
	color:#777
}
.post-footer > div {
    display: inline;
}
.like-count {
	font-size: 15px;
}
.like-count a {
	color: #777;
}
.neira-like-post.liked i, .liked .neira-like-post-count {
	color: red;
}
.chosen-container {
	font-size: 15px;
}
.chosen-container .chosen-results li {
	padding: 10px;
}

/*--- Pagination ---*/
.pagination {
	margin: 5px 0;
}
.vt-pagination {
	clear: both;
	margin-bottom: 25px;
	overflow: hidden;
	text-align: center;
}
.vt-pagination .pagination a, .vt-pagination span {
	background: #fff;
	color: #999;
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	height: 40px;
	line-height: 28px;
	border: 1px solid #d0d0d2;
	border-radius: 100%;
	text-align: center;
	transition: all 0.3s ease;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 5px 13px;
	position: relative;
	text-transform: uppercase;
	width: 40px;
}
.vt-pagination .pagination span {
	background: #f25d46;
	color: #fff;
}
.vt-pagination .current,
.vt-pagination .nav-links a:hover,
.vt-pagination .page-numbers.dots {
	border-color: transparent;
}
.vt-pagination .pagination a:hover {
	background: #f25d46;
}
.vt-pagination .older {
    text-align: left;
}
.vt-pagination .newer {
    text-align: right;
}
.vt-pagination  .nav-links a:hover {
    color: #fff;
}
.vt-pagination .older a:before,
.vt-pagination .newer a:after {
    font-family: "FontAwesome";
    top: 50%;
    transform: translatey(-50%);
}
.vt-pagination .older a:before {
    content: "\f100";
    padding-right: 5px;
}
.vt-pagination .newer a:after {
    content: "\f101";
    padding-left: 5px;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.paging-navigation .nav-previous{
    text-align: left;
}
.paging-navigation .nav-next {
    text-align: right;
}
.paging-navigation .nav-previous,
.paging-navigation .nav-next {
    letter-spacing: 1px;
	padding: 10px 5px;
    text-transform: uppercase;
}
.paging-navigation .nav-previous a,
.paging-navigation .nav-next a {
	color: #242424;
}

/* Post Icons */
.post-icon {
	background-color: white;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: inline-block;
    font-size: 1.4em;
    height: 60px;
    left: -13px;
    line-height: 38px;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 60px;
}

/* -------------------------------------------------- */
/* Accessibility
/* -------------------------------------------------- */
/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.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);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    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 */
}

/* --- Author Box --- */
.vt-post-author {
	border: 1px dashed #ddd;
	overflow: hidden;
	padding: 20px 30px 15px 30px;
}
.vt-post-author .author-content {
    text-align: left;
}
.vt-post-author .author-content .author-title {
	margin: 0 0px 10px 0;
}
.vt-post-author .author-content .author-title > a {
    color: #111;
}
.author-img img {
	border-radius: 50%;
}
.vt-post-author .author-content .author-title a {
	color: #555;
	font-family: Playfair Display;
	font-style: italic;
}
.vt-post-author .author-content .author-social {
    color: #7a7a7a;
	font-size: 15px;
    margin-right: 10px;
}
.author-content > p {
    margin-bottom: 10px;
}

/*----- COMMENTS -----*/
#comments {
	padding: 15px 0;
}
#comments #reply-title {
	margin-bottom: 10px;
}
#comments .logged-in-as {
	text-align: center;
}
#comments #reply-title em {
	color: #f25d46;
}
#comments .comment-list {
    margin-bottom: 50px;
    padding: 0;
}
#comments .comments-title {
	border-bottom: 1px dashed #ddd;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
#comments ol.comment-list,
#comments .comment > ol.children {
    list-style: none;
}
.comment-list .comment-body {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    padding: 20px 20px 20px 0;
}
.comment-body .comment-author {
    float: left;
    margin-right: 22px;
}
.comment-body .comment-author img {
    border-radius: 50%;
    max-width: 70px;
}
.comment-body .comment-content {
    overflow: hidden;
}
.comment-body  .comment-content .fn {
    display: inline-block;
    font-size: 11px;
	font-style: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-right: 20px;
    text-transform: uppercase;
}
.comment-body .date-comment {
    font-size: 12px;
    color: #999;
}
.comment-body .date-comment a {
    color: inherit;
}
.comment-body .comment-content .reply {
    float: right;
}
.comment-body .comment-content .reply a {
    background: #eee;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #444;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0.75px;
    margin-left: 10px;
    padding: 5px 10px;
}
.comment-body .comment-content .reply a:hover {
	background: #ddd;
	color: #000;
    text-decoration: none;
}
.comment-body .comment-content .comment-text {
    letter-spacing: 0.75px;
    margin-top: 10px;
}
.comment-body .comment-content .comment-text p {
    margin-bottom: 10px;
    color: #666;
}
#commentform .input-form,
#commentform .textarea-form {
    border: 1px solid #e5e5e5;
    line-height: 35px;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%;
}
textarea#message {
    min-height: 150px;
}
#cancel-comment-reply-link {
    font-size: 18px;
    margin-left: 15px;
}

/* -- Page -- */
.error404 .post-content,
.search-no-results .post-content {
	background: #fff;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding: 20px 30px 30px;
}
.error404 .not-found span {
	color: #666;
	font-weight: bold;
}
.search-no-results .navigation.paging-navigation {
	display: none;
}
.page-template-template-left-sidebar .col-md-8 {
	float: right;
}
.page-template-template-left-sidebar .col-md-4 {
	float: left;
}

/*--- Archive Box ---*/
.archive-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
	padding: 15px 15px 30px;
    position: relative;
    text-align: center;
}
.archive-box .archive-description p {
	margin: 0;
}
.archive-box > span {
    color: #888;
    font-size: 13px;
    text-transform: uppercase;
}
.archive-box > h1,
.vt-page .page-title {
    color: #111;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 0 5px;
    text-transform: uppercase;
}

/*----- WIDGET CATEGORIES -----*/
.widget_categories a,
.widget_archive a,
.widget_recent_entries a {
	margin-right: 3px;
}
.widget_categories li {
    color: #999;
    text-align: left;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_meta li,
li.neira-widget-latest {
    border-bottom: 1px dashed #ddd;
    display: inline-block;
    line-height: 45px;
    width: 100%;
}
.widget li:last-child {
    border-bottom: none;
}
.widget_archive ul li a,
.widget_categories ul li a,
.widget_recent_entries ul li a {
    color: #333;
    float: left;
    font-size: 15px;
    letter-spacing: 0.5px;
}

/*--- TAGCLOUD ---*/
.tagcloud {
    text-align: center;
}
.tagcloud a,
.vt-post-tags a {
    border: 1px dashed #ddd;
    color: #7a7a7a;
    display: inline-block;
    font-size: 14px !important;
    margin: 0 2px 5px;
    padding: 0 10px;
    text-align: center;
    text-transform: capitalize;
}
.tagcloud a:hover, .vt-post-tags a:hover {
	color: #222;
	text-decoration: none;
	border: 1px dashed #999;
}

/*--- NAV MENU ---*/
.widget_nav_menu a,
.widget_pages a {
    border-bottom: 1px dashed #eee;
    color: #333;
    display: block;
    font-size: 11px;
    line-height: 40px;
    text-transform: uppercase;
}

/*--- Newsletter widget ---*/
.widget.widget_newsletter,
.footer-columns .widget.widget_newsletter {
	background-image: url("./assets/front-end/images/newsletter-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 30px 40px;
	width: 100%;
}
.newsletter-widget-inner {
	position: relative;
	text-align: center;
}
.widget_newsletter .widget-title {
	border: none;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -1px;
	margin-bottom: 23px;
	text-align: center;
	z-index: 1;
}
.widget_newsletter .widget-title:after {
	content: none;
}
.newsletter-widget-overlay {
	background: rgba( 69, 69, 69, 0.66 );
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.widget_newsletter #subscribe-form {
	padding-top: 20px;
}
.widget.widget_newsletter form input[type="submit"],
.widget.widget_newsletter form input[type="button"],
.widget.widget_newsletter form button,
.site-footer .widget_newsletter form input[type="submit"],
.site-footer .widget_newsletter form input[type="button"],
.site-footer .widget_newsletter form button {
	font-size: 14px;
	margin-top: 5px;
	width: 100%;
	background: #000;
	color: #fff;
	border: 0;
	height: 50px;
}
.widget.widget_newsletter form input[type="text"],
.widget.widget_newsletter form input[type="email"],
.site-footer .widget_newsletter form input[type="text"],
.site-footer .widget_newsletter form input[type="email"] {
	background-color: #fff;
    margin-top: 1px;
	text-align: center;
	width: 100%;
}

/*----- FOOTER -----*/
#footer {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#footer .special-bg {
	background-color: #1d1f20;
	background-position: center bottom;
	background-size: auto;
	position: absolute;
	height: 35%;
	min-height: 240px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: -1;
	background-repeat: no-repeat
}
#footer .footer-columns {
	padding-bottom: 20px;
}
.footer-columns .section-header {
    font-size: 32px;
    margin-bottom: 20px;
}
.footer-columns .widget {
	background: none;
	border: none;
	padding: 0;
}
.footer-columns .widget_posts_thumbnail .thumbnail-wrap,
.footer-columns .widget_posts_thumbnail .wp-post-image,
.footer-columns .widget_posts_thumbnail img {
    width: 80px;
    height: auto;
}
.footer-columns .footer-column {
    float: left;
    margin-right: 6%;
    box-sizing: content-box;
    position: relative;
}
.footer-columns .footer-column-3 {
    margin-right: 0;
}
.site-footer {
	background-color: #fff;
	border-top: 1px solid #ededed;
    margin-top: 50px;
	padding-top: 30px;
}
.site-footer .widget p {
    margin-bottom: 15px;
}
.site-footer .widget ul .children,
.site-footer .widget ul .sub-menu {
    padding-left: 1.5em;
}
.site-footer .widget ul .children li:first-child,
.site-footer .widget ul .sub-menu li:first-child {
    border-top: none;
    padding-top: 0;
}
.site-footer .widget ul .children li:last-child,
.site-footer .widget ul .sub-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.site-footer .widget ul > li {
    list-style: none;
}
.site-footer .widget ul > li a:hover {
    text-decoration: underline;
}
.site-footer .widget ul li:first-child {
    border-top: none;
}
.site-footer .widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.site-footer .widget select {
    width: 100%;
    max-width: 100%;
}
.site-footer .widget_posts_thumbnail .entry-meta {
	font-size: 10px;
}
.site-footer .widget_posts_thumbnail .thumbnail-wrap {
    line-height: 4.3;
}
.site-footer .widget_search input[type='search'] {
    width: 100%;
    margin-bottom: 10px;
}
.site-footer .widget_search input[type='submit'] {
    width: 100%;
}
.site-footer .tagcloud a {
	color:#666;
}
.site-footer .tagcloud a:hover {
	color: #222;
}
.site-footer .instagram-footer {
	flex-wrap: wrap;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	width: 95%;
}
.site-footer .instagram-footer .widget {
	margin: 0;
	padding: 0;
	border: none;
}
.site-footer .instagram-footer #sb_instagram .sb_instagram_header {
	padding: 10px !important;
	margin: 0 0 5px;
}
.site-footer .instagram-footer #sb_instagram {
	padding: 0 !important;
}
.site-footer #sb_instagram #sbi_load {
	display: inline-table;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	  -webkit-transform: translate(-50%,-50%);
	  -moz-transform: translate(-50%,-50%);
	  -o-transform: translate(-50%,-50%);
	top: 45%; 
}
.site-footer #sb_instagram #sbi_load .sbi_load_btn,
.site-footer #sb_instagram .sbi_follow_btn a {
	display: table;
}
.site-footer #sb_instagram  #sb_instagram .sb_instagram_header {
	padding: 15px;
}
.site-footer .instagram-footer #sb_instagram .sbi_follow_btn a {
	background: #444;
	border-radius: 2px;
	box-shadow: 0 1px 5px rgba(190,190,190,.5);
	  -webkit-box-shadow: 0 1px 5px rgba(190,190,190,.5);
	  -moz-box-shadow: 0 1px 5px rgba(190,190,190,.5);
	color: #fff;
	font-size: 12px;
	padding: 10px 15px 10px;
	position: relative;
	-webkit-backface-visibility: hidden;
	text-transform: uppercase;
	border: 2px solid #fff;
}
.site-footer .copyright a {
	color: #c1c1c1;
}
.site-footer .copyright a:hover {
	color: #eaeaea;
}
.copyright > p {
    margin: 0;
	text-align: center;
}
.social-footer {
	border-top: 1px solid #e5e5e5;
    display: table;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
	text-align: center;
    width: 100%;
    z-index: 10;
}
.social-footer a {
	color: #555;
	display: table-cell;
	font-size: 10px;
	letter-spacing: 2px;
	margin: 0;
	padding: 20px 0;
	text-transform: uppercase;
}
.social-footer a i {
	font-size: 14px;
}
.social-footer .text {
	padding-left: 6px;
}
.copyright {
	color: #888;
	float: left;
	font-size: 15px;
	font-weight: 400;
	padding: 20px 0;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
}

@media only screen and (min-width: 48em) {
    .error404 #primary,
    .archive #primary,
    .single #primary,
    .page #primary {
        position: relative;
    }
    .slider .post-text-inner {
        max-width: 85%;
    }
    .footer-columns .col2 .footer-column,
	.footer-columns .col3 .footer-column {
		float: left;
        width: 27%;
    }
/* End @media ================================================================== */ }

@media only screen and (min-width: 1022px) {
	.footer-columns .col3 .footer-column {
        width: 29%
    }
/* End @media ================================================================== */ }


/* Backtotop */
#backtotop {
    position: fixed;
    bottom: -100px;
    right: 35px;
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    z-index: 200;
}
#backtotop a {
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    /* background color transition */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
#backtotop span {
    color: #444;
    display: block;
    font-size: 2.4em;
    height: 37px;
    opacity: 0.7;
    width: 40px;
}
#backtotop i {
    margin-top: 4px;
}

/** Grid Columns */
.vt-blog-grid {
    margin: 0 -15px;
    overflow: hidden;
}
#content .vt-blog-grid .post {
	background: none;
	border: medium none;
	box-shadow: none;
}
.vt-blog-grid .post {
    background: none;
    border: medium none;
    float: left;
    padding: 0 15px;
}
.vt-blog-grid .post .post-wrapper {
    background: #fff;
	border: 1px solid #e5e5e5;
    box-shadow: 0 5px 3px -5px rgba(190, 190, 190, 0.3);
	  -moz-box-shadow: 0 5px 3px -5px rgba(190, 190, 190, 0.3);
	  -webkit-box-shadow: 0 5px 3px -5px rgba(190, 190, 190, 0.3);	
}
.vt-blog-grid .post .post-content {
    padding: 20px;
}
.vt-blog-grid .slider .slide-item {
    min-height: inherit;
}
.vt-blog-grid .post .entry-title {
    line-height: 1.4;
}
.vt-blog-grid nav {
	padding: 0 15px;
}
.vt-blog-grid .vt-pagination {
	padding: 5px 0;
}

/** Blog Grid 2 columns */
.grid-2-col .post:nth-child(2n+1) {
    clear: both;
}
.grid-2-col .post {
    width: 50%;
}

/** Blog List */
#content .\31 st_fullpost_collist article {
	margin-bottom: 50px;
}
.\31 st_fullpost_collist .vt-blog-list,
.vt-blog-list  {
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
#content .vt-blog-list .post:last-child {
	border: none;
}
#content .vt-blog-list .post {
	border-bottom: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
	border-top: none;
	box-shadow: none;
	overflow: hidden;
	padding-bottom: 25px;
	margin: 0;
}
#content .vt-blog-list article .entry-summary,
#content .vt-blog-list article .entry-content {
	margin: 10px 0;
	line-height: 25px;
}
.vt-blog-list .post-format {
	width: 300px;
	float: left;
	margin: 20px 30px 0 20px;
}
.vt-blog-list .owl-wrapper {
	float: left;
	width: 370px;
}
.vt-blog-list .neira-thumbnail {
	float: left;
}
.vt-blog-list .post {
	border: none;
}
.vt-blog-list .post-content .entry-title {
	margin-bottom: 15px;
	margin-top: 10px;
}
.vt-blog-list .entry-title > a {
	line-height: 1.5;
}
.vt-blog-list .post .entry-title,
#content .vt-blog-list .post-meta {
	text-align: left;
}
.by {
	color: #aaa;
	font-style: italic;
}
.post-header .cat a {
	text-transform: capitalize;
	letter-spacing: 1px;
	font-size: 14px;
	margin: 0 5px 0 4px;
	font-weight: 700;
}
.post-header .cat a:hover {
	color: #f24329;
}
.post-header .cat a:first-of-type {
	margin-left: 0;
}
#top-search input, .feat-overlay p,
.subscribe-inner p, .post-entry blockquote p,
.entry-content blockquote p,
span.by, .comment-box {
	font-family: 'EB Garamond', serif;
}
.entry-category {
	color: #a5a5a5;
	font-family: 'EB Garamond', serif;
	font-size: 15px;
	font-style: italic;
	margin-right: 2px;
}
#content .vt-blog-list .post:last-child {
	border: none;
	margin-bottom: 0;
}

/* -------------------------------------------------- */
/* Galleries
/* -------------------------------------------------- */
.gallery-item {
	display: inline-block;
	margin-bottom: 3%;
	padding-right: 2.6%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-item img {
	height: auto;
	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: none;
}

/* -------------------------------------------------- */
/* Media Queries
/* -------------------------------------------------- */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media only screen and ( min-width: 960px ) and ( max-width: 1319px ) {
	#nav-wrapper ul {
		padding-left: 0;
	}
}

@media only screen and ( max-width: 1024px ){
	.topbar {
		right: 5%;
		padding: 0;
		top: 0;
		transition: all 0.3s ease-out 0.2s;
		  -webkit-transition: all 0.3s ease-out 0.2s;
		  -moz-transition: all 0.3s ease-out 0.2s;
		  -o-transition: all 0.3s ease-out 0.2s;
		  -ms-transition: all 0.3s ease-out 0.2s;
	}
	.topbar .pull-left, .social.pull-right {
		width: auto;
	}
}

@media(min-width: 992px) and (max-width: 1024px) {
	.vt-blog-grid .post-share-box {
		position: absolute;
		right: 50px;
		bottom: -20px;
	}
}	

@media (max-width: 991px) {
	.author-img {
		float: left;
	}
	.author-img img {
		width: 90%;
	}
	.vt-post-author,
	#comments, #respond,
	#comments ol.comment-list, #comments .comment > ol.children	{
		margin-bottom: 25px;
	}
}
	
@media (max-width: 768px) {
	.slider .post-text-inner {
		padding: 40px;
	}
	.post-icon {
		display: none;
	}
	.vt-blog-list .post-format iframe {
		height: 300px;
	}
}

@media(min-width:768px) and (max-width:1024px) {
	.vt-blog-grid .post-share .share-comments {
		display:none;
	}
	.widget.widget_newsletter,
	.footer-columns .widget.widget_newsletter {
		padding: 20px;
	}
	#content article .entry-summary,
	#content article .entry-content {
		text-align: left;
	}
}

@media(min-width:768px) and (max-width:991px) {
	.site-header h1 {
		font-size: 75px;
	}
	.site-description {
		font-size: 17px;
	}
	#nav-wrapper .vtmenu li {
		margin-right: 13px;
	}
	#nav-wrapper .sub-menu li {
		margin-right: 0;
	}
	.slider .entry-title {
		line-height: 30px;
	}
    .vt-blog-grid .post {
        width: 50%
    }
    .vt-blog-grid .post:nth-child(2n+1) {
        clear: both;
    }
    .vt-blog-grid3columns .post:nth-child(3n+1) {
        clear: none;
    }
	.vt-blog-grid .post .entry-title {
		line-height: 30px;
	}
	.vt-blog-list .neira-thumbnail {
		float: none;
	}
	.vt-blog-list .post-format {
		width: auto;
		float: none;
		margin-right: 0;
	}
	#content article .entry-summary,
	#content article .entry-content {
		margin: 15px 0;
	}
	.widget .latest-post .post-image,
	.widget_posts_thumbnail .post-image {
		width: 25%;
	}
	.single .widget .latest-post .post-image,
	.page .widget .latest-post .post-image {
		width: auto;
	}
	.widget .latest-post .post-item-text h4 {
		line-height: 12px;
	}
	.latest-post .post-item-text h4 a {
		font-size: 12px;
	}
	.widget .latest-post .post-item-text .post-meta, .post-meta a {
		font-size: 11px;
	}
	.about-social a, .widget-social a {
		font-size: 12px;
		height: 25px;
		line-height: 22px;
		margin: 0 1px 10px 0;
		width: 25px;
	}
	.neira-widget-latest-comment-avatar img {
		width: 40px;
	}
}

@media (min-width: 768px) {
	.nav-toggle {
		display: none;
	}
    .vtmenu {
        display: block;
    }
    #nav-wrapper .vtmenu .menu-item-has-children:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
	.slider .post-text-inner {
		max-width: 50%;
	}
	.home.page #content {
		padding-top: 15px;
	}
	.single #content, .page #content,
	.search #content, .archive #content, .error404 #content,
	.woocommerce #content {
		padding-top: 35px;
	}
	#primary.col-right {
		float: right;
	}
	#sidebar.col-left {
		float: left;
	}
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	.topbar-menu {
		padding-bottom: 5px;
	}
	.site-branding {
		padding: 30px 0;
	}
	.vt-content-box .feat-text h4 {
		z-index: 100;
	}
    .vtmenu {
        border: 0 none;
        display: none;
        left: 0;
        margin: 0;
        padding: 0 15px;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 200;
    }
    #nav-wrapper .vtmenu li {
        background: #fff;
		border-top: 1px solid #eee;
        display: inline-block;
        float: left;
        line-height: inherit;
        margin: 0;
        text-align: left;
        width: 100%;
    }
	#nav-wrapper .vtmenu a:hover {
		color: #888;
	}
    #nav-wrapper .vtmenu li a {
        border: medium none;
        color: #888;
        display: inline-block;
        line-height: 40px;
        padding-left: 15px;
        width: 100%;
    }
	#nav-wrapper .vtmenu li li a {
	  color: #888 !important;
	}
    #nav-wrapper .vtmenu .sub-menu a {
		background: none;
        border-color: transparent;
		padding: 0px 10px;
    }
    #nav-wrapper .vtmenu li a:hover {
        background: #fff;
    }
    #nav-wrapper .vtmenu .menu-item-has-children > a {
        position: relative;
    }
    #nav-wrapper .sub-menu {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        display: none;
        left: inherit;
        opacity: 1;
        padding-left: 15px;
        position: inherit;
        top: inherit;
        transform: none;
        visibility: inherit;
    }
    #nav-wrapper .vtmenu .caret::after, 
	#nav-wrapper .sub-menu .dropdown > a .caret::after {
        content: "\f107";
    }
    #nav-wrapper .vtmenu .dropdown-toggle .caret,
    #nav-wrapper .sub-menu .dropdown > a .caret {
        border: medium none;
        height: 30px;
        padding: 5px;
        width: 30px;
    }
    #nav-wrapper .sub-menu .dropdown > a .caret {
        right: 0;
    }
    #nav-wrapper .vtmenu .dropdown-toggle .caret::after {
        color: #888;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
    }
    #nav-wrapper .vtmenu .caret::after {
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 15px;
        left: inherit;
        position: absolute;
        top: 50%;
		  -ms-transform: translate(-50%, -50%);
		  -webkit-transform: translate(-50%, -50%);
		  -o-transform: translate(-50%, -50%);
		  -moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
    }
    #nav-wrapper .sub-menu .sub-menu {
        border: medium none;
        left: 0;
        position: relative;
        top: 0;
    }

	/* Nav Toggle */
	.toggle-menu {
		display: inline-block;
        line-height: 50px;
        padding: 0 15px;
    }
	.nav-toggle {
		background-color: #202020;
		box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
		display: block;
		height: 40px;
		margin: 5px 0;
		position: relative;
		width: 40px;
	}
	.nav-toggle .bar {
		width: 20px;
		height: 2px;
		background: #fff;
		border-radius: 1px;
		box-shadow: 0 1px 0 rgba(0,0,0,0.1);
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		-webkit-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -webkit-transform 0.2s linear 0s;
		-moz-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -moz-transform 0.2s linear 0s;
		-o-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -o-transform 0.2s linear 0s;
		transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, transform 0.2s linear 0s;
	}
	.nav-toggle .bar:nth-child(1) { margin-top: -7px; }
	.nav-toggle .bar:nth-child(2) { margin-top: -1px; }
	.nav-toggle .bar:nth-child(3) { margin-top: 5px; }
	.nav-toggle:hover { cursor: pointer; }
	.nav-toggle.active .bar { 
		background: #fff; 
		-webkit-transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -webkit-transform 0.2s linear 0.2s;
		-moz-transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -moz-transform 0.2s linear 0.2s;
		-o-transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -o-transform 0.2s linear 0.2s;
		transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, transform 0.2s linear 0.2s;
	}
	.nav-toggle.active .bar:nth-child(1),
	.nav-toggle.active .bar:nth-child(3) { margin-top: -1px; }
	.nav-toggle.active .bar:nth-child(1) {
	  -ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	transform: rotate(45deg);  
	}
	.nav-toggle.active .bar:nth-child(2) { 
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0; 
	}
	.nav-toggle.active .bar:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.vt-content-box .vt-content-item, .featured-area {
		margin-bottom: 20px;
	}
	#content article {
		margin-bottom: 30px;
	}
	#content article .post-content {
		padding-bottom: 13px;
	}
	#content article .entry-summary,
	#content article .entry-content {
		margin: 15px 0;
	}
	.vt-content-box {
		margin-bottom: 0;
		margin-top: 0;
	}
	.vt-blog-grid .post .entry-title {
		line-height: 25px;
	}
	.vt-blog-list .neira-thumbnail {
		float: none;
		margin-right: 0;
	}
	.navigation.paging-navigation {
		margin-bottom: 30px;
	}
	.wpcf7-form > p {
		margin: 0 0  1em;
	}
	.wpcf7-form .wpcf7-form-control {
		line-height: 25px;
	}
    .vt-blog-grid .post {
        width: 100%
    }
    .footer-columns .footer-column {
		float: none;
    }
	.site-footer {
		margin-top: 20px;
	}
    .social-footer a .text {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	#footer .special-bg {
		height: 20%;
		min-height: 200px;
	}
}

@media (max-width: 767px) {
	.custom-logo-link {
		padding: 25px 0 0 0;
	}
	.entry-related.clear {
		text-align: center;
	}
	.entry-related .col-sm-4 {
		padding-bottom: 30px;
	}
	.entry-related .col-sm-4.last {
		padding: 0;
	}
	.paging-navigation .nav-next,
	.paging-navigation .nav-previous {
		text-align: center;
	}
	#footer .special-bg {
		height: auto;
	}
	.social-footer {
		border-top: 0;
	}
}

@media (max-width: 640px) {
	.wrapper-search-container {
		left: 0;
		top: 50px;
		margin: 0 auto;
		overflow: hidden;
		clear: both;
		width: 100%;
	}
	.site-header h1 {
		font-size: 35px;
	}
	.site-description {
		font-size: 13px;
	}
}

@media (max-width: 639px) {
	.vt-blog-list .post-format {
		float: none;
		margin: 0;
		width: auto;
	}
}

/* Portrait tablets, iPad, landscape e-readers */
@media (min-width: 641px) and (max-width: 767px) {
	#footer .special-bg {
		height: 15%;
		min-height: 180px;
	}
}

@media (max-width: 480px) {
	.toggle-search {
		padding-left: 0px;
	}
	.featured-area {
		max-height: 400px;
		height: 400px;
	}
	.featured-area .slider .slide-item {
		min-height: 400px;
	}
    .slider .slide-item-text {
        top: 50%;
        transform: translateY(-50%);
        right: inherit;
    }
	.entry-related h3 {
		text-align: center;
	}
	.entry-related .hentry {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.entry-related .hentry,
	.entry-related .hentry .entry-title,
	.entry-related .hentry .entry-title a {
		width: 100%;
	}
	.author-img {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	.author-img img {
		width: auto;
	}
	.footer-columns .footer-column {
		margin: 0;
	}
    .site-footer .container {
        padding: 0 10px;
    }
	.copyright {
		font-size: 10px;
		text-align: center;
	}
}

@media (max-width: 479px) {
	.custom-logo {
		width: 85%;
	}
	#content article .post-content {
		padding: 20px 15px 13px;
	}
	#content article .entry-summary,
	#content article .entry-content {
		text-align: initial;
	}
	.single-post-footer .social-share a {
		background: none;
		color: #ccc;
		display: inline;
		line-height: 1;
		margin: 0 3px;
	}
	.single-post-footer .social-share a:hover {
		background: none;
		color: #555 !important;
	}
	.site-footer .instagram-footer .sbi_follow_btn {
		font-size: 13px;
		margin: 0;
		padding: 2px 7px 2px;
		top: 45%;
	}
	blockquote p {
		text-align: left;
	}
}

@media(max-width: 360px) {
    .slider .slide-item-text {
        width: 100%;
    }
	.slide-item .entry-title a {
		font-size: 20px;
	}
	.social-footer {
		border-top: none;
	}
}

@media(max-width: 320px) {
	.featured-area {
		max-height: 200px;
		height: 200px;
	}
	.featured-area .slider .slide-item {
		min-height: 200px;
	}
	.featured-area .slide-item .entry-title a {
		font-size: 16px;
	}
	.featured-area .owl-carousel .owl-item .post-cats a {
		font-size: 14px;
		letter-spacing: 2px;
	}
	.featured-area .slider .slide-item .entry-title {
		line-height: 20px;
	}
	.slide-item .feat-more {
		display: none;
	}
	.post-footer.single-post-footer {
		overflow: hidden;
	}
	.post-like.pull-right {
		float: left !important;
	}
/* End @media ================================================================== */}