/* 
 Theme Name:     6th Streeet Playhouse
 Author:         6th Street Playhouse
 Author URI:     http://6thstreetplayhouse.com
 Template:       Divi
 Version:        v0.1
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.4.4
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* Was default to 50px padding top/bottom but that made 100px space between sections, including at top between nav and any content on phones (or devices not wider than 980px) */
@media (max-width: 980px) {
    .et_pb_section {
        padding: 0 !important;
    }
}

/**********added by Tina Studio B ***********/
/*set the default background color of the header section*/
.pa-header {
	background: transparent;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}
/*set the background color of the fixed header when scrolling*/
.pa-fixed-header {
	background-color: #000000!important;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;}
.dmach-acf-item-content p{padding-bottom:0 !important;}
@media only screen and (max-width: 980px) {
.flip { 
  display: flex; 
  flex-direction: column-reverse;}
}
.vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}
.pa-inline-buttons .et_pb_text {
    display: inline-block;
}
.pa-inline-buttons {
    text-align: center !important;
}
.sub-menu .menu-item a,li {
    line-height: 1.5em;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
/* Stop non-linked main menu items from highlighting
ul#menu-primary ul.sub-menu li.nohighlight a:hover {
	color: #fff !important;
	text-decoration: none !important;
} */
@media all and (max-width: 620px) {
.CalWrapper #MyCalendar #MiniCalendar.MiniCalendar tr td {
        padding: 6px!important;
	}}
a.dmach-acf-value {color:#333333;}
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
.dmach_carousel_container .slick-prev {
    left: -25px !important;
}
.dmach_carousel_container .slick-next {
    right: -25px !important;
  }}

/***************************************************************/

/* Header search icon fixes */
.et-db #et-boc .et-l .et_pb_menu_1_tb_header .et_pb_menu__icon.et_pb_menu__search-button, .et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button, .et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button, .et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__cart-button, .et_pb_menu .et_pb_menu__search-input {
	color: #fff !important;
}
input[type="search"]::-webkit-search-cancel-button, .et-db #et-boc .et-l .et_pb_menu_1_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button {
	color: #fff !important;
}
a.et_pb_menu__icon, button.et_pb_menu__icon {
	padding: 0 11px 0 30px !important;
}
.et_pb_menu__search-button:after {
	text-shadow:  0em 0.13em 0em rgba(0,0,0,0.8);
}

/* Make Divi stop breaking columns on mobile */
@media only screen and (max-width: 980px) {
.two-columns .et_pb_column {
	width: 50%!important;
}
.three-columns .et_pb_column {
	width: 33.33%!important;
}
.four-columns .et_pb_column {
	width: 25%!important;
}
.five-columns .et_pb_column {
	width: 18%!important;
	margin-right: 2%!important;
}
}

/* Removing padding at bottom of posts so that Divi sections can meet the footer directly */
.single .et_pb_post {
	margin-bottom: 0;
}
.single .post {
	padding-bottom: 0 !important;
}

/* Attempt to fix Venue ACF/Divi machine module that won't take color styles in module */
.show-vitals div p span {
        color: #303a3d !important;
    }

/* Secondary Header */
span.secondary-header {
	white-space: nowrap;
}
span.secondary-header a {
	color: #fff !important;
}

.nowrap {
	white-space: nowrap;
}

/* Style adjustment to Font Awesome icons in main nav */
ul li.menu-item a span {
	color: #A2A1A5;
	padding-left: 8px;
}

/* Footer credits */
.footer-credits a {
	color: #303a3d !important;
	cursor: pointer;
}

/* VBO Show Calendar Tickets Widget */
.CalWrapper {} 
.EvtDtlWrapper {} 
#EvtDtl {} 
.MiniCalendar { font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color:#EFEFEF; border-radius: 5px; }
.PrevMonth { width: 33%; padding: 5px; text-align: left; font-weight: bold; font-size: 120%; }
.CurrMonth { width: 33%; padding: 5px; text-align: center; font-weight: bold; font-size: 150%; }
.NextMonth { width: 33%; padding: 5px; text-align: right; font-weight: bold; font-size: 120%; }
.CalDay,.CalWeekDay,.CalEvent { padding: 5px; text-align: center; }
.CalWeekEnd { padding: 5px; text-align: center; background-color: #FFF; }
  .CalEvent { color: #fff; }

/* Divi Post Title featured image adjustment for rounded corners (because it isn't taking in the module settings) */
.et_pb_post_title.border-radius-featured-image .et_pb_image_wrap img {
	border-radius: 50px;
}
/* Divi Blog module square featured images on homepage Season grid - add pa-blog-image-1-1 to module's Blog Settings > Advanced > CSS ID & Classes > CSS class */
.pa-blog-image-1-1 .entry-featured-image-url {
  padding-top: 100%;
  display: block;
}
.pa-blog-image-1-1 .entry-featured-image-url img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
/* Forcing removal of borders/backgrounds that were required for titles that cannot be omitted in Divi's Blog module */
.pa-blog-image-1-1 .et_pb_blog_grid .et_pb_post {
	border: none;
	background: none;
}
.pa-blog-image-1-1 .et_pb_blog_grid .et_pb_post>h2{
	display: none !important;
}
/* Forcing removal of margins that were required for titles that cannot be omitted in Divi's Blog module */
@media (min-width: 981px) {
	.home .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .home .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 980px) {
	.home .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post{
		margin-bottom: 0 !important;
	}
}
@media (max-width: 767px) {
	.home .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 0 !important;
	}
}

/* Shows */
/* Show prices unordered list */
ul.show-prices li {
	line-height: 1em;
}

/* SEARCH AND ARCHIVE CATEGORY INDEX PAGES WITH IMAGES */
/* .category-exhibitions-archive article.et_pb_post .post-meta {
	display: none;
} */
/* .archive article.et_pb_post a img, .search-results article.et_pb_post a img  {
	max-width: 15%;
	min-width: 65px;
	float: left;
	margin: 0 1em 2em 0;
}
.archive article.et_pb_post, .search-results article.et_pb_post {
	clear: both;
	margin-bottom: 2em;
}
.archive article.et_pb_post h2 a, .search-results article.et_pb_post h2 a {
	font-size: 85%;
}
.archive #left-area .post-meta, .search-results #left-area .post-meta {
	padding-bottom: 0;
} */

/* Dim & Desaturate Education index links block based on current index page */
body.page-id-18455 .education-index-links.adult, body.page-id-18434 .education-index-links.teen, body.page-id-18399 .education-index-links.youth, body.page-id-30133 .education-index-links.tiny, body.page-id-37946 .education-index-links.preschool, body.page-id-21792 .education-index-links.summercamps {
	opacity: 40%;
	filter: saturate(0);
}

/* Fixing unlocated CSS entry that forces some links to expand with letter spacing on hover */
  body .et_pb_bg_layout_light.et_pb_button:hover, body .et_pb_bg_layout_light .et_pb_button:hover, body .et_pb_button:hover { letter-spacing: 0 !important; }

/* Hides Divi's default display of "No Results Found..." when Blog Module has no posts to show */
.et_pb_ajax_pagination_container .not-found-title, .not-found-title + p {
	display:none
}