/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* DISQUS                                           */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
#disqus_thread h3
{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 100;
    color: #898A8A;
    font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}


#disqus_thread .dsq-comment-footer,
#disqus_thread  #dsq-account-dropdown,
#dsq-subscribe,
#disqus_thread a
{
    font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

.dsq-widget p
{
	font-family: Georgia, Times, 'Times New Roman', serif;
}

.dsq-widget p.dsq-widget-meta
{
    font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;

}

a.dsq-brlink
{
    font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* POLL DADDY                                       */
/* ------------------------------------------------ */
/* ------------------------------------------------ */


#polldaddy_embed_0 a {
	padding: 6px 10px 3px 2px;
	border-radius: 5px 5px 5px 5px;
	font-family: "Helvetica", sans-serif;
	letter-spacing: .03em;
	font-size: 16px !important;
	display: block;
	text-decoration: none !important;
	color: #fff !important;
	text-align: center;
	line-height: 20px;
	width: 200px;

	background: #848d51;
	background: -moz-linear-gradient(top, #adbb60, #848d51);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#adbb60), to(#848d51));

	margin: 0 auto 10px auto;
}

#polldaddy_embed_0 a:hover {
	-moz-box-shadow: inset 0 0 3px #666;
	-webkit-box-shadow: inset 0 0 3px #666;

	background: #a4af64;
	background: -moz-linear-gradient(top, #c5d56c, #a4af64);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#c5d56c), to(#a4af64));

}

/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* PIN                                              */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
.pin-button.large
{
    height: 30px;
    padding-top: 5px;
}

.pin-button.large span.button
{
    color: #a0a0a0;
}

.pin-button
{
    background-color : #f4f4f2;
    color: #a0a0a0;
    font-weight: bold;
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #f4f4f2;
}

.pin-button.large span.button
{
    padding-top: 0;
    font-size: 15px;
}

/* --- video.js ---- */

[id^="video-player-"].video-js .vjs-big-play-button {
    background-color: rgba(23, 23, 23, 0.8);
    border: none;
    border-radius: 1.25em;
    height: 2.5em;
    margin-left: -1.25em;
    margin-top: -1.25em;
    width: 2.5em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

[id^="video-player-"].video-js:hover .vjs-big-play-button,
[id^="video-player-"].video-js .vjs-big-play-button:focus {
    background-color: rgba(23, 23, 23, 1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

[id^="video-player-"].video-js .vjs-big-play-button > .vjs-icon-placeholder {
    font-size: 2em;
    line-height: 1.25em;
}

.video-js button:focus {
    outline: none !important;
}

/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* LYTICS                                           */
/* ------------------------------------------------ */
/* ------------------------------------------------ */

/* widget styles */
.first-look-subscription.pf-widget {
    background: none;
    box-shadow: none;
    color: #333333;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 18px;
    margin: 20px 0;

    padding: 10px 20px;
    background-color: #00749b;
    margin-bottom: 5px;

    z-index: 0!important;
    position: relative!important;
}

.first-look-subscription.pf-widget .pf-widget-message {
    color: #A8C6DB;
    font-size: 16px;
    font-weight: 100;
    font-family: Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
    letter-spacing: .05em;
}

/* headline */
.first-look-subscription.pf-widget .pf-widget-headline {
    font-family: Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
    font-size: 27px;
    font-weight: 100;;
    background-color: transparent;
    text-align: left;
    color: white;
    letter-spacing: 1.35px;
    padding-left: 0;
    padding-bottom: 0;
    text-align: center;
}

.first-look-subscription.pf-widget form
{
    display: flex!important;
    -webkit-display: flex;
}


/* input */
.first-look-subscription.pf-widget form input[type=email] {
    width: auto;
    flex: 0 1 auto!important;
    -webkit-flex: 0 1 auto;
    border: none;
    border-radius: 0;
    padding: 10px;
    margin-right: 10px;
}

.first-look-subscription.pf-widget form input[type=email]:focus {
  box-shadow: none;
}

/* subscribe button */
.first-look-subscription.pf-widget .pf-widget-btn.pf-widget-ok {
    font-size: 15px;
    display: inline-block;
    padding: 8px 10px;
    background-color: #A8C6DB;
    color: #00749b;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    height: 38px;
    flex: 0 0 auto !important;
    -webkit-flex: 0 0 auto;
}

.first-look-subscription.pf-widget .pf-widget-btn.pf-widget-ok:hover
{
    text-decoration: none;
    -webkit-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.7);
    -moz-box-shadow:    0 1px 5px 0 rgba(50, 50, 50, 0.7);
    box-shadow:         0 1px 5px 0 rgba(50, 50, 50, 0.7);
     background-color: #e6e6e6;
}

.first-look-subscription.pf-widget-inline.pf-form .pf-widget-btn.pf-widget-ok {
    line-height: 20px;
    display: inline-block;
}

.first-look-subscription.pf-widget form {
    max-width: 500px;
}

.first-look-subscription.pf-form form span {
    padding: 0;
}

@media all and (max-width: 400px) {
    .first-look-subscription.pf-widget .pf-widget-btn.pf-widget-ok,
    .first-look-subscription.pf-widget form
    {
        display: block!important;
    }
}

/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* OUTDOOR PROJECT                                  */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
#outdoor-project #outdoor-project-featured-adventure {
    float: left;
}

#outdoor-project #outdoor-project-featured-adventure .adventure {
    width: 230px;
    height: 230px;
    display: block;
    position: relative;
}

#outdoor-project #outdoor-project-featured-adventure .adventure .title {
    background: #000;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, .7);
}

#outdoor-project #outdoor-project-featured-adventure .adventure .title h2 {
    text-align: left;
    background: none;
    color: #FFF;
    font-size: 12px;
    margin: 0;
    padding: 5px;
    display: flex;
}

#outdoor-project #outdoor-project-featured-adventure .adventure .title h2 img {
    margin: 0;
    padding: 5px;
    float: left;
}

#outdoor-project #outdoor-project-featured-adventure .adventure .title h2 span {
    margin: auto 0 auto 0;
}

#outdoor-project #outdoor-project-featured-adventure-links {
    padding-left: 245px;
    font-family: Helvetica, Arial, sans-serif;
}

#outdoor-project #outdoor-project-featured-adventure-links h2 {
    background: none;
    margin-bottom: 0px;
}

#outdoor-project #outdoor-project-featured-adventure-links ul {
    list-style: none;
    margin: 0 0 0 10px;
}

#outdoor-project #outdoor-project-featured-adventure-links ul li {
    margin-bottom: 5px;
    font-size: 16px;
    clear: both;
}

#outdoor-project #outdoor-project-featured-adventure-links a {
    font-size: 14px;
    color: #01b1ef;
    display: flex;
    margin-bottom: 5px;
}

#outdoor-project #outdoor-project-featured-adventure-links h2 a {
    color: #333;
    font-size: 12px;
    margin: 0;
}

#outdoor-project #outdoor-project-featured-adventure-links a img {
    float: left;
    margin: 0;
}

#outdoor-project #outdoor-project-featured-adventure-links a div {
    margin-top: auto;
    margin-bottom: auto;
    width: 170px;
    padding-left: 7px;
    line-height: 1em;
    padding-bottom: 10px;
}

#outdoor-project #outdoor-project-nearby-adventures a img {
    padding: 0px;
    margin: 0px;
}

#outdoor-project #outdoor-project-nearby-adventures a {
    position: relative;
    width: 135px;
    height: 135px;
    display: block;
    float: left;
    margin: 0 15px 15px 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.adventure .explore {
    position: absolute;
    bottom: 0px;
    right: -10px;
    color: #fff;
    background: url('{{ STATIC_URL }}images/television/programs/ofg/ofg-op-explore-shadow.png') center right no-repeat;
    font-size: 14px;
    line-height: 20px;
    width: 146px;
    text-align: right;
    padding-right: 20px;
}

#outdoor-project #outdoor-project-nearby-adventures .adventure .title {
    padding: 0;
    margin: 0;
    background: #000;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, .7);
}

#outdoor-project #outdoor-project-nearby-adventures .adventure .title h2 {
    background: none;
    color: #FFF;
    font-size: 11px;
    padding: 5px;
    margin: 0;
}