/*
 Theme Name:     The Prodigy 2023
 Author URI:     https://www.rogueskins.com
 Template:       Divi
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.main_title{text-align: center;}

.tourlisting{width: 100%;
margin: 1em auto;
padding:2em 0;
text-align: center;background:white;
background: url('https://theprodigy.com/2023/wp-content/uploads/2023/06/pulsingant_glitch.gif') 50% 22vh no-repeat;
  background-size: auto;
background-size: 300px;}
.tourlisting .fixedbg{background: url('https://theprodigy.com/2023/wp-content/uploads/2023/06/pulsingant_glitch.gif') no-repeat 50% 50vh fixed;}
.tourlisting h2, .tourlisting h1{color:black;}
.event-item{border-bottom:2px solid black; max-width: 1000px; margin: 0 auto;
padding: 1em; text-align: left;}
.event-date, .event-name, .event-location, .event-link{text-align:left; display:inline-block; vertical-align: text-top;}
.event-date{width: 12%;}
.event-name{width:67%; max-width: 600px; text-align: left;}
.event-link{width:20%; margin-top:.4em; text-align: center;}
.event-link a:hover{color:black;}
.event-link a{min-width: 49%;
display: inline-block;
text-align: center;}
span.day, span.month{display:block;}

@media only screen and (max-width: 960px) {
.event-date, .event-name, .event-location, .event-link{text-align: center; width: 100%; display: block; margin:auto;}
.event-link{width:100%; margin:.2em auto;}
.event-link .et_pb_button{display:block; width: 100%;margin: 1em auto;}
}