/*
Theme Name: BeetTVv2
Theme URI: http://underscores.me/
Author: E. James Ford
Author URI: http://web.ejimford.com
Description: Redo of the BeetTV Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beettvv2
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

BeetTVv2 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Structure
# Forms
# Navigation
	## Links
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Front Page
    ## "Ad Free" Page
    ## Archives
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------
Magenta: #9a3e87
Dark Blue: #0B2E59
Light Blue: #1456A5
Light Green: #21b575

*/



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
#page {
    width: 100%;
    margin: 30px auto;
}
#masthead {
}
#content {
    clear: both;
    margin: 0px 8px;
}
#primary {
}
#secondary {
}



/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {
	#page {
	}
	#masthead {
	}
	#content {
	}
	#primary {
	}
	#secondary {
	}
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
	#page {
	}
	#masthead {
	}
	#content {
	}
	#primary {
	}
	#secondary {
	}
}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
	#page {
        width: 900px;
	}
	#masthead {
	}
	#content {
	}
	#primary {
        float: left;
        width: 570px;
	}
	#secondary {
        float: right;
        width: 300px;
	}

}


/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
	#page {
        width: 1100px
	}
	#masthead {
	}
	#content {
	}
	#primary {
        width: 770px;
	}
	#secondary {
	}
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    border-bottom: 1px solid #9a3e87;
    padding-bottom: 16px;
}

.site-branding {
    width: 100%;
}

.site-title {
    padding: 0px 0px;
    margin: 0px;
}

.site-title a {
    text-indent: -99999px;
    display: block;
    background-image: url(images/beet-tv-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    height: 120px;
    
}

.leaderboard-ad {
    width: 100%;
    padding: 8px 0px;
}

.leaderboard-ad a {
    display: block;
    width: 100%;
}

.leaderboard-ad a img {
    width: 100%;
    height: auto;
}
.header-action {
    clear: both;
}

.social-links {
    text-align: center;
    margin-top: 8px;
}

.social-links a {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.social-links a:hover {
    opacity: .8;

}

.social-links a img {
    width: 32px;
    height: 32px;
}


.search-bar {
    height: 24px;
    text-align: center;
}

.search-bar input {
    height: 24px;
    font-family: "Raleway", Arial, Hevetica, sans-serif;
    border-radius: 0px !important;
    
}

.search-bar input[type="submit"] {
    padding: .6em 1em 1.4em !important;
    text-transform: uppercase;
}

.search-bar input[type="submit"]:hover {

}



/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {
	.site-title a {
        
	}
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    
    .site-branding {
        float: left;
        width: 200px;
        margin-left: 8px;
        
    }
    .leaderboard-ad {
        float: right;
        width: 552px;
        padding: 0px;
        margin-right: 8px;
        margin-top: 4px;
    }
    .header-action {
        width: 560px;
        clear: right;
        float: right;
    }
    .social-links {
        float: right;
        margin-right: 16px;
        margin-top: 0px;
    }
    
    .social-links a {
        width: 24px;
        height: 24px;
    }

    .social-links a img {
        width: 24px;
        height: 24px;
    }
    
    .search-bar {
        float: right;
        margin-right: 8px;
    }
    .site-title a {
	}

}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    .site-branding {
        width: 220px;
    }
    .leaderboard-ad {
        width: 650px;
    }
    .header-action {
        width: 650px;
    }
    .site-title a {
	}
}


/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    .site-branding {
        width: 350px;
    }
    .leaderboard-ad {
        width: 728px;
    }
    .header-action {
        width: 728px;
        float: right;
    }
	.site-title a {
        background-position: left top;
	}

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	background-color: #E6F0F6;
	border-top: 1px solid #993D86;
    font-size: 80%;
    padding: 1.2em 2em;
    text-align: center;
	margin-bottom: 80px;
	font-weight: 500;
    margin-top: 20px;
}
.site-footer .footer-links {
    width: 100%;
    max-width: 460px;
    margin: 0px auto;
}
.site-footer ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.site-footer li {
    float: left;
    border-right: 1px solid #9a3e87;
    padding: 0px 10px;
    font-size: .9em;
}
.site-footer a {
    text-decoration: none;

}
.site-footer ul li:last-child {
    border-right: none;
}
.site-footer .copyright {
    clear: both;
}


/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {


}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #fff;
	background: #9a3e87;
	box-shadow: none;
	color: #fff;
	font-size: 12px;
	line-height: 1;
    padding: .6em 1em .4em;
	text-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #9a3e87;
	background-color: #fff;
    color: #9a3e87;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #9a3e87;
	box-shadow: none;;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #111;
	border: 1px solid #ccc;
	border-radius: 0px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

.mainLoginInput::-webkit-input-placeholder {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

.mainLoginInput:-ms-input-placeholder {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

.mainLoginInput:-moz-placeholder {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

.mainLoginInput::-moz-placeholder {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #1456A5;
}

a:visited {
	color: #0B2E59;
}

a:hover,
a:focus,
a:active {
	color: #9a3e86;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}



.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.clearfix {
    width: 100%;
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.sidebar-ad {
    margin-top: 16px;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-title {
    font-weight: 400;
}

.entry-title a {
    text-decoration: none;
    color: #000;
}
.entry-title a:hover {
    text-decoration: underline;
    color: #9a3e87;
}

.nav-links a {
    color: #fff;
    background-color: #9a3e87;
    font-size: 100%;
    border: 1px solid #9a3e87;
    padding: 8px 16px;
    text-decoration: none;
    font-family: 'Oswald';
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: 150px;
    text-align: center;
    
}


.nav-links a:hover {
    color: #9a3e87;
    background-color: #fff;
}


.page-numbers, a.page-numbers:visited {
    color: #fff;
    background-color: #9a3e87;
    font-size: 100%;
    border: 1px solid #9a3e87;
    text-decoration: none;
    font-family: 'Oswald';
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    float: left;
    margin-right: 4px;
}

a.page-numbers:hover {
    color: #9a3e87;
    background-color: #fff;
    text-decoration: none;
}

.page-numbers.next {
    width: 60px;
}
.page-numbers.prev {
    width: 120px;
}

span.page-numbers, span.page-numbers:hover {
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
}


/* Individual Pages */
body.postid-40603 div.video-player-single, body.postid-40603 header.entry-header {
    display: none !important;
}



/*--------------------------------------------------------------
## Single Entry
--------------------------------------------------------------*/
.single .entry-title {
    font-size: 2em;
    color: #000;
    margin: 0.3em 0;
}

.video-player-single {
    background-color: #000;
}

.video-player-single .related-videos {
    height: 70px;
    padding-top: 10px;
    clear: both;
    width: 90%;
    margin: 0px auto;
}

.video-player-single .carousel-thumbnail {
    width: 70px;
    height: 55px;
    overflow: hidden;
    display: block;
    float: left;
}
.video-player-single .carousel-thumbnail img {
    height: 100%;
    width: auto;
}

.entry-meta {
    margin: 16px 0px 0px 0px;
    text-transform: uppercase;
    clear: both;
}


.entry-meta a {
    text-decoration: none;
    color: #9a3e87;
}
.entry-meta .author-twitter {
    padding-left: 24px;
    margin-left: 20px;
    background-image: url(images/social-twitter-author.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.entry-footer {
    font-size: .8em;
    text-transform: uppercase;
}

.entry-footer a {
    color: #9a3e87;
    font-weight: bold;
    text-decoration: none;
}

.entry-footer a:hover {
    text-decoration: underline;
}

.tags-links {
    display: block;
}

.social-likes-bar {
	height: 22px;
    width: 967px;
    margin: 10px 0;
}

.social-likes-bar .social-likes-slot {
    float: left;
    height: 20px;
    width: 95px;
}
.social-likes-bar div:first-child{
    width: 83px;
}

.recent-videos h2 {
    text-transform: uppercase;
    color: #9a3e87;
    border-bottom: 1px solid #9a3e87;
    padding-bottom: 8px;
    font-weight: normal;
}
.recent-video-item {
    clear: left;
}

.recent-video-item-image {
}

.recent-video-item-image a {
    min-height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
    height: 100%;
}


.recent-video-text {
}
.recent-video-item-title {
    margin: 0px;
    font-weight: 400;
}

.recent-video-item-title a {
    color: #000;
    text-decoration: none;
}
.recent-video-item-title a:hover {
    color: #9a3e87;
    text-decoration: underline;
}
.recent-video-item-excerpt {
    font-size: 85%;
}
.recent-video-meta {
    font-size: 75%;
    color: #999;
}

a.moretag {
    color: #000;
    text-decoration: none;
}

a.moretag:hover {
    color: #9a3e87;
    text-decoration: underline;
}

.edit-link a {
    display: block;
    width: 240px;
    background-color: #9a3e87;
    font-weight: 700;
    text-align: center;
    padding: 8px 0px;
    border: 1px solid #9a3e87;
    color: #fff;
    text-decoration: none;
    margin: 18px 0px;
}

.edit-link a:hover {
    color: #9a3e87;
    background-color: #fff;
}




/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    .single .entry-title {
        font-size: 2.75em;
    }
    .recent-video-item-image {
        float: left;
        width: 35%;
    }
    .recent-video-item-image a {
        min-height: 150px;
    }
    .recent-video-text {
        width: 63%;
        float: left;
        margin-left: 10px;
        max-height: 140px;
        overflow: hidden;
    }
    
    
}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    .single .entry-title {
        font-size: 3em;
    }
    .recent-video-item-title {
        font-size: 1.3em;
    }
    .recent-video-item-excerpt {
        font-size: 100%;
    }
    body.blog .recent-video-item-excerpt {
        font-size: 85%;
    }
}


/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    .single .entry-title {
        font-size: 3.75em;
    }
}


/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/


.video-player-home {
    background-color: #000;
    margin-top: 16px;
}

.video-player-home .related-videos {
    height: 70px;
    padding-top: 10px;
    clear: both;
    width: 90%;
    margin: 0px auto;
}

.video-player-home .carousel-thumbnail {
    width: 70px;
    height: 55px;
    overflow: hidden;
    display: block;
    float: left;
}
.video-player-home .carousel-thumbnail img {
    height: 100%;
    width: auto;
}


body.home .main_post_entry_title a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 150%
}

body.home .main_post_entry_title a:hover {
    color: #9a3e87;
    text-decoration: underline;
}


.main_post_entry_meta {
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    color: rgb(129, 129, 129); 
    font-weight: 300;
    text-align: right;
}

.main_post_entry_excerpt p{
    margin-bottom: 0px;
}


.main_post_entry_continue {
    color: #1456A5 !important;
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-weight: 300;
    text-align: right;
    display: block;
}

.main_post_categories a {
    color: #9a3e87;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: bold;
    text-decoration: none;
}

.main_post_categories a:hover {
    text-decoration: underline;
}

body.home .recent-videos {
    
}
body.home .recent-video-item {
}

body.home .recent-video-text {
}
body.home .recent-video-item-title {
}

body.home .recent-video-item-title a {
    font-size: 150%;
    font-weight: 400;
}
body.home .recent-video-item-title a:hover {
}
body.home .recent-video-item-excerpt {
    font-size: 85% !important;
}
body.home .recent-video-meta {
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    body.home .recent-video-item-image a {
        min-height: 200px;
    }
    
    body.home .recent-video-text {
        max-height: 250px;
    }

}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
}


/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
}

/* ===== == = === 81.25em (1300px) === = == ===== */
@media only screen and (min-width : 81.25em) {
}


/*--------------------------------------------------------------
## "Ad Free" Page
--------------------------------------------------------------*/
body.page-template-page-adfree #secondary {
    display: none;
}

body.page-template-page-adfree .entry-title {
    font-size: 2.5em;
}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
	body.page-template-page-adfree #primary {
        float: none;
        width: 100%;
	}
}

/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
	body.page-template-page-adfree #primary {
        width: 100%;
	}
}

/*--------------------------------------------------------------
## Portal Page
--------------------------------------------------------------*/
--------------------------------------------------------------*/
body.page-template-page-portal #secondary {
    display: none;
}

body.page-template-page-portal .entry-title {
    font-size: 3em;
    color: #9a3e87;
    text-align: center;
    margin: 0px;
}

body.page-template-page-portal .entry-content h2 {
    font-size: 2.5em;
    color: #9a3e87;
    text-align: center;
    font-weight: 300;
    margin: 0px;
}

body.page-template-page-portal .entry-content h3 {
    font-family: 'Raleway'
}

body.page-template-page-portal #leaderboard-ad, body.page-template-page-portal .header-action {
    display: none;
}

body.page-template-page-portal .site-branding {
    width: 100%;
}

body.page-template-page-portal .site-title a {
    background-position: center center;
}


/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    body.page-template-page-portal .recent-video-item-image a {
        min-height: 200px;
    }
    body.page-template-page-portal .recent-video-text {
        max-height: 250px;
    }

}



/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
	body.page-template-page-portal #primary {
        float: none;
        width: 100%;
	}
}

/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
	body.page-template-page-portal #primary {
        width: 100%;
	}
}



/*--------------------------------------------------------------
## Video Player
--------------------------------------------------------------*/
.oo-icon-discovery-binoculars {
}



.oo-player-container .oo-share-panel .oo-tab-row {
    text-align: center;
    margin-top: 120px;
}

.oo-player-container .oo-share-panel .oo-tab-row .oo-tab, .oo-player-container .oo-share-panel .oo-tab-row .oo-share-tab, .oo-player-container .oo-share-panel .oo-tab-row .oo-embed-tab {
    background-color: #fff;
    padding: 8px 25px 8px 25px !important;
    text-align: center;
    color: #000 !important;
    margin-right: 10px;
    border-radius: 8px;
    
}

.oo-social-action-text {
    display: none !important;
}

button.oo-quality, button.oo-discovery {
    display: none;
}

.oo-player-container button {
    background-color: transparent;
    border: none;
}
.oo-player-container .oo-on, .oo-player-container .oo-volume:hover .oo-volume-bar.oo-on {
    background-color: #9a3e87 !important;
    
}


/*--------------------------------------------------------------
## Archives 
--------------------------------------------------------------*/
body.archive .page-title {
    color: #9a3e87;
    font-weight: normal;
    size: 1.4em;
}

body.archive .recent-video-item-title, body.blog .recent-video-item-title {
    font-size: 1em;
    font-weight: normal;
    
}
body.blog .recent-video-item-excerpt, body.archive .recent-video-item-excerpt {
    font-size: 70%;
}

body.blog #primary {
    padding-top: 0px;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
