/*
 Theme Name:   Basetheme 15 Child
 Description:  DCP Network Child Theme
 Author:       Kranzo Interactive
 Author URI:   http://www.kranzointeractive.com
 Template:     basetheme15
 Version:      1.0
 Text Domain:  basetheme15-child
*/
a, a:visited, a:active {
	color: #ed008c;
}
#contentInterior a, #contentInterior a:visited, #contentInterior a:active {
	color: #ed008c;
}
#nomineesWrapper p a, #nomineesWrapper p a:visited, #nomineesWrapper p a:active {
	color: #ed008c;
}
#timelineWrapper a, #timelineWrapper a:visited, #timelineWrapper a:active {
	color: #ed008c;
}
#contentInterior a.standardButton {
	color: #000000;
}
#contentInterior a.standardButton:hover {
	color: #ffffff !important;
}
#backTop {
	color: #ed008c;
}
.livePost a, .livePost a:visited, .livePost a:active {
	color: #ed008c;
}
#livePostsUpdated {
	background-color:rgba(237,0,140,0.95);
}
#nomineesPosts li i {
	color: #ed008c;
}
#headerPost {
	background-image: url(images/header_fade.jpg);
}
.dcpLogo {
    height: 25px;
}
#nomineeDetailsWrapper {
	position: relative;
	height: 100%;
	width: 100%;
}
#nomineeDetails {
	background: #ffffff;
	width: 90%;
	padding: 20px;
	overflow-y: scroll;
	max-width: 1000px;
	max-height: 800px;
	margin-left: auto;
	margin-right: auto;
	-webkit-overflow-scrolling: touch;
}
#nomineeDetails p {
	font-size: 18px;
	line-height: 165%;
	font-family: 'Lato', sans-serif;
	color: #4e4f50;
	font-weight: 300;
	margin-bottom: 30px;
}
#nomineeDetails strong {
	font-weight: 700;
}
.nomineeHeading {
	font-size: 24px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.nomineesList {
	margin-top: 25px;
}
.nomineesList ul {
	margin-left: 0px !important;
	padding: 40px 40px 80px;
}
.nomineesList li {
	padding: 15px;
	cursor: pointer;
	background: #222326;
	color: #78797b !important;
	transition: color 0.5s ease, background-color 0.5s ease;
	display: block;
	width: 100%;
	margin-bottom: 1px !important;
	font-weight: 400 !important;
}
.nomineesList li:hover {
	color: #000000 !important;
	background: #ffffff;
}

.list-pages-shortcode {
    border-bottom: 1px solid rgb(0, 0, 0);
    list-style-type: none !important;
    margin-left: 0px !important;
    padding-bottom: 10px;
}
.list-pages-shortcode:before,
.list-pages-shortcode:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden; 
}
.list-pages-shortcode:after {clear: both;}
.list-pages-shortcode {zoom: 1;}
.list-pages-shortcode li { 
	float: left;
	width: 50%;
	padding-right: 20px;
}
.largeButton {
    font-size: 32px;
    color: #ffffff !important;
    padding: 20px 25px;
    height: auto;
    border: 1px solid #ed008c;
    background: #ed008c;
    font-weight: 400;
    line-height: 135%;
	width: 100%;
	text-align: center;
	max-width: 500px;
}
.largeButton:hover {
	color: #ffffff !important;
	border: 1px solid #000000 !important;
}
#nomineesPosts em {
	font-style: italic;
}


#topbar .tuneInText, #header .tuneInText {
	word-wrap: break-word;
}
#topbar .tuneInText a, #header .tuneInText a {
	color: #ffffff !important;
}
#topbar .tuneInText a:hover, #header .tuneInText a:hover {
	color: #ffffff !important;
}

@media only screen and (max-width: 768px) {
#topbar .tuneInText {
    margin-top: 0px;
    width: 220px;
}
}

@media only screen and (max-width: 480px) {
#topbar .tuneInText {
    margin-top: 2px !important;
    line-height: 14px;
	width: auto !important;
}
}

@media only screen and (max-width: 360px) {
#topbar .tuneInText {
    line-height: 12px;
    font-size: 10px;
}
}

/*
/////////////////////////////
PRELIM VOTING
/////////////////////////////
*/
.voteWrapper {
	background-color: #000000;
	color: #ffffff;
	min-height: 600px;
}
.voteWrapper .loaderPosts {
	position: relative;
	top: 100px;
	z-index: 99;
}
.voteButton {
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	padding: 20px 30px;
	overflow: hidden;
	background: #ffffff;
	transition: all 0.5s ease;
	font-weight: 700;
	line-height: 100%;
	cursor: pointer;
	position: relative;
	margin-right: 20px;
	color: #000000 !important;
	text-align: center;
}
.voteButton:last-of-type {
	margin-right: 0px;
}
.voteButton:hover {
    color: #000000;
    background: #ed008c;
}
.voteForm {
	width: 100%;
	margin-bottom: 40px;
}
.voteFormInput {
	max-width: 500px;
	display: block;
	background-color: #000000;
	width: 100%;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	border: none;
	margin-bottom: 8px;
	font-family: 'Lato', sans-serif;
	-webkit-appearance: none;
	border-radius: 0;
	border-bottom: 1px solid #ffffff;
	font-weight: 400;
}
.voteFormInput::placeholder { 
  color: #78797B;
  opacity: .8;
}
.voteTitleText {
	font-size: 36px;
	font-weight: 300;
	display: block;
	margin-bottom: 30px;
}
.voteCategory {
	padding: 40px 40px 0px;
}
.voteCategory.withVideo {
	padding: 40px 40px 10px;
}
.voteCategoryText {
	font-size: 48px;
	font-weight: 300;
	display: block;
	margin-bottom: 0px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
}
.withVideo .voteCategoryText {
    margin-bottom: 30px;
    border-bottom: none;
    padding-bottom: 0px;
}
.voteText {
	padding: 40px 40px 0px;
}
#contentInterior .voteEntry p a, #contentInterior .voteDescription a {
	color: #78797b !important;
	border-bottom: 1px solid #78797b;
	padding-bottom: 1px;
	transition: border 0.5s ease, color 0.5s ease;
}
#contentInterior .voteEntry p a:hover, #contentInterior .voteDescription a:hover {
	color: #ffffff !important;
	border-bottom: 1px solid #ffffff;
}
#postWrapper .voteDescription li {
	color: #78797b !important;
	font-weight: 400 !important;
}
.voteButtons {
	padding: 0px 40px 40px;
	text-align: center;
}
.voteFooter {
	padding: 0px 40px 30px;
}
.voteQuestion {
	font-size: 24px;
	font-weight: 300;
	display: block;
	margin-bottom: 30px;
}
.voteTextComplete {
	text-align: center;
	padding: 40px 40px 60px;
}
.completeMessage {
	display: none;
	opacity: 0;
}
.voteDescription p.formError {
	color: #ed008c !important;
	font-weight: 600 !important;
	display: none;
	opacity: 0;
}
.voteComplete {
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	display: block;
	margin-bottom: 30px;
	margin-top: 100px;
	line-height: 135%;
}
.voteDescription p, .voteFooter p {
	color: #78797b !important;
	font-weight: 400 !important;
}

/*
/////////////////////////////
PARTNERS
/////////////////////////////
*/

#partnersWrapper {
	width: 100%;
	background-color: #ffffff;
}
#partnerCategories {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 40px 40px 40px;
}
.partnerCategoryWrapper {
	margin-bottom: 20px;
}
.partnerCategoryTitle {
	font-size: 32px;
	color: #000000;
	margin-bottom: 20px;
}
.partnerLogo {
	float: left;
}
.partnerLogo img {
	width: 100%;
	height: auto;
}
.partnerLogo.xlarge {
	width: 33.3%;
}
.partnerLogo.large {
	width: 25%;
}
.partnerLogo.medium {
	width: 20%;
}
.partnerLogo.small {
	width: 16.6%;
}
.partnerLogo.xsmall {
	width: 14.2%;
}

/*
/////////////////////////////
PAST WINNERS
/////////////////////////////
*/
.resultsColumn1 {
	width: 10%;
}

.resultsColumn2 {
	width: 30%;
}

.resultsColumn3 {
	width: 40%;
}

.resultsColumn4 {
	width: 20%;
}

/*
/////////////////////////////
SUBMISSIONS
/////////////////////////////
*/

#submissionButtons {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

#contentInterior a.submissionButton {
	width: 50%;
	background-color: #ed008c;
	color: #ffffff !important;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	padding: 100px 20px;
	float: left;
	border-right: 1px solid #ffffff;
	display: block;
	line-height: normal;
	font-weight: 400;
	cursor: pointer;
}

#contentInterior a.submissionButton:hover {
	color: #ffffff !important;
	background-color: #000000 !important;
}

#submissionDot {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	background-color: #000000;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	z-index: 500;
}

.frm_style_formidable-style.with_frm_style select {
	-webkit-appearance: menulist;
}

/*
//remove hover states on mobile
*/
@media only screen and (max-width: 1000px) {
#contentInterior a.standardButton:hover {
	color: #000000 !important;
}
#contentInterior a:hover {
	color: #ed008c !important;
}
#timelineWrapper a:hover {
	color: #ed008c;
}
#contentInterior a.largeButton:hover {
	color: #ffffff !important;
	border: 1px solid #ed008c !important;
    background: #ed008c !important;
}
#contentInterior a.submissionButton:hover {
	color: #ffffff !important;
	background-color: #ed008c !important;
}
}

@media only screen and (max-width: 640px) {
#contentInterior a.submissionButton {
	width: 100%;
	padding: 60px 20px;
	font-size: 24px;
	float: none;
	border-bottom: 1px solid #ffffff;
}
#partnerCategories {
	padding: 0px 15px 20px 15px;
}
.partnerLogo.xlarge {
	width: 50%;
}
.partnerLogo.large {
	width: 50%;
}
.partnerLogo.medium {
	width: 33.3%;
}
.partnerLogo.small {
	width: 25%;
}
.partnerLogo.xsmall {
	width: 25%;
}
}
@media only screen and (max-width: 480px) {
.list-pages-shortcode li { 
	float: none;
	width: 100%;
	padding-right: 0px;
}
.partnerLogo.xlarge {
	width: 50%;
}
.partnerLogo.large {
	width: 50%;
}
.partnerLogo.medium {
	width: 50%;
}
.partnerLogo.small {
	width: 33.3%;
}
.partnerLogo.xsmall {
	width: 33.3%;
}
}
/*
////////////////////
LOGIN STYLES
////////////////////
*/
.login h1 a {
	background-image: url(images/logo_login.png);
	background-size: 192px 90px;
	width: 192px;
	height: 90px;
}

.login .button-primary {
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	float:right;
	background-color: #ed008c;
	color: #ffffff;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: none !important;
	border: none !important;
	box-shadow: none;
	line-height: auto !important;
	height: auto !important;
	transition: color 0.5s ease, background-color 0.5s ease;
}
.login .button-primary:hover {
	color: #ffffff;
	background-color: #000000;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: none !important;
	border: none !important;
	box-shadow: none;
	line-height: auto !important;
	height: auto !important;
}

.login .button-primary:active {
	color: #ffffff;
	background-color: #000000;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: none;
	border: none;
}

