/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* 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;
}

/* --- JWPlayer ---- */

#video-player li.jw-reset {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    list-style: none;
    color: lightgray;
    width: 80px;
}

/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* 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;
    }
}