/*
 Theme Name:   Rodocesta
 Theme URI:    https://www.rodnacesta.sk
 Description:  Odvodená téma od Graphene pre stránku Rodnacesta.sk
 Author:       Jasom Dotnet
 Author URI:   https://www.jasom.net
 Template:     graphene
 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:  rodocesta
*/
body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,Arial,sans-serif;
}
.zdielacky {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin: 10px auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}
@media (min-width: 800px) {
    .zdielacky {
        flex-direction: row;
    }
}
.zdielacky a {
    color: #fff;
    text-shadow: 2px 2px 5px #333;
    padding: 10px 60px;
    border-radius: 5px;
}
.zdielacky a:hover {
    color: #bf9d7e;
}
.fbz {
    background-color: #3b5998;
}
.vkz {
    background-color: #45668e;
}
.tez {
    background-color: #0088cc;
}
#out {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAMAAABh9kWNAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURQAAAAAAAExpcWneDCAAAAADdFJOU6hUAPPKUFYAAAARSURBVAjXY2BiZGJgBEIgDQAAVAAN7bC7/wAAAABJRU5ErkJggg==');
    background-attachment: fixed;  
    min-height: 100%;
}
.widget_sp_image img {
    height: auto;
}
.widget_post_views_counter_list_widget .post-title,
.widget_post_views_counter_list_widget .post-title a {
    font-size: 1em;
}
#header-menu {
    padding: 0 15px;
}
@media (min-width: 768px) {
    #header-menu {
        padding-left: 0;
        padding-right: 0;
    }
}