/*
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
*/

/* Your CSS code goes here
-------------------------------------- */
.navbar-wrap {
	border-top:1px solid #e3e3e3;
}
section#categories-2 {
    background: #ffffff !important;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 25px 30px 35px;
    text-align: left;
    color: #888;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgb(28 28 28 / 10%);
    box-shadow: 0 2px 5px 0 rgb(28 28 28 / 10%);
    text-shadow: none;
}
.main-menu-inner > li:first-child {
    display: none;
}
.main-menu-inner > li:nth-child(2) {
    margin-left: -15px;
}
ul#offcanvas-nav li:first-child {
    display: none;
}
.designedby {
    width: 1140px;
    margin: auto;
    display: inline-block;
	padding: 0 15px
}

.footer-copyright-wrap {    
    padding-bottom: 2px !important;
}

@media all and (max-width: 480px) {
	.designedby p {
    text-align: center;
    width: 100%;
    font-size: 11px;
    margin-top: 2px;
}

.designedby {
    width: 100%;
    margin: auto;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    clear: both;
}
	
}