/*
Theme Name: Boombox Child Theme
Theme URI: http://boombox.px-lab.com
Template: boombox
Author: Px-Lab
Author URI: https://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  ***************/

/* Change post rating icons */
.post-rating .point-btn i:before {
    line-height: 20px;
    vertical-align: middle;
}
.post-rating .point-btn i.icon-arrow-up:before {
    content: url(images/icon-vote-up.png);
}
.post-rating .point-btn i.icon-arrow-down:before {
    content: url(images/icon-vote-down.png);
}

/* *** Fonts *** */

/* -- Fonts Application in Boombox -- */
/* Base font family */
body, html,
#cancel-comment-reply-link,
#comments .comments-title span {
    font-family: 'Roboto Condensed', sans-serif;
}

/* Branding font family */
#branding h1 {
    font-family: 'Montserrat', sans-serif;
}

/* Post heading font family */
.entry-title {
    font-family: 'Montserrat', sans-serif;
}

/* Secondary font family */
.pagination, .page-links,.vp_dash_pagina,
.comments-area h3,[class*=" mashicon-"] .text, [class^=mashicon-] .text,
.entry-no-lg,.reaction-box .title,
.reaction-item .reaction-vote-btn,
#comments .comments-title, #comments .comment-reply-title,
.page-trending .bb-trending-navigation ul li a,
.vp-entry legend,.widget-title,
.badge .text,.post-number,
.more_items_x legend, .more_items legend, .more_items_glow,
section.error-404 .text,
.inline-popup .title,
.authentication .title,
.other-posts .title,
.post-share-box h2,
.page-header h1 {
    font-family: 'Roboto Condensed', sans-serif;
}

/* -- Google Fonts Import -- */
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i');*/

/*/!* -- Local Fonts Declaration -- *!/*/
/*/!* Light Font *!/*/
/*@font-face {*/
    /*font-family: 'Roboto Condensed', Times, serif;*/
    /*font-style: normal;*/
    /*font-weight: 300;*/
    /*src: url(fonts/RobotoCondensed-Light.ttf);*/
/*}*/
/*@font-face {*/
    /*font-family: 'Roboto Condensed';*/
    /*font-style: italic;*/
    /*font-weight: 300;*/
    /*src: url(fonts/RobotoCondensed-LightItalic.ttf);*/
/*}*/

/*/!* Normal Font *!/*/
/*@font-face {*/
    /*font-family: 'Roboto Condensed';*/
    /*font-style: normal;*/
    /*font-weight: 400;*/
    /*src: url(fonts/RobotoCondensed-Regular.ttf);*/
/*}*/
/*@font-face {*/
    /*font-family: 'Roboto Condensed';*/
    /*font-style: italic;*/
    /*font-weight: 400;*/
    /*src: url(fonts/RobotoCondensed-Italic.ttf);*/
/*}*/

/*/!* Bold Font *!/*/
/*@font-face {*/
    /*font-family: 'Roboto Condensed';*/
    /*font-style: normal;*/
    /*font-weight: 700;*/
    /*src: url(fonts/RobotoCondensed-Bold.ttf);*/
/*}*/
/*@font-face {*/
    /*font-family: 'Roboto Condensed';*/
    /*font-style: italic;*/
    /*font-weight: 700;*/
    /*src: url(fonts/RobotoCondensed-BoldItalic.ttf);*/
/*}*/
