@media screen and (max-width: 1400px){
	#pages_about_bioblock, #pages_about_press_content, #pages_about_charity_content{
		max-width: 1140px;
	}
}

@media screen and (max-width: 1140px){
	#pages_about_top_content, #pages_about_bioblock, #pages_about_press_content, #pages_about_charity_content, .content_center{
		max-width: calc(100% - 20px);
	}
	
	.group_tickets_div{
		max-width: calc(100% - 40px);
	}
	
	#pages_top_content, .page_dvd_section_top{
		max-width: calc(100% - 20px);
	}
	
	.page_dvd_row, .page_dvd_tickets_banner_container{
		margin: 40px auto 0 auto;
		max-width: calc(100% - 20px);
	}
	
	#store_merch{
		width: calc(100% - 84px);
		margin: 20px auto 60px auto;
	}
	
	#store_merch a{
		max-width: 30%;
	}
	
	#store_merch img{
		max-width: 100%;
	}
	
}

@media screen and (max-width: 1075px){
	#pages_bioblock_title{
		width: 35%;
	}
	
	#pages_top_content {
	  align-items: flex-start;
	  flex-direction: column;
	}
	
	#pages_top_content .dvd_menu{
		margin-left: 0px !important;
		margin-top: 20px;
		width: 100%;
		flex-wrap: wrap;
		flex-direction: column !important;
	}
}

@media screen and (max-width: 950px){
	#pages_about_bioblock {
		flex-direction: column;
	}
	
	#pages_bioblock_title{
		width: auto;
		max-width: 100%;
		display: none;
	}
	
	#pages_bioblock_text{
		width: auto;
		margin-left: 0px;
	}
	
	#pages_top_content{
		align-items: flex-start;
		flex-direction: column;
	}
	
	#pages_top_content a{
		font-weight: 400;
	}
	
	#pages_top_content .dvd_menu{
		margin-left: 0px;
		width: 100%;
		flex-wrap: wrap;
		flex-direction: column !important;
	}
	
	.page_dvd_row_item_top{
		flex-direction: column;
		align-items: center;
	}
	
	.page_dvd_row_download{
		margin-top: 20px;
		margin-left: 0px;
	}
	
	.page_dvd_row_download a{
		margin: 10px auto;
	}
	
	.page_dvd_row_item_top img{
		max-width: 100%;
	}
	
	#tv_links{
		/*align-content: space-around;
		justify-content: space-around !important;*/
		flex-direction: column !important;
		line-height: 3rem !important;
	}
	
	#fgt_link{
		margin-top: 10px !important;
	}
	
	#pages_about_charity_top h3{
		font-size: 2rem;
		margin-bottom: 30px;
	}
	
	#content_left iframe{
		min-height: 300px;
	}
}

@media screen and (max-width: 800px){
	#pages_about_press_content{
		flex-direction: column;
	}
	
	#pages_about_press_left, #pages_about_press_right{
		width: 100%;
		margin: 0px;
	}
}

@media screen and (max-width: 750px){

	#sugarnation_separator{
		display: none;
	}
	
	#sugarnation_social{
		max-width: calc(100% - 20px);
		margin: 0 auto;
		text-align: center;
	}
	
}

@media screen and (max-width: 700px){
	
	.store_dvd_item{
		flex-direction: column;
		align-items: center;
	}
	
	.store_dvd_item_left {
		max-width: inherit;
		display: flex;
		flex-direction: column;
		width: 300px;
	}
	
	.store_dvd_item_mid{
		max-width: 100%;
		margin: 20px 0;
	}
	
	.store_dvd_item_right{
		flex-direction: row;
		max-width: 100%;
		flex-wrap: wrap;
		justify-content: space-evenly;
		align-items: center;
	}
	
	.store_dvd_item_right h5{
		margin-top: 0px;
		margin-bottom: 20px;
		width: 100%;
	}
	
	.store_dvd_item_right img{
		margin: 10px;
	}
	
	.store_dvd_separator{
		display: none;
	}
	
	.group_tickets_div{
		flex-direction: column;
	}
	
	#group_tickets_div_left button{
		margin-bottom: 30px;
	}
	
	#group_tickets_div_left, #group_tickets_div_right{
		max-width: 100%;
		border: 0px;
		padding: 0px;
	}
	
	#sn_content_left{
		width: 100%;
		float: none;
	}

	#sn_content_right{
		width: 100%;
		float: none;
	}

}

@media screen and (max-width: 600px){
	#bio_chunk1_div{
		max-width: 100%;
	}

	#pages_top h1 {
		font-size: 3rem;
	}	

	#pages_top_content a {
		/*margin-bottom: 20px;*/
	    font-size: 1.5rem;
		margin-top: 10px;
	}
	
	.page_dvd_section_top h3 {
		font-size: 2rem;
		font-family: AgendaMedium;
	}

	#store_dvd>div {
		margin-bottom: 20px;
	}
	
	.pages_about_charity_part{
		flex-direction: column;
		margin-bottom: 20px;
	}
	
	div.pages_about_charity_part:nth-of-type(3){
		flex-direction: column-reverse;
	}
	
	.pages_about_charity_text {
    	width: 100%;
		margin-bottom: 20px;
	}
	
	.pages_about_charity_img_right, .pages_about_charity_img_left {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	#tv_links a, .dvd_menu a{
		font-size: 1.8rem !important;
	}

	.store_dvd_item_mid h3{
		font-size: 1.3rem;
	}	
	
	#tv_links{
		line-height: 2rem !important;
	}
	
	#content_left iframe{
		min-height: 250px;
	}
}

@media screen and (max-width: 500px){
	
	.page_dvd_row{
		flex-direction: column;
		margin-top: 20px;
	}
	
	.page_dvd_row_item{
		width: calc(100% - 42px);
	}
	
	.page_dvd_row div.page_dvd_row_item:first-of-type{
		margin-bottom: 20px;
	}
	
	#store_merch{
		flex-direction: column;
		align-items: center;
	}
	
	#store_merch a {
		max-width: 100%;
		margin-bottom: 10px;
	}
	
	#store_merch a:last-of-type{
		margin-bottom: 0px;
	}
	
	.tv_gottalent_thumbs{
		flex-direction: column;
	}
	
	.tv_gottalent_thumbs div{
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	.store_dvd_item_mid h3{
		font-size: 1.3rem;
	}	
	
	.pages_about_press_left_text {
		font-size: 1.4rem;
	}	
	
	div#sugarnation_content {
    	height: 180px;
	}
	
}

@media screen and (max-width: 400px){
	
	.store_dvd_item_left {
		width: auto;
	}
	
	.store_dvd_item_mid h3{
		font-size: 1.3rem;
	}	
	
	#content_left iframe{
		min-height: 350px;
	}
	
	#mc_embed_signup_scroll select{
		max-width: 100%;
	}
}

@media screen and (max-width: 350px){
	
	#pages_top h1 {
	  font-size: 2rem;
	}
	
	.store_dvd_item_mid h3{
		font-size: 1.5rem;
	}
	
	#tv_links a{
		font-size: 1.2rem !important;
	}
	
	div#sugarnation_button{
		white-space: normal;
	}
}