/**
 * Theme Name:  FWRD Child - Ultimate Creative WP Theme
 * Theme URI:   http://irontemplates.com/wp-demos/fwrd/
 * Description: FWRD a complete solution for everybody in the creative industry. If you are anyone, this theme is for you.
 *
 * Author:      IronTemplates
 * Author URI:  http://irontemplates.com
 *
 * Version:     1.0
 * Template:    fwrd
 * Text Domain: fwrd-child
 *
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 */
 
 @import url("../fwrd/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
.logo {
	display:none!important;
}
.classic-menu > ul > li.current-menu-item > a {
    background-color: #000000!important;
    color: #ffffff;
}
.eg-fwrd_discography_skin-content {
    padding: 15px 10px 7px 10px!important;
}
.responsive-header a.sandwich-icon {
    color: #000000!important;
}
@media all and (max-width: 1024px) {
.classic-menu > ul > li > a {
    background-color: #000000!important;
    color: #ffffff;
}
}
.wpb_text_column :last-child, .wpb_text_column p:last-child {
    //margin-left: 10px;
}
@media all and (max-width: 1024px) {
#wrapper {
	margin-left: 10px;
}
}