/*
Theme Name:     Bingo child
Template:      	bingo
Theme URI:      http://bingo.themeruby.com/
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/
Description:    Bingo:  Multi-Purpose Newspaper, Magazine Theme
Version:        1.0
Text Domain:    bingo
Tags:           custom-background, custom-menu, editor-style, featured-images, theme-options, custom-colors, translation-ready
License:        license purchased
License URI:    http://themeforest.net/licenses/standard
*/

@import url('../bingo/style.css');

/* Onefootball Widget */
#thefc-widget {
    display: none !important;
}

/* Your CSS code goes here
-------------------------------------- */
.header-wrap.header-style-7 {
    position: fixed;
    z-index: 999;
    width: 100%;
    border-bottom: 2px solid #34ac5d;
}
.logo-wrap {
    position: absolute;
    left: 0;
}
.logo-mobile-inner a img {
    width: 172px;
    height: auto;
}
.navbar-left {
    display: flex;
}
.header-style-7 .navbar-left > * {
    margin: 0 auto;
}
.single-post-body {
    padding: 20px;
}

.block-title > * {
    border-bottom-color: #34ac5d !important;
}

.wp-featured-image-caption-text {
    display: block;

    text-align: left;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    line-height: 17px;
}

.wp-featured-image-caption-text span {
    display: inline-block;
    padding: 5px 10px;
    background-color: #f9f9f9;
    width: auto;
}

.ruby-container {
    max-width: 1200px;
}
/*
.navbar-wrap {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}*/
.site-wrap {
    padding-top: 72px;
}
.single-page-post {
    padding: 20px;
}

@media only screen and (min-width: 992px) {
    .fw-block-1-slider-el .post-outer img{
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .fw-block-1-slider-el .post-outer:hover img {
        -webkit-filter: brightness(60%);
        filter: brightness(60%);
    }
}

@media only screen and (max-width: 991px) {
    .single-wrap.ruby-section {
        margin-top: 20px;
    }

    .post-wrap {
        margin-bottom: 20px;
    }

    #ruby-main-menu {
        display: none;
    }

    /* Header */
    .header-wrap.header-style-7 {
        height: 62px;
    }
    .header-search-popup {
        height: 60px;
    }
    .logo-wrap {
        left: 40px;
    }
    .site-wrap {
        padding-top: 62px;
    }
    .header-style-7 .ruby-close-search {
        top: 15px;
    }

    .archive-page-header {
        margin-top: 0;
    }
}

@media only screen and (max-width: 600px) {
    body.admin-bar .header-wrap.header-style-7 {
        position: absolute;
    }
}

@media only screen and (max-width: 479px) {
    .ruby-coll-scroll > * {
        width: 80% !important;
    }
}

.footer-menu-wrap, .footer-social-wrap {
    height: auto;
}