/*!
Theme Name: civitas
Theme URI: http://underscores.me/
Author: ytcolor
Author URI: https://t.me/ytcolor
Description: yeah :) 2021
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: clean_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



@font-face {
    font-family: 'Proxima Nova';
    src: url('./fonts/ProximaNova-Semibold.eot');
    src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
        url('./fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('./fonts/ProximaNova-Semibold.woff') format('woff'),
        url('./fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('./fonts/ProximaNova-Regular.eot');
    src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
        url('./fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('./fonts/ProximaNova-Regular.woff') format('woff'),
        url('./fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('./fonts/ProximaNova-Bold.eot');
    src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
        url('./fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('./fonts/ProximaNova-Bold.woff') format('woff'),
        url('./fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('./fonts/PlayfairDisplay-Regular.ttf');
    src: local('PlayfairDisplay Regular'), local('PlayfairDisplay-Regular');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Playfair Display';
    src: url('./fonts/PlayfairDisplay-Bold.ttf');
    src: local('PlayfairDisplay Bold'), local('PlayfairDisplay-Bold');
    font-weight: bold;
    font-style: normal;
}


@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;700&display=swap');






.rub{
    font-family: rub;
}

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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 {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */


a {
    background-color: transparent;
    color: #DCA668;
    text-decoration: none;
}
a:hover {
    color: #DCA668;
}
/**
 * 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; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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 {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #353535;
    font-family: 'Proxima Nova', sans-serif;
	font-size: 16px;
	line-height: 1.3;
}
header.entry-header {
    line-height: normal;
}

h2.entry-title a {
    color: #2d2d2d;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
    font-weight: bold;
    font-family: Lora, sans-serif;
}
h1 {
	font-weight: bold;
	font-size: 40px;
	line-height: 1.1;
	padding: 0;
	margin: 0;
}


h2.title-content {
    margin: 0;
    margin-bottom: 10px;
    
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.archive h2.title-content, .search-results h2.title-content{
	margin-top: 34px;
}

.archive .card_home .excerpt{
	margin-bottom: 0;
}
h2.title{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

body.single .date{
	font-size: 14px;
    color: #A4A4A4;
}
body.single .card_wrap {
    border: 1px solid #E2E2E2;
}
body.single .main_wrap{
	background: #fff;
}
.thumbnail_post img {
	margin: auto;
	display: block;
}
.entry-meta {
    font-family: PTS;
    color: #7a7a7a;
    text-decoration: none;
    font-size: 14px;
}
.entry-meta a{
    text-decoration: none;
}
.entry-content blockquote p {
    font-style: italic;
    color: #dca668;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
    padding: 0 1em;
    border-left: 4px solid #dca668;
    margin: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}


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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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: #b9b9b9;
    border: 1px solid #b9b9b9;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 3px;
    font-weight: 500;
    font-size: 16px;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

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

.rand_card h3.entry-title {
    line-height: 20px;
}
.rand-box{
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
    height: 100%;

}
.rand-box img {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.rand_card .entry-content a, .rand_card .entry-meta a, .card_home,  .card_home .entry-meta a {
    text-decoration:none;

}
.entry-meta a{
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}

.time {
    color: #DCA668;
}
.card_home_fill .post-img:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 1;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.6671043417366946) 0%, rgba(0,0,0,0.25253851540616246) 26%, rgba(0,0,0,0) 63%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.6671043417366946) 0%, rgba(0,0,0,0.25253851540616246) 26%, rgba(0,0,0,0) 63%);
    background: linear-gradient(0deg, rgba(0,0,0,0.6671043417366946) 0%, rgba(0,0,0,0.25253851540616246) 26%, rgba(0,0,0,0) 63%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.card_home_fill.card_home img {
    height: 400px;
}
.card_home_fill .post-img{
	border-radius: 8px;
	position: relative;
    z-index: 1;
}
.card_home_fill  .title-news {
	color: #fff;	
	font-size: 26px;
}
.card_home_fill .excerpt p{
	color: #fff;
	font-size: 20px;
}
.card_home_fill .card_body {
    position: absolute;
    bottom: 0;
    background: transparent;
	    z-index: 1;
}

.card_home:hover h3 a {
    color: #DCA668;
}
.card_home img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
	height: 262px;
	display: block;
}
.card_home p{
    font-weight: 300;
    margin: 4px 0;
}
.border {
    border: 1px solid #e2e2e2;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
    position:relative;
}

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

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        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 {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
	color: #000;
}

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

.main-navigation li {
	display:inline-block;
	position: relative;
}

.main-navigation a {
    display: block;
    padding: 10px;
}


.main-navigation a:hover {
    color: #DCA668;
}

ul#primary-menu li {
    position: relative;
}
figure.wp-block-image {
    margin-top: 0;
}

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



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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

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


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


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

.bypostauthor {
	display: block;
}

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

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display:block;
	padding: 14px 0;
}




/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}













/* custom style */

.grid_main{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(9, 1fr);
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	grid-gap: 30px;
}

.grid_main > *:nth-child(1){
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.grid_main > *:nth-child(2){
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.grid_main > *:nth-child(3){
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.grid_main > *:nth-child(4){
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.grid_main > *:nth-child(5){
    -ms-grid-row: 1;
    -ms-grid-column: 9;
}

.grid_main > *:nth-child(6){
    -ms-grid-row: 1;
    -ms-grid-column: 11;
}

.grid_main > *:nth-child(7){
    -ms-grid-row: 1;
    -ms-grid-column: 13;
}

.grid_main > *:nth-child(8){
    -ms-grid-row: 1;
    -ms-grid-column: 15;
}

.grid_main > *:nth-child(9){
    -ms-grid-row: 1;
    -ms-grid-column: 17;
}



.grid_main .tape_col {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-span: 3;
    grid-column: span 3;
}

.grid_main .popular_col {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}
.grid_main > div:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column-span: 4;
    grid-column: span 4;
}
.grid_main > div {
    grid-row: auto;
    -ms-grid-column-span: 3;
    grid-column: span 3;
}















.bg-title{
	background: #ffcb40;
}
.bg-white{
	background: #fff;
}

.big-post {
	min-height: 250px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 1;
}
.big-post img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.big-post .title{
	font-size: 16px;
	color: #fff;
}
.big-post .wrap_big_meta{
	position: relative;
	z-index: 2;
	padding: 20px;
	margin-top: auto;
}
.big-post .cat-name {
    display: inline-block;
    background: #DCA668;
    color: #fff;
    padding: 4px 10px;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-size: 14px;
}
.big-post:before{
	content: "";
	background: -o-linear-gradient(bottom, rgba(0,0,0,0.44) 0%, rgba(0,0,0,0.06) 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.44)), to(rgba(0,0,0,0.06)));
	background: linear-gradient(0deg, rgba(0,0,0,0.44) 0%, rgba(0,0,0,0.06) 100%);
	z-index: 1;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.popular_col a.link-news {
    font-weight: bold;
    
    font-size: 18px;
}
.popular_col a:first-child{
	padding-top: 0 !important;
}
.border-title{
	border-bottom: 1px solid #ddd;
}







h2.rand-title {
    font-weight: 600;
    font-size: 28px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.s-icon {
    z-index: 2;
    max-width: 60px;
    height: 24px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.s-icon svg {
    width: 20px;
}
.s-icon svg.c-i{
	display: none;
}
.s-icon:hover svg {
    cursor: pointer;
    fill: #DCA668;
}
body.s-active .s-icon svg.c-i{
    z-index: 3;
    max-width: 60px;
    position: relative;
    display: block;
}
body.s-active .s-icon svg.s-i {
    display: none;
}
header a.custom-logo-link img {
    display: block;
	margin: auto;
}
header .logo, footer .logo {
    font-family: 'Lora', serif;
    font-weight: bold;
    font-size: 27px;
    color: #DCA668;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 14px 0;
    display: block;
}
header {
	color: #000;
	position: relative;
	margin: 30px 0;
}
header ul li a {
	font-family: Proxima Nova;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

label.s-submit input#searchsubmit {
    display: none;
}

input#s, form#searchform {
    width: 100%;
    border: none;
    height: 100%;
    max-width: 1250px;
    margin: auto;
}
input#s {
    padding-right: 75px;
    height: 100%;
    outline: 0;
    color: #9a9a9a;
    font-weight: normal;
    padding-left: 15px;
    background: transparent;
}
input#s::-webkit-input-placeholder{
	color: #999999;
}
input#s::-moz-placeholder{
	color: #999999;
}
input#s:-ms-input-placeholder{
	color: #999999;
}
input#s::-ms-input-placeholder{
	color: #999999;
}
input#s::placeholder{
	color: #999999;
}

.search_panel svg {
    width: 23px;
    height: 23px;
    cursor: pointer;
}
label.s-submit {
    margin-right: 50px;
}
.search_panel {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
}
body.s-active .search_panel {
    display: block;
    background: #f4f4f4;
}
body.s-active .search_panel:after {
    content: '';
    border-bottom: 2px solid #DCA668;
    display: block;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    left: 0;
    right: 0;
    margin: auto;
}





footer.footer {
    color: #fff;
    font-size: 14px;
    padding: 30px 0;
    color: #C0C0C0;
}

footer .widget-title {
    color: #cd0000;
    text-transform: uppercase;
    border-bottom: 3px solid;
    font-weight: 600;
}

footer img.custom-logo {
    max-width: 270px;
    width: auto;
}

footer li a {
    display: block;
    padding: 10px 15px;
	font-family: Proxima Nova;
}
footer.footer ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

footer.footer ul li:hover a {
    color: #DCA668;
}
footer .widget_categories ul li {
    width: 33%;
    float: left;
    list-style: none;
}
footer ul {
    padding: 0;
    list-style: none;
}
footer .widget_categories ul li a {
    color: #2d2d2d;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    padding: 4px 0;
    display: block;
}
footer p{
	margin: 0;
}
footer ul li:last-child a {
    padding-right: 0;
}
footer.footer > .container {
    max-width: 1334px !important;
    margin: auto;
    width: 98%;
    padding: 0;
}

.entry-meta a {
    color: #878787;
    font-family: PTS, sans-serif;
}
.small {
    font-size: 12px;
}


h3.entry-title {
   
    line-height: normal;
    margin: 4px 0;
}
h2 {
    position: relative;
    color: #2d2d2d;
	line-height: 1.2;
    font-weight: bold;
}
h2{
    font-size: 24px;
}
.border-1 h2 {
    border-bottom: 1px solid #ddd;
}


.aside .date{
	font-size: 14px;
	color: #DCA668;
}

.num {
    font-size: 56px;
    color: #b4b4b4;
    font-weight: 100;
}


.border-line:before, .border-line:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #f3f3f3;
    top: 0;
}
.border-line:after {
    left: 0;
}
.border-line:before{
	right: 0;
}
.copyright {
    text-align: right;
}
.copyright p{
        margin: 0;
}



.main-slider .pic {
    height: 250px;
    position: relative;
    padding: 20px;
    overflow:hidden;
}
.main-slider .slick-slide {
    margin: 10px;
}
.main-slider h3 a {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 2px black;
        position: relative;
}
.main-slider .pic:before {
    content: "";
    background: rgba(0, 0, 0, 0.26);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
h3.entry-title a, .content-title a{
    font-size: 18px;
    color: #2d2d2d;
    line-height: normal;
    font-weight: bold;
    
}
h3.entry-title a:hover{
	color: #DCA668;
}
.actual a img {
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    height: 150px;
    width: 100%;
}
.actual .img-w-100 img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
}
.actual .desc {
    font-size: 14px;
    font-style: italic;
}

ul.sub-menu {
    background: #fff;
}

.actual {
    overflow: hidden;
}
.main-slider {
    position: relative;
}



ul#primary-menu li {
    position: relative;
}
h2.widget-title {
    font-size: 24px;
}


a.disabled {
    cursor: no-drop;
}
table.informer_table.informer1 thead, tr.col-data, tr.col1 {
    display: none !important;
}
.informer_box_example .informer_table, .informer_table_middle, .informer_box_example .informer_table_small, .informer_box_example .informer_table_marquee {
    margin-bottom: 0;
}

table.informer_table.informer1 thead {
    display: none !important;
}




.load-more.grid > div {
    background: #ddd;
}



.box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
}
.box:nth-child(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                -webkit-flex-direction: column;
                flex-direction: column;
        width: 50%
    }
.box__item {
    background: #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
            flex: 1;
    margin: 15px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
}
.box__item:hover {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
}
.box:nth-child(even) .box__item.d-flex.flex-column {
    width: 44%;
}

.big h3.entry-title a {
    font-size: 35px;
    font-weight: 600;
}
.big .box__item:after {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.32);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.big .box__item {
    position: relative;
    z-index: 1;
}

a.box-img {
    height: 100%;
    display: block;
}
.h-100 {
    height: 100%;
}
main#main {
    padding-top: 1px;
}

/* burger menu */
.burger {
    z-index: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 30px;
    height: auto;
    padding: 15px 0;
    background: 0 0;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.burger span {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 2px;
    vertical-align: bottom;
    -webkit-transition: background .2s .4s;
    -o-transition: background .2s .4s;
    transition: background .2s .4s;
}
.burger span:before {
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 30px;
    height: 2px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    transition: top .3s .3s ease, width .3s ease, -webkit-transform .3s ease;
    -webkit-transition: top .3s .3s ease, width .3s ease, -webkit-transform .3s ease;
    -o-transition: top .3s .3s ease, transform .3s ease, width .3s ease;
    transition: top .3s .3s ease, transform .3s ease, width .3s ease;
    transition: top .3s .3s ease, transform .3s ease, width .3s ease, -webkit-transform .3s ease;
    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
}
.burger span:after {
    content: "";
    position: absolute;
    right: 0;
    top: -8px;
    width: 30px;
    height: 2px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    transition: top .3s .3s ease, width .3s ease, -webkit-transform .3s ease;
    -webkit-transition: top .3s .3s ease, width .3s ease, -webkit-transform .3s ease;
    -o-transition: top .3s .3s ease, transform .3s ease, width .3s ease;
    transition: top .3s .3s ease, transform .3s ease, width .3s ease;
    transition: top .3s .3s ease, transform .3s ease, width .3s ease, -webkit-transform .3s ease;
}
.burger span, .burger span:before, .burger span:after{
    background: #000;
}
body.menu--open .burger span:after,  body.menu--open .burger span:before{
     background: #000;
}

body.menu--open .main-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
    -webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.23);
            box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.23);
}
.menu--open .burger > span:before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
}
.menu--open .burger > span:after, .menu--open .burger > span:before{
    top: 0;
    transition: top .1s,-webkit-transform .1s .1s;
    -webkit-transition: top .1s,-webkit-transform .1s .1s;
    -o-transition: top .1s,transform .1s .1s;
    transition: top .1s,transform .1s .1s;
    transition: top .1s,transform .1s .1s,-webkit-transform .1s .1s;
    transition: top .1s,transform .1s .1s,-webkit-transform .3s .3s;
    width: 30px;
    background: #000;
}
.menu--open .burger > span {
    background: 0 0 !important;
}
.menu--open .burger > span:after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
}
/* burger menu end */

.nav-menu {
    width: 100%;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px);
    position: absolute;
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
    left: 0;
}
body.menu--open .nav-menu{
    opacity: 1;
    background: #f4f4f4;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 9;
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 18%);
            box-shadow: 0 5px 10px 0 rgb(0 0 0 / 18%);
}
.nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 10px;
    -webkit-user-select: none;
    white-space: nowrap;
    margin-left: -15px;
}
.nav-menu ul li {
    display: inline-block;
}
.nav-menu li a {
    color: #2d2d2d;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 10px;
}

.nav-menu > div {
    width: 100%;
    height: 100%;
    overflow: auto;
    scroll-behavior: smooth;
}

.box.big > div {
    min-height: 385px;
}


/*//////*/
body.category h3.entry-title a, body.blog h3.entry-title a, body.search h3.entry-title a{
	font-size:16px;
}
figcaption {
    color: #a4a4a4;
    font-size: 14px;
    margin: 0;
}



a.post-link {
	display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2d2d2d;
}
a.post-link h3 {
    margin: 0;
}

a.btn-all {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 10px 20px;
    font-size: 14px;
    background: #fff;
    text-transform: uppercase;
	color: #DCA668;
	font-weight: bold;
	
}
a.btn-all:hover {
    border: 1px solid #DCA668;
    color: #525252;
}
.wrap_btn {
    margin-top: 12px;
}
.btn, div#load-posts a {
    display: inline-block;
    background: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 16px 24px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    color: #DCA668;
}
.btn:hover, #load-posts a:hover{
	color: #fff;
	background: #DCA668;
}
div#load-posts {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.nav-links a {
    display: inline-block;
    padding: 10px 30px;
    font-size: 17px;
    text-decoration: none;
    
    background: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 30px 0 10px;
}

.title-random {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.relative{
	position: relative;
}

.post-img{
	position: relative;
	-webkit-border-radius: 8px 8px 0 0;
	        border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.post-img .cat-name a {
    background: rgb(52 64 72 / 50%);
    position: absolute;
    color: #fff;
    font-size: 10px;
    padding: 4px 10px;
    display: block;
    letter-spacing: 1px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    bottom: 10px;
    left: 10px;
    text-transform: uppercase;

}
a.cat-name {
    font-weight: bold;
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

a.link-news:hover, a.post-link:hover, a.post-link:hover .num, .bottom a:hover h3{
    color: #DCA668;
}
a.link-news {
	font-family: Lora, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	color: #353535;
	padding: 6px 0;
	display: block;
}
a.link-news:first-child {
    margin-top: 0;
}
a.link-news:last-child {
    margin-bottom: 0;
}
.ya-share2, .ya-share2 *{
	text-align: center;
}
.entry-content, .entry-content p {
	font-family: 'Lora', sans-serif;
    font-size: 18px;
	line-height: 1.65;
	color: #000;
}
.entry-content ul li, .entry-content ol li {
    margin-bottom: 10px;
}
aside{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
aside#secondary p {
    margin-top: 0;
}
aside > div {
    margin-bottom: 30px;
    margin-top: 10px;
}
aside.popular {
    border: 1px solid #DCA668;
    padding: 20px;
}
aside.popular .title{
    text-align: center;
    color: #9a9a9a;
    text-transform: uppercase;
    margin-bottom: 10px;
}
aside.popular ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
aside.popular ul li a:hover {
	color: #DCA668;
}
aside.popular ul li a {
    color: #2d2d2d;
    margin-bottom: 20px;
    display: block;
    line-height: 1.3;
}
aside.popular ul li:last-child a {
    margin-bottom: 0;
}

.random h3.entry-title a {
    font-size: 18px;
}

.caption {
    color: #A4A4A4;
    font-size: 14px;
}
.wrap_archive-title{
	background: #000;
	margin-bottom: 38px;
}
.archive-title{
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	
	padding: 32px 0;
	color: #fff;
	margin: 0;
}

.all-news {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #DCA668;
    padding: 10px 0;
    letter-spacing: .5px;
    text-transform: uppercase;
    position: absolute;
}



.container_wrap {
    background: #F4F4F4;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	max-width: 1334px;
	margin: auto;
	width: 98%;
}
.container_wrap > .container {
    padding: 0;
}
.main_wrap {
    padding: 47px;
}
.wrap_top_news {
    background: #fff;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    padding: 20px 28px;
    margin-bottom: 26px;
}
.wrap_top_news .excerpt p {
    margin-bottom: 0;
}
.top_news_col a:first-child{
	margin-bottom: auto;
}
.top_news_col a:last-child{
	margin-top: auto;
	margin-bottom: initial;
}
.top_news_col a{
	margin-top: auto;
	margin-bottom: auto;
}
.big-title {
    font-family: Lora, sans-serif;
    font-weight: 500;
    font-size: 35px;
    line-height: 1.15;
    letter-spacing: 0.03em;
    color: #000;
}
.wrap_top_news a:hover, .wrap_top_news a:hover .big-title{
	color: #DCA668;
}
.nav_wrap {
    padding: 0 47px;
}
.excerpt{
	font-family: Lora;
	font-weight: normal;
	font-size: 18px;
}
.excerpt p {
    color: #000;
    line-height: 1.45;
}
.card_wrap{
	height: 100%;
    background: #fff;
    -webkit-border-radius: 8px;
            border-radius: 8px;
}
.card_body{
	background: #fff;
	-webkit-border-radius: 0 0 8px 8px;
	        border-radius: 0 0 8px 8px;
	padding: 10px 20px; 
}
.title-news{
    font-family: Proxima Nova, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    margin: 8px 0;
	color: #000;
}
.card_body a:hover .title-news{
	color: #DCA668;
}
h1.archive-title{
	font-family: Lora;
	font-weight: 500;
	font-size: 35px;
	line-height: 1;
	padding: 0;
	letter-spacing: 0.03em;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 40px;
}
article {
    max-width: 1020px ;
    margin: auto;
	margin-bottom: 30px;
}
article .container {
    padding: 0;
}
h1{
	text-align: center;
}
article h1 {
    max-width: 850px;
    margin: auto;
}
article .entry-content {
    max-width: 655px;
    margin: auto;
}







@media (min-width: 1200px){
body .container {
    max-width: 1250px !important;
}	
}




@media (min-width: 1400px){
	.big-post {
	    min-height: 340px;
	}
}





@media screen and (max-width: 1199px){
	.card_home img {
		height: 200px;
	}
	.big-title {
	    font-size: 28px;
	}
}



@media screen and (max-width: 991px){
.box:nth-child(odd), .box {
    width: 100%;
}
.w100-lg{
	width: 100%;
}
.all-news{
	position: relative;
}
.excerpt{
	margin-bottom: 0;
}
.card_home{
	padding-top: 0;
}


a.post-link {
    font-size: 19px;
}

.nav-menu {
    max-width: 720px;
    right: 0;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
h1{
	font-size: 34px;
}
}


@media screen and (max-width: 767px){


article h2.entry-title a {
    font-size: 20px;
}
article h2 a{
    text-decoration: none;
}
article h2.entry-title {
    line-height: 1;
}
.top-headline > div{
	width: 100%;
}
.bottom .excerpt {
    display: none;
}

h1.entry-title, .big h3.entry-title a, h1.page-title, h2, .archive-title  {
    font-size: 22px;
}

.text-md-center{
    text-align:center;
}
.actual h3.entry-title a {
    word-break: break-word;
}
.footer-logo {
    text-align: left;
}
a.post-link {
    font-size: 16px;
}
.bottom h3 {
    font-size: 22px;
}
h2{
	font-size: 22px;
}
h1{
	font-size: 28px;
}
.col-md-5.ml-md-n3 {
    background: #fff !important;
}
.nav-menu {
    max-width: 540px;
}
}





@media screen and (max-width: 576px){

	a.box-img {
	    height: 150px;
	    display: block;
	    width: 100%;
	}
		.random img {
	    height: 140px;
	}
	.box__item {
	    margin: 15px 0;
	}
	.box:nth-child(even) .box__item.d-flex.flex-column {
	    width: 100%;
	}
	.box {
	    display: block;
	}

	header#masthead a.custom-logo-link img {
	    max-width: 130px;
	}
	.bottom h3 {
	    color: #fff;
	    margin: 0 0 4px 0;
	    font-size: 20px;
	}

	.card_home img{
		height: 180px;
	}
	
	body.s-active .search_panel{
		width: 100%;
	}
	.entry-content p{
		font-size: 16px;
	}
	.container_wrap{
		-webkit-border-radius: 0;
		        border-radius: 0;
		width: 100%;
	}
	.main_wrap {
	    padding: 15px;
	}
	.nav_wrap{
		padding: 0 15px;
	}
	.big-title {
	    font-size: 22px;
	}
	.wrap_top_news {
	    padding: 10px 15px;
	}
	.card_body .title-news{
		font-size: 18px;
	}
	.excerpt{
		font-size: 16px;
	}
	footer.footer > .container {
	    width: 100%;
	    padding: 0 15px;
	}
	h1.archive-title {
	    margin: 15px 0;
	}
	h1{
		font-size: 24px;
	}
	input#s {
		padding-right: 10px;
	}
	.card_home_fill  .title-news {
		font-size: 18px;
	}
	.card_home_fill .excerpt p{
		font-size: 16px;
	}
	header{
		margin: 0;
	}
	header .logo, footer .logo{
		font-size: 20px;
	}
	.wrap_btn, #load-posts{
		margin-bottom: 12px;
	}
	h1.archive-title {
		font-size: 24px;
	}
}

