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

/* Language specific font */
:lang(en-GB) {
    font-family: Helvetica!important;
} 

/*remove Running show section from front page*/
#cmsmasters_row_e394ad6d2f {
  display:none;
}

/*slide top button pos*/
#slide_top {
	bottom: 73px;
}
/*adjust text justify about us*/
.textUs{
	text-align:justify;
}
/*profiles page adjustments*/
.cmsmasters_open_profile .profile_details_title, .cmsmasters_open_profile .profile_features_title {
    text-decoration: underline;
}
.cmsmasters_open_profile .profile_sidebar {
    float: right;
}
.profile_details_item_desc{
	direction:ltr;
}
.cmsmasters_open_profile .profile_sidebar {
    padding-right:20px!important;
	width:auto;
}
/*.header_mid_inner*/

#header{
	background-image:url(/wp-content/uploads/2025/06/bannertop.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.header_bot, .header_mid, .header_mid.header_mid_scroll, .header_bot.header_bot_scroll{
	background-color:transparent;
}
/* logo size and vertical pos*/
.header_mid .logo_wrap {
	height:70%;
	margin-top: 2%;
}
/*banner layout and logo position horizontally*/
.header_mid .header_mid_inner {
    height: 100%;
    width: auto;
}
/*العرض الحالية*/
.cmsmasters_slider_project .cmsmasters_slider_project_header{
	text-align:justify;
	direction:rtl;
}
.cmsmasters_slider_project .cmsmasters_slider_project_content{
	text-align:justify;
	direction:rtl;
}
.header_mid .mid_search_but_wrap .mid_search_but{
	font-size:30px;
	color:#dbcba6;
}

/*Project (shows)*/
.cmsmasters_open_project .project_details_title{
	text-align:center;
}
.cmsmasters_open_project .cmsmasters_project_header {
    /*text-align: center;*/
}

/*page heading font color*/
.entry-title{
	color:#620e1d!important;
}
/*footer*/
.sidebar_layout_14141414 aside {
/*text-align:end*/
}
.cmsmasters_footer_small .social_wrap a {
    font-size: 28px;
    line-height: 20px;
    width: 37px;
    height: 27px;
}
/*numbers font change issue*/
.tel{
	font-family: Helvetica;
}
.cmsmasters_footer_small .footer_copyright {
    font-family: Helvetica;
}

/*@media adjustments*/
/*language picker*/
@media only screen and (max-width: 900px) {
#trp-floater-ls.trp-top-right {
    bottom: 0;
    top: auto;
    right: 10%;
	min-width: 30px;
	border-radius: 5px 5px 0 0;
}
}
@media only screen and (max-width: 1024px){
#header .navigation .nav_title {
    display: inline-block;
    vertical-align: bottom;
    font-size: 20px;
}
}