/**
Theme Name: Astra Child
Author: Madbox
Author URI: https://madbox.si/
Description: Child Aatra theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.ast-article-post.remove-featured-img-padding .blog-layout-4 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, 
.ast-blog-layout-4-grid .ast-article-inner, .ast-blog-layout-5-grid .ast-article-inner, .ast-blog-layout-6-grid .ast-article-inner {
    border-radius: 5px;
}



/* HIDE */
.ast-menu-toggle:focus,  
a:active, a:focus {
    outline: none!important;
	border: none;
}
.single-story .entry-title,
.single-story .entry-meta {
    display: none;
}

/* FONT & TEXT */
h1, .entry-content :where(h1), h2, h3, h4, h5 {
    text-transform: none;
}
strong, b {
	font-weight: 700!important;
}
label, legend {
    font-size: 12px;
    line-height: 15px;
}
button, .ast-button, input#submit, input[type="button"], input[type="submit"], input[type="reset"] {
  text-transform: none;
}
.footer-widget-area-inner .wp-block-loginout p label {
    color: #fff;
}
.eael-post-list-container.layout-advanced .eael-post-list-header .post-list-ajax-search-form .result-posts-wrapper .ajax-search-result-post h6 a {
    color: #2A2A2A!important;
}
.eael-post-list-container.layout-advanced .eael-post-list-header .post-list-ajax-search-form .result-posts-wrapper .ajax-search-result-post h6 a:hover {
    color: #13a5a4!important;
}


/* HEADER & FOOTER */
.ast-hfb-header .site-header {
        margin: 0px;
}
.ast-desktop .ast-header-account-wrap:hover .ast-account-nav-menu, .ast-desktop .ast-header-account-wrap:focus .ast-account-nav-menu {
    text-align: right;	
		margin-top: -45px;
}

/* IMAGE */
.site-logo-img img {
	border-radius: 0px!important;
}