/*
Theme Name: PA Football News 2026
Theme URI: https://pafootballnews.com
Author: Ed Weaver, Circle W Sports
Author URI: https://circlewsports.com
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: pfn22

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

/***** LAYOUT STYLES *****/
html, body {
	height: 100%;
	font-size: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	background: #141414;
}

a, a:link, a:active, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #196c34;
	text-decoration: underline;
}

/***** NAVIGATION STYLES *****/
.off-canvas-list li a, .off-canvas-submenu li a {
	text-decoration: none;
}

.off-canvas-submenu li {
	list-style-type: none;
}

.tab-bar-large {
	display: block;
	background: #053d63;
	height: 100px;
}

.tab-bar {
	display: block;
	background: #053d63;
}

a:link.menu-icon, a:active.menu-icon, a:visited.menu-icon, a:hover.menu-icon {
    text-decoration: none;
}

.tab-bar .menu-icon span {
    display: block;
    float: left;
    font-size: 24px;
    margin-top: 9px;
    margin-left: -60px;
    color: #fff;
	text-decoration: none;
}

#branding {
	background: #000;
	height: 45px;
}

#branding p {
	font-family: 'Arial';
	font-size: 13px;
	font-weight: bold;
	line-height: 45px;
	text-align: right;
    margin-right: 15px;
	text-transform: uppercase;
    color: #fff;
}

#branding p a:link, #branding p a:active, #branding p a:visited {
    color: #fff;
    text-decoration: none;
}

#branding p a:hover {
    color: #fff;
    text-decoration: underline;
}

.navbuttons {
	background: #053d63;
	height: 100px;
}

/*.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
	border-right: 1px solid #ccc;
}*/

.top-bar-section ul.left, .top-bar-section ul.right {
	margin-top: 25px;
}

.top-bar-section ul.left {
    margin-left: 25px;
}

.top-bar-section ul.right {
    margin-right: 25px;
}

.top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button) {
    background: #053d63;
	margin-right: 5px;
}

.navbuttons li {
	list-style-type: none;
}

.navbuttons a:link, .navbuttons a:active, .navbuttons a:visited, .navbuttons a:hover {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

#social a:link, #social a:active, #social a:visited, #social a:hover {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#social a:hover {
	color: #fff;
	background: none;
	text-decoration: none;
}

.right-small a:link, .right-small a:active, .right-small a:visited, .right-small a:hover {
	color: #fff;
	text-decoration: none;
}

.right-small span {
	margin-left: 15px;
}

#header {
	width: 200px;
}

#logo {
    float: left;
}

#logo img {
    width: 125px;
    margin-top: 10px;
    margin-left: 30px;
}

#mini-logo-wrap {
    float: left;
    position: relative;
    left: 50%;
}

#mini-logo {
    float: left;
    position: relative;
    left: -50%;
}

/***** HOME NEWS STYLES *****/
#home-news img, #secondary-news img {
    width: 100%;
}

.headline-story {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.headline-story > a {
    display: block;
    width: 100%;
}

.headline-story .home-news-img {
    display: block;
    width: 100%;
    height: auto;
}

.headline-container {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    width: auto;
    max-width: 100%;
    overflow: hidden;

    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    z-index: 2;
}

.headline-container h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	text-transform: capitalize;
    color: #fff;
}

.headline-container h2 a:link, .headline-container h2 a:active, .headline-container h2 a:visited, .headline-container h2 a:hover {
	color: #fff;
	text-decoration: none;
}

.headline-container h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	text-transform: capitalize;
    color: #fff;
}

.headline-container h3 a:link, .headline-container h3 a:active, .headline-container h3 a:visited, .headline-container h3 a:hover {
	color: #fff;
	text-decoration: none;
}

.headline-container h5 {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
	margin-top: 5px;
}

.headline-container h5 a:link, .headline-container h5 a:active, .headline-container h5 a:visited {
	color: #fff;
	text-decoration: none;
}

.headline-container h5 a:hover {
    color: #fff;
	text-decoration: underline;
}

.headline-container h6 {
	color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
}

.headline-container h6 a:link, .headline-container h6 a:active, .headline-container h6 a:visited, .headline-container h6 a:hover {
	color: #fff;
	text-decoration: none;
}

/***** MAIN CONTENT STYLES *****/
#content {
	width: 100%;
    float: left;
	background: #000;
	padding: 1rem;
}

#content #archives ul, #content #archives ul li {
    font-size: 1rem;
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 15px;
}

#content ul, #content ul li {
    color: #fff;
}

#content p {
    color: #fff;
}

#content h1 {
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 35px;
	line-height: 40px;
	font-weight: bold;
	margin: 0;
}

#content h2 {
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
    margin-bottom: 15px;
}

#content h3 {
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.feature-container {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    margin: 0;
    padding: 0;
    /*padding: 10px 15px;*/
    box-shadow: 5px 5px 5px 1px rgba(1, 1, 1, .25);
}

.feature-container h2, #content .feature-container h2 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
    padding-bottom: 0.25rem;
	text-transform: capitalize;
    text-align: center;
}

.feature-container.team h2, #content .feature-container.team h2 {
    font-size: 16px;
}

.feature-container h2 a:link, .feature-container h2 a:active, .feature-container h2 a:visited {
	color: #000;
	text-decoration: none;
}

.feature-container h2 a:hover {
	color: #053d63;
	text-decoration: underline;
}

#content .feature-container.team h2 a:link, #content .feature-container.team h2 a:active, #content .feature-container.team h2 a:visited {
	color: #000;
	text-decoration: none;
}

#content .feature-container.team h2 a:hover {
	color: #053d63;
	text-decoration: underline;
}

.feature-container.team .logo-wrap {
    float: left;
    position: relative;
    left: 50%;
}

.feature-container.team .logo {
    float: left;
    position: relative;
    left: -35%;
}

.feature-container.team .logo img {
	width: 75%;
	height: auto;
}

.donate-placeholder {
    float: left;
	background: #fff;
	width: 100%;
	height: auto;
}

.donate-placeholder img {
	display: block;
    float: left;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.rankings-placeholder {
    background: #000;
	width: 100%;
	height: 250px;
}

.rankings-placeholder img {
	display: block;
	width: 682px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}

.story-holder {
	background: #fff;
}

.story-holder img {
	width: 338px;
	height: 225px;
}

.story-holder-inner {
	padding: 10px;
}

.story-holder-inner p {
	font-size: 14px;
	margin: 0;
}

.story-holder-inner h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-transform: capitalize;
}

.story-holder-inner h3 a:link, .story-holder-inner h3 a:active, .story-holder-inner h3 a:visited {
	color: #000;
	text-decoration: none;
}

.story-holder-inner h3 a:hover {
	color: #053d63;
	text-decoration: underline;
}

.slick-dots li button::before {
    color: #fff;
}

.slick-dots li.slick-active button::before {
    color: #053d63;
}

.story-holder-list {
	background: #000;
}

.story-holder-list img {
	width: 100%;
	height: auto;
    border: 0;
}

.story-holder-list-inner {
    background: #000;
	padding: 10px;
}

.story-holder-list-inner p {
	font-size: 1rem;
	margin: 0;
    color: #fff;
}

.story-holder-list-inner h3, #content .story-holder-list-inner h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-transform: capitalize;
    color: #fff;
}

.story-holder-list-inner h3 a:link, .story-holder-list-inner h3 a:active, .story-holder-list-inner h3 a:visited {
	color: #fff;
	text-decoration: none;
}

.story-holder-list-inner h3 a:hover {
	color: #053d63;
	text-decoration: underline;
}

#content .story-holder-list-inner h3 a:link, #content .story-holder-list-inner h3 a:active, #content .story-holder-list-inner h3 a:visited {
	color: #fff;
	text-decoration: none;
}

#content .story-holder-list-inner h3 a:hover {
	color: #053d63;
	text-decoration: underline;
}

.related.products {
    float: left;
}

#view-text {
    color: #fff;
}

/***** SECTION HEADINGS *****/
.home-news-heading {
    position: relative;
    margin: 0 0 2rem;
}

.home-news-heading:after {
    content: "";
    display: table;
    clear: both;
}

.home-news-heading:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;

    height: 1px;
    background: #333;
    z-index: 0;
}

/* Main Heading */

h1.home-news-rotator-title,
h2.home-news-rotator-title {
    position: relative;
    display: inline-block;
    float: left;

    margin: 0;
    padding: 0 0 0.5rem;

    background: #141414;
    color: #fff;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    letter-spacing: 0.08em;
    z-index: 2;
}

h1.home-news-rotator-title {
    font-size: 2rem;
    background: #000;
}

h1.home-news-rotator-title:before,
h2.home-news-rotator-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;

    width: 100%;
    height: 6px;

    background: #053d63;
}

h1.home-news-rotator-title:after,
h2.home-news-rotator-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;

    width: 100%;
    height: 2px;

    background: #196c34;
}

.home-news-rotator-title span {
    font-size: 15px;
    line-height: 1.2;
    margin-left: 15px;
}

.home-news-rotator-title span a:link, .home-news-rotator-title span a:active, .home-news-rotator-title span a:visited {
    color: #fff;
    text-decoration: none;
}

.home-news-rotator-title span a:hover {
    color: #fff;
    text-decoration: underline;
}

/* View All Link */

.home-news-heading p {
    position: relative;
    float: right;

    margin: 0;
    padding-top: 0.65rem;

    background: #141414;
    color: #fff;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.08em;
    z-index: 2;
}

.home-news-heading p a,
.home-news-heading p a:link,
.home-news-heading p a:visited {
    color: #fff;
    text-decoration: none;
    transition: color .2s ease;
}

.home-news-heading p a:hover {
    color: #196c34;
    text-decoration: none;
}

/***** TABLETS & PHONES *****/
@media only screen and (max-width: 768px) {

    h1.home-news-rotator-title,
    h2.home-news-rotator-title,
    .home-news-heading p {
        float: none;
        display: block;
    }

    h1.home-news-rotator-title,
    h2.home-news-rotator-title {
        font-size: 1.5rem;
    }

    .home-news-heading p {
        margin-top: 0.5rem;
        padding-top: 0;
        text-align: left;
    }
}

/***** NEWS POST STYLES *****/
#headlines {
	width: 100%;
	padding: 1rem;
	background: #000;
}

#headline-photo img {
	width: 100%;
}

#headlines h1 {
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 35px;
	font-weight: bold;
}

#headlines h2 {
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
    margin-bottom: 15px;
}

#headlines h3 {
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
    margin-bottom: 15px;
}

#headlines h5 {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
}

#headlines h5 a:link, #headlines h5 a:active, #headlines h5 a:visited {
    color: #fff;
    text-decoration: none;
}

#headlines h5 a:hover {
    color: #fff;
    text-decoration: underline;
}

#headlines p.sub-title-text {
	font-style: italic;
	font-size: 13px;
	color: #fff;
    margin-bottom: 15px;
}

#headlines p.sub-title-text a:link, #headlines p.sub-title-text a:active, #headlines p.sub-title-text a:visited {
	color: #fff;
	text-decoration: none;
}

#headlines p.sub-title-text a:hover {
	color: #fff;
	text-decoration: underline;
}

#headlines p {
    color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
    margin-bottom: 15px;
}

/***** TEAM STYLES *****/
#team-profile {
	display: block;
	position: static;
	float: left;
	width: 100%;
	background: #f2f2f2;
}

#team-profile table {
	width: 100%;
	margin-top: 25px;
	margin-left: -3.5em;
	margin-bottom: 25px;
	background: #f2f2f2;
	border: 0;
}

#team-profile table tr {
	background: #f2f2f2;
}

#team-profile table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px 0 10px 0;
}

#team-profile table td.info {
	width: 25%;
}

#content #team-profile a:link, #content #team-profile a:active, #content #team-profile a:visited {
    color: #053d63;
    text-decoration: none;
}

#content #team-profile a:hover {
    color: #196c34;
    text-decoration: underline;
}

.profile-stripe {
	display: block;
	float: left;
	width: 100%;
	height: 65px;
	margin-top: 50px;
	background: #053d63;
}

.profile-stripe h1, #content .profile-stripe h1 {
	margin-left: 290px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 65px;
	font-weight: bold;
}

.profile-img {
	float: left;
	width: 250px;
	height: 250px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 8px;
	margin-top: -90px;
}

#content .tabs dd > a, #content .tabs .tab-title > a {
	color: #053d63;
	text-decoration: none;
	font-weight: 700;
}

#content .tabs dd.active a, #content .tabs .tab-title.active a {
	color: #fff;
	background: #053d63;
}

/***** TABLE STYLES *****/
.score-wrapper table.opponents {
	width: 100%;
	border: 0px;
}

.score-wrapper table.opponents th {
	background: #053d63;
	color: #fff;
}

.score-wrapper table.opponents td {
	font-size: 30px;
	font-weight: bold;
	height: 75px;
	vertical-align: middle;
}

.score-wrapper table.opponents th, .score-wrapper table.opponents td {
	border: 1px solid #053d63;
	text-align: center;
	width: 25%;
}

.score-wrapper table.opponents.schedule th, .score-wrapper table.opponents.schedule td {
	border: 1px solid #053d63;
	text-align: center;
	width: auto;
}

.list-wrapper table {
    width: 100%;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    border: transparent;
}

.list-wrapper table tbody tr {
	background: #0c0c0c;
}

.list-wrapper table tbody tr:nth-of-type(2n) {
	background: #171717;
}

.list-wrapper table tbody td img {
    width: 65px; /*80px;*/
    height: 65px; /*80px;*/
}

.list-wrapper table tbody td h4, #content .list-wrapper table tbody td h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px; /*18px;*/
    color: #fff;
}

.list-wrapper table tbody td h2, #content .list-wrapper table tbody td h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px; /*28px;*/
    font-weight: bold;
    color: #fff;
    margin-top: 15px;
}

.list-wrapper table tbody td h3, #content .list-wrapper table tbody td h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
	margin-top: 15px;
}

.list-wrapper table tbody td h5 {
    color: #fff;
    font-size: 1rem;
}

.list-wrapper table tbody td h6 {
    color: #fff;
    font-size: 0.75rem;
}

.table-wrapper table {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: none;
}

.table-wrapper th {
	background: #053d63;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.table-wrapper th, .table-wrapper td {
    padding: 15px;
}

#content .table-wrapper table tr {
    background: #000;
}

#content .table-wrapper table tr.even, #content .table-wrapper table tr.alt, #content .table-wrapper table tr:nth-of-type(2n) {
    background: #333;
}

#content .table-wrapper td {
    font-size: 15px;
    color: #fff;
}

#content .table-wrapper td a:link, #content .table-wrapper td a:active, #content .table-wrapper td a:visited {
    color: #fff;
    text-decoration: none;
}

#content .table-wrapper td a:hover {
    color: #fff;
    text-decoration: underline;
}

.table-wrapper table.schedule th, .table-wrapper table.schedule td {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

/***** FORM STYLES *****/
#schedule-form {
	display: block;
	float: left;
	width: 100%;
	height: 55px;
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 7.5px;
	margin-bottom: 1.25rem;
}

.button.info {
    height: 37px;
    color: #fff;
    font-weight: 700;
    background-color: #053d63;
    border-color: #053d63;
}

img.win-list-logo {
	width: 40px;
	height: 40px;
}

/***** FOOTER STYLES *****/
#footer-logo-wrap {
    float: left;
    position: relative;
    left: 50%;
}

#footer-logo {
    float: left;
    position: relative;
    left: -50%;
}

#footer-logo img {
	width: 125px;
}

#footer {
	display: block;
	width: 100%;
    height: auto;
	background: #053d63;
}

#footer h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    margin: 20px 0px;
    color: #fff;
}

#footer h4 span {
	padding-bottom: 5px;
	border-bottom: 1px solid #f5f5f5;
}

#footer p.social {
    text-align: center;
}

#footer p.social span {
    font-size: 30px;
    padding-right: 5px;
}

#footer a:link, #footer a:active, #footer a:visited {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #c2c2c2;
	text-decoration: none;
}

#footer a:hover {
    color: #196c34;
}

#footer li {
    margin-left: -15px;
	margin-bottom: 15px;
    list-style-type: none;
}

#sub-footer {
	background: #000;
	color: #f5f5f5;
}

#sub-footer .right {
	text-align: right;
}

#sub-footer a:link, #sub-footer a:active, #sub-footer a:visited {
	color: #fff;
	text-decoration: none;
}

#sub-footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.cws-branding p {
	color: #fff;
}

.cws-branding p a:link, .cws-branding p a:active, .cws-branding p a:visited {
	color: #fff;
	text-decoration: none;
}

.cws-branding p a:hover {
	color: #fff;
	text-decoration: underline;
}

.cws-footer-logo {
	width: 265px;
	height: 60px;
}

/***** SEARCH STYLES *****/
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    background: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 40%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay #closeBtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
}

.overlay #closeBtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 20px;
    border: none;
    float: left;
    width: 95%;
    height: 60px;
    background: #fff;
}

.overlay input[type=text]::-webkit-input-placeholder { /* Edge */
    color: #000;
}

.overlay input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

.overlay input[type=text]::placeholder {
    color: #000;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 5%;
    height: 60px;
    padding: 15px;
    background: #ddd;
    font-size: 30px;
    border: none;
    cursor: pointer;
    color: #333;
}

.overlay button:hover {
    background: #bbb;
}

.overlay button i {
	position: absolute;
	top: 14px;
	left: 22.5px;
}

/***** ADVERTISING STYLES *****/
.scoreboard-placeholder {
    background: #000;
    width: 100%;
}

.ad-placeholder {
    background: #000;
    width: 100%;
}

.ad-placeholder.gray {
    background: #ccc;
}

.ad-placeholder img {
    display: block;
	width: auto;
    margin-left: auto;
    margin-right: auto;
}

.donate-placeholder {
    float: left;
	background: #fff;
	width: 100%;
	height: auto;
}

.donate-placeholder img {
	display: block;
    float: left;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.donate-placeholder2 {
	background: #fff;
	width: 100%;
}

.donate-placeholder2 img {
	display: block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.ad-placeholder-schedule {
    width: 100%;
}

.ad-placeholder-schedule img {
    display: block;
	width: 100%;
	height: 100px;
    margin-left: auto;
    margin-right: auto;
}

/***** MISC STYLES *****/
#loading-wrap {
    float: left;
    position: relative;
    left: 50%;
}

#loading {
    float: left;
    position: relative;
    left: -50%;
}

img.ajax-loader {
	width: 32px;
	height: 32px;
}

.back-to-top {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
}

.back-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.back-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

.back-to-top:hover i {
    color: #fff;
    top: 5px;
}

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    margin-left: 1px;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.img-border {
	border: 2px solid #053d63;
}

/***** Tablets *****/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#wpadminbar, #twitter-header, #twitter-area {
		display: none;
	}

	.tab-bar {
        background: #053d63;
        height: 5.0rem;
        line-height: 5.0rem;
	}

	.tab-bar .menu-icon {
	    height: 5.0rem;
	}

	.left-small {
		border-right: 0;
	}

	#mini-logo img {
        width: 90px;
		height: auto;
		margin-top: 0px;
	}

	.off-canvas-wrap {
  	    margin-top: 0px; /*-32px;*/
	}

	.ad-placeholder {
	    background: #000;
		width: 100%;
	    height: 100px;
	}

	.ad-placeholder img {
	    display: block;
		width: 320px;
		height: 100px;
	    margin-left: auto;
	    margin-right: auto;
	}

	.donate-placeholder {
		background: #fff;
		width: 100%;
		height: 60px;
	}

	.donate-placeholder img {
		display: block;
		width: auto;
		height: 48px;
		margin-top: 6px;
		margin-left: auto;
		margin-right: auto;
	}

	.donate-placeholder2 {
		background: #fff;
		width: 100%;
		height: 100px;
	}

	.donate-placeholder2 img {
		display: block;
		width: auto;
		height: 100px;
		margin-left: auto;
		margin-right: auto;
	}

	.overlay input[type=text] {
	    width: 90%;
	}

	.overlay button {
	    width: 10%;
	}

	#team-profile table {
		margin-left: 0;
	}

	#schedule-form {
        display: block;
        float: left;
        width: 100%;
        height: auto;
        border: none;
		padding-top: 10px;
		padding-bottom: 10px;
	}

    .story-holder img {
	    width: 100%;
    }
}

/***** Smartphones *****/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	#wpadminbar, #twitter-header, #twitter-area, .profile-stripe h1, #content .profile-stripe h1 {
		display: none;
	}

    .tab-bar {
        background: #053d63;
        height: 5.0rem;
        line-height: 5.0rem;
    }

    .tab-bar .menu-icon {
        height: 5.0rem;
    }

    .left-small {
        border-right: 0;
    }

    #mini-logo img {
        width: 90px;
        height: auto;
        margin-top: 0px;
    }

    .off-canvas-wrap {
        margin-top: 0px; /*-46px;*/
    }

    .ad-placeholder {
        background: #000;
        width: 100%;
        height: 75px;
    }

    .ad-placeholder img {
        display: block;
        width: 100%; /*240px;*/
        height: 75px;
        margin-left: auto;
        margin-right: auto;
    }

    .donate-placeholder {
        background: #fff;
        width: 100%;
        height: 75px;
    }

	.donate-placeholder img {
		display: block;
		width: auto;
		height: 50px;
		margin-top: 12.5px;
		margin-left: auto;
		margin-right: auto;
	}

	.donate-placeholder2 {
		background: #fff;
		width: 100%;
	    height: 100px;
	}

	.donate-placeholder2 img {
		display: block;
		width: auto;
		height: 100px;
	    margin-left: auto;
	    margin-right: auto;
        padding-top: 10px;
	}

	.overlay input[type=text] {
	    width: 85%;
	}

	.overlay button {
	    width: 15%;
	}

	.overlay button i {
	    left: 15px;
	}

	#team-profile table {
		margin-left: 0;
	}

	.list-wrapper table tbody td img {
		width: 45px;
		height: 45px;
	}

	.list-wrapper table tbody td h4, #content .list-wrapper table tbody td h4 {
		font-size: 10px;
	}

	.list-wrapper table tbody td h2, #content .list-wrapper table tbody td h2 {
		font-size: 16px;
	}

	.list-wrapper table tbody td h3, #content .list-wrapper table tbody td h3 {
		font-size: 14px;
	}

	#schedule-form {
        display: block;
        float: left;
        width: 100%;
        height: auto;
        border: none;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.player-coach-wrapper th, .player-coach-wrapper tfoot td p, #content .player-coach-wrapper th, #content .player-coach-wrapper tfoot td p {
	    font-size: 13px;
	}

    .story-holder img {
	    width: 100%;
    }
}