/*
Theme Name: Boombox Child Theme
Theme URI: http://boombox.px-lab.com
Template: boombox
Author: Px-Lab
Author URI: http://px-lab.com
Description: Boombox is most powerful and flexible viral and buzz style WordPress theme. Flexible and fully customizable viral magazine theme combined with most powerful Viral content plugin with a ton of snacks and exclusive features and all that packed with dozens of powerful and popular plugins and with top-notch design
Version: 1.0.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, custom-header, custom-background, full-width-template,custom-menu, editor-style, featured-images, featured-image-header, post-formats, sticky-post, theme-options, translation-ready
Text Domain: boombox
*/

/*************** Add your custom css here  ***************/


p {
    margin: 0 0 10px 0;
}

hr {
    margin: 10px 0 10px !important;
}

.sidebar {
padding-top: 20px !important;
text-align: center;
}

#footer .footer-top {
    padding: 0px 0 0;
}

.single .post.single .cat-links a {
color: #25b0ff;
}

#footer .footer-bottom {
   background-color: #7222ff;
    background-image: -webkit-linear-gradient(to right, #7222ff, #11d5ff);
    background-image: -moz-linear-gradient(to right, #7222ff, #11d5ff);
    background-image: -o-linear-gradient(to right, #7222ff, #11d5ff);
    background-image: linear-gradient(to right,#7222ff,#11d5ff);
}


#mainContainer {
    position: relative;
    min-height: 800px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 5;
    clear: both;
    padding-top: 0px;
}

.featured-strip {
    position: relative;
    display: none;
    opacity: 0;
    visibility: hidden;
    clear: both;
    margin: 0 0 5px -5px!important;
}

.header .top {
    background-color: #7222ff;
    background-image: -webkit-linear-gradient(to right, #7222ff, #11d5ff);
    background-image: -moz-linear-gradient(to right, #7222ff, #11d5ff);
    background-image: -o-linear-gradient(to right, #7222ff, #11d5ff);
    background-image: linear-gradient(to right,#7222ff,#11d5ff);
}