/*
Theme Name: Netube Child
Description: Child Theme for Netube Theme
Author: Catchpixel
Version: 1.0
Template: netube
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: catchpixel
*/

/*Custom Style Code Right Here */

ul.netube-main-menu > li > a, ul.netube-main-menu > li > .main-logo {
font-size: 18px !important;
}


nav ul.navbar-items.nav.pull-center.text-center.show-opacity {
    margin-left: 60px  !important;

}

@media (min-width: 992px){

#netube-categories-3 ul {
-webkit-column-count: 4;  /* Chrome/Opera, Safari */
-moz-column-count: 4; /* Mozilla Firefox */
column-count: 4;

/* Properties below are optional: */
-webkit-column-gap: 50px; /* Chrome/Opera, Safari */
-moz-column-gap: 50px; /* Mozilla Firefox */
column-gap: 50px;

-webkit-column-rule: 1px single grey; /* Chrome/Opera, Safari */
-moz-column-rule: 1px single grey; /* Mozilla Firefox */
column-rule: 1px single grey;
}


.footer-middle-wrap .col-lg-3:last-child {
   flex: 0 0 75% !important;
   max-width: 75%  !important;
   }
}

.site-footer {background-image: none !important;}