/*
Theme Name: Mara
Theme URI: hhttps://matchthemes.com/premium/mara-photo-blog-wp-theme/
Description: Mara - Beautiful Photo WordPress Blog Theme
Version: 2.5.4
Author: MatchThemes
Author URI: https://matchthemes.com
Tested up to: 6.8
Requires PHP: 7.4
License:
License URI:
Tags: one-column, two-columns, three-columns, blog, theme-options, featured-images, grid-layout, news
Text Domain: mara
*/


/*************************************
 
 	1. MAIN STYLE
	
	2. HEADER
	
	3. HOME

	4. SINGLE PAGE
	
	5. FOOTER
	
	6. OTHER
 
 
 ************************************/


/*************************************

1. MAIN STYLE

 ************************************/


/* RESET STYLES */

*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal
}

address {
	font-style: italic;
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

strong,
b {
	font-weight: bold;
}

em,
cite {
	font-style: italic;
}

cite {
	display: block;
}

strike,
del {
	text-decoration: line-through;
}

sup {
	font-size: 11px;
	position: relative;
	vertical-align: top;
	top: 5px;
}

sub {
	bottom: 5px;
	font-size: 11px;
	position: relative;
	vertical-align: bottom;
}

.italic {
	font-style: italic;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

.no-margin {
	margin: 0px !important;
}

.no-bottom {
	margin-bottom: 0px;
}

.no-padding {
	padding: 0px;
}

.column-clear {
	clear: both;
}

div {
	position: relative
}

.wp-caption {
	max-width: 100%;
}

.sticky {
	position: relative;
}

.wp-caption-text,
.gallery-caption {
	color: #555555;
	font-size: 12px;
	text-align: center;
	margin-top: 24px;
	font-style: italic;
	font-weight: 300;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor .comment-body {}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	display: block;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: 1em 1.5em;
	font-size: 0.8em;
	line-height: normal;
	color: #21759b;
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	text-decoration: none;
	z-index: 100000;
	/* Above WP toolbar */
}

.alignright {
	float: right;
	margin: 3px 0 0 10px;
}

.alignleft {
	float: left;
	margin: 3px 10px 0 0;
}

.aligncenter {
	text-align: center;
	margin: 10px auto;
}

hr {
	margin-top: 24px;
	margin-bottom: 24px;
	border: 0;
	border-top: 1px solid #eee;
}

pre,
code {
	background: #f0f0f0;
	color: #333333;
	font-family: "Courier New", Courier, monospace;
	padding: 4px 8px;
	border: none;
	margin-bottom: 24px;
	overflow: auto;
	border-radius: 0;
	font-size: 13px;
}

pre {
	margin-bottom: 24px;
	overflow: auto;
	padding: 24px;
	white-space: pre-wrap;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

html {
	-webkit-font-smoothing: antialiased;
}

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	text-rendering: optimizeLegibility;
	background: #e5e5e5;
	color: #505050;
	font-size: 14px;
	line-height: 1.7em;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-x: hidden;
}

body:after {
	width: 100%;
	height: 100%;
	min-height: 900px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgba(0, 0, 0, 0.3);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #151515;
	font-weight: 400;
	letter-spacing: 1px;
}

h1 {
	font-size: 56px;
	line-height: 1.5em;
}

h2 {
	font-size: 42px;
	line-height: 1.5em;
}

h3 {
	font-size: 35px;
	line-height: 1.4em;
}

h4 {
	font-size: 28px;
	line-height: 1.4em;
}

h5 {
	font-size: 21px;
	line-height: 1.4em;
}

h6 {
	font-size: 14px;
	line-height: 1.4em;
}

a {
	color: #BD9655;
}

a:hover {
	color: #BD9655;
}

p a {
	color: #BD9655;
	border-bottom: 1px solid #BD9655;
}

p a:hover {
	color: #BD9655;
	text-decoration: none;
	border: none;
}

a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

a:focus-visible{
	outline: solid 1px #0d96c8;
}

ul,
ol {
	margin: 0 0 14px 21px;
}

.dropcap {
	display: block;
	float: left;
	font-size: 42px;
	line-height: 1;
	padding: 0 10px 0 0;
	text-align: center;
}

.alignc {
	text-align: center;
}

.none {
	display: none;
}

blockquote {
	font-size: 24px;
	line-height: 1.6em;
	text-align: center;
	font-style: italic;
	color: #151515;
	border: none;
	border-left: 5px solid #BD9655;
	padding-left: 32px;
	margin: 42px 0;
}

blockquote cite,
.wp-caption-text {
	color: #999999;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}

.wp-caption-text {
	text-align: center;
	margin-top: 21px;
	text-transform: none;
	font-style: italic;
}

.wp-caption {
	margin-bottom: 21px;
}

p,
ul,
ol,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin-bottom: 21px;
}

div p:last-child {
	margin-bottom: 0;
}

.padding-tb56 {
	padding: 56px 0;
}

.margin-tb56 {
	margin: 56px 0;
}

.margin-t56 {
	margin-top: 56px;
}

.margin-b35 {
	margin-bottom: 35px;
}

.margin-b56 {
	margin-bottom: 56px;
}

.menu-nav li a,
.search-btn,
.exit-modal i,
.search-social a,
.tagcloud a,
.tags-single-page a,
.overlay,
.post-meta li a,
.post-more a,
.post-categ a,
.prev-next a,
.article-meta .content h2 a,
.post-more-alt a,
.author-social a,
.get-social a,
.author-content-single h4 a,
.submit,
#submit-contact,
.display-post-text a,
.flex-caption a,
.page-links a,
.post-password-form input[type="submit"],
.scrollup i {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}


/* definition lists */

dl dt {
	margin-bottom: 0;
}

dl dd {
	margin-left: 16px;
	margin-bottom: 24px;
}


/* tables */

table {
	border: 1px solid #e5e5e5;
	font-size: 14px;
	text-align: center;
	width: 100%;
}

table caption {
	margin-bottom: 21px;
	text-align: center;
}

table th,
table td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 14px 0;
	text-align: center;
}


/*************************************

2. HEADER

************************************/

.mainContainer {
	background: #ffffff;
	padding-bottom: 70px;
}

.innerContainer {
	padding-left: 30px;
	padding-right: 30px;
}

#header-bar .container {
	background: #000000;
}

.logo {
	float: left;
	padding-top: 14px;
	margin-right: 42px;
	z-index: 2;
}

.logo-txt {
	padding-top: 14px;
}

.logo-txt a {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -1px;
	text-transform: uppercase;
	line-height: 1;
	color: #ffffff;
}

.logo-txt a:hover {
	text-decoration: none;
	color: #ffffff;
}

.logo img {
	background: none;
}

.navbar {
	width: 100%;
	text-align: left;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	min-height: 0;
}

.search-btn {
	position: absolute;
	top: 28px;
	right: 30px;
	cursor: pointer;
}

.search-btn:hover {
	color: #BD9655;
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

.navbar-collapse.in{
	height: 350px;
}

.menu-nav {
	margin-left: 0;
	font-size: 0;
	margin-bottom: 0;
}

.menu-nav li {
	display: inline-block;
	position: relative;
	margin-left: 28px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.menu-nav li:first-child {
	margin-left: 0px;
}

.menu-nav li a {
	color: #f5f5f5;
	padding: 28px 0;
}

.menu-nav>li>a {
	display: block;
}

.menu-nav li a:hover,
.menu-nav li a:focus {
	background: none;
	text-decoration: none;
}

.menu-nav li a:hover,
.menu-nav li.current-menu-item>a {
	color: #BD9655;
}

.menu-nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 180px;
	position: absolute;
	top: 79px;
	left: 0;
	text-align: left;
	background: #000000;
	border-top: 3px solid #BD9655;
	z-index: 2;
}

.menu-nav ul li {
	display: block;
	background: none;
	margin: 0;
	font-size: 11px;
	line-height: 1.6;
}

.menu-nav ul li a {
	display: block;
	padding: 10px 14px;
	color: #f5f5f5;
}

.menu-nav ul li a:hover {
	text-decoration: none;
	color: #BD9655;
}

.menu-nav li:hover>ul {
	display: block;
}

.navbar li ul ul {
	left: 100%;
	top: -3px;
}

.navbar-toggle {
	float: none;
	margin: 0;
	border: 2px solid #505050;
	border-radius: 0;
}

.navbar-toggle .icon-bar {
	background: #505050;
}


/*************************************

3. HOME

************************************/


/***** TOP SLIDER ******/

.slider-holder {
	display: none;
	-webkit-backface-visibility: hidden;
	cursor: move;
	height: 40em;
	margin-bottom: 70px;
}

.slick-list,
.slick-track {
	height: 100%;
}

.slider-item-fw {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.flex-caption {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	text-align: center;
	padding: 0 80px;
	z-index: 2;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flex-caption a:hover {
	text-decoration: none;
}

.flex-caption h2 {
	color: #ffffff;
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 1em;
	padding: 10px 0;
	text-transform: uppercase;
}

.flex-caption h2 a {
	color: #ffffff;
}

.view-more a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 700;
	border-bottom: 1px solid;
	border-color: rgba(189, 150, 85, 1);
}

.view-more a:hover {
	border-color: rgba(189, 150, 85, 0);
}

.slider-overlay {
	background-color: rgba(0, 0, 0, 0.5);
}


/***** END TOP SLIDER ******/

.top-intro {
	padding: 70px 0;
	text-align: center;
}

.top-intro-margin {
	padding: 70px 0 0 0;
}

.top-intro h1 {
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 1;
}

.top-intro h4 {
	font-size: 11px;
	text-transform: uppercase;
}

.post-bkg-img,
.single-post-title,
.article-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.overlay,
.slider-overlay {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.wrap-articles .row {
	margin-left: 0;
	margin-right: 0;
}

.wrap-articles [class*='col-md'],
.wrap-articles [class*='col-sm'] {
	padding-left: 0;
	padding-right: 0;
}

.wrap-articles .row:last-of-type .post-holder-big,
.wrap-articles .row:last-of-type .post-holder-small {
	margin-bottom: 0px;
}

.blog-item {
	overflow: hidden;
}

.blog-item a:hover {
	text-decoration: none;
}

.blog-item .overlay,
.article-img .overlay {
	background-color: rgba(0, 0, 0, 0.3);
}

.blog-item .content {
	bottom: 30px;
	left: 30px;
	position: absolute;
	z-index: 2;
}

.post-categ {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	display: inline-block;
}

.post-categ a,
.meta-sticky {
	background: rgba(189, 150, 85, 1);
	padding: 5px 7px;
	color: #ffffff;
}

.post-categ a:hover {
	background: rgba(189, 150, 85, 0.8);
	color: #ffffff;
}

.content h2,
.content h1 {
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 1em;
	padding: 10px 0;
}

.content h2 a,
.content h1 {
	color: #ffffff;
}

.blog-item-small-col .content h2 {
	font-size: 28px;
}

.padding-3col .blog-item-small-col .content h2 {
	font-size: 24px;
}

.post-meta {
	margin: 0;
	padding: 0;
	list-style: none;
}

.post-meta li {
	display: inline-block;
	color: #e5e5e5;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 700;
}

.post-meta li a {
	color: #e5e5e5;
}

.post-meta li a:hover {
	color: #BD9655;
	text-decoration: none;
}

.post-meta li:before {
	content: "\2022";
	padding: 0 7px;
	color: #BD9655;
}

.post-meta li:first-child:before {
	display: none;
}

.post-more {
	margin-top: 14px;
	bottom: -30px;
	left: 30px;
	position: absolute;
	z-index: 2;
	opacity: 0;
}

.post-more a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 700;
	color: #BD9655;
	border-bottom: 1px solid;
	border-color: rgba(189, 150, 85, 1);
}

.post-more a:hover {
	border-color: rgba(189, 150, 85, 0);
}

.post-more a i {
	font-size: 14px;
}

.blog-item .content,
.blog-item .post-more {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.blog-item:hover .content {
	bottom: 70px;
}

.blog-item:hover .post-more {
	bottom: 30px;
	opacity: 1;
}

.blog-item:hover .overlay,
.article-img:hover .overlay {
	background-color: rgba(0, 0, 0, 0.6);
}


/* 2 Col Alt */

.blog-item-2col-alt {
	position: relative;
}

.article-meta {
	padding-top: 35px;
}

.article-meta .post-meta li,
.article-meta .post-meta li a {
	color: #999999;
}

.article-meta .post-meta li a:hover {
	color: #BD9655;
}

.article-meta .content h2 {
	padding: 0;
	line-height: 35px;
	margin: 7px 0;
}

.article-meta .content h2 a {
	color: #151515;
	font-size: 28px;
	text-decoration: none;
	border-bottom: 1px solid;
	border-color: rgba(21, 21, 21, 0);
}

.article-meta .content h2 a:hover {
	border-color: rgba(21, 21, 21, 1);
}

.article-meta .post-categ a:hover {
	text-decoration: none;
}

.blog-item-2col-alt-even .article-meta {
	width: 50%;
	float: left;
	padding-right: 30px;
	height: 100%;
}

.blog-item-2col-alt-even .article-img {
	width: 50%;
	float: right;
}

.blog-item-2col-alt-odd .article-meta {
	width: 50%;
	float: right;
	padding-left: 30px;
	height: 100%;
}

.blog-item-2col-alt-odd .article-img {
	width: 50%;
	float: left;
}

.blog-item-2col-alt-even .article-meta:before,
.blog-item-2col-alt-odd .article-meta:before {
	border-color: transparent #ffffff transparent transparent;
	border-style: solid;
	border-width: 20px;
	content: "";
	display: block;
	left: -40px;
	position: absolute;
	top: 50%;
	z-index: 2;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-item-2col-alt-even .article-meta:before {
	border-color: transparent transparent transparent #ffffff;
	right: -40px;
	left: auto;
}

.content .post-content {
	margin: 28px 0;
}

.post-more-alt a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 700;
	color: #BD9655;
	border-bottom: 1px solid;
	border-color: rgba(189, 150, 85, 1);
}

.post-more-alt a:hover {
	border-color: rgba(189, 150, 85, 0);
	text-decoration: none;
}

.post-more-alt a i {
	font-size: 14px;
}


/* END 2 Col Alt */

.blog-item-grid .article-meta:before {
	border-color: transparent transparent #ffffff transparent;
	border-style: solid;
	border-width: 20px;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: -40px;
	z-index: 2;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.prev-next {
	text-align: center;
	margin-top: 70px;
}

.page-numbers,
.page-numbers:hover,
.nav-page a,
.nav-page a:hover {
	color: #151515;
	width: 35px;
	height: 35px;
	margin: 0 2px;
	font-size: 12px;
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	line-height: 35px;
}

.page-numbers:hover,
.nav-page a:hover {
	background: #f0f0f0;
}

.current-page,
.current-page:hover {
	color: #ffffff;
	background: #BD9655;
}

.page-links {
	margin-top: 42px;
	text-align: center;
}

.page-links a {
	font-size: 10px;
	text-transform: uppercase;
	display: inline-block;
	color: #BD9655;
	background: none;
	border: 2px solid #BD9655;
	padding: 3px 7px;
	text-align: center;
	letter-spacing: 1px;
}

.page-links a:hover {
	color: #ffffff;
	background: #BD9655;
	text-decoration: none;
}

.more-pages{
	font-size: 12px;
	vertical-align: bottom;
}


/*************************************

4. SINGLE PAGE

************************************/

.single-post-item {
	margin-top: 35px;
}

.single-post-item .content {
	left: auto;
	text-align: center;
	width: 100%;
}

.single-post-item:hover {
	transition: none;
}

.single-post-item:hover .content {
	bottom: 30px;
}

.single-post-item .overlay,
.single-post-item:hover .overlay {
	background-color: rgba(0, 0, 0, 0.5);
}

.post-content {
	margin-top: 35px;
}

.single-content-holder img,
.custom-page-template img {
	display: block;
	height: auto;
	max-width: 100%;
}

.img-fluid,
.single-content-holder img,
.custom-page-template img{
    background: #f1f1f1;
}

.icon-img img{
	background: none;
}

.share-links {
	margin-top: 35px;
	text-align: center;
}

.post-small-title {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #151515;
	margin-bottom: 21px;
}

.get-social {
	list-style: none;
	font-size: 0;
	text-align: center;
	margin: 0;
}

.get-social li {
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
	text-align: center;
}

.get-social li:first-child {
	margin-left: 0;
}

.get-social a {
	color: #ffffff;
	background: #BD9655;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding-top: 3px;
}

.get-social a:hover {
	color: #ffffff;
}

.get-social svg{
	width: 12px;
	vertical-align: sub;
}

.get-social svg path{
	fill: #ffffff;
}


.related-articles {
	margin-top: 35px;
}

.categ-intro h1 {
	float: left;
	text-align: left;
}

.categ-intro h4 {
	float: right;
	text-align: right;
	margin-top: 21px;
}

.archive-intro {
	text-align: left;
}


/* author's page */

.author-avatar {
	float: left;
	width: 100px;
}

.author-title-right {
	padding-left: 115px;
}

.author-avatar img {
	border-radius: 50%;
}

.author-title-right {
	text-align: left;
}

.author-title-right h1 {
	font-size: 28px;
	margin: 7px 0;
}

.author-title-right .post-meta li,
.author-title-right .post-meta li a {
	color: #999;
}

.author-title-right .post-meta li a:hover {
	color: #BD9655;
}

.author-social {
	list-style: none;
	margin: 7px 0 0 0;
	font-size: 0;
}

.author-social li {
	display: inline-block;
	font-size: 16px;
	margin-left: 7px;
	text-align: center;
}

.author-social li:first-child {
	margin-left: 0px;
}

.author-social a {
	color: #151515;
}

.author-social a:hover {
	color: #BD9655 !important;
	background: none !important;
}

.author-social svg{
	width: 16px;
	vertical-align: sub;
}

.author-social svg path{
	fill: #151515;
}

.author-social a:hover svg path{
	fill: #BD9655;
}

.author-desc {
	text-align: left;
	font-size: 12px;
	letter-spacing: 1px;
}

.author-single-page {
	margin-top: 35px;
}

.author-single-page .post-small-title,
.comm-title .post-small-title {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 3px;
}

.author-avatar-single {
	float: left;
	width: 60px;
}

.author-avatar-single img {
	border-radius: 50%;
}

.author-content-single {
	padding-left: 75px;
	font-size: 12px;
}

.author-content-single h4 {
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 7px;
}

.author-content-single h4 a {
	color: #151515;
}

.author-content-single h4 a:hover {
	color: #BD9655;
	text-decoration: none;
}


/* end author's page */


/* comments + contact fields */

.comm-field,
.contact-field,
#msg-contact {
	width: 100%;
	padding: 10px 8px;
	border: 1px solid #e5e5e5;
}

#msg-contact {
	padding: 10px 8px;
	border: 1px solid #e5e5e5;
}

.post-password-form label input {
	padding: 8px;
	border: 1px solid #e5e5e5;
	margin-left: 8px;
}

.contact-btn,
.form-submit {
	text-align: right;
}

.form-submit {
	margin-bottom: 0px;
}

#submit-contact {
	margin-top: 21px;
}

.output2 {
	margin-top: 24px;
	border: 1px solid #ff0000;
	padding: 8px;
	color: #ff0000;
}

.antispam {
	display: none;
}

#contact-form-holder {
	margin-top: 21px;
}

.contact-field {
	margin-bottom: 21px;
}

.submit,
#submit-contact,
.post-password-form input[type="submit"] {
	display: inline-block;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	color: #151515;
	background: none;
	border: 2px solid #e5e5e5;
	padding: 5px 10px;
	text-align: center;
	letter-spacing: 1px;
}

.post-password-form input[type="submit"]{
	padding: 8px 10px;
}

.submit:hover,
#submit-contact:hover,
.post-password-form input[type="submit"]:hover {
	border: 2px solid #BD9655;
	color: #ffffff;
	background: #BD9655;
	text-decoration: none;
}

.comm-send {
	margin-top: 35px;
}


/**** COMMENTS STYLES*****/

.comm-title {
	margin-top: 35px;
}

.commentlist {
	margin: 0;
}

.commentlist > li {
	list-style: none;
	margin: 0;
	margin-top: 28px;
}

.commentlist > li ul.children li {
	list-style: none;
}

.children li.depth-2 {
	margin: 0 0 0 72px;
}

.children li.depth-3 {
	margin: 0 0 0 72px;
}

.children li.depth-4 {
	margin: 0 0 0 72px;
}

.children li.depth-5 {
	margin: 0 0 0 72px;
}

.children li.depth-6 {
	margin: 0 0 0 72px;
}

.children li.depth-7 {
	margin: 0 0 0 72px;
}

.children li.depth-8 {
	margin: 0 0 0 72px;
}

.children li.depth-9 {
	margin: 0 0 0 72px;
}

.children li.depth-10 {
	margin: 0 0 0 72px;
}

.comment-body {
	margin-bottom: 28px;
}

.comment-details {
	position: relative;
	margin-left: 72px;
}

.comment-avatar {
	position: absolute;
	left: -72px;
	top: 0
}

.comment-avatar img {
	display: block;
	border-radius: 50%;
}

.comment-right {
	background: #f9f9f9;
	padding: 14px;
}

.comment-right:before {
	border-color: transparent #f9f9f9 transparent transparent;
	border-style: solid;
	border-width: 10px;
	content: "";
	display: block;
	height: 0;
	left: -20px;
	position: absolute;
	top: 15px;
	width: 0;
	z-index: 0;
}

.comment-author .author a:link,
.comment-author .author a:visited {
	border: none;
}

.comment-author span,
.comment-author .author a:link {
	color: #151515;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 10px;
	font-style: normal;
}

.comment-content p:last-child {
	margin: 0;
}

.comment-date {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 7px;
	color: #999999;
}

.reply {
	text-align: right;
}

.comment-reply-link {
	margin-top: 14px;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-reply-link {
	display: inline-block;
	border: none;
}

#cancel-comment-reply-link {
	font-size: 12px;
}

.commentlist .children {
	margin: 0
}

#comments_wrap {
	margin-top: 16px
}

#cancel-comment-reply {
	float: right;
	margin-top: 14px;
}

.comment-reply-title small {
	display: block;
	margin-bottom: 7px;
}

.children #commentform textarea {
	width: 95.6%
}

.pingback .comment-details {
	margin-left: 0;
}

.pingback .comment-avatar {
	display: none;
}

input::-ms-clear {
	display: none;
}

@-ms-viewport {
	width: auto;
}


/**** END COMMENTS STYLES*****/


/*************************************

5. FOOTER

************************************/

.footerContainer {
	background: #000000;
	color: #999999;
	padding: 42px 30px;
}

.copyright {
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
}

.search-social {
	list-style: none;
	margin: 0 0 14px 0;
	font-size: 0;
	text-align: center;
}

.search-social li {
	display: inline-block;
	font-size: 15px;
	margin-left: 5px;
	text-align: center;
}

.search-social a {
	color: #999999;
	border: 1px solid #999999;
	background: none;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 3px;
  line-height: 33px;
}

.search-social svg{
	width: 15px;
	vertical-align: sub;
}
.search-social svg path{
	fill: #999999;
}

.search-social a:hover {
	color: #ffffff !important;
}

.search-social a:hover svg path{
	fill: #ffffff;
}

a.social-twitter:hover {
	background: #29C5F6;
	border-color: #29C5F6 !important;
}

a.social-facebook:hover {
	background: #6788CE;
	border-color: #6788CE !important;
}

a.social-gplus:hover {
	background: #E75C3C;
	border-color: #E75C3C !important;
}

a.social-linkedin:hover {
	background: #3A9BDC;
	border-color: #3A9BDC !important;
}

a.social-pinterest:hover {
	background: #FE4445;
	border-color: #FE4445 !important;
}

a.social-youtube:hover {
	background: #E34040;
	border-color: #E34040 !important;
}

a.social-vimeo:hover {
	background: #44BBFF;
	border-color: #44BBFF !important;
}

a.social-soundcloud:hover {
	background: #f93e00;
	border-color: #f93e00 !important;
}

a.social-mixcloud:hover {
	background: #5000ff;
	border-color: #5000ff !important;
}

a.social-tiktok:hover {
	background: #00eae3;
	border-color: #00eae3 !important;
}

a.social-instagram:hover {
	background: #AA8062;
	border-color: #AA8062 !important;
}

a.social-dribbble:hover {
	background: #ED4F8C;
	border-color: #ED4F8C !important;
}

a.social-skype:hover {
	background: #24B4F0;
	border-color: #24B4F0 !important;
}

.foo-block .widgettitle {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 21px;
}

.foo-block .widgettitle {
	color: #ffffff;
}

.tagcloud a,
.tags-single-page a {
	display: inline-block;
	font-size: 10px !important;
	text-transform: uppercase;
	color: #BD9655;
	background: none;
	border: 2px solid #BD9655;
	padding: 3px 7px;
	text-align: center;
	letter-spacing: 1px;
	margin: 0 3px 7px 0;
}

.tags-single-page a {
	border: 2px solid #e5e5e5;
	color: #151515;
	margin-top: 28px;
}

.tagcloud a:hover,
.tags-single-page a:hover {
	border: 2px solid #BD9655;
	color: #ffffff;
	background: #BD9655;
	text-decoration: none;
}

.tags-single-page a:hover {
	border: 2px solid #151515;
	color: #151515;
	background: none;
}

.foo-block {
	margin-bottom: 35px;
}

.foo-block .widgettitle {
	text-align: left;
}

.foo-block ul {
	margin: 0;
	margin-bottom: 35px;
	list-style: none;
}

.foo-block ul:last-child {
	margin-bottom: 0px;
}

.foo-block ul li {
	margin-bottom: 7px;
}

.foo-block ul li:last-child {
	margin-bottom: 0;
}

.foo-block span.post-date {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.scrollup {
	display: none;
	position: absolute;
}

.scrollup i {
	width: 30px;
	height: 30px;
	position: fixed;
	background: #151515;
	border-radius: 50%;
	bottom: 20px;
	right: 20px;
	text-align: center;
	padding-top: 6px;
	cursor: pointer;
	z-index: 110;
}

/*************************************

6. OTHER

************************************/


/* sidebar */

.col-push-right {
	float: right;
}

aside {
	padding-left: 20px;
	margin-top: 35px;
}

.aside-left {
	padding-right: 20px;
	padding-left: 0;
}

aside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widgettitle {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 21px;
}

.widget,
.widget-footer {
	margin-bottom: 35px;
}

.widget:last-child,
.widget-footer:last-child {
	margin-bottom: 0;
}

.widget ul li {
	margin-bottom: 7px;
}

.widget ul li,
.widget_recent_entries li,
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_nav_menu li {
	margin-bottom: 14px;
}

.widget_categories ul.children,
.widget_pages ul.children,
.widget_nav_menu .sub-menu {
	padding-top: 14px;
	margin-left: 14px;
}

.widget_categories ul.children li,
.widget_pages ul.children li,
.widget_nav_menu .sub-menu li {
	border: none;
	padding-bottom: 0;
}

.widget_recent_entries li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_pages li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_nav_menu li:last-child {
	margin-bottom: 0;
}

.search-bar {
	margin-top: 70px;
	text-align: center;
}

.search-bar #search-string {
	font-style: italic;
	background: none;
	border: none;
	border-bottom: 1px solid #bd9655;
	color: #bd9655;
	text-align: center;
	font-size: 28px;
	width: 80%;
	padding: 0px 14px;
	line-height: 1.5;
}

.search-box {
	padding: 12px 24px;
	width: 100%;
	border: 1px solid #151515;
}

.small-link {
	margin-top: 21px;
}


/***** MODAL WINDOW ******/

.modal-dialog {
	width: auto;
	margin: 0;
}

.modal.fade .modal-dialog,
.modal.in .modal-dialog {
	transform: none;
}

.modal-backdrop.in {
	opacity: 0;
}

#myModal .modal-content {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 81px 0;
	background: none;
}

.modal {
	background: rgba(0, 0, 0, 0.93);
}

.modal-title {
	margin-bottom: 16px;
	font-weight: 700;
}

.exit-modal {
	font-size: 28px;
	text-align: right;
	line-height: 1;
	margin-bottom: 24px;
	color: #bd9655;
}

.exit-modal i {
	cursor: pointer;
}


/***** END MODAL WINDOW ******/

#search-string::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ffffff;
}

#search-string:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ffffff;
	opacity: 1;
}

#search-string::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ffffff;
	opacity: 1;
}

#search-string:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #ffffff;
}

.widget_search #search-string:-moz-placeholder {
	color: #505050;
}

.widget_search #search-string::-moz-placeholder {
	color: #505050;
}

.widget_search #search-string::-webkit-input-placeholder {
	color: #505050;
}

.widget_search #search-string:-ms-input-placeholder {
	color: #505050;
}


/*flexible embeds*/

.video-widget {
	position: relative;
	padding: 0;
	padding-bottom: 56.25%;
	/* 16:9 ratio*/
	height: 100%;
	overflow: hidden;
	margin-top: 32px;
}

.video-widget iframe {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.post-video{
position: relative;
}

.post-video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.post-audio:before {
    padding-top: 35%;
}

.post-video iframe{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
	max-width: 100%;
}


/* custom widgets */

.textwidget img {
	display: block;
	height: auto;
	max-width: 100%;
}

.textwidget select {
	width: 100%;
}

.mt_egret_video_w p {
	font-size: 12px;
	font-style: italic;
}

.flickr div {
	float: left;
	margin: 0px 10px 20px 0px;
}

.flickr img {
	width: 50px;
	height: 50px;
	border: 1px solid #e5e5e5;
}

.flickr div.last {
	margin: 0px 0px 10px 0px;
}

.flickr div a {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0;
}

.instagram-pics li {
	display: inline-block;
	margin: 0px 10px 20px 0px;
}

.instagram-pics li img {
	width: 65px;
	height: 65px;
	border: 1px solid #e5e5e5;
}

.widget-display-posts-img ul li {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
}

.widget-display-posts-img ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: none;
}

.display-post-img {
	display: block;
	position: relative;
	float: left;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	overflow: hidden;
}

.display-post-img img {
	height: auto;
	left: -25px;
	position: absolute;
	width: 120px;
}

.display-post-text {
	margin-left: 80px;
}

.display-post-date {
	font-size: 10px;
	color: #999999;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.display-post-text h4 {
	font-size: 14px;
}

.about-widget img {
	border-radius: 50%;
	margin: 0 auto 14px auto;
	width: 200px;
}

.banner-widget img {
	margin: 0 auto;
}

.ie9 .search-bar {
	display: none;
}

.page-sidebar aside {
	margin-top: 0;
}

.single-page-img {
	margin-bottom: 35px;
}

.alert{
	background-color: #f8d7da;
	border-color: #f5c6cb;
	color: #721c24;
	padding: 16px;
	border-radius: 0;
	margin-top:81px;
}


/* SLICK SLIDER */

.slick-arrow {
	cursor: pointer;
	display: block;
	height: 40px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 40px;
	z-index: 10;
	border: none;
	margin: -20px 0 0;
	background: url("images/slider-arrows.png") no-repeat scroll 0 0 transparent;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.slick-prev {
	background-position: 0 0;
	left: 20px;
	top: 50%;
}

.slick-next {
	background-position: -40px 0;
	right: 20px;
	top: 50%;
}

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-slide > div { height: 100%;}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* END SLICK SLIDER */


/*************************************

 GUTENBERG

************************************/

.page-full .alignwide img,
.page-full .alignfull img {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-latest-posts,
.wp-block-categories,
.wp-block-archives{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
}

.wp-block-categories .children{
	margin-top: 8px;
}

.wp-block-latest-posts li,
.wp-block-categories li,
.wp-block-archives li  {
	margin-bottom: 8px;
	list-style: none;
}

.wp-block-latest-posts li a,
.wp-block-categories li a,
.wp-block-archives li a {
	color: #BD9655;
	text-decoration: none;
}

.wp-block-latest-posts li a:hover,
.wp-block-categories li a:hover,
.wp-block-archives li a:hover {
	text-decoration: none;
	color: #151515;
}

.wp-block-quote {
    border-left: 5px solid #BD9655;
	padding-left: 32px;
	margin: 42px 0;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 0 42px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 32px;
}

.wp-block-button .wp-block-button__link {
	font-size: 13px;
	letter-spacing: 0.15em;
	font-weight: 600;
	display: inline-block;
	color: #ffffff;
	border: 2px solid #BD9655;
	padding: 12px 24px;
	background: #BD9655;
	cursor: pointer;
	border-radius: 0;
}

.wp-block-button .wp-block-button__link:hover {
	color: #BD9655;
	border: 2px solid #BD9655;
	background: none;
}

.wp-block-button__link:not([href]):not([tabindex]) {
	color: #ffffff;
	text-decoration: none;
}

.wp-block-button__link:not([href]):not([tabindex]):hover {
	color: #BD9655;
}

.wp-block-button__link:not(.has-background):active,
.wp-block-button__link:not(.has-background):focus {
	background: none;
	color: #BD9655;
}

.wp-block-columns {
	margin-left: -15px;
	margin-right: -15px;
}

.wp-block-column {
	padding-left: 15px;
	padding-right: 15px;
}

.wp-block-pullquote {
	border-top: 3px solid #151515;
	border-bottom: 3px solid #151515;
	color: #151515;
	padding: 24px;
	border-left: none;
	margin:42px 0;
}

.wp-block-pullquote blockquote{
	border-left:none;
	padding: 0;
	margin: 16px 0;
}

.wp-block-pullquote:before {
	display: none;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
	color: #999999;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}

.wp-block-image {
    max-width: none;
}

.wp-block-image,
.wp-block-gallery {
	margin-bottom: 24px;
}

.wp-block-cover,
.wp-block-cover-image {
	width: auto;
}

.wp-block-gallery{
	margin-left: 0;
}

.blocks-gallery-caption,
.wp-block-image figcaption,
.wp-block-embed figcaption,
.wp-block-video figcaption{
	color: #999999;
	font-size: 14px;
	text-align: center;
	margin-top: 24px;
	font-style: italic;
	font-weight: 300;
}

.wp-block-cover p:not(.has-text-color){
	color: #ffffff;
}

.wp-block-latest-comments{
	margin: 0;
}

.wp-block-latest-comments__comment{
	margin-bottom: 54px;
}

.wp-block-latest-comments__comment-meta{
	margin-top: 0;
	padding: 0;
	background: none;
	color: #151515;
}

.wp-block-latest-comments__comment-meta a{
	color: #151515;
}

.wp-block-latest-comments__comment-meta a:hover{
	color: #BD9655;
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link{
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 8px;
}

.wp-block-latest-comments__comment-date{
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
color: #151515;
}

.wp-block-latest-comments__comment-excerpt{
	margin-top: 24px;
}

.wp-block-search{
	align-items: center;
}

.wp-block-search .wp-block-search__input{
	padding: 12px 24px;
	width: 100%;
	border: 3px solid #c5c5c5;
}

.wp-block-search__button{
	display: inline-block;
	font-weight: 800;
	padding: 5px 10px;
	text-align: center;
	color: #ffffff;
	border: 2px solid #e5e5e5;
	letter-spacing: 1px;
}

.wp-block-search__button:hover{
	border: 2px solid #BD9655;
	color: #ffffff;
	background: #BD9655;
	text-decoration: none;
}

/** SIMPLE LIGHTBOX **/
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: #fff;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/*************************************

MEDIA QUERIES

************************************/

@media (min-width: 1024px) {
	
	.page-full .alignfull,
	.page-full .alignwide {
		margin-left: -30px;
		margin-right: auto;
		width: calc(100% + 60px);
	}
	
}

@media (min-width: 1200px) {
	
	.page-full .alignfull,
	.page-full .alignwide {
		margin-left: -30px;
		margin-right: auto;
		width: calc(100% + 60px);
	}
	
}

@media (min-width: 1500px) {
  .container {
    width: 1350px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
	.page-full .alignfull,
	.page-full .alignwide {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		width: 100%;
	}
	
	.blog-item-2col-alt {
		height: auto;
	}
	.blog-item-2col-alt .post-more-alt,
	.blog-item-2col-alt-even .article-meta:before,
	.blog-item-2col-alt-odd .article-meta:before {
		display: none;
	}
	.blog-item-2col-alt-even .article-meta,
	.blog-item-2col-alt-odd .article-meta {
		width: auto;
		float: none;
		padding-right: 0;
		padding-left: 0;
		height: auto;
	}
	.blog-item-2col-alt-even .article-img,
	.blog-item-2col-alt-odd .article-img {
		width: auto;
		float: none;
		margin-top: 21px;
	}
	aside,
	.aside-left {
		padding: 0;
	}
	.col-push-right {
		float: none;
	}
}

@media (max-width: 767px) {
	body {
		position: inherit;
	}
	
	.page-full .alignfull,
.page-full .alignwide {
	margin-left: calc( -100vw / 2 + 100% / 2);
	margin-right: calc( -100vw / 2 + 100% / 2);
	max-width: 100vw;
}
	.logo {
		float: none;
		margin-right: 0;
		padding: 21px 0;
		z-index: 0;
	}
	.logo {
		width: 80%;
	}
	.logo-txt {
		padding-top: 0;
	}
	.navbar {
		padding-left: 0;
		text-align: left;
	}
	.navbar-toggle {
		position: absolute;
		right: 30px;
		top: -51px;
		padding: 7px;
	}
	.search-btn {
		font-size: 21px;
		top: 24px;
	}
	.menu-nav {
		padding-bottom: 21px;
	}
	.menu-nav li {
		display: block;
		margin: 0;
		padding: 0;
	}
	.menu-nav li a {
		padding: 4px 0;
	}
	.menu-nav ul {
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
		display: block;
		position: relative;
		width: 100%;
		background: none;
		border: none !important;
	}
	.menu-nav ul li {
		padding-left: 15px;
	}
	.menu-nav ul li a {
		border-bottom: none;
		padding: 2px 0;
	}
	.menu-nav ul li:first-child a {
		padding-top: 0;
	}
	.menu-nav>li>ul:after {
		display: none;
	}
	.navbar li ul ul {
		left: 0;
		top: 0;
		padding-left: 15px;
	}
	.top-intro h1 {
		line-height: 1;
		font-size: 35px;
	}
	.content h1 {
		font-size: 35px;
	}
	/* 2 COL ALT */
	.blog-item-2col-alt {
		height: auto;
	}
	.blog-item-2col-alt .post-more-alt,
	.blog-item-2col-alt-even .article-meta:before,
	.blog-item-2col-alt-odd .article-meta:before {
		display: none;
	}
	.blog-item-2col-alt-even .article-meta,
	.blog-item-2col-alt-odd .article-meta {
		width: auto;
		float: none;
		padding-right: 0;
		padding-left: 0;
		height: auto;
	}
	.blog-item-2col-alt-even .article-img,
	.blog-item-2col-alt-odd .article-img {
		width: auto;
		float: none;
		margin-top: 21px;
	}
	/* END 2 COL ALT */
	.blog-item-full .content h2 {
		font-size: 28px;
	}
	.top-intro {
		padding: 30px 0;
	}
	.top-intro-margin {
		padding: 30px 0 0 0;
	}
	.categ-intro h1,
	.categ-intro h4 {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	.author-desc {
		margin-top: 28px;
	}
	aside,
	.aside-left {
		padding: 0;
	}
	.col-push-right {
		float: none;
	}
	.slider-holder {
		height: 30em;
		margin-bottom: 30px;
	}
	.flex-caption h2 {
		font-size: 28px;
	}
	
	/* gutenberg */
	.wp-block-column {
    flex-basis: 100%;
    flex-grow: 1;
	}
	.wp-block-column:not(:last-child) {
    margin-right: 0;
	}
	.wp-block-column:not(:first-child) {
    margin-left: 0;
	}
	
	/*comments*/
	.children {
		margin: 32px 0 0;
	}
	
	.children li.depth-2,
	.children li.depth-3,
	.children li.depth-4,
	.children li.depth-5,
	.children li.depth-6,
	.children li.depth-7,
	.children li.depth-8,
	.children li.depth-9,
	.children li.depth-10 {
		margin: 0;
	}
}