/*!
Theme Name: mi2
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: mi2
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.

mi2 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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400;500;600&display=swap");
h5 {
	font-size: 14px;
}

.border article header h3 {
	padding-left: 0;
	font-size: 17px;
}

article header h3 {
	margin-bottom: 0;
	margin-top: 10px;
	color: #ed1c24;
	font-size: 14px;
	padding: 0 16px;
}

#page {
	margin-top: 30px;
	width: 100%;
	position: relative;
}

header#masthead {
	position: absolute;
}

header .site-title {
	display: none !important;
}

input {
	color: #ed1c24 !important;
}

input[type="text"]:focus {
	color: #ed1c24 !important;
}

div.site-branding.whiteBox a {
	background-color: white !important;
}

div.site-branding.whiteBox a img {
	width: 100%;
	padding-top: 15px;
	padding-left: 15px;
}

body.home header h1.site-title {
	display: none !important;
}

ul#social-menu {
	display: flex;
	position: relative;
}

ul#social-menu li {
	overflow: hidden;
	margin: 10px 10px 0 0px;
	width: 18px;
	text-indent: 99999em;
}

ul#social-menu li:nth-of-type(1) {
	background-size: contain;
	background: url("./img/facebook-icon.svg") no-repeat;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(169deg) brightness(98%) contrast(104%);
}

ul#social-menu li:nth-of-type(2) {
	background: url("./img/youtube-icon.svg") no-repeat;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(169deg) brightness(98%) contrast(104%);
	background-size: contain;
}

ul#social-menu li:nth-of-type(3) {
	background: url("./img/flickr-icon.svg") no-repeat;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(169deg) brightness(98%) contrast(104%);
	background-size: contain;
}

ul#lang-switcher-menu {
	margin: 20px 0;
}

ul#lang-switcher-menu li a {
	font-size: 13px;
	font-weight: 700;
	margin-right: 10px;
}

ul#lang-switcher-menu li a:hover {
	background-color: white !important;
	width: fit-content !important;
	width: -moz-fit-content !important;
	color: #ed1c24 !important;
	box-shadow: 5px 0 0 0 #fff, -5px 0 0 0 #fff !important;
}

section.childpages {
	margin: 0;
	justify-content: space-between;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

section.childpages article {
	margin: 0 30px 30px 0;
	list-style-type: none;
	width: 18%;
	position: relative;
	z-index: 1;
	height: fit-content;
	height: -moz-fit-content;
	background-color: #fff;
}

section.childpages article::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(45deg);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid white;
	background-color: #fff;
	top: -21px;
	right: -11px;
}

section.childpages article::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(226deg);
	border-left: 16px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 15px solid white;
	background-color: #fff;
	bottom: -3px;
	left: -33px;
}

section.childpages article h4 {
	line-height: 118%;
	width: fit-content;
	width: -moz-fit-content;
	margin-left: 21px;
	margin-right: 16px;
}

section.childpages article p {
	padding: 0 16px;
	font-size: 13px;
	color: #000;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
}

section.childpages article img {
	display: block;
	object-position: center;
	width: 100%;
	height: auto;
	object-fit: contain;
	vertical-align: middle;
}

.hamburger_button {
	z-index: 100;
	cursor: pointer;
	display: none;
	position: absolute;
	top: 12px;
	right: 30px;
}

.bar1, .bar2, .bar3 {
	width: 35px;
	height: 5px;
	background-color: #ed1c24;
	margin: 5px 0;
	transition: 0.4s;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8px, 6px);
	transform: rotate(-45deg) translate(-8px, 6px);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -6px);
	transform: rotate(45deg) translate(-8px, -6px);
}

div.green.wrap {
	border-color: #68ff26;
}

div.green.wrap .close_icon a {
	background: url("./img/icn_close_zeleni.png");
}

div.green.wrap div.post-thumbnail {
	border-color: #68ff26;
}

div.green.wrap h1.entry-title span {
	background-color: #68ff26;
	box-shadow: 5px 0 0 0 #68ff26, -5px 0 0 0 #68ff26;
}

div.green.wrap a {
	background-color: #68ff26;
}

.gridblock article.green {
	border-top: 16px solid #68ff26;
	border-left: 16px solid #68ff26;
}

.gridblock article.green h4 span {
	background-color: #68ff26;
	color: #fff;
	box-shadow: 5px 0 0 0 #68ff26, -5px 0 0 0 #68ff26;
}

.gridblock article.green a.see_more {
	color: #68ff26;
	background: url("./img/icn_more2_zelena.png") 0 3px no-repeat;
}

div.blue.wrap {
	border-color: #6100fd;
}

div.blue.wrap .close_icon a {
	background: url("./img/icn_close_violet.png");
}

div.blue.wrap div.post-thumbnail {
	border-color: #6100fd;
}

div.blue.wrap h1.entry-title span {
	background-color: #6100fd;
	box-shadow: 5px 0 0 0 #6100fd, -5px 0 0 0 #6100fd;
}

div.blue.wrap a {
	background-color: #6100fd;
}

.gridblock article.blue {
	border-top: 16px solid #6100fd;
	border-left: 16px solid #6100fd;
}

.gridblock article.blue h4 span {
	background-color: #6100fd;
	color: #fff;
	box-shadow: 5px 0 0 0 #6100fd, -5px 0 0 0 #6100fd;
}

.gridblock article.blue a.see_more {
	color: #6100fd;
	background: url("./img/icn_more2_ljubicasta.png") 0 3px no-repeat;
}

div.magenta.wrap {
	border-color: #ef00fd;
}

div.magenta.wrap .close_icon a {
	background: url("./img/icn_close_magenta.png");
}

div.magenta.wrap div.post-thumbnail {
	border-color: #ef00fd;
}

div.magenta.wrap h1.entry-title span {
	background-color: #ef00fd;
	box-shadow: 5px 0 0 0 #ef00fd, -5px 0 0 0 #ef00fd;
}

div.magenta.wrap a {
	background-color: #ef00fd;
}

.gridblock article.magenta {
	border-top: 16px solid #ef00fd;
	border-left: 16px solid #ef00fd;
}

.gridblock article.magenta h4 span {
	background-color: #ef00fd;
	color: #fff;
	box-shadow: 5px 0 0 0 #ef00fd, -5px 0 0 0 #ef00fd;
}

.gridblock article.magenta a.see_more {
	color: #ef00fd;
	background: url("./img/icn_more2_roza.png") 0 3px no-repeat;
}

div.cyan.wrap {
	border-color: #6efcff;
}

div.cyan.wrap .close_icon a {
	background: url("./img/icn_close_plavi.png");
}

div.cyan.wrap div.post-thumbnail {
	border-color: #6efcff;
}

div.cyan.wrap h1.entry-title span {
	background-color: #6efcff;
	box-shadow: 5px 0 0 0 #6efcff, -5px 0 0 0 #6efcff;
}

div.cyan.wrap a {
	background-color: #6efcff;
}

.gridblock article.cyan {
	border-top: 16px solid #6efcff;
	border-left: 16px solid #6efcff;
}

.gridblock article.cyan h4 span {
	background-color: #6efcff;
	color: #fff;
	box-shadow: 5px 0 0 0 #6efcff, -5px 0 0 0 #6efcff;
}

.gridblock article.cyan a.see_more {
	color: #6efcff;
	background: url("./img/icn_more2_plava.png") 0 3px no-repeat;
}

.gridblock article.red {
	border-top: 16px solid #b00526;
	border-left: 16px solid #b00526;
}

.gridblock article.red h4 span {
	background-color: #b00526;
	color: #fff;
	box-shadow: 5px 0 0 0 #b00526, -5px 0 0 0 #b00526;
}

.gridblock article.red a.see_more {
	color: #b00526;
	background: url("./img/icn_more2_crvena.png") 0 3px no-repeat;
}

div.default.wrap {
	border-color: #ed1c24;
}

div.default.wrap .close_icon a {
	background: url("./img/icn_close_crveni.png");
}

div.default.wrap div.post-thumbnail {
	border-color: #ed1c24;
}

div.default.wrap h1.entry-title span {
	background-color: #ed1c24;
	box-shadow: 5px 0 0 0 #ed1c24, -5px 0 0 0 #ed1c24;
}

div.default.wrap a {
	background-color: #ed1c24;
}

div.default.wrap h1 a {
	background-color: inherit;
}

.gridblock article.default {
	border-top: 16px solid #ed1c24;
	border-left: 16px solid #ed1c24;
}

.gridblock article.default h4 span {
	background-color: #ed1c24;
	color: #fff;
	box-shadow: 5px 0 0 0 #ed1c24, -5px 0 0 0 #ed1c24;
}

.gridblock article.default a.see_more {
	color: #ed1c24;
	background: url("./img/icn_more2_crvena.png") 0 3px no-repeat;
}

header#masthead {
	width: 100%;
}

.main-navigation.redBox {
	left: 30px;
	position: absolute;
	top: 80px;
	width: 250px;
}

nav#site-navigation {
	margin-top: 30px;
}

nav#site-navigation a {
	color: white;
	background-color: inherit !important;
}

div.gallery {
	display: flex;
	flex-flow: row wrap;
}

body {
	font-family: 'Merriweather Sans', sans-serif;
}

.sizer {
	width: 20%;
	overflow: hidden;
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

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

main#primary {
	margin-top: 30px;
	margin-bottom: 50px;
}

.home .gridblock article.double {
	width: 38%;
	background-color: #ed1c24;
	border-top: #b00526 solid 18px;
	border-left: #b00526 solid 18px;
}

.home .gridblock article.double h3 {
	color: #fff !important;
	padding-left: 30px;
	margin-bottom: 0;
}

.home .gridblock article.double h2 {
	padding: 0 35px;
}

.home .gridblock article.double h2 a {
	color: #ed1c24;
	background-color: #fff;
	width: fit-content;
	width: -moz-fit-content;
	box-shadow: 5px 0 0 0 #fff, -5px 0 0 0 #fff;
}

.home .gridblock article.double .entry-meta {
	padding-left: 30px;
	color: #fff;
}

.home .gridblock article.double p {
	padding: 0 14px 20px 14px;
	color: #fff;
}

.home .gridblock article.double a.see_more {
	margin: 0 30px 16px 30px;
	color: #fff;
	background: url("./img/icn_more2_bijela.png") 0 3px no-repeat;
}

.home .gridblock article.double a.see_more:hover {
	color: #fff !important;
}

.home .gridblock article.double .featured-image img {
	height: 400px;
	object-fit: cover;
	max-height: 100%;
}

.gridblock {
	left: 320px;
	width: calc(100% - 320px);
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.gridblock article {
	width: 18%;
	position: relative;
	z-index: 1;
	height: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	background-color: #fff;
	border-top: #ed1c24 solid 18px;
	border-left: #ed1c24 solid 18px;
}

.gridblock article::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(45deg);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid white;
	background-color: #fff;
	top: -21px;
	right: -11px;
}

.gridblock article::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(226deg);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 14px solid white;
	background-color: #fff;
	bottom: -3px;
	left: -28px;
}

.gridblock .entry-meta {
	padding: 0 16px 10px;
	color: #ed1c24;
	font-size: 14px;
	font-weight: bold;
}

.gridblock h2.entry-title {
	margin: 15px 0;
	padding: 0 16px 0 21px;
	line-height: 0.4;
}

.gridblock h2.entry-title a {
	line-height: 16px;
	background-color: #ed1c24;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 12px 0;
	box-shadow: 5px 0 0 0 #ed1c24, -5px 0 0 0 #ed1c24;
}

.gridblock h2.entry-title a:hover {
	color: #fff;
}

.gridblock .entry-content {
	padding: 0 16px;
	margin: 0 0 10px;
}

.gridblock .entry-content a {
	text-decoration: none;
}

.gridblock .entry-content h1, .gridblock .entry-content h2, .gridblock .entry-content h3, .gridblock .entry-content h4, .gridblock .entry-content h5, .gridblock .entry-content h6 {
	margin: 0;
	font-size: 13px;
}

.gridblock .entry-content p {
	word-break: break-word;
	margin: 0;
	margin: 0;
	font-size: 13px;
	color: #000;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
}

.gridblock a.see_more {
	margin: 0 16px 16px 16px;
	display: block;
	font-size: 14px;
	color: #dd2c20;
	font-weight: bold;
	text-decoration: none;
	background: url("./img/icn_more2_crvena.png") 0 3px no-repeat;
	padding: 4px 0 4px 26px;
}

.gridblock a.see_more:hover {
	text-decoration: underline;
	color: #ed1c24 !important;
}

section.no-results {
	margin-left: 320px;
	width: calc(100% - 320px);
}

section.no-results p {
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	color: #333;
	line-height: 20px;
}

body.home article div.featured-image {
	height: auto;
	width: 100%;
}

body.home article div.featured-image img {
	display: block;
	width: 100%;
	min-height: 150px;
	object-fit: cover;
	vertical-align: middle;
}

div.featured-image {
	height: auto;
	width: 100%;
}

div.featured-image img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

div.entry-content {
	margin-top: 0;
}

ul#primary-menu {
	display: block;
}

ul#primary-menu li {
	line-height: 20px;
}

ul#primary-menu li a {
	width: fit-content;
	width: -moz-fit-content;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family: 'Merriweather Sans', sans-serif;
}

ul#primary-menu li a:hover {
	color: #ed1c24 !important;
	background-color: #fff !important;
	box-shadow: 5px 0 0 0 #fff, -5px 0 0 0 #fff;
}

ul#primary-menu li a:hover ul.sub-menu {
	position: static !important;
	display: block;
}

aside.widget-area div.hr1, aside.widget-area div.en1 {
	display: none;
	margin-top: 0;
	padding: 16px;
	background-color: #ed1c24;
	color: #fff;
	border-top: #b00526 solid 18px;
	border-left: #b00526 solid 18px;
	width: 250px;
	position: absolute;
	color: #fff;
	left: 30px;
	top: 655px;
}

aside.widget-area div.hr1 h3, aside.widget-area div.en1 h3 {
	margin: 10px 0;
	color: #ed1c24;
	background-color: #fff;
	width: fit-content;
	width: -moz-fit-content;
	box-shadow: 5px 0 0 0 #fff, -5px 0 0 0 #fff;
}

aside.widget-area div.hr1 p, aside.widget-area div.en1 p {
	font-weight: 400;
	color: white;
	font-size: 13px;
}

aside.widget-area div.hr1 p a, aside.widget-area div.en1 p a {
	text-decoration: none;
	color: #fff;
}

aside.widget-area div.hr1 p a:hover, aside.widget-area div.en1 p a:hover {
	color: white;
	text-decoration: none;
}

aside.widget-area div.hr1::after, aside.widget-area div.en1::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(45deg);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid white;
	top: -21px;
	right: -11px;
}

aside.widget-area div.hr1::before, aside.widget-area div.en1::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(226deg);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid white;
	background-color: #fff;
	bottom: -3px;
	left: -28px;
}

.whiteBox {
	width: 250px;
	left: 30px;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-top: #ed1c24 solid 18px;
	border-left: #ed1c24 solid 18px;
}

.whiteBox::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(45deg);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid white;
	background-color: #fff;
	top: -21px;
	right: -11px;
}

.whiteBox::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(226deg);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid white;
	background-color: #fff;
	bottom: -3px;
	left: -28px;
}

.redBox {
	padding: 16px;
	background-color: #ed1c24;
	color: #fff;
	border-top: #b00526 solid 18px;
	border-left: #b00526 solid 18px;
	width: 250px;
	position: relative;
	color: #fff;
	left: 30px;
	top: 0px;
}

.redBox::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(45deg);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #fff;
	background-color: #fff;
	top: -21px;
	right: -11px;
}

.redBox::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(226deg);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid white;
	background-color: #fff;
	bottom: -3px;
	left: -28px;
}

.close_icon a {
	width: 40px;
	height: 39px;
	background: url("./img/icn_close_crveni.png");
	position: absolute;
	top: 30px;
	right: 30px;
}

body.page-template-page-categories a {
	text-decoration: none;
	color: #000;
	background-color: #ed1c24;
}

body.page-template-page-categories a:hover {
	color: white;
	text-decoration: none;
}

body.page-template-page-categories header h1 {
	padding-right: 20px;
	width: 100%;
	padding-left: 320px;
}

body.page-template-page-categories .category-intro {
	display: flex;
	justify-content: flex-start;
	width: calc(100% - 340px);
	margin-left: 320px;
}

body.page-template-page-categories .category-intro article {
	float: left;
	width: 50%;
}

body.page-template-page-categories .category-intro .category-img {
	float: right;
	left: 40px;
	width: 35%;
	height: fit-content;
	height: -moz-fit-content;
	display: block;
	border-top: #b00526 solid 18px;
	border-left: #b00526 solid 18px;
	position: relative;
	top: 0px;
	right: 0;
}

body.page-template-page-categories .category-intro .category-img::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(45deg);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid white;
	background-color: #fff;
	top: -21px;
	right: -11px;
}

body.page-template-page-categories .category-intro .category-img::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(226deg);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid white;
	background-color: #fff;
	bottom: -3px;
	left: -28px;
}

body.page-template-page-categories .category-intro .category-img img {
	display: block;
}

ul.categories {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-left: 0;
	justify-content: flex-start;
}

ul.categories li {
	margin-bottom: 40px;
	margin-right: 40px;
	display: flex;
	flex: 40% 0;
	list-style: none;
	width: 250px;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-top: #ed1c24 solid 18px;
	border-left: #ed1c24 solid 18px;
}

ul.categories li:hover {
	text-decoration: none;
	color: white;
}

ul.categories li::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(45deg);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid white;
	background-color: #fff;
	top: -21px;
	right: -11px;
}

ul.categories li::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(226deg);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid white;
	background-color: #fff;
	bottom: -3px;
	left: -28px;
}

ul.categories li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	background-color: #ed1c24;
	color: #fff !important;
	font-size: 13px;
	margin: 10px;
}

body.search .left-single {
	width: auto;
}

body.page-template-page-contact .left-single {
	width: auto;
}

.searchBox.whiteBox {
	z-index: 100;
	top: 367px;
	left: 30px;
	display: flex;
}

.searchBox.whiteBox form {
	padding: 8px 0;
	width: 100%;
}

.searchBox.whiteBox input {
	width: 72%;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px;
}

.searchBox.whiteBox input::focus-visible {
	border: none;
}

.searchBox.whiteBox input[type="text"] {
	border: none;
	color: green;
}

.searchBox.whiteBox button {
	cursor: pointer;
	text-transform: uppercase;
	padding: 4px;
	border-radius: 0;
	font-size: 13px;
	font-weight: bold;
	border: 0;
	color: white;
	background-color: #ed1c24;
}

*:focus-visible {
	outline: 0;
}

.newsletterBox.whiteBox {
	z-index: 100;
	display: flex;
	position: absolute;
	justify-content: center;
	top: 552px;
	left: 30px;
}

.newsletterBox.whiteBox a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	background-color: #ed1c24;
	color: #fff !important;
	font-size: 13px;
	margin: 10px;
}

.newsletterBox.whiteBox a:hover {
	text-decoration: none;
	color: white;
}

aside.widget-area div.hr2, aside.widget-area div.en2 {
	display: none;
	padding: 16px;
	background-color: #ed1c24;
	color: #fff;
	border-top: #b00526 solid 18px;
	border-left: #b00526 solid 18px;
	width: 250px;
	position: absolute;
	color: #fff;
	left: 30px;
	top: 1120px;
}

aside.widget-area div.hr2::after, aside.widget-area div.en2::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(45deg);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid white;
	background-color: #fff;
	top: -21px;
	right: -11px;
}

aside.widget-area div.hr2::before, aside.widget-area div.en2::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(226deg);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid white;
	background-color: #fff;
	bottom: -3px;
	left: -28px;
}

aside.widget-area div.hr2 h3, aside.widget-area div.en2 h3 {
	color: #ed1c24;
	background-color: #fff;
	width: fit-content;
	width: -moz-fit-content;
	box-shadow: 5px 0 0 0 #fff, -5px 0 0 0 #fff;
}

aside.widget-area div.hr2 p, aside.widget-area div.en2 p {
	font-weight: 400;
	color: white;
	font-size: 13px;
}

aside.widget-area div.hr2 p a, aside.widget-area div.en2 p a {
	text-decoration: none;
	color: #fff;
}

aside.widget-area div.hr2 p a:hover, aside.widget-area div.en2 p a:hover {
	color: white;
	text-decoration: none;
}

aside.widget-area div.hr2 img, aside.widget-area div.en2 img {
	width: 150px;
}

p {
	color: #000;
}

.single-post {
	color: #333;
}

.single-post main#primary {
	display: flex;
	left: 0;
	max-width: 1130px;
	margin: 60px auto;
}

.page-template-default #page {
	margin-top: 0;
}

.page-template-default main#primary {
	margin: 30px auto;
	display: flex;
	max-width: 1130px;
}

.post, .page {
	margin: 0;
}

.page-template-default header {
	color: #ed1c24;
}

.page-template-default h3 {
	width: fit-content;
	width: -moz-fit-content;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	background-color: #ed1c24;
	box-shadow: 5px 0 0 0 #ed1c24, -5px 0 0 0 #ed1c24;
}

.single-post .entry-content, .page-template-default .entry-content, .post-type-page .entry-content {
	margin: 0 20px 40px 20px;
}

.single-post .entry-content p, .page-template-default .entry-content p, .post-type-page .entry-content p {
	font-weight: 500;
	font-size: 20px;
	color: #333;
}

.single-post .entry-content a, .page-template-default .entry-content a, .post-type-page .entry-content a {
	color: #000;
	background-color: #ed1c24;
	padding: 0 3px;
	text-decoration: none;
}

.single-post .entry-content a:hover, .page-template-default .entry-content a:hover, .post-type-page .entry-content a:hover {
	color: #fff;
	text-decoration: none;
}

.single-post .entry-content h5 a, .page-template-default .entry-content h5 a, .post-type-page .entry-content h5 a {
	color: #000;
	background: #ed1c24;
	padding: 0 3px;
	text-decoration: none;
}

.single-post .entry-content h5 a:hover, .page-template-default .entry-content h5 a:hover, .post-type-page .entry-content h5 a:hover {
	color: #fff;
	text-decoration: none;
}

.single-post .entry-header, .page-template-default .entry-header, .post-type-page .entry-header {
	margin-left: 20px;
}

.single-post .entry-header h1.entry-title, .page-template-default .entry-header h1.entry-title, .post-type-page .entry-header h1.entry-title {
	width: fit-content;
	width: -moz-fit-content;
	left: 3px;
	padding: 3px 0;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	position: relative;
}

.single-post .entry-header h1.entry-title span, .page-template-default .entry-header h1.entry-title span, .post-type-page .entry-header h1.entry-title span {
	background-color: #ed1c24;
	box-shadow: 5px 0 0 0 #ed1c24, -5px 0 0 0 #ed1c24;
}

.single-post .entry-header .entry-meta, .page-template-default .entry-header .entry-meta, .post-type-page .entry-header .entry-meta {
	font-size: 17px;
	font-weight: bold;
	color: #ed1c24;
}

.single-post a.see_more, .page-template-default a.see_more, .post-type-page a.see_more {
	display: none;
}

.single-post .asid, .page-template-default .asid, .post-type-page .asid {
	width: 40%;
}

.single-post .asid div.post-thumbnail, .page-template-default .asid div.post-thumbnail, .post-type-page .asid div.post-thumbnail {
	display: block;
	position: relative;
	top: 110px;
	left: 30px;
	z-index: 1;
	border-top: #ed1c24 solid 18px;
	border-left: #ed1c24 solid 18px;
}

.single-post .asid div.post-thumbnail::after, .page-template-default .asid div.post-thumbnail::after, .post-type-page .asid div.post-thumbnail::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(45deg);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid white;
	background-color: #fff;
	top: -21px;
	right: -13px;
}

.single-post .asid div.post-thumbnail::before, .page-template-default .asid div.post-thumbnail::before, .post-type-page .asid div.post-thumbnail::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(226deg);
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 19px solid white;
	bottom: -3px;
	background-color: #fff;
	left: -33px;
}

.single-post div.post-thumbnail, .page-template-default div.post-thumbnail, .post-type-page div.post-thumbnail {
	right: 30px;
	position: relative;
	float: right;
	width: 35%;
	z-index: 1;
	border-top: #ed1c24 solid 18px;
	border-left: #ed1c24 solid 18px;
}

.single-post div.post-thumbnail::after, .page-template-default div.post-thumbnail::after, .post-type-page div.post-thumbnail::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(45deg);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid white;
	background-color: #fff;
	top: -21px;
	right: -11px;
}

.single-post div.post-thumbnail::before, .page-template-default div.post-thumbnail::before, .post-type-page div.post-thumbnail::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(226deg);
	border-left: 11px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 14px solid white;
	background-color: #fff;
	bottom: -3px;
	left: -28px;
}

.single-post div.post-thumbnail img, .page-template-default div.post-thumbnail img, .post-type-page div.post-thumbnail img {
	height: auto;
}

img {
	display: block;
}

.left-single {
	float: left;
	width: 60%;
}

body.home .left-single, body.archive .left-single {
	width: auto;
}

.border {
	display: block;
	z-index: 100;
	top: 0;
	left: 0;
	height: 100vh;
	position: fixed;
	min-height: 100%;
	width: 100%;
	overflow: auto;
}

.border .color {
	border-color: #ed1c24;
}

.border .wrap {
	box-sizing: border-box;
	width: 100%;
	min-height: 100%;
	background-color: white;
	border: 18px solid #ed1c24;
}

.contact-page {
	margin-right: 20px;
	padding-left: 320px;
	display: flex;
	justify-content: flex-start;
}

.contact-page h4 {
	font-size: 20px;
	font-weight: normal;
	color: #dd2c20;
	line-height: 140%;
	margin: 0 0 20px 0;
}

body.page-template-page-contact .wp-block-group.whiteBox h3 {
	margin: 0;
}

body.page-template-page-contact article a {
	text-decoration: none;
	background-color: #ed1c24;
	color: black;
}

body.page-template-page-contact article a:hover {
	color: #fff;
}

body.page-template-page-contact p {
	font-size: 20px;
	color: #333;
	font-weight: 400;
}

body.page-template-page-contact h1.entry-title {
	display: none;
}

body.page-template-page-contact h1.entry-title span {
	margin-right: 20px;
	padding-left: 340px;
	width: 100%;
}

.contact-page {
	display: flex;
}

.contact-page h1 {
	width: 100%;
	margin-bottom: 60px;
}

.contact-page .map {
	margin-left: 30px;
	max-width: 30%;
}

.contact-page article {
	width: 40% !important;
}

.contact-page article .wp-block-group {
	width: 100%;
	left: 0;
}

.contact-page .wp-block-group__inner-container {
	padding: 16px;
}

.contact-page .wp-block-group__inner-container h3 {
	box-shadow: 5px 0 0 0 #ed1c24, -5px 0 0 0 #ed1c24;
	color: #fff;
	background-color: #ed1c24;
	width: fit-content;
	width: -moz-fit-content;
}

.contact-page .wp-block-group__inner-container p {
	font-weight: 500;
	color: #000;
	font-size: 14px;
}

.contact-page .wp-block-group__inner-container p a {
	text-decoration: none;
	color: #000;
	background-color: #ed1c24;
}

.contact-page .wp-block-group__inner-container p a:hover {
	color: white;
	text-decoration: none;
}

.contact-page .wp-block-group__inner-container p em {
	color: #dd2c20;
	font-style: normal;
}

.contact-page div.post-thumbnail {
	height: fit-content;
	height: -moz-fit-content;
	display: block;
	border-top: #b00526 solid 18px;
	border-left: #b00526 solid 18px;
	position: relative;
	top: 0px;
	right: 0;
}

.contact-page div.post-thumbnail::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(45deg);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid white;
	background-color: #fff;
	top: -21px;
	right: -11px;
}

.contact-page div.post-thumbnail::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	transform: rotate(226deg);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid white;
	background-color: #fff;
	bottom: -3px;
	left: -28px;
}

.contact-page div.post-thumbnail img {
	display: block;
}

.listing-page header {
	display: none;
}

.listing-page h3 {
	width: fit-content;
	width: -moz-fit-content;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	background-color: #ed1c24;
	box-shadow: 5px 0 0 0 #ed1c24, -5px 0 0 0 #ed1c24;
}

.listing-page p {
	font-size: 20px;
}

.listing-page a {
	text-decoration: none;
	background-color: #ed1c24;
	color: #000;
}

.listing-page a:hover {
	color: #fff;
}

body.error404 main {
	width: calc(100%-320px);
	padding-left: 320px;
	text-align: center;
	display: flex;
	justify-content: center;
}

body.error404 main section.error-404 {
	text-align: center;
	max-width: 700px;
}

.pagination {
	margin-left: 320px;
	width: calc(100% - 320px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-previous {
	margin: 0 30px 0 0;
	text-align: center;
	background-image: url("./img/icn_more2_crvena_left.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 16px;
}

.nav-previous a {
	font-weight: 500;
	display: inline-block;
	padding: 7px 0 0 20px;
	overflow: auto;
	text-decoration: none;
	text-align: center;
	color: #dd2c20;
}

.nav-previous a:hover {
	text-decoration: underline;
	color: #dd2c20;
}

.nav-previous a:visited {
	color: #dd2c20;
}

.nav-next {
	margin: 0 30px 0 0;
	text-align: center;
	background-image: url("./img/icn_more2_crvena.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 16px;
}

.nav-next a {
	font-weight: 500;
	display: inline-block;
	padding: 7px 17px 0 20px;
	overflow: auto;
	text-decoration: none;
	text-align: center;
	color: #dd2c20;
}

.nav-next a:hover {
	text-decoration: underline;
	color: #dd2c20;
}

.nav-next a:visited {
	color: #dd2c20;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 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;
}

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

/**
 * 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: -apple-system, 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;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

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: #666;
	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
--------------------------------------------------------------*/
@media screen and (max-width: 1682px) {
	.sizer {
		width: 25%;
	}
	section.childpages article, .gridblock article {
		width: 22%;
	}
	.home .gridblock article.double {
		width: 47%;
	}
	/*.gridblock article{
    width: 22% !important;
  }
  .home .gridblock {
    article {
      &:nth-of-type(2){
        width: 47% !important;
      }
    }
  }*/
}

@media screen and (max-width: 1500px) {
	body.page-template-page-categories .category-intro .category-img {
		width: 40%;
	}
}

@media screen and (max-width: 1380px) {
	/*  .gridblock article{
    width: 28% !important;
  }
  .home .gridblock {
    article {
      &:nth-of-type(2){
        width: 60% !important;
      }
    }
  }*/
	.sizer {
		width: 33%;
	}
	section.childpages article, .gridblock article {
		width: 30%;
	}
	.home .gridblock article.double {
		width: 63%;
	}
}

@media screen and (max-width: 1250px) {
	body.page-template-page-categories .category-intro {
		flex-direction: column-reverse;
	}
	body.page-template-page-categories .category-intro .category-img {
		width: 60%;
		left: 0;
		margin-bottom: 20px;
	}
	body.page-template-page-categories .category-intro article {
		width: 100%;
	}
	body.page-template-page-categories .category-intro article ul.categories {
		display: flex;
		flex-wrap: wrap;
		padding-left: 0;
		margin-left: 0;
	}
	body.page-template-page-categories .category-intro article ul.categories li {
		flex: 240px 0;
	}
	section.childpages article {
		width: 29%;
	}
	section.contact-page {
		display: block !important;
	}
	section.contact-page article {
		width: 80% !important;
	}
	section.contact-page div.map {
		max-width: 300px;
		margin-left: 0;
	}
}

@media screen and (max-width: 1070px) {
	.category-img {
		width: 100% !important;
	}
	.sizer {
		width: 50%;
	}
	section.childpages article {
		width: 43%;
		max-width: 45%;
	}
	.gridblock article {
		width: 43%;
	}
	.home .gridblock article.double {
		width: 43%;
	}
	.home .gridblock article.double h3 {
		padding: 0 16px;
	}
	.home .gridblock article.double h2 {
		padding: 0 21px;
	}
	.home .gridblock article.double .entry-meta {
		padding-left: 16px;
	}
	.home .gridblock article.double p {
		padding: 0;
	}
	.home .gridblock article.double a.see_more {
		margin: 0 16px 16px 16px;
	}
	.home .gridblock article.double .featured-image img {
		height: auto;
		object-fit: contain;
	}
}

@media screen and (max-width: 960px) {
	/*  .home .gridblock article{
    width: 90% !important;
    div.featured-image img{
      height: 300px;
    }
  }*/
}

@media screen and (max-width: 880px) {
	.sizer {
		width: 100%;
	}
	section.childpages article, .gridblock article, .home .gridblock article.double {
		width: 94%;
		max-width: 100%;
	}
	.single-post .wrapper-article, .page-template-default .wrapper-article {
		margin-top: 20px;
		display: flex;
		flex-direction: column-reverse;
	}
	.single-post .wrapper-article .left-single, .page-template-default .wrapper-article .left-single {
		width: 100%;
	}
	.single-post .wrapper-article div.post-thumbnail, .page-template-default .wrapper-article div.post-thumbnail {
		left: 20px;
		float: none !important;
		width: 400px !important;
	}
}

@media screen and (max-width: 620px) {
	header#masthead {
		width: 100%;
	}
	section.childpages article, .gridblock article, .home .gridblock article.double {
		width: calc(100% - 30px) !important;
	}
	.pagination {
		width: calc(100% - 30px);
		margin: 0 0 0 30px;
		min-height: 70px;
	}
	body.page-template-page-categories .category-intro {
		width: 90% !important;
		padding-left: 0 !important;
		margin: 0 30px;
	}
	body.page-template-page-categories header h1 {
		width: 100% !important;
		margin: 0 30px 30px 30px;
		padding-left: 0 !important;
	}
	body.error404 main {
		width: 100%;
		padding: 20px !important;
	}
	body.error404 main section.error-404 {
		max-width: 700px;
	}
	section.contact-page {
		padding-left: 20px;
	}
	section.contact-page article {
		width: 320px !important;
	}
	section.contact-page div.map {
		max-width: 320px;
	}
	.site-branding.whiteBox {
		border: none;
	}
	.site-branding.whiteBox img {
		padding-left: 0;
	}
	.site-branding.whiteBox:before, .site-branding.whiteBox::after {
		display: none;
	}
	.main_menu {
		display: none;
	}
	nav#site-navigation {
		top: 70px;
	}
	nav#site-navigation a {
		width: fit-content;
		width: -moz-fit-content;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		font-family: 'Merriweather Sans', sans-serif;
	}
	nav#site-navigation a:hover {
		color: #ed1c24 !important;
		background-color: #fff !important;
		box-shadow: 5px 0 0 0 #fff, -5px 0 0 0 #fff !important;
	}
	.searchBox {
		top: 410px;
	}
	.newsletterBox {
		top: 516px;
	}
	aside.widget-area div.hr1, aside.widget-area div.en1 {
		top: 653px;
	}
	aside.widget-area div.hr2, aside.widget-area div.en2 {
		top: 1105px;
	}
	main#primary {
		position: relative;
		width: calc(100% - 30px);
		top: 80px;
	}
	.single-post main#primary, .page-template-default main#primary, main#primary.listing-page {
		top: 0;
	}
	.gridblock {
		left: 30px;
		width: 100%;
	}
	section.childpages.gridblock {
		width: 100%;
		top: 80px;
	}
	.hamburger_button {
		display: block;
	}
	.main-navigation ul#lang-switcher-menu {
		display: flex;
	}
	.navigation_open {
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 10000;
	}
	.navigation_open .main_menu {
		z-index: 100;
		display: block;
	}
	.navigation_open .pagination {
		display: none;
	}
	.navigation_open main#primary {
		display: none;
	}
	.navigation_open .aside {
		z-index: 100;
		display: block;
	}
	.navigation_open .hamburger_button, .navigation_open .site-branding {
		z-index: 1000;
		display: block;
	}
	.single-post .entry-header, .page-template-default .entry-header {
		margin-left: 0;
	}
	.single-post .entry-content, .page-template-default .entry-content {
		margin: 0;
	}
	.single-post .wrapper-article div.post-thumbnail, .page-template-default .wrapper-article div.post-thumbnail {
		left: 0px;
	}
}

@media screen and (max-width: 550px) {
	.single-post .wrapper-article div.post-thumbnail, .page-template-default .wrapper-article div.post-thumbnail {
		width: 90% !important;
	}
	section.contact-page article {
		width: 100% !important;
	}
	section.contact-page div.map {
		max-width: 100%;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

/*# sourceMappingURL=style.css.map */