/*
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
*/

/* MENU */
.header_mid .mid_search_but_wrap .mid_search_but:before{
	font-weight: 800;
}
@media only screen and (max-width: 768px){
  #header .header_mid .logo_wrap {
    width: 130px !important;
    margin-bottom: 0 !important;
    display: inline-block !important;
  }
  #header .header_mid .resp_mid_nav_wrap{
    float: right !important;
  }
  #header .header_mid .mid_search_but_wrap{
    float: left !important;
    clear: none !important;
  }
  #page.fixed_header #header{
    position: fixed !important;
    top: 0;
  }
  #page.fixed_header #middle{
  	margin-top: 70px !important;
  }
}


/* EVENTS SINGLE PAGE */
.tribe-events-single-event-title.summary.entry-title{
	font-size: 48px;
	line-height: 52px;
}
@media only screen and (max-width: 1024px){
	.tribe-events-single-event-title.summary.entry-title{
		font-size: 38px;
		line-height: 42px;
	}
	.cmsmasters_single_event .cmsmasters_single_event_header_right{
		float: right;
	}
	.cmsmasters_single_event .cmsmasters_single_event_header_left{
		float: left;
	}
}
@media only screen and (max-width: 768px){
	.tribe-events-single-event-title.summary.entry-title{
		font-size: 28px;
		line-height: 32px;
	}
	.cmsmasters_single_event .cmsmasters_single_event_header_right{
		float: none;
		padding: 0;
	}
	.cmsmasters_single_event .cmsmasters_single_event_header_left{
		float: none;
	}

	.cmsmasters_single_event_header{
		flex-direction: column;
	}
	
}

/*  100% ok for event bad for profiles and search results  */



/* Y try from event and search result and profile*/
.single-tribe_events .content_wrap.fullwidth {
    width: 100%;
    padding: 0;
}


.cmsmasters_single_event .cmsmasters_single_event_content .cmsmasters_row_inner {
	 width: 1200; 
}




.wpcf7-form-control-wrap{
	font-size: inherit;
}

.single-tribe_events .middle_content {
    padding: 0;
}

.headline_text h1.entry-title{
	text-shadow: 0 0 10px rgba(0,0,0, 0.3);
}

.cmsmasters_single_event {
    margin: 0;
}

aside#tribe-events-sub-nav.cmsmasters_single_tribe_nav{
	display: none;
}

.middle_content #tribe-events-content.tribe-events-single{
	padding: 0;
}