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

*/

.magenta {
    color: #9a3e87;
}


/*--------------------------------------------------------------
# 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, .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 5px;
}

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;
}
h2 {
    font-size: 1.8em;
    font-weight: 400;
}
h3 {
    font-weight: 400;
    margin: 1em 0em .5em 0em;
}

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, .big {
	font-size: 125%;
    font-weight: 300;
}

strong.big {
    font-weight: 700;
}


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

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 20px;
}
#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 {
        float: left;
        width: 65%;
        padding: 0px 18px 0px 0px;
	}
	#secondary {
        float: right;
        width: 35%;
	}
}

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

}


/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
	#page {
        width: 1100px
	}
	#masthead {
	}
	#content {
	}
	#primary {
        width: 70%;
        padding: 0px 24px 0px 0px;
	}
	#secondary {
        width: 30%;
	}
}




/*--------------------------------------------------------------
# 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 .search-form {
    width: 280px;
    margin: 0px auto;
}

.search-bar .search-form label {
    display: inline-block;
}

.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: 160px;
        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;
    }
    .search-bar .search-form {
        width: 266px;
        margin: 0px 0px;
    }
    .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: 500px;
    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%;
}

label {
    font-size: 60%;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}


.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;
}


button.beetsubmit {
    border: 1px solid !important;
    border-color: #fff !important;
    background: #9a3e87 !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 17px !important;
    line-height: 1 !important;
    padding: .6em 1em .4em !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    display: block !important;
    margin: 0px auto !important;
}


/*--------------------------------------------------------------
# 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 {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

@media only screen and (min-width : 37.500em) {
    .alignleft {
        clear: none;
        display: inline;
        float: left;
        margin-left: 0px;
        margin-right: 1.5em;
    }

    .alignright {
        clear: none;
        display: inline;
        float: right;
        margin-left: 1.5em;
        margin-right: 0px;
    }
}


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

#secondary .widget {
    text-align: center;
}

/* ===== == = === 37.500em (600px) === = == ===== */
@media only screen and (min-width : 37.500em) {
    #secondary .widget {
        width: 48%;
        margin-right: 10px;
        float: left;
        text-align: center;
    }
    #secondary .widget iframe {
        max-height: 250px;
    }
    #secondary #text-9 {
        width: 100%;
        float: none;
        margin-right: 0px;
    }
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    #secondary .widget {
        width: 100%;
        margin-right: 0px;
        float: none;
    }
    #secondary .widget iframe {
        max-height: none;
    }
}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    #secondary .widget {
        width: 100%;
        margin-right: 0px;
        float: none;
    }
    #secondary .widget iframe {
        max-height: none;
    }

}
/*--------------------------------------------------------------
# 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: 2px solid #9a3e87;
    padding: 8px 16px;
    text-decoration: none;
    font-family: 'Oswald';
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 24px;
    
}




.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;
}

.highlight-box {
    width: 60%;
    text-align: center;
    padding: 20px;
    margin: 0px auto;
    border: 1px solid #000;
    background-color: #eee;
}

.highlight-box h3 {
    color: #9a3e87;
}

.rhcol.span4, .rhcol.span6 {
    font-size: 80%;
    line-height: 1.55;
}
.rhcol.span4 p, .rhcol.span6 p {
    margin-bottom: 1em;
}



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

body.page-id-48214 h2 {
    clear: left;
}



@media only screen and (min-width: 551px) {
    .rhcol.span4, .rhcol.span6 {
        padding: 0px 10px;
    }
}




/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    .highlight-box.right {
        width: 30%; 
        float: right; 
        margin-left: 30px;
    }
}



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


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

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



.video-player-single .carousel-thumbnail {
    width: 95px;
    height: 70px;
    overflow: hidden;
    display: block;
    float: left;
}
.video-player-single .carousel-thumbnail img {
    width: 90%;
    height: 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: 125px;
}

.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 {
    display: none !important;
}


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

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



.download_source {
    position: fixed;
    bottom: 0px;
    text-align: center;
    z-index: 99999;
    right: 0px;
}
.download_source a {
    display: block;
    width: 200px;
    background-color: #9a3e87;
    font-weight: 700;
    text-align: center;
    padding: 8px 0px;
    border: 1px solid #9a3e87;
    color: #fff;
    text-decoration: none;
    opacity: .8;
}
.download_source a:hover {
    opacity: 1;
}






/* ===== == = === 37.500em (600px) === = == ===== */
@media only screen and (min-width : 37.500em) {
    .recent-video-item-image a {
        min-height: 350px;
    }
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    .single .entry-title {
        font-size: 2.5em;
    }
    .video-player-single {
        background-color: #000;
        display: block;
    }
    .recent-video-item-image {
        float: left;
        width: 30%;
    }
    .recent-video-item-image a {
        min-height: 150px;
    }
    .recent-video-text {
        width: 68%;
        float: left;
        margin-left: 2%;
        max-height: 140px;
        overflow: hidden;
    }
    
    
}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    .single .entry-title {
        font-size: 2.75em;
        letter-spacing: -1px;
    }
    .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.5em;
    }
}


/* Share Links */

.share-container {
    padding-bottom: 16px;
    font-size: 11px;
}

.share-links-title {
    font-weight: 700;
}

.share-links button,
.share-links a {
    display: block;
    background-color: transparent !important;
    color: #000 !important;
    text-decoration: none;
    font-weight: 300 !important;
    font-size: 11px !important;
    margin: 0 !important;
    padding: 2px 10px 2px 0px !important;
    text-transform: uppercase !important;
    border: none !important;
    line-height: 160% !important;
    cursor: pointer !important;
    text-align: left !important;
}

.share-links button:hover,
.share-links a:hover {
  text-decoration: underline !important;
}

.share-link-icon {
  display: inline-block;
  text-align: center;
  padding: 0px;
  width: 18px;
  margin-right: 2px;
}


.share-data-permalink-field {
  position: absolute;
  top: -9999999999999px;
  left: -9999999999999px;
  border: none;
  background-color: transparent;
}


.alert-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  color: #fff;
  width: 220px;
  height: 44px;
  padding: 8px 0px;
  text-align: center;
  z-index: 9999999999;
  
}


/* ===== == = === 37.500em (600px) === = == ===== */
@media only screen and (min-width : 37.500em) {
    .share-links button,
    .share-links a {
        display: inline-block;
    }
}



/*--------------------------------------------------------------
## 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 {
    width: 100%;
    height: 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: left;
    margin: 10px 0px 0px 0px;
}

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


.main_post_entry_continue {
    color: #fff !important;
    font-family: 'Raleway', 'Arial Narrow', sans-serif;
    font-weight: 300;
    text-align: center;
    display: block;
    text-decoration: none;
    width: 200px;
    background-color: #9a3e87;
    font-size: 85%;
    padding: 10px;
    text-transform: uppercase;
    border: 1px solid #000;
    margin: 12px 10px;
}

.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 {
}

@media only screen and (max-width : 767px) {
    body.home #secondary .widget_text:not(.sidebar-ad) {
        display: none;
    }
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    body.home .recent-video-item {
        margin-bottom: 10px;
    }
    
    body.home .recent-video-item:nth-child(even) {
        background-color: #eee;
    }
    
    body.home .recent-video-item-image a {
        min-height: 200px;
    }
    
    body.home .recent-video-text {
        padding: 20px 10px 0px 0px;
        max-height: 250px;
    }
    
    body.home .recent-video-item-title a {
        font-size: 120%;
    }
    body.home .recent-video-item-excerpt {
        font-size: 80% !important;
    }
    body.home .recent-video-item-excerpt p {
        margin-bottom: 0px;
    }
    
    .main_post_entry_continue {
        float: right;
    }

}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    body.home .recent-video-item-title a {
        font-size: 145%;
    }
    body.home .recent-video-item-excerpt {
        font-size: 85% !important;
    }
}


/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    body.home .recent-video-item-excerpt {
        font-size: 95% !important;
    }
}

/*--------------------------------------------------------------
## Popup Mailing List Style
--------------------------------------------------------------*/
.spu-content .mc4wp-form input {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 18px;
}
.spu-content .mc4wp-form input::placeholder {
    font-weight: normal;
}
@media only screen and (min-width: 37.5em) {
    .spu-content .mc4wp-form input {
        width: 45%;
    }
    .spu-content img.alignright {
        max-width: 45%;
    }
    .spu-box img {
        max-width: 50%;
    }
    
}
/*--------------------------------------------------------------
## "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%;
	}
    body.page-template-page-portal .entry-content .mc4wp-form-fields input {
        font-size: 18px;
        padding: 8px 24px;
    }
}

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


/*--------------------------------------------------------------
## Mini Site Page
--------------------------------------------------------------*/

body.page-template-page-minisite #masthead, body.page-template-page-minisite #colophon,
body.page-template-page-inthecity #masthead, body.page-template-page-inthecity #colophon,
body.page-template-page-inthecity1113 #masthead, body.page-template-page-inthecity1113 #colophon,
body.page-template-page-inthecity1022 #masthead, body.page-template-page-inthecity1022 #colophon,
body.page-template-page-sanjuan2022 #masthead, body.page-template-page-sanjuan2022 #colophon {
    display: none;
}



.minisite-logo img {
    max-height: 50vh;
    display: block;
    margin: 0px auto;
}

.minisite-title {
    color: #9a3e87;
    font-weight: 900;
    font-size: 200%;
    font-family: 'Raleway';
    margin: 0px 0px 10px 0px;
    display: none;
    text-align: center;
}

.minisite-nav {
    text-align: center;
    margin: 0px auto;
    
}
.minisite-nav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    
}
.minisite-nav ul li {
    margin: 0px 2px 4px 0px;
    display: inline-block;
}
.minisite-nav ul li a {
    display: inline-block;
    padding: 5px 5px;
    border: 1px solid #9a3e87;
    background-color: #9a3e87;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
}

.minisite-nav ul li a:hover {
    background-color: #fff;
    color: #9a3e87;

}

.other-sponsor-container {
    padding: 20px 15px 15px 15px;
}


body.page-template-page-inthecity .gallery .gallery-item,
body.page-template-page-inthecity1113 .gallery .gallery-item,
body.page-template-page-inthecity1022 .gallery .gallery-item {
    padding: 0px 5px;
    margin: 0px 0px 15px 0px;
}

body.page-template-page-inthecity .gallery .gallery-item img,
body.page-template-page-inthecity1113 .gallery .gallery-item img,
body.page-template-page-inthecity1022 .gallery .gallery-item img{
    width: 100%;
    height: auto;
    max-height: none;

}

body.page-template-page-inthecity .gallery .gallery-item .gallery-caption,
body.page-template-page-inthecity1113 .gallery .gallery-item .gallery-caption,
body.page-template-page-inthecity1022 .gallery .gallery-item .gallery-caption{
    min-height: 35px;
    font-size: 10px;
    line-height: 13px;
}


body.page-template-page-inthecity .gallery-columns-3 .gallery-item .gallery-caption,
body.page-template-page-inthecity1113 .gallery-columns-3 .gallery-item .gallery-caption,
body.page-template-page-inthecity1022 .gallery-columns-3 .gallery-item .gallery-caption{
    min-height: 55px;
}



/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {
    .minisite-header {
        width: 58%;
        float: left;
    }
    .minisite-title {
        display: block;
    }
    
    .minisite-logo {
        width: 40%;
        padding: 20px;
        position: fixed;
        right: 0px;
        top: 40px;
    }
    .minisite-logo img {
        max-height: 80vh;
    }
    
    body.page-template-page-minisite article,
    body.page-template-page-inthecity article,
    body.page-template-page-inthecity1113 article,
    body.page-template-page-inthecity1022 article,
    body.page-template-page-sanjuan2022 article {
        width: 58%;
        float: left;
    }
    body.page-template-page-inthecity1022 article {
        width: 60%;
    }
}


/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    .minisite-nav {
    }
    .minisite-nav ul li {
        margin: 0px 2px 4px 2px;

    }
    .minisite-nav ul li a {
        padding: 5px 8px;
        font-size: 10px;
    }
    
    .minisite-logo-sponsors {
        display: block;
        text-align: center;
    }
    .minisite-logo img {
        max-height: 80vh;
    }
    body.page-template-page-sanjuan2022 .minisite-logo img {
        max-height: 42vh;
    }
    body.page-template-page-sanjuan2022 .minisite-logo .minisite-logo-sponsors img {
        max-height: 12vh;
        max-width: 250px;
        margin-bottom: 24px;
    }
    body.page-id-59936 .minisite-logo img {
        max-height: 80vh;
    }
    
    .title-sponsor {
        width: 40%;
        text-align: center;
        margin: 20px auto 0px auto;
        padding-bottom: 20px;
        
    }
    .other-sponsors {
        display: table;
        margin-top: 20px;
    }
    .other-sponsors-row {
        display: table-row;
    }
    .other-sponsor-container {
        display: table-cell;
        width: 50%;
        padding: 25px 15px 25px 15px;
        vertical-align: bottom;
    }
    .content-sponsors {
        display: none;
    }
    
    
}
/* ===== == = === 64em (1024) === = == ===== */
@media only screen and (min-width : 64em) {
    body.page-template-page-minisite,
    body.page-template-page-sanjuan2022 {
        background-image: url('https://www.beet.tv/wp-content/uploads/2019/09/beet-retreat-san-juan-2020-1.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    body.page-template-page-minisite.page-id-84657, body.page-template-page-minisite.page-id-65189, body.page-template-page-minisite.page-id-55034, body.page-template-page-minisite.page-id-78502 {
        background-image: url('https://www.beet.tv/wp-content/uploads/2020/02/santa-monica-bg-2.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
    }
    body.page-template-page-minisite.page-id-84728, body.page-template-page-minisite.page-id-84657 {
        background-image: url('https://www.beet.tv/wp-content/uploads/2023/02/Fairmont-Miramar-Aerial-View-1920x922-1.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
    }
    body.page-template-page-inthecity,
    body.page-template-page-inthecity1113,
    body.page-template-page-inthecity1022 {
        background-image: url('https://www.beet.tv/wp-content/uploads/2019/07/beet-retreat-in-the-city-background.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    

    
    
    .minisite-title {
        font-size: 260%;
    }
    .minisite-nav {
    }
    .minisite-nav ul li a {
        padding: 5px 10px;
        font-size: 11px;
    }

    body.page-template-page-inthecity .gallery .gallery-item,
    body.page-template-page-inthecity1113 .gallery .gallery-item,
    body.page-template-page-inthecity1022 .gallery .gallery-item{
        padding: 0px 20px;
    }


    body.page-template-page-inthecity .gallery .gallery-item .gallery-caption,
    body.page-template-page-inthecity1113 .gallery .gallery-item .gallery-caption,
    body.page-template-page-inthecity1022 .gallery .gallery-item .gallery-caption{
        font-size: 13px;
        line-height: 17px;
    }
    
    body.page-template-page-inthecity .gallery-columns-3 .gallery-item .gallery-caption,
    body.page-template-page-inthecity1113 .gallery-columns-3 .gallery-item .gallery-caption,
    body.page-template-page-inthecity1022 .gallery-columns-3 .gallery-item .gallery-caption{
        min-height: 85px;
    }

}

/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    .minisite-title {
        font-size: 320%;
    }
    .minisite-nav {
    }

    .minisite-nav ul li a {
        padding: 6px 18px;
        font-size: 12px;
    }
}



/*--------------------------------------------------------------
## Portal Page
--------------------------------------------------------------*/
body.page-template-page-portal {
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
}

body.page-template-page-portal #secondary, 
body.page-template-page-freewheel #secondary, 
body.page-template-page-recentseries #secondary, 
body.page-template-page-videoembed #secondary {
    display: none;
}

body.page-template-page-portal .entry-title, 
body.page-template-page-freewheel .entry-title, 
body.page-template-page-recentseries .entry-title, 
body.page-template-page-videoembed .entry-title {
    font-size: 3.5em;
    color: #9a3e87;
    text-align: center;
    margin: 0px;
}
body.page-template-page-portal .entry-title img {
    display: block;
    margin: 20px auto 0px auto;
}
.presented-title {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: block;
}


body.page-template-page-portal .entry-header, 
body.page-template-page-recentseries .entry-header, 
body.page-template-page-videoembed .entry-content {
    max-width: 768px;
    margin: 0px auto;
}
body.page-template-page-portal .entry-content, 
body.page-template-page-recentseries .entry-content, 
body.page-template-page-videoembed .entry-content {
    max-width: 800px;
    margin: 0px auto;
}

body.page-template-page-portal .entry-content h1 {
    font-size: 2.2em;
    font-weight: 400;
    margin-top: 0px;
    text-align: center;
    color: #9a3e87;
    
}

body.page-template-page-portal .entry-content .mc4wp-form-fields {
    text-align: center
}

body.page-template-page-portal .entry-content h2, 
body.page-template-page-freewheel .entry-content h2 {
    color: #9a3e87;
    font-weight: 400;
    font-family: 'Raleway';
    margin: 0px 0px 0px 0px;
}

body.page-template-page-portal .entry-content h3, 
body.page-template-page-freewheel .entry-content h3 {
    font-family: 'Raleway';
    font-weight: 600;
    margin: 0px 0px 16px;
}

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

body.page-template-page-recentseries .site-branding, 
body.page-template-page-portal .site-branding, 
body.page-template-page-freewheel .site-branding, 
body.page-template-page-videoembed .site-branding {
    width: 100%;
}

body.page-template-page-recentseries .site-title a, 
body.page-template-page-portal .site-title a, 
body.page-template-page-freewheel .site-title a, 
body.page-template-page-videoembed .site-title a {
    background-position: center center;
    max-height: 120px;
}


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

}



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

/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    body.page-template-page-portal .entry-title, 
    body.page-template-page-portal .entry-title, 
    body.page-template-page-freewheel .entry-title, 
    body.page-template-page-videoembed .entry-title {
        font-size: 3.6em;
    }
	body.page-template-page-portal #primary, 
	body.page-template-page-portal #primary, 
    body.page-template-page-freewheel #primary, 
    body.page-template-page-videoembed #primary {
        width: 100%;
	}
}


/*--------------------------------------------------------------
## GroupM Media Event Page
--------------------------------------------------------------*/
.page-template-page-robust .site-header,
.page-template-page-robust .site-footer, 
.page-template-page-robust .entry-footer { 
    display: none;
}

.page-template-page-robust #page {
    max-width: 740px;
    margin: 30px auto;
}
.page-template-page-robust #primary {
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.page-template-page-robust #content {
    margin: 0px;
}


.page-template-page-robust .entry-header {
    position: relative;
    margin: 24px 0px 0px 0px;
}


.page-template-page-robust .entry-title {
    padding: 5px 20px;
    width: 100%;
    margin: 0px;
    font-size: 2.25em;
    text-align: center;
    line-height: 1.25;
    color: #000;
}
.page-template-page-robust .entry-content {
    padding: 0px 20px;
}
.page-template-page-robust .entry-content h1 {
    margin: 6px 0px 24px 0px;
    font-weight: 400;
    font-size: 1.25em;
    color: #9a3e87;
}

.page-template-page-robust .entry-content h3 {
    font-family: 'Raleway';
    font-weight: 600;
}

.page-template-page-robust .entry-content p:last-child,
.page-template-page-robust .hentry {
    margin-bottom: 0px;
}

.page-template-page-robust .entry-content img {
    max-width: 85%;
}


.page-template-page-robust .logos-mobile {
    display: block;
}

.page-template-page-robust .logos-desktop {
    display: none;
}



.robust-presented .sponsor {
    padding: 18px;
    text-align: center;
}
.robust-presented .sponsor img {
    max-width: 200px;
}



/* ===== == = === (768px) === = == ===== */
@media only screen and (min-width : 768px) {
    .page-template-page-robust .entry-header {
    }
    .page-template-page-robust .entry-content h1 {
        font-size: 2.5em;
    }
    .page-template-page-robust .logos-mobile {
        display: none;
    }
    
    .page-template-page-robust .logos-desktop {
        display: block;
        margin-top: 30px;
    }
    .robust-presented {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .robust-presented .sponsor {
    }
    .robust-presented .sponsor img {
        max-width: 100%;
    }
        
}





/* ===== == = === (1024px) === = == ===== */
@media only screen and (min-width : 1024px) {
    .page-template-page-robust .entry-header {
    }
}

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

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

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




/*--------------------------------------------------------------
## List All Series Page
--------------------------------------------------------------*/
body.page-template-page-recentseries #primary {
    float: none;
    margin: 0px auto;
}
.list-recent-series {
}
body.page-template-page-recentseries .hentry {
    margin-bottom: 0px;
}
body.page-template-page-recentseries .entry-content {
    margin-top: 25px;
    font-size: 24px;
    text-align: center;
}

body.page-template-page-recentseries .entry-content p {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

body.page-template-page-recentseries .entry-content a {
    text-decoration: none;
}



.list-recent-series .single-series {
    display: block;
    text-decoration: none;
    font-size: 24px;
    margin: 0px 0px 50px 0px;
    padding: 20px 0px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    
}

.list-recent-series .single-series img {
    max-height: 75px;
    max-width: 350px;
    width: auto;
    height: auto;
}

body.page-template-page-recentseries .entry-footer,
body.page-template-page-recentseries .entry-header {
    display: none !important;
}


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

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

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

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





/*--------------------------------------------------------------
## Mini site Page
--------------------------------------------------------------*/
--------------------------------------------------------------*/
body.page-template-page-minisite #secondary,
body.page-template-page-inthecity #secondary,
body.page-template-page-inthecity1113 #secondary,
body.page-template-page-inthecity1022 #secondary,
body.page-template-page-sanjuan2022 #secondary {
    display: none;
}

body.page-template-page-minisite .entry-title,
body.page-template-page-inthecity .entry-title,
body.page-template-page-inthecity1113 .entry-title,
body.page-template-page-inthecity1022 .entry-title,
body.page-template-page-sanjuan2022 .entry-title {
    color: #000;
    text-align: left;
    margin: 20px 0px 8px 0px;
    font-family: 'Raleway';
    font-weight: 900;
    text-align: center;
}

body.page-template-page-inthecity1113 .entry-title {
    font-size: 2em;
    line-height: 1.2;
}


body.page-id-50825 .entry-title,
body.page-id-54318 .entry-title {
    font-size: 1.4em !important;
}



body.page-template-page-minisite #primary .entry-content,
body.page-template-page-inthecity #primary .entry-content,
body.page-template-page-inthecity1113 #primary .entry-content,
body.page-template-page-inthecity1022 #primary .entry-content,
body.page-template-page-sanjuan2022 #primary .entry-content {
    padding: 0px 10px;
}

body.page-template-page-minisite .entry-content h2,
body.page-template-page-inthecity .entry-content h2,
body.page-template-page-inthecity1022 .entry-content h2,
body.page-template-page-sanjuan2022 .entry-content h2 {
    font-size: 2em;
    color: #9a3e87;
    font-family: 'Raleway';
    font-weight: 300;
    margin: 0px;
    line-height: 1.5em;
}

body.page-template-page-inthecity1113 .entry-content h2 {
    font-size: 1.6em;
    color: #000;
    font-family: 'Oswald';
    font-weight: 300;
    margin: 0px;
    line-height: 1.5em;
}


body.page-template-page-minisite .entry-content h3,
body.page-template-page-inthecity .entry-content h3,
body.page-template-page-inthecity1113 .entry-content h3,
body.page-template-page-inthecity1022 .entry-content h3,
body.page-template-page-sanjuan2022 .entry-content h3 {
    font-family: 'Raleway';
    font-weight: 600;
}

body.page-template-page-minisite .mc4wp-form-fields,
body.page-template-page-inthecity .mc4wp-form-fields,
body.page-template-page-inthecity1113 .mc4wp-form-fields,
body.page-template-page-inthecity1022 .mc4wp-form-fields,
body.page-template-page-sanjuan2022 .mc4wp-form-fields {
    max-width: 500px;
}

body.page-template-page-minisite .entry-content .mc4wp-form-fields input,
body.page-template-page-inthecity .entry-content .mc4wp-form-fields input,
body.page-template-page-inthecity1113 .entry-content .mc4wp-form-fields input,
body.page-template-page-inthecity1022 .entry-content .mc4wp-form-fields input,
body.page-template-page-sanjuan2022 .entry-content .mc4wp-form-fields input {
    width: 100%;
}

body.page-template-page-minisite .entry-content .mc4wp-form-fields input[type="radio"],
body.page-template-page-inthecity .entry-content .mc4wp-form-fields input[type="radio"],
body.page-template-page-inthecity1113 .entry-content .mc4wp-form-fields input[type="radio"],
body.page-template-page-inthecity1022 .entry-content .mc4wp-form-fields input[type="radio"],
body.page-template-page-sanjuan2022 .entry-content .mc4wp-form-fields input[type="radio"] {
    width: 24px;

}

body.page-template-page-minisite .entry-content .mc4wp-form-fields input[type=submit],
body.page-template-page-inthecity .entry-content .mc4wp-form-fields input[type=submit],
body.page-template-page-inthecity1113 .entry-content .mc4wp-form-fields input[type=submit],
body.page-template-page-inthecity1022 .entry-content .mc4wp-form-fields input[type=submit],
body.page-template-page-sanjuan2022 .entry-content .mc4wp-form-fields input[type=submit] {
    padding: 20px;
    font-size: 100%;
    font-weight: 700;
    text-transform: uppercase;
}


.mc4wp-alert {
    font-weight: 700;
    color: #9a3e87;
    font-size: 150%;
    text-align: center;
}



body.page-template-page-minisite #leaderboard-ad, body.page-template-page-minisite .header-action,
body.page-template-page-inthecity #leaderboard-ad, body.page-template-page-inthecity .header-action,
body.page-template-page-inthecity1113 #leaderboard-ad, body.page-template-page-inthecity1022 .header-action,
body.page-template-page-inthecity1022 #leaderboard-ad, body.page-template-page-inthecity1022 .header-action,
body.page-template-page-sanjuan2022 #leaderboard-ad, body.page-template-page-sanjuan2022 .header-action {
    display: none;
}

body.page-template-page-minisite .site-branding,
body.page-template-page-inthecity .site-branding,
body.page-template-page-inthecity1113 .site-branding,
body.page-template-page-inthecity1022 .site-branding,
body.page-template-page-sanjuan2022 .site-branding {
    width: 100%;
}

body.page-template-page-minisite .site-title a,
body.page-template-page-inthecity .site-title a,
body.page-template-page-inthecity1113 .site-title a,
body.page-template-page-inthecity1022 .site-title a,
body.page-template-page-sanjuan2022 .site-title a {
    background-position: center center;
}


@media only screen and (min-width: 37.5em) {
    body.page-template-page-inthecity1113 .entry-content h2 {
        font-size: 1.7em;
    }
    body.page-template-page-inthecity1113 #primary .entry-content img.spectrum-sponsor-logo {
        width: 58.79%;
        height: auto;
    }
    body.page-template-page-inthecity1113 #primary .entry-content img.sixzerofive-sponsor-logo {
        width: 25.24%;
        height: auto;
    }

}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    body.page-template-page-inthecity1113 .entry-title {
        font-size: 2.5em;
    }
	body.page-template-page-minisite #primary .entry-content,
	body.page-template-page-inthecity #primary .entry-content
    body.page-template-page-inthecity1113 #primary .entry-content,
    body.page-template-page-inthecity1022 #primary .entry-content,
    body.page-template-page-sanjuan2022 #primary .entry-content {
        padding: 0px 10px;
    }
}



/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
	body.page-template-page-minisite #primary,
	body.page-template-page-inthecity #primary,
    body.page-template-page-inthecity1113 #primary,
    body.page-template-page-inthecity1022 #primary,
    body.page-template-page-sanjuan2022 #primary {
        float: none;
        width: 100%;
	}
	body.page-template-page-minisite #primary .entry-content,
	body.page-template-page-inthecity #primary .entry-content,
    body.page-template-page-inthecity1113 #primary .entry-content,
    body.page-template-page-inthecity1022 #primary .entry-content,
    body.page-template-page-sanjuan2022 #primary .entry-content {
        font-size: 120%;
    }
}

/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
	body.page-template-page-minisite #primary,
	body.page-template-page-inthecity #primary,
    body.page-template-page-inthecity1113 #primary,
    body.page-template-page-inthecity1022 #primary,
    body.page-template-page-sanjuan2022 #primary {
        width: 100%;
	}
	body.page-template-page-minisite #primary .entry-content,
	body.page-template-page-inthecity #primary .entry-content,
    body.page-template-page-inthecity1113 #primary .entry-content,
    body.page-template-page-inthecity1022 #primary .entry-content,
    body.page-template-page-sanjuan2022 #primary .entry-content {
        padding: 0px 20px;
    }
}



/*--------------------------------------------------------------
## Video Player
--------------------------------------------------------------*/
.video-js button:hover {
    background-color:#000;
    color:#fff;
}

.video-js .vjs-dock-text {
    display: none;
}

.vjs-social-overlay .vjs-social-share-link:hover,
.vjs-social-overlay .vjs-social-share-link:focus {
    color: #fff;
}

.button.share-video-button {
    background-image: url(images/share-video-beet-tv.png);
    background-repeat: no-repeat;
    background-position: top 7px left 8px;
    background-size: 22px;
    padding: 6px 4px 6px 36px;
    min-width: 0px;
    width: 190px;
    text-transform: uppercase;
    font-size: 14px;
}
.button.share-video-button:hover {
    background-color: #9a3e87;
    color: #fff;
}

.slick-slide {
    margin-right: 5px;
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    .button.share-video-button {
        float: right;
        margin: 18px 0px 18px 12px;
    }

}

/*--------------------------------------------------------------
## Lightbox Content 
--------------------------------------------------------------*/

.lightbox-content {
    display: none;
    background-color: #fff;
    padding: 20px 60px;
}

.lightbox-content h3 {
    margin-top: 0px;
}
.lightbox-content h3 span {
    color: #9a3e87;
}
.lightbox-content h4 {
    margin-bottom: 0px;
}

.lightbox-content input {
    width: 100%;
}

.lightbox-content a.share {
    display: inline-block;
    color: #000 !important;
    width: 36px;
    height: 36px;
    margin-right: 5px;
}


/*--------------------------------------------------------------
## 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: 16px;
}


/*--------------------------------------------------------------
## 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% !important;
}

/*--------------------------------------------------------------
## 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.2075em 0;
    font-size: 80%;
}

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

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

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

.gallery-columns-2 {
    margin-left: 0px;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

.gallery-columns-2 .gallery-item:nth-child(odd) {
    padding-right: 5px;
}    

.gallery-columns-2 .gallery-item:nth-child(even) {
    padding-left: 5px;
}    

.gallery-columns-2 .gallery-item img {
    max-height: none;
    width: auto;
}


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

.gallery-columns-4 .gallery-item {
	max-width: 20%;
    margin: 1em 18px;
}


.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 {
    font-size: 11px;
    min-height: 45px;
}
