/*
This file is responsible only for providing theme information that are displayed
in `Apperance > Themes`. Do not write in here any CSS declarations.

Theme Name: Kenya Safaris From Mombasa Theme
Theme URI: https://www.kenyasafarisfrommombasa.com/
Description: ES6, SCSS ready Wordpress theme.
Version: 1.0
Text Domain: mga
Author: Kenya Safaris From Mombasa
Author URI: https://www.kenyasafarisfrommombasa.com/
Tags: wordpress, es6, scss, gulp, eslint, stylelint
License: GPLv2 License
License URI: https://wordpress.org/about/gpl/
*/

/******************************************************************
# Fonts
******************************************************************/

:root {
	--light-green: rgba(54, 61, 47, 0.8);
	--light-orange: rgba(164, 90, 40, 0.8);
	--light-background: #ffebc9;
	--main-green: #753422;
	--main-orange: #b05b3b;
	--main-light-green: #6c7d5c;
	--main-dark-green: #2c3930;
	--lightest-color: #dcd7c9;
	--header-font: 'Libre Baskerville', serif;
	--main-font: 'Montserrat', sans-serif;
	--cta-red: #c10f4b;
}

/* * {
	outline: 1px solid #f00 !important;
} */

html {
	scroll-behavior: smooth;
}

.grecaptcha-badge {
	visibility: hidden;
}

body {
	font-family: var(--main-font);
	font-size: 1.15rem;
	line-height: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--header-font);
	font-weight: 700;
	line-height: 1.5;
}

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

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'] {
	padding: 3px;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
textarea,
select {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 3.1375rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	border: 2px solid var(--main-dark-green);
	border-radius: 0;
	background-color: #fefefe;
	-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #0a0a0a;
	-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;
}

#mc_embed_signup input[type='email'] {
	border: 1px solid var(--main-dark-green) !important;
	height: 38px !important;
}

span.wpcf7-list-item {
	margin: 0px 1rem 0px 0px !important;
}

textarea {
	height: 150px;
}

.form-div {
	font-size: 1.1rem !important;
}

figcaption {
	font-size: 0.7em !important;
	margin-top: 10px !important;
}

/******************************************************************
# Header
******************************************************************/

.header-top {
	background: var(--light-background)
		url('https://www.irresistiblesafaris.com/wp-content/uploads/2025/05/bg-pattern-three.png');
}

.header-top .right-section {
	color: #fff;
}

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

.header-bottom {
	margin-top: -2px;
}

.pattern-separate {
	background: url('https://www.irresistiblesafaris.com/wp-content/uploads/2025/05/menu-background.png');
	width: 100%;
	height: 24px;
}

.header-bottom [type='search'],
.header-bottom [type='button'] {
	background: var(--main-green) !important;
	border-color: var(--main-green) !important;
	color: #fff !important;
	line-height: inherit;
}

.header-bottom [type='search']:focus {
	box-shadow: none !important;
	animation: increase-width 500ms forwards;
}

@keyframes increase-width {
	0% {
		width: 210px;
	}
	100% {
		width: 250px;
	}
}

.header-bottom ::placeholder {
	color: #fff;
	opacity: 0.5;
}

.header-bottom ::-ms-input-placeholder {
	color: #fff;
}

.slider {
	background: url('https://www.kenyasafarisfrommombasa.com/wp-content/uploads/2026/03/ksfm-homepage.jpg')
		no-repeat;
	background-size: cover;
	background-position: center center;
	height: 700px;
}

.slider .banner-text h1,
.big-text {
	font-size: 3rem;
	/*line-height: 3.5rem;*/
}

.intro-head {
	font-size: 3rem;
	line-height: 3.5rem;
}

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

.main-navigation ul ul li a {
	text-transform: capitalize;
}

.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;
}

.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%;
}

/*-----------------------------------------------------------------
## Nav
-----------------------------------------------------------------*/

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

.main-navigation ul li a {
	/* font-family: var(--header-font); */
	color: #fff;
	padding: 13px 18px;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1rem;
	text-align: left;
}

.main-navigation ul ul {
	background: var(--main-dark-green);
	top: 100%;
	border-top: 0px solid var(--main-orange);
	border-radius: 0px 0px 5px 5px;
}

.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;
	border: 0;
	width: 280px;
	font-size: 0.9rem;
}

.main-navigation ul ul li a:hover {
	text-decoration: underline;
}

.main-navigation ul li svg {
	font-size: 12px;
	line-height: 16px;
	color: var(--main-dark-green);
	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(--main-green);
	border-radius: 5px 5px 0px 0px;
}

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

.main-navigation ul .menu-item-has-children:after {
	position: absolute;
	right: 0;
	top: 30%;
	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;
	filter: brightness(0) invert(1);
}

.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%);
}

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

/*-----------------------------------------------------------------
## Intro Section
-----------------------------------------------------------------*/

.intro-section {
	background: var(--main-light-green);
}

.home-experiences {
	background-color: #f2f2f2;
}

.home-countries {
	background-color: #e9e9e9 !important;
}

.home-countries .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: var(--lightest-color);
}

.wrapped-text {
	background-color: #fff;
	padding: 3px 15px;
}

#v-pills-tab button {
	text-align: left !important;
	font-size: 1rem;
	line-height: 1.375rem;
	padding: 15px 30px !important;
	border-bottom: 1px solid #ccc;
	color: inherit;
	position: relative;
}

.border-round-ccc {
	border: 1px solid #ccc;
}

.right-content-tab {
	height: 422px;
}

#uganda-pills-section {
	background: url('https://www.ugandarwandagorillatrekking.com/wp-content/uploads/2022/12/Is-Rwanda-safe-safety-in-Rwanda.jpg')
		no-repeat;
	background-size: cover;
	background-position: top center;
}

#kenya-pills-section {
	background: url(images/kenya-slide.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}

#tanzania-pills-section {
	background: url('https://www.irresistiblesafaris.com/wp-content/uploads/2026/02/tanzania-slider.jpg')
		no-repeat;
	background-size: cover;
	background-position: top center;
}

#rwanda-pills-section {
	background: url(images/gorillas2.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

#zanzibar-pills-section {
	background: url(images/zanzibar-slide.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

#congo-pills-section {
	background: url(images/congo-slide.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}

#east-africa-pills-section {
	background: url(images/elephants.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.fancy-bottom-radius {
	border-bottom-left-radius: 50%;
}

.nav-tabs {
	border-bottom: 5px solid #dee2e6;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #dee2e6;
}

.nav-tabs .nav-link:hover {
	color: var(--main-orange);
}

.nav-tabs button {
	font-weight: 700;
	color: inherit;
	/* letter-spacing: 0.05rem; */
}

.list-group-item {
	padding: 0.5rem 0.5rem !important;
}

.list-group-flush a {
	color: inherit;
}

.list-group-flush a:hover {
	color: var(--main-orange);
	text-decoration: underline;
}

/*-----------------------------------------------------------------
## Trust Section
-----------------------------------------------------------------*/

.trust-section {
	background: var(--main-green)
		url('https://www.irresistiblesafaris.com/wp-content/uploads/2025/05/bg-pattern-three.png');
	padding: 80px 0px;
}

.trust-section .why-attribute .why-number > span,
.trust-section .card span {
	padding: 10px 18px;
	background: var(--lightest-color);
	border: 3px solid var(--main-dark-green);
	color: var(--main-dark-green);
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
}

.trust-section .why-attribute .why-text h4,
.trust-section .card .card-body h3.card-title,
.trust-section .call-us-part h4 {
	font-family: var(--header-font);
	font-size: 1.3rem;
	margin-bottom: 20px;
	font-weight: 700;
}

.trust-section .why-attribute .why-text p,
.trust-section .why-attribute .why-text a,
.trust-section .card .card-body p.card-text {
	font-size: 1.1rem;
	line-height: 1.5rem;
}

.trust-section .card .card-body p.card-text {
	line-height: 2rem;
}

.trust-section .card {
	background: var(--lightest-color);
}

.about-images {
	background: url(images/elephantsss.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.about-images-list-cover {
	background: var(--main-orange);
}

.first-about-image {
	background: url(images/gorillas3.jpg) no-repeat;
	height: 250px;
	background-size: cover;
	background-position: center center;
}

.second-about-image {
	background: url(images/elephantss.jpg) no-repeat;
	height: 250px;
	background-size: cover;
	background-position: center center;
}

.third-about-image {
	background: url(images/gorillas2.jpg) no-repeat;
	height: 250px;
	background-size: cover;
	background-position: center center;
}

/*-----------------------------------------------------------------
## Newsletter
-----------------------------------------------------------------*/

.newsletter-section {
	background: var(--main-orange);
}

#mc_embed_signup {
	background: var(--lightest-color);
	clear: left;
	font: 0.8rem;
	width: 100%;
}

/*-----------------------------------------------------------------
## Footer
-----------------------------------------------------------------*/

.footer-bottom {
	background: var(--main-dark-green);
	padding: 40px 0px;
}

.magical-cares {
	background: url('https://www.kenyasafarisfrommombasa.com/wp-content/uploads/2026/03/ksfm-cta.jpg')
		no-repeat;
	height: 700px;
	background-size: cover;
	background-position: top center;
}

.calling-banner {
	background: url('https://www.kenyasafarisfrommombasa.com/wp-content/uploads/2026/03/ksfm-calling-banner.jpg')
		no-repeat;
	height: 500px;
	background-size: cover;
	background-position: center center;
}

.nen-mukene {
	height: 2000px;
}

.wpcf7 p {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	font-size: 1rem !important;
}

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

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

footer .copyright-section p {
	font-size: 0.9rem;
	line-height: 1.3rem;
	color: #9fa19a;
}

.footer-links {
	background: var(--main-dark-green);
	color: var(--lightest-color);
}

.footer-links ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

.footer-links ul li a {
	color: var(--lightest-color);
	font-size: 0.9rem;
	line-height: 2rem;
}

/*-----------------------------------------------------------------
## Utilities
-----------------------------------------------------------------*/

.intro-text {
	font-size: 1rem !important;
	line-height: 1.7rem !important;
}

.cat-filter a {
	color: rgba(0, 0, 0, 0.72);
	border-bottom: 2px dotted var(--main-orange);
}

.cat-filter a:hover {
	color: var(--main-orange);
	border-bottom: 0px;
}

.cat-filter a.active {
	background: var(--main-orange);
	color: #fff;
	padding: 10px 15px;
	border-radius: 50rem;
	border: 0px;
}

#query_pagination a {
	color: rgba(0, 0, 0, 0.72);
}

.card-image img {
	width: 100% !important;
}

.hanad label,
.hanad [type='text'],
.hanad [type='email'],
.hanad select {
	width: 100% !important;
}

#tendays {
	background: url(images/gorillas-square.jpg) no-repeat;
	background-size: cover !important;
	background-position: center center !important;
	height: 400px;
}

.bg-lightest {
	background: var(--lightest-color);
}

.bg-dark-green {
	background: var(--main-orange);
}

.bg-darkest-green {
	background: var(--main-dark-green);
}

.bg-light-green {
	background: var(--main-light-green);
}

.simplesocialbuttons {
	justify-content: space-between;
	display: flex;
}

.card {
	box-shadow: 0px 2px 3px rgb(0 0 0 / 18%);
}

h3.card-title {
	color: rgba(0, 0, 0, 0.72);
	text-decoration: underline;
	font-weight: bold;
}

.card-text {
	color: rgba(0, 0, 0, 0.72);
}

.card .card-image {
	height: 250px;
	overflow: hidden;
}

.card-excerpt p {
	font-size: 1.1rem !important;
}

a.side-tours img {
	transition: all 0.2s ease-in-out;
}

a.side-tours:hover img {
	transform: scale(1.1);
	opacity: 0.9;
}

a.side-tours:hover .img_overlay {
	opacity: 0.3 !important;
}

a.side-tours:hover .bg-info {
	background: orangered !important;
	color: #fff !important;
}

a.side-tours:hover h3.card-title {
	text-decoration: underline !important;
}

a.plain-list:hover h3.card-title {
	text-decoration: none !important;
	color: var(--main-orange) !important;
}

a.side-tours:hover span.btn {
	background: var(--main-orange) !important;
	border-color: var(--main-orange) !important;
	color: var(--lightest-color) !important;
}

a.side-tours:hover h5 {
	text-decoration: none;
}

a.sidoto:hover h2 {
	text-decoration: underline;
}

.border-light {
	border-color: #aaa !important;
}

.border-warning {
	border-color: var(--main-orange) !important;
}

.btn-alt {
	color: #fff !important;
	border-color: #fff !important;
}

.country-section {
	background: var(--lightest-color);
}

.activity-section {
	background: var(--main-light-green);
}

.font-main {
	font-family: var(--main-font) !important;
}

a {
	text-decoration: none;
}

.lh-0 {
	line-height: 0% !important;
}

.main-image {
	background-size: cover !important;
	background-position: center center !important;
	height: 350px;
}

.entry-content {
	font-size: 1.25rem;
	line-height: 2.5rem;
	color: rgba(0, 0, 0, 0.72);
}

.entry-content .h2,
h2 {
	font-size: 1.8rem !important;
	line-height: 1.5;
}

.entry-content .h3,
h3 {
	font-size: 1.5rem !important;
	line-height: 1.5;
}

.entry-content .h4,
h4 {
	font-size: 1.3rem !important;
	line-height: 1.5;
}

.entry-content p,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content ol,
.entry-content ul,
.entry-content pre {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.entry-content a,
.zipry {
	color: #000;
	border-bottom: 2px solid var(--main-orange);
}

.entry-content a:hover {
	border: 0;
}

.entry-content img,
figure {
	max-width: 100% !important;
	width: 100% !important;
	height: auto;
}

.entry-content hr:not([size]) {
	height: 5px !important;
}

.entry-content hr {
	background-color: #555 !important;
	opacity: 1 !important;
}

.entry-content .entry-tags a {
	border: 1px solid #0378a0 !important;
	text-decoration: none !important;
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #0378a0;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	padding: 0.375rem 0.75rem;
	font-size: 0.8rem;
	border-radius: 0.25rem;
	transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	margin-bottom: 5px;
}

.entry-content .entry-tags a:hover {
	background: #0378a0 !important;
	background-color: #0378a0 !important;
	border-color: #0378a0 !important;
	color: #fff;
}

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

.navigation.pagination .nav-links .page-numbers {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	border: 1px solid var(--main-green);
	border-radius: 0px;
	padding: 10px 20px;
	margin-right: 6px;
	display: inline-block;
	background-color: var(--main-green);
}

.navigation.pagination .nav-links .page-numbers:hover {
	background: var(--main-orange);
	border: 1px solid var(--main-orange);
}

.navigation.pagination .nav-links .page-numbers.current {
	background: var(--main-orange);
	border: 1px solid var(--main-orange);
}

#CDSWIDSSP {
	width: 100% !important;
	height: 420px !important;
}

#breadcrumbs a {
	color: #fff;
	text-decoration: underline;
}

.alt-breadcrumbs #breadcrumbs a {
	color: rgba(0, 0, 0, 0.72);
}

small #breadcrumbs {
	font-size: 0.9rem !important;
}

.cc-card-wrap {
	margin-top: 2.4rem;
}

ul.social-icons-lists {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 30px;
}

.social-icons-lists.icons-background-square .socicon,
.social-icons-lists.icons-background-rounded .socicon {
	background-color: var(--main-dark-green) !important;
}

.border-10 {
	border: 10px solid var(--lightest-color);
}

.border-5 {
	border: 5px solid var(--lightest-color);
}

.shadowed-text {
	text-shadow: 2px 2px 5px #000;
}

.skewed-div {
	width: 600px;
	margin-left: -50px;
	background: var(--light-orange);
	-webkit-transform: skewX(40deg);
	-moz-transform: skewX(40deg);
	-ms-transform: skewX(40deg);
	-o-transform: skewX(40deg);
	transform: skewX(40deg);
}

.top-20 {
	top: 20px;
}

.top-fifty {
	top: 80px;
}

.img_overlay {
	background: #000000;
	position: absolute;
	opacity: 0.5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.img_overlay2 {
	background: #000000;
	position: absolute;
	opacity: 0.5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.img_overlay3 {
	background: #000000;
	position: absolute;
	opacity: 0.2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.img_overlay4 {
	position: absolute;
	background: linear-gradient(
		180.99deg,
		#000000 1.86%,
		rgba(196, 196, 196, 0) 99.91%
	);
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.7));
	width: 100%;
	height: 100%;
}

.dark-background-reduced {
	background-color: rgba(167, 92, 42, 0.55);
	border: 2px solid var(--lightest-color);
}

.index-1 {
	z-index: 1;
}

.index-2 {
	z-index: 2;
}

.index-3 {
	z-index: 3;
}

.index-4 {
	z-index: 4;
}

.index-5 {
	z-index: 5;
}

.index-2000 {
	z-index: 2000;
}

.right-arrow {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PGcgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+PHBhdGggZD0iTTIyLDlhMSwxLDAsMCwwLDAsMS40Mmw0LjYsNC42SDMuMDZhMSwxLDAsMSwwLDAsMkgyNi41OEwyMiwyMS41OUExLDEsMCwwLDAsMjIsMjNhMSwxLDAsMCwwLDEuNDEsMGw2LjM2LTYuMzZhLjg4Ljg4LDAsMCwwLDAtMS4yN0wyMy40Miw5QTEsMSwwLDAsMCwyMiw5WiIvPjwvZz48L3N2Zz4=');
	display: inline-block;
	width: 30px;
	height: 30px;
	filter: brightness(0) invert(1);
}

.btn-danger {
	background: var(--cta-red);
	border-color: var(--cta-red);
	padding: 10px 30px;
	font-size: 1rem;
	color: #ffffff;
	border-radius: 0px;
	border: 0px !important;
}

.btn-danger:hover {
	background: var(--cta-red);
	border-color: var(--cta-red);
	opacity: 0.9;
}

.bg-orange-theme {
	background: var(--main-orange) !important;
	background-color: var(--main-orange) !important;
}

.btn-dark {
	background: var(--main-dark-green) !important;
}

.btn-dark:hover {
	background: var(--main-orange) !important;
	border-color: var(--main-orange) !important;
}

.btn-outline-dark:hover {
	background: var(--main-orange) !important;
	border-color: var(--main-orange) !important;
}

.wpcf7-submit,
#pespal_pay_btn {
	background: var(--main-orange);
	border-color: var(--main-orange);
	padding: 10px 50px;
	font-size: 1rem;
	color: #ffffff;
	border-radius: 0px;
	border: 0px;
	margin-top: 0px;
}

.wpcf7-submit:hover {
	background-color: var(--light-orange);
}

.expand-button:hover {
	border: 2px solid var(--main-orange) !important;
}

.footercall {
	display: none;
}

#qlwapp .qlwapp-toggle {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.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;
	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: var(--cta-red);
	text-align: center;
}

.btna:hover,
.footercall a:hover {
	background: var(--main-green);
	text-decoration: none !important;
	color: #fff !important;
}

#btn-back-to-top {
	position: fixed;
	bottom: 80px;
	right: 10px;
	display: none;
}

a.sidoto:hover h2 {
	text-decoration: underline;
}

a.sidoto:hover span.btn {
	background: var(--main-orange) !important;
	border: 2px solid var(--main-orange) !important;
	color: #fff !important;
}

.site-branding img {
	height: 87px;
}

.footercall {
	display: none;
	position: absolute;
	position: fixed;
	z-index: 9999999;
	bottom: 0;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px -1px 10px #d0d0d0;
	-moz-box-shadow: 0px -1px 10px #d0d0d0;
	box-shadow: 0px -1px 10px #d0d0d0;
	padding: 0.6375rem;
}

@media (max-width: 1399.98px) {
	.main-navigation ul li a {
		padding: 13px 17px !important;
		font-size: 0.9rem !important;
	}
}

@media (max-width: 1199.98px) {
	.main-navigation {
		position: fixed;
		top: 0;
		right: 0;
		width: 320px;
		height: 100%;
		z-index: 10;
		background: var(--main-green);
		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;
		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 {
		display: block;
		cursor: pointer;
	}

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

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

	.main-navigation .btn-close-menu {
		background: var(--lightest-color);
		width: 50px;
		height: 50px;
		border: 2px solid var(--lightest-color);
		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;
	}

	.border-md-none {
		border: 0px !important;
	}

	.header-bottom {
		z-index: 10000;
	}
}

@media only screen and (max-width: 991px) {
	.slider .banner-text h1,
	.big-text,
	.intro-head {
		font-size: 2.5rem;
		line-height: 3rem;
	}

	.one-rem {
		font-size: 1rem !important;
		font-weight: 400 !important;
	}
}

@media (max-width: 767.98px) {
	.right-content-tab {
		height: 692px;
	}
}

@media (max-width: 575.98px) {
	.site-branding img {
		width: 270px;
		height: 67px;
	}

	.slider .banner-text h1,
	.big-text,
	.intro-head {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.main-image {
		height: 250px;
	}

	.footercall {
		display: block;
		position: absolute;
		position: fixed;
		z-index: 9999999;
		bottom: 0;
		width: 100%;
		background: #fff;
		-webkit-box-shadow: 0px -1px 10px #d0d0d0;
		-moz-box-shadow: 0px -1px 10px #d0d0d0;
		box-shadow: 0px -1px 10px #d0d0d0;
		padding: 0.6375rem;
	}

	#qlwapp.qlwapp-rounded.qlwapp-button .qlwapp-toggle,
	.qlwapp__button {
		width: 100% !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
}

.hamburger-holder {
	background: var(--lightest-color)
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaWQ9ItCh0LvQvtC5XzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEzOSAxMzk7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMzkgMTM5IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQo8L3N0eWxlPjxsaW5lIGNsYXNzPSJzdDAiIGlkPSJYTUxJRF82XyIgeDE9IjI2LjUiIHgyPSIxMTIuNSIgeTE9IjQ2LjMiIHkyPSI0Ni4zIi8+PGxpbmUgY2xhc3M9InN0MCIgaWQ9IlhNTElEXzlfIiB4MT0iMjYuNSIgeDI9IjExMi41IiB5MT0iOTIuNyIgeTI9IjkyLjciLz48bGluZSBjbGFzcz0ic3QwIiBpZD0iWE1MSURfOF8iIHgxPSIyNi41IiB4Mj0iMTEyLjUiIHkxPSI2OS41IiB5Mj0iNjkuNSIvPjwvc3ZnPg==')
		no-repeat;
	background-size: cover;
	background-position: center center;
	display: block;
	width: 40px;
	height: 35px;
}
