/* CSS Document */

/* Here we save the responsive index-related css. Everything used on index (except for the colors, header, footer, and sugarnation) should be here */


@media screen and (max-width: 1180px){
	
	div#index_about_container, div#index_shows_container, div#index_videos_container, div#index_news_container{
		width: calc(100% - 20px);
		padding: 20px 10px 0 10px;
	}
	
	#show_top, #date_info, #show_content{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#show_top{
		min-height: 80px;
	}
	
	#show_content{
		width: calc(100% - 40px);
	}
	
	#shows_banner_bottom img{
		max-width: 100%;
	}
	
	div#shows_top{
		background-size: contain;
	}
	
	.show_location, .show_tour, .show_language{
		white-space: nowrap;
	}
	
	div#index_shows_list div.index_show_data{
		align-items: center;
		margin-left: 0px;
	}
	
	div#index_shows_list .index_show_extra{
		margin-right: 0px;
	}
	
}

@media screen and (max-width: 1100px){
	
	.youtube img {
    	top: -10.84%;
	}
}

@media screen and (max-width: 1025px){
	
	.youtube img {
    	top: -6.84%;
	}
	
	div#about_info .about_button{
		padding: 5px 43px;
	}
}

@media screen and (max-width: 1000px){
	
	div#index_shows{
		margin-bottom: 0px;
		margin-top: 10px;
	}
	
	div#index_shows_list > a > div{
		align-items: center;
		flex-direction: column;
				padding: 5px 10px;
	}
	
	div#index_shows_list div.index_show_data{
		align-items: center;
	}
	
	div.shows_list_ticket_container{
		align-items: center;
	}
	
	div#index_shows_list div.show_list_links{
		flex-direction: row;
		margin: 0 10px;
	}
	
	div#index_shows_list div.show_list_date, div#index_shows_list div.show_list_ticket{
		width: auto;
		margin-bottom: 0px;
		padding: 12px 20px;
	}
	
	div#index_shows_list div.show_list_date{
		display: none;
	}
	
	div#index_shows_list div.show_list_ticket_next{
		margin-left: 10px;
	}
	
	div.index_shows_ticket_message{
		margin-top: 0px;
		text-align: center;
	}
	
	.show_time{
		/*display: none;*/
	}
	
	div#index_shows_list div.index_show_data span.show_time, div#index_shows_list div.index_show_data span.show_language{
		font-size: 1rem;
		line-height: 1.2rem;
		font-family: 'AgendaMedium';
	}
	
	div#index_shows_list div.index_show_data span.show_language{
		margin-bottom: 10px;
	}
	
	div#index_shows_list .show_date_mob{
		display: block;
		text-align: center;
		line-height: 1.2rem !important;
	}
	
	div#index_shows_list .show_date_mob .date_mob{
		font-size: 1.7rem;
		line-height: 1.8rem;
		font-family: 'AgendaMedium';
	}
	
	.show_location, .show_tour{
		line-height: 3rem !important;
	}
	
	div#index_shows_list .index_show_extra{
		line-height: 1.7rem;
	}
	
	a#index_shows_more{
		font-size: 2rem;
	}
	
	#viewmore_div>div{
		display: none !important;
	}
	
}

@media screen and (max-width: 950px){
	div#index_about_container{
		display: none;
	}
	
	div#about_buttons_mob{
		display: flex;
		margin-top: 30px;
		align-content: center;
		align-items: center;
		justify-content: space-evenly;
		max-width: 100%;
	}
	
	div#about_buttons_mob .about_button{
		display: inline-flex;
		font-size: 1.8rem;
		font-family: AgendaMedium;
		padding: 10px 24px;
		text-decoration: none;
		flex-grow: 1;
		text-align: center;
		align-content: center;
		align-items: center;
		justify-content: center;
		margin: 0 10px;

	}
	
	div#index_about_mob{
		display: flex;
		flex-direction: column;
		padding-bottom: 20px;
		width: calc(100% - 20px);
		padding-left: 10px;
		padding-right: 10px;
	}
	
	div#index_about_mob h2{
		font-size: 2rem;
		margin-bottom: 1.7rem;
	}
	
	div#index_about_mob p{
		text-align: justify;
		font-size: 1.2rem;
		line-height: 1.5rem;
		margin-bottom: 1.7rem;
	}
	
	div#about_mob_link{
		text-align: right;
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	
	div#about_mob_link a{
		text-decoration: none;
	}
	
	#sugarnation_button.sugarnationfr{
		font-size: 1rem;
	}
	
	div#index_shows_top, div#index_shows_list, div#index_videos_top, div#index_news_top, div#index_news_img {
		width: 99%;
	}
	
	.ticket_purchase_details{
		font-size: 20px;
		position: relative;
		right: auto;
		display: block;
	}
	
	.ticket_purchase_top{
		display: block;
	}
}

@media screen and (max-width: 750px){
	div#sugarnation_sides{
		display: none;
	}
	
	div.sugarnation_sides{
		display: none;
	}
	
	div#sugarnation_content{
		align-content: space-around;
		align-items: center;
		max-width: 100%;
		width: 100%;
		justify-content: space-around;
		flex-direction: column;
	}
	
	div#sugarnation_button{
		margin-bottom: 0px;
		width: calc(100% - 82px);
		text-align: center;
		justify-content: center;
		font-size: 1.5rem !important;
		margin-top: 0px;
	}
	
	div#sugarnation_social {
		display: flex;
		flex-grow: 1;
		align-items: center;
		font-size: 1.1rem;
		font-family: 'Lato';
		width: 95%;
		justify-content: space-around;
		display: none;
	}
	
	div#index_shows_top, div#index_shows_list, div#index_videos_top, div#index_news_top, div#index_news_img {
		width: 100%;
	}
	
	div#index_shows_top{
		flex-direction: column;
		align-items: center;
	}
	
	div#index_shows_top h2{
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 700px){
	
	div#index_shows_list div.index_show_data span.show_location {
		font-size: 1.7rem;
		font-family: 'AgendaMedium';
		line-height: 1.8rem !important;
		margin: 0px 0px 10px 0px;
	}
	
	div#index_shows, div#index_videos, div#index_news {
		/*margin: 30px 0;*/
		margin: 10px 0 30px 0;
	}
	
	div#index_news div.index_news_item span.news_title {
    font-size: 1.2em;
	}
	
	div#index_news div.index_news_item span.news_text {
		font-size: 1em;
	}
	
	div#index_news div#index_news_latest{
		grid-template-columns: 1fr;
		grid-row-gap: 50px;
		max-width: 300px;
		margin: 0 auto;
	}
	
	#youtube_developed{
		margin-top: -30px;
	}
}

@media screen and (max-width: 650px){
	
	#index_shows_toplinks_2{
		margin: 0 auto;
	}
	
	div#about_buttons_mob{
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
		font-size: 1.3rem;
	}
	
	div#about_buttons_mob a:first-of-type{
		margin-left: 0px !important;
	}
	
	div#about_buttons_mob a:last-of-type{
		margin-right: 0px !important;
	}
	
	div#about_buttons_mob .about_button{
		margin: 10px 5px;
		padding: 10px 0;
	}
	
	#index_latest_videos{
		display: none;
	}
	
	#index_mob_videos{
		display: block;
	}
	
	.youtube {
		background-color: #000;
		margin-bottom: 10px;
		position: relative;
		padding-top: 56.25%;
		overflow: hidden;
		cursor: pointer;
	}
	.youtube img {
		width: 100%;
		top: -16.84%;
		left: 0;
		opacity: 0.7;
	}
	.youtube .play-button {
		width: 90px;
		height: 60px;
		background-color: #333;
		box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
		z-index: 1;
		opacity: 0.8;
		border-radius: 6px;
	}
	.youtube .play-button:before {
		content: "";
		border-style: solid;
		border-width: 15px 0 15px 26.0px;
		border-color: transparent transparent transparent #fff;
	}
	.youtube img,
	.youtube .play-button {
		cursor: pointer;
	}
	.youtube img,
	.youtube iframe,
	.youtube .play-button,
	.youtube .play-button:before {
		position: absolute;
	}
	.youtube .play-button,
	.youtube .play-button:before {
		top: 50%;
		left: 50%;
		transform: translate3d( -50%, -50%, 0 );
	}
	.youtube iframe {
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}

	.whitetext, .whitelink, .whitelink a{
		font-size: 1em !important;
	}	
	
}

@media screen and (max-width: 650px){
	
	div#index_shows h2, div#index_videos h2, div#index_news h2, div#index_shows_top a, div#index_videos_top a, div#index_news_top a{
		font-size: 1.2rem;
		
	}

}

@media screen and (max-width: 600px){
	
	div#index_about_mob h2{
		font-size: 1.3rem;
		font-weight: bold;
	}

	div#sugarnation_button{
		font-size: 1.2rem !important;
	}	
	
	.whitetext, .whitelink, .whitelink a{
		font-size: 1em !important;
	}
	
	span.show_location{
		white-space: normal;
		text-align: center;
	}
}

@media screen and (max-width: 500px){
	
	div#index_shows_list div.show_list_date, div#index_shows_list div.show_list_ticket{
		padding: 5px;
	}
	
	div#index_shows_list div.show_list_ticket_next, div#index_shows_list div.show_list_ticket{
		font-size: 1.4rem;
		width: 150px !important;
		margin-bottom: 5px;
		white-space: wrap;
		min-height: 45px;
		white-space: pre-line; 
	}
	
	div#index_shows_list div.largeticket{
		height: 50px;
		font-size: 1.8rem;
	}
	
	div#index_shows_toplinks_3{
		text-align: center;
	}
	
}

@media screen and (max-width: 375px){
	
	div#sugarnation_button{
		font-size: 1.18rem !important;
	}	
	
	.whitetext, .whitelink, .whitelink a{
		font-size: 1em !important;
	}
}