/*
Theme Name: Donna
Theme URI: http://vmthemes.com/donna/
Author: VM Themes	
Author URI: http://vmthemes.com
Description: Donna is a modern, mobile friendly WordPress theme designed for blogs, magazines and business websites. It’s been engineered to be easy to use and tuned for speed to deliver the best possible performance. Donna theme has been designed to beautifully display pictures and text content by providing five different site-layouts like Grid, Masonry, List and more. Donna comes with Powerful Customizer Theme Option Panel which provides individual customizations that can be used to change the look and feel of your website, for example: Site Width, Logo Style, ability to choose between one or two sidebars and 6 different sidebars positions, custom menu setting, different color choices and more.
Version: 1.0.2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, full-width-template, post-formats, theme-options, threaded-comments, translation-ready, blog, news, photography
Text Domain: donna
/* ------------------------------------------------------------------------- *
 *  1. Reset
/* ------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

html {
	overflow-y: scroll;
	font-size: 100%;
}

a:focus {
	outline: thin dotted;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #cccccc;
}
ins {
	background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
	text-decoration: none;
	padding: 1%;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* ------------------------------------------------------------------------- *
 *  2. Base Styles
/* ------------------------------------------------------------------------- */

/* Typography */

body {
    overflow-x: hidden;
    line-height: 1.7;
    font-weight: 400;
    color: #333;
    background: #f5f5f5;
}

::-moz-selection {
    color: #ffffff;
}

::selection {
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #151515;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.025em;
}

h1 a, h1 a:hover, h1 a:active,
h2 a, h2 a:hover, h2 a:active,
h3 a, h3 a:hover, h3 a:active,
h4 a, h4 a:hover, h4 a:active,
h5 a, h5 a:hover, h5 a:active,
h6 a, h6 a:hover, h6 a:active{
    font-weight: inherit;
    color: inherit;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

small {
    font-size: 80%;
}

hr {
    clear: both;
    margin: 10px 0 30px;
    height: 0;
    border: solid #ddd;
    border-width: 1px 0 0;
}

pre {
    overflow-x:auto;
    margin: 0 0 20px 0;
    padding: 10px 20px;
    height: auto;
    border: 1px solid #e2e2e2;
    background: #f7f7f7;
}

q {
    display: block;
}

dt {
    font-weight: 700;
}

dl dd{
    margin-left: 15px;
    margin-bottom: 10px;
}

/* 02. Links and Form */
a {
    outline: 0;
    color: #808080;
    text-decoration: none;
    transition: color 0.2s ease-out;
}

a:hover,
a:focus {
    outline: 0;
    color: #151515;
    text-decoration: none;
}

p{
    margin: 0 0 20px;
}

embed, img {
    max-width: 100%;
    height: auto;
    border: none;
} 
   
iframe{
    width: 100%;
    max-width: 100%;
    border: none;
}

ul,
ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol,
ul { margin-left: 10px; }
ol { list-style: decimal; }
ul { list-style: square outside; }
ul li ul,
ol li ul,
ol li ul,
ol li ol { margin-bottom: 0; margin-left: 8px; }
ul li,ol li{ padding: 5px 0;}
form,
fieldset { margin-bottom: 20px; }
input,
input[type="tel"],
input[type="date"],
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    resize: none;
    display: block;
    margin: 0;
    margin-bottom: 20px;
    padding: 11px 20px 10px;    
    width: 230px;
    max-width: 100%;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    background-color: #fafafa;
    color: #999;
    border: solid 1px #eee;
}

textarea { width: 100%; line-height: 1.4; padding: 15px;}
select {
    padding: 5px;
    width: 220px;
    height: 40px;
}

label,
legend {
    display: block;
    cursor: pointer;
}

label span,
legend span { font-weight: bold; }
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    border: 1px solid #151514;
    background: #151515;
    display: inline-block;
    padding: 10px 28px 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
    outline:none;
}

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

textarea:focus,
input:focus{
    border-color: #151515;
}


/* ------------ Table Styling --------------- */
table {
    border-collapse: collapse;
    border: 1px solid #e6e6e6;
    margin-bottom: 1.5em;
}
td, th {
    border-top: 1px solid #e6e6e6;
    vertical-align: top;
    padding: 12px 20px;
}
.widget table,
.widget td,
.widget th{
    border: none;
}
th {
    font-weight: bold;
}

/* ------------ WordPress Core ------------- */
.alignnone {
    margin: 5px 20px 10px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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

.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}

a img.alignnone {
    margin: 5px 20px 10px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption {
    max-width: 100%; /* Image does not overflow the content area */
}

.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 {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    padding: 8px 3px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #999;
    border-bottom: 1px solid #e6e6e6;
}
.mejs-container{
    margin-bottom: 15px;
}

/* WP Default Gallery */

.gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 -10px;
}
.gallery .gallery-row {
    display:block;
    clear: both;
    overflow: hidden;
    margin: 0;
}
.gallery .gallery-item {
    display: inline-block; 
    overflow: hidden;
    float: left;
    text-align: center;
    list-style: none;
    padding: 0;
    background: #fff;
    padding: 10px;
    margin: 0;
}
.gallery .gallery-item a {
    display: inline-block;
    position: relative;
}
.gallery .gallery-item a:hover .image-overlay {
    opacity: 0.3;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
    margin: 0;
}
.gallery-caption {
    margin: 0;
    padding: 5px;
    font-style: italic;
    line-height: 1.2;
    font-size: 87%;
}
.gallery.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
    width: 33.3%;
}
.gallery.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
    width: 16.6%;
}
.gallery.gallery-columns-7 .gallery-item {
    width: 14.28%;
}
.gallery.gallery-columns-8 .gallery-item {
    width: 12.5%;
}


/* calendar widget */
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; font-size: 12px; margin-top: 10px; }
#wp-calendar thead { font-size: 11px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar thead th, #wp-calendar tbody td { text-align: center; padding:6px;}
#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; }

/* 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:focus {
    clip: auto !important;
    display: block;
    height: auto;
    left: 5px;
    top: 5px;
    width: auto;
    z-index: 100000; 
}
.bypostauthor {}

blockquote {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.025em;
    text-align: center;
    position: relative;
    margin: 40px auto 50px;
    padding: 52px 0 0;
    max-width: 600px;
}

blockquote:before {
    font-size: 80px;
    line-height: 1;
    content: " \“ ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

blockquote cite {
    font-size: 12px;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 18px;
    display: block;
}

/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
#header {
	position: relative;
}

#header .container { position: relative; }

#header {
	z-index: 199;
}

#header-wrap {
	min-height: 70px;
}

/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/
#main {
	margin-top: 10px;	
	padding-bottom: 60px;
}

.list-layout-top-img .post-media {
	position: relative;
	line-height: 0;
	text-align: center;
}

.list-layout-top-img .post-thumbnail {
	position: relative;
	display: inline-block;
}

.list-layout-top-img .post-media > .post-thumbnail {
	max-width: 100%;
}

.list-layout-top-img .post-entry,
.sidebar-two-sides .notfound-container .post-entry {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.02);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.02);
	box-shadow: 0 5px 5px rgba(0,0,0,.02);
	font-size: 87.5%;
	line-height: 1.45;
	padding: 30px;
}

.sidebar-two-sides .notfound-container .post-entry {
	min-height: 500px;
}

.list-layout-top-img .entry-cats {
	line-height: 1;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 6px;
	color: #999;
}

.list-layout-top-img .entry-title {
	font-size: 24px;
	margin-bottom: 13px;
}

.list-layout-top-img .entry-meta {
	font-size: 11px;
	font-weight: 400;
	text-transform: none;
	color: #999;
	margin-bottom: 13px;
}

.list-layout-top-img .entry-meta a {
	color: #999;
}

.list-layout-top-img .entry-meta i {
	margin-right: 5px;
}

.list-layout-top-img .entry-content p {
	font-size: 95.5%;
	line-height: 1.45;
}

.list-layout-top-img .post-thumbnail img {
	width: 100%;
}

.list-layout-top-img .post-media {
	margin-bottom: 0;
	width: 100%;
	height: auto;

}

.list-layout-top-img .post-media > .post-thumbnail {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.list-layout-top-img article {
	margin-top: 0;
}
/***/

.mansonry-layout .post-media {
	position: relative;
	line-height: 0;
	text-align: center;
}

.mansonry-layout .post-thumbnail {
	position: relative;
	display: inline-block;
}

.mansonry-layout .post-media > .post-thumbnail {
	max-width: 100%;
}

.mansonry-layout .post-entry {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.02);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.02);
	box-shadow: 0 5px 5px rgba(0,0,0,.02);
	font-size: 87.5%;
	line-height: 1.45;
	padding: 30px;
}

.mansonry-layout .entry-cats {
	line-height: 1;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 6px;
	color: #999;
}

.mansonry-layout .entry-title {
	font-size: 24px;
	margin-bottom: 13px;
}

.mansonry-layout .entry-meta {
	font-size: 11px;
	font-weight: 400;
	text-transform: none;
	color: #999;
	margin-bottom: 13px;
}

.mansonry-layout .entry-meta a {
	color: #999;
}

.mansonry-layout .entry-meta i {
	margin-right: 5px;
}

.mansonry-layout .entry-content p {
	font-size: 95.5%;
	line-height: 1.45;
}

.mansonry-layout .post-thumbnail img {
	width: 100%;
}

.mansonry-layout .post-media {
	margin-bottom: 0;
	width: 100%;
	height: auto;

}

.mansonry-layout .post-media > .post-thumbnail {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.mansonry-layout .post-entry {
	flex: 1;
	max-width: 100%;
	overflow: hidden;
}

.mansonry-layout article.post {
	display: flex;
	padding: 0;
}

.mansonry-layout .content-area.col-md-8 .row {
	margin-left: -7px;
	margin-right: -7px;
}

.list-layout-left-img .post-media {
	margin-bottom: 0;
	width: 35%;
	height: auto;
	overflow: hidden;	
}

.list-layout-left-img .post-media > .post-thumbnail {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #fff;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover;
}

.list-layout-left-img .post-entry {
	flex: 1;
	max-width: 100%;
	overflow: hidden;
}

.list-layout-left-img article.post {
	display: flex;
	padding: 0;
}

.list-layout-left-img article {
	margin-bottom: 30px;
	margin-top: 0;
} 

.list-layout-left-img .post-media {
	position: relative;
	line-height: 0;
	text-align: center;
}

.list-layout-left-img .post-thumbnail {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.list-layout-left-img .post-media > .post-thumbnail {
	max-width: 100%;
}

.list-layout-left-img .post-entry {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.02);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.02);
	box-shadow: 0 5px 5px rgba(0,0,0,.02);
	font-size: 87.5%;
	line-height: 1.45;
	padding: 30px;
	padding-bottom: 0;
}

.list-layout-left-img .entry-cats {
	line-height: 1;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 6px;
	color: #999;
}

.list-layout-left-img .entry-title {
	font-size: 24px;
	margin-bottom: 13px;
}

.list-layout-left-img .entry-meta {
	font-size: 11px;
	font-weight: 400;
	text-transform: none;
	color: #999;
	margin-bottom: 13px;
}

.list-layout-left-img .entry-meta a {
	color: #999;
}

.list-layout-left-img .entry-meta i {
	margin-right: 5px;
}

.list-layout-left-img .entry-content p {
	font-size: 95.5%;
	line-height: 1.45;
}

.list-layout-left-img .post-thumbnail img {
	width: 100%;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.entry-cats {
	line-height: 1;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 6px;
	color: #999;
}

.entry-cats a {
	color: #999;	
}

.entry-meta {
	font-size: 11px;
	font-weight: 400;
	text-transform: none;
	color: #999;
	margin-bottom: 13px;
}

.entry-title {
	font-size: 32px;
	margin-bottom: 8px;
	word-break: break-all;
	line-height: 1.2;
}

.single-content .entry-title:hover {
	color: #151515;
}

.page-container .entry-title {
	margin-bottom: 30px;
}

.entry-meta a {
	color: #999;
}

.entry-meta i {
	margin: 0 5px;
	font-size: 3px;
}

.single-content {
	padding: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.02);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.02);
	box-shadow: 0 5px 5px rgba(0,0,0,.02);
}

.single-content .post-media {
	margin: 0 -30px 25px;
}

.post-media {
	position: relative;
	line-height: 0;
	text-align: center;
}

.single-padding {
	padding-left: 30px;
	padding-right: 30px;
}

.single-content .entry-tags {
	margin-bottom: 20px;
}

.tagcloud > a,
.entry-tags a {
    margin: 0 10px 10px 0;
    padding: 4px 10px;
    padding-top: 6px;
    color: inherit;
    display: inline-block;
    background-color: #fafafa;
    text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
}

.tagcloud > a:hover,
.entry-tags a:hover{
    color: #fff;
    background-color: #151515;
    transition: all 0.2s ease-out;
}

.post-tags a {
	font-size: 11px;
}

.link-pages {
	list-style: none;
	margin: 0;
}

span.next-link,
span.previous-link {
	text-transform: uppercase;
	display: block;
	font-size: 11px;
	margin-bottom: 18px;
	line-height: 1.2;
	color: #999;
}

li.next-link {
	position: relative;
	width: 50%;
	transition: left 0.2s linear, padding 0.2s linear, width 0.2s linear;
	overflow: hidden;
	left: 0;
	float:right;
	text-align: right;
	line-height: 1;
}

li.previous-link {
	position: relative;
	width: 50%;
	transition: left 0.2s linear, padding 0.2s linear, width 0.2s linear;
	overflow: hidden;
	left: 0;
	float:left;
	text-align: left;	
	line-height: 1;
}

.nav-title {
	font-size: 14px;
	margin: 0;
	transition: all 0.2s ease-out;
	font-weight: 700;
	color: black;
}

.nextprev-postlink-container {
	margin-bottom: 30px;
	background-color: #fafafa;
	overflow: hidden;
	height: auto;
}

.nextprev-postlink {
	padding: 30px;
}

.nextprev-postlink .link-pages .previous-link a .nav-title i.fa.fa-arrow-circle-left,
.nextprev-postlink .link-pages .next-link a .nav-title i.fa.fa-arrow-circle-right {
	font-size: 24px;
}

.time-ago {
	display: block;
	font-size: 11px;
	margin-top: 18px;
	margin-bottom: 18px;
	line-height: 1.2;
	color: #999;
}

.author-link {
	text-transform: capitalize;
}

.title-area .title-content {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 30px;
	text-align: center;
	line-height: 1;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.02);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.02);
	box-shadow: 0 5px 5px rgba(0,0,0,.02);
}

.error-404.entry-content {
	padding: 120px 0;
	max-width: 360px;
	margin: 0 auto;
	text-align: center;
}

.error-404 .error-title {
	font-size: 180px;
	line-height: 1;
	color: #ccc;
	margin-bottom: 20px;
}

.error-404.entry-content h3 {
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 17px;
}

.error-404.entry-content .error-desc {
	font-size: 16px;
	color: #999;
	margin-bottom: 40px;
}

.search-no-results .title-area {
	display: none;
}

.single-content.single-large-media {
	margin-bottom: 30px;
	padding-bottom: 0;
}

.row.top-large-media {
  	margin-top: -30px;
}

.row.top-large-media .sidebar-area {
	margin-top: 30px;
}

.sidebar-area ul li a {
	word-wrap: break-word;
}

.grid-layout .post-row {
	float: left;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}

.grid-layout .post-row:last-child {
	border-bottom: none;
}

.grid-layout .group::after, 
.grid-layout .group::before {
  content: "";
  display: table;
}

.grid-layout .group::after {
  clear: both;
}

.grid-layout .post {
	float: left;
	width: 48.5%;
	margin-right: 3%;
}

.grid-layout .post:nth-child(2) {
	margin-right: 0;
}

.grid-layout .post-media {
	margin-bottom: 0;
	width: 100%;
	height: auto;	
}

.grid-layout .post-media > .post-thumbnail {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
}

.grid-layout .post-thumbnail img {
	width: 100%;
}

.grid-layout .post-entry {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.02);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.02);
	box-shadow: 0 5px 5px rgba(0,0,0,.02);
	font-size: 87.5%;
	line-height: 1.45;
	padding: 30px;	
}

.grid-layout .post-entry .entry-cats {
	line-height: 1;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 6px;
	color: #999;	
}

.grid-layout .post-title h2.entry-title {
	width: 100%;
	margin-right: 0;
	font-size: 24px;
	margin-bottom: 13px;
}

.grid-layout .post-media .post-thumbnail {
	min-height: 180px;
	background-color: #ccc;
}

.post-media .post-thumbnail:hover {
	opacity: 0.8;
}

.page .entry-title {
	margin-bottom: 30px;
}

.featured .entry-media .post-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center;
}

.featured .entry-post {
	font-size: 87.5%;
	line-height: 1.45;
	padding: 30px;
	background-color: #151515;
	display: flex;
	flex-direction: column;
	height: calc(100% - 30px);
	justify-content: flex-end;
	margin-bottom: 30px;
	min-height: 460px;
	position: relative;
	z-index: 1;
}

.featured .row .col-md-8 article {
	margin-bottom: 0;
}

.featured .entry-media {
	position: static;
	z-index: -1;
}

.featured .entry-post,
.featured .entry-post a,
.featured .entry-post h2,
.featured .entry-post span {
	color: #fff;
}

.author_bio_section{
	background: none repeat scroll 0 0 #fafafa;
	padding: 30px;
	margin-bottom: 20px;
}

.author_name{
	font-size:16px;
	font-weight: bold;
	text-transform: capitalize;
}

.author_details img {
	border: 1px solid #D8D8D8;
	border-radius: 50%;
	float: left;
	margin: 0 10px 10px 0;
}

.single-format-gallery .format-gallery figure.gallery-item {
	display: none;
}

/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/

#logo {
	position: relative;
	float: left;
}

#logo a {
	display: block;
	color: #000000;
	font-weight: 700;
}

.isStuck #logo a {
	display: block;
	color: #000000;
}

#logo img {
	display: block;
}

#logo a.standard-logo { display: block; }

#logo a.retina-logo { display: none; }

#logo a.standard-logo { display: block; }

#logo a.retina-logo { display: none; }

.home #logo img.sticky-custom-logo { display: none; }

.home #logo img.custom-logo { display: block; }

.isStuck #logo img.custom-logo { display: none; }

.isStuck #logo img.sticky-custom-logo { display: block; }

/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/

#primary-menu { float: right; }

#primary-menu ul.mobile-primary-menu { display: none; }


#header.transparent-header.full-header #primary-menu > ul { border-right-color: rgba(0,0,0,0.1); }

#primary-menu-trigger,
#page-submenu-trigger {
	opacity: 0;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

/* ------------------------------------------------------------------------- *
 *  . Menu Styles
/* ------------------------------------------------------------------------- */
.admin-bar .isStuck {
    top: 32px !important; /* if it already has a top value, add 32px to it */
}

.navbar-nav li a {
	font-weight: 100;
	font-style: inherit;
	letter-spacing: 1px;
}

.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
}

/* sub menus arrows on desktop */
.navbar-nav:not(.sm-collapsible) ul .caret {
	position: absolute;
	right: 0;
	margin-top: 6px;
	margin-right: 15px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px dashed;
}
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
	padding-right: 30px;
}
/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret, 
.navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;
	margin: -3px 15px 0 0;
	padding: 0;
	width: 32px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border-width: 1px;
 	border-style: solid;
}
.navbar-nav.sm-collapsible .caret:before {
	content: '+';
	font-family: monospace;
	font-weight: bold;
}
.navbar-nav.sm-collapsible .open > a > .caret:before {
	content: '-';
}
.navbar-nav.sm-collapsible a.has-submenu {
	padding-right: 50px;
}
/* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
	position: static;
	margin: 0 0 0 2px;
	padding: 0;
	width: 0;
	height: 0;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-bottom: 0;
	border-left: 4px solid transparent;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
	content: '' !important;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
	padding-right: 15px;
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px dashed transparent;
	border-right: 7px dashed transparent;
	border-bottom: 7px solid;
	border-left: 7px dashed transparent;
}
.navbar-nav span.scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px dashed transparent;
	border-bottom: 7px dashed transparent;
	border-left: 7px dashed transparent;
}
/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
	padding-left: 35px;
}
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
	padding-left: 45px;
}
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 55px;
}
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 65px;
}
/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
	white-space: normal;
}
.navbar-nav ul.sm-nowrap > li > a {
	white-space: nowrap;
}
.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
	white-space: normal;
}
/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
	left: 0;
	right: auto;
}

.navbar ul {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

#navbar ul.children {
    height: auto;
    width: 250px;
    z-index: 99;
}

.navbar {
    margin-bottom: 0 !important;
}

.navbar-collapse {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.nav > li {	
	width: auto;
}

.navbar-nav > li > a::after {
	color: white;
	content: "|";
	font-size: 1.1em;
	opacity: 0.15;
	position: absolute;
	right: 3px;
	top: 13px;
	width: 1px;
}

.navbar-nav > li > a {
	transition: background-color 0.2s ease 0s;
}

.navbar-nav ul li a {
	height: auto;
	min-height: 37px;
	padding: 15px 17px 0;	
	text-decoration: none;
	width: auto;
	word-wrap: break-word;
}

.dropdown-menu li a:before { 
	font-family: 'FontAwesome'; 
	content:"\f054"; 
	font-size: 0.7em; 
	position: absolute; 
	left: 0; 
	visibility: hidden; 
	line-height: 2.1; 
}

.dropdown-menu li a:hover:before { 
	left: 20px; 
	visibility: visible;  
	-webkit-transition: all .2s ease; 
	-moz-transition: all .2s ease; 
	-ms-transition: all .2s ease; 
	-o-transition: all .2s ease; 
	transition: all .2s ease;  
}

.dropdown-menu li a {  
	height: auto !important; 
	padding: 11px 37px !important; 
	margin: 0; 
	min-width: 16em !important; 
}

.dropdown-menu .dropdown-menu {
	padding-top: 0;
}

.dropdown-menu {
	min-width: 16em !important;
}

.nav-bar {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

ul.nav-bar,
div.nav-bar > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-bar li {
	display: inline-block;
	position: relative;
}

.nav-bar li a {
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-bar .sub-menu,
.nav-bar .children {
	background-color: #111111;
	border-bottom: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-bar .sub-menu ul,
.nav-bar .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-bar ul a,
.nav-bar ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-bar ul a:hover,
.nav-bar ul ul a:hover,
ul.nav-bar ul a:focus,
.nav-bar ul ul a:focus {
	color: #dd3333;
}

ul.nav-bar li:hover > ul,
.nav-bar ul li:hover > ul,
ul.nav-bar .focus > ul,
.nav-bar .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-bar .current_page_item > a,
.nav-bar .current_page_ancestor > a,
.nav-bar .current-menu-item > a,
.nav-bar .current-menu-ancestor > a {
	color: #bc360a;
	font-style: italic;
}

.isStuck{
    left:0px;
    width:100%;
}

.navbar .navbar-toggle,
.navbar .icon-bar {
	border: 1px solid #282828;
}

.screen-reader-text {
	position: absolute;
	top:      -9999em;
	left:     -9999em;
}

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
	border-color: transparent;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	color: #000;
	text-decoration: none;
	background-color: #e7e7e7;
	outline: 0;
}

.navbar-nav li a {
	letter-spacing: normal;
}
/* ----------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------*/
.sidebar-area .widget {
	padding: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.02);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.02);
	box-shadow: 0 5px 5px rgba(0,0,0,.02);
}

.widget-title h3 {
	font-size: 20px;
	line-height: 1;
	position: relative;
	top: -9px;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget ul li {
	padding-top: 0;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}

.widget ul li {
	margin-left: 10px;
	margin-top: 10px;
}

.widget form select option {
	word-break: break-all;
}

.widget select {
	width: 100%;
}

/* --------------- Widget Search ------------ */
form.search-form {
    position: relative;
    margin-bottom: 0;
}
form.search-form input{
    padding: 11px 50px 10px 20px;
    margin-bottom: 0;
    width: 100%;
    line-height: 1.45;
}
form.search-form .search-submit{
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 0;
    color: #fff;
    background: #151515;
    border-radius: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 14px;
}

form.search-form .flip-box{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
}

.flip-box{
    position: relative;
    display: inline-block;
    height: 40px;
    cursor: pointer;
    transform-style: preserve-3d;
}

form.search-form .searchSubmit{
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 0;
    color: #fff;
    background: #151515;
    border-radius: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 14px;
}

/* ----------------------------------------------------------------
	Comments
-----------------------------------------------------------------*/
h4.comment-title, 
.comment-respond h3 {
    line-height: 1;
    font-size: 20px;
    margin-bottom: 40px;
    padding-top: 10px;
}
.comment-list {
    margin-bottom: 8px;
}
.comment-list .comment {
    position: relative;
}
.comment-list .comment .comment{
    margin-left: 80px;
}
.comment-author{
    position: absolute;
    left: 0;
    top: 0;
}
.comment-author img{
    border-radius: 50%;
    margin: 0;
}
.comment-text{
    padding: 5px 0 25px 80px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    min-height: 70px;
}
.comment-text .tw-meta{
    display: block;
    margin-bottom: 7px;
}
.comment-text p{
    line-height: 1.5;
    margin-bottom: 12px;
}
h6.reply{
    margin-bottom: 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #333;
}
.comment-text .author{
    font-size: 14px;
    line-height: 1;
    margin-bottom: 7px;
}
.comment-text p.reply a{
    color: #333;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
    width: 100%;
    margin-bottom: 0;
}
.comment-form input[type="submit"] {
    width: auto;
    min-width: 140px;
    background-color: #151515;
    border-color: #151515;margin-top: 20px;
    
}

.comment-form span.required {
	color: red;
}

.comment-form label {
	font-size: 14px;
	margin-bottom: 5px;
}

#comments {
    overflow: hidden;
}

#comments #respond h3 {
    margin: 15px 0;
}

#comments #respond #commentform {
	margin: 0 0 16px;
}

#comments .form-allowed-tags code {
	margin-top: 8px;
}

#comments p.comment-notes {
	margin-bottom: 20px;
}

#comments label {
    display: block;
    margin-bottom: 5px;
}

#comments #comments-title {
	margin: 20px;
	font-size: 24px !important;
}

#comments ol.commentlist {
    float: left;
    list-style: none outside none;
    margin: 0 20px 20px;
    width: 94%;
}

#comments ol.commentlist li {
	list-style: none outside none;
}

#comments span.required {
	color: #FF0000;
}

.commentlist {
	list-style: none;
	margin: 20px auto;
	width: 100%;
}

.comment-meta {
    padding-bottom: 15px;
}

.comment-meta .edit-link {
	font-size: 11px;
}
.comment-date {
    font-size: 10px;
    margin-bottom: 5px;
    padding-top: 10px;
}

.comment-author-name {
    font-size: 13px;
}

.comment-content {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 0.25em;
	border: solid 1px rgba(255, 255, 255, 0.15);
	padding-left: 10px;
	padding-right: 10px;
}

#respond {
    margin-bottom: 30px;
	margin-top: 20px;
	overflow: hidden;
}

#respond .required{
	color: red;
}

.form-allowed-tags code {
	background-color: transparent;
	font-size: 11px;
}

a.comment-reply-link {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
}
.commentlist .children li.comment .comment-meta {
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin-left: 50px;
}

.commentlist li .comment-author img.avatar {
	border: 2px solid #F2F2F2;
    float: left;
    padding: 2px;
}

.comment-body div.comment-author cite.fn {
	display: block;
    font-weight: bold;
	font-size: 16px;
}

.comment-body div.comment-author span.says {
    font-size: 11px;
}

ol.commentlist li ul.children {
	margin: 0 0 0 20px;
}

ol.commentlist li {
	margin: 2px;
	padding: 2px;
}

ol.commentlist li .reply {
	padding: 5px;
}

#respond form#commentform p {
	line-height: 30px;
	margin-bottom: 28px;
}

#respond form#commentform p input {
	float: left;
}

#respond form#commentform {
	margin-top: 20px;
	overflow: hidden;
}

#comments ol li .comment-content p {
	padding-top: 0;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	padding-bottom: 20px;
}

.comment-content blockquote p {
	margin-left: 15px !important;
}

.comment-content blockquote p {
	padding-top: 0 !important;
}

.comment-content ul li {
	list-style-type: disc !important;
}

.comment-content ol li {
	list-style: decimal inside none !important;
}

#comments ol.children {
	list-style: none outside none;
	margin-left: 15px;
}

#comments ol.comment-list li .comment-body,
#comments ol.comment-list li ol.children .comment-body {
	margin: 20px;
	padding: 20px;
}

.comment-content code {
	margin: 10px 0;
}

#comments .nocomments {
	padding: 20px;
}

#comments h2.comments-title {
    font-size: 1.8em;
    font-weight: 300;
    letter-spacing: -0.04em;
}

.comment-list {
    list-style: none outside none;
    margin: 48px 0;
}

.comment-author {
    position: relative;
}
.comment-author {
    font-size: 14px;
    line-height: 1.71429;
}

.comment-metadata a,
.comment-author,  
.commentmetadata {
    padding-left: 50px;
}

.comment-metadata a,
.commentmetadata {
	font-weight: 400;
	font-style: italic;
}

.comment-author .avatar {
    height: 34px;
    top: 2px;
    width: 34px;
}
.comment-author .avatar {
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0;
    padding: 2px;
    position: absolute;
}

.says {
    display: none;
}

.comment-body dd {
    margin-bottom: 24px;
}

.comment-body ul, 
.comment-body ol {
    margin: 0;
	padding-left: 50px;
}

.comment-body li > ul, 
.comment-body li > ol {
    margin: 0 0 0 20px;
	padding-left: 10px;
}

.comment-body table {
	width: auto;
}

.comment-body address,
.comment-body blockquote {
	border: none;
	margin: 0;
}

.comment-body address p,
.comment-body blockquote p {
	padding-left: 0;
	margin: 18px 0;
    color: #767676;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.26316;
    margin-bottom: 24px;
}

.comment-body pre {
	margin-left: 50px;
	margin-bottom: 20px;
}

.comment-body code {
	margin: 10px 0;
}

#comments .comment-list li .comment ol.children {
	margin-left: 15px;
}

#comments .comment-body {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
			
/* ----------------------------------------------------------------
	Pagination
-----------------------------------------------------------------*/
.navigation.pagination {	
	align-items: center;
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
	display: flex;
	font-size: 16px;
	height: 60px;
	justify-content: center;
	margin-bottom: 10px;
	margin-top: 40px;
	border-radius: 0;
}

.navigation.pagination .nav-links {
	font-size: 16px;
	font-weight: 600;
}

.nav-links .page-numbers {
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	width: 30px;
	padding: 0 4px;	
}

.nav-links a.page-numbers {
	color: #999999;
}

.nav-links a.page-numbers:hover {
	color: #151515;
}
/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/
.footer {
	border-top: 1px solid #e6e6e6;
	color: #999;
	font-size: 14px;
	padding: 60px 0;
	overflow: hidden;
}

#menu-footer,
#copyright,
#menu-social {
	text-align: center;
}
#menu-footer ul {
  	list-style: outside none none;
  	margin: 0;
  	padding: 20px 0;
}

#menu-footer ul li {
  	display: inline-block;
  	padding: 0 15px;
}

#menu-footer ul li a {
	font-weight: 500;
}

#menu-social {
	padding-top: 15px;
	padding-bottom: 15px; 
	height: 52px;
}

	#menu-social ul {
		list-style: outside none none;
		margin: 0;
		text-align: center;
	}

		#menu-social ul li {
			display:  inline-block;
			position: relative;
			width: 40px;
			height: 40px;
			background-color: #fff;
			margin-bottom: 5px;
		}

			#menu-social li a::before {
				content:        '\f203';
				display:        inline-block;
				padding:        0 5px;
				font-family:    'FontAwesome';
				font-size:      15px;
				vertical-align: top;
				line-height: 30px;
				-webkit-font-smoothing: antialiased;
			}

			#menu-social li a[href*="wordpress.org"]::before,
			#menu-social li a[href*="wordpress.com"]::before {
				content: '\f19a';
				color:   #999;
			}

			#menu-social li a[href*="facebook.com"]::before {
				content: '\f09a';
				color:   #999;
			}
			#menu-social li a[href*="twitter.com"]::before {
				content: '\f099';
				color:   #999;
			}
			#menu-social li a[href*="dribbble.com"]::before {
				content: '\f17d';
				color:   #999;
			}
			#menu-social li a[href*="plus.google.com"]::before {
				content: '\f0d5';
				color: #999;
			}
			#menu-social li a[href*="pinterest.com"]::before {
				content: '\f0d2';
				color:   #999;
			}
			#menu-social li a[href*="github.com"]::before {
				content: '\f09b';
				color:   #999;
			}
			#menu-social li a[href*="tumblr.com"]::before {
				content: '\f173';
				color:   #999;
			}
			#menu-social li a[href*="youtube.com"]::before {
				content: '\f167';
				color:   #999;
			}
			#menu-social li a[href*="flickr.com"]::before {
				content: '\f16e';
				color:   #999;
			}
			#menu-social li a[href*="vimeo.com"]::before {
				content: '\f27d';
				color:   #999;
			}
			#menu-social li a[href*="instagram.com"]::before {
				content: '\f16d';
				color:   #999;
			}
			#menu-social li a[href*="codepen.io"]::before {
				content: '\f1cb';
				color:   #999;
			}
			#menu-social li a[href*="linkedin.com"]::before {
				content: '\f0e1';
				color:   #999;
			}
			
			#menu-social li a:hover:before {
				color: #151515;
			}
.footer #copyright i {
	margin-right: 5px;
}

.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;

}

.back-to-top {
    width: 40px;
    height: 40px;
    z-index: 99;
    background-color: #000;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.back-to-top i.ion-ios-arrow-up {
	color: #ffffff;
}

/* ----------------------------------------------------------------
	Layout
-----------------------------------------------------------------*/
.sidebar-none .posts-container .posts-area.col-md-8 {
	width: 100%;
}
.sidebar-none .sidebar-area {
	display: none;
}

.sidebar-left .posts-container .posts-area.col-md-8 {
	float: right;
}

.sidebar-two-left .posts-container .posts-area.col-md-8 {
	width: 50%;
	float: right;
}

.sidebar-two-left .sidebar-area.col-md-4 {
	width: 25%;
}

.sidebar-two-right .posts-container .posts-area.col-md-8 {
	width: 50%;
	float: left;
}

.sidebar-two-right .sidebar-area.col-md-4 {
	width: 25%;
}

.sidebar-two-sides .posts-container .posts-area.col-md-8 {
	width: 50%;
}

.sidebar-two-sides .sidebar-area.col-md-4 {
	width: 25%;
}

.container {
	width: 100%;
}

.sidebar-none .notfound-container form.search-form {
	width: 50%;
	margin-bottom: 60px;
}

.sidebar-left .notfound-container .sidebar-area.col-md-4 {
	float: left;
}

.sidebar-left .posts-container .posts-area.col-md-8 {
	float: right;
}

.sidebar-left .posts-container.container .sidebar-area.col-md-4 {
	float: right;
}

.sidebar-two-left .posts-container .sidebar-area.primary.col-md-4 {
	float: left;
}

.sidebar-two-right .posts-container .sidebar-area.primary.col-md-4 {
	float: right;
}

.sidebar-none .posts-container .content-area.col-md-8 {
	width: 100%;
}

.sidebar-left .posts-container .content-area.col-md-8 {
	float: right;
}

.sidebar-left .posts-container .sidebar-area.col-md-4 {
	float: left;
}

.sidebar-right .posts-container .content-area.col-md-8 {
	float: left;
}

.sidebar-right .posts-container .sidebar-area.col-md-4 {
	float: right;
}

.sidebar-two-left .posts-container .content-area.col-md-8 {
	float: right;
	width: 50%;
}

.sidebar-two-left .sidebar-area.primary.col-md-4 {
	float: left;
}

.sidebar-two-left .sidebar-area.secondary.col-md-4 {
	float: left;
}

.sidebar-two-right .posts-container .content-area.col-md-8 {
	float: left;
	width: 50%;
}

.sidebar-two-right .sidebar-area.primary.col-md-4 {
	float: right;
}

.sidebar-two-right .sidebar-area.secondary.col-md-4 {
	float: right;
}

.sidebar-two-sides .sidebar-area.secondary.col-md-4 {
	float: left;
}

.sidebar-two-sides .sidebar-area.col-md-4 {
	float: right;
}

.sidebar-two-sides .content-area.col-md-8 {
	width: 50%;
	float: left;
}

/* 
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-nav .disabled,
.owl-carousel .owl-dots.disabled {
    display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
.owl-carousel.owl-loaded {
    display: block; }
.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
.owl-carousel.owl-hidden {
    opacity: 0; }
.owl-carousel .owl-refresh .owl-item {
    visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
.owl-carousel .owl-grab {
    cursor: move;
    cursor: grab; }
.owl-carousel.owl-rtl {
    direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
    display: block; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
    z-index: 0; }

.owl-carousel .owl-animated-out {
    z-index: 1; }

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }

@keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 0.5s ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.2s ease; }

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.2s ease; }

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }




/* 
 * 	Core Owl Carousel Theme CSS File
 */

.owl-carousel .owl-dots{
    text-align: center;
    margin-top: 30px;
    margin-bottom: -5px;
}

/* Styling Pagination*/

.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
    padding: 3px;
}
.owl-carousel .owl-dot span{
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    background: #e6e6e6;
    border-radius: 50%;
}

.owl-carousel .owl-dot.active span,
.owl-carousel .owl-dot:hover span{
    background-color: #151515;
}
/* --------------------- Slider Area --------------------- */
.owl-carousel{
    display: block;
}
.owl-carousel:not(.owl-loaded) .slider-item:not(:first-child){
    display: none;
}
.slider-item{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 0;
    background-color: #999;
}
.slider-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    z-index: 1;
    transition: all 0.15s ease;
}
.slider-img:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.2;
    transition: all 0.2s ease-out;
}
.slider-item-inner:hover .slider-img:before{
    opacity: 0.5;
}
.slider1 .slider-item .slider-content {
    position: relative;
    padding: 0;
    padding-bottom: 30px;
}
.slider-item .slider-content {
    max-width: 600px;
    position: absolute;
    left: 0;
    padding: 30px;
    z-index: 2;
    opacity: 0;
    bottom: -6px;
    -webkit-transition-property: opacity,bottom,color;
    transition-property: opacity,bottom,color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.owl-nav i,
.entry-media .owl-nav i{
    position: absolute;
    top: 50%;
    left: 20px;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    z-index: 1;
    transition: all 0.15s ease-out;
    opacity: 0;
    cursor: pointer;
}
.owl-prev i:hover:before,
.entry-media .owl-prev i:hover:before {
    animation: toLeftFromRight 0.3s forwards;
}
.owl-next i:hover:before,
.entry-media .owl-next i:hover:before {
    animation: toRightFromLeft 0.3s forwards;
}
@keyframes toLeftFromRight {
    49% {
        transform: translate(-100%);
    }
    50% {
        opacity: 0;
        transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

.owl-nav i:hover,
.entry-media .owl-nav i:hover{
    background-color: #000;
}
.owl-nav .owl-next i,
.entry-media .owl-nav .owl-next i{
    left: auto;
    right: 20px;
}
.owl-nav .owl-prev i,
.entry-media:hover .owl-nav .owl-prev i{
    opacity: 1;
    left: 0;
}
.owl-nav .owl-next i,
.entry-media:hover .owl-nav .owl-next i{
    opacity: 1;
    right: 0;
}
.owl-carousel .owl-stage-outer{
    overflow: visible;
}
.owl-item.cloned.active.owl-item-large .slider-item .slider-content{
    opacity: 0;
}
.owl-item.active.owl-item-large .slider-item .slider-content{
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.owl-carousel:not(.sliding) .active .slider-item .slider-content{
    opacity: 1;
}

.donna-slider {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.donna-slider .slider-content {
	width: 100%;
	max-width: 100%;
}

.donna-slider h2.entry-title {
	margin-bottom: 10px;
}
/* ----------------------------------------------------------------
	Responsive
-----------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
	.sidebar-left .posts-container .sidebar-area.col-md-4 {
		width: 33.3333%
	}
	
	.sidebar-area.col-md-4,
	.posts-area.col-md-8,
	.content-area.col-md-8 {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.posts-container .posts-area article,
	.sidebar-area .widget {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 1024px) {
	.sidebar-two-sides .posts-container .posts-area.col-md-8 {
		width: 100%;
		float: left;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.sidebar-two-sides .posts-container .sidebar-area.col-md-4 {
		float: right;
		width: 40%;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.row {
	    margin-left: -5px;
	    margin-right: -5px;
	}
	
	.sidebar-two-sides .posts-container .sidebar-area.secondary.col-md-4 {
		display: none;
	}
	
	.sidebar-two-sides .posts-area.col-md-8 article {
		margin-bottom: 10px;
	}
	
	.sidebar-two-sides .sidebar-area .widget {
		margin-bottom: 10px;
	}
	
	.sidebar-none .notfound-container form.search-form {
		width: 80%;
	}
	
	.sidebar-left .posts-container .posts-area.col-md-8 {
		width: 66.6667%;
	}
	
	.sidebar-right .notfound-container .content-area.posts-area.col-md-8 {
		margin-bottom: 60px;
	}
	
	.sidebar-two-left .notfound-container .sidebar-area.primary.col-md-4 {
		width: 50%;
		float: left;
	}
	
	.sidebar-two-right .notfound-container .sidebar-area.primary.col-md-4 {
		width: 50%;
		float: right;
	}
	
	.sidebar-two-left .notfound-container .sidebar-area.secondary.col-md-4 {
		display: none;
	}
	
	.sidebar-two-right .notfound-container .sidebar-area.secondary.col-md-4 {
		display: none;
	}
	
	.sidebar-two-sides .notfound-container .post-entry {
    	min-height: 100px;
    	margin-bottom: 10px;
	}
	
	.sidebar-left .posts-container .sidebar-area.col-md-4 {
		width: 100%
	}
	
	.sidebar-left .posts-container .posts-area.col-md-8 {
		width: 100%;
	}
	
	.sidebar-two-left .posts-container .posts-area.col-md-8,
	.sidebar-two-left .posts-container .content-area.col-md-8 {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.sidebar-two-left .posts-container .sidebar-area.primary.col-md-4 {
		width: 100%;
	}
	
	.sidebar-two-left .posts-container .sidebar-area.secondary.col-md-4 {
		display: none;
	}
	
	.sidebar-two-right .posts-container .sidebar-area.secondary.col-md-4 {
		display: none;
	}
	
	.sidebar-two-right .posts-container .sidebar-area.primary.col-md-4 {
		width: 100%;
	}
	
	.sidebar-two-right .posts-container .posts-area.col-md-8,
	.sidebar-two-right .posts-container .content-area.col-md-8 {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.sidebar-right .sidebar-area.col-md-4,
	.sidebar-left .sidebar-area.col-md-4 {
		width: 100%;
		margin-top: 10px;
	}
	
	.sidebar-right .content-area.col-md-8,
	.sidebar-left .content-area.col-md-8 {
		width: 100%;
	}
	
	.sidebar-two-sides .content-area.col-md-8 {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.sidebar-two-sides .posts-container .sidebar-area.col-md-4 {
		width: 100%;
	}
	
	#logo,
	#logo a {
		width: 100% !important;
		text-align: center;
	}
	
	#logo a img {
		text-align: center;
		margin: 0 auto;
	}
	
	#header-wrap nav {
		width: 100%;
	}
	
	#header-wrap nav ul {
		width: 100%;
	}
	
	.grid-layout .post-row {
		margin-bottom: 15px;
		border-bottom: none;
	}
}

@media screen and (max-width: 768px) {
	.list-layout-left-img article.post{
        display: block;
    }
    .list-layout-left-img .entry-media{
        height: 230px;
    }
    .list-layout-left-img .entry-media + .entry-post{
        margin: 0;
        padding-top: 27px;
    }
    .list-layout-left-img .post-media {
	    width: 100%;
    }
	.sidebar-two-sides .posts-container .posts-area.col-md-8,
	.sidebar-two-sides .posts-container .content-area.col-md-8 {
		width: 100%;
		float: left;
	}
	
	.sidebar-two-sides .posts-container .sidebar-area.col-md-4 {
		float: right;
		width: 100%;
	}
	
	.sidebar-left .notfound-container .content-area.posts-area.col-md-8 {
		width: 100%;
		float: left;
		margin-bottom: 60px;
	}
	
	.sidebar-left .notfound-container .sidebar-area.col-md-4 {
		float: left;
		width: 100%;
	}
	
	.sidebar-two-left .notfound-container .sidebar-area.primary.col-md-4 {
		width: 100%;
		float: right;
	}
	
	.sidebar-two-right .notfound-container .sidebar-area.primary.col-md-4 {
		width: 100%;
		float: left;
	}
	
	.sidebar-two-left .notfound-container .content-area.posts-area.col-md-8 {
		width: 100%;
		float: left;
		margin-bottom: 60px;
	}
	
	.sidebar-two-right .notfound-container .content-area.posts-area.col-md-8 {
		width: 100%;
		float: right;
		margin-bottom: 60px;
	}
	
	.sidebar-right .sidebar-area.col-md-4 {
		width: 100%;
		margin-top: 10px;
	}
	
	.grid-layout .post {
		width: 100%;
		margin-right: 0;
	}
	
	.grid-layout .post-row {
		border-bottom: none;
		margin-bottom: 0;
	}

}

@media screen and (max-width: 550px) {
	
}