/*
Theme Name: Danica
Theme URI:
Description: Gamayun Child Theme. Danica is simple WordPress theme with grid-layout, extra menu, 3 post sliders and google typography, easy to customize with Customizer theme options. Donate and support theme: https://paypal.me/zoranstosic or, send your donation directly to my Paypal account: zstosic@gmail.com. If you need more information please contact me at Viber/Telegram: +381 637618511.
Version: 1.0.1
Author: zstosic
Author URI: https://profiles.wordpress.org/zstosic/
Template: gamayun
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, grid-layout, custom-colors, custom-header, theme-options
Text Domain: danica
Requires at least: 4.7
Tested up to: 5.8
Requires PHP: 7.2
*/

.site-header{
    border: solid whitesmoke;
    border-width: 3px 3px 0 3px;
}
.site-main {
    border: solid whitesmoke;
    border-width: 0 3px 3px 3px;
}

#header-image-div {
    margin-top: 0;
}
.header-image {
    height: 250px;
}
.site-branding {
    align-items:center; 
    margin-left: 5px;     
}
.custom-logo-link img {
    vertical-align: baseline;
}
.site-description{
    margin-bottom: 0;
}
.blog .entry-header, .archive .entry-header, .search .entry-header {
    box-shadow: none;
    margin-bottom: 20px;
}
.page-content, .entry-content, .entry-summary {
    margin: 10px 0;
}
.blog .entry-title a, .archive .entry-title a, .search .entry-title a {
    color: #007acc;
}
.blog .entry-title a:hover, .archive .entry-title a:hover, .search .entry-title a:hover {
    color: #007acc;
    background-color: #a0dcff;
    text-decoration: none;
}
.blog .grid .entry-title, .archive .grid .entry-title {
    text-align: center;
    padding-top: 20px;
}
.grid .entry-meta {
    font-size: 12px;
    text-align: left;
    font-variant: small-caps;
}