/*
 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: #FB00FF;
}
#contentInterior a, #contentInterior a:visited, #contentInterior a:active {
	color: #FB00FF;
}
#nomineesWrapper p a, #nomineesWrapper p a:visited, #nomineesWrapper p a:active {
	color: #FB00FF;
}
#timelineWrapper a, #timelineWrapper a:visited, #timelineWrapper a:active {
	color: #FB00FF;
}
#contentInterior a.standardButton {
	color: #000000;
}
#contentInterior a.standardButton:hover {
	color: #ffffff !important;
}
#backTop {
	color: #FB00FF;
}
.livePost a, .livePost a:visited, .livePost a:active {
	color: #FB00FF;
}
#livePostsUpdated {
	background-color:rgba(251,0,255,0.95);
}
#nomineesPosts li i {
	color: #FB00FF;
}
#headerPost {
	background-image: url(images/header_fade.jpg);
}
/*
//remove hover states on mobile
*/
@media only screen and (max-width: 1000px) {
#contentInterior a.standardButton:hover {
	color: #000000 !important;
}
#contentInterior a:hover {
	color: #FB00FF !important;
}
#timelineWrapper a:hover {
	color: #FB00FF;
}
}

/*
////////////////////
TOP WINNERS
////////////////////
*/
.centerVertical {
	z-index: 3;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 100%;
	display: block;
	text-align: center;
}

#topWinnersWrapper {
	width: 100%;
	padding-right: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#topWinners {
	width: 100%;
	padding: 0px 20px 20px 40px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.topWinner {
	background: #eeeeee;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.topWinnerExpand {
	background: #eeeeee;
	cursor: pointer;
	transition: background 0.5s ease;
}

.topWinnerExpand:hover {
	background: #f9f9f9;
}

.topWinnerWrapper {
	width: 100%;
	margin-bottom: 20px;
}

.topWinnerNumber {
	background: #000000;
	height: 100%;
	width: 65px;
	float: left;
	position: relative;
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
}

.topWinnerSpacer {
	width: 100%;
	height: 20px;
	margin-top: -21px;
}

.topWinnerWins {
	position: absolute;
	font-weight: 400;
	font-size: 24px;
	width: 150px;
	right: 20px;
	top: 0px;
	color: #000000;
}

.topWinnerExpand .topWinnerWins {
	right: 65px;
}

.topWinnerWins .centerVertical {
	text-align: right;
}

.topWinnerCategory {
	display: block;
	font-weight: 400;
	font-size: 32px;
	line-height: 135%;
	margin-bottom: 15px;
	margin-top: 30px;
}

.topWinnerHeading {
	display: block;
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 0px;
	line-height: 135%;
	margin-left: 85px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 180px;
}

.noNumber .topWinnerHeading {
	margin-left: 20px;
}

.noNumber.topWinnerPhoto .topWinnerHeading {
	margin-left: 0px;
}

.topWinner i {
	font-size: 32px;
}

.topWinnerDropdown {
	width: 65px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.topWinnerImage {
	float: left;
	width: auto;
	height: 100%;
}

.topWinnerPhoto {
	height: 150px;
}

.topWinnerTitle {
	width: auto;
	text-align: left;
	padding-right: 185px;
	margin-left: 235px;
}

.noNumber .topWinnerTitle {
	margin-left: 170px;
}

.topWinnerSubtitle {
	font-weight: 400;
	font-size: 18px;
	color: #4e4f50;
	display: none;
}

.topWinnerTitle .topWinnerHeading {
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-left: 0px;
}

.topWinnerCategoryNote {
	font-size: 14px;
	line-height: 165%;
	color: #4e4f50;
	font-weight: 300;
	margin-bottom: 20px;
	display: block;
	margin-top: -5px;
}

.topWinnerDetails {
	display: none;
	background: #d6d6d6;
	padding: 0px 20px;
	font-size: 18px;
	line-height: 135%;
}

.topWinnerDetails ul {
	margin-top: 20px;
	margin-bottom: 20px;
}

.topWinnerDetails p {
	margin-top: 20px;
	margin-bottom: 20px;
}

.topWinnerDetails li {
	width: 33%;
	margin-bottom: 15px;
	float: left;
	padding-right: 20px;
}

@media only screen and (max-width: 768px) {
.topWinnerDetails li {
	width: 50%;
}
}

@media only screen and (max-width: 640px) {
	#topWinnersWrapper {
	margin-top: 20px;
	padding: 0px;
}
#topWinners {
	padding: 0px 15px 30px 15px;
}
.topWinnerSubtitle {
	display: block;
}
.topWinnerExpand .topWinnerTitle {
	padding-right: 85px;
}
.topWinnerTitle {
	padding-right: 20px;
}
.topWinnerDetails li {
	width: 100%;
	padding-right: 0px;
}
.topWinnerHeading {
	font-size: 21px;
	padding-right: 65px;
	padding-bottom: 5px;
}
.topWinnerCategory {
	font-size: 28px;
}
.topWinner i {
	font-size: 28px;
}
.topWinnerNumber {
	font-size: 21px;
}
.topWinnerWins {
    position: relative;
    font-size: 18px;
    width: auto;
    right: 0px;
    top: 0px;
	margin-left: 85px;
	color: #4e4f50;
	display: block;
	padding-right: 65px;
	text-transform: none;
	margin-bottom: 20px;
}
.noNumber .topWinnerWins {
	margin-left: 20px;
}

.topWinnerPhoto .topWinnerWins {
	display: none;
}

.topWinnerExpand .topWinnerWins {
	right: 0px;
}
}

@media only screen and (max-width: 480px) {
.topWinnerPhoto {
	height: 100px;
}
.topWinnerTitle {
	margin-left: 185px;
}

.noNumber .topWinnerTitle {
	margin-left: 120px;
}
}

@media only screen and (max-width: 375px) {
.topWinnerPhoto {
	height: 80px;
}
.topWinnerDropdown {
    width: 40px;
}
.topWinnerExpand .topWinnerTitle {
    padding-right: 40px;
}
.topWinnerNumber {
    width: 45px;
}
.topWinnerTitle {
    margin-left: 140px;
}
.noNumber .topWinnerTitle {
	margin-left: 100px;
}
.topWinnerHeading {
    font-size: 18px;
}
.topWinnerWins {
    font-size: 16px;
}
.topWinnerSubtitle {
	font-size: 16px;
}
}
/*
////////////////////
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: #FB00FF;
	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;
}
.login .button-primary:hover {
	color: #000000;
	background-color: #FB00FF;
	-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: #000000;
	background-color: #FB00FF;
	-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;
}

