@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800|Oswald:400,300,700);

@font-face {
    font-family: 'highscore_heroregular';
    src: url('/fonts/highscorehero-webfont.eot');
    src: url('/fonts/highscorehero-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/highscorehero-webfont.woff2') format('woff2'),
         url('/fonts/highscorehero-webfont.woff') format('woff'),
         url('/fonts/highscorehero-webfont.ttf') format('truetype'),
         url('/fonts/highscorehero-webfont.svg#highscore_heroregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Exo_Regular';
    src: url('/fonts/Exo-Regular.eot');
    src: url('/fonts/Exo-Regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Exo-Regular.woff2') format('woff2'),
         url('/fonts/Exo-Regular.woff') format('woff'),
         url('/fonts/Exo-Regular.ttf') format('truetype'),
         url('/fonts/Exo-Regular.svg#Exo_Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvantGarde-Bold';
    src: url('/fonts/AvantGarde-Bold.eot');
    src: url('/fonts/AvantGarde-Bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/AvantGarde-Bold.woff2') format('woff2'),
         url('/fonts/AvantGarde-Bold.woff') format('woff'),
         url('/fonts/AvantGarde-Bold.ttf') format('truetype'),
         url('/fonts/AvantGarde-Bold.svg#AvantGarde-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvantGarde-Book';
    src: url('/fonts/ITCAvantGardeStd-Bk.eot');
    src: url('/fonts/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'),
         url('/fonts/ITCAvantGardeStd-Bk.woff') format('woff'),
         url('/fonts/ITCAvantGardeStd-Bk.ttf') format('truetype'),
         url('/fonts/ITCAvantGardeStd-Bk.svg#ITCAvantGardeStd-Bk') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-image: url('http://retroworldseries.com/media/uploads/2019/11/retro-world-series-blue-pixel-background.jpg')
}
.builder-module-outer-wrapper {
    padding-top: 0em;
}
.builder-module-1-background-wrapper .widget-first {
    margin-bottom: 0 !important;
}
.builder-module-sidebar .widget-background-wrapper {
    margin-bottom: .5em;
}
.type-post .entry-content a {
	color: #ffffff;
}
.type-post h3.entry-title {
	font-size: 2em;
	text-align: left;
	padding-left: 1em;
}
.type-post .entry-meta {
	font-weight: bold;
}
.type-post .author a {
	color: #64a8d1;
}
.type-post .comments a {
	color: #f39633;
}
.type-post .more-link {
	background: #64a8d1;
	font-weight: bold;
	border: none;
	box-shadow: none;
}
table.poy-full {
    width: 100%;
}
.poy-full td {
	text-align: center;
}
.collapseomatic {
    border: none !important;
}
.page .builder-module-content .hentry {
    margin-bottom: 0;
    background: none;
    padding: 0em !important;
}
.entry-title {
	text-align: center;
	font-weight: bold;
	font-size: 3.4em;
	font-family: AvantGarde-Bold;
	background: linear-gradient(90deg,rgba(0,0,0,1),rgba(0,0,0,.4));
	padding: 1em 0;
}
.builder-module-content-background-wrapper {
    padding: 0;
}
.entry-content {
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
		padding: 0 1em;
		color: #fff;
}
.entry-content a {
    color: #f39633;
}
.entry-content p {
    margin: 1em 0;
}
.entry-content .gallery {
	margin: 0 !important;
}
h2.entry-content.h4 {
    margin-bottom: 0.5em;
}
.rules select {
    border-radius: 22px;
    padding: 0.5em;
}
.event-col {
    width: 628px;
    margin: -.75em 0.25em 0em;
    float: left;
    padding: 0.25em;
    text-align: center;
    font-family: avantgarde-bold;
    text-transform: uppercase;
    font-size: 2em;
    background: rgba(26,104,143,1);
	color: #fff;
}
.newsletter {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	font-family: avantgarde-book;
}
.newsletter.col1, .newsletter.col2 {
    flex: 0 0 50%;
    max-width: 50%;
}

.newsletter input[type=email], .newsletter input[type=text] {
    margin-right: 0.5em;
    margin-bottom: 1em;
	border-radius: 24.5px;
    border: solid 2px rgba(255,255,255,0.3);
		font-family: avantgarde-bold;
	background: rgba(0,0,0,0.8);
}
.newsletter input[type=email]:focus, .newsletter input[type=text]:focus {
    color: fff;
}
.newsletter input:hover {
    border: solid 2px #fff;
    box-shadow: none;
}
.newsletter input[type=submit] {
	background: #fff;
			font-family: avantgarde-bold;
	    height: 38px;
    border-radius: 24.5px;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.4);
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    font-size: 14px;
    line-height: 2.1;
    outline: none;
		padding: 0.3em 1.25em;    
	transition: all 0.3s ease;
	text-transform: uppercase;
}
.newsletter input[type=submit]:hover {
	background: #64a8d1;
	color: #fff;
	border-color: transparent;
}
.newsletter p {
    padding: 0 2em;
    font-size: 1.1em;
}
h2 {
	border: none;
	font-family: AvantGarde-Bold;
	padding: .5em 0 0.5em .5em;
	background: rgb(26,104,143);
    background: -moz-linear-gradient(90deg, rgba(26,104,143,1) 0%, rgba(0,212,255,0.50) 100%);
    background: -webkit-linear-gradient(90deg, rgba(26,104,143,1) 0%, rgba(0,212,255,0.50) 100%);
    background: linear-gradient(90deg, rgba(26,104,143,1) 0%, rgba(0,212,255,0.50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001018",endColorstr="#1e498e",GradientType=1);
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	font-size: 1.25em;
		margin-top: 0.9em;
	margin-bottom: 0;
}

.page .builder-module-content .hentry{
	padding-top: 1em;
	padding-bottom: 1em;
}
.builder-module-widget-bar .text-widget {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.builder-module-content{
	margin-top: 0;
	margin-bottom: 0.5em
}
.logo-main {
    max-width: 225px;
}
.characters {
	max-width:200px;
}
.top-dropdown-menu #responsive-menu-button {
	box-shadow: none;
	margin-top: 1em;
	margin-right: 24em;
}
.top-dropdown-menu a.responsive-menu-item-link.is-active {
	left: 0 !important;
	margin-top: 0 !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-current-item>.responsive-menu-item-link {
    color: #fff;
    background: rgb(64,0,119);
    background: -moz-linear-gradient(90deg, rgba(64,0,119,1) 0%, rgba(213,9,64,1) 25%, rgba(246,126,28,1) 70%, rgba(246,126,28,0) 70%);
    background: -webkit-linear-gradient(90deg, rgba(64,0,119,1) 0%, rgba(213,9,64,1) 25%, rgba(246,126,28,1) 70%, rgba(246,126,28,0) 70%);
    background: linear-gradient(90deg, rgba(64,0,119,1) 0%, rgba(213,9,64,1) 25%, rgba(246,126,28,1) 70%, rgba(246,126,28,0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#400077",endColorstr="#f67e1c",GradientType=1);
}
.textwidget ul, .textwidget ul li {
	border: none !important;
}
.top-dropdown-menu .is-active {
    left: 92%;
	margin-top: 1em !important;
	
}
a.responsive-menu-item-link is-active {
    color: black;
}
.responsive-menu-button-text {
	text-transform: uppercase;
}
.top-dropdown-menu #responsive-menu-container #responsive-menu-title{
	font-family: AvantGarde-Bold;
	text-transform: uppercase;
	margin-top: 1em;
	padding-top: 0;
	line-height: 18px;
}
#responsive-menu-container li.responsive-menu-item {
    font-family: AvantGarde-Bold;
    text-transform: uppercase;
}
.widget_breadcrumb_navxt {
    max-width: 960px;
    margin: 0 auto !important;
}
.builder-module-2-background-wrapper {
	background: #000;
}
.breadcrumbs {
  color: #fff;
  font-family: AvantGarde-Book;
  font-size: 12px;
  line-height: 20px;
	padding: 2px 0;
}
.breadcrumbs a {
    text-decoration: none;
		color: #64a8d1;
}
#bcn_widget-2-background-wrapper {
    margin-bottom: 0;
}
.builder-module-navigation-background-wrapper {
	background: rgba(0,0,0,1); 
	margin-bottom: 0;
}
.builder-module-navigation li a {
	color: #fff;
}
.builder-module-navigation li li a {
	font-size: 0.8em;
}
.builder-module-navigation li ul ul {
    margin: -3.21em 0 0 10em;
}
.sponsor-banner-home {
	margin-bottom: 0.5em !important;
}
.builder-module-sidebar h4.widget-title {
	border-left: 3px solid #64a8d1;
	background: linear-gradient(90deg,rgba(0,0,0,1),rgba(0,0,0,.4));
	font-family:AvantGarde-Bold;
	margin-bottom: 0.5em;
}
#jtg-1796 {
    margin-bottom: 0.5em;
}
.instructions {
	background-color: black !important;
	margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}
.instructions a {
	color: #64a8d1;
}
.leaderboard, .schedule {
	font-family: 'Oswald', HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 100%;
	text-align: center;
	border: none;
	margin-bottom: 1em;
	color: #fff;
}
.leaderboard a, .schedule a {
	color: #fff;
	text-decoration: none;
}
 .leaderboard thead th, .schedule thead th {
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #fff;
	 border-top: none;
	 background: none;
	 font-weight: bold;
	 font-size: 12px;
	 line-height: 1;
	 font-family:'Oswald', HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	 	text-transform:uppercase;
}
.leaderboard td, .schedule td {
	border-right: none;
	border-left: none;
	border-bottom: 5px solid #000;
	border-top: 5px solid #000;
	font-weight: bold;
	text-transform:uppercase;
	background: transparent !important;
}
.leaderboard tbody td:nth-child(1), .schedule tbody td:nth-child(1) {
	background: #fff !important;
		color: #000;
	width: 15%;
	font-weight: bold;
	border-right: 5px solid #000;
	border-left: 5px solid #000;
}

.schedule tbody tr {
	background: rgb(0,16,24);
	background: -moz-linear-gradient(90deg, rgba(0,16,24,1) 0%, rgba(30,73,142,0.50) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,16,24,1) 0%, rgba(30,73,142,0.50) 100%);
	background: linear-gradient(90deg, rgba(0,16,24,1) 0%, rgba(30,73,142,0.50) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001018",endColorstr="#1e498e",GradientType=1);
}
.leaderboard tbody tr {
	background: -webkit-gradient(linear,left top,right top,from(#3d9bf120),to(#3b80f020));
    background: -webkit-linear-gradient(left,#3d9bf120,#3b80f020);
    background: -o-linear-gradient(left,#3d9bf120 0,#3b80f020 100%);
    background: linear-gradient(90deg,#000158,rgba(0, 2, 145, .6));
}
.leaderboard tbody tr:first-child, .leaderboard tbody tr:nth-child(2) {
	background: linear-gradient(90deg,#f00,#793df07d);
}
.schedule tbody tr:nth-child(3), .schedule tbody tr:nth-child(4) {
	background: rgb(5,51,64);
	background: -moz-linear-gradient(90deg, rgba(5,51,64,1) 0%, rgba(35,89,159,0.50) 100%);
	background: -webkit-linear-gradient(90deg, rgba(5,51,64,1) 0%, rgba(35,89,159,0.50) 100%);
	background: linear-gradient(90deg, rgba(5,51,64,1) 0%, rgba(35,89,159,0.50) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#053340",endColorstr="#23599f",GradientType=1);
}
.schedule tbody tr:first-child, .schedule tbody tr:nth-child(2) {
		background: rgb(26,104,143);
	background: -moz-linear-gradient(90deg, rgba(26,104,143,1) 0%, rgba(0,212,255,0.50) 100%);
	background: -webkit-linear-gradient(90deg, rgba(26,104,143,1) 0%, rgba(0,212,255,0.50) 100%);
	background: linear-gradient(90deg, rgba(26,104,143,1) 0%, rgba(0,212,255,0.50) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a688f",endColorstr="#00d4ff",GradientType=1);
}
.leaderboard tbody tr:nth-child(3), .leaderboard tbody tr:nth-child(4) {
	background: linear-gradient(90deg,#ee763f,rgba(255, 233, 118, .7));
}
.leaderboard tbody tr:nth-child(5), .leaderboard tbody tr:nth-child(6) {
background: rgb(0,119,172);
background: -moz-linear-gradient(90deg, rgba(0,119,172,1) 0%, rgba(136,205,11,0.5) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,119,172,1) 0%, rgba(136,205,11,0.5) 100%);
background: linear-gradient(90deg, rgba(0,119,172,1) 0%, rgba(136,205,11,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0077ac",endColorstr="#88cd0b",GradientType=1);
}

.leaderboard-button {
	text-align: center;
	height: 2.5em;
}
.leaderboard-button a {
	color: #fff;
	text-transform:uppercase;
	font-weight: bold;
	background: #64a8d1;
	padding: 0.5em 3em;
	text-decoration: none;
	margin-bottom: 1em;	
}
.page-button-container {
	text-align: center;
}
.page-button {
	text-align: center;
	float: revert;
	display: inline-block;
	background: #64a8d1;
	width: 400px;
	margin: 1em;
padding: 0 3em;
}
.page-button:hover {
	background: #001734;
}
.page-button a { 
		color: #fff;
	text-transform:uppercase;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 1em;
}
#builder-module-5dc7332730817-background-wrapper {
    background: rgba(19,19,28,1);
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 4em #000000;
    padding-top: 1em;
    margin: 0.5em 0;
}
#rpb_carousel-1 .rpb_carousel_item {
	background: none !important;
	border: none !important;
}
.social .fb, .social .tw, .social .yt, .social .ig, .social .twitch, .social .discord  {
  background: url("/media/uploads/2015/08/Retro-World-Series-Social-Media-Icons.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 33px;
  width: 33px;
  margin: 0;
}
.social .fb {
  background-position: 0px 35px;
}
.social .tw {
  background-position: -33px 35px;
}
.social .yt {
  background-position: -136px 35px;
}
.social .ig {
    background-position: -66px 35px;
}
.social .twitch {
    background-position: -171px 35px;
}
.social .discord {
    background-position: -103px 35px;
}
.social-title {
    font-family: AvantGarde-Bold;
    line-height: 3em;
    font-size: 16px;
		color: rgba(255, 255, 255, .5);
    
	}
#responsive-menu-additional-content {
	border-top: 1px solid rgba(255, 255, 255, .25);
	border-bottom: 1px solid rgba(255, 255, 255, .25);
	margin-top: 3em
}

#responsive-menu-additional-content .social {
    padding-bottom: 0.5em;
}
.entry-content h4 {
	border-left: 3px solid #64a8d1;
	background: linear-gradient(90deg,rgba(0,0,0,1),rgba(0,0,0,.4));
	font-family:AvantGarde-Bold;
}
p.wp-caption-text {
    background: #000;
    font-family: AvantGarde-Bold;
    text-transform: uppercase;
    padding: .5em 1em .5em 1em !important;
    font-size: 2em;
    position: relative;
    top: -7px;
}

/*********************************************
	Widget-Bar: Dark
*********************************************/
.widget-bar-dark-background-wrapper {
    background: #001734;
}
.widget-bar-dark-background-wrapper a {
	color: rgba(255,255,255, 0.5);
	text-decoration: none;
	background: none;
}
.widget-bar-dark-background-wrapper .textwidget {
	font-family: AvantGarde-Book;
}
.widget-bar-dark-background-wrapper p {
	margin: 0.5em 0;
}
.widget-bar-dark-background-wrapper .builder-module-sidebar h4.widget-title {
	background: none;
	border: none;
	padding-left: 0;
	color: rgba(255,255,255, 1);
	font-size: 1em;
}
.social-footer li {
    padding: 0 0 0.5em 0em !important;
}
.social-footer a {
  background: url("/media/uploads/2015/08/Retro-World-Series-Social-Media-Icons.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 24px;
  width: 24px;
  margin: 0 0.5em 0.25em 0;
    background-size: 144px 24px;
}
.social-footer .fb {
	background-position: 0px 24px;
}
.social-footer .tw {
  background-position: -24px 24px;
}
.social-footer .yt {
  background-position: -96px 24px;
}
.social-footer .ig {
    background-position: -48px 24px;
}
.social-footer .twitch {
    background-position: -120px 24px;
}
.social-footer .discord {
    background-position: -72px 24px;
}
.social-footer span {
	margin-left: 2em;
}
/*********************************************
	Widget-Bar: Disclaimer
*********************************************/
.disclaimer {
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding-bottom: 1em;
}
/*********************************************
	Content: POY Winners
*********************************************/
.winner {
	font-family: AvantGarde-Book;
	margin-top: 1em;
	height: 100%;
	display: inline-block;
}
.winner-content {
    position: relative;
    margin: 0 1em;
}
.winner-photo {
	height: 100%;
	float: right;
	width: 60%;
}
.winner-photo img {
	margin: 0;
	padding: 0;
}
.winner-info {
	padding: 20px 30px;
	background: #000;
    width: 35%;
	float: left;
}
.year {
	text-transform: uppercase;
	padding: 0 0 1em;
}
.name {
		font-family: AvantGarde-Bold;
	font-size: 2.5em;
	line-height: 1;
}
.gamertag {
	color: #64a8d1;
	padding-bottom: .5em;
	font-size: 1.25em;
}
.titles {
	line-height: 1.5;
}
.record {
	line-height: 1.5;
}
.summary {
	padding: 1em 0 1em;
	line-height: 1.5;
}
/*********************************************
	Ninja Forms
*********************************************/
.nf-form-cont {
    font-family: "Open Sans",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.nf-progress-container {
    background: #fff;
    border-radius: 24.5px;
	margin-bottom: 1em !important;
}
.nf-progress {
	background-color: #64a8d1;
		    border-radius: 24px;
}
.nf-field-element h4 {
	text-transform: uppercase;
	padding: 0.5em 0em 0.5em 0.75em;
	margin-top: 0.5em;
}
.nf-field-label {
    font-family: avantgarde-book;
}
.label-above .nf-field-label {
	margin-bottom: 5px !important;
}
.ninja-forms-req-symbol {
    font-size: 1.25em;
	line-height: 1;
}
.nf-error-msg.nf-error-required-error, .nf-error-msg.nf-error-field-errors {
    font-family: avantgarde-book;
    text-transform: uppercase;
}
.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
    border-radius: 24.5px;
    border: solid 2px rgba(255,255,255,0.3);
    font-family: avantgarde-bold;
    background: rgba(0,0,0,0.5);
}
.nf-error.listimage-wrap .nf-field-element ul, .nf-error .ninja-forms-field {
    border: 2px solid #e80000 !important;
}
.country {
	color: #fff !important;
	padding: 0.5em 0 0.5em 0.5em !important;
}
.state {
    color: rgba(255,255,255,1);
    padding: 0.5em 0 0.5em 0.5em;
}
.nf-field-element input:hover, .nf-field-element select:hover, .nf-field-element textarea:hover {
	border: solid 2px #fff;
}
.nf-field-element .social-footer a {
    color: rgba(255,255,255, 0.5);
    text-decoration: none;
    font-family: avantgarde-book;
}
.nf-help {
background: url('http://retroworldseries.com/media/uploads/2019/11/form-help-button.png') no-repeat !important;
}
.nf-previous, .nf-next  {
    border-radius: 24px;
    background-color: #fff !important;
    text-transform: uppercase;
    font-family: avantgarde-bold;
}
.nf-previous:hover, .nf-next:hover {
	background-color: #64a8d1 !important;
    color: #fff !important;
    border-color: transparent;
}
.form-submit, .field-wrap input[type=button] {
	text-transform: uppercase;
	background-color: #64a8d1 !important;
	color: #fff !important;
	box-shadow: none !important;
	border: none !important;
}
.form-submit:hover, .field-wrap input[type=button]:hover {
	color: #484848 !important;
	background: #fff !important;
}
.form-success {
    text-align: center;
}
.success-mario img {
    margin: 0;
}
.success-1 {
    font-size: 3em;
    text-transform: uppercase;
    font-family: avantgarde-bold;
    line-height: 1.5;
}
.success-2 {
    font-family: avantgarde-book;
    line-height: 1;
    font-size: 2em;
}
	#builder-layout-5e3c4a9fc57aa .nf-form-cont {
    width: 75%;
    margin: 0 auto;
}
	#builder-layout-5e3c4a9fc57aa .label-above .nf-field-label {
    margin-bottom: 0px !important;
}
	#builder-layout-5e3c4a9fc57aa .entry-title {
    padding: 10px 0 !important;
}
#builder-layout-5e3c4a9fc57aa .logo-main {
    width: 140px;
	padding-top: 10px;
}
#builder-layout-5e3c4a9fc57aa .characters {
    width: 115px;
	    max-width: 120px;
}
#builder-layout-5e3c4a9fc57aa .builder-module-widget-bar .builder-module-sidebar .middle .widget {
    margin-left: 0em;
    margin-right: 0em;
}

/*********************************************
	Screen Width: 1920px Max
*********************************************/
@media screen and (max-width: 1920px) {
.builder-module-navigation li ul {
    width: 10em;
		background: #000;
	border: none;
}
	.builder-module-navigation li li {
    border-bottom: none;
    width: 10em;
}
}
/*********************************************
	Screen Width: 1627px Max
*********************************************/
@media screen and (min-width: 1380px) and (max-width: 1627px) {
	.logo-main {
    width: 150px;
}
	.characters {
		width: 150px;
	}
}
/*********************************************
	Screen Width: 1379px Max
*********************************************/

@media screen and (min-width: 965px) and (max-width: 1379px) {
	.logo-main {
    width: 120px;
}

	.characters {
		width: 120px;
	}
	.entry-title {
		font-size: 2em;
	}
	.it-mobile-nav-menu-header {
		color: #fff;
	}
	.leaderboard tbody td:nth-child(1) {
		width: 20%;
	}
	.leaderboard-button a {
    padding: 0.5em 2em;
}
	.top-dropdown-menu #responsive-menu-button {
    box-shadow: none;
    margin-top: 2em;
    margin-right: 10em;
}
	#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    right: 10%;
	}
.event-col {
    width: 47%;
    margin-top: -.5em;
    font-size: 1.5em;
}
}
/*********************************************
	Screen Width: 964px Max
*********************************************/
@media screen and (min-width: 801px) and (max-width: 964px) {
	.logo-main {
    width: 100px;
}
	.characters {
		width: 100px;
	}
		.top-dropdown-menu #responsive-menu-button {
    box-shadow: none;
    margin-top: 2em;
    margin-right: 10em;
}
	#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    right: 10%;
	}
}
/*********************************************
	Screen Width: 815px Max
*********************************************/
@media screen and (max-width: 815px) {
	.characters {
		display: none;
	}
	.top-dropdown-menu #responsive-menu-button {
    box-shadow: none;
    margin-top: 2em;
    margin-right: 8em;
}
	.top-dropdown-menu .is-active {
    left: 85%;
}
	.top-dropdown-menu .is-active {
    left: 88%;
}
	.entry-title{
		font-size: 2em;
	}
	.event-col {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		max-width: 600px;
			float: none;
	}
		#col1 {
		margin-top: -.5em;
			
	}
	#col2 {
		margin-top: .5em;
	}
	.builder-module-content .entry-content .gallery {
    margin: 1em 0;
}
	}
/*********************************************
	Screen Width: 500px Max
*********************************************/
@media screen and (max-width: 500px) {
	body {
	background-size: 350%;
	}
		.logo-main {
    max-width: 150px;
}
.builder-module-1-background-wrapper .widget-first {
    margin-bottom: 0 !important;
    max-height: 68px;
    margin-top: 0.25em;
}
	.top-dropdown-menu .is-active {
    top: 0% !important;
    left: 67%;
		height: 22px;
}
.top-dropdown-menu #responsive-menu-button {
	margin-top: 1em;
	margin-right: 0em;
	width: 90px;
}
	.responsive-menu-label {
    margin: 0px;
}
	.responsive-menu-label {
    font-size: 16px;
}
	.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
		width: 20px;
		height: 2px
	}
	.responsive-menu-inner::before {
    top: -6px;
}
	.responsive-menu-inner::after {
    bottom: -6px;
}
	#responsive-menu-container #responsive-menu-title {
    font-size: 18px;
		padding-top: 5px !important;
}
	.entry-title {
		font-size: 2em;
	}
		.event-col {
			font-size: 1em;
	}
		.builder-module-content .entry-content .gallery {
    margin: 0.25em 0;
}
	.gallery-item-wrapper {
    width: 100% !important;
		float: none !important;
}
	.newsletter.col1, .newsletter.col2 {
    flex: 0 0 100%;
    max-width: 100%;
}
	.newsletter.col1 {
    padding-top: 0.5em;
}
	.newsletter.col2 {
    padding-bottom: 1em;
}
	.newsletter input[type=email], .newsletter input[type=text] {
    width: 100%;
}
.newsletter p {
    padding: 0 1em 1em;
}	

	/*********************************************
	Content: POY Winners
*********************************************/
.winner {
	display: inline-block;
	font-family: AvantGarde-Book;
	margin-top: 1em;
	width: 100%;
}
.winner-photo {
	float: none;
	width: 100%;
}
.winner-photo img {
	margin: 0;
	padding: 0;
}
.winner-info {
	padding: 20px 30px;
	width: 100%;
}

}
