/*
 Theme Name:   Spectrum Child
 Theme URI:    http://themeforest.net/user/CMSSuperHeroes/portfolio
 Description:  In 2014, Creating a magazine website with WordPress has never been easier.
 Author:       Cmssuperheroes Team
 Author URI:   http://cmssuperheroes.com/
 Template:     wp_spectrum
 Version:      1.0.0
 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
 Text Domain:  WP_Spectrum
*/


/*
-------------------------------------------------------------- */

/* FIX HEADER OPACITY */
#header-top {
    background-color: rgba(34, 34, 34, 0.85) !important;
}
.header-v2 #cshero-header.transparentFixed::before {
    background-color: rgba(34, 34, 34, 0.85) !important;
}


/*
-------------------------------------------------------------- */


/* FIX HORIZONTAL RULE FOR HEADINGS */
.vc_separator.no-text.align_left.wpb_content_element.vc_el_width_20 {
    width: 20% !important;
}


/*
-------------------------------------------------------------- */


.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    font-size: 13px !important;
    font-weight: normal !important;
    height: 38px !important;
    line-height: 38px !important;
    display: inline-block !important;
    outline: medium none !important;
    padding: 5px 14px !important;
    text-transform: none !important;
}

