/*
Theme Name: Donovan
Theme URI: https://themezee.com/themes/donovan/
Author: ThemeZee
Author URI: https://themezee.com
Description: Donovan is a flexible, yet easy-to-use blogging theme with a clean and modern design. It features an elegant mobile-first design, three different blog layouts and extensive post settings. Donovan is perfect for your personal blog or for any content-focused website.
Version: 4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: donovan
Tags: two-columns, blog, news, custom-background, custom-logo, custom-header, custom-menu, grid-layout, ent'ertainment, editor-style, rtl-language-support, featured-image-header, featured-images, flexible-header, custom-colors, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, one-column, left-sidebar, right-sidebar, three-columns

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.

Donovan 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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# - CSS Variables
# - Normalize
# - Typography
# - Elements
# - Forms
# - Accessibility
# - Alignments
# - Clearings
# - Layout Structure
# - Header
# - Navigation
	## - Main Navigation
	## - Social Icons Menu
# - Widgets
# - Posts and pages
# - Comments
# - Footer
# - Media
	## - Captions
	## - Galleries
# - Plugins
# - Media Queries
	## - Greater than 320px
	## - Greater than 400px
	## - Greater than 480px
	## - Greater than 560px
	## - Greater than 640px
	## - Greater than 720px
	## - Greater than 800px
	## - Greater than 880px
	## - Greater than 960px
	## - Greater than 1040px
	## - Greater than 1120px
	## - Greater than 1200px
	## - Greater than 1280px
	## - Media Print Styles
# - Theme Layout
# - Sidebar Position
# - Customizer Preview
--------------------------------------------------------------*/

@import 'https://fonts.googleapis.com/css?family=Roboto:100,400,700,900';

/*--------------------------------------------------------------
# - CSS Variables
--------------------------------------------------------------*/
:root {
	--link-color: #ee1133;
	--button-color: #ee1133;
	--button-text-color: #fff;
	--button-hover-color: #D5001A;
	--button-hover-text-color: #fff;
	--title-color: #fff;
	--navi-color: #202020;
	--navi-text-color: #fff;
	--navi-hover-text-color: rgba(255, 255, 255, 0.5);
	--navi-border-color: rgba(255, 255, 255, 0.05);
	--submenu-color: #ee1133;
	--submenu-text-color: #fff;
	--submenu-hover-text-color: rgba(255, 255, 255, 0.5);
	--submenu-border-color: rgba(255, 255, 255, 0.075);
	--footer-color: #202020;
	--footer-text-color: #fff;
	--footer-hover-text-color: rgba(255, 255, 255, 0.5);
	--footer-border-color: rgba(255, 255, 255, 0.035);
	--text-font: 'Roboto', sans-serif;
	--title-font: 'Roboto', sans-serif;
	--navi-font: 'Roboto', sans-serif;
	--widget-title-font: 'Roboto', sans-serif;
}

/*--------------------------------------------------------------
# - Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
	font-family: monospace;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# - Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #202020;
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: Raleway, Arial, Helvetica;
	font-family: var(--text-font);
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 1em 0 0.75em;
	line-height: 1.4;
}

h1 {
	font-size: 32px;
	font-size: 2rem;
}

h2 {
	font-size: 26px;
	font-size: 1.625rem;
}

h3 {
	font-size: 22px;
	font-size: 1.375rem;
}

h4 {
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	font-size: 19px;
	font-size: 1.1875rem;
}

h6 {
	font-size: 18px;
	font-size: 1.125rem;
}

p {
	margin-bottom: 1.25em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	overflow: auto;
	margin-bottom: 1.6em;
	padding: 1.6em;
	max-width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.075);
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# - Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background-color: #f2f7fa; /* Fallback for when there is no custom background color defined. */
}

blockquote {
	margin: 0 0 1.5em;
	padding-left: 1.25em;
	border-left: 4px solid #202020;
	color: #777;
	font-size: 18px;
	font-size: 1.125rem;
}

blockquote cite,
blockquote small {
	display: block;
	margin-top: 1em;
	color: #202020;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote > :last-child {
	margin-bottom: 0.5em;
}

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

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0 0 0 1.25em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1.5em;
}

img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border: none;
	table-layout: fixed;
}

th,
td {
	padding: 0.3em 0.6em;
	border: 1px solid rgba(0, 0, 0, 0.075);
}

a,
a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #fff;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# - Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	margin: 0;
	padding: 0.5em 1em;
	border: none;
	color: #fff;
	color: var(--button-text-color);
	background: #ee1133;
	background: var(--button-color);
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	font-size: 0.9375rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	color: #fff;
	color: var(--button-hover-text-color);
	background: #D5001A;
	background: var(--button-hover-color);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.3em 0.6em;
	max-width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.075);
	background: none;
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #202020;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# - Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

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

/*--------------------------------------------------------------
# - Alignments
--------------------------------------------------------------*/
.alignleft,
.alignright,
.aligncenter {
	display: block;
	margin: 0.5em 0;
}

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

/*--------------------------------------------------------------
# - Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.comment-navigation:before,
.comment-navigation:after {
	display: table;
	content: "";
}

.clearfix:after,
.post-navigation .nav-links:after,
.comment-navigation:after {
	clear: both;
}

/*--------------------------------------------------------------
# - Layout Structure
--------------------------------------------------------------*/
.site {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	max-width: 1050px;
}

/*--------------------------------------------------------------
# - Header
--------------------------------------------------------------*/
.site-header {
	background: #000;
}

.header-main {
	display: block;
	text-align: center;
	padding-top: 1.25rem;
	padding-bottom: 1.5rem;
}

.site-branding {
	margin: 0;
	padding: 0;
	width: 100%;
    text-align: center;
}

.site-branding p {
	margin: 0;
	padding: 0;
	width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 100;
}

.site-branding a:link,
.site-branding a:visited,
.site-branding a:hover {
	padding: 0;
	border: none;
	text-decoration: none;
}

.site-title {
	display: block;
	margin: 0;
	padding: 0;
	color: #202020;
	color: var(--title-color);
	text-decoration: none;
	font-size: 32px;
	font-size: 2rem;
	font-family: Quicksand, Tahoma, Arial;
	font-family: var(--title-font);
	font-weight: normal;
	line-height: 1.4;
}

.site-title a:link,
.site-title a:visited {
	color: #202020;
	color: var(--title-color);
}

.site-title a:hover,
.site-title a:active {
	text-decoration: underline;
}

.site-branding .custom-logo {
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
}

.site-description {
	margin: 0;
	font-size: 14px;
	font-size: 0.875rem;
}

/* Header Social Icons */
.header-social-menu {
	margin-top: 1rem;
}

/* Custom Header Image */
.header-image {
	margin: 0;
	text-align: center;
}

.header-image img {
	max-width: 100%;
	vertical-align: top;
}

/*--------------------------------------------------------------
# - Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## - Main Navigation
--------------------------------------------------------------*/
.primary-navigation-wrap {
	position: relative;
	background: #202020;
	background: var(--navi-color);
}

.primary-navigation-container {
	padding: 0;
}

/* Main Navigation Toggle */
.main-navigation-toggle {
	display: inline-block;
	margin: 0;
	padding: 1em 1.5em;
	border: none;
	background: none;
	color: #fff;
	color: var(--navi-text-color);
	text-decoration: none;
	font-size: 17px;
	font-size: 1.0625rem;
	font-family: Quicksand, Tahoma, Arial;
	font-family: var(--navi-font);
	font-weight: normal;
}

.main-navigation-toggle:focus {
	color: #fff;
	color: var(--navi-text-color);
	background: none;
}

.main-navigation-toggle:hover,
.main-navigation-toggle:active,
.main-navigation-toggle:focus:hover {
	color: rgba(255, 255, 255, 0.5);
	color: var(--navi-hover-text-color);
	background: none;
	cursor: pointer;
}

.main-navigation-toggle .icon {
	margin: 0.25em 0.6em 0 0;
	width: 22px;
	height: 22px;
	vertical-align: top;
	fill: #fff;
	fill: var(--navi-text-color);
}

.main-navigation-toggle:hover .icon,
.main-navigation-toggle:active .icon {
	fill: rgba(255, 255, 255, 0.5);
	fill: var(--navi-hover-text-color);
}

/* Main Navigation Menu */
.main-navigation-menu {
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #fff;
	color: var(--navi-text-color);
	list-style: none;
	font-size: 17px;
	font-size: 1.0625rem;
	font-family: Quicksand, Tahoma, Arial;
	font-family: var(--navi-font);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
}

.main-navigation-menu li {
	margin: 0;
}

.main-navigation-menu a {
	display: block;
	margin: 0;
	padding: 1em 1.5em;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	border-top: 1px solid var(--navi-border-color);
	text-decoration: none;
}

.main-navigation-menu a:link,
.main-navigation-menu a:visited {
	color: #fff;
	color: var(--navi-text-color);
	text-decoration: none;
}

.main-navigation-menu a:hover,
.main-navigation-menu a:active {
	color: rgba(255, 255, 255, 0.5);
	color: var(--navi-hover-text-color);
}

.main-navigation-menu ul {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #202020;
	background: var(--navi-color);
	list-style: none;
	font-size: 15px;
	font-size: 0.9375rem;
}

.main-navigation-menu ul a {
	padding-left: 2em;
}

.main-navigation-menu ul li ul a {
	padding-left: 3em;
}

.main-navigation-menu ul li ul li ul a {
	padding-left: 4em;
}

.main-navigation-menu ul li ul li ul li ul a {
	padding-left: 5em;
}

/* Sub Menu Dropdown Icons */
.main-navigation-menu > .menu-item-has-children a .sub-menu-icon {
	float: right;
	margin: -0.75em -1em 0;
	padding: 0.75em 1em;
}

.main-navigation-menu > .menu-item-has-children a .sub-menu-icon .icon {
	margin: 0.3em 0 0;
	width: 20px;
	height: 20px;
	vertical-align: top;
	fill: #fff;
	fill: var(--navi-text-color);
}

.main-navigation-menu ul .menu-item-has-children a .sub-menu-icon .icon {
	width: 18px;
	height: 18px;
}

.main-navigation-menu > .menu-item-has-children a .sub-menu-icon:hover .icon,
.main-navigation-menu > .menu-item-has-children a .sub-menu-icon:active .icon {
	fill: rgba(255, 255, 255, 0.5);
	fill: var(--navi-hover-text-color);
}

.main-navigation-menu > .menu-item-has-children a .sub-menu-icon.active .icon {
	margin: 0.25em 0 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*--------------------------------------------------------------
## - Social Icons Menu
--------------------------------------------------------------*/
.donovan-social-menu .social-icons-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	justify-content: center;
}

.donovan-social-menu .social-icons-menu li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.donovan-social-menu .social-icons-menu li a {
	display: block;
	margin: 0 3px 3px 0;
	padding: 0.6rem 0.8rem 0.65rem;
	background: rgba(0, 0, 0, 0.05);
}

.donovan-social-menu .social-icons-menu li a:hover,
.donovan-social-menu .social-icons-menu li a:active {
	background: rgba(0, 0, 0, 0.1);
	text-decoration: none;
}

.donovan-social-menu .social-icons-menu li a .icon {
	margin: 0;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	fill: #202020;
}

/*--------------------------------------------------------------
# - Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
	padding: 1.5rem;
	max-width: 100%;
	word-wrap: break-word;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.widget-title {
	margin: 0 0 1rem;
	padding: 0;
	color: #202020;
	color: var(--widget-title-color);
	font-size: 18px;
	font-size: 1.125rem;
	font-family: Quicksand, Tahoma, Arial;
	font-family: var(--widget-title-font);
	font-weight: normal;
	line-height: 1.4;
}

.widget a:link,
.widget a:visited {
	text-decoration: none;
	color: #a70240;
}

.widget a:hover,
.widget a:active {
	text-decoration: underline;
}

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

.widget ul li,
.widget ol li {
	padding: 0.2em 0;
}

.widget ul > li:last-child {
	padding-bottom: 0;
}

.widget ul .children,
.widget ul .sub-menu {
	margin: 0.5em 0 0.5em 1em;
	padding: 0;
}

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

/*--------------------------------------------------------------
## - Default Widgets
--------------------------------------------------------------*/

/* Theme Search Widget */
.search-form {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}

.search-form .screen-reader-text {
	display: none;
}

.search-form .search-field {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 0.5em 1.5em 0.5em 0.7em;
	min-width: 150px;
	width: 100%;
	-webkit-appearance: none;
}

.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0.6em 0.8em;
	border: none;
	background: #ee1133;
	background: var(--button-color);
}

.search-form .search-submit:hover,
.search-form .search-submit:active {
	background: #D5001A;
	background: var(--button-hover-color);
}

.search-form .search-submit .icon-search {
	margin: 5px 0 0;
	width: 22px;
	height: 22px;
	fill: #fff;
	fill: var(--button-text-color);
}

.search-form .search-submit:hover .icon-search,
.search-form .search-submit:active .icon-search {
	fill: #fff;
	fill: var(--button-hover-text-color);
}

/*--------------------------------------------------------------
# - Posts and pages
--------------------------------------------------------------*/
.site-main > article,
.post-wrapper > article,
.type-post,
.type-page,
.type-attachment {
	margin: 0;
	padding: 1.5rem;
	max-width: 100%;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
	min-width: 0;
	word-wrap: break-word;
}

.entry-title {
	margin-top: 0;
	margin-bottom: 0.2em;
	padding: 0;
	color: #202020;
	color: var(--title-color);
	font-size: 20px;
	font-size: 1.25rem;
	font-family: Quicksand, Tahoma, Arial;
	font-family: var(--title-font);
	font-weight: normal;
	line-height: 1.4;
}

.entry-title a:link,
.entry-title a:visited {
	color: #202020;
	color: var(--title-color);
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:active {
	text-decoration: underline;
}

.wp-post-image {
	margin: 0;
	vertical-align: top;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.site-main .sticky {
	border: 10px solid rgba(0, 0, 0, 0.2);
}

/* Read More Button */
.more-link {
	display: inline-block;
	margin: 0;
	padding: 0.5em 1em;
	color: #fff;
	color: var(--button-text-color);
	background: #ee1133;
	background: var(--button-color);
	font-size: 15px;
	font-size: 0.9375rem;
}

.more-link:link,
.more-link:visited {
	color: #fff;
	color: var(--button-text-color);
	text-decoration: none;
}

.more-link:hover,
.more-link:active {
	color: #fff;
	color: var(--button-hover-text-color);
	background: #D5001A;
	background: var(--button-hover-color);
	text-decoration: none;
}

/* Page Links | wp_link_pages() */
.page-links {
	clear: both;
	margin: 0 0 2em;
	word-spacing: 0.5em;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
}

/* Styling for all post details */
.entry-meta,
.entry-footer {
	color: rgba(0, 0, 0, 0.5);
	font-size: 15px;
	font-size: 0.9375rem;
}

.entry-meta a:link,
.entry-meta a:visited,
.entry-footer a:link,
.entry-footer a:visited {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

.entry-meta a:hover,
.entry-meta a:active,
.entry-footer a:hover,
.entry-footer a:active {
	color: #202020;
}

/* Entry Meta */
.entry-meta {
	margin: 0.5em 0;
}

.entry-meta a:link,
.entry-meta a:visited {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}

.entry-meta a:hover,
.entry-meta a:active {
	text-decoration: none;
}

.entry-meta .updated:not(.published) {
	display: none;
}

/* Entry Footer */
.entry-footer {
	margin: 1.5rem 0 0;
	padding: 1rem 0 0;
	border-top: 2px solid rgba(0, 0, 0, 0.05);
}

.entry-footer div .icon {
	margin: 0.2em 0.5em 0 0;
	width: 20px;
	height: 20px;
	vertical-align: top;
	fill: rgba(0, 0, 0, 0.3);
}

.entry-footer .entry-comments .icon {
	margin-top: 0.3em;
}

/* Hide post meta if they are deactivated in settings */
body.date-hidden .type-post .entry-meta .meta-date,
body.author-hidden .type-post .entry-meta .meta-author,
body.categories-hidden .type-post .entry-footer .entry-categories,
body.tags-hidden .type-post .entry-footer .entry-tags {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

body.date-hidden.author-hidden .content-area .entry-meta {
	display: none;
}

body.single-post.categories-hidden.tags-hidden .type-post .entry-footer {
	display: none;
}

body.categories-hidden .post-wrapper .type-post.comments-off .entry-footer {
	display: none;
}

/* Post Navigation */
.post-navigation {
	margin: 0;
	padding: 0;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
	margin: 0;
	padding: 1.5em;
	max-width: 100%;
	word-wrap: break-word;
	background: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}

.post-navigation .nav-links .nav-next {
	text-align: right;
}

/* Post Navigation Link Styling */
.post-navigation .nav-links a:link,
.post-navigation .nav-links a:visited {
	text-decoration: none;
}

.post-navigation .nav-links .entry-title {
	font-size: 18px;
	font-size: 1.125rem;
}

.post-navigation .nav-links a:hover .entry-title,
.post-navigation .nav-links a:active .entry-title {
	text-decoration: underline;
}

.post-navigation .nav-links .nav-link-text {
	display: block;
	color: rgba(0, 0, 0, 0.5);
}

.post-navigation .nav-links .nav-previous .nav-link-text:before {
	margin-right: 5px;
	content: "\2190";
}

.post-navigation .nav-links .nav-next .nav-link-text:after {
	margin-left: 5px;
	content: "\2192";
}

/* Theme Pagination */
.pagination {
	margin-bottom: 0;
	padding: 1.5rem;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pagination .page-numbers,
.pagination .current {
	display: inline-block;
	padding: 0.2rem 0.8rem;
	margin-right: 3px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	color: var(--button-text-color);
	background: #ee1133;
	background: var(--button-color);
}

.pagination .page-numbers.dots {
	padding: 0 0.5rem;
}

.pagination .current,
.pagination a:hover,
.pagination a:active {
	color: #fff;
	color: var(--button-hover-text-color);
	background: #D5001A;
	background: var(--button-hover-color);
}

.pagination .current {
	font-weight: bold;
}

/* Infinite Scroll Pagination */
.infinite-scroll .pagination {
	display: none;
}

.infinite-scroll #infinite-handle,
.infinite-scroll .infinite-loader {
	width: 100%;
	text-align: center;
	padding: 1.5rem;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.infinite-scroll .infinite-loader .spinner {
	left: auto;
	margin: 0 auto;
}

.infinite-scroll #infinite-handle span {
	display: inline-block;
	margin: 0;
	padding: 0.5em 1em;
	color: #fff;
	color: var(--button-text-color);
	background: #ee1133;
	background: var(--button-color);
	font-size: 15px;
	font-size: 0.9375rem;
}

.infinite-scroll #infinite-handle span:hover {
	color: #fff;
	color: var(--button-hover-text-color);
	background: #D5001A;
	background: var(--button-hover-color);
	text-decoration: none;
}

.blog-grid-layout.infinite-scroll .content-archive .post-wrapper #infinite-handle,
.blog-grid-layout.infinite-scroll .content-archive .post-wrapper .infinite-loader {
	grid-column: 1 / span 2;
}

/* Archives and Search Heading */
.archive-header {
	margin: 0 0 1rem;
	padding: 1.5rem;
	max-width: 100%;
	word-wrap: break-word;
	background: #fff;
}

.archive-title {
	margin: 0;
	padding: 0;
	color: #202020;
	color: var(--widget-title-color);
	font-size: 18px;
	font-size: 1.125rem;
	font-family: Quicksand, Tahoma, Arial;
	font-family: var(--widget-title-font);
	font-weight: normal;
	line-height: 1.4;
}

.blog-description,
.archive-description,
.archive-description p {
	margin: 0.25em 0 0;
}

.archive-header .search-form {
	margin: 1.25rem 0 0;
}

/*--------------------------------------------------------------
# - Comments
--------------------------------------------------------------*/
.comments-area {
	word-wrap: break-word;
}

/* Comment Header */
.comments-title,
.comment-reply-title {
	margin: 0 0 1em;
	padding: 1.5rem;
	color: #202020;
	color: var(--widget-title-color);
	font-size: 18px;
	font-size: 1.125rem;
	font-family: Quicksand, Tahoma, Arial;
	font-family: var(--widget-title-font);
	font-weight: normal;
	line-height: 1.4;
	background: #fff;
}

.comment-reply-title {
	padding: 0;
}

/* Comment List */
.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment {
	margin: 0 0 1em;
	padding: 1.5rem;
	background: #fff;
}

.comment .comment-body {
	display: block;
	margin: 0;
	padding: 0;
}

/* Comment Meta */
.comment-meta {
	float: left;
	padding: 0;
	width: 100%;
}

.comment-meta .comment-author img {
	float: left;
	margin-right: 1em;
}

.bypostauthor {
	display: block;
}

.comment-meta .comment-metadata {
	margin-top: 0.3em;
	font-size: 14px;
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.5);
}

.comment-meta .comment-metadata a {
	margin-right: 1em;
}

.comment-meta .comment-metadata a:link,
.comment-meta .comment-metadata a:visited {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

.comment-meta .comment-metadata a:hover,
.comment-meta .comment-metadata a:active {
	color: #202020;
}

/* Comment Content */
.comment-content {
	clear: left;
	padding: 0.2em 0 0;
}

.comment ol.children {
	margin: 1.5em 0 0;
	list-style: none;
}

.comment ol.children .comment {
	margin: 0;
	padding: 1.5rem 0 0;
	border-top: 2px solid rgba(0, 0, 0, 0.05);
}

/* Comment Reply */
.comment .reply {
	font-size: 14px;
	font-size: 0.875rem;
}

.comment .comment-respond {
	margin: 1.5em 0 0;
	padding: 1.5rem 0 0;
	border-top: 2px solid rgba(0, 0, 0, 0.05);
}

/* Comment Pagination */
.comment-navigation {
	margin: 0 0 1rem;
	padding: 1rem;
	background: #fff;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
}

.comment-navigation a:link,
.comment-navigation a:visited {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

.comment-navigation a:hover,
.comment-navigation a:active {
	color: #202020;
}

.comment-navigation .nav-previous a:before {
	margin-right: 5px;
	content: "\2190";
}

.comment-navigation .nav-next a:after {
	margin-left: 5px;
	content: "\2192";
}

/* Comment Form */
.comment-respond {
	margin: 0 0 1em;
	padding: 1.5rem;
	background: #fff;
}

.comment-form {
	padding: 0;
}

.comment-form .logged-in-as {
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-form label {
	display: inline-block;
	min-width: 150px;
	font-weight: bold;
}

.comment-form textarea {
	margin-top: 0.4em;
}

.comment-form .form-submit {
	margin-bottom: 0;
}

.comment-form input[type="checkbox"] + label {
	display: inline;
	padding-left: 0.5em;
	font-weight: normal;
}

.comment-reply-title small a {
	margin-left: 1em;
	text-transform: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
}

/*--------------------------------------------------------------
# - Footer
--------------------------------------------------------------*/
.footer-wrap {
	background: #202020;
	background: var(--footer-color);
}

.site-footer {
	font-size: 16px;
	font-size: 1rem;
	font-family: Quicksand, Tahoma, Arial;
	font-family: var(--navi-font);
}

.site-footer a:link,
.site-footer a:visited {
	color: #fff;
	color: var(--footer-text-color);
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:active {
	color: rgba(255, 255, 255, 0.5);
	color: var(--footer-hover-text-color);
}

.site-footer .site-info {
	padding: 1.5rem;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	color: var(--footer-hover-text-color);
}

.site-footer .site-info .logo-gazeta,
.site-footer .site-info .logo-wiseup {
	font-size: 0;
}

.site-footer .site-info .logo-gazeta img {
	width: 160px;
	height: 26px;
}

.site-footer .site-info ul {
	padding: 0;
	margin: 0;
	list-style: none;
    display: flex;
    justify-content: space-between;
}

.site-footer .site-info ul li {
	float: left;
    display: flex;
    align-items: center;
}

.site-footer .site-info ul li a:hover {
	color: #a70240;
}

.good-evening {
	background:url('assets/images/good-evening.jpg') no-repeat top center;
	width: 100%;
	height: 240px;
	margin-bottom: 1.5em;
	color:#fff;
	text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.good-evening h2 {
	font-size: 32px;
	line-height: 24px;
    font-weight: 900;
    margin: 0 0 25px;
}

.good-evening p {
	font-size: 16px;
	line-height: 22px;
    margin: 0;
}

.good-evening p:last-child {
	font-size: 13px;
}

.good-evening p span {
	font-weight: 900px;
}

.calendar {
	margin-bottom: 1.5em;
}

.ui-widget {
	font-family: var(--navi-font);
}

.ui-datepicker {
    width: 19.42em;
    padding: 0;
}

.ui-widget.ui-widget-content {
    border: 0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-radius: 0;
}

.ui-widget-header {
    border: 0;
    background: #fff;
    color: #000;
    font-weight: bold;
}

.ui-icon {
    width: 7px;
    height: 13px;
}

.ui-datepicker .ui-datepicker-prev span {
    background-image: url(assets/images/seta_c_e.png);
}

.ui-datepicker .ui-datepicker-next span {
    background-image: url(assets/images/seta_c_d.png);
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-left: 0;
    margin-top: 0;
    background-position: 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 17px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-header {
    padding: 1em 0 0.5em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 17px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 50px;
}
.ui-datepicker .ui-datepicker-next {
	right: 50px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 50px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 50px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 0;
	background: transparent;
}

.ui-widget-content {
    color: #b6b6b6;
    padding: 10px;
}

.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default, .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0;
    background: transparent;
    font-weight: normal;
    color: #b6b6b6;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 0;
    background: #a70240;
    color: #fff;
    border-radius: 50px;
    padding: .3em .2em .1em;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 0;
    background: #a70240;
    color: #ffffff;
    border-radius: 50px;
    padding: .3em .2em .1em;
}

.ui-datepicker td {
    padding: 0 6px;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
}

.see-more {
    background: #fff;
    text-align: center;
}

.see-more .type-post{
	padding: 1rem;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}

.see-more .type-post a.blog_img{
	float: left;
	width: 100px;
}

.see-more .entry-header {
    padding-left: 15px;
    color: #a7aaac;
    text-align: left;
}

.see-more .entry-header a {
    color: #a7aaac;
    font-size: 10px;
    text-transform: uppercase;
}

.see-more h2.entry-title {
    padding: 0;
    border: 0;
}

.see-more h2.entry-title a {
    text-transform: none;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    display: block;
}

.see-more .entry-title a {
    color: #a70240;
}

.see-more h2 {
	position: relative;
    color: #a70240;
    font-weight: 900;
    text-align: center;
    padding: 3px 0;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
}

.see-more .wp-post-image {
    width: 100px;
}

.see-more .post-content {
    margin: 0;
    position: relative;
    float: left;
    width: 198px;
}

.see-more .btn-all {
    background-color: #a70240;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 15px 60px;
    text-align: center;
    margin: 25px 0;
    display: inline-block;
}

.error404 h1{
    color: #a70240;
    font-weight: 900;
}

.error404 a:hover{
    color: #a70240;
}

.post-content.sigle{
	padding: 2.5rem;
}

.sidebar {
	grid-row-start: 2;
	grid-column-start: 2;
	box-sizing: border-box;
	margin: 0 0 25px;
	padding: 0;
	border: none;
	min-width: 0;
	width: 330px;
}

.site-header{
	margin-bottom: 1.5rem;
}

.calendar-mobile{
	display: none;
}

.mobile-c{
 	display: block;
}

.entry-content p:last-child {
    margin: 0;
}

.entry-footer {
    padding: 0.5rem 2.5rem;
    border-top: 3px solid rgba(0, 0, 0, 0.05);
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
}

.entry-footer a:link, .entry-footer a:visited {
    color: #a70240;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.entry-footer a:hover, .entry-footer a:active {
    color: #a70240;
    text-decoration: underline;
}

@media only screen and (min-width: 1024px) {
	.mobile-c{position: relative;top: initial;left: initial;}
	.site-content {
	    display: grid;
	    grid-template-columns: 7fr 3fr;
	    grid-column-gap: 2rem;
	}
}
@media only screen and (max-width: 1024px) {
	.container {
	    width: 688px;
	}
	.good-evening p {
	    margin: 0 20px;
	    font-size: 14px;
	    line-height: 17px;
	}
	.good-evening p:last-child {
	    margin-top: 5px;
	    font-size: 12px;
	    line-height: 13px;
	}
	.good-evening {
	    background-size: cover;
	}
	.good-evening h2 {
	    margin: 0 0 20px;
	}
}
@media only screen and (max-width: 1023px) {
	.mobile-c{
		position: absolute;
	    top: 483px;
	    left: 50%;
	    transform: translateX(-50%);
	    width: 100%;
	    background: #fff;
	    padding: 0 0 0;
	    border-bottom: 5px solid #a70240;
	    display: none;
	}
	.calendar-mobile{
		display: block;
	}
	.calendar-mobile {
		position: relative;
	    background: #a70240;
	    border-radius: 10px;
	    color: #fff;
	    font-size: 14px;
	    font-weight: 900;
	    margin: 0 20px 25px;
	    text-align: center;
	    text-transform: uppercase;
	    display: flex;
	    align-items: center;
	    justify-content: center;
    	z-index: 10;
	}
	.calendar-mobile span {
		font-size: 24px;
		margin-left: 10px;
	}
	.calendar-mobile:before {
		content: '';
		position: absolute;
		left: 15px;
		background: url('assets/images/calendar.svg') no-repeat;
		width: 28px;
		height: 28px;
	}
	.calendar-mobile:after {
		content: '';
		position: absolute;
		right: 15px;
		background: url('assets/images/arrow.svg') no-repeat;
		width: 25px;
		height: 25px;
		transform: rotate(180deg);
	}
	.entry-title {
	    font-size: 1.1rem;
	    margin: 0 20px 20px;
	}
	.site-main > article, .post-wrapper > article, .type-post, .type-page, .type-attachment {
	    margin: 0 0 1.2rem !important;
	    padding: 0;
	}
	.ui-widget.ui-widget-content{
		width: 330px;
    	margin: 0 auto;
	}
	.sidebar {
		width: auto;
	}
}
@media only screen and (max-width: 768px) {
	.container {
		width: 688px;
	}
	.site-footer .site-info {display: inline-block; width: 100%}
	.site-footer .site-info ul{display:block;}
	.site-footer .site-info ul li{text-align: center; text-align: center; display: inline-block; font-size: 14px; padding: 15px 0;}
	.site-footer .site-info ul li:nth-child(1){width: 50%; font-size: 0;}
	.site-footer .site-info ul li:nth-child(2){width: 50%;}
	.site-footer .site-info ul li:nth-child(3){width: 33.3333331%;}
	.site-footer .site-info ul li:nth-child(4){width: 33.3333331%;}
	.site-footer .site-info ul li:nth-child(5){width: 33.3333331%;}

}
@media only screen and (max-width: 767px) {
	.site-branding img{
		width: 60%;
		max-width: 339px;
	}
	.site-branding p {
	    font-size: 12px;
	    letter-spacing: 3px;
	}
	.site-footer .site-info ul li:nth-child(1) img {width: 100px;}
	.site-footer .site-info ul li:nth-child(2) img {width: 100px;}
	.site-footer .site-info ul li:nth-child(3){width: 50%;}
	.site-footer .site-info ul li:nth-child(4){width: 50%;}
	.site-footer .site-info ul li:nth-child(5){width: 100%;}
}
@media only screen and (max-width: 688px) {
	.container {
		width: 100%;
	}
}
@media only screen and (max-width: 639px) {
	.site-content.container {
		width: 340px;
	}
	.post-content.sigle {
	    padding: 1.5rem;
	}
}
@media only screen and (max-width: 480px) {
	.mobile-c{
	    top: 468px;
	}
}
@media only screen and (max-width: 380px) {
	.mobile-c{
	    top: 472px;
	}
	.post-content.sigle {
	    padding: 1.5rem;
    	background: #fff;
	}
}
@media only screen and (max-width: 339px) {
	.site-content.container {
		width: auto;
	}
}
@media only screen and (max-width: 320px) {
	.ui-widget.ui-widget-content{
	    width: 320px;
	    margin: 0 auto;
	}
	.mobile-c{
	    top: 471px;
	}
	.see-more .type-post a.blog_img {
	        width: 90px;
	}
	.see-more .wp-post-image {
	    width: 100%;
	}
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1em;
	max-width: 100%;
	font-size: 15px;
	font-size: 0.9375rem;
	color: rgba(0, 0, 0, 0.6);
	width: auto !important;
}

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	display: grid;
	margin: 1rem 0;
	padding: 0;
	grid-gap: 1rem;
}

.gallery-columns-1 {
	display: block;
}

.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4,
.gallery-columns-5,
.gallery-columns-6,
.gallery-columns-7,
.gallery-columns-8,
.gallery-columns-9 {
	grid-template-columns: 1fr 1fr;
}

.gallery-item {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-align: center;
}

.gallery-item img {
	vertical-align: top;
}

.gallery-caption {
	display: block;
	margin: 0.5rem 0 0;
	font-size: 15px;
	font-size: 0.9375rem;
	color: rgba(0, 0, 0, 0.6);
	line-height: 1.4;
}

/* IE Fallback */
@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.gallery {
		display: flex;
	}

	.gallery-item {
		display: inline-block;
		padding: 1rem;
	}

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# - Plugins
--------------------------------------------------------------*/

/* Styling for ThemeZee Breadcrumbs Plugin */
.breadcrumbs {
	box-sizing: border-box;
	margin: 0;
	padding: 1rem 1.5rem 0;
	width: 100%;
	word-wrap: break-word;
	background: #fff;
}

.breadcrumbs-container {
	font-size: 14px;
	font-size: 0.875rem;
}

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
	display: inline;
	margin: 0;
	padding: 0;
}

.breadcrumbs .trail-browse {
	margin-right: 0.5rem;
	font-weight: normal;
	font-size: 15px;
	font-size: 0.9375rem;
}

.breadcrumbs .trail-items {
	list-style: none;
}

.breadcrumbs .trail-items li:after {
	padding: 0 0.5em;
	content: "\00bb"; /* Raquo */
}

.trail-separator-slash .trail-items li:after {
	content: "\002F";
}

.trail-separator-dash .trail-items li:after {
	content: "\2013";
}

.trail-separator-bull .trail-items li:after {
	content: "\2022";
}

.trail-separator-arrow-bracket .trail-items li:after {
	content: "\003e";
}

.trail-separator-raquo .trail-items li:after {
	content: "\00bb";
}

.trail-separator-single-arrow .trail-items li:after {
	content: "\2192";
}

.trail-separator-double-arrow .trail-items li:after {
	content: "\21D2";
}

.breadcrumbs .trail-items li:last-of-type:after {
	display: none;
}

/* Styling for ThemeZee Related Posts Plugin */
ul.related-posts-list {
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
}

.related-posts-list li {
	display: block;
	margin-top: 1.5rem;
	list-style: none;
}

.related-posts-list li .wp-post-image {
	margin: 0 0 1rem 0;
}

.related-posts-list li .entry-title {
	font-size: 18px;
	font-size: 1.125rem;
}

.related-posts-list li .entry-meta {
	font-size: 13px;
	font-size: 0.8125rem;
}

.related-posts-grid {
	margin: 1.5rem 0 0;
}

.related-posts-columns .related-post-column {
	margin-top: 1.5rem;
}

.related-posts-columns .related-post-column .wp-post-image {
	margin: 0 0 1rem 0;
	padding: 0;
	border: none;
}

.related-posts-columns .related-post-column .entry-title {
	font-size: 18px;
	font-size: 1.125rem;
}

.related-posts-columns .related-post-column .entry-meta {
	font-size: 13px;
	font-size: 0.8125rem;
}

.related-posts-columns .related-post-column .entry-meta .meta-date {
	margin-right: 0.5rem;
}

.related-posts .clearfix::before,
.related-posts .clearfix::after {
	display: inline;
	content: none;
}

@media only screen and (min-width: 25em) {
	.related-posts-list li {
		display: grid;
		grid-template-columns: 2fr 3fr;
		grid-template-rows: auto 1fr;
		grid-column-gap: 1rem;
	}

	.related-posts-list li > a {
		grid-row: 1 / span 2;
	}

	.related-posts-list li .wp-post-image {
		margin: 0;
	}

	.related-posts-list li .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}

	.related-posts-list li .entry-meta {
		margin: 0;
	}

	.related-posts-two-columns,
	.related-posts-four-columns {
		display: grid;
		grid-gap: 1.5rem;
		grid-template-columns: repeat(2, 1fr);
	}

	.related-posts-two-columns .related-post-column,
	.related-posts-four-columns .related-post-column {
		margin-top: 0;
	}

	.related-posts-two-columns .related-post-column .entry-title,
	.related-posts-four-columns .related-post-column .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media only screen and (min-width: 35em) {
	.related-posts-list li .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.related-posts-three-columns {
		display: grid;
		grid-gap: 1.5rem;
		grid-template-columns: repeat(3, 1fr);
	}

	.related-posts-three-columns .related-post-column {
		margin-top: 0;
	}

	.related-posts-three-columns .related-post-column .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}

	.related-posts-two-columns .related-post-column .entry-title,
	.related-posts-four-columns .related-post-column .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

@media only screen and (min-width: 45em) {
	.related-posts-list li .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.related-posts-two-columns .related-post-column .entry-title,
	.related-posts-four-columns .related-post-column .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.related-posts-three-columns .related-post-column .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

@media only screen and (min-width: 55em) {
	.related-posts-list li .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.related-posts-two-columns .related-post-column .entry-title,
	.related-posts-four-columns .related-post-column .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.related-posts-three-columns .related-post-column .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media only screen and (min-width: 65em) {
	.related-posts-list li .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.related-posts-four-columns {
		grid-template-columns: repeat(4, 1fr);
	}

	.related-posts-four-columns .related-post-column .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}

	.related-posts-three-columns .related-post-column .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.related-posts-two-columns .related-post-column .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

@media only screen and (min-width: 75em) {
	.related-posts-list li {
		grid-template-columns: 1fr 2fr;
		grid-column-gap: 1.5rem;
	}

	.related-posts-list li .entry-meta {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.related-posts-list li .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.related-posts-four-columns .related-post-column .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.related-posts-columns .related-post-column .entry-meta {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

/* Styling for ThemeZee Widget Bundle Plugin */
.tzwb-posts-list li {
	margin: 0;
	list-style: none;
}

.tzwb-posts-list .tzwb-excerpt p {
	margin: 0;
	padding: 0;
}

.tzwb-posts-list li.tzwb-has-thumbnail {
	margin: 0;
	padding: 0.6em 0;
	overflow: hidden;
}

.tzwb-posts-list .wp-post-image {
	float: left;
	margin: 0.4rem 1rem 0.4rem 0;
	max-width: 100px;
	height: auto;
}

.tzwb-posts-list .tzwb-entry-meta {
	margin: 0;
	font-size: 14px;
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.5);
}

.tzwb-posts-list .tzwb-entry-meta span {
	margin-right: 0.5rem;
}

.tzwb-posts-list .tzwb-entry-meta a:link,
.tzwb-posts-list .tzwb-entry-meta a:visited {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

.tzwb-posts-list .tzwb-entry-meta a:hover,
.tzwb-posts-list .tzwb-entry-meta a:active {
	color: #202020;
}

/* Comments List */
.tzwb-comments-list li {
	overflow: hidden;
	margin: 0;
	list-style: none;
}

.tzwb-comments-list li.tzwb-has-avatar {
	padding: 0.8em 0;
}

.tzwb-comments-list .avatar {
	float: left;
	margin: 0.2em 0.8em 0.2em 0;
}

.tzwb-comments-list .tzwb-comment-content {
	font-style: italic;
}

.tzwb-comments-list .tzwb-comment-date {
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	font-size: 0.875rem;
}

/* Tabbed Content Widget */
.tzwb-tabbed-content .tzwb-tabnavi-wrap {
	margin: 0;
	padding: 0;
}

.tzwb-tabbed-content .tzwb-tabnavi {
	display: flex;
	flex-flow: row wrap;
	list-style: none;
	list-style-position: outside;
}

.tzwb-tabbed-content .tzwb-tabnavi li {
	margin: 3px 3px 0 0;
	padding: 0;
	border: none;
	list-style: none;
}

.tzwb-tabbed-content .tzwb-tabnavi li a {
	display: block;
	margin: 0;
	padding: 0.4em 0.8em;
	color: #fff;
	color: var(--button-text-color);
	background: #ee1133;
	background: var(--button-color);
	font-size: 15px;
	font-size: 0.9375rem;
}

.tzwb-tabbed-content .tzwb-tabnavi li a:link,
.tzwb-tabbed-content .tzwb-tabnavi li a:visited {
	color: #fff;
	color: var(--button-text-color);
}

.tzwb-tabbed-content .tzwb-tabnavi li a.current-tab,
.tzwb-tabbed-content .tzwb-tabnavi li a:hover,
.tzwb-tabbed-content .tzwb-tabnavi li a:active {
	color: #fff;
	color: var(--button-hover-text-color);
	background: #D5001A;
	background: var(--button-hover-color);
	text-decoration: none;
}

.tzwb-tabbed-content .tzwb-tabnavi li a:focus {
	outline: none;
}

.tzwb-tabbed-content .tzwb-tabcontent {
	margin: 1rem 0 0 0;
	padding: 0;
}

/* Social Icons Widget */
.tzwb-social-icons .social-icons-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
}

.tzwb-social-icons .social-icons-menu li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.tzwb-social-icons .social-icons-menu li a {
	display: block;
	margin: 3px 3px 0 0;
	padding: 0.6rem 0.8rem 0.65rem;
	background: #ee1133;
	background: var(--button-color);
}

.tzwb-social-icons .social-icons-menu li a:hover,
.tzwb-social-icons .social-icons-menu li a:active {
	background: #D5001A;
	background: var(--button-hover-color);
	text-decoration: none;
}

.tzwb-social-icons .social-icons-menu li a .icon {
	margin: 0;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	fill: #fff;
	fill: var(--button-text-color);
}

.tzwb-social-icons .social-icons-menu li a:hover .icon,
.tzwb-social-icons .social-icons-menu li a:active .icon {
	fill: #fff;
	fill: var(--button-hover-text-color);
}

/* Facebook Like Box Widget */
.tzwb-facebook-likebox .tzwb-content {
	overflow: hidden;
}

/*--------------------------------------------------------------
# - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## - Greater than 320px
--------------------------------------------------------------*/
@media only screen and (min-width: 20em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1rem;
	}

	.site-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}

	.alignleft {
		float: left;
		margin-right: 1.5rem;
	}

	.alignright {
		float: right;
		margin-left: 1.5rem;
	}
}

/*--------------------------------------------------------------
## - Greater than 400px
--------------------------------------------------------------*/
@media only screen and (min-width: 25em) {
	/*.container {
		padding-left: 1rem;
		padding-right: 1rem;
	}*/

	.primary-navigation-container {
		padding: 0;
	}

	.site-header,
	.widget,
	.page-header,
	.site-main > article,
	.post-wrapper > article,
	.type-post,
	.type-page,
	.type-attachment,
	.comment,
	.comments-title,
	.comment-navigation,
	.comment-respond,
	.post-navigation .nav-links .nav-previous,
	.post-navigation .nav-links .nav-next,
	.pagination,
	.infinite-scroll #infinite-handle span {
		margin-bottom: 1rem;
		border-bottom: none;
	}

	.pagination,
	.infinite-scroll #infinite-handle,
	.infinite-scroll .infinite-loader {
		padding: 0;
		background: none;
		border-bottom: none;
	}

	.pagination .page-numbers,
	.pagination .current {
		padding: 0.35rem 1rem;
		margin-right: 0.5rem;
	}

	.site-footer .site-info {
		padding-left: 0;
		padding-right: 0;
	}

	/* Breadcrumbs */
	.breadcrumbs {
		padding: 0.5rem 0;
	}
}

/*--------------------------------------------------------------
## - Greater than 480px
--------------------------------------------------------------*/
@media only screen and (min-width: 30em) {
	.entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	/* Gallery */
	.gallery-columns-3,
	.gallery-columns-5,
	.gallery-columns-6,
	.gallery-columns-7,
	.gallery-columns-9 {
		grid-template-columns: repeat(3, 1fr);
	}

	.gallery-columns-4,
	.gallery-columns-8 {
		grid-template-columns: repeat(4, 1fr);
	}
}

/*--------------------------------------------------------------
## - Greater than 480px
--------------------------------------------------------------*/
@media only screen and (min-width: 35em) {
	.entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}
}

/*--------------------------------------------------------------
## - Greater than 640px
--------------------------------------------------------------*/
@media only screen and (min-width: 40em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 17px;
		font-size: 1.0625rem;
	}

	.primary-navigation-container {
		padding: 0;
	}

	.site-header,
	.widget,
	.archive-header,
	.site-main > article,
	.post-wrapper > article,
	.type-post,
	.type-page,
	.type-attachment,
	.comment,
	.comments-title,
	.comment-navigation,
	.comment-respond,
	.pagination,
	.infinite-scroll #infinite-handle span {
		margin-bottom: 1.5rem;
	}

	.site-main article {
		position: relative;
		padding: 0;
	}

	.site-title {
		font-size: 40px;
		font-size: 2.5rem;
	}

	.site-description {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.entry-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.entry-meta {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.entry-meta span .icon {
		margin: 0.3em 0.3em 0 0;
		width: 19px;
		height: 19px;
	}

	.widget-title,
	.archive-title,
	.comments-title,
	.comment-reply-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	/* Post Navigation */
	.post-navigation .nav-links {
		display: grid;
		grid-template-columns: 1fr;
		grid-auto-columns: 1fr;
		grid-column-gap: 1.5rem;
	}

	.post-navigation .nav-links .nav-previous,
	.post-navigation .nav-links .nav-next {
		margin-bottom: 1.5rem;
		grid-row: 1;
	}

	.post-navigation .nav-links .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	/* Blog: List Layout */
	.blog-list-layout .content-archive .post-wrapper .has-post-thumbnail {
		display: grid;
		grid-template-columns: 42% auto;
	}

	.blog-list-layout.post-thumbnails-hidden .content-archive .post-wrapper .has-post-thumbnail {
		display: block;
	}

	.blog-list-layout .content-archive .post-wrapper .has-post-thumbnail .wp-post-image {
		margin: 0;
		padding-right: 1.5em;
	}

	.blog-list-layout .content-archive .post-wrapper .has-post-thumbnail .entry-footer {
		grid-row: 2;
		grid-column: 1 / span 2;
		max-width: 100%;
	}

	/* Blog: Grid Layout */
	.blog-grid-layout .content-archive .post-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		grid-gap: 1.5rem;
		margin: 0 0 1.5rem;
	}

	.blog-grid-layout .content-archive .post-wrapper .type-post {
		margin: 0;
	}

	/* Blog Layout Title */
	.blog-list-layout .content-archive .post-wrapper .type-post .entry-title,
	.blog-grid-layout .content-archive .post-wrapper .type-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

/* CSS Grid Fallback for Internet Explorer */
@media only screen and (min-width: 40em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* Post Navigation */
	.post-navigation .nav-links {
		display: flex;
		margin-bottom: 1.5rem;
	}

	.post-navigation .nav-links .nav-previous,
	.post-navigation .nav-links .nav-next {
		margin: 0;
		width: 50%;
	}

	/* Blog: List Layout */
	.blog-list-layout .content-archive .post-wrapper .has-post-thumbnail {
		display: flex;
		flex-flow: row wrap;
	}

	.blog-list-layout.post-thumbnails-hidden .content-archive .post-wrapper .has-post-thumbnail {
		display: block;
	}

	.blog-list-layout .content-archive .post-wrapper .has-post-thumbnail .post-image {
		width: 42%;
	}

	.blog-list-layout .content-archive .post-wrapper .has-post-thumbnail .post-content {
		width: 58%;
	}

	.blog-list-layout .content-archive .post-wrapper .has-post-thumbnail .entry-footer {
		width: 100%;
	}

	/* Blog: Grid Layout */
	.blog-grid-layout .content-archive .post-wrapper {
		display: flex;
		flex-flow: row wrap;
		margin: 0 -3% 0 0;
	}

	.blog-grid-layout .content-archive .post-wrapper .type-post {
		margin-bottom: 1.5rem;
		margin-right: 3%;
		width: 47%;
	}
}

/*--------------------------------------------------------------
## - Greater than 720px
--------------------------------------------------------------*/
@media only screen and (min-width: 45em) {
	/* Gallery */
	.gallery-columns-5 {
		grid-template-columns: repeat(5, 1fr);
	}

	.gallery-columns-6 {
		grid-template-columns: repeat(6, 1fr);
	}

	.gallery-columns-7 {
		grid-template-columns: repeat(7, 1fr);
	}
}

/*--------------------------------------------------------------
## - Greater than 800px
--------------------------------------------------------------*/
@media only screen and (min-width: 50em) {
	.entry-title {
		font-size: 32px;
		font-size: 2rem;
	}

	/* Blog Layout Title
	.blog-list-layout .content-archive .post-wrapper .type-post .entry-title,
	.blog-grid-layout .content-archive .post-wrapper .type-post .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	} */

	/* Gallery */
	.gallery-columns-8 {
		grid-template-columns: repeat(8, 1fr);
	}

	.gallery-columns-9 {
		grid-template-columns: repeat(9, 1fr);
	}
}

/*--------------------------------------------------------------
## - Greater than 880px
--------------------------------------------------------------*/
@media only screen and (min-width: 55em) {
	@supports (display: grid) {
		/*.site-content {
			display: grid;
			grid-template-columns: 7fr 3fr;
			grid-column-gap: 2rem;
		}*/

		.content-area {
			box-sizing: border-box;
			grid-row-start: 2;
			grid-column-start: 1;
			min-width: 0;
		}
	}

	/* Header */
	.header-main {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
	}

	.header-social-menu {
		display: flex;
		margin-top: 0;
		margin-left: auto;
		align-items: center;
	}

	.site-footer .site-info {
		text-align: left;
		padding: 55px 0;
	}

	.entry-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	/* Blog Layout Title */
	.blog-list-layout .content-archive .post-wrapper .type-post .entry-title,
	.blog-grid-layout .content-archive .post-wrapper .type-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	/*** Main Navigation ***/
	.main-navigation-toggle {
		display: none;
	}

	.main-navigation-menu {
		position: relative;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		border-top: none;
		padding: 0 0.25rem;
	}

	.main-navigation-menu a {
		padding: 1em 1.25em;
		border: none;
	}

	.main-navigation-menu > .menu-item-has-children a .sub-menu-icon {
		float: none;
		margin: 0;
		padding: 0;
	}

	.main-navigation-menu > .menu-item-has-children a .sub-menu-icon .icon {
		margin: 0.5em 0 0 0.4em;
		width: 14px;
		height: 14px;
	}

	.main-navigation-menu > .menu-item-has-children a:hover .sub-menu-icon .icon {
		fill: rgba(255, 255, 255, 0.5);
		fill: var(--navi-hover-text-color);
	}

	.main-navigation-menu ul {
		position: absolute;
		z-index: 99;
		display: none;
		border: 1px solid rgba(255, 255, 255, 0.075);
		border: 1px solid var(--submenu-border-color);
		border-top: none;
		background: #ee1133;
		background: var(--submenu-color);
		width: auto;
	}

	.main-navigation-menu ul li {
		position: relative;
		margin: 0;
	}

	.main-navigation-menu ul a {
		min-width: 250px;
		min-width: 16rem;
		border-top: 1px solid rgba(255, 255, 255, 0.075);
		border-top: 1px solid var(--submenu-border-color);
	}

	.main-navigation-menu ul a:link,
	.main-navigation-menu ul a:visited {
		color: #fff;
		color: var(--submenu-text-color);
	}

	.main-navigation-menu ul a:hover,
	.main-navigation-menu ul a:active {
		color: rgba(255, 255, 255, 0.5);
		color: var(--submenu-hover-text-color);
	}

	.main-navigation-menu ul a,
	.main-navigation-menu ul li ul a,
	.main-navigation-menu ul li ul li ul a,
	.main-navigation-menu ul li ul li ul li ul a {
		padding: 1em;
	}

	.main-navigation-menu ul .menu-item-has-children a .sub-menu-icon .icon {
		margin: 0.5em 0 0 0.4em;
		width: 12px;
		height: 12px;
		fill: #fff;
		fill: var(--submenu-text-color);
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	.main-navigation-menu ul .menu-item-has-children a:hover .sub-menu-icon .icon,
	.main-navigation-menu ul .menu-item-has-children a:active .sub-menu-icon .icon {
		fill: rgba(255, 255, 255, 0.5);
		fill: var(--submenu-hover-text-color);
	}

	.main-navigation-menu li ul ul {
		top: 0;
		left: 100%;
	}

	.main-navigation-menu li.menu-item-has-children:hover > ul,
	.main-navigation-menu li.page_item_has_children:hover > ul,
	.main-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul {
		display: block;
	}

	.main-navigation-menu li.current-menu-item > a {
		text-decoration: underline;
	}

	.main-navigation-menu li.current-menu-item > a:after {
		text-decoration: none;
	}
}

/* CSS Grid Fallback for Internet Explorer */
@media only screen and (min-width: 55em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.site-content {
		display: flex;
	}

	.no-sidebar .site-content {
		display: block;
	}

	.content-area {
		width: 70%;
		box-sizing: border-box;
		padding-right: 0.75rem;
	}

	.sidebar {
		width: 30%;
		box-sizing: border-box;
		padding-left: 0.75rem;
	}
}

/*--------------------------------------------------------------
## - Greater than 1120px
--------------------------------------------------------------*/
@media only screen and (min-width: 70em) {
	.entry-title {
		font-size: 32px;
		font-size: 2rem;
	}

	/* Blog Layout Title */
	.blog-list-layout .content-archive .post-wrapper .type-post .entry-title,
	.blog-grid-layout .content-archive .post-wrapper .type-post .entry-title {
		font-size: 23px;
		font-size: 1.4rem;
		font-weight: 900;
	}
}

/*--------------------------------------------------------------
## - Greater than 1200px
--------------------------------------------------------------*/
@media only screen and (min-width: 75em) {
	.header-main {
		padding-top: 3.75em;
		padding-bottom: 3.75em;
	}
}

	.post-img{
		position: relative;
	}
	.post-img .overlay{
		background-color: rgba(0, 0, 0, 0.4);
	    display: block;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	}

	.entry-title {
		font-size: 23px;
		font-size: 1.4rem;
		font-weight: 900;
		position: absolute;
	    bottom: 0;
	    margin: 0 35px 30px;
	}

	.error-404 .entry-title {
		position: relative;
	    margin: 10px 0 0 20px;
	}

	.entry-content {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.sigle .entry-content a {
	    color: #a70240;
	}
	.sigle .entry-content h1,
	.sigle .entry-content h2,
	.sigle .entry-content h3,
	.sigle .entry-content h4,
	.sigle .entry-content h5,
	.sigle .entry-content h6	{
		color: #a70240;
	}

	.post-content.destaque{
	    margin: 0 150px 30px 35px;
	}

	.blog-list-layout .content-archive .post-wrapper .type-post .entry-content,
	.blog-grid-layout .content-archive .post-wrapper .type-post .entry-content {
		font-size: 17px;
		font-size: 1.0625rem;
	}


@media only screen and (max-width: 768px) {
	.entry-title {
	    font-size: 1.1rem;
	    margin: 0 20px 20px;
	    font-weight: 700;
	}
}

/*--------------------------------------------------------------
## - Greater than 1440px
--------------------------------------------------------------*/
@media only screen and (min-width: 90em) {
}

/*--------------------------------------------------------------
## - Media Print
--------------------------------------------------------------*/
@media print {
	/* Hide elements */
	form,
	button,
	input,
	select,
	textarea,
	.header-bar-wrap,
	.primary-navigation-wrap,
	#secondary,
	.footer-navigation,
	.footer-widgets-background,
	.header-image,
	.page-links,
	.post-navigation,
	.pagination.navigation,
	.comments-area,
	.footer-wrap,
	.scroll-to-top {
		display: none !important;
	}

	body,
	.site {
		background: none !important;
	}

	.content-area {
		padding: 0;
		width: 100%;
	}
}

/*--------------------------------------------------------------
# - Theme Layout
--------------------------------------------------------------*/

/* Centered Theme Layout */
.centered-theme-layout .site {
	margin: 0 auto;
	padding: 0;
	max-width: 1440px;
}

.centered-theme-layout .container {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}

.centered-theme-layout .primary-navigation-container {
	padding-left: 0;
	padding-right: 0;
}

.centered-theme-layout .site-header {
	background: none;
}

.centered-theme-layout .site-header .header-main {
	background: #fff;
}

.centered-theme-layout .site-header .header-main,
.centered-theme-layout .site-footer {
	padding-left: 1rem;
	padding-right: 1rem;
}

/* Centered Theme Layout Responsive Design */
@media only screen and (min-width: 25em) {
	.centered-theme-layout .site-header {
		margin-bottom: 0;
	}

	.centered-theme-layout .header-image,
	.centered-theme-layout .sidebar .widget,
	.centered-theme-layout .archive-header,
	.centered-theme-layout .site-main article,
	.centered-theme-layout .type-post,
	.centered-theme-layout .type-page,
	.centered-theme-layout .type-attachment,
	.centered-theme-layout .comment,
	.centered-theme-layout .comments-title,
	.centered-theme-layout .comment-navigation,
	.centered-theme-layout .comment-respond,
	.centered-theme-layout .post-navigation .nav-links .nav-previous,
	.centered-theme-layout .post-navigation .nav-links .nav-next,
	.centered-theme-layout .pagination,
	.centered-theme-layout .infinite-scroll #infinite-handle span,
	.centered-theme-layout.blog-grid-layout .content-archive .post-wrapper,
	.centered-theme-layout .breadcrumbs {
		margin-bottom: 0;
		border-bottom: 2px solid #f5f5f5;
	}

	.centered-theme-layout .pagination {
		padding: 1.5rem;
		background: #fff;
	}

	.centered-theme-layout .breadcrumbs {
		padding: 0.5rem 1.5rem;
	}
}

@media only screen and (min-width: 40em) {
	.centered-theme-layout .site {
		padding: 0 1.5rem;
	}

	.centered-theme-layout .site-header .header-main,
	.centered-theme-layout .site-footer {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.centered-theme-layout.blog-grid-layout .content-archive .post-wrapper {
		margin: 0;
		grid-gap: 2px;
		background: #f5f5f5;
	}

	.centered-theme-layout.blog-grid-layout .content-archive .post-wrapper .type-post {
		margin-bottom: 0;
		border-bottom: none;
	}

	.centered-theme-layout .post-navigation .nav-links {
		grid-column-gap: 2px;
		background: #f5f5f5;
	}
}

@media only screen and (min-width: 55em) {
	.centered-theme-layout .site-header .header-main {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

	.centered-theme-layout .site-content {
		margin-top: -2px;
		grid-gap: 2px;
		background: #f5f5f5;
	}

	.centered-theme-layout .sidebar,
	.centered-theme-layout .content-area {
		background: #fff;
	}

	.centered-theme-layout .sidebar .widget {
		border-bottom: 2px solid #f5f5f5;
	}
}

/* Boxed Theme Layout */
.boxed-theme-layout .site {
	margin: 0 auto;
	max-width: 1440px;
	background: #fafafa;
}

.boxed-theme-layout .container {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

/* Boxed Layout Responsive Design */
@media only screen and (min-width: 25em) {
	.boxed-theme-layout .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.boxed-theme-layout .primary-navigation-container {
		padding-left: 0;
		padding-right: 0;
	}

	.boxed-theme-layout .widget,
	.boxed-theme-layout .archive-header,
	.boxed-theme-layout .type-post,
	.boxed-theme-layout .type-page,
	.boxed-theme-layout .type-attachment,
	.boxed-theme-layout .post-navigation .nav-links .nav-previous,
	.boxed-theme-layout .post-navigation .nav-links .nav-next,
	.boxed-theme-layout .comments-title,
	.boxed-theme-layout .comment,
	.boxed-theme-layout .comment-navigation,
	.boxed-theme-layout .comment-respond {
		border: 1px solid rgba(0, 0, 0, 0.1);
	}

	.comment ol.children .comment,
	.comment .comment-respond {
		border: none;
		border-top: 2px solid rgba(0, 0, 0, 0.05);
	}

	.boxed-theme-layout .breadcrumbs {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
}

@media only screen and (min-width: 40em) {
	.boxed-theme-layout .container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.boxed-theme-layout .primary-navigation-container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 55em) {
	.boxed-theme-layout {
		padding: 1.5rem;
	}

	.boxed-theme-layout .site {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	}

	.boxed-theme-layout .site-header .header-main {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}

@media only screen and (min-width: 90em) {
	.boxed-theme-layout {
		padding: 0;
	}

	.boxed-theme-layout .site {
		margin: 2em auto;
	}
}

/*--------------------------------------------------------------
# - Sidebar Position
--------------------------------------------------------------*/
@media only screen and (min-width: 55em) {
	@supports (display: grid) {
		/* Sidebar Left Layout */
		.sidebar-left .site-content {
			grid-template-columns: 3fr 7fr;
		}

		.sidebar-left .content-area {
			grid-column-start: 2;
		}

		.sidebar-left .sidebar {
			grid-column-start: 1;
		}
	}
}

/* CSS Grid Fallback for Internet Explorer */
@media only screen and (min-width: 55em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* Sidebar Left Layout */
	.sidebar-left .content-area {
		order: 2;
		padding-right: 0;
		padding-left: 0.75rem;
	}

	.sidebar-left .sidebar {
		order: 1;
		padding-left: 0;
		padding-right: 0.75rem;
	}
}

/*--------------------------------------------------------------
# - Page Templates
--------------------------------------------------------------*/
@media only screen and (min-width: 55em) {
	/* No Sidebar Template */
	/* .no-sidebar .site-content { */
		/*display: block;*/
	/* } */

	.no-sidebar .site-content .content-area .post-content,
	.no-sidebar .site-content .content-area .entry-footer {
		margin-left: auto;
		margin-right: auto;
		max-width: 840px;
		width: 100%;
	}

	/* Fullwidth Template */
	.post-template-template-fullwidth .site-content,
	.page-template-template-fullwidth .site-content {
		display: block;
	}

	/* Post Titles on No Sidebar layouts */
	.no-sidebar .entry-title,
	.post-template-template-fullwidth .entry-title,
	.page-template-template-fullwidth .entry-title {
		font-size: 32px;
		font-size: 2rem;
	}

	/* Blog Layout Title */
	.no-sidebar.blog-list-layout .content-archive .post-wrapper .type-post .entry-title,
	.no-sidebar.blog-grid-layout .content-archive .post-wrapper .type-post .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

/* Fallback for Internet Explorer */
@media only screen and (min-width: 55em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.no-sidebar .content-area,
	.post-template-template-fullwidth .content-area,
	.page-template-template-fullwidth .content-area {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (min-width: 70em) {
	.no-sidebar .entry-title,
	.post-template-template-fullwidth .entry-title,
	.page-template-template-fullwidth .entry-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	/* Blog Layout Title */
	.no-sidebar.blog-list-layout .content-archive .post-wrapper .type-post .entry-title,
	.no-sidebar.blog-grid-layout .content-archive .post-wrapper .type-post .entry-title {
		font-size: 28px;
		font-size: 1.75rem;
	}
}

/*--------------------------------------------------------------
# - Customizer Preview
--------------------------------------------------------------*/
.customize-partial-edit-shortcut-donovan_theme_options-blog_description,
.customize-partial-edit-shortcut-donovan_blog_content_partial {
	left: -9999px;
}


.c-compartilhe{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 0 25px 0;
	margin-bottom: 0;
}
.c-compartilhe .btn-social-svg{width:auto; display: inline-block; vertical-align: top;}
.c-compartilhe .btn-social-svg a{
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 100%;
	padding-right: 10px;
}
.c-compartilhe .btn-social-svg:hover a,
.c-compartilhe .btn-social-svg:focus{outline:none; text-decoration: none;}
.c-compartilhe .btn-social-svg svg{display: inline-block; width: 26px; height: 26px; vertical-align: top; }
.c-compartilhe .btn-social-svg .c-contador{display:inline-block; vertical-align: top; font:normal em(14) "Source Sans Pro" ,sans-serif; color:#aaaaaa}
.c-compartilhe .btn-social-svg .c-contador:after{content:"]"; display: inline-block; vertical-align: top;}
.c-compartilhe .btn-social-svg .c-contador:before{content:"["; display: inline-block; vertical-align: top;}

.fb:hover path{fill: #38558f;}
.twitter:hover path{fill: #549ED6;}
.linkedin:hover path{fill: #00659d;}

.compartilhar-facebook svg path{fill: #6e6e6e;}
.compartilhar-facebook:hover svg path{fill: #38558f;}

.compartilhar-twitter svg path{fill:#fff;}
.compartilhar-twitter svg path:first-child{fill: #6e6e6e;}
.compartilhar-twitter:hover svg path{fill:#fff;}
.compartilhar-twitter:hover svg path:first-child{fill: #549ED6;}

.compartilhar-linkedin svg path{fill:#fff;}
.compartilhar-linkedin svg path:first-child{fill: #6e6e6e;}
.compartilhar-linkedin svg g path{fill:#fff !important;}
.compartilhar-linkedin:hover svg path:first-child{fill: #00659d;}

.compartilhar-messenger svg path{fill:#fff;}
.compartilhar-messenger svg path:first-child{fill: #6e6e6e;}
.compartilhar-messenger:hover svg path:first-child{fill: #0084FF;}

.compartilhar-pinterest svg path{fill:#fff;}
.compartilhar-pinterest svg path:first-child{fill: #6e6e6e;}
.compartilhar-pinterest:hover svg path:first-child{fill: #C9151C;}

#compartilhe-social-whatsapp svg g rect,
#compartilhe-social-whatsapp svg,
#compartilhe-social-whatsapp svg rect{fill: #6e6e6e !important;}
#compartilhe-social-whatsapp svg path{fill: #fff;}
#compartilhe-social-whatsapp:hover svg g rect,
#compartilhe-social-whatsapp:hover svg rect{fill: #65bc54 !important;}
#compartilhe-social-whatsapp:hover svg path{fill: #fff;}

.hideDesktop{display: none !important;}

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

	.hideDesktop{display: inline-block !important;}
}

.alert {
	display: block;
	position: relative;
	border: 1px solid transparent;
	border-radius: .25rem;
	height: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
	text-align: center;
	line-height: 16px;
	font-size: 16px;
}

@media screen and (max-width: 1023px) {
	.alert {
		margin: 0 20px 25px;
	}
}

.alert-success {
	margin-left: 15px;
	margin-right: 15px;
	background-color: #28a745;
	color: #ffffff;
}

.alert-danger {
	margin-left: 15px;
	margin-right: 15px;
	background-color: #dc3545;
	color: #ffffff;
}

.alert-info {
	color: #ffffff;
	background-color: #09617e;
	padding: 20px;
}

.alert-info .alert-link {
	color: #062c33;
}

.alert-link {
	font-weight: 800;
}

.alert-dark {
	color: #fff;
	background-color: #000;
	padding: 20px;
}


#wiseup-lead-mobile {
	display: none;
}

@media screen and (max-width: 1023px) {
	#wiseup-lead-mobile {
		display: block;
	}

	#wiseup-lead {
		display: none;
	}

	#modal {
		width: initial !important;
	}
}

/**
 * Overlay
 */
#overlay {
	z-index: 999998;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
}

/**
 * Modal
 */
#modal {
	z-index: 999999;
	position: fixed;
	top: 100px;
	left: 15px;
	right: 15px;
	background-color: #f2f7fa;
	box-sizing: border-box;
	padding: 5px;
	display: none;
	max-width: 688px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
}

.modal-body {
	position: relative;
}

.modal-title {
	margin-left: 15px;
	margin-right: 15px;
	color: #000;
	text-align: center;
}

.modal-title > p {
	line-height: 20px;
    margin-bottom: -15px;
}

.modal-title > p:last-child {
    margin-bottom: 15px;
}

.modal-header {
	padding: 2px 16px;
	background-color: #f2f7fa;
	color: white;
}

#modal-lead-message {
	margin-top: 40px;
}

/**
 * Modal close item
 */
.close {
	color: #a70240;
	float: right;
	margin-right: 15px;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}


/**
 * Spinner
 */

.spinner {
	display: flex;
	justify-content: center;
	height: 80px;
	margin-bottom: 15px;
}
.spinner div {
	box-sizing: border-box;
	position: absolute;
	width: 80px;
	height: 80px;
	border: 8px solid;
	border-radius: 50%;
	animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #a70240 transparent transparent transparent;
}

@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/**
 * Spinner inside inputs fields
 */

.spinner-field {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 15px;
	float: right;
}

.spinner-field div {
	box-sizing: border-box;
	position: absolute;
	border: 2px solid;
	border-radius: 50%;
	animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #a70240 transparent transparent transparent;
	padding: 10px;
	margin-top: 10px;
	right: 20px;
}

@keyframes spinner-field {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.spinner div:nth-child(1), .spinner-field div:nth-child(1) {
	animation-delay: -0.45s;
}
.spinner div:nth-child(2), .spinner-field div:nth-child(2) {
	animation-delay: -0.3s;
}
.spinner div:nth-child(3), .spinner-field div:nth-child(3) {
	animation-delay: -0.15s;
}

/**
 * Form
 */

.form-group {
	margin-bottom: 22px;
	position: relative;
}

form label {
	color: #7f7f7f;
	font-size: 16px;
	position: absolute;
	top: 12px;
	left: 8px;
	margin: 0;
	-webkit-transition: .24s;
	transition: .24s;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #a70240;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 195, 217, 1);
	box-shadow: 0 0 0 0.2rem rgb(255, 195, 217);
}

form .form-control {
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border-radius: 0;
	transition: initial;
	-webkit-transition: initial;
	height: 46px;
	padding: 13px 8px 0;
	z-index: 3;
}

form .form-group.selected label {
	font-size: 12px;
	color: #7f7f7f;
	top: 3px;
}

form button {
	background-color: #a70240;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 50px;
	padding: 15px 60px;
	text-align: center;
	margin: 25px 0;
	display: inline-block;
}

form button:hover {
	background-color: #980d41;
}

.no-select {
	background-color: red;
	color: #fff;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/**
 * Component content
 */

.c-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-left: 15px;
	margin-right: 15px;
}

.display {
	display: none;
}

/* Aviso Wise Up */
.wise-up-notification{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	text-align: center;
}
.title-notification{
	position: relative;
	display: inline-block;
	width: 100%;
    color: #000;
	font-weight: 700;
    text-align: center;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 15px 0;
	max-width: 660px;
	padding: 0 15px;
}
h2.title-notification{
    color: #a70240;
	font-size: 22px;
	max-width: 100%;
	text-transform: uppercase;
}
.link-notification{
	position: relative;
	display: inline-block;
	width: 100%;
    color: #008fe8;
    text-align: center;
	font-size: 16px;
	line-height: 20px;
	text-decoration: underline;
	margin: 0 0 30px 0;
	cursor: pointer;
}
.link-notification img{
	display: inline-block;
	max-width: 8px;
	vertical-align: middle;
	margin-left: 10px;
	-ms-transform: rotate(180deg); /* IE 9 */
  	transform: rotate(180deg);
}
.link-notification.link-keep img{
	-ms-transform: rotate(0deg); /* IE 9 */
  	transform: rotate(0deg);
}
.link-notification:focus,
.link-notification:hover{
    opacity: 0.8;
    color: #008fe8;
}
.text-notification{
	position: relative;
	display: none;
	width: 100%;
    color: #000;
    text-align: center;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	padding: 0 15px;
	transition: all 1s;
}
.text-notification p{
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 768px) {
	h2.title-notification,
	.title-notification{
		font-size: 18px;
		line-height: 22px;
	}
	.text-notification p{
		margin: 0 0 20px 0;
	}
	
}