/*!
Theme Name: Animus
Theme URI: https://themeforest.net/user/megagodzilla/portfolio
Author: megagodzilla
Author URI: https://themeforest.net/user/megagodzilla
Description: Description
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: animus
Tags: custom-logo, custom-menu, two-columns, three-columns, custom-colors, post-formats, custom-header, translation-ready, right-sidebar, left-sidebar

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.

Animus 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:
----------------------------------------------------------------
# Normalize
# OWL Carousel
# Typography
# Elements
# Forms
# Loading
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
	## Default Widgets
	## Widget Menu
# Content
	## Posts and pages
        ### Quote && Link
	## Single Post
	## Comments
# Error 404
# Infinite scroll
# Media
	## Captions
	## Galleries
# Gutenberg
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
}
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
	color: inherit;
	background-color: #dcd7ca;
}
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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
button,
input { /* 1 */
	overflow: visible;
}
button,
select { /* 1 */
	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;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
.back-ground {
	height: 100%;
	width: 100%;
	left: 0;
	cursor: pointer;
	opacity: 0;
	background-color: #000;
	visibility: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	text-align: center;
	bottom: 0;
	z-index: 999;
	transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}
.menu-active .back-ground {
	opacity: 0.5;
	visibility: visible;
}
.container-fluid {
    padding: 0 40px;
}
.text-stroke-white {
	-webkit-text-stroke: 1px #444;
}
.text-stroke-black {
	-webkit-text-stroke: 1px #aaa;
}
.port-heading h6,
.animus-loading,
.comment-meta span.author,
.comment-meta a,
.entry-rel h5,
.related-posts h4,
.comments-title,
.post-next .content-link h5,
.post-previous .content-link h5 {
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# OWL Carousel
--------------------------------------------------------------*/
.owl-theme .owl-nav {
	margin-top: 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    background-color: #000;
	margin: auto 0;
	display: inline-block;
	cursor: pointer;
	width: 4em;
	height: 4em;
	line-height: 2em !important;
	border-radius: 0;
	border: none !important;
	position: absolute;
	top: 0;
	bottom: 0;
}

.owl-theme .owl-nav [class*='owl-'] i {
	line-height: 1.2;
    color: #fff;
    font-size: 16px;
}

.owl-theme .owl-nav .owl-prev {
	left: 0;
}

.owl-theme .owl-nav .owl-next {
	right: 0;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
	background-color: inherit
}

.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0 5px;
	display: block;
	-webkit-backface-visibility: visible;
	border-radius: 10px;
	border: 1px dashed;
	transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-webkit-transition: all 0.1s ease-out 0s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #000;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	clear: both;
	margin-bottom: 0.7rem;
}

h1, h2, h3, h4, h5, h6, p, a {
	word-wrap: break-word;
	word-break: normal;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 1em;
	padding-left: 1.4em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

figure table {
	border: none;
	margin-bottom: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #e2e2e2;
}
th {
	background-color: #f1f1f1;
}

td,
th {
	border-bottom: 1px solid #e2e2e2;
	font-weight: normal;
	padding: 15px 20px;
	color: #000;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 2px solid rgba( 0,0,0,0 );
	border-radius: 7px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 0.9rem;
    padding: 5px 15px;
	outline: none;
    text-transform: uppercase !important;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    cursor: pointer;
    border: 2px solid rgba( 0,0,0,0 );
}
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: 2px solid rgba( 0,0,0,0 );
	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 {
	max-width: 100%;
    border: none;
    background: #ededed;
    color: #000;
    letter-spacing: 1px;
	outline: none;
    font-size: 0.8rem;
    padding: 8px 15px;
	border-radius: 1px;
}
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: #000;
	outline: none;
}
select {
    background: #ededed;
    color: #000;
    border: none;
    padding: 6px 50px 6px 15px;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.selection-box {
	position: relative;
	clear: both;
}
.selection-box:after {
	content: "\f078";
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size:  14px;
	width: 48px;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	text-align: center;
	line-height: 41px;
	cursor: pointer;
	pointer-events: none;
}
textarea {
    width: 100%;
}
label {
    max-width: 100%;
    color: #000;
    margin-bottom: 8px;
    font-size: 14px;
}
.searchform {
    display: inline-block;
    margin: 0 auto;
    position: relative;
	width: 100%;
}
.searchform .search-input {
    line-height: 1.7;
    padding-right: 50px;
    height: 37px;
    width: 100%;
}
.searchform .search-submit {
    line-height: normal;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    padding: 5px 15px 5px 15px;
    height: 37px;
    border-radius: 1px;
}
.searchform .search-submit i {
    font-size: 12px;
}

/*--------------------------------------------------------------
# Loading
--------------------------------------------------------------*/
.animus-loading {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	opacity: 1;
	display: block;
	z-index: 9998;
	transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s;
}
.loading-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 100%;
	height: 100px;
	line-height: 100px;
}
.loading-inner span {
	display: inline-block;
	margin: 0 8px;
	font-weight: bold;
	font-family: Roboto, "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 25px;
}
.loading-inner span:nth-child(1) {
	-webkit-filter: blur(0px);
	filter: blur(0px);
	-webkit-animation: blur-text 1.2s 0s infinite linear alternate;
	-o-animation: blur-text 1.2s 0s infinite linear alternate;
	-moz-animation: blur-text 1.2s 0s infinite linear alternate;
	animation: blur-text 1.2s 0s infinite linear alternate;
}
.loading-inner span:nth-child(2) {
	-webkit-filter: blur(0px);
	filter: blur(0px);
	-webkit-animation: blur-text 1.2s 0.2s infinite linear alternate;
	-moz-animation: blur-text 1.2s 0.2s infinite linear alternate;
	-o-animation: blur-text 1.2s 0.2s infinite linear alternate;
	animation: blur-text 1.2s 0.2s infinite linear alternate;
}
.loading-inner span:nth-child(3) {
	-webkit-filter: blur(0px);
	filter: blur(0px);
	-webkit-animation: blur-text 1.2s 0.4s infinite linear alternate;
	-moz-animation: blur-text 1.2s 0.4s infinite linear alternate;
	-o-animation: blur-text 1.2s 0.4s infinite linear alternate;
	animation: blur-text 1.2s 0.4s infinite linear alternate;
}
.loading-inner span:nth-child(4) {
	-webkit-filter: blur(0px);
	filter: blur(0px);
	-webkit-animation: blur-text 1.2s 0.6s infinite linear alternate;
	-moz-animation: blur-text 1.2s 0.6s infinite linear alternate;
	-o-animation: blur-text 1.2s 0.6s infinite linear alternate;
	animation: blur-text 1.2s 0.6s infinite linear alternate;
}
.loading-inner span:nth-child(5) {
	-webkit-filter: blur(0px);
	filter: blur(0px);
	-webkit-animation: blur-text 1.2s 0.8s infinite linear alternate;
	-moz-animation: blur-text 1.2s 0.8s infinite linear alternate;
	-o-animation: blur-text 1.2s 0.8s infinite linear alternate;
	animation: blur-text 1.2s 0.8s infinite linear alternate;
}
.loading-inner span:nth-child(6) {
	-webkit-filter: blur(0px);
	filter: blur(0px);
	-webkit-animation: blur-text 1.2s 1s infinite linear alternate;
	-moz-animation: blur-text 1.2s 1s infinite linear alternate;
	-o-animation: blur-text 1.2s 1s infinite linear alternate;
	animation: blur-text 1.2s 1s infinite linear alternate;
}
.loading-inner span:nth-child(7) {
	-webkit-filter: blur(0px);
	filter: blur(0px);
	-webkit-animation: blur-text 1.2s 1.2s infinite linear alternate;
	-moz-animation: blur-text 1.2s 1.2s infinite linear alternate;
	-o-animation: blur-text 1.2s 1.2s infinite linear alternate;
	animation: blur-text 1.2s 1.2s infinite linear alternate;
}
@keyframes blur-text {
	0% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}
	100% {
		-webkit-filter: blur(3px);
		filter: blur(3px);
	}
}
@-o-keyframes blur-text {
	0% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}
	100% {
		-webkit-filter: blur(3px);
		filter: blur(3px);
	}
}
@-moz-keyframes blur-text {
	0% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}
	100% {
		-webkit-filter: blur(3px);
		filter: blur(3px);
	}
}
@-webkit-keyframes blur-text {
	0% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}
	100% {
		-webkit-filter: blur(3px);
		filter: blur(3px);
	}
}
@-ms-keyframes blur-text {
	0% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}
	100% {
		-webkit-filter: blur(3px);
		filter: blur(3px);
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {

}

/*Header Dark*/
.header-dark .header-search-one .line-2,
.header-dark .line-1,
.header-dark .line-2,
.header-white {
	background-color: #fff;
}
.header-dark .header-search-one .line-1,
.header-dark .search-wrap input,
.header-dark {
	color: #fff;
	background-color: #000;
}
.header-dark .header-top {
	border-bottom: 1px solid #303030;
}
.header-dark .header-search .search-header {
	color: rgba(0, 0, 0, 0);
}
.header-dark .search-submit-header,
.header-dark .header-search.active-search .search-header,
.header-dark .header-search .search-header:focus,
.header-dark.header-three .menu-button,
.header-dark.header-two .menu-button,
.header-dark .plus-menu,
.header-sticky.header-dark a,
.header-sticky.header-dark a:hover,
.site-header.header-dark a,
.site-header.header-dark a:hover{
	color: #fff;
}
.header-dark .main-navigation ul ul {
	background-color: #2d2d2d;
}
.header-dark .search-submit-header{
	border-left-color: #fff;
}
.header-dark .header-search-one .line-1,
.header-dark .header-search .search-header {
	border-color: #fff;
}

/*Header Top*/
.header-top {
	border-bottom: 1px solid #e2e2e2;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px 0;
}
.search-social,
.header-detail {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.search-social {
	margin: 0 0 0 auto;
	text-align: right;
}
.header-detail {
	margin: 0 auto 0 0;
}
.search-social li,
.header-detail li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.header-detail li {
    margin-right: 20px;
}
.header-detail i {
    display: inline-block;
    margin-right: 5px;
}
.header-search,
.social-media {
    display: inline-block;
}
.social-media {
	position: relative;
	top: 3px;
}
.social-media ul {
    margin: 0;
    padding: 0;
}
.social-media li {
    margin-right: 15px;
    display: inline-block;
    font-size: 15px;
}
/*Header Main*/
.header-main {
	text-align: center;
	padding-top: 40px;
}
.logo-text,
.logo {
	padding-bottom: 40px;
}
.site-description {
	margin: 0;
}
/*Search One*/
.header-search-one {
	display: inline-block;
	position: relative;
}
.header-one .header-search-one .search-button{
	top: 4px;
}
.header-search-one .search-button{
	cursor: pointer;
	position: relative;
	margin-right: 5px;
}
.header-search-one .line-1{
	width: 17px;
	border: 2px solid #505050;
	height: 17px;
	border-radius: 50px;
}
.header-search-one .line-2{
	position: absolute;
	right: 0px;
	bottom: -3px;
	width: 2px;
	height: 7px;
	background-color: #505050;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.header-search-one form{
	display: none;
}
.search-wrap {
	visibility: hidden;
	opacity: 0;
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
}
body.admin-bar .header-sticky .search-wrap {
	top: 0;
}
.search-wrap.active-search {
	visibility: visible;
	opacity: 1;
}
.search-wrap input{
	width: 100%;
	font-size: 18px;
	height: 104px;
	background-color: #fff;
	padding: 10px 40px;
	border-bottom: 2px solid;
}
.header-one .search-wrap input{
	height: 50px;
}
.header-three .search-wrap input{
	height: 152px;
}
.cancel-search {
	position: absolute;
	top: 50%;
	right: 35px;
	height: 30px;
	width: 30px;
	transform: translateY(-50%);
	text-align: center;
	cursor: pointer;
}
.header-search {
	display: inline-block;
	position: relative;
}
.header-search .search-header {
    margin-right: 5px;
    margin-bottom: 7px;
    z-index: 9;
	position: relative;
	width: 18px;
	height: 18px;
	border: 2px solid #505050;
	color: rgba(0, 0, 0, 0);
	border-radius: 100px;
	text-align: left;
	padding: 0;
	outline: none;
	background: transparent;
    font-size: 13px;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(1,0,.3,1) 0s;
	-o-transition: all 0.4s cubic-bezier(1,0,.3,1) 0s;
	-moz-transition: all 0.4s cubic-bezier(1,0,.3,1) 0s;
	-webkit-transition: all 0.4s cubic-bezier(1,0,.3,1) 0s;
}
.header-search .search-header:focus {
	color: #000;
}
.header-search.active-search .search-header {
    width: 170px;
	height: 25px;
	padding: 3px 10px;
    border-radius: 20px;
    margin-right: 20px;
	padding: 3px 15px;
	color: #000;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(1,0,.3,1) 0s;
	-o-transition: all 0.4s cubic-bezier(1,0,.3,1) 0s;
	-moz-transition: all 0.4s cubic-bezier(1,0,.3,1) 0s;
	-webkit-transition: all 0.4s cubic-bezier(1,0,.3,1) 0s;
}
.search-submit-header {
	background-color: rgba(0,0,0,0);
	color: #000;
	padding: 0 10px 0 8px;
	margin: 0;
	z-index: 10;
	position: absolute;
	height: 25px;
	font-size: 12px;
	border-radius: 0;
	right: 20px;
	border-left: 2px solid #000;
	top: 2px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.search-submit-header:hover {
	border-left: 2px solid;
}
.header-search.active-search .search-submit-header {
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease 0.25s;
	-o-transition: all 0.4s ease 0.25s;
	-moz-transition: all 0.4s ease 0.25s;
	-webkit-transition: all 0.4s ease 0.25s;
}
.header-search .search-button {
    height: 12px;
    width: 12px;
    position: absolute;
    right: 0;
    bottom: 4px;
}
.header-search.active-search .search-button {
	cursor: pointer;
}
.header-search .line-1 {
	width: 2px;
	height: 8px;
	background-color: #505050;
	margin: auto;
	position: absolute;
	right: 5px;
	bottom: 0;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: all 0.5s cubic-bezier(1,0,.3,1) 0s;
	-o-transition: all 0.5s cubic-bezier(1,0,.3,1) 0s;
	-moz-transition: all 0.5s cubic-bezier(1,0,.3,1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(1,0,.3,1) 0s;
}
.header-search.active-search .line-1 {
	height: 12px;
}
.header-search .line-2 {
	width: 2px;
	height: 0;
	background-color: #505050;
	margin: auto;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	right: 5px;
	bottom: 0;
	opacity: 0;
	transition: all 0.5s cubic-bezier(1,0,.3,1) 0s;
	-o-transition: all 0.5s cubic-bezier(1,0,.3,1) 0s;
	-moz-transition: all 0.5s cubic-bezier(1,0,.3,1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(1,0,.3,1) 0s;
}
.nav-search {
	margin-top: 40px;
	padding-left: 10px;
	display: none;
}

/*Header One*/
.header-one .main-navigation a {
	line-height: 53px;
	height: 54px;
}
.header-one .main-navigation ul ul a {
	line-height: 1.5;
	height: auto;
}
.header-one .main-navigation ul ul {
	top: 50px;
}
.header-one .main-navigation ul li:hover > ul,
.header-one .main-navigation ul li.focus > ul {
	top: 54px;
}
.header-one .main-navigation ul ul ul {
	top: -5px;
}
.header-one .main-navigation ul ul li:hover > ul,
.header-one .main-navigation ul ul li.focus > ul {
	top: -5px;
}

/*Header Two*/
.header-two .header-top {
	padding: 20px 0;
	border: none;
	align-items: center;
	-webkit-align-items: center;
}
.header-three .logo-text,
.header-three .logo,
.header-two .logo-text,
.header-two .logo {
	padding: 0;
	display: inline-block;
	text-align: left;
}
.header-three .logo-text h1,
.header-two .logo-text h1 {
	margin-bottom: 0;
}
.header-three .main-navigation,
.header-two .main-navigation {
	display: inline-block;
	margin-right: 30px;
}
.header-three .main-navigation ul,
.header-two .main-navigation ul {
	text-align: right;
}
.header-three .main-navigation ul ul,
.header-two .main-navigation ul ul {
	text-align: left;
	left: 0;
	transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}
.header-three .main-navigation ul ul ul,
.header-two .main-navigation ul ul ul {
	left: 180px;
}
.header-three .main-navigation ul ul li:hover > ul,
.header-three .main-navigation ul ul li.focus > ul,
.header-two .main-navigation ul ul li:hover > ul,
.header-two .main-navigation ul ul li.focus > ul {
	left: 50%;
	transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-webkit-transform: translateX(50%);
}
.header-three .header-search,
.header-two .header-search {
	display: inline-block;
	margin: 0 0 0 auto;
}
.header-left {
	display: inline-block;
}
.header-right {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	margin-left: auto;
	margin-right: 0;
}

/*Header Three*/
.header-three .header-top {
	align-items: center;
	-webkit-align-items: center;
}
.header-three .header-detail {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.header-three .number-det{
	margin: 0 auto 0 0;
}
.header-three .time-det{
	margin: 0 auto;
}
.header-three .address-det{
	margin: 0 0 0 auto;
}
.header-three .header-main {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	padding: 20px 0;
}
.header-three .header-left,
.header-three .logo {
	display: inline-block;
	text-align: left;
	padding: 0;
}
.header-three .main-navigation > ul > li {
	margin-right: 0;
	margin-left: 20px;
}

/*Header Sticky*/
.header-sticky {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	z-index: 998;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0);
	-o-box-shadow: 0 0 35px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0);
	transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transition: all 0.32s ease-in-out 0s;
	-o-transition: all 0.32s ease-in-out 0s;
	-moz-transition: all 0.32s ease-in-out 0s;
	-webkit-transition: all 0.32s ease-in-out 0s;
}
body.admin-bar .search-wrap,
body.admin-bar .site-header,
body.admin-bar .header-sticky {
	top: 32px;
}
.header-sticky.header-visible {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
}

/*Header Alternative*/
.alternative .site-header{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 300;
	left: 0;
	right: 0;
	background-color: rgba( 0, 0, 0, 0 );
}
.alternative .site-header .header-top {
	border-bottom: 1px solid rgba( 0,0,0,0.2 );
}
.alternative .site-header.header-dark .header-top {
	border-bottom: 1px solid rgba( 255,255,255,0.4 );
}
.alternative .site-header.header-two .header-top {
	border: none;
	padding: 30px 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    transition: all 0.28s ease-in-out 0s;
    -o-transition: all 0.28s ease-in-out 0s;
    -moz-transition: all 0.28s ease-in-out 0s;
    -webkit-transition: all 0.28s ease-in-out 0s;
}
a:focus {
    outline: 0;
}
a:hover, a:active {
    outline: 0;
    text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	width: 100%;
	display: inline-block;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	background-color: #fff;
	opacity: 0;
	border-radius: 3px;
	position: absolute;
	padding: 5px;
	left: 50%;
	top: 60px;
	visibility: hidden;
    z-index: 999;
	transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	opacity: 1;
	visibility: visible;
	top: 64px;
}
.main-navigation ul ul ul {
	left: 285px;
    z-index: 99;
	top: -5px;
	box-shadow: 10px 0 15px rgba(0, 0, 0, 0.06);
	-o-box-shadow: 10px 0 15px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 10px 0 15px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 10px 0 15px rgba(0, 0, 0, 0.06);
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	opacity: 1;
	visibility: visible;
	left: 50%;
	top: -5px;
	transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-webkit-transform: translateX(50%);
}
.main-navigation li {
	float: none;
	display: inline-block;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
}
.main-navigation li li {
	margin: 0;
	padding: 0;
	display: block;
}
.main-navigation a {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 600;
	line-height: 63px;
	height: 64px;
	text-decoration: none;
}
.main-navigation ul ul a {
	width: 200px;
	color: #000;
	line-height: 1.5;
	height: auto;
	padding: 13px 15px;
}
.main-navigation .page_item_has_children a,
.main-navigation .menu-item-has-children a {
	padding-right: 12px;
}
.plus-menu {
	transition: all 0.28s ease-in-out 0s;
	-o-transition: all 0.28s ease-in-out 0s;
	-moz-transition: all 0.28s ease-in-out 0s;
	-webkit-transition: all 0.28s ease-in-out 0s;
}
.plus-menu:before {
	content: "\f107";
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.main-navigation ul ul .plus-menu:before{
	right: 15px;
}
.main-navigation ul ul .plus-menu:before {
	content: "\f105";
}
.menu-button {
	display: none;
	position: fixed;
	left: 0;
	top: 30%;
	padding: 10px;
	font-size: 20px;
	cursor: pointer;
	z-index: 9991;
}
.c-menu {
	display: none;
	width: 28px;
	height: 25px;
	margin: 0 auto 30px auto;
	position: relative;
	cursor: pointer;
}
.c-menu span {
	width: 28px;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 50%;
	display: block;
}
.c-menu span:first-child {
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.c-menu span:last-child {
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.site-main .comment-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.main-navigation ul ul .push-left > ul {
	left: -180px;
	box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.03);
	-o-box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.03);
}
.main-navigation ul ul > li.push-left:hover > ul,
.main-navigation ul ul > li.push-left.focus > ul {
	left: -52%;
	transform: translateX(-52%);
	-o-transform: translateX(-52%);
	-ms-transform: translateX(-52%);
	-moz-transform: translateX(-52%);
	-webkit-transform: translateX(-52%);
}

/*--------------------------------------------------------------
# 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;
	/* Above WP toolbar. */
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 20px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.alignright.size-thumbnail {
	clear: both;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.order-1 > .widget-area {
    margin-left: 10px;
}
.order-responsive-a > .widget-area {
    margin-right: 10px;
}
.widget-title {
	margin-bottom: 25px;
	position: relative;
	text-transform: uppercase;
}
.widget-title:before {
	content: "";
	position: absolute;
	bottom: -7px;
	height: 2px;
	width: 70px;
	left: 0;
}
.widget {
	border-radius: 2px;
	margin: 0 0 40px;
	padding: 40px;
	border: 2px solid #eee;
}
.widget select {
	max-width: 100%;
	width: 100%;
}
section.widget:first-child {
	margin: 0 0 40px !important;
}
.widget td,
.widget th {
	border-right: 1px solid #e2e2e2;
}
.widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget ul ul {
	padding-left: 30px;
	padding-top: 15px;
	list-style: none;
}

.widget li {
	display: block;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 0;
}

.widget li:last-child {
	padding-bottom: 0;
}

/*--------------------------------------------------------------
## Default Widgets
--------------------------------------------------------------*/
.widget .searchform {
	width: 100%;
	display: block;
}

.widget .searchform .search-input {
	width: 100%;
}

.widget_recent_entries span {
	float: right;
}

.widget_media_image,
.widget_media_video,
.widget_media_audeo {
	text-align: center;
}

.widget_calendar #wp-calendar {
	margin: 0;
	border-color: #e2e2e2;
}

.widget_calendar caption {
	margin: 0;
	color: #000;
	text-align: center;
	padding-bottom: 0;
}

.widget_calendar td,
.widget_calendar th {
	padding: 10px 0;
	text-align: center;
	border-color: #e2e2e2;
}
.widget_calendar th {
	background-color: #e2e2e2;
}

.widget_calendar #today {
	color: #bd4147;
}

.widget_pages > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_recent_comments > ul > li:first-child {
	padding-top: 0;
}

.widget_pages li:last-child,
.widget_categories li:last-child,
.widget_archive li:last-child,
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child {
	border: none;
}

.widget_pages li:only-child,
.widget_categories li:only-child,
.widget_archive li:only-child,
.widget_recent_entries li:only-child,
.widget_recent_comments li:only-child {
	border: none;
	padding-top: 8px;
}

.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_recent_entries li,
.widget_recent_comments li {
	border-bottom: 1px solid #e2e2e2;
	padding: 8px 0;
}

.widget_pages ul ul,
.widget_categories ul ul {
	padding-top: 0;
	border-top: 1px solid #e2e2e2;
	margin-top: 8px;
	padding-left: 0;
	margin-left: 30px;
}

.widget_archive li,
.widget_categories li {
	text-align: right;
}

.widget_archive a,
.widget_categories a {
	float: left;
	display: inline-block;
}

/*--------------------------------------------------------------
## Widget Menu
--------------------------------------------------------------*/
.widget_nav_menu ul {
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_nav_menu ul li {
	display: block;
	margin-right: 0;
	position: relative;
	padding-bottom: 0;
}
.widget_nav_menu li li {
	padding: 0;
	border-bottom: 1px solid #fff;
}
.widget_nav_menu li li:last-child {
	border: none;
}
.widget_nav_menu a {
	text-align: left;
	display: inline-block;
	line-height: normal;
	padding-bottom: 10px;
	padding-top: 10px;
	height: auto;
}
.widget_nav_menu ul ul {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	border-radius: 3px;
	margin: 0;
	padding-bottom: 5px;
	position: relative;
	top: 0;
	opacity: 1;
	visibility: visible;
	display: none;
	transition: all 0s ease-out 0s;
	-o-transition: all 0s ease-out 0s;
	-moz-transition: all 0s ease-out 0s;
	-webkit-transition: all 0s ease-out 0s;
}
.widget_nav_menu ul ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 15px;
}
.widget_nav_menu ul ul ul {
	border-radius: 0;
	margin: 0;
	padding-right: 0;
	border-top: 1px solid #fff;
}
.widget_nav_menu ul ul ul ul {
	padding-top: 0;
	padding-bottom: 0;
}
.widget_nav_menu ul ul a {
	width: auto;
}
.widget_nav_menu ul ul ul {
	display: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 12px;
}
.widget_nav_menu ul ul,
.widget_nav_menu ul ul ul,
.widget_nav_menu ul > li:hover > ul,
.widget_nav_menu ul > li.focus > ul {
	left: 0;
	top: 0;
	transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.widget_nav_menu ul ul > li:hover > ul,
.widget_nav_menu ul ul > li.focus > ul {
	left: 0;
	top: 0;
	transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}
.widget_nav_menu .plus-menu::before {
	right: 40% !important;
}
.widget_nav_menu .plus-menu {
	float: right;
	position: absolute;
	right: 0;
	width: 20px;
	height: 37px;
	display: inline-block;
	cursor: pointer;
}
.widget_product_tag_cloud a,
.widget_tag_cloud a {
	font-size: 14px !important;
	margin-right: 8px;
	margin-bottom: 10px;
	display: inline-block;
	border: 2px solid;
	padding: 3px 9px;
	border-radius: 20px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-main {
	padding-top: 130px;
	padding-bottom: 100px;
}
.sticky {
	display: block;
}
.post.sticky .post-inner {
	padding: 30px 40px;
	background-color: #f2f2f2;
}
.article-item,
.hentry.page,
.post {
	margin-bottom: 40px;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1em;
}
.page-header {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 0;
	position: relative;
}
.page-header-inner {
    display: block;
}
.page-header::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.ani-breadcrumb,
.page-header p,
.page-header h2 {
    display: inline-block;
    margin: 0;
    font-size: 25px;
    text-transform: uppercase;
}
.page-header h2 {
	font-size: 50px;
	display: block;
}
.ani-breadcrumb {
	font-weight: 600;
    font-size: 15px;
    margin-top: 20px;
}
.ani-breadcrumb i {
    margin: 0 15px;
}
.page-title i {
	font-size: 40px;
	margin-right: 10px;
}
.woocommerce .ani-breadcrumb .woocommerce-breadcrumb {
	color: inherit;
	font-size: inherit;
}

/*--------------------------------------------------------------
## Post
--------------------------------------------------------------*/
.audio-wrapper,
.audio-embed,
.video-wrapper,
.video-embed,
.owl-single-gallery-slider,
.post-thumbnail {
	margin-bottom: 30px;
	position: relative;
}
.post-thumbnail img {
	width: 100%;
}
.post-heading {
	margin-bottom: 15px;
}
.entry-category {
	display: inline-block;
	margin-right: 20px;
}
.entry-category:before {
	content: "\f02b";
	font-family: "FontAwesome";
	font-weight: 900;
	margin-right: 6px;
	display: inline-block;
}
.entry-category a {
	display: inline-block;
}
.entry-author a,
.read-more a,
.entry-category,
.entry-date {
	text-transform: uppercase;
	font-size: 13px;
}
.entry-date:before {
	content: "\f073";
	font-family: "FontAwesome";
	font-weight: 900;
	margin-right: 6px;
	display: inline-block;
}
.entry-title{
	display: block;
	margin: 17px 0 0;
	text-transform: uppercase;
	word-spacing: 2px;
}
.post-excerpt {
	margin-bottom: 12px;
}
.read-more a {
	position: relative;
	padding-right: 15px;
	display: inline-block;
	font-weight: 600;
}
.read-more a:before {
	content: "\f105";
	font-family: "FontAwesome";
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.read-more a:hover:before {
	opacity: 1;
	visibility: visible;
	right: 0;
}
.read-more a:after {
	content: "\f105";
	font-family: "FontAwesome";
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 1;
	visibility: visible;
	transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.read-more a:hover:after {
	right: -10px;
	visibility: hidden;
	opacity: 0;
}
/*Pagination*/
.animus-pagination {
	display: block;
	width: 100%;
}
.site-main .comment-navigation,
.posts-navigation {
	width: 100%;
}
.site-main .comment-navigation .nav-links,
.posts-navigation .nav-links {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}
.posts-navigation .nav-links div:last-child {
	margin-left: 0;
	margin-right: auto;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next {
	display: inline-block;
	margin-left: 0;
	margin-right: auto;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
	order: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	display: inline-block;
	margin-left: auto;
	margin-right: 0;
}
.comment-navigation,
.posts-navigation {
	line-height: 1.4em;
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a {
	position: relative;
	padding-right: 15px;
	font-weight: 600;
	display: inline-block;
}
.comment-navigation .nav-next a,
.posts-navigation .nav-next a {
	position: relative;
	padding-left: 15px;
	display: inline-block;
}
.comment-navigation .nav-next a:before,
.posts-navigation .nav-next a:before,
.comment-navigation .nav-next a:after,
.posts-navigation .nav-next a:after,
.comment-navigation .nav-previous a:after,
.posts-navigation .nav-previous a:after,
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before {
	font-family: "FontAwesome";
	font-weight: 900;
	transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before {
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 0;
	visibility: hidden;
	opacity: 0;
}
.comment-navigation .nav-previous a:hover:before,
.posts-navigation .nav-previous a:hover:before {
	opacity: 1;
	visibility: visible;
	right: 0;
}
.comment-navigation .nav-previous a:after,
.posts-navigation .nav-previous a:after {
	content: "\f105";
	position: absolute;
	right: 0;
	top: 0;
	opacity: 1;
}
.comment-navigation .nav-previous a:hover:after,
.posts-navigation .nav-previous a:hover:after {
	right: -10px;
	visibility: hidden;
	opacity: 0;
}
.comment-navigation .nav-next a:before,
.posts-navigation .nav-next a:before {
	content: "\f104";
	position: absolute;
	left: 10px;
	top: 0;
	visibility: hidden;
	opacity: 0;
}
.comment-navigation .nav-next a:hover:before,
.posts-navigation .nav-next a:hover:before {
	opacity: 1;
	visibility: visible;
	left: 0;
}
.comment-navigation .nav-next a:after,
.posts-navigation .nav-next a:after {
	content: "\f104";
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}
.comment-navigation .nav-next a:hover:after,
.posts-navigation .nav-next a:hover:after {
	left: -10px;
	visibility: hidden;
	opacity: 0;
}

/*--------------------------------------------------------------
### Quote && Link
--------------------------------------------------------------*/
.quote-post {
    display: block !important;
    position: relative;
    text-align: center;
    background-color: #202020;
    padding: 160px 80px 80px;
}
.thumb-quote {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.thumb-quote:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.6;
}

.quote-post .post-content {
    text-align: center;
    color: #fff;
}

.quote-post .post-inner {
    padding: 50px 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: relative;
	z-index: 9;
}

.link-post.format-link .post-inner:before {
    content: "\f0c1";
}

.quote-post.format-quote .post-inner:before {
    content: "\f10e";
}

.quote-post .post-inner:before {
    font-family: "FontAwesome";
    font-weight: 900;
    color: #fff;
    font-size: 35px;
    position: absolute;
    top: -100px;
    right: 50%;
    z-index: 11;
    line-height: 1.2;
}

.quote-post .post-content p {
    margin: 0;
}

.quote-post .post-content cite {
    font-size: 20px;
    color: #252525;
}

.link-post .post-content,
.link-post .post-content p a,
.quote-post .post-content blockquote {
    font-size: 20px !important;
    font-weight: 700 !important;
    text-align: center !important;
    width: 100%;
    display: block;
    letter-spacing: 1px;
    color: #fff !important;
    margin: 0;
    border: none;
    padding: 0;
}

.quote-post blockquote:before {
    display: none;
}

.quote-post blockquote:after {
    display: none;
}

/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/
.entry-author {
	margin-top: 20px;
}

.entry-author img {
	border-radius: 50%;
	width: 50px;
}
.entry-author a {
    margin-left: 12px;
    letter-spacing: 1px;
}
.single-post .post-heading {
    margin-bottom: 35px;
}
.single-post .entry-title {
    font-size: 40px;
}
.single-post .entry-footer {
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    padding: 20px 0;
	margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
.post-share-inner a,
.post-share-inner p,
.edit-link-post,
.post-share,
.meta-single-tags {
    display: inline-block;
}
.meta-single-tags {
	margin-left: 0;
	margin-right: auto;
	max-width: 55%;
}
.meta-single-tags i{
	margin-right: 4px;
}
.meta-single-tags span{
	margin-right: 5px;
    display: inline-block;
}
.meta-single-tags a{
    margin-left: 8px;
    margin-right: 2px;
    display: inline-block;
}
.edit-link-post{
	margin: 0 0 0 auto;
}
.post-share {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
}
.post-share-inner p{
	margin: 0;
}
.post-share-inner p i{
	margin-right: 6px;
}
.post-share-inner a{
    padding: 0 4px;
	margin-left: 13px;
    display: inline-block;
}
.post-share-inner .fb {
    color: #3b5998;
}
.post-share-inner .tw {
    color: #00acee;
}
.post-share-inner .pi {
    color: #c8232c;
}
.post-share-inner .gp {
    color: #d34836;
}
.post-share-inner .in {
    color: #0077B5;
}

/*About Author*/
.about-author {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
	position: relative;
	margin-top: 80px;
}
.author-avatar {
	display: inline-block;
	width: 19%;
}
.author-avatar img {
	width: 100%;
	border-radius: 50%;
}
.author-description {
	display: inline-block;
	width: 79%;
	padding-left: 20px;
}
.author-description h5 {
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.author-description span {
	margin-top: -10px;
	display: block;
	margin-bottom: 10px;
	color: #aca9bd;
	letter-spacing: 1px;
}
.author-description p {
	color: #606060;
	margin-bottom: 10px;
}
.user-social-media {
	display: block;
}
.user-social-media ul {
	margin: 0 0 0 -5px;
	padding: 0;
	list-style: none;
}
.user-social-media li {
	display: inline-block;
	margin-right: 6px;
}
.user-social-media a {
	padding: 3px 5px;
	font-size: 18px;
}

/* Single One Layout */
.single-heading {
	position: relative;
}
.single-one .post-thumbnail:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.4;
	z-index: 9;
}
.single-one .post-heading {
	position: absolute;
	bottom: 7%;
	left: 0;
	z-index: 99;
    padding: 0 30px;
}
.single-one .post-thumbnail img{
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	-o-object-fit: cover;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	height: 100%;
	width: 100%;
}
.single-one .post-thumbnail {
	padding-top: 700px;
}
.single-heading .no-thumb,
.single-heading .no-thumb a,
.single-heading .no-thumb .entry-title,
.single-heading .no-thumb .entry-date,
.single-one .post-heading a,
.single-one .post-heading .entry-category a,
.single-one .entry-title,
.single-one .entry-category,
.single-one .entry-date {
	color: #fff;
}
/* Single Four Layout */
.single-heading.single-one,
.single-heading.single-three,
.single-heading.single-four {
	margin-bottom: -60px;
}
.single-one .post-thumbnail,
.single-three .post-thumbnail,
.single-four .post-thumbnail {
	margin-bottom: 0;
}
.single-four .post-heading {
    margin-bottom: 35px;
    margin-top: -180px;
    z-index: 9;
    position: relative;
    background-color: #fff;
    padding: 40px 40px 0;
    margin-left: 30px;
    margin-right: 30px;
}
.single-heading .no-thumb {
    position: relative;
    top: 0;
    left: 0;
    padding: 100px 30px;
    margin: 0;
    background-color: #202020;
}

/* Posts Navigation */
.posts-pagination {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
	position: relative;
	margin-top: 80px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 20px 0;
}
.posts-pagination:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #e2e2e2;
}
.posts-pagination a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	width: auto;
	color: unset !important;
}
.posts-pagination a:hover {
	color: unset !important;
}
.posts-pagination i {
	font-size: 20px;
}
.posts-pagination h6 {
	color: #000;
	margin-bottom: 5px;
}
.content-arrow,
.content-link {
	display: inline-block;
}
.post-previous {
	text-align: left;
	margin: 0 auto 0 0;
	position: relative;
	width: 50%;
	padding-right: 40px;
}
.post-next:before,
.post-previous:before {
	position: absolute;
	top: 50%;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}
.post-previous:before {
	content: "Previous";
	right: -8px;
	transform: translateY(-50%) rotate(-90deg);
	-o-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	-moz-transform: translateY(-50%) rotate(-90deg);
}
.post-previous a {
	float: left;
}
.post-previous .content-link {
	padding-left: 15px;
}
.post-next {
	text-align: right;
	margin: 0 0 0 auto;
	position: relative;
	width: 50%;
	padding-left: 40px;
}
.post-next a {
	float: right;
}
.post-next:before {
	content: "Next";
	left: 8px;
	transform: translateY(-50%) rotate(-90deg);
	-o-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	-moz-transform: translateY(-50%) rotate(-90deg);
}
.post-next .content-link {
	padding-right: 15px;
}

.animus-pagination.number {
	text-align: center;
}
.page-links a,
.animus-pagination.number a{
	padding: 3px 8px;
	margin: 0 10px;
	color: #777;
	display: inline-block;
}
.animus-pagination.number i{
	font-size: 13px;
	display: inline-block;
}
.page-links span,
.animus-pagination.number span{
	padding: 3px 6px;
	display: inline-block;
	margin: 0 10px;
}
.page-links span.current,
.animus-pagination.number span.current{
	padding: 7px 16px;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	line-height: 25px;
}
.page-links a span,
.page-links span span{
	display: block;
	padding: 0;
	margin: 0;
}
.page-links a,
.page-links span{
	margin-left: 0;
}
.unclickable {
	pointer-events: none;
	cursor: default;
}

.opacity-animation {
	opacity: 0;
	animation: opacity 0.2s ease-in forwards;
	-o-animation: opacity 0.2s ease-in forwards;
	-moz-animation: opacity 0.2s ease-in forwards;
	-webkit-animation: opacity 0.2s ease-in forwards;
}

@keyframes opacity {
	100% {
		opacity: 1;
	}
}

@-o-keyframes opacity {
	100% {
		opacity: 1;
	}
}

@-moz-keyframes opacity {
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes opacity {
	100% {
		opacity: 1;
	}
}
.yung-posts .article-item.animate-wait {
	transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	opacity: 0;
}

.yung-posts .article-item.animate-wait.animate-run {
	opacity: 1 !important;
	transform: translateY(-50px);
	-o-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	animation: load-posts 0.4s ease forwards;
	-o-animation: load-posts 0.4s ease forwards;
	-moz-animation: load-posts 0.4s ease forwards;
	-webkit-animation: load-posts 0.4s ease forwards;
}

@keyframes load-posts {
	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

@-o-keyframes load-posts {
	100% {
		transform: translateY(0);
		-o-transform: translateY(0);
	}
}

@-moz-keyframes load-posts {
	100% {
		transform: translateY(0);
		-moz-transform: translateY(0);
	}
}

@-webkit-keyframes load-posts {
	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

/* Related Posts */
.related-posts {
	display: block;
	margin-top: 80px;
	width: 100%;
}
.related-posts h3 {
	margin-bottom: 30px;
	position: relative;
}
.item-related {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 -15px;
}
.item-related-inner {
	width: 50%;
	display: inline-block;
	margin: 0 15px;
}
.item-related h5 a {
	letter-spacing: 1px;
}
.thumb-rel {
	margin-bottom: 20px;
}
.item-related .thumb-rel .related-image {
	height: 350px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.entry-rel h5 {
	margin-bottom: 3px;
}
.entry-rel span {
	font-size: 14px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.comments-area {
	margin-top: 80px;
	display: block;
}
.comments .comments-title {
	margin-bottom: 15px;
}
.comments-title {
	margin-bottom: 5px;
	position: relative;
}
.comments-title a {
	display: block;
	margin-top: 5px;
	text-transform: capitalize
}
.comments-area .comments {
	margin-bottom: 20px;
	position: relative;
}
.comment-list,
.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
.comment-list .children {
	list-style: none;
	margin-left: 30px;
}
.comment-list > li,
.commentlist > li {
	padding: 20px 0 20px 0;
}
.comment-list .children li {
	padding: 20px 0 20px 0;
}
.comment-list > li:last-child,
.commentlist > li:last-child {
	padding: 20px 0 20px 0;
}
.comment-list > li:first-child,
.commentlist > li:first-child {
	padding: 0 0 20px 0;
}
.comment-list li:last-child,
.commentlist li:last-child {
	border-bottom: none;
}
.comment-list .comment-respond {
	margin-bottom: 23px;
	margin-top: 18px;
}
.comment-list .comment-respond .comments-title {
	margin-bottom: 5px;
}
.comment-item {
	display: inline-block;
	width: 100%;
}
.author-img,
.commentlist img {
	float: left;
	padding: 0 20px 20px 0;
}
.author-img {
	padding: 0 20px 0 0;
}
.commentlist p {
	margin-top: 0 !important;;
	margin-bottom: 1.5em !important;
}
.comment-meta {
	line-height: 1.2;
}
.comment-meta br{
	display: none;
}
.comment-meta em {
	margin-right: 10px;
}
.comment-meta em,
.comment-meta span {
	display: inline-block;
	color: #888;
}
.comment-meta a {
	margin-left: 10px;
}
.comment-meta span.reply {
	float: right;
	margin-top: 3px;
}
.comment-meta span.author {
	color: #000;
	padding-right: 31px;
	position: relative;
	margin-right: 15px;
	font-weight: 600;
}
.comment-meta span.author a {
	margin: 0;
}
.comment-meta span.author:after {
	content: "";
	position: absolute;
	right: 0;
	width: 15px;
	height: 1px;
	background-color: #888;
	top: 50%;
	margin-top: 1px;
}
.comment-text p {
	margin-bottom: 0.2rem;
}
.comment-content {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: -10px;
}
.comment-content a {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}
.comment-content ol,
.comment-content ul {
	margin-bottom: 0.8rem;
}
.comments-area .no-comments {
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.logged-in-as a {
	letter-spacing: 1px;
}
.comment-form {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 100%;
}
.comment-det-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.comment-form .comment-det-wrapper p {
	display: inline-block;
	padding-right: 15px;
}
.comment-form .comment-det-wrapper p:last-child {
	padding: 0;
}
.comment-form .comment-form-cookies-consent input {
	width: auto;
	margin-right: 8px;
}
.comment-form .comment-form-cookies-consent label {
	margin: 0;
}
.comment-form p {
	margin-bottom: 20px;
	width: 100%;
}
.comment-form p:last-child {
	margin: 0;
}
.comment-form input {
	width: 100%;
}
.form-submit {
	margin-bottom: 0 !important;
}
#commentform.comment-form .form-submit {
	width: auto;
	margin: 0;
	display: inline-block;
}
.form-submit .submit {
	padding: 6px 20px;
	width: 100%;
	margin-bottom: 0;
}
.bypostauthor {
	display: block;
}
.pingback .comment-edit {
	display: block;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	padding: 30px 0 0;
}
.site-footer.footer-dark {
	padding: 100px 0 0;
	background-color: #000;
	color: #fff !important;
}
.site-footer.footer-dark .footer-menu.main-navigation > ul > li > .plus-menu,
.site-footer.footer-dark .footer-menu.main-navigation > ul > li > a,
.site-footer.footer-dark .footer-menu.main-navigation > ul > li > a:hover,
.site-footer.footer-dark .widget_nav_menu a,
.site-footer.footer-dark .footer-widget .plus-menu,
.site-footer.footer-dark td,
.site-footer.footer-dark h1,
.site-footer.footer-dark h2,
.site-footer.footer-dark h3,
.site-footer.footer-dark h4,
.site-footer.footer-dark h5,
.site-footer.footer-dark h6,
.site-footer.footer-dark .footer-widget a,
.site-footer.footer-dark .footer-widget a:hover{
	color: #fff !important;
}
.site-footer.footer-dark .footer-widget a:hover{
	opacity: 0.5;
}
.site-footer.footer-dark .widget_calendar th {
	background-color: #fff; 
}
.site-footer.footer-dark .widget_calendar #wp-calendar,
.site-footer.footer-dark .widget_calendar td,
.site-footer.footer-dark .widget_calendar th {
	border-color: #fff;
}
.site-info {
	padding: 15px 0;
	background-color: #ececec;
}
.footer-dark .site-info {
	background-color: #141414;
}
.footer-widget-area .col-md-12:nth-child(1) {
	padding-right: 40px;
}
.footer-widget-area .col-md-12:nth-child(2) {
	padding-right: 20px;
	padding-left: 20px;
}
.footer-widget-area .col-md-12:nth-child(3) {
	padding-left: 40px;
}
.footer-widget-area .widget {
	border: none;
	padding: 0;
}
.copyright {
	text-align: right;
}
.copyright p {
	margin: 0;
	height: 64px;
	line-height: 64px;
}

/* Footer Menu */
.footer-menu li {
	display: inline-block;
	margin-right: 30px;
	margin-left: 0;
}
.footer-menu.main-navigation ul ul {
	top: auto;
	bottom: 60px;
	left: 0;
	transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}
.footer-menu.main-navigation .menu > li:hover > ul,
.footer-menu.main-navigation .menu > li.focus > ul {
	top: auto;
	bottom: 64px;
}
.footer-menu.main-navigation ul ul ul {
	left: 285px;
	bottom: 0;
	top: auto;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.footer-menu.main-navigation ul ul li:hover > ul,
.footer-menu.main-navigation ul ul li.focus > ul {
	top: auto;
	bottom: 0;
}

.footer-menu.main-navigation a {
	font-weight: 400;
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
	padding: 100px 30px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
.error-image {
    width: 40%;
    padding: 0 60px;
}
.error-desc {
    width: 60%;
}
.error-desc .heading-404{
    font-size: 100px;
    letter-spacing: 10px;
}
.error-desc p{
    margin-bottom: 50px;
    margin-top: 20px;
    display: block;
}
.error-desc form {
    display: inline-block;
}
.not-found .searchform {
    width: auto;
    margin-left: 0;
}
.home-404 {
	margin-right: 30px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.audio-wrapper .mejs-poster {
    display: block !important;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

video,
audio,
embed,
iframe,
object {
    max-width: 100%;
}


.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/
.single-post [class*='wp-block'],
.page [class*='wp-block'] {
	margin-bottom: 1.3em;
}
.wp-block-themepunch-revslider {
	margin-bottom: 0 !important;
}

.block-no-vertical-margins {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.block-no-bottom-margin {
	margin-bottom: 0 !important;
}

.block-1em-vertical-margins {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}

.block-1em-bottom-margin {
	margin-bottom: 1em !important;
}

.block-border {
	border: 1px solid #222;
	padding: 0.5em 1.0em;
}

.block-border-bottom {
	border-bottom: 1px solid #222;
	padding-bottom: 1.0em;
}

.block-no-border {
	border: none !important;
}

.block-rounded,
.block-rounded-all {
	border-radius: 8px !important;
	padding: 1.0em 1.5em;
}

.block-rounded-top {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-top: 1.0em;
}

.block-rounded-bottom {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding-bottom: 1.0em;
}

.block-rounded-left {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	padding-left: 1.0em;
}

.block-rounded-right {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	padding-bottom: 1.0em;
}

.block-bg-transparent-gray {
	background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Quote */
blockquote,
.wp-block-quote {
	margin: 20px 0;
	border-left: 4px solid;
	padding-left: 1em;
	font-size: 17px;
	color: #29282d;
}

blockquote.wp-block-pullquote {
	border-left: none;
}

.wp-block-pullquote blockquote:after,
blockquote.wp-block-quote:after,
blockquote.wp-block-pullquote:after,
.wp-block-quote blockquote:after,
.wp-block-pullquote blockquote:before,
blockquote.wp-block-quote:before,
blockquote.wp-block-pullquote:before,
.wp-block-quote blockquote:before {
	display: none;
}

.wp-block-quote blockquote,
blockquote.wp-block-quote {
	text-align: inherit;
}

.wp-block-pullquote {
	border-top: 4px solid #555d66;
	border-bottom: 4px solid #555d66;
	padding: 50px 0;
}

.wp-block-pullquote blockquote {
	color: #40464d;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
	color: #40464d;
	text-transform: uppercase;
	font-style: normal;
}

/* Block Columns */
.wp-block-columns {
	grid-column-gap: 1.0em;
}

.wp-block-columns *[class^="wp-block-"] {
	margin: 0;
}

/* Buttons */
.wp-block-button {
	border-radius: 3px;
}

.wp-block-button a {
	border: 0;
	margin-bottom: 0 !important;
}

.wp-block-cover p {
	margin-bottom: 0;
}
.wp-block-cover-image .wp-block-cover-image-text, 
.wp-block-cover .wp-block-cover-text, 
section.wp-block-cover-image > h2,
.wp-block-cover-image-text, 
.wp-block-cover-text, 
section.wp-block-cover-image h2,
.wp-block-file__button,
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a, .wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus, .wp-block-cover h2 a:hover,
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover,
.wp-block-button,
.wp-block-button a {
	color: #fff !important;
	line-height: 1.8;
	margin-bottom: 0;
}

.wp-block-button.is-style-outline {
	color: #32373c !important;
}

.wp-block-button.is-style-outline a {
	color: #32373c !important;
}

.wp-block-button:not([style]) a:hover,
.wp-block-button:not([style]) a:focus {
	color: #fff;
}

.wp-block-button.alignwide,
.wp-block-button.alignfull {
	display: block;
}

.wp-block-categories {
}

.wp-block-categories-list ul {
	margin: 0;
	padding: 0 0 0 2em;
}

.wp-block-categories-list li {
	margin: 0;
	padding: 0;
}

.wp-block-categories-list li {
	padding: 0.25em 0;
}

.wp-block-categories-list ul ul {
	padding-left: 2em;
}

.wp-block-categories-list ul ul li:last-child {
	padding-bottom: 0;
}

.wp-block-categories-dropdown {
}

/* Preformatted */
.wp-block-code,
.wp-block-preformatted {
	background: inherit;
	border: 1px solid #e2e4e7;
	border-radius: 4px;
	font-family: 'Inconsolata', monospace;
	font-size: .8em;
	height: auto;
	margin: 0;
	margin-bottom: 1.5em;
	outline: none;
	overflow: auto;
	padding: 10px 15px;
	vertical-align: middle;
	width: 100%;
	word-wrap: break-word;
	white-space: pre-wrap;
}

.wp-block-preformatted {
	border: none;
	border-radius: 0;
	padding: 0;
}

.wp-block-code .blocks-plain-text {
	background: transparent;
	border: none !important;
	color: inherit !important;
	font-family: inherit !important;
	font-size: 0.8em;
	margin: 0 !important;
	overflow-x: auto !important;
	padding: 0 !important;
}

/* Cover Images */
.wp-block-cover-image.has-parallax {
	min-height: 25vw;
}

.is-ios .wp-block-cover-image.has-parallax {
	background-attachment: scroll;
}

#content .wp-block-cover-image.has-parallax {
	margin-bottom: 0;
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
	font-size: 12px;
	color: #555d66;
	text-align: center;
}

/* Dropcaps */
ul.wp-block-gallery,
ul.wp-block-gallery li {
	padding: 0;
	margin-left: 0;
}

.wp-block-image.aligncenter {
	margin: 0 auto;
}

@media (max-width: 767px) {
	figure.wp-block-image.alignleft {
		max-width: 50%;
	}

	figure.wp-block-image.alignright {
		max-width: 50%;
	}
}

figure.wp-block-image.alignleft {
	margin: .5em 1.0em 1.0em 0;
}

figure.wp-block-image.alignright {
	margin: .5em 0 1.0em 1.0em;
}

figure.wp-block-image.aligncenter {
	margin: 1.0em auto 1.0em auto;
}

/* Embed */
.wp-block-embed {
	clear: both;
}

*[class^="wp-block-embed-"] {
	clear: both;
}

/* Latest Posts */
.wp-block-latest-posts__post-date {
	color: inherit;
	margin-bottom: 0;
	opacity: 0.8;
}

.wp-block-latest-posts.is-grid {
	margin-left: 0;
}

.wp-block-latest-posts li {
	padding: 0.25em 0;
	margin: 0;
}

.wp-block-latest-posts.is-grid li {
	border: 0;
}

/* Separator */
.wp-block-separator {
	background-color: #8f98a1;
	border: none;
	box-sizing: content-box;
	height: 2px;
	margin: 1.65em auto;
	max-width: 100px;
	width: 100px;
}

.wp-block-separator.is-style-dots,
.wp-block-separator.is-style-wide {
	max-width: 100%;
	width: 100%;
}

/* Text Columns */
@media only screen and ( max-width: 580px ) {
	.wp-block-text-columns,
	.wp-block-text-columns.aligncenter {
		display: block;
	}

	.wp-block-text-columns.columns-2 .wp-block-column,
	.wp-block-text-columns.columns-3 .wp-block-column,
	.wp-block-text-columns.columns-4 .wp-block-column {
		float: none;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}

/* Verse */
.wp-block-verse {
	background: 0 0;
	border: none;
	border-width: 0;
	font-family: inherit;
	font-size: inherit;
	box-shadow: none;
	margin: 0;
	padding: 1em 1em 1em 1.2em;
	width: 100%;
}

/* Full and Wide */
@media screen and (max-width: 767px) {
	*[class^="wp-block-"].alignleft,
	*[class^="wp-block-"].alignright {
		max-width: 75%;
	}
}

.wp-block-cover-image.alignwide,
.wp-block-cover-image.aligncenter {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-cover-image.alignright {
	width: 30%;
	margin-left: 1.5em;
}

.wp-block-cover-image.alignleft {
	width: 30%;
	margin-right: 1.5em;
}

.alignfull,
.alignwide,
.aligncenter {
	clear: both;
}

.wp-block-cover-image {
	background-position: center center;
}

@media (min-width: 768px) {

	.site-main {
		overflow-x: hidden;
	}

	.col-lg-8.offset-lg-2 .entry-content,
	.col-lg-12 .entry-content {
		overflow: visible;
	}

	.col-lg-8.offset-lg-2 .entry-content .alignfull,
	.col-lg-12 .entry-content .alignfull,
	.col-lg-8.offset-lg-2 .entry-content .wp-block-cover.alignfull,
	.col-lg-12 .entry-content .wp-block-cover.alignfull,
	.col-lg-8.offset-lg-2 .entry-content .wp-block-cover-image.alignfull,
	.col-lg-12 .entry-content .wp-block-cover-image.alignfull,
	.col-lg-8.offset-lg-2 .entry-content .wp-block-image.alignfull,
	.col-lg-12 .entry-content .wp-block-image.alignfull {
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
		max-width: 100vw;
		width: 100vw;
	}

	.col-lg-8.offset-lg-2 .entry-content .wp-block-file.alignfull,
	.col-lg-12 .entry-content .wp-block-file.alignfull,
	.col-lg-8.offset-lg-2 .entry-content .wp-block-gallery.alignfull,
	.col-lg-12 .entry-content .wp-block-gallery.alignfull,
	.col-lg-8.offset-lg-2 .entry-content .wp-block-video.alignfull,
	.col-lg-12 .entry-content .wp-block-video.alignfull,
	.col-lg-8.offset-lg-2 .entry-content .wp-block-audio.alignfull,
	.col-lg-12 .entry-content .wp-block-audio.alignfull,
	.col-lg-8.offset-lg-2 .entry-content .wp-block-columns.alignfull,
	.col-lg-12 .entry-content .wp-block-columns.alignfull,
	.col-lg-8.offset-lg-2 .entry-content .wp-block-text-columns.alignfull,
	.col-lg-12 .entry-content .wp-block-text-columns.alignfull,
	.col-lg-8.offset-lg-2 .entry-content .wp-block-table.alignfull,
	.col-lg-12 .entry-content .wp-block-table.alignfull,
	.col-lg-8.offset-lg-2 .entry-content .wp-block-preformatted.alignfull,
	.col-lg-12 .entry-content .wp-block-preformatted.alignfull,
	.col-lg-8.offset-lg-2 .entry-content .wp-block-button.alignfull,
	.col-lg-12 .entry-content .wp-block-button.alignfull,
	.col-lg-8.offset-lg-2 .entry-content .wp-block-verse.alignfull,
	.col-lg-12 .entry-content .wp-block-verse.alignfull,
	.col-lg-8.offset-lg-2 .entry-content .wp-block-latest-posts.alignfull,
	.col-lg-12 .entry-content .wp-block-latest-posts.alignfull,
	.col-lg-8.offset-lg-2 .entry-content .wp-block-categories.alignfull,
	.col-lg-12 .entry-content .wp-block-categories.alignfull,
	.col-lg-8.offset-lg-2 .entry-content .wp-block-pullquote.alignfull,
	.col-lg-12 .entry-content .wp-block-pullquote.alignfull,
	.col-lg-8.offset-lg-2 .entry-content [class^="wp-block-embed"].alignfull,
	.col-lg-12 .entry-content [class^="wp-block-embed"].alignfull,
	.col-lg-8.offset-lg-2 .entry-content p.alignfull,
	.col-lg-12 .entry-content p.alignfull {
		margin-left: calc(-44vw + 44%) !important;
		margin-right: calc(-44vw + 44%) !important;
		max-width: 100vw;
		width: auto;
	}

	.col-lg-8.offset-lg-2 .entry-content .alignwide,
	.col-lg-12 .entry-content .alignwide {
		margin-left: calc(-25vw + 25%);
		margin-right: calc(-25vw + 25%);
		width: auto;
		max-width: 100vw;
	}
}
