/*
Theme Name: Hunting Ground Film
Theme URI: http://newdivisionapps.com/huntingground/
Description: Hunting Ground Film Website
Author: Chris Jahnle
Author URI: http://newdivisionapps.com/
Template: thematic
Version: 1.0
Tags: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
.

*/

@font-face {
    font-family: 'statefaceregular';
    src: url('fonts/stateface-regular-webfont.eot');
    src: url('fonts/stateface-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/stateface-regular-webfont.woff2') format('woff2'),
         url('fonts/stateface-regular-webfont.woff') format('woff'),
         url('fonts/stateface-regular-webfont.ttf') format('truetype'),
         url('fonts/stateface-regular-webfont.svg#statefaceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Colfax Web Light';
  src: url("fonts/ColfaxWebLight.eot");
  src: url("fonts/ColfaxWebLight.eot?#iefix") format("embedded-opentype"), url("fonts/ColfaxWebLight.woff") format("woff");
}
@font-face {
  font-family: 'Colfax Web Regular';
  src: url("fonts/ColfaxWebRegular.eot");
  src: url("fonts/ColfaxWebRegular.eot?#iefix") format("embedded-opentype"), url("fonts/ColfaxWebRegular.woff") format("woff");
}
@font-face {
  font-family: 'Colfax Web Medium';
  src: url("fonts/ColfaxWebMedium.eot");
  src: url("fonts/ColfaxWebMedium.eot?#iefix") format("embedded-opentype"), url("fonts/ColfaxWebMedium.woff") format("woff");
}
@font-face {
  font-family: 'Colfax Web Bold';
  src: url("fonts/ColfaxWebBold.eot");
  src: url("fonts/ColfaxWebBold.eot?#iefix") format("embedded-opentype"), url("fonts/ColfaxWebBold.woff") format("woff");
}

/* Global */

body {
    background-color: #000000;
    color: #fff;
    font-family: "Colfax Web Light",Helvetica Neue,Helvetica,Arial,sans-serif;
    margin: 0;
}
body a {
    color: #fff;
    font-family: "Colfax Web Light",Helvetica Neue,Helvetica,Arial,sans-serif;
}
a:visited {
    color: inherit;
}

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

/* prevent wordpress sized images from breaking out of container*/
img[width].size-full, img[width].size-large {
    width: 100%;
}

img.size-full, img.size-large, img.wp-post-image {
    height: auto;
    max-width: 1000%;
}
h1 {
    margin: 0;
    padding: 0;
}
#post-5 {
    display: none;
}
.home #comments {
    display: none;
}
b, strong, b a, strong a {
    font-family: "Colfax Web Bold",Helvetica Neue,Helvetica,Arial,sans-serif;
}
blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
    font-size: 18px;
    font-style: italic;
    color: #999;
    /* font-weight: 300; */
    margin: 24px 40px;
}

/* clearfix
src: https://css-tricks.com/snippets/css/clear-fix/
*/
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* Header */

#header {
    width: 100%;
    height: 0;
    border: 0;
    margin: 0;
    padding: 0;
}
#branding {
    padding-top: 0;
    padding-bottom: 0;
}
#blog-title {
    display: none;
}
.tagline {
    color: #fff;
    font-style: italic;
    font-size: 16px;
    margin: 0;
    font-weight: normal;
    font-family: Noto Sans, serif;
}

/* Navigation */

#access {
    background-color: rgba(49,49,49,0.6);
    position: fixed;
    left: 0;
    width: 100px;
    height: 100%;
    border-bottom: 0;
    z-index: 10000;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#access.nav-open {
    left: 150px;
}
#nav-button {
    width: 33px;
    height: 21px;
    margin: 0 auto;
    margin-top: 2.125em;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
}
#nav-button img {
    width: 100%;
}
#nav-button img:nth-child(2) {
    width: 69%;
}
.nav-open #nav-button img:first-child {
    display: none;
}
.menu {
    position: absolute;
    top: 0;
    background-color: #000000;
    max-width: 150px;
    width: 150px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: -150px;
    margin-right: 0;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
#access.nav-open .menu {
    opacity: 1;
}
.sf-menu {
    position: relative;
    top: 2.125em;
    width: 100%;
    margin-left: 0;
    float: left;
}
.sf-menu li {
    background: #000000;
    width: 100%;
}
.sf-menu a {
    width: 80%;
    font-family: "Colfax Web Light",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 20px;
    line-height: 40px;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    margin-left: 0;
    padding: 0;
    padding-bottom: 20px;
    padding-left: 20%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.sf-menu .current-menu-item > a, .sf-menu .current-menu-parent > a, .sf-menu .current-menu-ancestor > a, .sf-menu .current-post-ancestor > a, .sf-menu .current_page_item > a, .sf-menu .current_page_ancestor > a, .sf-menu .current_page_parent > a {
    border-bottom-color: #fff;
    font-style: normal;
}
.sf-menu .current-menu-item > a, .sf-menu .current_page_item > a {
    color: #ffffff;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:hover,
.sf-menu a:active {
    background: transparent;
    outline: 0;
    border-bottom-color: #ccc;
    color: #00b5ef;
}

h2.actionpledge {
	border: 2px solid #ffffff;
	padding: 5px 10px;
}

img.onuslogo { 
	width: 20%;
}

@media (max-width: 600px) {

ul.sf-menu, div.sf-menu > ul {
    display: block;
}

}
#main {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-top: 0;
    padding-left: 100px;
    padding-right: 0;
    margin: 0;
    overflow: hidden;
    z-index: 6;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#main.nav-open {
    padding-left: 250px;
}

/* State by State */

#legend {
	font-family: "Colfax Web Light","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#legend br {
	display: none;
}

#legend h3 {
	font-family: "Colfax Web Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	border-bottom: 1px solid #000000;
	font-style: normal;
	margin: 50px 0 0px;
	padding-bottom: 10px;
	text-align: center;
}

#legend p {
	text-align: center;
}

#legend .legend2,
#legend .legend3 {
	margin-left: 16px;
}

.legend1 {
	color: #3FC00D;
	font-size: 1.5em;
	vertical-align: middle;
}

.legend2 {
	color: #9B9B9B;
	font-size: 1.5em;
	vertical-align: middle;
}

.legend3 {
	color: #F29800;
	font-size: 1.5em;
	vertical-align: middle;
}

#tooltip1 {
	display: none;
}
#tooltip2 {
	display: none;
}
#tooltip3 {
	display: none;
}

h3:hover #tooltip1,
.legend2:hover #tooltip2,
.legend3:hover #tooltip3 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}



.row {
	margin-top: 75px;
}

.stateL {
	float: left;
	text-align: center;
	width: 33%;
    }

a.actitab:link,
a.actitab:active,
a.actitab:visited {
	color: #000000;
	text-decoration: none;
}

.tabs-menu a.actitab:hover {
	color: #00B5EF;
}

.tabs-menu a.current:link {
	color: #00B5EF;
}

.stateL a:focus,
.stateSm a:focus {
	border: none;
	outline: none;
}


.stateL h1 {
    font-family: 'statefaceregular';
    font-size: 10em;
}

.page .row .stateL p {
	font-family: "Colfax Web Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 0.5em;
	margin: 0px;
}

.stateL .legend1,
.stateL .legend2,
.stateL .legend3 {
	font-size: 2rem;
}

.row .stateL h2 {
	font-family: "Colfax Web Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.5em;
	line-height: 0.15em;
	margin: 10px 0;
}

.stateL h3 {
	font-family: "Colfax Web Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: normal;
	margin: 10px 0;
}

.stateL h4 {
	display: none;
}

a.current h4 {
	display: block;
	line-height: .65em;
	margin: 0;
}

.page .entry-content .statecontent {
	margin: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    }

.tab-content {
    padding: 20px;
    display: none;
    border-top: 1px solid #00B5EF;
    }

.tab-content h4{
	font-family: "Colfax Web Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    }

.tab-content .legend1,
.tab-content .legend2,
.tab-content .legend3 {
    font-size: 1.5em;
    vertical-align: sub;
}

.tab-content h1{
	font-family: "Colfax Web Light","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.stateSm {
	float: left;
	text-align: center;
	width: 20%;
}


.stateSm h1 {
    font-family: 'statefaceregular';
    font-size: 5em;
}

.page .row .stateSm p {
	font-family: "Colfax Web Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 0.5em;
	margin: 0px;
}

.stateSm .legend1,
.stateSm .legend2,
.stateSm .legend3 {
	font-family: "Colfax Web Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 2em;
}

.row .stateSm h2 {
	font-family: "Colfax Web Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.5em;
	line-height: 0.15em;
	margin: 10px 0;
}

.stateSm h3 {
	font-family: "Colfax Web Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: normal;
	margin: 10px 0;
}

.stateSm h4 {
	display: none;
}

.site-content .aside {
    border: 0;
    margin: 0;
    padding: 0;
}
.widgetcontainer {
    margin: 0;
}

/* Global Widget */

.widgettitle {
    font-family: "Colfax Web Light",Helvetica Neue,Helvetica,sans-serif;
    font-size: 60px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -3px;
    margin-bottom: 12px;
    color: #ffffff;
}

/* Video Widget */

#video_widget-2 {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    opacity: 0;
}
#video_widget-2 iframe {
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
#video-title {
    position: absolute;
    top: -90px;
    left: 50%;
    width: 30%;
    display: none;
}
#video-title img {
    position: relative;
    width: 100%;
    left: -50%;
}
#sound-container {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    opacity: 0;
}
#sound-on {
    background: url("images/sound-icon.png") no-repeat center center transparent;
    background-size: 100%;
    position: relative;
    left: -50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: none;
}
#sound-off {
    background: url("images/no-sound-icon.png") no-repeat center center transparent;
    background-size: 100%;
    position: relative;
    left: -50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
#replay-container {
    position: absolute;
    top: 78px;
    right: -3px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    opacity: 0;
}
#replay {
    background: url("images/replay-icon.png") no-repeat center center transparent;
    background-size: 100%;
    position: relative;
    left: -50%;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

/* Quote Slider */

#homepage-slider {
    width: 80%;
    height: 220px;
    overflow: hidden;
    padding-left: 2%;
    margin: 0 auto;
    margin-top: 120px;
}
#homepage-slider ul {
    margin: 0;
    padding: 0;
    border: 0;
}
#slider-item {
    position: relative;
    list-style: none;
    min-height: 220px;
}
#slider-quote {
    width: 80%;
    float: left;
    margin-left: 0;
}
#slider-quote .slider-quote {
    width: 99%;
    color: #ffffff;
    font-size: 38px;
    line-height: 42px;
}
#slider-quote .slider-quote a {
    color: #ffffff;
}
#slider-quote .slider-author {
    width: 99%;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
}
#slider-quote .slider-author a {
    color: #ffffff;
}
#quote-tweet {
    width: 18%;
    float: right;
}
#tw-button {
    margin-top: 20px;
    text-align: center;
}
#tw-button a img {
    width: 40%;
    margin-right: 2%;
}
#slider-ctrl {
    display: none;
}

/* Signup Form Widget */

#content .widget_signup_widget, #content .widget_jpsignup_widget, #content .widget_wpsignup_widget {
    background: #000000;
    width: 100%;
    list-style: none;
    text-align: center;
    padding-top: 60px;
}
#content .widget_signup_widget h3, #content .widget_jpsignup_widget h3, #content .widget_wpsignup_widget h3 {
    color: #ffffff;
    font-family: "Colfax Web Light",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 26px;
    font-style: normal;
    text-transform: lowercase;
    line-height: 56px;
    padding: 0;
    padding-top: 20px;
    margin: 0;
}
.signup-form {
    width: 56%;
    margin: 0 auto;
    margin-top: 24px;
    padding-bottom: 0;
}
.signup-form input {
    background-color: #666666;
    color: #000000;
    padding: 12px 2%;
    font-family: "Colfax Web Light",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 20px;
}
::-webkit-input-placeholder {
    color: #000000 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #000000 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #000000 !important;
}
:-ms-input-placeholder {
    color: #000000 !important;
}

.signup-form input[type=email], .signup-form input[type=text], .signup-form input[type=tel]  {
    display: block;
    margin: 10px 0;
    float: left;
    border: 0;
}
.signup-form input[type=text], .signup-form input[type=tel] {
    width: 31%;
    margin-left: 2%;
    margin-right: 2%;
}
.signup-form input[type=email] {
    width: 35%;
}
.signup-form input[type=submit], .sorts-and-filters button {
    background: none;
    width: 30%;
    border: 1px solid #ffffff;
    border-radius: 0;
    padding: 11px 2%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    float: left;
    cursor: pointer;
    margin: 10px 0;
    text-transform: uppercase;
    color: #ffffff;
}
.signup-form input[type=submit]:hover, .sorts-and-filters button:hover, .sorts-and-filters button.is-checked {
    background-color: #000000;
    border-color: #00b5ef;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    color: #00b5ef;
}

.signup-form .label {
  display: none;
}

.entry-title {
    font-family: "Colfax Web Light",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    padding: 0 0 12px 0;
    margin: 0;
    word-wrap: break-word;
    display: none;
}

/* Social Btns Widget */

#social-btns {
    background: #000000;
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

#access #social-btns {
	background: transparent;
/* 	margin-top: 20px; */
    padding-top: 20px;
}

#social-btn {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-position: center;
    border: 2px solid #ffffff;
    border-radius: 50%;
    margin: 0 8px;
    vertical-align: top;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#social-btn:hover {
    border: 2px solid #00b5ef;
}
#social-btn span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 286px;
    padding: 8px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
    margin-top: 54px;
    width: 78px;
    padding-bottom: 4px;
}
.twitter {
    background-image: url('images/twitter.svg');
    background-repeat: no-repeat;
}
#social-btn.facebook span  {
    width: 98px;
}
.facebook {
    background-image: url('images/facebook.svg');
    background-repeat: no-repeat;
    background-position: 13px !important;
}
.youtube {
    background-image: url('images/youtube.svg');
    background-repeat: no-repeat;
}
.instagram {
    background-image: url('images/instagram.svg');
    background-repeat: no-repeat;
}

/* Global Social Buttons */

#social-buttons {
  width: 100%;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #666666;
}
#footer #social-buttons {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: 0;
}
#social-buttons .facebook, #social-buttons .twitter, #social-buttons .instagram {
  background-image: none;
}
#social-buttons .facebook a {
    float: left;
    width: 40px;
    height: 40px;
    margin-left: -2px;
    margin-top: -2px;
}
#social-buttons .facebook a img {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    float: none;
}
#social-buttons .twitter a {
    float: left;
    width: 40px;
    height: 40px;
    margin-top: -2px;
    margin-left: -2px;
}
#social-buttons .twitter a img {
    width: auto;
    margin-top: 12px;
    float: none;
}
#social-buttons .instagram a {
    float: left;
    width: 40px;
    height: 40px;
    margin-left: -2px;
    margin-top: -2px;
}
#social-buttons .instagram a img {
    padding-top: 12px;
}

/* Recent Posts */

#recent-posts-2 {
    width: 100%;
    margin-bottom: 90px;
    margin-top: 40px;
    padding-left: 22%;
    padding-right: 22%;
    padding-top: 60px;
}
#recent-posts-2 ul {
    margin: 0;
    padding: 0;
}
#recent-posts-2 ul li {
    list-style: none;
    margin-top: 24px;
}
#recent-posts-2 ul li a {
    width: 100%;
    font-size: 38px;
    line-height: 42px;
    padding-top: 60px;
    color: #ffffff;
    clear: both;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#recent-posts-2 ul li a:hover {
    color: #00b5ef;
    text-decoration: none;
}
.post-date {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    float: left;
    padding-bottom: 60px;
    clear: both;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#recent-posts-2 ul li:hover a, #recent-posts-2 ul li:hover .post-date {
    color: #00b5ef;
}

/* Featured Posts Grid */

#all_posts_widget-2 {
    background: #000000;
    padding-top: 40px;
}
#post-container {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
  clear: both;
}
#content #post-container h3 {
    color: #343434;
    font-family: "tablet-gothic-wide",sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    line-height: 56px;
    padding: 0;
    padding-top: 40px;
    margin: 0;
    margin-bottom: 40px;
}
#post-grid {
    position: relative;
    width: 31%;
    height: 320px;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#post-grid.num-4, #post-grid.num-8, #post-grid.num-12, #post-grid.num-16, #post-grid.num-20, #post-grid.num-24 {
    width: 64%;
}
#post-grid img {
    width: 150%;
    height: auto;
    margin-left: 0;
    transition: all .2s ease-in-out;
    margin-left: -25%;
}
#post-grid.num-4 img, #post-grid.num-8 img, #post-grid.num-12 img, #post-grid.num-16 img, #post-grid.num-20 img, #post-grid.num-24 img {
    width: 115%;
    height: auto;
    margin-top: -25%;
    margin-left: 0;
}
.post-info {
    position: absolute;
    top: 0;
    left: 0;
    /* background: url('images/pattern.svg') repeat top left rgba(255,255,255,0.6); */
    /* background: rgba(255,255,255,0.6); */
    width: 100%;
    height: 100%;
    display: block;
}
#post-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    min-height: 76px;
    text-align: left;
    padding-top: 12px;
    padding-left: 12px;
    display: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.post-info a {
    position: relative;
    background: transparent;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
    line-height: 27px;
    float: left;
    padding-top: 0;
    padding-right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.post-info a:hover {
    color: #00b5ef;
    text-decoration: none;
    display: block;
}
.post-info:hover #post-link {
    display: block;
}
.post-info a:hover img {
  width: 190%;
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
  transform: scale(1.1);
}
#post-cat {
  position: absolute;
  top: 20px;
  left: 0;
  background: #ffcc33;
  color: #000000;
  font-size: 16px;
  font-weight: 200;
  line-height: 32px;
  padding-left: 10px;
  padding-right: 10px;
}

/* Contact */

#text-2 {
    width: 56%;
    margin: 0 auto;
    margin-top: 100px;
}
#text-2 h1 {
    text-align: left;
    margin: 0 auto;
    margin-bottom: 26px;
}
#text-2 p {
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 38px;
}
#text-2 p a {
    font-size: 20px;
    line-height: 22px;
    color: #999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#text-2 p a:hover {
    color: #00b5ef;
    text-decoration: none;
}

/* Story & Blog */

#single-post-thumb {
    position: relative;
    top: 0;
    left: 0;
    background-size: 100% !important;
    width: 100%;
    min-height: 250px;
    overflow: hidden;
    border-bottom: 1px solid #666666;
    z-index: -1;
}

@media screen and (max-width: 480px){
    /* prevent intersection with menubar */
    #single-post-thumb {
        margin-top: 60px;
    }
}

@media screen and (min-width: 600px){
    #single-post-thumb {
        min-height: 250px;
    }
}

@media screen and (min-width: 767px){
    #single-post-thumb {
        min-height: 320px;
    }
}

@media screen and (min-width: 1000px){
    #single-post-thumb {
        min-height: 420px;
    }
}
@media screen and (min-width: 1000px){
    #single-post-thumb {
        min-height: 420px;
    }
}
.home #single-post-thumb {
    display: none;
}
.page #container, .blog #container, .post-type-archive #container, .single #container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-top: 60px;
    float: none !important;
}
.page #container, .blog #content, .post-type-archive #content, .single #content, .archive #container {
    width: 100%;
    margin: 0;
    padding: 0;
}
.page .hentry, .single .hentry {
    width: 80%;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 0;
}
.blog .hentry, .post-type-archive .hentry, .single-story .hentry {
    width: 80%;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 0;
}
.page .entry-title, .blog .entry-title, .post-type-archive .entry-title, .single .entry-title, .archive .entry-title {
    display: block;
    color: #fff;
    font-family: "Colfax Web Light",Helvetica Neue,Helvetica,sans-serif;
    font-size: 48px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -3px;
    margin-bottom: 0;
    padding-bottom: 8px;
}

@media screen and (min-width: 760px) {
    .page .entry-title, .blog .entry-title, .post-type-archive .entry-title, .single .entry-title, .archive .entry-title {
        font-size: 60px;
    }
}

.page .entry-title, .single .entry-title, .contest_entries .entry-title, .archive .entry-title  {
    margin-top: 48px;
}
.page .entry-title a, .blog .entry-title a, .post-type-archive .entry-title a, .single .entry-title a, .archive .entry-title a {
    display: block;
    color: #fff;
    font-family: "Colfax Web Light",Helvetica Neue,Helvetica,sans-serif;
    font-size: 60px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -3px;
    margin-bottom: 0;
    padding-bottom: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.page .entry-title a:hover, .blog .entry-title a:hover, .post-type-archive .entry-title a:hover, .single .entry-title a:hover, .archive .entry-title a:hover {
    color: #00b5ef;
}
.page .entry-meta, .blog .entry-meta, .post-type-archive .entry-meta, .single .entry-meta {
    color: #999;
    font-size: 11px;
    font-style: normal;
    text-transform: uppercase;
}
.entry-meta a, .entry-content a {
    color: #999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.entry-meta a:active, .entry-meta a:hover, .entry-content a:active, .entry-content a:hover {
    color: #00b5ef;
    text-decoration: none;
}
.page .entry-content p, .blog .entry-content p, .post-type-archive .entry-content p, .single .entry-content p, .archive .entry-content p {
    font-size: 20px;
    line-height: 40px;
}
.blog .entry-utility, .post-type-archive .entry-utility, .single .entry-utility {
    display: none;
}
.blog .entry-content {
    display: none;
}
.page-title {
    font-size: 18px;
    padding: 0 0 44px 0;
    width: 80%;
    margin: 0 auto;
}
.entry-content h2 {
    font-family: "Colfax Web Light",Helvetica Neue,Helvetica,sans-serif;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -2px;
}
.entry-content ul.content {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 40px;
}
.entry-content li.large {
    font-size: 28px;
}
.entry-content li.medium {
    font-size: 20px;
}

.archive.tax-stage {

}

/* Post Navigation */

#nav-above, #nav-below {
    width: 80%;
    margin: 0 auto;
}
.navigation a {
    color: #999;
    font-style: normal;
    text-decoration: none;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.navigation a:hover {
    color: #00b5ef;
}

/* Footer */

#footer {
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding-top: 30px;
    padding-left: 100px;
    border: 0;
    float: left;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#footer.nav-open {
    padding-left: 250px;
}
#siteinfo {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    padding-top: 24px;
    padding-bottom: 48px;
    width: 100%;
}

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

#title-link {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  text-align: center;
  font-size: 24px;
}

#post-grid {
  width: 46%;
  min-height: 150px;
}
#post-grid.num-4, #post-grid.num-8, #post-grid.num-12, #post-grid.num-16, #post-grid.num-20, #post-grid.num-24 {
  width: 46%;
}
#post-grid.num-4 img, #post-grid.num-8 img, #post-grid.num-12 img, #post-grid.num-16 img, #post-grid.num-20 img, #post-grid.num-24 img {
  width: 160%;
  height: auto;
  margin-top: -25%;
  margin-left: 0;
}
#grid-item-cont {
    width: 100%;
}
.grid-item-2 #grid-item-img {
    float: right;
}
.grid-item-2 #grid-item-headline {
    left: 0;
}

}

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

.sf-menu .current-menu-item > a, .sf-menu .current-menu-parent > a, .sf-menu .current-menu-ancestor > a, .sf-menu .current-post-ancestor > a, .sf-menu .current_page_item > a, .sf-menu .current_page_ancestor > a, .sf-menu .current_page_parent > a {
    border-bottom-color: #fff;
    font-style: normal;
}
.sf-menu .current-menu-item > a, .sf-menu .current_page_item > a {
    color: #ffffff;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:hover,
.sf-menu a:active {
    background: transparent;
    outline: 0;
    border-bottom-color: #ccc;
    color: #00b5ef;
}
.menu {
    top: 0;
    background-color: #000000;
}
#post-grid {
  width: 100%;
  min-height: 150px;
}
#post-grid.num-4, #post-grid.num-8, #post-grid.num-12, #post-grid.num-16, #post-grid.num-20, #post-grid.num-24 {
  width: 100%;
  min-height: 200px;
}
#post-grid.num-4 img, #post-grid.num-8 img, #post-grid.num-12 img, #post-grid.num-16 img, #post-grid.num-20 img, #post-grid.num-24 img {
  width: 144%;
  height: auto;
  margin-top: -25%;
  margin-left: 0;
}
#post-link {
    display: block;
}

#homepage-slider {
    width: 82%;
    height: 120px;
    overflow: hidden;
    padding-left: 4%;
    margin: 0 auto;
    margin-top: 20px;
}

.signup-form {
    width: 76%;
    margin: 0 auto;
    margin-top: 24px;
    padding-bottom: 0;
}
.signup-form input[type=text] {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}
.signup-form input[type=email] {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}
.signup-form input[type=submit] {
    background: none;
    width: 96%;
    border: 1px solid #ffffff;
    border-radius: 0;
    padding: 11px 2%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    float: left;
    cursor: pointer;
    margin: 10px 0;
    margin-left: 2%;
    margin-right: 2%;
    text-transform: uppercase;
    color: #ffffff;
}

#single-post-thumb {
    background-size: 100% !important;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #666666;
    z-index: -1;
}
.single .hentry {
    width: 80%;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 186px;
}
.blog .hentry, .post-type-archive .hentry, .single-story .hentry {
    width: 80%;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 0;
}

}

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

.sf-menu a, .sf-menu a:visited {
    color: #999;
}
.sf-menu .current-menu-item > a, .sf-menu .current-menu-parent > a, .sf-menu .current-menu-ancestor > a, .sf-menu .current-post-ancestor > a, .sf-menu .current_page_item > a, .sf-menu .current_page_ancestor > a, .sf-menu .current_page_parent > a {
    border-bottom-color: #fff;
    font-style: normal;
}
.sf-menu .current-menu-item > a, .sf-menu .current_page_item > a {
    color: #ffffff;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:hover,
.sf-menu a:active {
    background: transparent;
    outline: 0;
    border-bottom-color: #ccc;
    color: #00b5ef;
}
#access {
    width: 0;
}
#nav-button {
    width: 33px;
    height: 21px;
    margin: 0 auto;
    margin-top: 10px;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    margin-left: 10px;
}
#access.nav-open {
    left: 330px;
    border-right: 70px solid #000000;
    z-index: 300000;
    height: 100%;
    background-color: #000000;
}
.menu {
    top: 0;
    background-color: #000000;
    height: 100%;
}


#main {
    padding-left: 0;
}

/* Video Widget */

#sound-container {
    position: absolute;
    top: 0;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0;
}
#replay-container {
    position: absolute;
    top: 54px;
    right: 22px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0;
}

.widgettitle {
    font-size: 36px;
    letter-spacing: 0;
}

/* Quote Slider */

#homepage-slider {
    width: 82%;
    height: 120px;
    overflow: hidden;
    padding-left: 4%;
    margin: 0 auto;
    margin-top: 20px;
}
#slider-item {
    position: relative;
    list-style: none;
    min-height: 160px;
}
#slider-quote .slider-quote {
    width: 99%;
    color: #ffffff;
    font-size: 24px;
    line-height: 26px;
}
#slider-quote .slider-author {
    width: 99%;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    padding-top: 8px;
}
#tw-button {
    margin-top: 0;
    text-align: center;
}

/* Signup Form */

#content .widget_signup_widget, #content .widget_jpsignup_widget, #content .widget_wpsignup_widget {
    padding-top: 0;
}
.signup-form {
    width: 76%;
    margin: 0 auto;
    margin-top: 24px;
    padding-bottom: 0;
}
.signup-form input[type=text] {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}
.signup-form input[type=email] {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}
.signup-form input[type=submit] {
    background: none;
    width: 96%;
    border: 1px solid #ffffff;
    border-radius: 0;
    padding: 11px 2%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    float: left;
    cursor: pointer;
    margin: 10px 0;
    margin-left: 2%;
    margin-right: 2%;
    text-transform: uppercase;
    color: #ffffff;
}

.blog .entry-title, .post-type-archive .entry-title, .single .entry-title {
    font-size: 36px;
    letter-spacing: -2px;
}

#single-post-thumb {
    height: 120px;
}
.single .hentry {
    padding-top: 100px;
}
.blog .hentry, .post-type-archive .hentry, .single-story .hentry {
    width: 80%;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 0;
}

#footer {
    padding-left: 0;
}

#single-post-thumb {
	background-size: auto 100% !important;
}

.page-id-503 .page .entry-title {
	font-size: 42px;
}

.stateL h1 {
    font-size: 6em;
}

.stateSm h1 {
    font-size: 3em;
}

.stateL h3,
.stateSm h3 {
	font-size: 18px;
}

.tab-content {
    padding: 20px 0;
}


.tab-content h4 {
    font-size: 14px;
    margin: 25px 0 0;
}

}

/* an overlay is a layer that fully stretches out the delimiting parent should have a position:relative */
.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

/* Touts bar */

.touts-bar {
    display: none; /* decide in js if to reveal */

    padding: 15px 0;
}

.touts-bar a {
    text-align: center;
    display: block;
    padding: 5px 0;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.touts-bar a:hover {
    color: #00b5ef;
    text-decoration: none;
}

.touts-bar a:nth-child(2) {
	visibility: hidden;
}

.touts-bar .tout i {
    margin-left: 5px;
    font-weight: 600;
}
.touts-bar .close {
    font-size: 30px;
}

@media screen and  (min-width: 480px) {
    /* account for the side menu */
    .touts-bar {
        padding-left: 100px;
    }
}


@media screen and  (min-width: 600px) {

    /* switch to distributed links out items using text-align justify/pseudo-element/inline-block children method */
    .touts-bar .touts {

       text-align: justify;
       overflow: hidden;

       /* leave room for close button*/
       width: 90%;
       float: left;
    }

    .touts-bar .touts:after {
        content: '';
        display: inline-block;
        width: 100%;
     }
    .touts-bar .tout {
        /*text-align: left;*/
        display: inline-block;


    }
}

/* Contest page */

.page-template-template-contest .signup-form {
    width: 100%;
}

/* The text fields */
.page-template-template-contest form.contest-form input {
    display: block;
    float: none;
    width: 100% ;
}

/* rules checkbox */

.page-template-template-contest .contest-rules-input {
    margin: 15px 0;
}
.page-template-template-contest .contest-rules-input label {
    float: left;
    margin-right: 10px;
}
.page-template-template-contest .contest-rules-input input[type=checkbox] {
    width: auto;
    position: relative;
    top: 2px;
    display: inline-block;
}

@media screen and  (min-width: 760px) {

    /* gutter */
    .page-template-template-contest .details {
        padding-right: 30px;
    }

    .page-template-template-contest .signup-form {
        width: 100%;
    }

    .page-template-template-contest form {
        padding-left: 30px;
    }


    .page-template-template-contest input {
        border: 0;
    }

    .page-template-template-contest form.contest-form input {
        margin-left: 0;
        margin-right: 0;
    }
}


/* the video preview pane (right below the youtube input) */
.page-template-template-contest .video-embed {
    width: 100%;
}

.page-template-template-contest .top-content {
    margin-bottom: 30px;
}

/* give interiors some side padding */
.interior-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}


/* Video player */
.contest-entry-video {
    position: relative;
    display: table;
    width: 100%;

}

/* No gutter in bootstrap row */
.no-gutter > [class*='col-']:nth-child(2n+1) {
    padding-right: 0;
}

.no-gutter > [class*='col-']:nth-child(2n) {
    padding-left: 0;
}

/*
// Contest Entry Single
*/

.post-type-archive-contest_entries .below-entries-content {
    margin-top: 50px;
    margin-bottom: -50px;
}

.single-contest_entries .signup-form {
    width: 100%;
    margin: 0;
    padding: 10px;
    border: 1px solid #00b5ef;
}

.single-contest_entries .contest-vote {
    padding: 10px;
    background: #00b5ef;
    position: relative;
}

.single-contest_entries .fb-vote-container {
    width: 100%;
    background: rgba( 0, 0, 0, .5);
    padding: 20px;
}

.single-contest_entries .fb-vote-container .fb_iframe_widget span {
    width: 450px !important;
}

/* We'll decide whether to show the signup form or the contest vote using js */
.single-contest_entries .signup-form form {
    width: 100%;
    display: none;
}
.contest-vote {
    display: none;
}

.contest-vote h5 {
    margin-top: 0;
    line-height: 40px;
}

.single-contest_entries .signup-form input {
    width: 100%;
}


.contest-entry-video .play-btn-basic:hover {
    color: #00b5ef;
    text-decoration: none;
}


/* Contest Entries index */


.contest-entries-viewer .element-item {
  position: relative;
  float: left;
  margin: 15px 5px;
  overflow: hidden;
  width: 80%;
}
@media screen and (min-width: 776px){
    .contest-entries-viewer .element-item {
        width: 45%;
        margin: 10px 10px;
    }
}

@media screen and (min-width: 1200px){
    .contest-entries-viewer .element-item {
        width: 30%;
        margin: 15px 15px;
    }
}

.contest-entries-viewer .element-item img {
    margin: 0;
    -webkit-transition: all .25s ease; /* Safari and Chrome */
    -moz-transition: all .25s ease; /* Firefox */
    -ms-transition: all .25s ease; /* IE 9 */
    -o-transition: all .25s ease; /* Opera */
    transition: all .25s ease;
}

.contest-entries-viewer .element-item a:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.contest-entries-viewer .element-item h4 {
    margin: 0;
    min-height: 80px;
    padding: 15px 10px;
    background-color: #333;
    font-family: "Colfax Web Light",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: .9;
    -webkit-transition: all .25s ease; /* Safari and Chrome */
    -moz-transition: all .25s ease; /* Firefox */
    -ms-transition: all .25s ease; /* IE 9 */
    -o-transition: all .25s ease; /* Opera */
    transition: all .25s ease;
}

.contest-entries-viewer .element-item a:hover h4 {
    background-color: #00b5ef;
    color: #fff;
}


.contest-entries-viewer .element-item img { /* img should be responsive */
    width: 100%;
    height: auto;
}

.contest-entries-viewer  .element-item > * {
  margin: 0;
  padding: 0;
}

/* Contest Sorting Area */

.sorts-and-filters {
    margin-bottom: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.sorts-and-filters h2 {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 10px;
    text-align: right;
}

@media screen and (max-width: 586px){
    .sorts-and-filters h2 {
        text-align: center;
        position: relative;
        bottom: 20px;
    }
}


.sorts-and-filters.entry-content {
    padding: 0;
}

.sorts-and-filters .button-group {
    display: inline-block;
    position: relative;
    top: 15px;
}

.sorts-and-filters #filter {
    display: inline;
}

.filter-group {
    margin: auto;
    display: table;
}

.filter-group:last-child button {
    width: 100%;
}

@media screen and (min-width: 600px){
    .filter-group:last-child button {
        width: auto;
    }
}

.sorts-and-filters button {
    width: auto;
    padding: 8px;
    margin-right: 5px;
}

.sorts-and-filters button.active {
    border-color: #00b5ef;
    color: #00b5ef;
}

.sorts-and-filters button:not(.active):hover {
    color: #ffffff;
    border-color: #ffffff;
}

@media (min-width: 600px){
    .sorts-and-filters button {


    }
}

/* separate from footer or other bottom content*/
.page-template .contest-logos, .archive .contest-logos{
    margin-top: 60px;
    padding-bottom: 30px;
}

.contest-logos {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* logos should be responsive images  */
.contest-logos img {
    height: auto;
    max-width: 100%;
}

/* general blue link */
a.blue-link {
    -webkit-transition: all .25s ease; /* Safari and Chrome */
    -moz-transition: all .25s ease; /* Firefox */
    -ms-transition: all .25s ease; /* IE 9 */
    -o-transition: all .25s ease; /* Opera */
    transition: all .25s ease;
}

a.blue-link:hover {
    color: #00b5ef;
    text-decoration: none;
}


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

/* Home Annoucements */
.home-annoucments h2 a {
    color: #ffffff;
    font-size: 42px;
}

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

/* Text Themes . The default theme is white text on black background.   */
/* An alternate theme (body class .theme-light) is dark text on  a light background. */
.theme-light {
    color: #000;
}


.theme-light .content-wrapper {
    background-color: #000;
}
.theme-light #content, .theme-light .site-content {
    background-color: #fff;
}

.theme-light .site-content {
    max-width: initial;
    width: 100%;
}
.theme-light #single-post-thumb {
    z-index: 1; /* keep hero visible */
}

.theme-light .entry-title, .theme-light .widgettitle {
    color: #000;
}

/* the Posts page (Feed)*/
.theme-light.blog .entry-title a {
    color: #000;
    transition: all .25s ease;
}
.theme-light.blog .entry-title a:hover {
    color: #00b5ef;
    text-decoration: none;
}

.theme-light.post-type-archive-contest_entries #content {
    background-color: #fff;
}

.theme-light.post-type-archive-contest_entries .contest-entry h4 {
    color: #fff;
}

.theme-light .entry-content #social-btn {
    background: #000000;
    border: 2px solid #fff;
    border-radius: 50%;
}

.theme-light .entry-content #social-btn a:hover {
    background: #00B5EF;
    border: 2px solid #00B5EF;
    border-radius: 50%;
}

/* the dark theme's gray links are hard to read in white. alternate color for light theme */
.theme-light a {
    color: #00b5ef;
}
.theme-light a:hover {
    color: #008ebc;
}

/* Forms (like in contest entry) */
.theme-light input[type=text], .theme-light input[type=email], .theme-light input[type=tel] {
    background-color: lightgrey;
}

.theme-light input[type=submit], .theme-light button {
    border-color: black;
    color: black;
}

.theme-light.single-contest_entries .contest-vote {
    color: #fff;
}

.votes-of-post {
    color: #fff;
    background-color: #00b5ef;
    position: absolute;
    top: 0;
    right: 0;
    display: table;
    font-weight: bold;


}

.contest-entry .votes-of-post, .contest-vote .votes-of-post {
    padding: 10px;
}

.contest-vote .votes-of-post {

}
