/*
 Theme Name: Bitz Child
 Theme URI: http://themeforest.net/item/bitz-news-publishing-theme/13542402
 Description: Child theme of Bitz WordPress theme available exclusively on Theme Forest.
 Author: MNKY
 Author URI: http://themeforest.net/user/MNKY
 Template:     bitz
 Version:      1.0.0
 License: Envato Marketplaces Split Licence
 License URI: Envato Marketplace Item License Certificate
 Tags: theme-options, translation-ready, rtl-language-support, post-formats, microformats, full-width-template, custom-colors, left-sidebar, right-sidebar, fluid-layout
 Text Domain:  bitz-child
*/

#wrapper {background: #e8e8e8;}
.page-template-page-no-paddings #main {
    margin-top: 30px;
}
#main {
    padding: 30px 30px;
    margin-top: 30px;
}
.heading-line {
    height: 5px;
}
.heading-line span {
    height: 5px;
}

ul.article-socials {
    list-style: none;
    padding-left: 0px;
    margin-left: 4px;
    position: absolute;
    margin-left: -70px;
    top: 5px;
}

ul.article-socials li a {
    display: block;
    width: 45px;
    margin: 0 0 20px;
    height: 45px;
    text-indent: -9999em;
    opacity: 0.86;
}

li.comment-count a {
    background: url(//usay.gr/wp-content/uploads/ic_comment_min.png) no-repeat;
    position: relative;
}

li.tw a {
    background: url(//usay.gr/wp-content/uploads/ic_twitter_min.png) no-repeat;
    position: relative;
}
li.fb a {
    background: url(//usay.gr/wp-content/uploads/ic_facebook_min.png) no-repeat;
    position: relative;
}

.entry-content.entry-single {
    margin-left: 86px;
    position: relative;
}
ul.article-socials li {
    padding: 0px;
}

footer .widget ul li {
    display: inline;
    margin-right: 18px;
}
.footer-sidebar .widget {
    margin-bottom: 23px;
}

.site-info .widget_text {
    width: 34%;
    float: left;
}

#mobile-site-header #mobile-site-logo img {
    max-height: 50px;
}
#site-logo img {
    max-height: 75px;
    width:auto;
}

ul.home-socials li a {
    display: block;
    width: 45px;
    margin: 16px 6px 6px;
    height: 45px;
    text-indent: -9999em;
    opacity: 1;
}

ul.home-socials li.fb a {
    background: url(//usay.gr/wp-content/uploads/2015/09/ic_facebook_min_w.png) no-repeat;
}
ul.home-socials li.tw a {
    background: url(//usay.gr/wp-content/uploads/2015/09/ic_twitter_min_w.png) no-repeat;
}
ul.home-socials li.search-trigger a {
    background: url(//usay.gr/wp-content/uploads/2015/09/ic_search_min_w.png) no-repeat;
}
button#trigger-header-search {
    display: none;
}
.header-search .searchform-wrapper {
    background-color: rgba(255, 42, 42, 0.9);
}
.header-search .search-input {
    color: #fff;
    font-weight:600;
}

#site-navigation ul li a {
    font-size: 15px;
    font-weight: 600;
}
.accept_cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 90%;
    background: #262626;
    padding: 10px 5%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    z-index: 9999;
    opacity: 0.9;
    text-align: justify;
}
.accept_cookie a {
    background: #af2501;
    border-radius: 3px;
    padding: 10px;
    color: #fff;
    display: inline-block;
    margin: 0 0px 10px 10px;
}

@media only screen and (max-width: 1187px)
{
    ul.article-socials {
        list-style: none;
        padding-left: 0;
        position: inherit !important;
        margin: 0 !important;
        top: 5px;
        display: block !important;
    }

    ul.article-socials li {
        padding: 0;
        display: inline-block;
        margin: 0 15px 0 0;
    }
}


@media only screen and (max-width: 768px)
{
    ul.article-socials {
        display: block !important;
    }
}



