/*
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
*/
.nf-form-layout 
    ul > li:before {
  content: none;
}
table:not([class]):not([id]) th, table:not([class]):not([id]) td {
    padding: 10px;
    border-width: 1px;
    border-style: none;
}
/*arrows on month view*/
.tribe-events-sub-nav {
  height: 50px;
  right: 0;
  top: 10px;
  text-align: right;
	position: relative;
width: 100%;
padding-top: 7px;
}

.tribe-events-sub-nav .tribe-events-nav-next {
	float: right;
}
.tribe-events-sub-nav .tribe-events-nav-previous {
	float: left;
}
/*Roster_slider remove time*/
 .roster_slider .slidedatetime {
    display: block !important;
    width: 160px;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    height: 20px;
    padding: 0 0 0 0 !important; 
}
.header_mid .social_wrap a {
    font-size: 20px;
    line-height: 14px;
    width: 30px;
    height: 20px;
}
@media screen and (max-width: 768px) {
   div.rosterslider_wrapper {
    height: 300px;
    min-height: 300px;
 }
}
.cmsmasters_row .cmsmasters_row_inner.cmsmasters_row_fullwidth {
  width: 100%;
  padding: 0 0px; 
}

.text-shadow {
    text-shadow: 2px 2px red;
}