/*
Theme Name:     College TV Ticket
Theme URI:      https://redlotusaustin.com
Description:    Generatepress child theme.
Author:         Ruben Ramirez
Author URI:     
Template:       generatepress
Version:        0.1.0
*/

/* GeneratePress Site CSS */ a.button,
a.button:visited,
button,
input[type="submit"],
a.wp-block-button__link {
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
}

.inside-article,
.sidebar .widget,
.comments-area {
/* 	box-shadow: 0 0 60px rgba(0,0,0,0.05); */
}

.site-info {
	box-shadow: 0 0 60px rgba(0,0,0,0.05);
}

hr {
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #ddd;
}

.page-header-meta {
	font-size: 14px;
}

.page-header-meta span.author:before {
	content: "|";
	padding-left: 5px;
	padding-right: 5px;
	opacity: 0.8;
}

.post-image img {
    padding: 5px;
    border: 1px solid rgba(0,0,0,0.2);
}

.main-navigation:not(.toggled) ul li.menu-button a {
	border-width: 1px;
	border-style: solid;
	line-height: 40px;
}

.footer-bar .widget_media_image {
    margin-bottom: 0;
}

.mc4wp-form-fields input[type="email"] {
	margin-bottom: 10px;
	width: 100%;
} 

/* End GeneratePress Site CSS */

html, body {
	background-color:  #f3f3f3;
}

.hidden {
	display: none !important;
}

li.login_menu_item {
    margin-right: 12px;
}

#page, #content, #primary, #main {
	background-color: #f3f3f3;
	color: #1a313f;
}

body.home #page, body.home #content, body.home #primary, body.home #main, body.single-event, body.single-event #page, body.single-event #page #content, body.single-event #page #content #primary,  body.single-event #main {
	background-color: #1a313f;
	color: #fff;
}

.site-logo {
    display: inline-block;
    max-width: 100%;
/*     background-color: #333333b3;
    border-radius: 15px 0 15px 0;
    border: 3px solid white; */
}

.site-logo img {
    padding: 0;
/*     height: 53px;
    width: 179px; */
}

.entry-title, .page-title {
	color: #1a313f;
	text-align: center;
	margin:2rem 0;
}


.ab-block-accordion .ab-accordion-title {
/*     background: #72BBDF; */
    padding: 10px 15px;
/*     border: 1px solid #72BBDF; */
    border-radius: 10px;
	font-weight:bold;
}

/* General Styling */

.ctvt_button {
	display: block;
    border: 3px solid #72BBDF;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background-color: #72BBDF;
}


.ctvt-button-blue {
    border: none !important;
    text-align: center !important;;
    border-radius: 5px !important;;
    color: #fff !important;;
    background-color: #72BBDF !important;
	font-size: 0.9rem !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    line-height: 1.7em;
	
}

/* Form Styling */

div.wpforms-container {
	padding: 30px;
	background-color: #dedede;
}

#wpforms-submit-117 {
	display: block;
    border: 3px solid #72BBDF;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background-color: #72BBDF;
	font-weight:bold;
	display:block;
	width:100%
}

.ctvt_button:hover{
	background-color: #588EA8;
	border-color: #588EA8;
	color: #fff;
}

input.apple-switch {
-moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  height: 20px;
  width: 40px;
  border-radius: 10px;
  box-shadow: inset -20px 0px 0px 0px rgba(114, 187, 223, 1);
  background-color: #FFF;
  border: 1px solid rgba(114, 187, 223	, 1);
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

input.apple-switch:checked {
	 box-shadow: inset 20px 0px 0px 1px rgba(114, 187, 223, 1);
  border: 1px solid rgba(114, 187, 223	, 1);
}

.ctvt_separator {
	box-sizing:border-box;
color:rgb(255, 255, 255);
direction:ltr;
display:flex;
font-family:"Open Sans", sans-serif;
font-size:16px;
font-weight:400;
height:5px;
hyphens:manual;
line-height:25.6px;
margin-bottom:20px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
text-size-adjust:100%;
width:40px
}

.ctvt_separator_center {
	box-sizing:border-box;
	color:rgb(255, 255, 255);
	direction:ltr;
	display:flex;
	font-family:"Open Sans", sans-serif;
	font-size:16px;
	font-weight:400;
	height:5px;
	hyphens:manual;
	line-height:25.6px;
	margin: 0 auto 40px;
	text-size-adjust:100%;
	width:40px;
}


/* Homepage */

body.home .grid-container {
    max-width: 100%;
}

.wp-block-nextend-smartslider3 {
	margin-bottom:0 !important;
}

#homepage-features {
	padding: 0 50px 0 20px;
}
#homepage_featured_section {
	color: #fff;
	
}

#homepage_featured_section {
	background-color: #1a313f;
	margin-left: -10px;
	margin-right: -10px;
	padding: 0 10%;
	text-align: center;
	color: #FFF;
}

#homepage_featured_section a {
	color: #FFF;
}
#homepage_featured_section a:hover {
	text-decoration:underline;
}

#homepage_featured_section h2, #homepage_featured_section h3 {
	text-align: left;
}


#homepage_featured_section h5 {
	text-align: left;
}

#support_your_team {
	list-style: none;
	text-align: left;
	margin: 0 0;
}

#support_your_team i {
	color: #72BBDF;
}

.homepage_features {
	background-color: #72BBDF;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	border:1px solid white;
	padding:5px 5px;
}

.homepage_features .wp-block-image {
	margin: 0;
}

/* .homepage_featured_videos .wp-block-image::after {
	content: url(/wp-content/uploads/2020/08/play-overlay.png);
	position: relative;
    top: -135px;
} */

#homepage_subscription_buttons div {
	width: 33%;
	margin:0;
	display: inline-block;
	float: left;
}

#homepage_subscription_buttons div span {
	display:block;
}

#homepage_subscription_buttons a {
	color: #fff;
}

.hp-price {
	font-weight: bold;
	font-size:2rem;
}

.no_bottom_margin {
	margin-bottom: 0;
}

/* Homepage Event Columns */

#schedule_switcher {
	text-align: center;
	margin-top: 1.5rem;
}

#homepage_schedule_section {
	color: #1a313f;
}

#homepage_schedule_wrapper {
	max-width:1200px;
}

#homepage_live_events_list {
	display: block;
}

#homepage_archive_events_list {
	display:none;
}

span.schedule_header {
    font-size: 1.5rem;
    padding: 0 10px;
}

.events_list {
    list-style: none;
    margin: 0;
}

.homepage_column {
/*     padding: 0; */
}

.homepage_column h2 {
    text-align: center;
    margin: 10px auto 10px;
    border-bottom: 3px solid #fff;
    color: #fff;
}

.schedule_links {
	text-align:center;
/* 	display:block; */
}

.schedule_links a {
    text-align: center;
/*     display: block; */
/*     border-bottom: 2px solid #72bbdf; */
    margin: 0 5px;
	color: 72bbdf;
}


#homepage_prefooter_section {
	background-color: #1a313f;
	background-image: url(https://wordpress-318076-1216568.cloudwaysapps.com/wp-content/uploads/2020/03/team_anthem.jpg);
	background-position: center center;
	background-size: cover;
	opacity: 0.9;
/* 	mix-blend-mode: screen; */
	min-height: 300px;
	color: #fff;
	text-align: center;
}

.grey-overlay {
	background-color: rgb(0 0 0 / 80%);
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 250px;
	padding-top: 100px;
}

#homepage_prefooter_section h2 {
	color: #fff;
}

.vsdiv {
    display: inline-block;
    text-align: center;
	top: -15px;
    position: relative;
}

#related_events_list {
	color: #1a313f;
}

/* Event List Filter */
#event_search_form label {
	display: inline-block;
}

#event_search_form input[type="date"] {
	width: 150px;
	vertical-align: initial;
}
#event_search_form select {
	padding: 0 6px;
}

#event_search_form #activity_select {
	width: 150px;
}

input.search_submit_button {
	background-color: #72bbdf;
    border-radius: 5px;
    font-weight: bold;
}

/*#schedule_search_wrapper input {
	width:12%;
	margin-right:10px;
}

#schedule_search_wrapper select {
	width: 15%;
	margin-right:10px;
}*/

#advanced-search {
	color: #1e73be;
	border: 1px solid #1e73be;
	border-radius: 10px;
	padding: 5px 10px;
	width: 20%;
	text-align:center;
	margin-top:5px;
}

#secondary-options select {
	width:40%;
}

.checkboxes .cost-options, .checkboxes .cate-options {
	width:20%;
	display:inline-block;
}

.event_logos img {
    top: 20px;
    position: relative;
}

/* Pricing Page */

#main .entry-content div.subscription-boxes {
	margin-bottom: 10px !important;
}

.subscription-boxes .wp-block-column {
/*     border: 2px solid grey;
    padding: 5px 2px; */
	margin: 0 8px;
	padding: 20px;
	min-width: 170px;
}

.subscription-box-title {
    font-size: 1.25rem;
    min-height: 80px;
    font-weight: bold;
	text-transform: uppercase;
	word-wrap: normal !important;
	word-break: keep-all !important;
}

.subscription-box-price {
	color: #fff;
	font-size:3rem;
	font-weight: 700;
	margin-bottom:0px;
	word-wrap: normal !important;
	word-break: keep-all !important;
}

.pricing-period {
	min-height:26px;
}

.subscription-box-description {
    text-align: center;
    min-height: 192px;
/*     border: 2px solid lightgrey; */
}

.wp-block-button.subscription-box-button a {
    font-size: 1rem;
    font-weight: bolder;
    width: 100%;
		border: none;
}

.pricing-free {
	background-color: #fff;
}

.pricing-free .subscription-box-price {
	color: #1a313f;
}

.pricing-gamepass {
	background-color: #1a313f;
	color: #fff;
}

.pricing-monthly {
	background-color: #72bbdf;
	color: #fff;
}

.pricing-monthly .wp-block-button.subscription-box-button a {
	background-color: #e3f5fd !important;
	color: #72BBDF;
}
/* Player Page */
.event-not-started h1, .event-not-started h3{
	text-align: center;
}
#upper_Player_Wrapper {
	display: flex;	
}
#playerWrapper {
	display: flex;
	flex: 2;
	top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.theater-mode {
	position: absolute;
	height: 100%;
}
.event_loading {
	display: block;
	margin: 0 auto;
}

#notification_area {
	margin-bottom:10px;
	width: 100%;
	display: flex;
}
#notifications, #advertisements {
	min-height: 60px;
	flex: 1;
/* 	border: 1px solid red; */
}

#player_page_top_wrapper {
	/*display: flex;*/
}

.video-container { 
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#error_overlay {
	display: flex;
	flex: 2;
	display:none;
	text-align: center;
	position: relative;
/*    width: 695px;
    height: 391px;*/
    /*top: -391px;*/
    z-index: 99;
    background-color: #000;
}

#playerSidebar {
	text-align: center;
	display: flex;
	flex: 1;
	flex-direction: column;
}

.teamName {
	font-size:1.25rem;
	font-weight:bold;
	top: 15px;
    position: relative;
	color: #fff;
	text-align: left;
}

.teamName img {
	text-align:left;
	vertical-align: middle;
	padding-right: 10px;
}

.vs-span {
	text-align: center;
}

.player_event_title {
	font-size: 1.2rem;
}

#playByPlay {
	border: 1px solid #72BBDF;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #72BBDF;
    text-align: center;
    margin-bottom: 10px;
}

#replay_container h3 {
	margin-left: 1.5rem;
}
#relatedEvents {
	text-align: center;
}

.relatedEvent {
	background-color: #72BBDF;
	padding-right:10px;
	padding-left:10px;
	color: #fff;
	width:24%;
	margin-right:1%;
}

#secondary_Sidebar {
	width:100%;
	display: flex;
	border:1px solid white;
	display: none;
}

/* Score Overlay */
#score_overlay_wrapper {
	margin: 0 auto;
	display: none;
}

#score_overlay_wrapper div {
	display: inline-block;
	float: left;
	border:1px solid white;
}



/* School Portals Page */
#school_portal_list  {
	list-style: none;
}

#school_portal_list li {
	width: 100%;
	display:block;
	text-align: center;
	font-size:1.5rem;
	text-decoration: underline;
}

/* Registration Page */
#pmpro_form input, #pmpro_form select {
	min-height: 45px;
	min-width: 250px;

}
#pmpro_form input {
	background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    /*height: 38px;*/
    width: 40%;
    line-height: 1.3;
}

/* Footer */
.site-info a:hover {
    color: #1e73be;
}

.footer-bar .widget_nav_menu .current-menu-item a {
    color: #1e73be;
}


/* Mobile-specific Stuff */
@media only screen and (max-width: 679) {
	.c-footer__footer-nav__nav #menu-footer-menu {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	li.event_item {
		text-align: center;
	}
}

/* Player-specific Stuff */
@media only screen and (max-width: 899px) {
	#playerSidebar {
		display: none;
	}
	#secondary_Sidebar {
		/*display: flex;*/
	}
}