/*
Theme Name: Feature Pro
Author: Andrew J. Gay
Author URI: https://skewld.com/
Description: All new theme and UI flow for 2014 Contest Domination. This them features a cover header image background, featured video with Reveal, Contest Domination's new hidden opt-in form.
Version: 1.0
License: TBD
License URI: TBD
Tags: light, blue, white, feature, backstretch, reveal, 
*/

/**
 * Table of Contents:
 *
 * 1.0 - Float Clearing
 * 2.0 - Fonts / Typography
 * 3.0 - Structure / Containers
 * 4.0 - Forms
 * 5.0 - Funnel Steps / Page Styles
 * 6.0 - Colors
 * 7.0 - Timer
 * 8.0 - Media Queries
 * -----------------------------------------------------------------------------
 */
 
 
 
 
/* 1.0 Float Clearing
-------------------------------------------------------------- */


.funnel-content:before,
.funnel-form:before,
.funnel-image:before,
.funnel-countdown:before,
.funnel-meta:before,
.funnel-legal:before {
	content: " ";
	display: table;
}

.funnel-content:after,
.funnel-form:after,
.funnel-image:after,
.funnel-countdown:after,
.funnel-meta:after,
.funnel-legal:after {
	clear: both;
	content: " ";
	display: table;
} 
 

/* 3.0 Structure / Containers
-------------------------------------------------------------- */

#overlay {
	display: none;
	background-color: #000000;
	bottom: 0;
	filter: alpha(opacity=50);
	height: 100%;
	left: 0;
	position: fixed;
	-moz-opacity: 0.5;
	     opacity: 0.5;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	transition-delay: display 2s 0 ease;
	-webkit-transition-delay: display 2s 1 ease; /* Safari */
}

.close-box {
	position: absolute;
	right: 0;
	top: -25px;
	height: 32px;
	width: 32px;
}

.funnel-logo {
	background: rgba(255,255,255,0.6);
	border: 1px solid #FFF;
	box-shadow: 0 1px 5px rgba(0,0,0,0.35);
	margin: 0 auto 26px;
	margin: 0 auto 2.6rem;
	position: fixed;
	width: 100%;
	z-index: 900;
}

#funnel-form {
	background: #3a99d8;
	color: #FFF;
	position: relative;
	z-index: 3000;
}

#funnel-form .container {
	padding: 50px;
	padding: 5rem;
}

.funnel-content {
	background-color: #fafafa;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   		box-sizing: border-box;
	border-bottom: 4px solid #3a99d8;
	margin: 0;
	max-width: 100%;
	padding: 0 0 50px;
	padding: 0;
	position: relative;
}

#feature {
	position: relative;
}

#feature .container {
	padding-top: 120px;
}

.funnel-legal {
	border-top: 1px dashed #DDD;
	padding-top: 24px;
}

.funnel-image-content {
	border-top: 6px solid #3A99D8;
}

.funnel-image {
	text-align: center;
}

.funnel-meta {
	margin: 30px auto;
	margin: 3.0rem auto;
	text-align: center;
}

.funnel-follow {
	padding-top: 18px;
}

.funnel-share {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

 
/* 4. Forms
-------------------------------------------------------------- */
 
.form-control {
	background-color: #FFF;
	background-image: none;
	border: 1px solid #3a99d8;
	box-shadow: rgba(0, 0, 0, 0.0) 0 0px 0px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0) 0 0px 0px inset;
	font-size: 16px;
	font-size: 1.6rem;
	min-height: 42px;
	padding: 10px 16px;
}

.form-button {
	text-align: center;
}

.btn {
	white-space: normal;
	word-wrap: break-word;
}

.btn-warning {
	width: 100%;
}

.btn-success {
	background-color: #3598DB;
	background-image: none;
	border-color: #1c53ae;
	color: #FFF;
	padding: 16px 28px;
	padding: 1.6rem 2.8rem;
	white-space: normal;
}

.btn-success:hover,
.btn-success.active {
	background: #34495e;
	background-image: #34495e;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-info {
	background-color: #3A99D8;
	background-image:linear-gradient(#3A99D8 0px, #3A99D8 100%);
	background-repeat: repeat-x;
	border-color: #21638e;
	display: block;
	margin: 0 auto;
	width: 85%;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2d80b6;
  background-position: 0;
}
.btn-info:active,
.btn-info.active {
  background-color: #2d80b6;
  border-color: #21638e;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.soft-box {
	background: rgba(255,255,255,0.8);
	border: 1px solid #FFF;
	box-shadow: 0 1px 5px rgba(0,0,0,0.35);
	max-width: 750px;
	margin: 0 auto;
	padding: 40px;
}

.alt-link {
	margin-top: 16px;
	padding-top: 16px;
}

.alt-link .muted {
	font-size: 14px;
	font-style: italic;
}

.funnel-share-link label {
	display: block;
	text-align: center;
}

.funnel-share-link input,
.funnel-share-link input[type="text"]:focus {
	background: #FFF;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	color: #96a6a6;
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 auto;
	padding: 18px;
	padding: 1.8rem;
	text-align: center;
	width: 100%;
}

.funnel-share-link input[type="text"]:focus {
	-webkit-box-shadow: 0;
	   -moz-box-shadow: 0;
	        box-shadow: 0;
}

.share-wrapper {
	margin: 15px 0 30px 0;
	margin: 1.5rem 0 3rem 0;
}

.close-box .btn {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: 1.0;
	padding: 3px 6px;
}

.toggleopen {
	margin-bottom: 16px;
}

 
/* 5.0 Funnel Steps
-------------------------------------------------------------- */
 
/* 5.1 Opt-in Page */

.funnel-start .funnel-description p,
.funnel-over .funnel-description p {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
 
/* 5.2 Email Invite Page */
 
/* 5.3 Contest Share Page */

.sponsor-box {
	background: #fefefe;
	border: 1px solid #ebeaeb;
	margin-bottom: 18px;
	margin-bottom: 1.8rem;
	padding: 16px;
	padding: 1.6rem;
}

.sponsor-box .follow-fb,
.sponsor-box .follow-twitter {
	margin: 12px auto;
}
 
/* 6.0 Colors
-------------------------------------------------------------- */
 

/* 7.0 Media
-------------------------------------------------------------- */

.backstretch img {
	opacity: 0.5;
}

.funnel-logo {
	text-align: center;
}

.funnel-logo img {
	padding: 8px;
	padding: 0.8rem;
}

.funnel-video-wrapper {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0;
	overflow: hidden;
}
.funnel-video-wrapper iframe,
.funnel-video-wrapper object,
.funnel-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

.share-fb,
.share-twitter,
.share-gplus,
.share-linkedin {
	color: #FFF;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 auto 18px;
	padding: 18px;
	position: relative;
	text-align: center;
	min-height: 125px;
	max-width: 200px;
}

.share-text {
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: 700;
	margin: 0;
	padding: 24px 0 0;
	width: 80px;
}

.fb-like,
.tweet-sharing,
.g-plusone,
.IN-widget {
	max-height: 24px;
	margin: 0 auto;
	overflow: visible;
	width: 97px;
}

.share-fb {
	background: url(images/facebook-bg.png) right bottom no-repeat #224583;
}

.share-twitter {
	background: url(images/twitter-bg.png) right bottom no-repeat #00aadd;
}

.share-gplus {
	background: url(images/gplus-bg.png) right bottom no-repeat #d14a33;
}

.share-linkedin {
	background: url(images/linkedin-bg.png) right bottom no-repeat #106798;
}

.rrssb-buttons.large-format li a,
.rrssb-buttons.large-format li a .text {
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden
}

.rrssb-buttons,
.rrssb-buttons li,
.rrssb-buttons li a {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.clearfix {
	*zoom:1;
}

.clearfix:after {
	clear:both;
}

.clearfix:before,
.clearfix:after {
	content:" ";
	display:table;
}

.rrssb-buttons {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	height:124px;
	margin:0 0 26px 0;
	padding:0;
	width:100%;
}

.rrssb-buttons li {
	float:left;
	height:100%;
	list-style:none;
	margin:0;
	padding:0;
	line-height:13px;
}

.rrssb-buttons li.facebook a {
	background-color:#306199;
}

.rrssb-buttons li.facebook a:hover {
	background-color:#244872;
}

.rrssb-buttons li.linkedin a {
	background-color:#007bb6;
}

.rrssb-buttons li.linkedin a:hover { 
	background-color:#005983;
}

.rrssb-buttons li.twitter a {
	background-color:#26c4f1;
}

.rrssb-buttons li.twitter a:hover {
	background-color:#0eaad6;
}

.rrssb-buttons li.googleplus a {
	background-color:#e93f2e;
}

.rrssb-buttons li.googleplus a:hover {
	background-color:#ce2616;
}

.rrssb-buttons li a {
	background-color:#ccc;
	border-radius:0px;
	display:block;
	font-size:14px;
	font-weight:bold;
	height:100%;
	padding: 15px;
	position:relative;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	width:100%;
	-webkit-transition:background-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out;
	-o-transition:background-color 0.2s ease-in-out;
	transition:background-color 0.2s ease-in-out;
}

.rrssb-buttons li a .icon {
	display:block;
	height:100%;
	right: 0;
	position:absolute;
	padding-top: 48px;
	top: 0;
	width:50%;
}

.rrssb-buttons li a .icon svg{
	height:64px;
	width:64px
}

.rrssb-buttons li a .icon svg path,.rrssb-buttons li a .icon svg polygon{fill:#fff}

.rrssb-buttons li a .text{color:#fff}

.rrssb-buttons li a:active{box-shadow:inset 1px 3px 15px 0 rgba(22,0,0,0.25)}

.rrssb-buttons li.small a{padding:0}

.rrssb-buttons li.small a .icon{height:100%;left:auto;margin:0 auto;overflow:hidden;position:relative;top:auto;width:100%}

.rrssb-buttons li.small a .text{visibility:hidden}

.rrssb-buttons.large-format{height:auto}

.rrssb-buttons.large-format li{height:auto}

.rrssb-buttons.large-format li a{font-size:15px;font-size:1vw;padding:7% 0% 7% 12%;border-radius:0.2em;line-height:1vw}

.rrssb-buttons.large-format li a .icon{left:7%;padding-top:0;width:12%}

.rrssb-buttons.large-format li a .icon svg{height:100%;width:100%}

.rrssb-buttons.large-format li a .text{font-size:15px;font-size:1vw}

.rrssb-buttons.large-format li a:hover{font-size:15px;font-size:1vw;padding:7% 0% 7% 12%;border-radius:0.2em}

.rrssb-buttons.small-format{padding-top:5px}.rrssb-buttons.small-format li{height:80%;padding:0 1.5px}

.rrssb-buttons.small-format li a .icon{height:100%;padding-top:0}

.rrssb-buttons.small-format li a .icon svg{height:48%;position:relative;top:6px;width:80%}

.rrssb-buttons.tiny-format{height:22px;position:relative}

.rrssb-buttons.tiny-format li{padding-right:7px}

.rrssb-buttons.tiny-format li a{background-color:transparent;padding:0}

.rrssb-buttons.tiny-format li a .icon svg{height:70%;width:100%}

.rrssb-buttons.tiny-format li a:hover,.rrssb-buttons.tiny-format li a:active{background-color:transparent}

.rrssb-buttons.tiny-format li.facebook a .icon svg path,.rrssb-buttons.tiny-format li.facebook a .icon svg polygon{fill:#306199}

.rrssb-buttons.tiny-format li.facebook a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.facebook a .icon:hover .icon svg polygon{fill:#18304b}

.rrssb-buttons.tiny-format li.linkedin a .icon svg path,.rrssb-buttons.tiny-format li.linkedin a .icon svg polygon{fill:#007bb6}

.rrssb-buttons.tiny-format li.linkedin a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.linkedin a .icon:hover .icon svg polygon{fill:#003650}

.rrssb-buttons.tiny-format li.twitter a .icon svg path,.rrssb-buttons.tiny-format li.twitter a .icon svg polygon{fill:#26c4f1}

.rrssb-buttons.tiny-format li.twitter a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.twitter a .icon:hover .icon svg polygon{fill:#0b84a6}

.rrssb-buttons.tiny-format li.googleplus a .icon svg path,.rrssb-buttons.tiny-format li.googleplus a .icon svg polygon{fill:#e93f2e}

.rrssb-buttons.tiny-format li.googleplus a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.googleplus a .icon:hover .icon svg polygon{fill:#a01e11}