/*
Theme Name: MKodvetnik theme
Template: astra
Author: Madbox
Description: Custom MKodvetnik theme (Astra child)
Version: 1.0.1585055625
Updated: 2020-03-24 14:13:45

*/

/* BARVE
SIVA 	#848484
MODRA 	#344453 */

/* BORDER GLOBAL */
.blog-layout-1, .ast-right-sidebar #primary, .ast-archive-description {
    border-width: 4px;
	border-color: #f4f4f4;
}

/* TRANSITION GLOBAL */
.post-thumb-img-content {
	transition: 1s;
}

/* BLOG */
.post-thumb-img-content {
    max-height: 250px;
    overflow: hidden;
	filter: grayscale(1);
}
.post-thumb-img-content:hover {
	filter: grayscale(0);
}

/* HEADER */
.site-title a, .site-title a:focus, .site-title a:hover, .site-title a:visited {
	color: #344453;
}
.ast-header-break-point .ast-mobile-menu-buttons-outline.menu-toggle {
	background: #fff;
}
.ast-header-break-point .main-header-menu {
    background-color: #f9f9f900;
}

/* ALL CCS */
h1, .site-title, .entry-title, .entry-title a {
	font-weight: 300!important;
}
.site-title a,  
.main-header-menu, 
.elementor-post__badge {
	letter-spacing: 2px;
}
.ast-small-footer-section.ast-small-footer-section-2, 
.entry-meta, .entry-meta * {
    font-size: 11px;
}
.entry-meta, .entry-meta *, 
.ast-archive-description .ast-archive-title {
	text-transform: uppercase!important;
}

/* FOOTER */
.footer-adv-overlay {
    padding-bottom: 250px;
}

/* MOBILE */
@media (max-width: 767px) {
	.main-header-menu a {
		color: #344453!important;
	}
	.footer-adv .footer-adv-overlay {
    	text-align: center;
	}
}

/* ANTI MOBILE */
@media (min-width: 1300px) {
	.home .main-header-menu a:hover {
    	color: #ffffff94!important;
	}
}