/*!
Theme Name: Maren Csirt
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maren-csirt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Maren Csirt is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

:root {
	--maren-bg-primary: #005D29;
	--maren-bg-secondry: #46C980;
	--maren-primary-text-color: #424242;
	--maren-button-color: #D73502;
	--maren-accent-text-color: #FFF;
	--maren-global-text-color: #424242;
	--maren-header-primary-color: #167060;
	--maren-footer-grey: #A6ADB5;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Epilogue', sans-serif;
	
	
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	box-shadow: none;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Epilogue, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	font-family: 'Epilogue', sans-serif;
	text-align: justify;
}

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;
	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;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--maren-header-primary-color);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: var(--maren-footer-grey);
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.z-header {
	z-index: 1000;
}

@media (min-width: 768px)
{
	.shadow-sm-md, .shadow-sm-none {
		box-shadow: 0 0 #0000,0 0 #0000,0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);;
	}
}

.start-4 {
	left: 1rem;
}

@media (min-width: 768px)
{
	.start-sm-8 {
		left: 2rem;
	}
}

.end-4 {
	right: 1rem;
}
@media (min-width: 768px)
{
	.end-sm-8 {
		right: 2rem;
	}
}

.top-5 {
	top: 1.25rem;
}

@media (min-width: 768px)
{
	.top-sm-6 {
		top: 1.5rem;
	}
}

.incident-btn {
	background-color: var(--maren-button-color);
	border-radius: 30px;
	box-shadow: 0 0 30px #005D29;
	font-weight: 500;
	font-family: 'Urbanist', sans-serif;
	text-transform: uppercase;
}

.main-navigation .incident-btn {
	padding-top: 1rem !important;
    padding-bottom: 1rem !important;
	font-weight: 500;
    font-family: 'Urbanist', sans-serif;
	font-size: 14px;
}

@media (max-width: 980px) {
	.incident-btn {
		width: 100%;
		margin-bottom: 10px;
	}
}

.incident-btn:hover {
	background-color: #97302E !important
}

.mb-20{
	margin-bottom: 20px;
}

.ms-30 {
	margin-left: 30px;
}

.me-30 {
	margin-right: 30px;
}
@media (max-width: 767px) {
	.me-sm-30 {
		margin-right: 0;
	}
}

.mb-30{
	margin-bottom: 30px !important;
}

@media (max-width: 767px) {
	.mb-sm-30 {
		margin-bottom: 30px;
	}
}

.ms-50 {
	margin-left: 50px;
}

.me-50 {
	margin-right: 50px;
}

.mt-90{
	margin-top: 90px;
}

@media (max-width: 767px) {
	.mt-sm-90{
		margin-top: 0;
	}
}

.mt-80{
	margin-top: 80px;
}

.square-btn {
	width: 100%;
	padding: 22px 40px 22px 40px!important;
	color: #FFFFFF !important;
	background-color: transparent;
	background-image: linear-gradient(90deg, #D73502 5%, #D73502 5%)!important;
	border-radius: 0;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	box-shadow: 0 0 30px #005D29;
	font-family: 'Epilogue', sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.square-btn:hover{
	color: #222222 !important;
	background-color: transparent;
	background-image: linear-gradient(90deg, #D73502 5%, #FFFFFF 5%);
}
.word-spacing-15 {
	word-spacing: 15px
}

.quick-links{
	padding: 0 0 0 10px;
}

@media (max-width: 767px) {
	.quick-links{
		padding: 0;
		margin: 30px 0 0;
	}
}

.quick-links h4.heading-title{
	font-family: 'Urbanist', sans-serif;
	color: var(--maren-header-primary-color);
	font-weight: 500;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.navbar-brand{
	width: 210px;
	height: auto;
}

@media (max-width: 768px)
{
	.navbar-brand{
		width: 190px;
	}
}

.main-navigation {
	display: block;
	/*width: 100%;*/
	font-family: 'Epilogue', sans-serif;
	left: 0;
	right: 0;
}

@media (max-width: 768px) {
	.main-navigation {
		left: 1rem;
		right: 1rem;
	}
}


.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 40px 20px !important;
	font-family: 'Epilogue', sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.main-navigation a.incident-btn {
	padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}


@media (max-width: 768px)
{
	.main-navigation a {
		padding: 20px !important;
	}
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	/*border-top: none;*/
	border: none;
	padding-top: 9px;
	border-radius: 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
	padding: 25px 20px !important;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}


.bg-overlay{
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}


.main-slider {
	background-color: transparent;
	background-image: linear-gradient(320deg, var(--maren-header-primary-color) 0%, var(--maren-bg-primary) 100%);

	overflow: hidden;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: -95px;
	margin-bottom: 0;
	padding: 300px 0 120px;
	z-index: 0;
}

.main-slider, .main-slider .bg-overlay {
	border-radius: 0 0 500px;
}

@media (max-width: 767px) {
	.main-slider, .main-slider .bg-overlay {
		border-radius: 0 0 200px;
	}
}

.main-slider .bg-overlay{
	background-image: url(assets/images/image-section-54-min.jpg);
	background-image: url(assets/images/bg_bighero.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.1;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.text-heading {
	font-family: 'Urbanist', sans-serif;
	font-size: 55px;
	font-weight: 600;
	color: #ffffff;
}

.header-text {
	font-size: 17px;
}

.slider-small-img{
	z-index: 1;
}

.slider-small-img img{
	animation-name: maren-animation-hang-sink,maren-animation-hang;
	animation-duration: .3s,1.5s;
	animation-delay: 0s,.3s;
	animation-timing-function: ease-out,ease-in-out;
	animation-iteration-count: 1,infinite;
	animation-fill-mode: forwards;
	animation-direction: normal,alternate
}

.animation-wrap {
	max-width: 400px;
	top: -40px;
	z-index: 1;
}

.widget-container{
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform .4s;
}

.elottie-container{
	max-width: 100%;
	width: 400px;
}

.elottie-container svg{
	transition: none!important;
}

.news {
	padding: 100px 0;
	z-index: 0;
}

@media (max-width: 767px) {
	.news {
		padding: 70px 0 50px;
	}
	.text-heading {
		font-size: 40px;
	  }
}

.news h2.heading-title,
.alerts h2.heading-title,
.services h2.heading-title,
.archive-content h2.heading-title
{
	font-family: 'Urbanist', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: var(--maren-header-primary-color);
}

.news h1.heading-title,
.alerts h1.heading-title,
.services h1.heading-title,
.archive-content h1.heading-title
{
	font-size: 48px;
	font-weight: 400;
	color: var(--maren-primary-text-color);
}

.alerts h1.heading-title{
	font-size: 38px;
	/*color: var(--maren-header-primary-color);*/
	margin: 0;
}

.alerts-list{
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0
}

.alerts-list .widget-wrap{
	margin: 0 20px 0 0;
}

.alerts-list .widget-wrap .widget-container {
	margin: 0 0 30px;
}
.alerts-list .animation-float {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}


.alerts-list .icon-box-wrapper {
	position: relative;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;

	text-align: left;
	padding: 0 40px 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-style: solid;
	border-width: 0;
	border-radius: 10px;
}

.icon-box.icon-box-header {
	position: relative;
	z-index: 2;
	line-height: 0;
}

.icon-box.icon-box-header>.icon {
	display: inline-block;
	margin-bottom: 13px;
	color: #575A5F;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.icon-box.icon-box-header>.icon {
	color: #ffffff;
	background-color: var(--maren-header-primary-color);
	border-radius: 0 0 5px 5px;
	margin: 0 0 20px;
	padding: 25px 0 0 10px;
	height: 90px;
	width: 70px;
}

.icon-box > .icon i {
	font-size: 50px;
}

.icon-box.icon-box-body {
	position: relative;
	z-index: 2;
}

.alerts-list .title {
	padding: 0;
	color: var(--maren-header-primary-color);
	font-family: 'Urbanist', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.alerts .icon-box-body p{

}

.icon-box.icon-box-body .icon-box-button,
.icon-box-button .btn-wrapper {
	position: relative;
	z-index: 2;
}

.icon-box-button a.icon-box-link {
	color: var(--maren-header-primary-color);
	padding: 0;
	margin: 10px 0 0;
	background-color: #02010100;
	font-weight: 600;
	font-family: 'Urbanist', sans-serif;
	display: block;
}

.alerts .title-desc {
	padding: 0 22%;
}
@media (max-width: 1024px) {
	.alerts .title-desc {
		padding: 0 10%;
	}
}

@media (max-width: 767px) {
	.alerts .title-desc {
		padding: 0;
	}
}

.services {
	background-position: center bottom 0;
	background-image: url(assets/images/services_2.png),radial-gradient(circle at top right,var(--maren-header-primary-color) 0%,var(--maren-bg-primary) 100%)!important;
	background-size: cover;
	background-color: #fff;

	margin-top: 10px;
	margin-bottom: 0;

	padding-top: 10vw;
	padding-bottom: 10vw;
}

@media (max-width: 980px) {
	.services {
			padding: 0;
	}
}

.services .desc-wrapper{
	word-wrap: break-word;
	animation-duration: .2s;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

@media (min-width: 981px) {
	.services .desc-wrapper{
		margin-bottom: 7.493%;
	}
}

.services h2.heading-title, .services h1.heading-title {
	color: #ffffff;
}

.services h1.heading-title {
	margin: 5px 0 0;
	font-weight: 500;
}

@media  ( max-width: 980px){
	.services h1.heading-title {
		font-size: 32px;
	}
}

.services .maren-button{
	background-color: #ffffff;
	color: var(--maren-header-primary-color);
}

.blurb {
	position: relative;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;

	box-shadow: 0 10px 60px 0 rgba(10,45,97,0.1);

	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;

	line-height: 1.5em;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	padding: 24px 20px !important;
}

.blurb-content {
	display: flex;
	max-width: 650px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	word-wrap: break-word;
	width: 100%;
	flex-direction: row;
}

.blurb-image {
	line-height: 0;
	max-width: 100%;
}

.blurb-image {
	color: var(--maren-bg-primary);
	font-size: 72px;
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.blurb-image {
		font-size: 58px;
	}
}

.blurb-container {
	flex-grow: 1;

	padding: 0 15px;
	vertical-align: top;
}

.blurb_description p {
	color: var(--maren-primary-text-color);
}

.module_header {
	font-weight: 600;
	font-size: 18px;
	font-family: 'Urbanist', sans-serif;
	color: var(--maren-header-primary-color);
}

.maren-button {
	border-style: solid;
	border-width: 0;
	padding: 18px 30px;

	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
	line-height: 1rem;
	color: #ffffff;
	background-color: var(--maren-header-primary-color);
	border-radius: 30px;
	box-shadow: 5px 5px 10px 0 rgba(161.96832772959831, 163.42620357277738, 189.66796875, 0.25);
}

.button-text {
	flex-grow: 1;
	order: 10;
	display: inline-block;
}

.animation-float:hover {
	transform: translateY(-8px);
}

.news .jkit-thumb {
	border-radius: 10px;
	margin-bottom: 1.5rem;
	position: relative;
	overflow: hidden;
}

.jkit-thumb a{
	color: #898F95;
}

.jkit-thumb .thumbnail-container {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 0;
	background: #eaeaeb 50%;
	background-size: cover;
}

.news .jkit-thumb .thumbnail-container {
	height: 250px;
	border-radius: 10px;
}

@media (max-width: 1024px){
	.news .jkit-thumb .thumbnail-container {
		height: 240px;
	}
}

.jkit-thumb .thumbnail-container:before
{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: transparent;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.jkit-thumb .thumbnail-container img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-o-object-fit: cover;
	object-fit: cover;
	color: #ffffff;
	z-index: -1;
}

.jkit-post-category {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	display: inline-block;
}

.jkit-post-category {
	position: absolute;
	bottom: 0;
	line-height: 1;
	background: #fff;
	max-width: 50%;


	left: 0;
	text-align: left;
	border-radius: 0 7px 0 0;
	padding: 15px 15px 10px 10px;
	margin: 20px 0 0;
}

.postblock-content {
	text-align: left;
}
.post-title {
	color: var(--maren-bg-primary);
	font-family: 'Urbanist', sans-serif;
	font-weight: 500;
	font-size: 24px;

	line-height: 1.3;
	margin: 10px 0 0;
}

.post-title a {
	color: #012D12FF;
	color: var(--maren-header-primary-color);
}
.post-excerpt {
	margin: 15px 0 -10px;
	
}

.post-excerpt p, .alerts p {
	font-size: 16px;
	text-align: justify;
	color: #A6ADB5;
}

.post-meta-bottom {
	font-family: 'Urbanist', sans-serif;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 17px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	margin-top: 1.5rem;

	justify-content: flex-start;
}

.readmore {
	font-weight: 600;
	padding: 0;
	margin: 0;
	background-color: #02010100;
	color: var(--maren-bg-primary);
}


.widget-wrap {
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	align-content: flex-start;
}

.maren-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
}
.shape-top {
	top: -1px;
}


.alerts {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 100px 0;
}

@media (max-width: 767px) {
	.alerts {
		padding-bottom: 10px;
	}
}

.top-section {
	padding: 180px 0 100px;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0;
	margin-bottom: 0;

	background-color: transparent;
	background-image: linear-gradient(320deg, var(--maren-bg-secondry) 0%, var(--maren-bg-primary) 100%);
}

@media (max-width: 767px) {
	.top-section {
		padding: 120px 0 120px;
	}
}

.top-section .bg-overlay {
	background-image: url(assets/images/bg4.jpg);
	opacity: 0.3;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;

	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0;
}

.top-section h1.heading-title {
	color: #FFFFFF;
	font-family: 'Urbanist', sans-serif;
	font-size: 55px;
	font-weight: 400;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
}

@media (max-width: 767px) {
	.top-section h1.heading-title {
		font-size: 42px;
	}
}

.archive-content {
	padding: 100px 0;
	z-index: 0;
}

.shape-bottom {
	bottom: -1px;
}

.shape-bottom svg {
	width: calc(100% + 1.3px);
	height: 70px;
}

.top-section .shape-bottom .shape-fill {
	fill: #FFFFFF;
}

.top-section .maren-icon {
	font-size: 18px;
	color: #ffffff;
	border: none #ffffff;
}

.post-author-container,
.post-date-container {
	margin: 10px 0 0 10px;
}

.post-author .post-author,
.post-date .post-date {
	display: inline-block;
	font-family: 'Urbanist', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;

	margin-top: 0;
	margin-bottom: 0.9rem;
}
.post-content {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 100px 0;
}

@media (max-width: 767px){
	.post-content .maren-container {
		max-width: 767px;
	}
}

.post-content .maren-container {
	max-width: 800px;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	flex-direction: column;
}
@media (max-width: 1024px){
	.post-content .maren-container{
		flex-wrap: wrap;
	}
}

.post-header-thumbnail img{
	width: 100%;
}

.entry-content p {
	color: var(--maren-footer-grey);
	/*color: #7A7A7A;*/
}

.archive-content .jkit-thumb {
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
	border-radius: 10px;
}

.archive-content .jkit-thumb .thumbnail-container {
	border-radius: 10px;
}

.archive-content .jkit-thumb .thumbnail-container img{
	position: relative;
	top: unset;
	left: unset;
	transform: none;
}









.footer-section .shape-top {
	transform: rotate(180deg);
}


.maren-shape svg {
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.shape-top:not([data-negative=false]) svg {
	z-index: -1;
}

.shape-top svg {
	width: calc(100% + 1.3px);
	height: 85px;
}

.maren-shape .shape-fill {
	fill: #fff;
	transform-origin: center;
	transform: rotateY(0deg);
}


.footer-section  {
	border-radius: 0;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0 10px 20px 10px;

	background-color: transparent;
	background-image: linear-gradient(320deg, #F7FAFF 0%, #F1F3F6 100%);
}

.footer-section .bg-overlay{
	background-image: url(assets/images/network.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.03;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	border-radius: 0;
}

.footer-contacts {
	border-radius: 100px;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0;
	margin-bottom: 0;

	background-color: transparent;
	background-image: linear-gradient(320deg, var(--maren-bg-secondry) 0%, var(--maren-bg-primary) 100%);
}

@media (max-width: 767px){
	.footer-contacts {
		border-radius: 15px;
	}
}

.footer-contacts .bg-overlay{
	background-image: url(assets/images/bg4-UKTFPUF.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.3;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	border-radius: 100px;
}

@media (max-width: 767px){
	.footer-contacts .bg-overlay{
		border-radius: 15px;
	}
}

.footer-contacts .widget-wrap{
	padding: 40px 20px 40px 20px
}

@media (max-width: 767px){
	.footer-contacts .widget-wrap{
		padding: 30px 0 0;
	}
}

.footer-contacts .icon-box-wrapper {
	align-items: center;
	display: flex;
	text-align: left;
	flex-direction: row;
}

@media (max-width: 767px){
	.footer-contacts .icon-box-wrapper {
		display: block;
		text-align: center;
	}
}

.icon-box-icon {
	display: inline-flex;
	flex: 0 0 auto;
	margin-right: 18px;
	margin-left: 0;
	margin-bottom: unset;
}


.icon-box-content {
	flex-grow: 1;
}

.maren-icon {
	display: inline-block;
	line-height: 1;
	transition: all .3s;
	color: #69727d;
	font-size: 50px;
	text-align: center;

	border: 3px solid #69727d;
}

.footer-contacts .maren-icon {
	border-radius: 50%;
	font-size: 20px;
	padding: 16px;
	border-width: 0;

	fill: var(--maren-bg-primary);
	color: var(--maren-bg-primary);
	border-color: var(--maren-bg-primary);
	background-color: #ffffff;
}

.maren-icon i, .maren-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.footer-contacts h4.icon-box-title{
	margin-top: 0.5rem;
	margin-bottom: 0px;
	color: #ffffff;
	font-family: 'Urbanist', sans-serif;
	font-size: 20px;
	font-weight: 500;
}

.footer-contacts .icon-box-description {
	margin: 0;
	color: #ffffff;
}

.footer-description {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0 40px 0 0;
}

.footer-description img{
	width: 60%;
	vertical-align: middle;
	display: inline-block;
}

.footer-description .desc{
	color: var(--maren-footer-grey);
	font-size: 15px;
}

.social-icon:last-child {
	margin: 0;
}

.animation-shrink {
	transition-duration: .3s;
	transition-property: transform;
}

.social-icon {
	display: inline-flex;
	background-color: #69727d;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	border: none;
}


.maren-icon.social-icon {
	font-size: 14px;
	line-height: 14px;
	width: calc(14px + (2 * .9em));
	height: calc(14px + (2 * .9em));
}

.maren-icon.social-icon {
	border-radius: 50%;
	background-color: var(--maren-header-primary-color);
	padding: 0.9em;
}

.social-icon i {
	color: #ffffff;
}

ul.icon-list-items {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.icon-list-items li{
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	font-size: inherit;
	align-items: center;
}

ul.icon-list-items li:not(:last-child) {
	padding-bottom: calc(10px/2);
}

ul.icon-list-items li:not(:first-child) {
	margin-top: calc(10px/2);
}

ul.icon-list-items a {
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	color: var(--maren-footer-grey);
}

ul.icon-list-items a:hover {
	color: var(--maren-header-primary-color);
}

.newsletter{
	font-size: 15px;
	color: var(--maren-footer-grey);
}

.form-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.form-wrapper {
		flex-direction: column;
	}
}

.input-wrapper:not(.submit-input-holder) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 30px;
}

.input-wrapper:not(.submit-input-holder) {
	-webkit-box-flex: 59%;
	-ms-flex: 0 0 59%;
	flex: 0 0 59%;
	margin-right: 15px;
}

.mailchimp .form-group {
	margin: 0;
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

input.form-control {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	display: block;
	height: auto;
	min-height: 42px;
	font-weight: 400;
	line-height: 1.5;
	background-clip: padding-box;
	border-color: #EAEAEA;
	-webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;

	color: var(--maren-footer-grey) !important;
	background-color: #ffffff;
	border-radius: 50px;
	padding: 14px 30px 14px 30px;
	border-style: solid;
	border-width: 0;
	box-shadow: 0 0 10px 0 rgba(157.171875, 157.171875, 157.171875, 0.1);
	font-size: 15px;
}

.submit-input-holder {
	align-self: center;
	-webkit-box-flex: 130px;
	-ms-flex: 0 0 130px;
	flex: 0 0 130px;
}

@media (max-width: 767px) {
	.submit-input-holder {
		margin-top: 10px;
		width: 100%;
		flex: 0;
	}
}

.mailchimp-submit {
	color: #ffffff;
	width: 100%;
	position: relative;
	z-index: 1;
	font-size: 15px;
	border-style: solid;
	border-width: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 26px;

	border-radius: 50px;
	padding: 12px 10px 13px 10px;
	margin: 0;
	background-color: var(--maren-header-primary-color);
}

.footer-bottom{
	border-style: solid;
	border-width: 1px 0 0;
	border-color: #0000001A;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 80px;
	margin-bottom: 0;
	padding: 20px 0 0;
	color: var(--maren-footer-grey);
	font-size: 15px;
}

@media (max-width: 767px) {
	.footer-bottom {
		text-align: center;
		margin-top: 40px;
	}
}



	/* Posts and pages
    --------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

@keyframes maren-animation-hang {
	0% {
		transform: translateY(8px)
	}

	50% {
		transform: translateY(4px)
	}

	100% {
		transform: translateY(8px)
	}
}


@keyframes maren-animation-hang-sink {
	100% {
		transform: translateY(8px)
	}
}

.pagination .page-numbers li {
	display: inline-block;
	margin-right: calc( 22px/2 );
	margin-left: calc( 22px/2 );
}

.contact-box{
    border-radius: 0;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 64px 40px 64px;
    background-color: transparent;
    background-image: linear-gradient(320deg, #F7FAFF 0%, #F1F3F6 100%);
	/* border-radius: 56px; */
	position: relative;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	
}

.contact-box .bg-overlay {
    background-image: url(assets/images/network.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.03;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    border-radius: 0;
}

.inner-heading {
	font-size: 19px;
	color: var(--maren-primary-text-color);
	font-weight: bold;
}

.text-footer-grey {
	color: #A6ADB5;
}
.form-label {
	color: var(--maren-primary-text-color);
}

.wpcf7-not-valid-tip {
    font-size: .8em;
}

.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="url"], 
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"], 
.wpcf7-form textarea {
    color: var(--maren-footer-grey);
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 3px;
}

.border-bottom-grey {
	border-bottom: 1px solid var(--maren-footer-grey);
}
