/*!
Theme Name: KV
Theme URI: kvlas
Author: kvlas
Author URI: kvlas
*/

/*--------------------------------------------------------------
>>> 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
	 ========================================================================== */

/**
 * 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: 'Montserrat';
	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: 'Montserrat';
	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: 'Montserrat';
	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;
	scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/



/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--body-text-default-color);
	font-family: 'Montserrat';

	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.125em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
	border-left: 5px solid var(--border-bottom-color);
	padding-left: 15px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Montserrat';
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	padding: 40px;
}

code,
kbd,
tt,
var {
	font-family: 'Montserrat';
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	font-family: 'Montserrat' !important;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 0.3em 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 {
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #D65845;
}

a:visited {
	color: #4169e1;
}

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-trendy"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px;
}

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-trendy"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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: 1024px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		flex-wrap: wrap;
	}

	.site-header.layout--one .main-navigation ul {
		justify-content: center;
	}
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1em 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;
	height: auto !important;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1em;
	display: grid;
	grid-gap: 1em;
}

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

.post-element a.post-link-button,
.post-meta {
	display: none !important;
}

.elp-conteiner {
	max-width: 400px !important;
}

.elp-conteiner .elp-title {
	background: #D65845 !important;
}

.site-header.layout--default .menu-section .row {
	border-top: 1px solid #a3a3a3 !important;
	border-bottom: 1px solid #a3a3a3;
}

@media (max-width: 1024px) {
	.site-header.layout--default .menu-section .row {
		border: none !important;
	}
}

.site-header.layout--default nav.main-navigation {
	padding-top: 20px;
	padding-bottom: 20px;
}

.main-banner-wrap .entry-date,
.main-banner-wrap .post-date,
.main-banner-wrap .post-excerpt {
	display: none;
}

.main-banner-wrap .post-title {
	background: #FFF;
	color: #000 !important;
	padding: 20px;
	font-weight: 700 !important;
	font-family: 'Montserrat' !important;
	font-size: 22px !important;
}

.main-banner-block-posts .post-title {
	background: #FFF;
	color: #000 !important;
	padding: 10px;
	font-weight: 700 !important;
	font-family: 'Montserrat' !important;
	font-size: 12px !important;
}


.grid2 {
	display: grid;
	grid-template-areas: "B B B B   B B B B   B B C C";
	padding: 0 10px;
}

.grid2 h2,
.grid2 .h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 14px !important;
	line-height: 14px !important;
	padding: 0px;
	margin: 0px;
}

.grid2 .post-thumb-wrap {
	width: 350px;
}


.post-element {
	padding-left: 35px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

@media (max-width: 1024px) {
	.post-element {
		padding-left: 0px !important;
	}
}

.post-element .dateee {
	font-size: 1em;
	margin-top: 10px;
}

.bottom-full-width-section .post-element a {
	color: #000 !important;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	text-decoration-line: underline;
	text-decoration-color: #adadad;
}

@media (max-width: 1024px) {
	.bottom-full-width-section .post-element a {
		font-size: 18px;
		line-height: 24px;
		text-decoration: none;
	}
}

.zag {
	font-family: 'Montserrat';
	padding-bottom: 0px;
	margin: 0px;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	color: #000000;
	padding: 0 10px;
}

.post-element p {
	color: #000 !important;
	font-family: 'Montserrat';
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
}

.grid3 {
	display: grid;
	grid-template-areas: "A   B   C   D";
}

.grid3 .st {
	padding-right: 25px;
	padding-top: 30px;
}

.grid3 img {
	height: 130px;
}

.grid3 .post-element a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px !important;
	line-height: 18px !important;
	color: #000000;
	padding-left: 0px !important;
	text-decoration-line: none !important;
}

.grid3 .post-element {
	padding-left: 0px;
}

.grid3 .widget:first-child (margin-top:0px !important; ) .newsmatic_site_block_border_top .bottom-full-width-section .row>div:first-child (margin-top:0px !important; ) .grid3 .bottom-full-width-section .row>div:first-child (margin-top:0px !important; ) .grid3 .post-element a {
	text-decoration-line: none !important;
}

.widget_wpglobus img {
	display: none;
}

.wpcp-wrapper-653 {
	background: #F5F5F5 !important;
	margin-top: 10px;
	padding: 30px 0;
	padding-bottom: 10px;
}

._2p3a {
	width: 405px !important;
}

.wpcp-carousel-section .wpcp-single-item {
	min-height: 268px;
}

@media (max-width: 1024px) and (min-width: 640px) {
	.wpcp-carousel-section .wpcp-single-item {
		height: 290px;
	}
}

.primary-content .post-title {
	font-size: 17px !important;
	text-decoration: none;
}

.secondary-sidebar,
.widget {
	background: #F5F5F5 !important;
}

.widget_calendar tr a {
	background: #E6523B;
	color: #FFF;
	padding: 0px 5px 5px 5px;
}

.widget_calendar {
	max-width: 276px;
}

#custom_html-3 {
	background: #FFF !important;
	margin-top: 0px !important;
}

#poststuff h2,
.wpcp-post-carousel .wpcp-single-item .wpcp-all-captions h2 {
	margin: 0 0 10px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #231F20;
}

body {
	background: url("/wp-content/uploads/2023/04/back-2.png") no-repeat fixed 100%;
	background-position-x: center;
}

@media all and (max-width: 1540px) {
	body {
		background: url("/wp-content/uploads/2023/04/back2.png") no-repeat fixed 100%;
		background-position-x: center;
	}
}



@media (max-width: 1024px) {

	.grid2,
	.grid3,
	.gridit {
		display: block;
		width: 100%;
	}

	.grid3 .st {
		padding-right: 0px;
	}

	.grid3 img {
		width: 100%;
		height: auto !important;
	}

	.gridit {
		display: inherit !important;
	}

	.BIG,
	.SMALL1,
	.SMALL2 {
		padding: 0px !important;
		padding-left: 0px !important;
		padding-bottom: 0px !important;
		padding-right: 0px !important;
	}

	.BIG .titleit {
		font-size: 18px !important;
		line-height: 26px !important;
	}

	.banner-layout--four .row:first-child {
		max-height: 1500px !important;
	}

	.grid2 .post-thumb-wrap {
		width: 100%;
	}

	.grid2 .post-thumb-wrap img {
		width: 100%;
		max-height: 320px !important;
	}

	#main-banner-section #main-banner-section,
	#bottom-full-width-section #bottom-full-width-section,
	#bottom-full-width-section {
		padding: 0 2% !important;
	}


	.zag {
		font-size: 24px !important;
	}



	.post-block .title,
	.title2 {
		font-size: 22px !important;
		line-height: 24px;
	}

	body.site-boxed--layout #page {
		margin: 0px !important;
		padding: 0px !important;
	}

	.bottom-footer .social-icons-wrap {
		display: block !important;
	}

	.bottom-footer p {
		padding: 0 !important;
	}

	.textpost img {
		height: 320px !important;
		width: 100%;
		object-fit: cover;
	}
}

@media (max-width: 420px) {
	.grid2 .post-thumb-wrap img {
		max-height: 248px !important;
	}

	.textpost img {
		height: 248px !important;
	}
}

@media (max-width: 1024px) {
	.post-element {
		padding-left: 0px !important;
	}

	.social-icons-wrap,
	.menu_txt,
	.search-wrap {
		display: none !important;
	}

	.row {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.header-right-button-wrap {
		position: absolute;
		right: 5px;
		top: 165px;
	}

	.menu-section {
		position: absolute;
		top: 146px;
		left: 10px;
		background: rgb(0 0 0 / 0%) !important;
	}

	.menu-section .row {
		border: 0px;
		border-bottom: 0px !important;
		border-top: 0px !important;
	}

	nav.main-navigation ul.menu,
	nav.main-navigation ul.nav-menu {
		min-width: 380px !important;
		width: 100vw;
		left: -8px !important;
		z-index: 9999 !important;
	}
}

.gridit {
	max-width: none !important;
}

@media (min-width: 1400px) {
	.newsmatic-container {
		max-width: 1000px !important;
	}
}

@media (max-width: 1024px) {
	#theme-content .primary-content article figure img {
		object-fit: cover;
		width: 100%;
	}
}

.post-title a {
	color: inherit;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
}

.post-title {
	@media (min-width: 640px) {
		text-decoration: none;
	}
}

body.post-layout--one #theme-content .primary-content article .post-element .post-excerpt {
	margin-top: 0px;
	height: auto;
	font-family: 'Montserrat';
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	color: #231f20;
}

.post-element .dateee {
	margin-top: 15px;
	color: #9d9d9d;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
}

.entry-title {
	@media (min-width: 640px) {
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 700;
		font-size: 24px;
		line-height: 36px;
	}
}

.bottom-full-width-section .post-element a {
	@media (min-width: 640px) {
		font-size: 18px !important;
		line-height: 24px !important;
	}
}

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

.site-header .post-block {
	margin-top: -2px !important;
}

.pagination {
	padding: 0 !important;
	display: flex;
}

ul.page-numbers {
	padding: 0 !important;
	margin: 10px auto !important;
}

@media (max-width: 1024px) {
	.textpost {
		font-size: 0px;
	}
}

@media (max-width: 1024px) {
	.textpost .texttime {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.textpost img {
		display: none;
	}
}

@media (max-width: 1024px) {
	.site-header.layout--default .main-header .site-branding-section .site-branding {
		padding: 0 !important;
	}

	.site-header.layout--default .main-header .site-branding-section .row {
		padding: 0 !important;
	}
}

.widget_wpglobus .dropdown-styled ul {
	margin: 0 !important;
}

@media (max-width: 1024px) {
	.newsmatic-container .grid3 {
		display: flex;
		flex-direction: column;
	}

	.newsmatic-container .grid3 .st {
		padding-right: 0 !important;
	}

	.newsmatic-container .grid3 img {
		height: 320px !important;
		width: 100%;
		object-fit: cover;
	}
}

@media (max-width: 420px) {
	.newsmatic-container .grid3 img {
		height: 220px !important;
	}
}


@media (min-width: 1024px) {
	.site-footer .site-info {
		flex: 0 1 24% !important;
		margin-left: -38px !important;
	}

	.bottom-menu {
		flex: 0 1 60% !important;
	}

	.bottom-inner-wrapper .bottom_logo {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 24px;
	}

	.bottom-menu ul li {
		padding: 13px 28px 0 !important;
	}

	.menu-bottom-menu-container ul {
		display: flex;
	}
}

@media (max-width: 1024px) {
	.bottom-inner-wrapper {
		flex-direction: column-reverse !important;
		align-items: flex-start;
	}

	.bottom-menu ul li {
		padding: 0 !important;
		padding-top: 15px;
	}

	.menu-bottom-menu-container {
		margin-bottom: 10px;
	}

	.menu-bottom-menu-container .menu {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.bottom-menu ul li {
		margin: 16px 0;
	}

	footer .social-icons-wrap a {
		margin: 0 5px !important;
	}

	footer .social-icons-wrap a i {
		text-align: left !important;
	}
}

@media (max-width: 576px) {
	footer .bottom-footer .newsmatic-container {
		padding: 0 30px;
	}
}

@media (max-width: 1024px) {
	.post-inner .entry-footer .icons {
		float: left !important;
	}
}

.search-form-wrap-mobile {
	display: none;
}

@media (max-width: 1024px) {
	.main-header {
		margin-bottom: 55px;
	}

	.search-form-wrap-mobile {
		display: flex;
		position: relative;
		top: 78px;
		width: 100vw;
		left: -50px;
	}
}

.search-form-wrap-mobile form {
	display: flex;
	align-items: center;
}

.search-form-wrap-mobile input[type="search"] {
	background: #f2f2f2;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #e4e4e4;
	padding: 0 130px 0 10px;
	width: 100vw;
	height: 63px;
}

.search-form-wrap-mobile input[type="submit"] {
	position: absolute;
	right: 15px;
	background: #d65845 !important;
	border-radius: 3px;
}

#search-form {
	display: flex;
	align-items: center;
}

#search-form input {
	background: #f2f2f2;
	border: none;
	padding: 0 130px 0 10px;
	width: 100vw;
	height: 63px;
}

#search-form button {
	position: absolute;
	right: 25px;
	background: #d65845 !important;
	border-radius: 3px;
}

.pidp {
	margin-top: 15px;
}

@media (max-width: 1024px) {
	.pidp {
		display: flex !important;
		align-items: center;
		font-weight: 500;
		color: #231F20;
	}

	.pidp a:nth-child(2),
	.pidp a:nth-child(3) {
		font-size: 0px;
	}
}

.dateee2 {
	display: none;
}

.contacts .info {
	display: block !important;
	width: 100% !important;
	margin-top: 0 !important;
}

.contacts .info>div {
	margin-bottom: 20px !important;
}



@media (max-width: 1024px) and (min-width: 640px) {
	.post-title.t1 {
		display: none;
	}
}

.post-title.t2 {
	display: none;
}

@media (max-width: 1024px) and (min-width: 640px) {
	.post-title.t2 {
		display: block;
	}
}

@media (max-width: 1024px) {
	.entry-footer {
		display: flex;
		flex-direction: column-reverse;
	}

	.tags-links {
		margin-top: 10px;
	}

	.dateee {
		display: none;
	}

	.dateee2 {
		display: block;
	}
}

.mobile_youtube_elem {
	display: none;
}

@media (max-width: 640px) {
	.tags-links {
		display: none !important;
	}

	.non_mobile_youtube {
		display: none;
	}

	.mobile_youtube_elem {
		display: none;
	}

	.contacts .info>div {
		display: block !important;
	}

	.contacts .info>div>label {
		display: block;
		width: 100% !important;
		padding-bottom: 2px;
	}

	.contacts div h6 {
		text-align: left !important;
	}

}

html {
	overflow-x: hidden;
}

body {
	max-width: 100vw;
	overflow-x: hidden;
}

.after-header {
	display: none;
}

.rozdilall {
	margin-top: 4px;
}

.rozdil {
	color: #E5523B;
}

@media (max-width: 640px) {
	.hide_text_preview {
		font-size: 0;
	}
}

@media (max-width: 640px) {
	.default_2_elem .grid3 .st:nth-child(n+3) {
		display: none;
	}

	.default_2_elem .grid2:nth-child(n+4) {
		display: none;
	}
}

.main-top-banner h2 {
	top: 20%;
	font-size: 26px;
	line-height: 38px;
}

@media (max-width: 640px) {
	.main-top-banner h2 {
		top: 30%;
		width: 80%;
		font-size: 10px !important;
		line-height: 20px !important;
	}
}

.main-top-banner .thumbnail {
	height: 125px !important;
	background-position: center;
}

.thumbnailit {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media (min-width: 1024px) {

	.grid3 {
		display: flex !important;
		justify-content: space-between;
		flex-flow: row wrap;
		width: 100%;
		margin-left: 0;
	}

	.grid3::after {
		content: "";
		flex: 1;
	}

	.grid3 .st {
		padding-right: 0;
		width: 23.4%;
		max-width: 100%;
		margin-left: 0.8%;
		margin-right: 0.8%;
	}

	.grid3 .st img {
		height: 180px;
		width: 100%;
		object-fit: cover;
	}

	.posts-suggestion .st {
		width: 31.7% !important;
	}

}

@media(max-width: 940px) {
	#main-banner-section {
		margin-top: 55px;
	}
}

.post-excerpt br {
	display: none;
}

.widget_wpglobus .dropdown-styled li ul {
	left: -10px !important;
	width: 65px !important;
}

.searchall {
	display: flex;
	flex-direction: row;
	;
	align-items: center;
	justify-content: space-between;
	height: 74px;
	margin-top: 20px;
	padding: 20px;
	background: #F2F2F2;
	width: 100%;
}

.searchall div:first-child {
	max-width: 60%;
}

.searchall div:last-child a {
	text-decoration: none;
}

@media (max-width: 1024px) {
	.searchall div:first-child {
		max-width: 100%;
	}

	.searchall div:last-child {
		display: none;
	}
}

.searchall div,
.searchall a {
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;

	color: #231F20;
}

@media (max-width: 1024px) {
	.wpcp-carousel-wrapper {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	.searchall {
		padding-left: 20px !important;
		padding-right: 20px !important;
		height: auto;
	}
}

.featured-post.is-sticky {
	display: none;
}

@media (max-width: 780px) {
	.donation_container_elem {
		display: block !important;
		overflow: hidden;
		overflow-y: visible;
	}

	.donation_container {
		width: 92% !important;
		margin: 0 auto;
		padding: 20px;
	}

	.buttons_container button {
		width: 200px !important;
		padding: 8px;
	}

	.sum_conteiner button {
		padding: 8px !important;
		gap: 5px !important;
		width: 100px !important;
	}

}


@media (max-width: 640px) {

	.archive .page-title,
	.search .page-title {
		padding-bottom: 14px !important;
		font-size: 24px !important;
		line-height: 28px !important;
	}

	body .site-branding img.custom-logo {
		width: 150px !important;
		margin-right: 24px;
	}

	.header-right-button-wrap {
		top: 158px;
	}

	.menu-section {
		top: 140px;
	}

	.post-inner--page {
		padding: 0 20px;
	}


	.donation_info {
		height: auto !important;
	}

}

@media (max-width: 610px) {
	body #newsmatic-scroll-to-top.show {
		display: block !important;
	}
}




.top-header {
	display: none;
}

.non_mobile_youtube {
	display: none;
}

.icondate {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	color: #231F20;
}

.newsletter-element {
	display: flex !important;
	align-items: flex-end !important;
}

.widget_wpglobus {
	margin-left: -40px;
}

.calmain {
	display: flex;
	align-items: center;
	margin-left: auto;
	position: relative;
}

@media (max-width: 1024px) {
	.calmain {
		display: none;
	}
}

.calmain button {
	margin-left: 4px;
}

.calmain button {
	border: none;
	padding: none;
	background: none;
	z-index: 10;
	cursor: pointer;
}

.header_calendar {
	display: none;
	position: absolute;
	border: 1px solid #efefef;
	border-radius: 10px;
	padding: 10px;
	right: 14px;
	z-index: 20;
	background: white;
	margin-top: 0;
	top: 35px;
}

.novnews a,
.novnews a:hover {
	color: black;
	text-decoration: none !important;
}

.post-categories {
	margin: 0px;
	padding-left: 0px;
}

.post-categories li {
	background: none !important;
	margin: 0 !important;
}

.post-categories li a {
	display: block !important;
	text-decoration-line: underline;
	color: #E6523B;
}





.sidebar-facebook iframe {
	width: 100%;
	height: auto;
	border: none;
	visibility: visible;
}


.single-gallery {
	overflow: hidden;
	position: relative;
}

.single-gallery__slider {
	overflow: hidden;
	position: relative;
	margin-bottom: 12px;
}

.single-gallery__slider .slick-list {
	overflow: hidden;
	position: relative;
}

.single-gallery__slider .slick-track {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.single-gallery__slider-item {
	display: block;
	width: 100%;
	position: relative;
}

.single-gallery__slider-item-ins {
	display: block;
	width: 100%;
	padding-top: 64%;
	position: relative;
}

.single-gallery__slider-item-ins img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-gallery__slider .slick-arrow {
	position: absolute;
	top: calc(50% - 16px);
	width: 32px;
	height: 32px;
	font-size: 0;
	transition: all .3s ease;
	z-index: 40;
}

.single-gallery__slider .slick-arrow::before {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 3px);
	width: 10px;
	height: 10px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.single-gallery__slider .slick-arrow:hover {
	opacity: .8;
}

.single-gallery__slider .slick-prev {
	left: 10px;
}

.single-gallery__slider .slick-next {
	right: 10px;
}

.single-gallery__slider .slick-next::before {
	left: calc(50% - 6px);
	transform: rotate(-135deg);
}


.single-gallery__list {
	width: calc(100% + 8px);
	margin-left: -4px;
}

.single-gallery__list .slick-track {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.single-gallery__item {
	display: block;
	width: calc(20% - 8px);
	margin: 0 4px 16px;
	position: relative;
}

.single-gallery__item-ins {
	display: block;
	width: 100%;
	padding-top: 72%;
	position: relative;
}

.single-gallery__item-ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1000px) {

	.single-gallery__item {
		width: calc(50% - 24px);
	}
}


@media (max-width: 450px) {

	.single-gallery__item {
		width: calc(100% - 24px);
		margin-bottom: 20px;
	}



}



.entry-meta__top {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding-bottom: 8px;
}

.entry-meta__date {
	margin-right: 20px;
	margin-bottom: 4px;
}

.entry-meta__cat a {
	padding: 0 4px !important;
	color: #D65845 !important;
}

.entry-meta__cat a:hover {
	text-decoration: underline !important;
}



.single-author {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
}

.single-author__head {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
}

.single-author__name {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	text-decoration: none;
}

.single-author__name:hover {
	text-decoration: underline;
}

.wpcp-single-item img {
	height: 145px !important;
	width: auto !important;
	vertical-align: top !important;
}

.wpcp-single-item {
	height: 125px !important;
}

.wpcp-carousel-section,
.wpcp-single-item {
	vertical-align: top !important;
}

.wpcp-carousel-section.nav-vertical-center {
	height: 220px !important;
}

.wpcp-all-captions {
	padding: 5px 5px 0 !important;
	vertical-align: top !important;
}


#my-calendar a {
	background: none repeat scroll 0 0 #ed3f25 !important;
}

#ajax_ac_widget th {
	background: none repeat scroll 0 0 #bc2c34 !important;
}

.kv_button_link {
	color: #000 !important;
	font-weight: bold;
}





/* --------------------------------------------------------------------*/
.grid2 .post-thumb-wrap img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.grid2 .post-thumb-wrap {
	width: 350px;
	height: 190px;
	overflow: hidden;
}

#bottom-full-width-section {
	position: relative;
}

#bottom-full-width-section .newsmatic-container .row {
	position: relative;
}

.wpcp-single-item img {
	width: 100% !important;
	object-fit: cover;
}

.wpcp-post-title {
	line-height: 1.2;
}

.wpcp-post-title a {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}

.refLinkLeft {
	position: absolute;
	width: 200px;
	height: 100%;
	left: -200px;
}

.refLinkRight {
	position: absolute;
	width: 200px;
	height: 100%;
	right: -200px;
}

















/* responsive  *********************************************************************************************/

@media (max-width: 1200px) {}

/* /max-width: 1200px */

@media (max-width: 1023px) {

	.newsmatic-container .grid3 .st {
		padding-right: 0 !important;
		width: calc(50% - 16px);
	}

	.newsmatic-container .grid3 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#bottom-full-width-section {
		padding: 0 0 !important;
	}

	#bottom-full-width-section #bottom-full-width-section {
		padding: 16px !important;
	}

	#bottom-full-width-section .newsmatic-container>.row {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#bottom-full-width-section .zag {
		width: 100%;
	}

	#bottom-full-width-section .grid2 {
		display: block;
		width: calc(50% - 16px);
	}

	.twxtdate b {
		font-weight: 400;
	}

	.grid2 .post-thumb-wrap {
		width: 100%;
		overflow: hidden;
		height: 320px !important;
	}

	.post-element {
		margin-top: 7px;
	}

	.refLinkLeft, .refLinkRight {
		display: none;
	}





}

/* /max-width: 1023px *************************************************/



@media (max-width: 991px) {}

/* /max-width: 991px */

@media (max-width: 800px) {}

/* /max-width: 800px */

@media (max-width: 768px) {}

/* /max-width: 768px */

@media(max-width: 640px) {

	.newsmatic-container .grid3 .st {
		padding-right: 0 !important;
		width: 100%;
	}

	#bottom-full-width-section .grid2 {
		width: 100%;
	}

}

/* /max-width: 640px *****************************************************************/


@media(max-width: 576px) {

	.grid2 .post-thumb-wrap {
		height: 220px !important;
	}

	.grid2 .post-thumb-wrap img {
		max-height: unset !important;
	}

	.newsmatic-container .grid3 img {
		height: 220px !important;
	}


}

/* /max-width: 576px */

@media (max-width: 480px) {}

/* /max-width: 480px */


@media (max-width: 375px) {}

/* /max-width: 375px */