/*
Theme Name: Theater Child
Theme URI: http://cmsmasters.net/theater-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Theater Child Theme
Template: theater
Version: 1.0.0
License:
License URI:
Text Domain: theater-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*
Background negro del header
*/

.header_fullwidth .header_mid .header_mid_inner {

    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    background: #000000 !important;
    color: rgba(49,51,59,0.15);

}

/*
Ancho de las filas - total

.content_wrap {

    position: relative;
    width: 100% !important;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;

} */

/*
Fondo negro y texto blanco en barra de shows (fondo negro)

.cmsmasters_slider_project .cmsmasters_slider_project_inner {

    background-color: #000000;

}

h2 a {

    color: #ffffff;

} */