/*!
Theme Name: Atert
Theme URI: http://atert.catchpixel.com/
Author: Catchpixel
Author URI: https://themeforest.net/user/catchpixel
Description: Atert is a free WordPress blog theme built based on Bootstrap 4 framework. Atert is fully customizable built on wordpress customizer that enable you to configure your website in live preview.  This is our most flexible WordPress theme and it is completely free to use for private and commercial websites. It's 100%  responsive and device friendly.  This theme is also SEO friendly which will help you you attain the highest rankings on Google and other search engines. Theme compatibility with WPML, RTL.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: atert
Tags: blog, one-column, left-sidebar, flexible-header, custom-header, custom-background, custom-logo, custom-menu, featured-images, post-formats, editor-style, footer-widgets, theme-options, threaded-comments, translation-ready, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

atert is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
h1 {
	font-size: 2em;
}
hr {
	box-sizing: content-box; 
	height: 0;
	overflow: visible;
}
a {
	background-color: transparent;
}
a:focus, a:hover, a:active {
    text-decoration: none;
    outline:none;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
	color: #2d2d2d;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
table td, table th, .wp-block-table td, .wp-block-table th {
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
}
table th, dt {
    color: #2d2d2d;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #8c8c8c;
    font-family: 'Lato', sans-serif;
    font-display: swap;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}
textarea, input, select {
    background: #fff;
    border: none;
	border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding: 8px 3px;
}
textarea:focus, input:focus, select:focus {
 	border-bottom: solid 1px #b63838;
    outline: none;
}
button,
input,
select,
optgroup,
textarea {
    font-family: 'Lato', sans-serif;
    font-display: swap;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	text-transform: none;
	color: #111;
	line-height: 1.4;
}
h1{
	font-size: 35px;
}
h2 {
    font-size: 30px;
}
h3{
	font-size: 28px;
}
h4{
	font-size: 25px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 16px;
}
p {
	margin-bottom: 1.5em;
}
p:last-child, p.form-submit {
    margin-bottom: 0;
}
dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0;
	margin-bottom: 1.5em;
}
blockquote {
	margin: 45px 0px 45px 0 !important;
    background-color: #00000000;
    padding: 40px 40px 40px 40px !important;
    position: relative;
    text-align: center;
    border: double 7px #eaeaea !important;
    font-size: 18px;
}
blockquote cite a {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
	position: relative;
}
@media screen and (max-width: 640px){
	blockquote{
		margin: 0;
	}
}
address {
	margin: 0 0 1.5em;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 18px;
    font-style: italic;
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
    font-size: 12px;
    text-align: right;
}
pre {
	background: #eee;
    white-space: pre-wrap;
    font-family: Menlo,Consolas,monaco,monospace;
	font-size: 14px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var, samp {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 14px;
    padding: 2px;
    border-radius: 2px;
    background: #f3f4f5;
}

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

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

big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

ol {
	list-style: decimal;
}
ul {
    padding: 0;
}
ul li ul {
    padding-left: 20px;
}
.comment-content > ul li,
.entry-content > ul li {
    list-style: unset;
}
ol.comment-list, ol.comment-list ol.children {
    list-style: none;
}
li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 10px;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn:focus, .btn.focus {
    box-shadow: none;
	color: #fff;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #b63838;
    color: #fff;
    font-size: 14px;
    padding: 5px 30px;
	border: 0;
	font-weight: 400;
	cursor: pointer;
	border-radius: 20px;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #000000;
    color: #fff;
	border-color: #000000;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: transparent;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #111;
    border: 1px solid #eaeaea;
    padding: 7px;
    display: block;
    width: 100%;
}
.form-control {
    font-family: 'Lato', sans-serif;
    font-display: swap;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: none;
}

select {
	border: 1px solid #ddd;
}

textarea {
	width: 100%;
    height: 110px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #8c8c8c;
}
a:hover, a:focus, a:active {
	color: #b63838;
	text-decoration: none;
}
a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 999;
	background: #fff;
	line-height: 20px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
    display: inline-block;
    position: relative;
}

.main-navigation a {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2c2e30;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-display: swap;
}
.owl-carousel button.owl-dot:last-child {
    margin-right: 0;
}
.main-navigation a:hover {
    color: #b63838;
}
.main-navigation .current-menu-item > a {
    color: #b63838;
}
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.main-navigation .sub-menu li a {
    text-transform: capitalize;
    letter-spacing: 1px;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.single-post .post-navigation {
    margin-bottom: 0;
    margin-top: 3rem;
}
.single-post .secondary-meta-bottom {
    padding-top: 30px;
    margin-top: 29px;
    border-top: solid 1px #eaeaea;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.post-style-3 .post-overlay-wrap .post-category a {
    color: #fff;
}
.sticky-wrapper.is-sticky .header-menu{
    border-bottom: 2px solid #f7f7f7;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; 
}

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

#content[tabindex="-1"]:focus {
	outline: 0;
}

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

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.site-footer {
    font-size: 15px;
}
.footer-bottom {
    background: #f1f1f1;
    color: #949494;
    font-size: 14px;
    padding: 25px 0;
    border-top: solid 1px #ececec;
}
.widget {
	margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
    height: 40px;
}
.widget select {
    width: 100%;
    border: 1px solid #eee;
    padding: 5px 15px;
    border-radius: 10px;
}
.widget select:focus {
    outline: 0;
}
.widget .search-submit {
    background: transparent;
    color: #bbb;
    height: 43px;
    line-height: 43px;
    padding: 5px 15px;
}
.widget input[type="search"] {
    margin-bottom: 0;
    border-radius: 10px;
    padding: 8px 15px;
}
.widget_categories .cat-item a:before {
    content: '\f178';
    font-family: fontawesome;
    font-size: 12px;
    margin-right: 13px;
    color: #b63838;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 50px;
}
.post-layout.post-default-grid.post-style-3.sc-left .hentry {
    margin-bottom: 0;
}
.post-layout.post-default-grid.post-style-3.sc-left .hentry .secondary-meta-wrap {
    padding-bottom: 20px;
}
.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
    padding-top: 20px;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

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

embed,
iframe,
object {
	max-width: 100%;
}

.custom-logo-link {
	display: inline-block;
	vertical-align: middle;
}
.header-menu .custom-logo-header {
    height: 90px;
    line-height: 90px;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}
/* custom code start */
.theme-bg{
	background: #b63838;
}
.theme-color{
	color: #b63838;
}
ul {
    list-style: none;
}
ol ul, .entry-content>ul, .comment-text>ul, .type-page>ul, .entry-content>ul ul, .comment-text>ul ul, .type-page>ul ul {
    list-style: disc;
}
.site-content {
    padding-top: 75px;
    padding-bottom: 75px;
}
.single-post .site-content {
    padding-top: 75px;
    padding-bottom: 75px;
}
.page-template-default.page .site-content {
    padding: 75px 0 50px 0;
}
.single-post .post-thumbnail {
    margin-bottom: 30px;
}
.single-post .post-thumbnail img {
    border-radius: 0;
}
.post-thumbnail {
	position: relative;
}
.post-layout .post-thumbnail {
    padding-bottom: 0;
}
.sidebar-widget .widget-title {
    position: relative;
    padding-left: 0;
    display: inline-block;
}
.sidebar-widget .widget-title:before {
	content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ff6f00;
    width: 40px;
    height: 2px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    right: -50px;
}
.widget-title {
	padding: 0px;
    font-size: 20px;
    letter-spacing: 0px;
    margin-bottom: 25px;
    color: #111;
    letter-spacing: 
}
.site-footer .widget-title {
    font-size: 15px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-display: swap;
}
.site-footer .widget-title:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #f96c1f;
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    z-index: -1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.site-footer .widget-title {
    position: relative;
    z-index: 1;
    padding-left: 31px;
}
.widget-area .widget_search label {
    margin-bottom: 0;
}

.sidebar-widget .widget {
    -ms-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 45px rgba(0,0,0,.1); 
	box-shadow: 0 5px 45px rgba(0,0,0,.1);
	margin-bottom: 35px;
	background: #fff;
	padding: 30px 30px;
	border-radius: 10px;
}
.widget .wp-tag-cloud .tag-cloud-link {
    text-transform: capitalize;
    padding: 6px 12px;
    line-height: 1;
    background: #f7f7f7;
    color: #000;
    font-size: 11px !important;
    border-radius: 4px;
    display: block;
}
.widget .wp-tag-cloud .tag-cloud-link:hover {
    color: #fff;
    background: #b63838;
}
.sidebar-widget .widget ul {
    margin-bottom: 0;
}
.sidebar-widget ul li {
    padding-bottom: 5px;
    padding-top: 5px;
}
.sidebar-widget ul li:first-child {
    padding-top: 0;
}
.post-layout .entry-content p {
    margin-bottom: 0;
}
.post-author .avatar {
    border-radius: 50%;
	display: inline-block;
}
.entry-title a {
    color: #111;
}
.entry-title {
    word-break: break-word;
}
.entry-title a:hover{
	color: #b63838;
}
.avatar-wrap {
    display: inline-block;
}
.post-layout .post-meta li {
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
	font-size: 13px;
    text-transform: uppercase;
}
span.icon-eye {
    color: #b63838;
}
.post-meta i {
     padding-right: 5px;
    font-size: 15px;
    color: #b63838;
}
span.entry-date > i {
    font-size: 13px;
    color: #b63838;
}
.post-layout .post-meta li span.author-name {
    letter-spacing: 0.5px;
}
.post-layout .post-meta li:last-child{
	margin-right: 0;
}
.post-layout .primary-meta.post-meta li.post-category:before,
.featured-post-slider .post-meta.top-meta li.post-category:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    background: #b63838;
    transform: translateY(-50%);
}
.post-layout .primary-meta.post-meta li.post-category,
.featured-post-slider .post-meta.top-meta li.post-category {
    position: relative;
    padding-left: 40px;
}
.post-layout .post-meta li:last-child {
    margin-right: 0;
}


.read-more-btn {
	background: #111;
    color: #fff;
    font-size: 11px;
    outline: none;
    border-radius: 20px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 7px 20px 7px 20px;
}
.read-more-btn:hover {
    background: #b63838;
    color: #fff;
    border: 1px solid #b63838;
}
.read-more-link {
    padding: 0;
    color: #000000;
    border: 0;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    font-display: swap;
    font-weight: 600;
    position: relative;
	z-index: 1;
}
.read-more-link:before {
    content: "";
    position: absolute;
    bottom: 1px;
    background: #ffd3b2;
    height: 9px;
    left: 0;
    right: 0;
    z-index: -1;
}
.post-layout .grid-item > article > .post-inner-wrapper{
	margin-bottom: 100px;
	box-shadow: none;
}
.post-layout .grid-item > article > .post-inner-wrapper {
    margin: 0;
}
.post-item-wrap .grid-item:last-child {
    margin: 0;
}
.post-layout.post-bg-dark .post-inner-wrapper{
	background: #111;
	color: #fff;
}
.post-layout .grid-item p{
    margin: 0;
}
.post-layout.post-bg-dark .grid-item a{
	color: #fff;
}
.post-layout .grid-item-list {
    margin-bottom: 60px;
	box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 45px rgba(0,0,0,.1);
}
.single-post .post-body-wrapper {
    background: #fff;
    padding: 40px;
	-ms-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    box-shadow: 0 5px 45px rgba(0,0,0,.1);
	border-radius: 10px;
}
.single-post .post-meta li {
	font-size: 13px;
    text-transform: uppercase;
    background: #ffffff;
    position: relative;
    padding-left: 18px;
    padding-right: 11px;
    z-index: 1;
}
.single-post .post-meta li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ffd3b1;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    z-index: 1;
}
.single-post ul.post-meta:after {
    content: "";
    height: 1px;
    background: #eaeaea;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}
.single-post ul.post-meta {
    font-size: 12px;
    text-transform: uppercase;
    background: #ffffff;
    position: relative;
    padding-left: 18px;
    margin-right: 11px;
}
/* .post-navigation-wrap .posts-navigation {
    margin: 0 auto;
    max-width: 275px;
}
.post-navigation-wrap .nav-links a:hover {
    background: #b63838;
	color:#fff;
}
.post-navigation-wrap .nav-links > * {
    float: none;
    width: auto;
	text-align: center;
}
.post-navigation-wrap .nav-links a {
    background: #111;
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px 0px;
	text-transform: uppercase;
}
.pagination .next.page-numbers,
.pagination .prev.page-numbers{
    font-size: 12px;
} */
/* .pagination .page-numbers {
    border: 0;
    line-height: 45px;
    padding: 0;
    margin-right: 5px;
    background: #eaeaea;
    min-width: 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    color: #000;
}
.pagination .page-numbers:hover {
    background: #b63838;
    color: #fff;
} */
/* .pagination .page-numbers.current {
    background: #111;
    color: #fff;
    border-color: #111;
} */
.site-info {
	margin-bottom: 0;
}
.copyright .heart-icon {
    color: red;
	display: none;
}
.site-info .social-links li > a {
    color: #404040;
}
.site-footer .copyright a {
    color: #b63838;
}
ul.site-info {
    font-size: 12px;
}
.site-info .copyright {
    text-align: center;
}
.footer-bottom li.social-links {
    display: none;
}
.site-footer {
    color: #8c8c8c;
}
.site-footer a {
	color: #000;
}
.site-footer a:hover {
    color: #b63838;
}
.footer-top {
    padding-top: 80px;
    padding-bottom: 50px;
    background: #333333;
}
.widget_tag_cloud ul li {
    display: inline-block;
	margin: 5px 2px;
	padding: 0;
}

label {
    display: block;
}
.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 46px;
	line-height: 40px;
	border-radius: 0;
}
.full-search-wrapper .search-form .search-field {
    padding: 10px 20px;
    border-radius: 10px;
}
.full-search-wrapper.search-on .search-submit{
    height: 50px;
    line-height: 46px;
    border-radius: 0 10px 10px 0;
}
.navbar-search-wrap {
    display: inline-block;
}
.navbar-search-wrap input[type="search"] {
    font-size: 14px;
    padding: 5px 15px 5px 15px;
}
.navbar-search-wrap .search-submit {
    padding: 0;
    background: transparent;
    color: #777;
    right: 15px;
    font-size: 13px;
    height: 35px;
}
.search-form {
    position: relative;
}
.page-header .page-title {
    color: #111;
    font-size: 38px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
	display: inline-block;
	margin: auto 0;
    word-break: break-all;
}
.page-header .title-wrap {
    text-align: center;
}
.page-header .page-title:before {
    content: "";
    position: absolute;
    bottom: 5px;
    background: #ffe9d9;
    height: 12px;
    z-index: -1;
    left: 0;
    right: 0;
}
.post-meta li a {
    word-break: break-word;
}
.post-meta li a:focus {
    color: #b63838;
}
.entry-content kbd {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem;
}
.post-author .author-wrap.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-meta.meta-top .post-category a {
    background: none;
    padding: 0;
    font-size: inherit;
    text-transform: capitalize;
}
.single.single-post .post-meta.meta-top .post-category a {
    color: inherit;
    font-size: inherit !important;
}
.single.single-post .post-meta.meta-top .post-category a:hover {
	background: none;
}
.post-category a, .wp-tag-cloud .tag-cloud-link {
    line-height: 1;
    font-size: 13px !important;
    text-transform: uppercase;
}
.post-list .post-category a, .post-default-list .post-category a {
    background: none;
    color: inherit;
    padding: 0;
    font-size: inherit !important;
}
.slider-inner-wrapper .post-meta .post-category a {
    font-size: 12px;
    letter-spacing: 1px;
}
.post-views-wrap{
    color: #b63838;
}
.comments-area {
    margin-top: 55px;
	padding: 40px;
    background: #fff;
	box-shadow: 0 5px 45px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 5px 45px rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 45px rgba(0,0,0,.1);
	-o-box-shadow: 0 5px 45px rgba(0,0,0,.1);
	-ms-box-shadow: 0 5px 45px rgba(0,0,0,.1);
	border-radius: 10px;
}
.comments-area .comments-title {
    font-size: 18px;
    margin-bottom: 5px;
    color: #111;
    text-transform: uppercase;
}
.comments-area .comment-list {
    padding-left: 0;
}
.comments-area .comment-respond {
    margin-top: 0px;
}

.comment-list .comment-body {
    padding-bottom: 35px;
    padding-top: 35px;
}
ol.comment-list li.even {
    border-bottom: 1px solid #eee;
}
ol.comment-list li.even:last-child{
	border-bottom: 0;
}
.comment-body .reply a::before {
    content: "\f112";
    font-family: fontAwesome;
    margin-right: 8px;
    font-size: 13px;
}
.comment-body .comment-author img {
    float: left;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.comment-meta, .comment-content > p:first-child {
    margin-bottom: 1rem;
}
.comment-content > p:last-child {
    margin-bottom: 0;
}
.comment-body .comment-author img {
    background: #fff;
    -ms-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    box-shadow: 0 5px 45px rgba(0,0,0,.1);
}
.comment-body .comment-author b.fn {
    display: inline-block;
    text-align: left;
    font-weight: 700;
    letter-spacing: 1px;
	color: #111;
}
.comment-body .comment-author b.fn a{
	color: #111;
}
.comment-body .comment-author b.fn a:hover {
    color: #b63838;
}
.comment-author .says {
    display: none;
}
.comment-body .comment-metadata a {
    text-align: left;
    font-size: 13px;
}
.comment .body-comment {
    text-align: left;
    margin-top: 30px;
    color: #111;
    margin-left: 80px;
    margin-bottom: 20px;
}
.comment-body .reply {
    margin-left: 80px;
    margin-top: 15px;
}
span.edit-link {
    padding-left: 8px;
}
.comment-metadata time:before {
    content: "\f017";
    font-family: "FontAwesome";
    padding-right: 5px;
    font-size: 16px;
    color: #b63838;
}
.comment-metadata time {
    position: relative;
}
.comment-body .comment-content {
    text-align: left;
    margin-left: 80px;
    margin-bottom: 0;
}

.comment-author.vcard {
    font-size: 18px;
    margin-bottom: 5px;
}
.comment-respond #reply-title {
    color: #111;
}
.comment-respond #reply-title {
    text-align: left;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}
.comment-form textarea {
    width: 100%;
    border: 1px solid #eaeaea;
    height: 100px;
    padding: 5px 15px 5px 15px;
    font-size: 13px;
    margin-bottom: 17px;
    outline: none;
}
.comment-form input[type="text"], 
.comment-form input[type="email"], 
.comment-form input[type="url"] {
    width: 100%;
    border: 1px solid #eee;
    height: 50px;
    padding: 5px 15px 5px 15px;
    font-size: 13px;
    margin-bottom: 17px;
    outline: none;
}
p.comment-form-cookies-consent label {
    display: inline-block;
    margin-left: 10px;
}
.post-tag a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding: 0px 15px;
    margin-bottom: 8px;
    margin-right: 5px;
    border: 1px solid #eee;
    border-radius: 35px;
}
.post-tag a:hover {
    background: #111;
    color: #fff;
}
.post-tag span {
	display: none;
}
.post-navigation .nav-links a {
    padding: 13px 20px;
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
	font-weight: 600;
	color: #000;
}
.post-navigation .nav-links a:hover {
    color: #fff;
    background: #b63838;
}
.page-header {
    background: #f8f8f8;
	border-radius: 0;
	position: relative;
}
::selection{
	background: #b63838;
	color: #fff;
}
.site-branding > * {
    margin: 0;
}
.is-sticky .site-title {
    color: #111;
}
.site-title {
    font-size: 20px;
    font-weight: 700;
	margin: 0;
	color: #111;
}
.site-branding .site-description {
    line-height: 30px;
    margin-bottom: 0;
}
.site-branding .branding-inner-wrap {
    line-height: 1;
    padding: 20px 0px;
}
.site-title a {
    color: #111;
}
section.not-found {
    text-align: center;
}
.search-box-wrap {
    max-width: 290px;
    margin: 0 auto;
	width: 100%;
}
@media screen and (min-width: 1025px){
	.site-header .mobile-menu-wrapper {
		display: none;
	}
	.navbar-items > li {
		height: 90px;
		line-height: 90px;
		display: inline-block;
		vertical-align: middle;
	}
	.page-header {
    	padding: 40px 0px 40px 0px;
	}
	.is-sticky .main-menu .sub-menu > li a {
    	color: #555555;
	}
	.is-sticky .main-menu .sub-menu > li a:hover{
		color: #b63838;
	}
	.is-sticky .main-menu .sub-menu li.current-menu-item > a {
    	color: #b63838;
	}
}
@media screen and (max-width: 1024px){
	.main-navigation {
    	display: none;
	}
	.header-menu .nav-search{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.comment-navigation .nav-previous, 
	.posts-navigation .nav-previous, 
	.post-navigation .nav-previous{
    	width: 100%;
    	text-align: center;
    	float: none;
	}
	.comment-navigation .nav-next, 
	.posts-navigation .nav-next, 
	.post-navigation .nav-next {
		width: 100%;
    	text-align: center;
    	float: none;
		margin-top: 20px;
	}
	.grid-item .post-body-wrapper, 
	.single-item .post-body-wrapper{
		padding: 40px 45px;
	}
	.counter-item{
		margin-bottom: 40px;
	}
	.col-md-3:last-child .counter-item {
    	margin-bottom: 0;
	}
}
@media screen and (min-width: 48em){
	.main-navigation a {
		padding: 0 15px;
	}
	.main-navigation ul ul a{
		padding: 1em 1.25em;
    	width: 16em;
		border-bottom: 1px solid #eee;
		letter-spacing: 1px;
	}

}
.site-header .main-menu > li:last-child a {
    padding-right: 0;
}
.post-edit-link {
    background: #111;
    padding: 10px 20px;
    font-weight: 400;
	color: #fff;
}
.post-edit-link:hover {
    background: #eaeaea;
    color: #111;
}
.gallery-item {
    margin: 0;
    padding: 5px;
}
.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 40px;
    width: 40px;
    padding: 0;
    line-height: 40px;
}
.slick-slider .slick-next.slick-arrow {
    right: 0;
	margin-right: 10px;
}
.slick-slider .slick-prev.slick-arrow {
    left: 0;
	margin-left: 10px;
}
.site-info .social-links .links-wrap > * {
    height: auto;
    width: auto;
    line-height: 1;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    margin-right: 15px;
}
.bg-image{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;
	margin: 0 0 0px;
	overflow: hidden;
	width: 100%;
}
.bg-overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
@media screen and (max-width: 991px){
	.sidebar-widget{
		margin-bottom: 3rem;
		margin-top: 3rem;
	}
}
.header-banner {
    overflow: hidden;
	position: relative;
}
body .container {
    max-width: 100%;
    width: 1170px;
}
.back-to-top {
    display: none;
    bottom: 20px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    z-index: 1;
    background: #111;
    color: #fff;
    font-size: 11px;
	border-radius: 50%;
}
.back-to-top:hover {
    background: #b63838;
    color: #fff;
}
/* mobile header*/
.mobile-menu-icon i {
    font-size: 18px;
}
.mobile-menu-wrapper .mobile-menu {
    display: none;
}
.menu-close {
    position: absolute;
    right: 22px;
    top: 50px;
    font-size: 22px;
    line-height: 25px;
    height: 25px;
    width: 25px;
	cursor: pointer;
}
span.mobile-menu-icon {
    cursor: pointer;
}
body.zmm-open {
    overflow: hidden;
}
@media screen and (max-width: 1024px){
	.mobile-menu {
		height: 100%;
		position: fixed;
		right: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		background: #fff;
		padding: 0;
		border-bottom: 1px solid #eaeaea;
		top: 0;
		overflow-y: auto;
	}
	.mobile-menu .main-menu {
    	padding: 70px 25px 25px 25px;
	}
	.mobile-menu .zmm-dropdown-toggle {
    	float: right;
	}
	.mobile-menu > ul li {
		position: relative;
		line-height: 40px;
		width: 100%;
	}
	.zmm-dropdown-toggle {
		position: absolute;
		right: 0;
		padding: 4px;
		top: 0;
		line-height: 35px;
		color: #777;
		cursor: pointer;
	}
	.site-header .navigation-section{
		margin: 0;
		line-height: 90px;
	}
	.featured-post-slider .owl-carousel .owl-dots {
		bottom: 35px;
	}
}
@media screen and (min-width: 1025px){
	.header-transparent{
		position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
	}
}
.site-header {
    z-index: 2;
    border-bottom: solid 1px #f3f3f3;
}
.site-header .mobile-header {
    background: #fff;
}
.mobile-header .site-title {
    color: #111;
}
.sidebar-widget ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.post-layout .pagination{
    display: block;
    text-align: center;
}
blockquote p {
    margin: 0;
}
.breadcrumb {
    padding: 0;
    background: none;
    margin-bottom: 0;
    color: #777;
	display: block;
	text-align: center;
}

.breadcrumb a::after {
    content: '\f178';
    font-family: fontawesome;
    font-size: 10px;
    margin-right: 5px;
    margin-left: 10px;
    color: #b63838;
}
.pt-50{
	padding-top: 50px;
}
.pt-100{
	padding-top: 100px;
}
.p-75{
	padding: 75px 0;
}
.mb-30{
	margin-bottom: 30px;
}
.pb-75{
	padding-bottom: 75px !important;
}
.p-100{
	padding: 100px 0;
}
.pb-35{
	padding-bottom: 35px;
}
.bg-overlay-light {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
}
.feature-bottom-center::before {
    border-bottom: 2px solid;
    bottom: -4px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 40px;
    color: #b63838;
    border-color: #b63838;
}
.feature-bottom-center::before {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.feature-bottom-center {
    line-height: 1.5;
    margin: 0 0 50px;
    padding-bottom: 10px;
    position: relative;
}
.page-loader{
	background: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.page-loader .image-wrap{
	position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
}
.title-meta i {
    display: none;
}
.title-meta li:last-child::before {
    content: "|";
    margin-right: 0.5rem;
}
@media screen and (max-width: 767px){
	.related-post-wrap .post-item {
		margin-bottom: 3rem;
	}
	.related-post-wrap .post-item:last-child {
		margin-bottom: 0;
	}
}
.related-post-wrap .post-body-wrapper {
    background: #fff;
    padding: 20px 15px;
}
.related-post-wrap .entry-content > p {
    margin: 0;
}

/* header top */
.topbar-items > li {
    height: 50px;
    line-height: 50px;
}
.topbar-items .social-links li{
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
}
.search-off {
    display: none;
}
.search-on #search.open{
	transform: translate(0px, 0px) scale(1, 1);
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
}
.search-on #search.open{
	background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 3;
}
.full-search-wrapper .search-form {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.search-on .close{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-shadow: none;
	opacity: 1;
	position: absolute;
	top: 40px;
	right: 30px;
	z-index: 1000;
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	cursor: pointer;
	height: 30px;
	width: 30px;
	line-height: 30px;
}
@media screen and (max-width: 767px){
	.header-top{
		display: none;
	}
}
/* post gallery */
/* gallery post */
.atert-gallery figure{
	display: block;
	float: left;
	margin: 0;
}
.pswp button:hover{
	background-color: transparent;
}
.atert-gallery-wrap{
	margin-bottom: 1.5em;
	display: inline-block;
}
/* contact section */
.contact-section .contact-details li {
    margin-bottom: 30px;
}

.contact-section .icon-wrapper {
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
}
.contact-section .icon-wrapper span {
    background: #111;
    font-size: 20px;
    padding: 12px;
    text-align: center;
    line-height: 45px;
	color: #fff;
	border-radius: 50%;
}
.contact-section .content-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.contact-section .mail .content-wrapper a {
    display: block;
}
.contact-section .content-wrapper p {
    margin-bottom: 0;
}
.post-default .entry-title {
   	letter-spacing: 0px;
    font-size: 27px;
}
.wpcf7 select {
    width: 100%;
}
.wpcf7 textarea, .wpcf7 input, .wpcf7 select {
    background: #fff;
    border: none;
	border-bottom: 1px solid #e6e6e6;
    color: #121212;
    margin-bottom: 20px;
    padding: 8px 3px;
}
.wpcf7 textarea:focus, .wpcf7 input:focus, .wpcf7 select:focus {
    border-bottom: solid 1px #b63838;
}
ul.contact-info {
    padding-bottom: 12px;
}
.wpcf7 input[type="submit"] {
    padding: 10px 25px;
    font-size: 14px;
    background: #b63838;
    border-radius: 30px;
    border: none;
    color: #fff;
}
.wpcf7 input[type="submit"]:hover {
	background: #000;
}
.contact-title {
    position: relative;
    display: inline-block;
}
.contact-title:before {
    content: "";
    position: absolute;
    bottom: 4px;
    background: #ffd3b2;
    height: 8px;
    z-index: -1;
    left: 0;
    right: 0;
}
.contact-info li:first-child {
    margin-bottom: 10px;
}
.contact-info.theme-color a {
    color: #b63838;
}
.contact-info strong {
    position: relative;
    color: #000;
    padding-left: 23px;
}
.contact-info strong:before {
    position: absolute;
    background: #b63838;
    left: 0;
    height: 3px;
    width: 12px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}
.grid-item .post-inner-wrapper,
.list-item .post-inner-wrapper {
    background: #fff;
	border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 45px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 5px 45px rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 45px rgba(0,0,0,.1);
	-ms-box-shadow: 0 5px 45px rgba(0,0,0,.1);
	-o-box-shadow: 0 5px 45px rgba(0,0,0,.1);
}
@media screen and (max-width: 767px){
	.col-space .row > [class*="col-"]{
		margin-bottom: 20px;
	}
	.col-space .row > [class*="col-"]:last-child{
		margin-bottom: 0;
	}
	.post-layout .secondary-meta-wrap > ul.post-meta {
		display: block;
		float: none;
		margin-right: 15px;
	}
	.post-layout .media .entry-title{
		font-size: 14px;
	}
	.post-layout .sticky-meta-wrap .post-share{
		display: none;
	}
	.secondary-meta-wrap > ul.post-meta:first-child{
		padding-bottom: 10px;
	}
	.post-default-list .secondary-meta-wrap .post-meta > *:first-child{
		padding-bottom: 15px;
	}
	.post-layout .thumb-wrap a img {
		width: 100%;
	}
	
	.post-default-list .grid-item .post-inner-wrapper .media{
		padding: 0;
	}
	.post-layout.post-list .post-body-wrapper,
	.post-layout.post-default-list .post-body-wrapper {
    	padding: 20px 15px;
	}
	.post-default-grid .grid-item.grid-col-2{
		width: 100%;
	}
	.post-default-list.post-style-3 .sl-count{
		bottom: -10px;
		width: 60px;
		right: 0;
		left: 25px;
	}
	.subscribe-section .media{
		display: block;
	}
	.atert-mailchimp-wrap{
		margin-bottom: 35px;
	}
	.subscribe-section .thumb.align-self-center{
		margin-left: 0 !important;
	}
}
@media screen and (max-width: 480px){
	.post-default.post-style-3 .secondary-meta .post-share ul{
		width: 130px;
	}
	.post-default.post-style-3 .secondary-meta-wrap .post-share .post-share-button > *{
		height: 25px;
		width: 25px;
		line-height: 25px;
		font-size: 12px;
		margin-right: 5px;
	}
	.post-list .post-inner-wrapper .media, .post-default-list .post-inner-wrapper .media {
		width: 100%;
		display: block !important;
	}
	.post-default-list .post-inner-wrapper .author-wrap.media {
		display: -ms-flexbox;
		display: flex !important;
		-ms-flex-align: start;
		align-items: center;
	}
}
.post-default-grid .post-inner-wrapper .primary-meta-wrap{
	padding-bottom: 0;
}
.post-layout .thumb-wrap a img{
	-webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.post-layout .post-thumbnail:hover .thumb-wrap::after{
	opacity: 1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.post-layout .post-thumbnail .thumb-wrap::after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.related-post-wrap .entry-title {
    letter-spacing: 0;
}
.bottom-border .title::after {
    content: '';
    display: block;
    height: 0;
    width: 50px;
    border-top: 2px solid #b63838;
    margin-top: 15px;
}
.bottom-border-center .title::after {
    content: '';
    display: block;
    height: 0;
    width: 50px;
    border-top: 2px solid #b63838;
    margin: 0 auto;
	margin-top: 15px;
}
.post-heading .title {
    margin-bottom: 50px;
}
.author-bio-wrap .content-wrap.row > * {
    padding: 0;
}
.slick-dots {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
	text-align: center;
}
.slick-dots > * {
    display: inline-block;
	margin: 0 2px;
}
.slick-dots button {
    display: block;
    width: 17px;
    height: 4px;
    padding: 0;
    border: none;
    background-color: #111;
    text-indent: -9999px;
}
.slick-dots .slick-active button {
    background: #b63838;
}
blockquote cite::before {
    background-color: #b63838;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 2px;
    margin: 0 15px;
}
blockquote cite::after {
    background-color: #b63838;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 2px;
    margin: 0 15px;
}
.atert-mailchimp-wrap .mc-submit-btn {
   	position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    line-height: 25px;
    background: #000000;
    border: 0;
    padding: 10px 25px;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
}
.atert-mailchimp-wrap .mc-submit-btn:focus {
    background: transparent;
    border-radius: 0;
}
.atert-mailchimp-wrap .title {
    max-width: 720px;
    margin-bottom:  2.3rem !important;
}
.atert-mailchimp-wrap .mc-submit-btn:hover {
    background: transparent;
}
.mailchimp-form-wrap .btn-secondary.mc-submit-btn:active {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}
.atert-mailchimp-wrap .mc-submit-btn:hover,
.atert-mailchimp-wrap .mc-submit-btn:focus,
.atert-mailchimp-wrap .mc-submit-btn:active{
    background: #b63838;
}
/*instagram*/
.widget .instagram-pics > li > a div.insta-footer-img {
    position: relative;
    overflow: hidden;
}
.widget .instagram-pics li .insta-footer-img {
    background-position: center;
    height: 100%;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}
.instagram-pics > li > a div.insta-footer-img {
    position: relative;
}
.widget .nav {
    display: block;
}
.widget-area .instagram-pics.instagram-size-large li {
    width: 33.3%;
    height: 100px;
}
.widget .instagram-pics.instagram-size-original li {
    width: 100%;
    height: 150px;
}
.widget .instagram-pics.instagram-size-thumbnail li {
    height: 90px;
    width: 90px;
}
.widget ul li{
    margin-bottom: 5px;
}
.widget ul li:first-child,
.widget ol li:first-child {
    padding-top: 0;
}
.widget ul.children li, .widget ul.sub-menu li {
    margin-left: 0px;
}
.widget ul.children li, .widget ul.sub-menu li {
    margin-left: 0px;
}
img.rss-widget-icon {
    margin: 0;
}
.instagram-pics.instagram-size-large li {
    height: 150px;
    width: 50%;
}
.widget .instagram-pics li {
    display: inline-block;
    height: 60px;
    width: 67px;
    padding: 0px 5px 0px 0px;
}
.widget.widget_atert_instagram_widget .clear {
    margin-bottom: 0;
}
.widget p:last-child {
    margin-bottom: 0;
}
.widget_atert_instagram_widget p a {
    background: #111;
}
.widget_atert_instagram_widget p a {
    padding: 3px 25px;
    display: inline-block;
    border-radius: 0;
    margin-top: 20px;
    color: #fff;
}
.widget_atert_instagram_widget p a:hover {
    color: #fff;
	background: #b63838;
}
.post-navigation-wrap .nav-links .nav-next {
    margin-top: 5px;
}
.post-view-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
}

/* woocommercs*/
.woocommerce .woocommerce-ordering select {
    padding: 7px 9px;
    color: #777;
    border-radius: 2px;
    font-size: 13px;
    border: 1px solid #e5e5e5;
    max-width: 190px;
}

.woocommerce .page-title {
    margin-top: 0;
    margin-bottom: 0;
}
.cart-contents:before {
    font-family: FontAwesome;
    content: "\f07a";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    vertical-align: bottom;
}
.cart-contents .sp-count {
    background: #b63838;
    color: #fff;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    font-weight: 400;
    line-height: 18px;
    border-radius: 100%;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: -8px;
    font-weight: 500;
}
.cart-contents {
    position: relative;
    padding-left: 18px;
}
.cart-contents:after {
    content: "";
    width: 0;
    height: 13px;
    border-right: 1px solid #e1e1e1;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    background: #111;
    color: #fff;
    font-weight: 400;
    padding: 5px 20px;
}
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 20px;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    background: #b63838;
	color: #fff;
}
.woocommerce-cart-form th {
    color: #111;
    font-weight: 400;
    font-size: 16px;
}
.woocommerce-cart-form tbody td {
    background: #fff;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 4px 10px;
    margin-right: 10px;
    line-height: 1.7;
    font-size: 14px;
}
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
    width: 110px;
}
#order_review_heading {
    margin-top: 20px;
}
.woocommerce .quantity .qty {
    padding: 10px 4px;
    margin-right: 10px;
    width: 4em;
    height: 2.5em;
    font-size: 14px;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #111;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 400;
    border-radius: 20px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
	background-color: #b63838;
}
.woocommerce-info {
    background: #fff;
    border-top-color: #b63838;
}
.woocommerce-info::before {
    color: #b63838;
}
.woocommerce table.shop_table{
	background: #fff;
}
.site-content.woocommerce label {
    display: inline-block;
}
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1 {
    max-width: 48%;
}
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2{
	max-width: 48%;
}
.woocommerce form .form-row label, 
.woocommerce-page form .form-row label {
    display: block;
	width: 100%;
}
.woocommerce-checkout .woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    background: #fff;
    padding: 1em;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product .stock,
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
	color: #777;
}
.woocommerce ul.products li.product .button {
   	font-size: 14px;
    padding: 5px 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.woocommerce a.added_to_cart {
    background: #000;
    border-radius: 20px;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.woocommerce ul.products li.product a img {
    margin-bottom: 8px;
}
.woocommerce ul.products li.product 
.woocommerce-loop-category__title, 
.woocommerce ul.products li.product 
.woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    color: #111;
    font-weight: 400;
    padding-bottom: 8px;
    font-size: 16px;
    letter-spacing: 0;
	text-transform: capitalize;
}
.woocommerce ul.products li.product .price {
    font-size: 14px;
	margin: 0;
}
.woocommerce div.product .product_title {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 10px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    font-size: 18px;
    margin: 5px 0 10px;
}
.woocommerce div.product p.stock{
	margin-bottom: 10px;
}
.woocommerce div.product form.cart {
    margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #f4f4f4;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs .panel h2, 
.related.products h2, .upsells.products h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    font-style: normal;
}
.woocommerce-Reviews #reply-title {
    font-size: 15px;
    margin: 0;
}
.woocommerce-message {
    border-top-color: #b63838;
}
.woocommerce-message::before{
	color: #b63838;
}
.woocommerce-terms-and-conditions-wrapper {
    display: block;
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    padding: 0 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    padding: 15px 0;
    width: 100%;
    display: block;
    line-height: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
    background: #111;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
	color: #fff;
}
.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    line-height: 1.7;
	border-radius: 20px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
}
.woocommerce nav.woocommerce-pagination ul{
	border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    border: 0;
    line-height: 40px;
    padding: 0;
    margin-right: 5px;
    background: #eaeaea;
    min-width: 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    color: #000;
	font-family: 'Open Sans', sans-serif;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #000;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #b63838;
    color: #fff;
}
span.select2-selection.select2-selection--single {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow, 
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered, 
.woocommerce-checkout .form-row input, .woocommerce-shipping-calculator input {
    color: #8c8c8c;
}
/* Extra Styles */
.primary-meta-wrap > ul,
.secondary-meta-wrap > ul,
.sticky-meta-wrap > ul {
    display: inline-block;
    vertical-align: middle;
	margin-bottom: 0;
}
.thumb-wrap {
    position: relative;
}
.sticky-meta-wrap {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}
.sticky-meta-wrap > ul {
    margin-bottom: 0;
}
/* post standard */
.grid-item .post-inner-wrapper > .title-wrap {
    padding-bottom: 15px;
}
.grid-item .post-inner-wrapper > .thumb-wrap {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 3px;
    padding-top: 0;
    padding-bottom: 0;
}
.grid-item .post-inner-wrapper > .thumb-wrap {
    margin-left: -30px;
    margin-right: -30px;
}
.post-style-1 .secondary-meta-wrap ul > li,
.post-style-2 .secondary-meta-wrap ul > li {
    height: auto;
    width: auto;
    box-shadow: none;
    line-height: inherit;
    text-align: inherit;
    background: none;
    border-radius: 0;
}
.post-style-2 .primary-meta {
    margin-bottom: 0;
}
.post-style-2 .title-wrap {
    padding-top: 25px;
}
.post-style-3 .post-overlay-wrap {
    top: auto;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px 30px;
}
.post-style-3 .post-overlay-wrap {
    top: auto;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 80px 30px 30px 30px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 25%, rgba(0,0,0,0.70) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 25%,rgba(0,0,0,0.70) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 25%,rgba(0, 0, 0, 0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.post-grid.post-style-3 .format-video .post-overlay-wrap,
.post-masonry.post-style-3 .format-video .post-overlay-wrap,
.post-grid.post-style-3 .format-audio .post-overlay-wrap,
.post-masonry.post-style-3 .format-audio .post-overlay-wrap,
.post-grid.post-style-3 .format-quote .post-overlay-wrap,
.post-masonry.post-style-3 .format-quote .post-overlay-wrap,
.post-grid.post-style-3 .format-gallery .post-overlay-wrap,
.post-masonry.post-style-3 .format-gallery .post-overlay-wrap{
    bottom: 0;
    text-align: center;
}

.post-grid.post-style-3 .format-bg:before {
    position: absolute;
    content: "";
    border: 2px solid #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0px auto;
}
.post-grid.post-style-3 .format-bg img{
    display: none;
}
.post-default.post-style-3 .primary-meta-wrap {
    padding-bottom: 13px;
    padding-top: 30px;
}

.sticky-meta .post-share-button,
.secondary-meta .post-share-button{
	display: none;
}
.rounded-style > li {
    height: 40px;
    width: 40px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
	box-shadow: 0 5px 45px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 5px 45px rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 45px rgba(0,0,0,.1);
	-ms-box-shadow: 0 5px 45px rgba(0,0,0,.1);
	-o-box-shadow: 0 5px 45px rgba(0,0,0,.1);
	position:relative;
}
.rounded-style li a i {
    padding: 0;
}
.secondary-meta-wrap {
    border-top: 1px solid #eee;
}
.secondary-meta-wrap > * {
    margin-bottom: 0;
}
.post-overlay-wrap {
    position: absolute;
    top: 20px;
    right: 30px;
}

.post-style-3 .post-category {
    font-size: 12px;
}
.secondary-meta .post-share ul {
   position: absolute;
   left: 50px;
   width: 200px;
   vertical-align: middle;
   top: 0;
}
.sl-button i {
    padding: 0;
}
.secondary-meta .post-likes {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 45px rgba(0,0,0,.1);
}
.secondary-meta-wrap .post-share .post-share-button > * {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 45px rgba(0,0,0,.1);
	z-index: 1;
}
/* post list */
.list-item .thumb-wrap {
    padding: 0;
}
.list-item .title-wrap {
    padding-top: 0;
}
.post-list .post-body-wrapper,
.post-default-list .post-body-wrapper{
    padding: 10px 30px 10px 30px;
}
.post-list .secondary-meta-wrap,
.post-default-list .secondary-meta-wrap {
    padding-top: 20px;
    margin-top: 7px;
}
.post-list .primary-meta-wrap > *,
.post-default-list .primary-meta-wrap > *{
    margin: 0;
}
.post-list .post-body-wrapper > *,
.post-default-list .post-body-wrapper > * {
    padding-bottom: 15px;
}
.list-item .post-body-wrapper > *:last-child,
.post-default-list .post-body-wrapper > *:last-child{
	padding-bottom: 0;
}
.post-style-3 .list-item .rounded-style > li {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 12px;
}
.post-list .secondary-meta-wrap .post-share .post-share-button > *,
.post-default-list .secondary-meta-wrap .post-share .post-share-button > * {
    height: 35px;
    width: 35px;
    line-height: 35px;
}
.post-list .secondary-meta .post-share ul,
.post-default-list .secondary-meta .post-share ul{
	width: 180px;
}
.post-default-grid .grid-col-2 .primary-meta-wrap {
    padding-bottom: 0;
}
.post-grid.post-style-2 .title-wrap,
.post-masonry.post-style-2 .title-wrap,
.post-default.post-style-2 .title-wrap {
    padding-bottom: 0;
}
.post-grid.post-style-3 .secondary-meta-wrap, .post-masonry.post-style-3 .secondary-meta-wrap {
    padding-top: 17px;
    margin-top: 22px;
    border-top: solid 1px #eaeaea;
    padding-bottom: 15px;
    position: relative;
}
.post-grid.post-style-3 .secondary-meta-wrap:before, 
.post-masonry.post-style-3 .secondary-meta-wrap:before {
    content: "";
    background: #b63838;
    position: absolute;
    width: 80px;
    height: 1px;
    top: -1px;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    opacity: 0;
}
.post-grid.post-style-3 .post-inner-wrapper:hover .secondary-meta-wrap:before, 
.post-masonry.post-style-3 .post-inner-wrapper:hover .secondary-meta-wrap:before {
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    width: 100%;
    opacity: 1;
}

.post-grid.post-style-3 .text-center .secondary-meta li:nth-child(2), 
.post-masonry.post-style-3 .text-center .secondary-meta li:nth-child(2) {
    float: none;
}
.post-grid.post-style-3 .secondary-meta,
.post-masonry.post-style-3 .secondary-meta {
    padding-top: 0;
}
.post-list .title-wrap,
.post-default-list .title-wrap {
    padding-top: 0;
}
.post-grid.post-style-3 .rounded-style > li,
.post-masonry.post-style-3 .rounded-style > li {
    height: auto;
    width: auto;
    background: none;
    box-shadow: none;
    border-radius: 0;
    line-height: inherit;
}
.post-format-overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.40);
}
.format-wrap {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    margin: 0 auto;
    display: inline-block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    font-size: 40px;
	color: #b63838;
	opacity: 0.5;
}
.post-format-overlay .format-wrap i {
    height: 80px;
    line-height: 80px;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
    text-align: center;
    border: solid 2px;
    border-radius: 50%;
    margin: auto;
}
.post-grid.post-style-3 .post-format-overlay,
.post-masonry.post-style-3 .post-format-overlay {
	background: rgba(0, 0, 0, 0.58);
}
.post-grid.post-style-3 .format-wrap,
.post-masonry.post-style-3 .format-wrap {
    color: #fff;
}
.post-overlay-wrap .entry-title a {
    color: #fff;
}
.grid-item.grid-col-2 {
    width: 50%;
    display: inline-block;
	padding: 10px;
	vertical-align: top;
}
.sc-left .grid-item.grid-col-2 {
    float: left;
}
.secondary-meta-wrap {
    padding-top: 25px;
    margin-top: 25px;
}
.post-default .secondary-meta-wrap:last-child {
    padding-top: 22px;
    margin-top: 25px;
    padding-bottom: 20px;
}
.post-layout.post-grid .text-center .primary-meta.post-meta li.post-category {
    position: relative;
    padding-left: 0;
}
.post-layout.post-grid .text-center .primary-meta.post-meta li.post-category:before {
	content: unset;
}
.secondary-meta-wrap > ul.post-meta {
    display: block;
    vertical-align: middle;
}
.post-list .secondary-meta-wrap > ul.post-meta,
.post-default-list .secondary-meta-wrap > ul.post-meta,
.post-default .secondary-meta-wrap > ul.post-meta {
    display: inline-block;
}
.post-list .post-inner-wrapper .media,
.post-default-list .post-inner-wrapper .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
}
.post-default-list .grid-item:first-child .post-inner-wrapper .thumb-wrap {
    margin-bottom: 30px;
}
.post-layout.post-default-grid.post-style-3 .thumb-wrap {
    margin-bottom: 30px;
}
.post-layout.post-default-grid.post-style-3 .primary-meta-wrap {
    margin-bottom: 9px;
}
.grid-item .post-inner-wrapper > .media{
	padding: 0;
}
.post-layout .format-bg {
    display: none;
}
.post-default .grid-item .post-inner-wrapper > .thumb-wrap,
.post-default-grid .grid-item .post-inner-wrapper > .thumb-wrap,
.post-default-list .grid-item .post-inner-wrapper > .thumb-wrap,
.post-grid .grid-item .post-inner-wrapper > .thumb-wrap,
.post-masonry .grid-item .post-inner-wrapper > .thumb-wrap{
    padding-top: 0;
}
.post-grid.post-style-3 .grid-item .format-audio .thumb-wrap,
.post-grid.post-style-3 .grid-item .format-video .thumb-wrap,
.post-grid.post-style-3 .grid-item .format-gallery .thumb-wrap,
.post-grid.post-style-3 .grid-item .format-quote .thumb-wrap,
.post-masonry.post-style-3 .grid-item .format-audio .thumb-wrap,
.post-masonry.post-style-3 .grid-item .format-video .thumb-wrap,
.post-masonry.post-style-3 .grid-item .format-gallery .thumb-wrap,
.post-masonry.post-style-3 .grid-item .format-quote .thumb-wrap{
    margin-bottom: 0;
}
.post-grid.post-style-3 .primary-meta-wrap, .post-masonry.post-style-3 .primary-meta-wrap {
    padding-bottom: 10px;
}
.sl-count {
    position: absolute;
    bottom: -10px;
    width: 100%;
    right: 35px;
	font-size: 14px;
}
.post-default.post-style-1 .sl-count,
.post-default.post-style-2 .sl-count,
.post-grid.post-style-1 .sl-count,
.post-grid.post-style-2 .sl-count,
.post-masonry.post-style-2 .sl-count,
.post-masonry.post-style-2 .sl-count{
    bottom: 25px;
    right: 0;
    left: -20px;
    width: 60px;
	color: #fff;
}
.sl-wrapper {
    position: relative;
}
.post-grid .grid-item > article {
    margin: 0;
}
span.sl-wrapper > a {
    position: relative;
}
span.sl-count {
    position: absolute;
    top: -32px;
    left: 50%;
    bottom: auto;
    text-align: center;
    margin: 0 auto;
    transform: translateX(-50%);
    line-height: 1;
    background: #333;
    padding: 6px 0px;
    border-radius: 4px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.35s;
	font-size: 12px;
    width: 50px;
    word-break: unset;
}
span.sl-wrapper > a:hover span.sl-count {
    opacity: 1;
    visibility: visible;
}
span.sl-count:after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #333;
    content: "";
    bottom: -5px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.sticky-meta .post-share-button {
    position: absolute;
    top: 0;
    left: -200px;
}
.show-post-share i {
    padding: 0;
}
.secondary-meta .post-share {
    height: 40px;
    width: 40px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
	box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 45px rgba(0,0,0,.1);
}
.sticky-meta-wrap .post-share-button > * {
    width: 40px;
    background: #fff;
    border-radius: 50%;
    height: 40px;
    line-height: 45px;
	box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 45px rgba(0,0,0,.1);
}
.mailchimp-form-wrap .input-group {
	max-width: 420px;
}
.mailchimp-form-wrap .form-control {
    border: 0;
    padding: 10px 25px;
    border-radius: 0;
    box-shadow: 0 5px 45px rgba(0,0,0,.1);
}
.subscribe-section .title{
    font-size: 28px;
}
.subscribe-section .mailchimp-form-wrap .form-control,
.atert-mailchimp-wrap .mc-submit-btn{
	color: #fff;
}
.subscribe-section .mailchimp-form-wrap .form-control:focus {
    z-index: inherit;
}
.mailchimp-form-wrap .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8c8c8c;
  opacity: 1; /* Firefox */
}

.mailchimp-form-wrap .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #8c8c8c;
}

.mailchimp-form-wrap .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #8c8c8c;
}
.tweet-title a {
    color: #111;
    font-size: 17px;
}
.subscribe-fullwidth {
    background: #b63838;
    padding-top: 50px;
    padding-bottom: 50px;
}
.subscribe-section.no-fullwidth .row > * {
    background: #efefef;
    padding: 80px;
}
.widget .atert-post-wrap figure img {
    margin: 0 20px 10px 0;
    float: left;
	width: 75px;
    border-radius: 50%;
}
.atert-post-wrap .item-content {
    display: table-cell;
}
.atert-post-wrap .entry-title {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.6;
}

.widget.widget_atert_latest_post_widget .atert-post-wrap figure img {
	max-width: none;
}
span.entry-date {
    text-transform: uppercase;
    font-size: 12px;
}
.atert-post-wrap .post-item {
    padding-bottom: 0;
    margin-bottom: 13px;
    padding-top: 0;
}
.widget .atert-post-wrap figure {
    margin: 0;
}
figcaption, figure, main {
    display: block;
}
.widget .atert-post-wrap .item-wrap {
    clear: both;
    float: none;
    display: flex;
    align-items: center;
}
.atert-post-wrap > *:first-child {
    padding-bottom: 5px;
}
.single-post .sl-count {
    right: 5px;
    width: 60px;
}
.liked .sl-icon{
     color: #b63838; 
}
.single-post .entry-header{
    border-bottom: 2px solid #f7f7f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: none;
}

.single-post .post-tag{
    margin-top: 45px;
    border-top: 2px solid #f7f7f7;
    padding-top: 35px;
    margin-bottom: 15px;
}
.secondary-meta-bottom {
}
.secondary-meta-bottom > * {
    margin: 0;
	display: inline-block;
}
.secondary-meta-bottom .post-share-button > * {
	background: #fff;
    height: 40px;
    width: 40px;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 45px rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 45px rgba(0,0,0,.1);
}
.post-default-grid.post-style-2 .primary-meta-wrap {
    padding-bottom: 30px;
}
/*slider*/
@media screen and (min-width: 1200px){
	.featured-slider .post-thumbnail {
		left: 67px;
		z-index: 1;
		background: #ffff;
		box-shadow: 0 5px 45px rgba(0,0,0,.1);
		-webkit-box-shadow: 0 5px 45px rgba(0,0,0,.1);
		-moz-box-shadow: 0 5px 45px rgba(0,0,0,.1);
		-ms-box-shadow: 0 5px 45px rgba(0,0,0,.1);
        -o-box-shadow: 0 5px 45px rgba(0,0,0,.1);
        position: relative;
    }
    .post-thumbnail.align-self-center:before {
        background-image: url(http://atert.catchpixel.com/wp-content/themes/atert/assets/images/slider-bg.png);
        position: absolute;
        right: -37px;
        bottom: -51px;        
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .featured-slider .post-thumbnail img{
        border: 10px solid #fff;
    }
    
	.featured-slider .post-content {
		height: 800px;
		position: relative;
	}
	.featured-slider .post-inner-wrapper {
		position: absolute;
		left: -22px;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		width: 500px;
		background: #fff;
		z-index: 99;
		padding: 40px;
		box-shadow: 0 5px 45px rgba(0,0,0,.1);
	}
}
.featured-slider .post-date a {
    font-size: 13px;
    position: relative;
    padding-left: 19px;
    text-transform: uppercase;
}
.featured-slider .post-date a:before {
	content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 7px;
    height: 7px;
    background: #b63838;
    border-radius: 50%;
}
.featured-post-slider .owl-carousel .owl-dots {
    bottom: 80px;
}
.featured-slider .entry-title {
    font-size: 34px;
    margin-bottom: 7px;
    line-height: 44px;
}
.featured-slider .entry-title:before {

    position: absolute;
    bottom: 5px;
    background: #ffd3b2;
    height: 12px;
	left: 0;
	right: 0;
    z-index: -1;
}
.featured-slider .entry-title {
    position: relative;
    display: inline-block;
}
.featured-slider .entry-contnt {
    line-height: 1.8;
    font-size: 16px;
}
.featured-slider .hentry {
    margin: 0;
}
.site-header .is-sticky .header-menu {
    background: #fff;
	z-index: 2 !important;
}

@media only screen and ( max-width: 1199px ) and ( min-width: 1024px ){
	.featured-slider .post-thumbnail{
		padding: 10px;
		background: #fff;
		left: 0;
		z-index: 1;
		width: 500px;
	}
	.featured-slider .post-content{
		height: 600px;
		position: relative;
		background: #fff;
	}
	.featured-slider .post-inner-wrapper{
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		width: 420px;
	}
}
@media screen and (min-width: 767px){
	.subscribe-section img{
		  margin-top: -45px;
		margin-bottom: -30px;
	}
	.wp-block-column {
		flex-grow: unset;
	}
}
@media screen and (min-width: 1024px){
    
    .subscribe-section.no-fullwidth{
        margin-bottom: 100px;
    }   
}
@media screen and (max-width: 1023px){
	.featured-slider .post-wrapper{
		display: block;
	}
	.featured-slider .post-content{
		padding: 20px 20px 60px; 
	}
	.featured-slider article{
		margin: 0;
	}
	.owl-carousel .owl-nav{
		display: none;
    }
    .subscribe-section.no-fullwidth{
        margin-bottom: 60px;
    }   
	.footer-top {
        padding-top: 70px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 767px){
    .atert-mailchimp-wrap .subscribe-section .thumb.align-self-center{
        margin-left:0px !important;
    }
	.featured-slider.owl-carousel .owl-dots{
		bottom: 0;
	}
	.featured-slider.owl-carousel:hover .owl-nav {
    	display: none;
	}
	.subscribe-section.no-fullwidth .row > *{
		padding: 35px;
	}
	.mailchimp-form-wrap{
		margin-bottom: 30px;
	}

	.single-post .post-meta .sl-count{
		right: -70px;
	}
	.post-meta.meta-top {
    	margin-bottom: 40px !important;
	}
	.site-info .copyright, .site-info .social-links {
		display: block;
		float: none;
		clear: both;
		text-align: center;
	}
	.site-info .social-links {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 639px){
	.woocommerce a.added_to_cart {
   		margin-top: 15px;
	}
	.contact-section .content-wrapper > * {
    	font-size: 15px;
	}
}
@media screen and (max-width: 480px){
	.secondary-meta-wrap .post-share .post-share-button > *{
		height: 20px;
		line-height: 20px;
		width: 20px;
	}
	.secondary-meta .post-share ul{
		left: 25px;
		width: 160px;
	}
	.post-default .entry-title {
		font-size: 20px;
	}
	.read-more-link {
		font-size: 14px;
		margin-left: 15px;
	}
}
@media screen and (max-width: 480px){
	.single-item .secondary-meta-bottom > * {
    	display: block;
		width: 100%;
    	margin-bottom: 20px;
	}
	.single-post .secondary-meta-bottom .sl-count{
		right: -70px;
	}
	.woocommerce .woocommerce-ordering, 
	.woocommerce-page .woocommerce-ordering{
		float: none;
	}
	.single-item .post-meta > * {
		float: none;
		display: block;
		margin-bottom: 9px;
	}
}
/* owl carousel*/
.featured-slider .owl-nav{
	display: none;
}
.owl-carousel:hover .owl-nav {
    display: none;
	position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.owl-carousel:hover .owl-nav button.owl-prev {
    float: left;
    margin-left: 10px;
	font-size: 25px;
}
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next{
    color: #b63838;
}
.owl-carousel:hover .owl-nav button.owl-next {
	float: right;
    margin-right: 10px;
	font-size: 25px;
}
.owl-carousel button.owl-dot {
	width: 28px;
    background: #eaeaea;
    height: 8px;
    margin-right: 10px;
    font-weight: 600;
    font-size: 0;
    box-shadow: 0 2px 2px rgba(191, 191, 191, 0.45);
}
.owl-carousel button.owl-dot.active {
    background: #b63838;
    color: #fff;
}
.owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.owl-dots {
    counter-reset: dots;
}
.owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}
.related-post-wrap .post-inner-wrapper .post-thumbnail {
    padding: 0;
	margin: 0;
}
.related-post-wrap .post-thumbnail img {
    border-radius: 0;
}
.img-inline{
    display: inline-block !important;
}
/* pagination */
/* .post-navigation-wrap .pagination .page-numbers {
    border: 0;
    line-height: 40px;
    padding: 0;
    margin-right: 5px;
    background: #eaeaea;
    min-width: 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    color: #000;
}
.post-navigation-wrap .pagination .page-numbers.current {
    background: #000;
    color: #fff;
} */
.post-grid.post-style-3 .grid-item .post-inner-wrapper > .title-wrap {
    padding-bottom: 0px;
}
article > .post-inner-wrapper:hover .title-wrap a {
    color: #b63838;
	transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
article > .post-inner-wrapper .title-wrap a {
	transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.post-grid.post-style-3 .grid-item .post-inner-wrapper > .title-wrap .entry-title {
    font-weight: 600;
}
.tweet-text a {
    color: #b63838;
}
.tweet-wrap {
    font-size: 14px;
}
/* infinite load */
#infscr-loading {
    position: absolute;
    text-align: center;
    bottom: 30px;
    left: 42%;
    z-index: 100;
    background: white;
    background: hsla( 0, 0%, 100%, 0.9 );
    padding: 20px;
    color: #222;
    font-size: 15px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.infinite-pagination .pagination{
	display:none;
}
.post-navigation-wrap .pagination {
    margin-top: 3rem;
}
.loadmore-img-wrap {
    display: none;
}
.container-fluid {
    padding-left: 45px;
    padding-right: 45px;
}
.slider-inner-wrapper.container {
    width: 1300px;
}
.mobile-menu-icon {
	vertical-align: middle;
    display: inline-flex;
}
.loader-more-wrap {
    position: relative;
}
.loadmore-btn {
    margin: 0 auto;
    right: 0;
    left: 0;
    text-align: center;
}
.view-more-button {
    margin: 45px 0 0 0;
}
.loadmore-btn .view-more-button{
    font-size: 13px;
    padding: 7px 30px;
    border-radius: 30px;
    text-transform: uppercase;
}
/* Gutenberg */
.wp-block-separator {
    border-bottom: 2px solid #b63838;
	background: none;
}

.wp-block-quote cite {
	display: block;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large{
	margin: 45px 0px 45px 0;
    padding: 25px 30px;
}
.wp-block-quote:not(.is-large):not(.is-style-large){
	border-left: 3px solid #b63838;
}
.wp-block-button__link {
    background: #111;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border: 0;
    font-weight: 400;
    cursor: pointer;
    border-radius: 30px;
}
.wp-block-button__link:active, 
.wp-block-button__link:focus, 
.wp-block-button__link:hover{
    background-color: #b63838;
    color: #fff;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: #fff;
}
.wp-block-pullquote blockquote {
    margin: 0;
}
.wp-block-embed {
    clear: both;
}
.page-has-no-sidebar .wp-block-embed iframe {
    width: 100%;
}
.wp-block-image .alignleft {
    float: left;
    margin-right: 2em/*!rtl:end:ignore*/;
}
.wp-block-image .alignright {
    float: right;
    margin-left: 2em/*!rtl:end:ignore*/;
}
.entry-content .wp-block-cover.alignleft, 
.entry-summary .wp-block-cover.alignleft,
.entry-content .wp-block-cover.alignright, 
.entry-summary .wp-block-cover.alignright {
    max-width: 305px;
}
@media only screen and (max-width: 768px) {
	.entry-content > *.alignfull,
	.entry-summary > *.alignfull {
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
	}
	.entry-content > *.alignwide, 
	.entry-summary > *.alignwide {
		margin-left: 0;
		margin-right: 0;
		clear: both;
	}
	.entry-content > .wp-block-button {
		margin: 0;
		max-width: 100%;
	}
}
.entry-content > *.alignwide, 
.entry-summary > *.alignwide {
    margin-left: -45px;
    margin-right: -45px;
    clear: both;
}
.entry-content > *.alignwide, .entry-summary > *.alignwide,
.entry-content > *.alignfull, .entry-summary > *.alignfull {
    margin-left: -45px;
    margin-right: -45px;
    width: auto;
    max-width: 110%;
}

@media only screen and (min-width: 768px) {
  .entry-content > *.alignwide,
  .entry-summary > *.alignwide {
    width: auto;
    max-width: 1000%;
  }
}

.entry-content > *.alignfull,
.entry-summary > *.alignfull {
  position: relative;
  width: calc( 100% + (2 * 1rem));
  max-width: calc( 100% + (2 * 1rem));
  clear: both;
}


@media only screen and (min-width: 768px) {
  .entry-content > *.alignfull,
  .entry-summary > *.alignfull {
	margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
  }
}

.entry-content > *.alignleft,
.entry-summary > *.alignleft {
  float: left;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-left: 0;
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry-content > *.alignleft,
  .entry-summary > *.alignleft {
    max-width: calc(4 * (100vw / 12));
    margin-right: calc(2 * 1rem);
  }
  .post-navigation .nav-next,
  .post-navigation .nav-previous {
		width: 48%;
	}
}

.entry-content > *.alignright,
.entry-summary > *.alignright {
  float: right;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-right: 0;
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry-content > *.alignright,
  .entry-summary > *.alignright {
    max-width: calc(4 * (100vw / 12));
    margin-right: 0;
    margin-left: calc(2 * 1rem);
  }
}

.entry-content > *.aligncenter,
.entry-summary > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.owl-carousel button.owl-dot:hover {
    color: #fff;
    background: #b63838;
}
a.more-link {
    font-size: 13px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 600;
}
/*Unit Test*/
.grid-item {
    position: relative;
}
span.post-sticky-icon {
	padding: 0 !important;
    position: absolute;
    top: 6px;
    right: 34px;
    font-size: 22px;
    transform: rotate(40deg);
}
.post-layout .grid-item > article > .post-inner-wrapper {
    padding: 0px 30px;
}
.page-links > a, .page-links > span {
	border: 0;
    line-height: 40px;
    padding: 0;
    margin-right: 5px;
    background: #eaeaea;
    min-width: 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    color: #000;
	text-align: center;
}
.page-links > a:hover, .page-links > span {
    background: #000;
    color: #fff;
}
.has-large-font-size {
    font-size: 36px;
    line-height: 1.4;
}
/* .atert-post-wrap .item-wrap {
    clear: both;
    float: none;
    display: flex;
    align-items: center;
}
.atert-post-wrap figure {
    margin: 0;
}

.atert-post-wrap figure img {
    max-width: none;
}
.atert-post-wrap figure img {
    margin: 0 20px 10px 0;
    float: left;
    width: 75px;
    border-radius: 50%;
} */
.sidebar-widget .widget ul {
    margin-bottom: 0;
}

section#text-5 {
    box-shadow: none;
}

/* .post-related-grid img {
    float: left;
	display: inline;
	border-radius: 30px;
}

.post-related-grid h4 {
    display: flex;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 17px;
    color: #000;
}
.post-related-grid {
    display: contents;
}
.post-featured-grid img {
    float: left;
	display: inline;
	border-radius: 30px;
}

.post-featured-grid h4 {
    display: flex;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 17px;
    color: #000;
}
.post-featured-grid {
    display: contents;
}
.row-fluid.related-posts {
    background-color: #FFFFFF;
    box-shadow: 0 2px 40px 0 rgba(0,0,0,0.09);
    height: auto;
    padding: 10px 0px 10px 25px;
    width: 350px;
    margin-top: 15px;
} */

