/*
Theme Name: GR
Theme URI: https://www.ugandawebsitedesign.com/
Author: Kolo Pius
Author URI: https://www.facebook.com/valerian.okee/
Description: GR is a WordPress theme for Gorilla Riddles
Version: 1.0.0
Requires PHP: 5.6
Tested up to: 5.4.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: GR
Tags: Travel

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.

GR is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/

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

/*--------------------------------------------------------------
# Root Elements
--------------------------------------------------------------*/

:root {
	--lightest-color: #fff8d9;
	--alternative-color: #eba83a;
	--dark-color: #d5dbb3;
	--darkest-color: #bb371a;
	--darkestest-color: #334443;
	--fancy-font: 'Itim', cursive;
	/* --main-font: 'Open Sans', sans-serif; */
	--main-font: 'Nunito Sans', sans-serif;
}

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

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: var(--main-font);
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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 {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	font-size: 18px !important;
	line-height: 34px !important;
	color: #333;
	font-family: var(--main-font) !important;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
}

blockquote,
q {
	quotes: '' '';
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	padding: 0.5rem 3rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0rem;
	background: var(--darkest-color) !important;
	border-color: var(--darkest-color) !important;
	border: 0px;
	margin-top: 20px !important;
	color: #fff;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
	background: var(--alternative-color);
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5),
		inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
	outline: thin dotted;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus {
	color: #111;
	outline: thin dotted;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'] {
	padding: 3px;
	width: 100% !important;
	height: 50px !important;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 1rem;
	padding: 0.5rem 1.5rem;
	border: 1px solid #aaaaaa;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 2px rgb(10 10 10 / 40%);
	box-shadow: inset 0 1px 2px rgb(10 10 10 / 40%);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
		-webkit-box-shadow 0.5s;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #1ab293;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	/*text-decoration: underline;*/
}

a:focus {
	outline: thin dotted;
}

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul li {
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

.grecaptcha-badge { visibility: hidden; }

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

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

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

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	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. */
}

.footercall {
	display: none;
}

.btna {
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	font-weight: 400;
	font-size: 1rem;
	height: 2.55rem;
	line-height: 2.3625rem;
	width: 100%;
	color: #fff;
	padding-bottom: 0.3125rem;
	padding-top: 5px !important;
	cursor: pointer;
	text-shadow: 1px 1px 1px #444;
	-webkit-appearance: none;
	vertical-align: top;
	white-space: nowrap;
	-webkit-transition: 'opacity .2s ease-in-out, background .2s ease-in-out, border-color .2s ease-in-out';
	-moz-transition: 'opacity .2s ease-in-out, background .2s ease-in-out, border-color .2s ease-in-out';
	-ms-transition: 'opacity .2s ease-in-out, background .2s ease-in-out, border-color .2s ease-in-out';
	-o-transition: 'opacity .2s ease-in-out, background .2s ease-in-out, border-color .2s ease-in-out';
	transition: opacity 0.2s ease-in-out, background 0.2s ease-in-out,
		border-color 0.2s ease-in-out;
	background: #8d2100;
	text-align: center;
}

.btna:hover,
.footercall a:hover {
	background: #c9621d;
	text-decoration: none !important;
}
/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
	outline: 0;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

.index10 {
	z-index: 10;
}

.index11 {
	z-index: 11;
}

.boxaco {
	box-shadow: 0 34px 54px rgb(0 0 0);
}

ul.social-icons-lists {
	padding-left: 0px !important;
	margin-left: 0px !important;
}

.fifty-cent {
	font-size: 50px !important;
}

.social-header {
	background: var(--alternative-color);
	font-size: 30px !important;
	color: var(--dark-color) !important;
	margin-left: 0px !important;
	line-height: 0px;
	border-top-left-radius: 50rem;
	border-top-right-radius: 50rem;
}

.surprise-me::after {
	background-image: url(images/surprise.svg);
	background-position: center;
	background-size: cover;
	content: '';
	height: 3.4375rem;
	position: absolute;
	bottom: -15px;
	width: 100%;
	z-index: 1;
}

.image-box__overlayo {
	/* background: url(images/black-linen.png); */
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.image-box__overlayo2 {
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.text-dark {
	color: #222 !important;
}

.banner-h2 {
	text-shadow: 0 3px 1px rgb(0 0 0 / 70%);
	font-family: var(--main-font);
	font-weight: 700;
	font-size: 50px;
}

.banner-h2222 {
	font-family: var(--fancy-font);
	font-weight: 400;
	font-size: 50px;
}

.banner-h222 {
	font-family: var(--fancy-font);
	/* font-weight: 700; */
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.texado {
	text-shadow: 0 3px 1px rgb(0 0 0 / 70%);
}

.curved {
	font-family: var(--fancy-font);
	font-weight: normal !important;
}

.text-16 {
	font-size: 16px !important;
}

.toppa {
	margin-top: -100px !important;
}

.related-title a {
	color: #333;
	font-weight: normal;
	font-family: var(--fancy-font);
	text-decoration: none;
	text-transform: capitalize;
	font-size: 40px;
	line-height: 32px;
}

.btn-danger {
	background: var(--darkest-color) !important;
	border-color: var(--darkest-color) !important;
}

.btn-danger:hover {
	background: var(--alternative-color) !important;
	border-color: var(--alternative-color) !important;
}

.btn-outline-light:hover {
	background: var(--darkest-color) !important;
	border-color: var(--darkest-color) !important;
}

.bottom10 {
	bottom: 10px !important;
}

.left10 {
	left: 10px !important;
}

.opaced:hover {
	opacity: 0;
}

/*--------------------------------------------------------------
## 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;
}

.site {
	background: #f7f8f3;
}

.custom-background-color .site,
.custom-background-image .site {
	margin: 20px;
}

.container {
	width: 1170px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container:after {
	display: block;
	content: '';
	clear: both;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row:after {
	content: '';
	display: block;
	clear: both;
}

.site-header .header-top {
	margin: 0 auto;
	background: #f7f8f3;
}

.site-header .header-top .social-network-section {
	float: right;
}

.site-header .header-top .social-network-section .social-networks {
	margin: 0;
	padding: 6px 0 0;
	list-style: none;
	display: inline-block;
	margin-left: 30px;
}

.site-header .header-top .social-network-section span {
	text-transform: uppercase;
	font-family: var(--fancy-font);
	display: inline-block;
	margin: 0;
	color: #34495e;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	padding-top: 16px;
	float: left;
}

.site-header .header-top .social-network-section .social-networks:after {
	content: '';
	display: block;
	clear: both;
}

.site-header .header-top .social-network-section .social-networks li {
	float: left;
	list-style: none;
	margin-left: 24px;
}

.site-header
	.header-top
	.social-network-section
	.social-networks
	li:first-child {
	margin-left: 0;
}

.site-header .header-top .social-network-section svg {
	font-size: 14px;
	line-height: 18px;
	color: #2e4154;
}

.site-header .header-top .social-network-section svg:hover {
	color: #1bbc9b;
}

.site-header .header-top .social-network-section .form-section {
	height: 46px;
	width: 45px;
	background: #eaebe6;
	float: right;
	margin-left: 29px;
	padding: 7px 0 0 16px;
}

.site-header .header-top .social-network-section .form-section {
	position: relative;
}

.site-header .header-top .social-network-section .form-section .example form {
	position: absolute;
	right: 0;
	top: 98%;
	z-index: 9999;
	height: 46px;
}

/*.site-header .header-top .social-network-section .form-section form{
	background: 
}*/
.site-header
	.header-top
	.social-network-section
	.form-section
	form
	input[type='search'] {
	border: 0;
	width: 200px;
	border-radius: 0;
	padding: 0 5px;
	background: #eaebe6;
	color: #757575;
	font-style: italic;
	font-size: 13px;
	line-height: 15px;
	height: 100%;
}

.example {
	display: none;
}

.header-bottom {
	background: var(--darkestest-color);
}

.header-bottom:after {
	display: block;
	content: '';
	clear: both;
}

.site-branding {
	float: left;
	margin-top: 20px;
}

.site-branding .site-title {
	margin: 0;
}

.site-branding .site-title a {
	font-size: 30px;
	color: #1bbc9b;
	line-height: 34px;
	font-family: var(--fancy-font);
	font-weight: 700;
}

.site-branding .site-description {
	margin: 0;
	font-size: 14px;
	line-height: 17px;
}

.main-navigation {
	float: right;
	width: auto;
	clear: none;
}

.main-navigation ul li a {
	text-transform: capitalize;
	color: var(--lightest-color);
	padding: 30px 20px;
	font-family: var(--fancy-font);
	font-weight: normal;
	font-size: 20px;
	line-height: 17px;
	text-align: left;
}

.main-navigation ul ul {
	background: var(--darkest-color);
	top: 100%;
	border-top: 2px solid var(--alternative-color);
	padding-bottom: 10px;
	padding-top: 10px;
}

.main-navigation ul ul li {
	border-bottom: 0px solid #e8eaed;
}

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

.main-navigation ul ul li a {
	padding: 11px 20px;
	font-size: 18px;
	border: 0;
}

.main-navigation ul li svg {
	font-size: 12px;
	line-height: 16px;
	color: var(--lightest-color);
	display: inline-block;
	position: absolute;
	top: 70%;
	left: 47%;
}

.main-navigation ul ul li:last-child {
	border: 0;
}

.main-navigation ul li a:hover,
.main-navigation ul .current-menu-item,
.main-navigation ul li:hover > a {
	/* background: var(--darkest-color); */
	/* border-radius: 10px; */
	color: var(--dark-color);
	text-decoration: underline;
}

.main-navigation ul:after {
	content: '';
	display: block;
	clear: both;
}

.main-navigation ul .menu-item-has-children:after {
	position: absolute;
	left: 45%;
	bottom: 0;
	content: '';
	width: 15px;
	height: 15px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 256 512'%3E%3Cpath d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E")
		center center no-repeat;
}

.main-navigation ul ul .menu-item-has-children:after {
	left: 90%;
	top: 50%;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 192 512'%3E%3Cpath d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'/%3E%3C/svg%3E")
		center center no-repeat;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*light slider styles starts*/
.slider {
	margin-bottom: -9px;
	height: 700px;
	overflow: hidden;
}

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

.slider img {
	width: 100%;
}

.slider #lightSlider li {
	position: relative;
}

#lightSlider li .banner-text {
	position: absolute;
	bottom: 30%;
	width: 100%;
	text-align: left;
	z-index: 9999;
}

.slider .owl-carousel .owl-nav [class*='owl-'] {
	position: absolute;
	top: 50%;
	text-indent: 30px;
	overflow: hidden;
	width: 21px;
	height: 35px;
	opacity: 0;
	box-shadow: none;
	outline: none;
}

.slider .owl-carousel .owl-nav .owl-prev {
	background: url(images/prev.png) no-repeat;
	left: 10px;
}

.slider .owl-carousel .owl-nav .owl-next {
	background: url(images/next.png) no-repeat;
	right: 10px;
}

.slider:hover .owl-carousel .owl-nav [class*='owl-'],
.slider:focus-within .owl-carousel .owl-nav [class*='owl-'] {
	opacity: 1;
	filter: alpha(opacity=100);
}

.slider .owl-carousel .owl-nav [class*='owl-']:focus {
	outline: thin dotted #fff;
}

.slider .lSSlideOuter {
	position: relative;
}

.slider .owl-carousel .owl-dots {
	margin-top: 0;
	position: absolute;
	left: 48%;
	bottom: 5%;
}

.slider .owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	margin: 5px;
	outline: none;
}

.slider .owl-carousel .owl-dots .owl-dot:focus {
	outline: thin dotted;
}

.slider .owl-carousel .owl-dots .owl-dot span {
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	border: 1px solid #fff;
	box-shadow: none;
	background: none;
}

.slider .owl-carousel .owl-dots .owl-dot:hover span,
.slider .owl-carousel .owl-dots .owl-dot.active span {
	background: #fff;
}

.banner-text .text {
	width: 442px;
	text-transform: uppercase;
}

.banner-text .text span {
	background: #54555a;
	font-size: 12px;
	line-height: 24px;
	color: #e8f3ff;
	padding: 8px 35px;
	display: inline-block;
	margin-bottom: 2px;
	font-family: var(--fancy-font);
	font-weight: 600;
}

.banner-text .text h2 {
	background: #f3e4db;
	font-size: 28px;
	line-height: 38px;
	color: #34495e;
	padding: 23px 25px;
	margin: 0;
	font-family: var(--fancy-font);
	font-weight: 600;
	margin-bottom: 10px;
}

.banner-text .read-more {
	background: #1bbc9b;
	padding: 6px 22px;
	display: inline-block;
	color: #fff;
	font-family: var(--fancy-font);
	font-weight: 600;
	text-decoration: none;
}

.banner-text .read-more:hover {
	background: #106e5b;
	text-decoration: none;
}

.top30 {
	margin-top: -50px;
}

.contact-section input[type='text'],
.contact-section input[type='email'],
.contact-section input[type='search'],
.contact-section select,
.contact-section textarea {
	width: 100% !important;
	height: 50px !important;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 1rem;
	padding: 0.5rem 1.5rem;
	border: 1px solid #aaaaaa;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 2px rgb(10 10 10 / 40%);
	box-shadow: inset 0 1px 2px rgb(10 10 10 / 40%);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
		-webkit-box-shadow 0.5s;
}

.contact-section input[type='submit'] {
	background: var(--darkest-color) !important;
	background-color: var(--darkest-color) !important;
	color: #fff !important;
	text-shadow: none !important;
	border-color: var(--darkest-color) !important;
	box-shadow: none !important;
	font-size: 1rem;
	border-radius: 0rem !important;
	text-transform: capitalize;
	padding: 1rem 3rem !important;
	margin-left: 0px;
	width: 100% !important;
	border-radius: 5px !important;
	text-transform: uppercase;
}

.contact-section input[type='submit']:hover {
	background: var(--alternative-color) !important;
	background-color: var(--alternative-color) !important;
	border-color: var(--alternative-color) !important;
}

.contact-right-section {
	background: var(--darkest-color);
}

label {
	width: 100% !important;
}

.bodaka {
	border: 20px solid var(--alternative-color);
}

.bodexa {
	border-top: 10px solid var(--alternative-color);
	border-bottom: 10px solid var(--alternative-color);
}

.attachment-GR-slider-two {
	width: 100% !important;
}

.contact-section textarea {
	height: 100px !important;
}

.clearfix {
	clear: both !important;
}

/*light slider styles ends*/

.site-content {
	background: var(--dark-color);
	padding-top: 20px;
}

.top-section {
	margin-bottom: 40px;
	padding-top: 20px;
}

.top-section .section-title {
	text-align: center;
	margin: 0 0 30px;
	color: #34495e;
}

.top-section ul li {
	list-style: none;
	float: left;
	margin-left: 30px;
}

.top-section ul li:first-child {
	margin-left: 15px;
}

.top-section .text .text-content ul:after {
	display: block;
	content: '';
	clear: both;
}

.top-section img {
	vertical-align: top;
}

.top-section .post {
	padding-bottom: 36px;
}

.top-section ul li .post {
	background: #fff;
	padding-bottom: 30px;
}

.byline,
.updated:not(.published) {
	display: inline-block;
}

.post,
.page {
	background: #fff;
}

.post .category {
	display: block;
	margin-bottom: 18px;
}

.top-section .post .category {
	margin: 0;
}

.post .entry-title {
	margin-bottom: 20px;
	padding: 0 20px;
}

.single-post .entry-title {
	padding-left: 0;
}

.top-section .post .entry-title {
	margin: 0;
}

.top-section .post .entry-meta {
	margin-bottom: 0;
}

.top-section .column {
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
	/*margin-left: -15px;
	margin-right: -15px;*/
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#primary .post .entry-header,
.page .entry-header {
	position: relative;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 10px;
}

#primary .post.no-featured-image .entry-header {
	margin-top: 0;
}

#secondary .widget_recent_entries .post.post-style .entry-header {
	position: relative;
	margin-top: -23px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 18px;
}

.post .entry-header {
	background: #fff;
	text-align: center;
}

#primary {
	padding-bottom: 60px;
}

#primary .post .entry-content {
	border-bottom: 0px solid #ebedef;
}

.pagination {
	justify-content: center !important;
}

.top-section .post .entry-header {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -30px;
	padding-top: 10px;
	position: relative;
}

.post .category a {
	color: #1ab293;
	font-family: var(--fancy-font);
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
}

.post .category a:hover {
	color: #787f86;
}

.top-section .post .category a {
	font-size: 12px;
	line-height: 16px;
}

.post-thumbnail {
	display: block;
}

.post .entry-title a {
	color: #333;
	font-weight: normal;
	font-family: var(--fancy-font);
	text-decoration: none;
	text-transform: capitalize;
	font-size: 40px;
	line-height: 32px;
}

.top-section .post .entry-title a {
	font-size: 21px;
	line-height: 25px;
}

.post a:hover {
	color: #1bbc9b;
}

.post .entry-meta span {
	color: #a8b0b4;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
}

.post .entry-meta span a {
	color: #a8b0b4;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
}

.post .entry-meta span a:hover {
	color: #787f86;
}

.post .entry-content,
.page .entry-content {
	text-align: center;
	padding: 0 36px;
}

.top-section .post .entry-meta span a {
	font-size: 12px;
	line-height: 15px;
}

#primary {
	width: 66.67%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#secondary {
	width: 33.33%;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#primary .post {
	margin-bottom: 40px;
}

#primary .advertisement {
	margin-bottom: 40px;
}

#primary .advertisement a {
	display: block;
}

.post .bottom-content {
	text-align: center;
	padding: 30px 32px;
}

.post .bottom-content:after {
	display: block;
	content: '';
	clear: both;
}

.post .bottom-content .entry-meta {
	float: left;
}

.post .bottom-content .entry-meta span a {
	margin-right: 6px;
}

.post .bottom-content .read-more {
	margin-right: 97px;
}

.post .bottom-content .read-more,
.widget-area .widget.widget_GR_recent_post .read-more,
.widget-area .widget.widget_GR_popular_post .read-more {
	display: inline-block;
	border-right: 1px solid #1bbc9b;
	border-left: 1px solid #1bbc9b;
	color: #1ab293;
	font-size: 14px;
	line-height: 24px;
	padding: 0 18px;
	text-transform: uppercase;
	font-family: var(--fancy-font);
	font-weight: 600;
}

.post .bottom-content .read-more:hover,
.widget-area .widget.widget_GR_recent_post .read-more:hover,
.widget-area .widget.widget_GR_popular_post .read-more:hover {
	color: #787f86;
}

.post .bottom-content .social-networks {
	margin: 0;
	padding: 0;
	float: right;
}

.post .bottom-content .social-networks:after {
	display: block;
	content: '';
	clear: both;
}

.post .bottom-content .social-networks li {
	float: left;
	list-style: none;
	margin-left: 24px;
}

.post .bottom-content .social-networks li:first-child {
	margin-left: 0;
}

.post .bottom-content .social-networks svg:hover {
	color: #1bbc9b;
}

.post .bottom-content .social-networks svg {
	color: #2e4154;
	font-size: 14px;
	line-height: 18px;
}

#secondary .widget {
	padding: 0 20px;
	padding-top: 26px;
	padding-bottom: 40px;
	margin-bottom: 28px;
	background: #fff;
	text-align: center;
}

.widget-area .advertisement {
	margin-bottom: 28px;
}

.widget-area .widget.widget_search {
	padding: 0;
}

.widget-area .widget.widget_search form {
	border: 1px solid #dde1e5;
	border-right: 0;
	height: 56px;
	background: #fff;
}

.widget-area .widget.widget_search form input[type='search'] {
	border-radius: 0;
	font-size: 13px;
	line-height: 24px;
	color: #a8b0b4;
	float: left;
	border: 0;
	background: none;
	padding: 4px 16px;
	width: 72%;
	height: 46px;
}

.widget-area .widget.widget_search form input[type='submit'] {
	background: url(images/search-icon.png) no-repeat 41% 48% #1bbc9b;
	box-shadow: none;
	/*text-indent: -9999px;*/
	font-size: 0;
	border: 0;
	border-radius: 0;
	font-size: auto;
	/*padding: 21px 26px;*/
	float: right;
	width: 17%;
	height: 54px;
	padding: 0;
}

#secondary .widget .widget-title {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	color: #1ab293;
	font-family: var(--fancy-font);
	font-weight: 600;
	position: relative;
	margin-top: 0;
	margin-bottom: 20px;
}

#secondary .widget .widget-title:after {
	position: absolute;
	background: #48c1a9;
	content: '';
	height: 1px;
	width: 30px;
	top: 100%;
	left: 44%;
}

.widget-area .widget.widget_GR_featured_post a {
	display: block;
	margin-bottom: 20px;
}

.widget-area .widget.widget_GR_featured_post .text-holder {
	text-align: center;
	font-size: 14px;
	line-height: 26px;
}

.widget-area .widget.widget_GR_featured_post .name {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #34495e;
	font-family: var(--fancy-font);
	font-weight: 600;
	text-transform: uppercase;
}

.widget-area .widget.widget_GR_featured_post .profession {
	display: block;
	color: #a8b0b4;
	font-size: 12px;
	line-height: 24px;
	font-style: italic;
}

.widget-area .widget ul {
	margin: 0;
	padding: 0;
}

.widget_area .widget.widget_archive ul li {
	float: left;
}

.widget-area .widget ul li {
	list-style: none;
}

.widget-area .widget.widget_GR_social_links ul li {
	float: left;
	margin-left: 10px;
	border-bottom: 0;
}

.widget-area .widget.widget_GR_social_links ul:after {
	display: block;
	content: '';
	clear: both;
}

.widget-area .widget.widget_GR_social_links ul li:first-child {
	margin-left: 0;
}

.widget-area .widget.widget_GR_social_links ul li svg {
	font-size: 13px;
	line-height: 30px;
	color: #fff;
}

.widget-area .widget.widget_GR_social_links ul li a {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
}

.widget-area .widget.widget_GR_social_links ul li .facebook-icon {
	background: #3b5998;
}

.widget-area .widget.widget_GR_social_links ul li .twitter-icon {
	background: #55acee;
}

.widget-area .widget.widget_GR_social_links ul li .pinterest-icon {
	background: #cc2127;
}

.widget-area .widget.widget_GR_social_links ul li .instagram-icon {
	background: #3f729b;
}

.widget-area .widget.widget_GR_social_links ul li .rss-icon {
	background: #f26522;
}

.widget-area .widget.widget_GR_social_links ul li .dribbble-icon {
	background: #ea4c89;
}

.widget-area .widget.widget_GR_social_links ul li .linkedin-icon {
	background: #0177b5;
}

.widget-area .widget.widget_GR_social_links ul li .google-plus-icon {
	background: #dd4b39;
}

.widget-area .widget.widget_GR_social_links ul li a {
	padding: 0;
}

.widget-area .widget.widget_subscribe form input[type='text'] {
	border: 1px solid #dde1e5;
	border-radius: 0;
	height: 46px;
	font-size: 13px;
	line-height: 24px;
	color: #a8b0b4;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.widget-area .widget.widget_subscribe form input[type='submit'] {
	width: 100%;
	border: 0;
	box-shadow: none;
	height: 46px;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	background: #1bbc9b;
	text-transform: uppercase;
	font-family: var(--fancy-font);
	font-weight: 600;
}

.widget-area .widget.widget_subscribe form input[type='submit']:hover {
	background: #117661;
}

.widget-area .widget.widget_GR_recent_post,
.widget-area .widget.widget_GR_popular_post {
	padding-left: 0;
	padding-right: 0;
}

.widget-area .widget.widget_GR_recent_post .entry-header,
.widget-area .widget.widget_GR_popular_post .entry-header {
	padding: 8px 0 0;
	text-align: center;
	position: relative;
	margin-top: -25px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 18px;
}

.widget-area .widget.widget_GR_recent_post .entry-title,
.widget-area .widget.widget_GR_popular_post .entry-title {
	margin: 0;
}

.widget-area .widget.widget_GR_recent_post .entry-title a,
.widget-area .widget.widget_GR_popular_post .entry-title a {
	font-size: 14px;
	line-height: 18px;
}

.widget-area .widget.widget_GR_recent_post .entry-content,
.widget-area .widget.widget_GR_popular_post .entry-title a {
	margin-top: 0;
}

#secondary .widget.widget_GR_recent_post .post,
#secondary .widget.widget_GR_popular_post .post {
	padding: 0 0 15px;
	margin-bottom: 15px;
}

.widget-area .widget.widget_categories ul {
	text-align: left;
}

.widget-area .widget ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	text-transform: capitalize;
	padding: 8px 0 0;
}

.widget-area .widget.widget_categories ul li:after {
	display: block;
	content: '';
	clear: both;
}

.widget-area .widget ul li {
	border-bottom: 1px solid #ebedef;
	padding: 15px 0 15px;
}

.widget-area .widget ul li:after {
	display: block;
	clear: both;
	content: '';
}
.widget-area .widget.widget_categories ul li:last-child {
	border: 0;
}

.widget-area .widget.widget_categories ul li,
.widget-area .widget.widget_archive ul li {
	text-align: right;
}

.widget-area .widget.widget_categories ul li a,
.widget-area .widget.widget_archive ul li a {
	float: left;
}

.widget-area .widget.widget_categories ul li span {
	/*float: right;*/
	padding: 10px 0;
}

.widget-area .widget ul li a:hover {
	color: #fff;
}

.widget-area .widget_tag_cloud .tagcloud {
	text-align: left !important;
}

.widget-area .widget.widget_calendar caption {
	text-align: center;
}
.calendar_wrap table {
	margin-bottom: 0px;
}
.calendar_wrap .wp-calendar-nav {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
	width: 40%;
	text-align: left;
	padding: 0 12px;
}
.calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
	width: 40%;
	text-align: right;
	padding: 0 12px;
}
.calendar_wrap table td {
	text-align: center;
}
.widget-area .widget_tag_cloud a {
	display: inline-block;
	color: #627281;
	font-size: 14px;
	border: 1px solid #bac4cd;
	text-transform: uppercase;
	padding: 5px 7px;
	margin: 0 4px 3px 0;
}

.widget-area .widget_tag_cloud a:hover {
	color: #fff;
	background: #1ab293;
}

.navigation.pagination .nav-links {
	text-align: center;
}

.navigation.pagination .nav-links .page-numbers {
	background: var(--darkestest-color);
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-family: var(--main-font);
	font-weight: 700;
	border: 1px solid #ced4d5;
	border-radius: 4px;
	padding: 4px 12px;
	margin-right: 6px;
	display: inline-block;
}

.boxacoco {
	box-shadow: 0 6px 3px rgb(0 0 0 / 50%);
}

.downa-div {
	background: url('images/forest.jpg');
	background-size: cover;
	height: 800px;
}

.lightoe {
	background: var(--lightest-color) !important;
}

.bato a {
	color: var(--darkest-color);
	text-decoration: underline;
}

article a {
	color: var(--darkest-color);
	text-decoration: underline;
}

article a:hover {
	color: var(--darkest-color);
	text-decoration: none;
}

#breadcrumbs {
	font-size: 16px !important;
}

#breadcrumbs a {
	color: var(--darkest-color) !important;
	text-decoration: underline !important;
}

.bato a:hover {
	color: var(--darkest-color);
	text-decoration: none;
}

.h1main {
	text-transform: capitalize;
	font-size: 40px;
	line-height: 50px;
	margin-top: 40px;
	margin-bottom: 30px;
	color: #333;
	font-family: var(--fancy-font);
	font-weight: normal;
}

.imgs-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(
		30deg,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0) 80%
	);
	cursor: pointer;
	height: 100%;
	width: 100%;
}

.headholderz {
	position: absolute;
	line-height: 45pt;
	height: 150px;
	bottom: 0;
	color: #fff;
	background: linear-gradient(transparent, var(--darkestest-color));
	padding: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 35pt;
	background-size: cover;
	width: 100% !important;
	z-index: 9;
	letter-spacing: 1.3pt;
	text-shadow: 0 3px 1px rgb(0 0 0 / 70%);
}

.headholderx {
	position: absolute;
	line-height: 45pt;
	height: 350px;
	bottom: 0;
	color: #fff;
	background: linear-gradient(transparent, #fff);
	padding: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 35pt;
	background-size: cover;
	width: 100% !important;
	z-index: 9;
	letter-spacing: 1.3pt;
	text-shadow: 0 3px 1px rgb(0 0 0 / 70%);
}

.img-hover-zoom img {
	border-radius: 20px;
	box-shadow: 0 34px 54px rgb(0 0 0);
}

.radius20 {
	border-radius: 20px;
}

.list-group-item {
	padding: 0.45rem 1.25rem !important;
	background-color: var(--alternative-color) !important;
}

.list-group-item:hover {
	background-color: var(--darkestest-color) !important;
	transition: border-left 700ms;
	color: #fff !important;
	text-decoration: none !important;
}

.gola {
	text-decoration: none !important;
}

.betterback {
	background: var(--lightest-color) !important;
}

.bodeto {
	border-top: 5px solid var(--alternative-color);
	border-bottom: 5px solid var(--alternative-color);
}

.itinerary-section {
	background: var(--darkest-color);
}

.cato {
	height: 500px;
	overflow: hidden;
	margin-bottom: 80px;
	position: relative;
	/* border-bottom: 10px solid var(--alternative-color); */
}

.fade-in-logo {
	width: 100px;
	transition-duration: 0.4s;
}

.is-active {
	height: auto;
	transition: height 1000ms;
}

.clearfix {
	clear: both !important;
}

.cato a {
	color: var(--darkest-color);
	text-decoration: underline;
}

.cato a:hover {
	color: var(--darkest-color);
	text-decoration: none;
}

.cato h2 {
	text-transform: capitalize;
	font-size: 25px;
	line-height: 40px;
	margin-top: 40px;
	margin-bottom: 30px;
	color: #333;
	font-family: var(--fancy-font);
	font-weight: normal;
}

.bg-none {
	background: none !important;
}

.itinerary-title {
	font-size: 30px !important;
}

.navigation.pagination .nav-links .page-numbers:hover {
	background: var(--alternative-color);
}

.navigation.pagination .nav-links .page-numbers.current {
	background: var(--darkest-color);
}

.site-footer .column {
	width: 33.33%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.site-footer {
	padding: 0 0 0;
}

.site-footer .widget-area {
	background: var(--darkestest-color);
	padding: 130px 0 120px;
	border-top: 10px solid var(--darkest-color);
}

.site-footer .site-info {
	background: var(--dark-color);
}

.site-footer .widget-title {
	text-transform: capitalize;
	font-family: var(--fancy-font);
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
	line-height: 24px;
	margin-bottom: 30px;
}

.site-footer .widget.widget_recent_entries {
	margin-bottom: 0;
}

.site-footer .widget .post-thumbnail {
	float: left;
	margin-right: 11px;
	width: 110px;
}

.site-footer .widget .entry-header {
	overflow: hidden;
	margin-top: 0;
}

.site-footer .widget .entry-header .entry-title a {
	font-size: 14px;
	line-height: 20px;
	color: #cbd0d4;
	font-family: var(--fancy-font);
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
}

.site-footer .widget .post {
	background: none;
	border-bottom: 1px solid #5c6973;
	padding: 0 0 15px;
	margin-bottom: 15px;
}

.site-footer .widget .post .entry-header {
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	background: none;
}

.site-footer .widget .post .entry-header .entry-title {
	padding: 0;
}

.site-footer .widget .post .entry-content,
.site-footer .widget .post .read-more {
	display: none;
}

.site-footer .widget .post .post-thumbnail {
	display: block;
}

.site-footer .widget .entry-header .entry-title a:hover {
	color: var(--alternative-color);
}

.site-footer .widget .entry-header .entry-meta span a {
	color: #bac2c9;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	display: block;
}

.site-footer .widget .entry-header .entry-meta span a:hover {
	color: var(--alternative-color);
}

.site-footer .widget_photo_gallery ul {
	margin-left: -8px;
	margin-right: -8px;
}

.site-footer .widget_photo_gallery ul li {
	width: 33.33%;
	padding-left: 8px;
	float: left;
	padding-right: 8px;
	margin-bottom: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget-area .widget.widget_GR_flickr_stream:after {
	display: block;
	clear: both;
	content: '';
}

.widget-area .widget.widget_GR_flickr_stream .flickr_badge_image {
	width: 25%;
	padding-left: 8px;
	float: left;
	padding-right: 8px;
	margin-bottom: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget-area .widget.widget_GR_flickr_stream .flickr_badge_image a {
	display: inline-block;
}

.site-footer .widget_photo_gallery ul li a {
	display: block;
	padding: 0;
}

.site-footer .widget ul li {
	border: 0;
	padding: 0;
}

.site-footer .widget ul li a {
	color: #fff;
	padding: 0;
	font-family: var(--main-font);
	text-decoration: underline !important;
}

.site-footer .widget ul li a:hover {
	text-decoration: none !important;
}

.site-footer .widget form input[type='text'],
.site-footer .widget form input[type='email'] {
	height: 46px;
	border: 1px solid #44535f;
	background: none;
	width: 100%;
	border-radius: 2px;
	font-size: 13px;
	line-height: 20px;
	color: #a5b0b9;
	margin-bottom: 10px;
}

.site-footer .post:after {
	display: block;
	content: '';
	clear: both;
}

.site-footer .widget form textarea {
	width: 100%;
	background: none;
	border: 1px solid #44535f;
	border-radius: 2px;
	resize: none;
	font-size: 13px;
	line-height: 20px;
	color: #a5b0b9;
	margin-bottom: 10px;
	height: 125px;
}

.site-footer .widget form input[type='submit'] {
	text-transform: uppercase;
	box-shadow: none;
	background: #1bbc9b;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	border: 0;
	font-family: var(--fancy-font);
	font-weight: 600;
	padding: 12px 60px;
}

.site-footer .widget form input[type='submit']:hover {
	background: #10715d;
}

.site-footer .site-info {
	color: #787f86;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 24px 0;
}

.site-footer .site-info a {
	color: #787f86;
	font-size: 14px;
	line-height: 20px;
}

.site-footer .site-info a:hover {
	color: #152837;
}

.page.full-width #primary {
	width: 100%;
}

.site-content #primary .page .entry-header {
	text-align: left;
	margin-top: 0;
}

.site-content #primary .page .entry-content {
	text-align: left;
	margin-top: 0;
}

#primary .page .entry-header .entry-title {
	text-transform: capitalize;
	font-size: 32px;
	line-height: 36px;
	margin: 0 0 36px;
	color: #333;
	font-family: var(--fancy-font);
	font-weight: normal;
}

#primary .page .entry-content h2 {
	text-transform: capitalize;
	font-size: 25px;
	line-height: 20px;
	margin-top: 40px;
	margin-bottom: 30px;
	color: #333;
	font-family: var(--fancy-font);
	font-weight: normal;
}

.single-post #primary .post .entry-header {
	text-align: left;
	margin-top: 0;
}

.single-post #primary .post .entry-content {
	text-align: left;
}

.single-post #primary .post .entry-title {
	text-transform: uppercase;
	color: #34495e;
	font-size: 28px;
	line-height: 32px;
	font-family: var(--fancy-font);
	font-weight: 600;
}

.single-post #primary .post h2 {
	text-transform: capitalize;
	font-size: 25px;
	line-height: 40px;
	margin-top: 40px;
	margin-bottom: 30px;
	color: #333;
	font-family: var(--fancy-font);
	font-weight: normal;
}

.single-post #primary .post h1 {
	text-transform: uppercase;
	color: #34495e;
	font-size: 28px;
	line-height: 32px;
	font-family: var(--fancy-font);
	font-weight: 600;
}

.single-post #primary .post h3 {
	text-transform: uppercase;
	color: #34495e;
	font-size: 17px;
	line-height: 20px;
	font-family: var(--fancy-font);
	font-weight: 600;
}

.single-post #primary .post h4 {
	text-transform: uppercase;
	color: #34495e;
	font-size: 16px;
	line-height: 19px;
	font-family: var(--fancy-font);
	font-weight: 600;
}

.single-post #primary .post h5 {
	text-transform: uppercase;
	color: #34495e;
	font-size: 14px;
	line-height: 17px;
	font-family: var(--fancy-font);
	font-weight: 600;
}

.single-post #primary .post h6 {
	text-transform: uppercase;
	color: #34495e;
	font-size: 13px;
	line-height: 16px;
	font-family: var(--fancy-font);
	font-weight: 600;
}

.single-post #primary .post blockquote {
	background: #f3f3f3;
	border-left: 3px solid #1bbc9b;
	padding: 3px 25px;
	margin: 0;
	line-height: 28px;
	color: #787f86;
	font-style: italic;
}

.single-post #primary .post .pull-right {
	width: 300px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #f3f3f3;
	padding: 26px 20px;
	margin-top: 0;
	text-align: right;
	margin-bottom: 0;
}

.single-post #primary .post .pull-left {
	width: 300px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #f3f3f3;
	padding: 26px 20px;
	margin-top: 0;
	text-align: left;
	margin-right: 20px;
	margin-bottom: 0;
}

.page.full-width #primary {
	width: 100% !important;
}

.single-post #primary .post .dropcap {
	color: #787f86;
	font-size: 82px;
	line-height: 30px;
	font-weight: 700;
	float: left;
	margin: 20px 6px 54px;
}

.single-post #primary .post .highlight {
	background: #1bbc9b;
	color: #fff;
}

.single-post #primary .post table {
	border: 1px solid #d8d8d8;
}

.single-post #primary .post table th {
	background: #e6e6e6;
	color: #34495e;
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	/*padding: 16px 42px;*/
	padding: 2% 5%;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}

.single-post #primary .post table td {
	color: #34495e;
	font-size: 15px;
	line-height: 22px;
	/*padding: 16px 42px;*/
	padding: 2% 6%;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}

.single-post #primary .post pre {
	background: #f3f3f3;
	font-family: 'Courier 10 Pitch', Courier, monospace;
	font-size: 14px;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	color: #787f86;
	max-width: 100%;
}

#primary .post .tags {
	display: inline-block;
	margin: 30px 0;
	font-size: 13px;
	line-height: 16px;
	color: #88959c;
	font-style: italic;
}

#primary .post .tags a {
	font-size: 14px;
	line-height: 18px;
	color: #88959c;
}

#primary .post .tags a:hover {
	color: #fc7f8e;
}

.single-post #primary ul {
	margin: 0 0 15px;
	padding: 0;
}

.single-post #primary ul li {
	list-style: none;
	padding-left: 13px;
	background: url(images/style-guide-list-icon.png) no-repeat 0 13px;
}

.single-post #primary ul ul {
	margin: 10px 0;
}

.single-post #primary ol ol {
	margin: 10px 0;
	margin-left: 0px;
}

.single-post #primary ol {
	margin: 0 0 15px;
	padding: 0 0 0 16px;
}

.single-post #primary form input[type='text'] {
	width: 53%;
	height: 42px;
	margin-bottom: 30px;
	border: 1px solid #dde1e5;
}

.single-post #primary form textarea {
	width: 75%;
	resize: none;
	height: 150px;
	border: 1px solid #dde1e5;
	margin-bottom: 30px;
}

.single-post #primary form input[type='reset'] {
	background: #34495e;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	font-family: var(--fancy-font);
	font-weight: 600;
	text-transform: uppercase;
	border: 0;
	box-shadow: none;
	padding: 7px 25px;
}

.single-post #primary form input[type='submit'] {
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	font-family: var(--fancy-font);
	font-weight: 600;
	text-transform: uppercase;
	background: #1bbc9b;
	border: 0;
	box-shadow: none;
	padding: 7px 25px;
}

.single-post #primary form input[type='submit']:hover {
	background: #34495e;
}

.single-post #primary form input[type='submit']:focus {
	outline: thin dotted #000;
	outline-offset: 1px;
}

.single-post #primary form input[type='reset']:hover {
	background: #1bbc9b;
}

.jcf-file {
	margin-bottom: 20px;
}

.single-post #primary form .form-element {
	display: block;
	font-size: 15px;
	line-height: 22px;
	font-family: var(--fancy-font);
	font-weight: 600;
}

.single-post #primary form .form-element.password {
	margin-top: 25px;
}

.single-post #primary form .radio-section:after {
	content: '';
	display: block;
	clear: both;
}

.single-post #primary form .radio-section li {
	float: left;
	background: none;
	padding: 0;
	margin-left: 20px;
}

.jcf-file .jcf-upload-button {
	float: left;
	font-size: 14px;
	line-height: 26px;
	background: #e3e3e3;
	color: #62676d;
	text-transform: uppercase;
	height: 36px;
	padding: 5px 19px;
	border: 0;
	border-radius: 4px;
}

.jcf-file .jcf-fake-input {
	float: right;
	font-size: 15px;
	line-height: 26px;
	color: #787f86;
	border: 0;
	height: 36px;
	padding: 5px 5px;
}

.jcf-select {
	height: 42px;
	padding: 3px 0;
	width: 31%;
	border: 1px solid #dde1e5;
}

.jcf-radio {
	border: 1px solid #9b9b9f;
}

.jcf-radio span {
	background: #787f86;
}

.jcf-select .jcf-select-text {
	font-size: 14px;
	line-height: 30px;
	color: #a8b0b4;
}

.jcf-checkbox {
	background: url(images/check-box.png) no-repeat;
}

.jcf-checkbox.jcf-checked {
	background: url(images/checked-img.png) no-repeat;
}

.jcf-select .jcf-select-opener {
	background: url(images/select-icon.png) no-repeat 0 16px;
}

.single-post #primary form .radio-section li:first-child {
	margin-left: 0;
}

.single-post #primary .post .bottom-content ul li {
	background: none;
}

.single-post #primary .author-section .text-holder {
	overflow: hidden;
	margin-top: -16px;
}

.single-post #primary .author-section .text-holder span {
	font-size: 17px;
	line-height: 24px;
	color: #34495e;
	display: block;
	margin-bottom: -16px;
	font-family: var(--fancy-font);
	font-weight: 600;
	text-transform: uppercase;
}

.single-post #primary .author-section {
	background: #fff;
	padding: 30px 42px;
	margin-bottom: 40px;
}
.single-post #primary .author-section:before,
.single-post #primary .author-section:after {
	content: '';
	display: table;
	clear: both;
}
.single-post #primary .author-section .avatar {
	float: left;
	margin-right: 30px;
}

.single-post #primary .comments-area {
	background: #fff;
	padding: 30px 30px;
	margin-bottom: 40px;
}

.single-post #primary .comments-area .comments-title {
	font-size: 21px;
	line-height: 25px;
	color: #34495e;
	margin-bottom: 15px;
	font-family: var(--fancy-font);
	font-weight: 600;
	text-transform: uppercase;
}

.single-post #primary .comments-area .comment-body:after {
	display: block;
	content: '';
	clear: both;
}

.single-post #primary .comments-area ol li {
	list-style: none;
}

.single-post #primary .comments-area .avatar.photo {
	float: left;
	margin-right: 20px;
	border: 1px solid #dde1e5;
}

.single-post #primary .comments-area .comment-content {
	margin-left: 106px;
}

.single-post #primary .comments-area .fn {
	font-size: 14px;
	line-height: 24px;
	color: #34495e;
	font-family: var(--fancy-font);
	font-weight: 600;
}

.single-post #primary .comments-area .comment-metadata a {
	font-size: 12px;
	line-height: 16px;
	color: #a8b0b4;
	font-style: italic;
}

.single-post #primary .comments-area .reply {
	margin-left: 106px;
}

.single-post #primary .comments-area .reply a {
	font-size: 10px;
	line-height: 24px;
	color: #fff;
	background: #1bbc9b;
	font-family: var(--fancy-font);
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 15px;
}

.single-post #primary .comments-area .children {
	margin-left: 60px;
}

.single-post #primary .comments-area .comment-body {
	margin-bottom: 40px;
}

.single-post #primary .comments-area ol li {
	margin-bottom: 40px;
}

.single-post #primary .comments-area .reply a:hover {
	background: #127a65;
}

.single-post #primary .comment-form .comments-area.form .comment-reply-title {
	font-size: 21px;
	line-height: 25px;
	color: #34495e;
	font-family: var(--fancy-font);
	font-weight: 600;
	text-transform: uppercase;
}

.single-post
	#primary
	.comment-form
	.comments-area.form
	form
	input[type='text'] {
	margin-right: 6%;
}

.single-post #primary .comment-form .comments-area.form form input[type='text'],
.single-post
	#primary
	.comment-form
	.comments-area.form
	form
	input[type='email'] {
	height: 50px;
	width: 100%;
	border: 1px solid #dde1e5;
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #a8b0b4;
	padding: 12px 16px;
}

.single-post #primary .comment-form .comments-area.form form input[type='url'] {
	height: 50px;
	border: 1px solid #dde1e5;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #a8b0b4;
	padding: 12px 16px;
}

.single-post #primary .comment-form .comments-area.form form textarea {
	height: 180px;
	border: 1px solid #dde1e5;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #a8b0b4;
	padding: 12px 16px;
}

.single-post #primary .comment-form .comments-area.form form p {
	/*overflow: hidden;*/
	margin: 0;
}

.single-post #primary .comment-form .comments-area.form form p:after {
	display: block;
	clear: both;
	content: '';
}

.single-post
	#primary
	.comment-form
	.comments-area.form
	form
	input[type='checkbox'] {
	margin-right: 10px;
}

.single-post
	#primary
	.comment-form
	.comments-area.form
	form
	.comment-form-cookies-consent,
.single-post #primary .comment-form .comments-area.form form .comment-notes {
	margin: 0 0 30px;
}

/*.blog .post .entry-header{
	margin-top: 0 !important;
	text-align: left;
}*/
.blog .post .entry-content {
	text-align: left;
}

.blog .post .entry-content .tags {
	font-style: italic;
	font-size: 13px;
	line-height: 17px;
	color: #a8b0b4;
}

.blog .post .entry-content .tags a {
	font-size: 14px;
	line-height: 18px;
	color: #88959c;
}

.blog .post .entry-content .tags a:hover {
	color: #1bbc9b;
}

.search .site-content .page-header {
	min-height: 100px;
	/*background: #fff;*/
	padding: 0 15px;
}

.search .site-content .page-header .page-title {
	font-size: 28px;
	line-height: 32px;
	color: #34495e;
	font-family: var(--fancy-font);
	font-weight: 600;
	margin: 0;
}

.search .site-content .entry-summary {
	padding: 0 36px;
}

.search .site-content .post {
	padding-bottom: 36px;
}

.blog.full-width .site-content #primary {
	width: 100%;
}

#mobile-menu-opener {
	display: none;
}

@media only screen and (max-width: 1199px) {
	.container {
		width: 100%;
	}

	.flex-control-thumbs {
		left: 6%;
	}

	.widget-area .widget.widget_search form input[type='search'] {
		width: 69%;
	}

	.main-navigation ul li a {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.banner-h2 {
		font-size: 35px !important;
	}

	.top30top {
		margin-top: -20px !important;
	}
}

@media only screen and (max-width: 991px) {
	.main-navigation {
		position: fixed;
		top: 0;
		right: 0;
		width: 320px;
		height: 100%;
		z-index: 10;
		background: var(--darkest-color);
		padding-top: 80px;
		-webkit-transform: translateX(420px);
		-moz-transform: translateX(420px);
		transform: translateX(420px);
		-webkit-transition: ease 0.35s;
		-moz-transition: ease 0.35s;
		transition: ease 0.35s;
	}

	body.menu-open .main-navigation {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}

	.main-navigation li {
		float: none;
		display: block;
		width: 100%;
	}

	.main-navigation li .angle-down {
		position: absolute;
		top: 0;
		right: 0;
		background: transparent;
		cursor: pointer;
		width: 58px;
		height: 58px;
		-webkit-transition: ease 0.2s;
		-moz-transition: ease 0.2s;
		transition: ease 0.2s;
	}

	.main-navigation li .angle-down.active {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.main-navigation li .angle-down:after {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 15px;
		height: 20px;
		content: '';
		background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 256 512'%3E%3Cpath d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E")
			center center no-repeat;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.main-navigation ul li a {
		padding: 20px 30px !important;
		display: block;
		border-right: 0;
		border-top: 0px solid #ebedef;
	}

	.main-navigation ul .menu-item-has-children:after {
		display: none;
	}

	.main-navigation ul ul {
		border-top: 1px solid #ebedef;
		box-shadow: none;
		float: none;
		position: unset;
		left: inherit;
		background: none;
		display: none;
	}

	.main-navigation ul ul li a {
		width: 100%;
		padding: 20px;
	}

	#mobile-menu-opener {
		float: right;
		display: block;
		width: 40px;
		height: 18px;
		cursor: pointer;
	}

	#mobile-menu-opener span {
		display: block;
		width: 100%;
		height: 5px;
		background: #fff;
		margin-bottom: 5px;
	}

	#mobile-menu-opener span:last-child {
		margin-bottom: 0;
	}

	.main-navigation .btn-close-menu {
		width: 50px;
		height: 50px;
		border: 2px solid #000;
		border-radius: 50%;
		position: absolute;
		top: 15px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
		cursor: pointer;
	}

	.main-navigation .btn-close-menu:after {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 20px;
		height: 25px;
		content: '';
		background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E")
			center center no-repeat;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.85);
		z-index: 2;
		-webkit-transition: ease 0.35s;
		-moz-transition: ease 0.35s;
		transition: ease 0.35s;
		opacity: 0;
		visibility: hidden;
	}

	body.menu-open .overlay {
		visibility: visible;
		opacity: 1;
	}

	.site-header .header-bottom .container:after {
		display: none;
	}

	.site-header .header-bottom .container {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.site-branding {
		margin-top: 0;
		max-width: 85%;
	}

	.header-bottom {
		padding: 15px 0;
	}

	.main-navigation ul li svg {
		display: none;
	}

	.fa-angle-down::before {
		display: none;
	}

	.slider .banner-text {
		bottom: 16%;
	}

	.widget-area .widget.widget_search form input[type='search'] {
		height: 24px;
		padding: 6px 16px;
		width: 64%;
	}

	.widget-area .widget.widget_search form {
		height: 40px;
	}

	.widget-area .widget.widget_search form input[type='submit'] {
		height: 38px;
	}

	.top-section .post .text .text-content {
		bottom: 6%;
		left: 8%;
	}

	.post .bottom-content .entry-meta span {
		width: 100%;
	}

	.post .bottom-content .entry-meta {
		float: none;
		margin-bottom: 10px;
	}

	.post .bottom-content .social-networks {
		float: none;
	}

	.post .bottom-content .social-networks li {
		float: none;
		display: inline-block;
	}

	.post .bottom-content .read-more {
		margin-bottom: 10px;
	}

	#lightSlider li .banner-text {
		bottom: 17%;
	}

	.row,
	.container {
		width: 100% !important;
	}

	/* .beka {
		flex: 1 !important;
		max-width: 100% !important;
	} */

	.mainlogo {
		width: 100px !important;
	}

	.nono {
		display: none !important;
	}

	.surprise-me::after {
		display: none;
	}

	.ocento {
		text-align: center !important;
	}

	.relato {
		position: relative !important;
	}

	.titolo {
		background: var(--darkest-color);
		padding: 20px;
		margin-top: 100px;
	}

	.topox {
		margin-top: 10rem !important;
	}

	.topoxo {
		margin-top: 13rem !important;
	}
}

@media only screen and (max-width: 767px) {
	/*.site-header .container{
		padding: 0;
	}*/
	.top-section .post-thumbnail img {
		width: 100%;
	}

	.site-header .header-top .social-network-section {
		float: none;
		width: 100%;
		text-align: center;
	}

	.site-header .header-top .social-network-section span {
		float: none;
	}

	.site-header .header-top .social-network-section .social-networks li {
		float: none;
		display: inline-block;
	}

	.site-header .header-top .social-network-section .form-section {
		width: 100%;
	}

	.site-header .header-top .social-network-section .form-section .example form {
		top: 0;
		left: 0;
	}

	.site-header
		.header-top
		.social-network-section
		.form-section
		form
		input[type='text'] {
		width: 100%;
		float: left;
		padding: 10px 15px 3px;
	}

	.site-header .header-top .social-network-section .fa-search {
		position: absolute;
		right: 0;
		width: 15%;
		display: block;
		top: 40%;
	}

	.slider .banner-text {
		position: relative;
		background: #fff;
		top: 100%;
		padding-bottom: 20px;
	}

	.banner-text .text {
		width: 100%;
		padding: 10px 0 0;
	}

	.top-section .column {
		width: 100%;
	}

	#primary {
		width: 100%;
	}

	.post .entry-content {
		padding: 0 16px;
	}

	.navigation.pagination .nav-links .page-numbers {
		padding: 1px 7px;
		margin-right: 4px;
	}

	#secondary {
		width: 100%;
	}

	.site-footer .column {
		width: 100%;
	}

	/*.site-branding {
        margin-bottom: 50px;
        padding-bottom: 30px;
    }*/

	.widget-area .widget.widget_social_networks ul li {
		float: none;
		display: inline-block;
	}

	.advertisement {
		text-align: center;
	}

	.site-footer {
		text-align: center;
	}

	.blog .post .entry-header {
		text-align: center;
	}

	.blog .post .entry-content {
		text-align: center;
	}

	.single-post #primary .comments-area .avatar.photo {
		float: none;
		width: 100%;
	}

	.single-post #primary .comments-area .comment-content {
		margin: 0 0 0;
	}

	.single-post #primary .comments-area .reply {
		margin: 0;
		text-align: center;
	}

	.single-post #primary .comments-area .children {
		margin: 0;
		padding: 0;
	}

	.alignleft {
		float: none;
		width: 100%;
	}

	.single-post #primary .comments-area .comments-title {
		text-align: center;
	}

	.single-post #primary .author-section {
		text-align: center;
	}

	.single-post #primary .comments-area {
		text-align: center;
	}

	.showcase-thumbnail-wrapper.showcase-thumbnail-wrapper-horizontal {
		display: none;
	}

	.showcase-content {
		overflow: none !important;
		background: #fff !important;
	}

	.site-content {
		padding-top: 15px;
	}

	.top-section .post {
		margin-bottom: 30px;
	}

	.site-header .form-section .example {
		display: block;
	}

	.site-header .header-top .social-network-section .form-section {
		margin-left: 0;
	}

	.site-header .header-top .social-network-section .social-networks {
		margin-left: 0;
		margin-bottom: 15px;
	}

	/*#search-btn {
        display: none;
    }*/

	.site-header .header-top .social-network-section .form-section form {
		height: 46px;
	}

	.site-header
		.header-top
		.social-network-section
		.form-section
		form
		input[type='search'] {
		float: left;
		padding: 0 5px;
		height: 100%;
	}
	
	.footercall {
		display: block;
		position: absolute;
		position: fixed;
		z-index: 9999999;
		bottom: 0;
		width: 100%;
		background: #fff;
		height: 60px;
		-webkit-box-shadow: 0px -1px 10px #d0d0d0;
		-moz-box-shadow: 0px -1px 10px #d0d0d0;
		box-shadow: 0px -1px 10px #d0d0d0;
		padding: 0.9375rem 0.625rem;
	}
	
	.slider {
		height: 200px!important;
	}
}
