/*
Theme Name: Fanspeak 
Description: The clean, modern, responsive theme for Fanspeak.
Author: Digital Ink
Author uri: https://www.digital.ink
*/

@import url("css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");

html {
	height: 100%;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	background-color: #f1f1f1;
	font-family: 'Lato', sans-serif;
	height: 100%;
	color: #000;
}

h1, h2, h3, h4, h5 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}

h1, h2, h3 {
	margin-bottom: 20px;
}

a {
	color: #001f5f;
}

a:hover {
	color: #8b2332;
}

p {
	font-size: 16px;
	line-height: 25px;
}

.container.frame {
	background-color: white;
}

.container.frame img {
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5 {
	color: #8b2332;
}

h1 {
	font-size: 28px;
}

.noleftpadding {
	padding-left: 0;
}

.norightpadding {
	padding-right: 0;
}

.fanspeakred {
	color: #8b2332;
}

.redseparator {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #8b2332;
}

.centered {
	text-align: center;
}

.bold {
	font-weight: bold;
}

/*Bootstrap Adjustments*/

.img-responsive {
	display: inline-block;
}

.embed-responsive {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

.embed-responsive-16by9 {
	padding-top: 56.25%;
}

.embed-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.btn, .btn:visited {
	background-color: #009807;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 18px;
    border-radius: 0;
    border: 1px solid transparent;
    cursor: pointer;
    white-space: normal;
    text-align: center;
}

.btn:hover, .btn:focus {
	background-color: #008606;
	color: white;
	border: 1px solid transparent;
}

.btn-category, .btn-category:visited {
	background-color: #8C1B31;
	font-size: 12px;
	padding: 5px 7px;
	margin-bottom: 5px;
}

.btn.btn-offer {    
	background-color: #2254BF;
    color: white;
    font-weight: 500;
    padding: 6px 15px;
}

.btn-category:hover , .btn.btn-offer:hover {
	background-color: #000;
}

/*Top Toolbox Area*/

.toolbox-header {
	border-bottom: 1px solid #D0D2D3;
	font-family: "Lato";
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: #981a33;
	padding: 10px 0; 
}

.toolbox-header .fb-like {
	margin-left: 15px;
	display: none;
}

.toolbox-header .twitter-share-button {
	position: relative !important;
	top: 4px;
	margin-left: 15px;
	display: none;
}

/*Menu*/

.navbar {
	padding-top: 25px;
}

.navbar-nav {
	background-color: #001f5f;
	margin-top: 25px;
	text-align: center;
}

header.header .navbar-nav {
	background-color: #001f5f;
	margin-top: 7px;
	text-align: center;
	padding: 0 15px;
}

header.header .navbar-fixed-top .navbar-nav {
	margin-top: 0;
}

.follow-nav-logo {
	display: none;
}

.navbar-header {
	text-align: center;
}

.navbar-fixed-top {
	width: 100%;
}
.navbar-fixed-top.navbar {
	min-height: 0;
	height: 40px;
	padding-top: 0;
}

.navbar-fixed-top .follow-nav-logo {
	display: block;
}

.navbar-fixed-top .logo {
	display: none;
}

.navbar-fixed-top .navbar-nav {
	margin-top: 0;
}

.navbar-fixed-top .navbar-brand {
	padding: 0;
	background-color: white;
	float: left;
	padding-left: 0;
}

.navbar-fixed-top .navbar-brand img {
	height: 40px;
}

.navbar-brand {
	padding: 25px 35px;
	float: none;
	padding-left: 100px;
}

header.header .navbar-fixed-top .navbar-collapse {
	border-top: 0;
	background-color: #001f5f;
}

header.header .navbar-collapse .header--top {
	padding-top: 10px;
	text-align: center;
}

header.header .navbar-collapse .header--top a {
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}

header.header .navbar-collapse .header--top a:not(.btn) {
	color: #9B9797;
	font-size: 20px;
}

header.header .navbar-fixed-top .navbar-collapse .header--top a:not(.btn) {
	color: #ffffff;
}

header.header .navbar-collapse .header--top a:not(.btn):hover {
	color: #000000;
}

header.header .navbar-collapse .header--top a.btn {
	padding: 5px 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

header.header .navbar-fixed-top .navbar-collapse .header--top a.btn {
	margin-right: 17px;
}

header.header .navbar-fixed-top .navbar-brand img {
	padding: 5px;
}

.navbar-nav>li>a {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

span.caret {
	display: none;
}

.nav>li>a {
	padding: 10px 7px;
}

.nav>li>a:hover, .nav>li>a:focus {
	background-color: #711d29;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;  
    background-color: #711d29;
    width: auto; 
    border: none;
    z-index: 10000;
}

ul.dropdown-menu li a {
	color: white;
	font-weight: bold;
	padding: 5px 20px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: #001f5f;
	color: white;
}

ul.dropdown-menu li.submenu a::after {
	content: ' >';
}

ul.dropdown-menu ul.dropdown-menu {
	left: 100%;
	top: 0;
	border-radius: 0;
	margin: 0;
}

ul.dropdown-menu ul.dropdown-menu a::after {
	content: '';
}

.nav-search {
	padding: 6px 25px 0 15px;
}

.nav-search input {
	width: 100px;
}

.navbar-fixed-top {
	left: inherit;
	right: inherit;
	background-color: #001f5f;
}

/*Header*/

.leaderboard {
	background-color: #f1f1f2;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
}

.main {
	padding: 20px 0;
}

.navbar-toggle {
	background-color: #001f5f;
}

.navbar-fixed-top .navbar-toggle {
	padding: 3px 4px 3px 15px;
}

.navbar-toggle .icon-bar {
	background-color: white;
}

/*Homepage*/

.soliloquy-container {
	margin: 0 !important;
	margin-bottom: 25px !important;
}

.main .soliloquy-container .soliloquy-caption-inside {
	font-weight: bold;
	font-size: 16px;
}

.soliloquy-container .soliloquy-caption, .soliloquy-container .soliloquy-controls-auto, .soliloquy-container .soliloquy-pager {
	display: block !important;
}

.soliloquy-theme-base .soliloquy-caption-bottom div.soliloquy-caption-inside {
	padding-bottom: 10px;
}

.soliloquy-container .soliloquy-pager {
	display: none !important;
}

.soliloquy-container .soliloquy-image {
	max-width: 100%;
	display: block;
	height: auto;
	margin: 0 auto;
	-webkit-user-drag: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.main .soliloquy-container .soliloquy-caption-inside {
	top: 64px;
}

.row.tools {
	padding-bottom: 20px;
	padding-top: 20px;
}

.row.tools a {
	font-weight: bold;
	font-size: 18px;
}

.row.tools .col-md-1 {
	text-align: center;
	padding-right: 0;
}

.row.tools .col-md-1 img {
	width: 30px;
	height: 30px;
}

.hp-tool-content {
	display: none;
}

.row.featured-articles {
	padding-bottom: 20px;
	padding-top: 20px;
}

.separator .col-md-12 {
	background: #f1f1f1;
	height: 1px;
}

.featured-article-thumbnail {
	display: none;
}

.featured-article-thumbnail img {
	width: 100%;
	margin-bottom: 20px;
}

.featured-article-text a {
	font-weight: bold;
	font-size: 15px;
}

.featured-article-text p {
	margin-bottom: 0;
}

.featured-article-text .featured-article-title a {
	font-size: 18px;
}

.insights-header {
	background-color: #aaaaaa;
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	padding-left: 0;
}

.insights-text {
	background-color: #009807;
	padding: 6px 22px 7px;
}

.insights-image {
	float: left;
	margin-right: 15px;
	padding-top: 6px;
	margin-bottom: 4px;
}

.insights {
	margin-top: 15px;
	padding-bottom: 10px;
}

.insights-separator {
	margin-bottom: 20px;
}

.latest-news-widgets h4, .latest-news-widgets h5 {
	border-bottom: thin solid #ccc;
	padding-bottom: 10px;
}

.latest-news-widgets h5 {
	padding-top: 10px;
}

#homepage .latest-news-widgets h3.nlposts-ulist-title {
	font-size: 14px;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.tool-thumbnail img {
	border: 2px solid #f1f1f1;
	padding: 5px;
}

.row.sponsored-block {
	padding-bottom: 5px;
}

/* Homepage New  & Landing Page New*/
/* -- General -- */
.homepage-new, .landingpage-new {
	margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.homepage-new p, .landingpage-new p {
	line-height: 1.4;
}

.homepage-new h2, .landingpage-new h2 {
	color: #000;
	font-size: 24px;
	line-height: 1.5;
	border-bottom: 1px solid #eee;
}

.homepage-new h3, .landingpage-new h3 {
	color: #000;
	font-size: 18px;
	margin: 0;
}

.landingpage-new h3 a {
	color: #2254BF;
}

.landingpage-new h3.landingpage-tools--single__title {
	margin-bottom: 10px;
}

.homepage-new .more-link, .landingpage-new .more-link {
	color: #2254BF;
	font-weight: 700;
	font-size: 16px;
}

.homepage-new .homepage-latest-articles > .more-link, .homepage-new .homepage-offers > .more-link, .landingpage-new .landingpage-latest-articles > .more-link, .landingpage-new .landingpage-offers > .more-link {
	display: inline-block;
	margin-top: 25px;
}

.homepage-new .homepage-seasonal-tools > .more-link, .homepage-new .homepage-videos > .more-link, .landingpage-new .landingpage-videos > .more-link  {
	display: inline-block;
	margin-top: 10px;	
}

.landingpage-new .landingpage-tools > .more-link, .landingpage-new .landingpage-latest-articles > .more-link {
	display: inline-block;
	margin-top: 5px;
}

.homepage-new .box-shadow, .landingpage-new .box-shadow {
	box-shadow: 0 3px 6px #00000029;
}

.homepage-new .homepage-seasonal-tools .homepage-seasonal-tools--single, .homepage-new .homepage-seasonal-tools .homepage-seasonal-tools--single > .row {
	height: 100%;
}

.homepage-new .homepage-seasonal-tools .row, .landingpage-new .landingpage-latest-articles--single .row {
	display: flex;
	flex-wrap: wrap;
}

.homepage-new .homepage-seasonal-tools .row::before, .landingpage-new .landingpage-latest-articles--single .row::before,
.homepage-new .homepage-seasonal-tools .row::after, .landingpage-new .landingpage-latest-articles--single .row::after {
	content: none;
}

.homepage-new .homepage-seasonal-tools > .row > .col-sm-6, .landingpage-new .landingpage-latest-articles--single {
    margin-bottom: 15px;
}

.homepage-new .homepage-seasonal-tools--single > .row, .landingpage-new .landingpage-latest-articles--single .row {
	margin-left: 0;
	margin-right: 0;
}

/*-- Latest Articles--*/
.homepage-new .homepage-latest-articles--single__inner {
	background-color: #F4F3F3;
	padding: 15px;
	margin-bottom: 15px;
}

.homepage-new .homepage-latest-articles--single > a > img {
	width: 100%;
	max-width: 100%;
	height: 220px;
	object-fit: cover;
}

.homepage-new .homepage-latest-articles--single > a > img.default-logo {
	object-fit: contain;
}

.landingpage-new .landingpage-latest-articles--single__image {
	padding-left: 0;
}

.landingpage-new .landingpage-latest-articles--single__image a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.landingpage-new .landingpage-latest-articles--single__image img:not(.default-logo) {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.homepage-new .homepage-latest-articles--single > img.default-logo {
	width: auto;
	margin: 15px auto;
	display: block;
}

.homepage-new .homepage-latest-articles--single__inner .homepage-latest-articles--single__content {
	padding: 15px;
	background-color: #fff;
}

.landingpage-new .landingpage-latest-articles--single__content {
	padding-top: 15px;
	padding-bottom: 15px;
}

.homepage-new .homepage-latest-articles--single__author {
	margin-bottom: 15px;
	margin-top: 10px;
}

.landingpage-new .landingpage-latest-articles--single__author {
	margin-top: 5px;
	margin-bottom: 10px;
}
/* -- Tools -- */
.homepage-new .homepage-seasonal-tools--single__image {
	background-color: #F4F3F3;
	padding: 15px;
	height: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
}

.landingpage-new .landingpage-tools--single__image a {
	display: block;
	padding: 7px;
	border: 1.5px solid #e6e5e5;
	text-align: center;
}

.homepage-new .homepage-seasonal-tools--single__content {
	padding-top: 15px;
	padding-bottom: 15px;
}

.homepage-new .homepage-seasonal-tools--single__title a {
	color: #2254BF;
	margin-bottom: 10px;
    display: block;
}
/* -- Offers -- */
.homepage-new .homepage-offers--single, .landingpage-new .landingpage-offers--single {
	margin-top: 15px;
	padding: 15px;
	padding-bottom: 0;
}

.homepage-new .homepage-offers--single__inner, .landingpage-new .landingpage-offers--single__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.homepage-new .homepage-offers--single__image, .landingpage-new .landingpage-offers--single__image {
	max-width: 45px;
}

.homepage-new .homepage-offers--single__image, .homepage-new .homepage-offers--single__content, .landingpage-new .landingpage-offers--single__image, .landingpage-new .landingpage-offers--single__content {
	margin-right: 15px;
}

.homepage-new .homepage-offers--single__image, .homepage-new .homepage-offers--single__content, .homepage-new .homepage-offers--single__link, .landingpage-new .landingpage-offers--single__image, .landingpage-new .landingpage-offers--single__content, .landingpage-new .landingpage-offers--single__link {
	flex: auto;
    margin-bottom: 15px;
}

.homepage-new .homepage-offers--single__link, .landingpage-new .landingpage-offers--single__link {
	margin-left: auto;
}

.fine-print {
	cursor: pointer;
}

.fine-print .expander-link em {
	margin-right: 9px;
}

.the-fine-print {
	display: none;
}

/*Sidebar*/

.sidebar {
	text-align: center;
}

.sidebar-house-ad {
	margin: 0 auto 20px;
}

.newsfeed-widget {
	height:250px; 
	width:300px; 
	overflow:scroll; 
	overflow-x: hidden;
	border: thin solid #ccc;
	text-align: left;
}

.rotowirepower {
	float: left;
	margin-top: 6px;
}

.rotowirelogo {
	width: 80px;
}

.greysidebar {
	background-color: #ccc;
	max-width: 300px;
	padding: 20px 0;
	margin: 0 auto;
}

/*Footer*/

.footer-one {
	background-color: #404041;
	padding: 40px 0;
}

.cta-text {
	font-size: 26px;
	color: white;
	text-align: center;
	margin-bottom: 20px;
}

.cta-subscribe {
	text-align: center;
}

.cta-subscribe input.button {
	height: 40px;
	top: -1px;
	position: relative;
	background-color: #009807;
	color: white;
	font-family: 'Lato';
	border: none;
	font-weight: bold;
	font-size: 16px;
}

.footer-bottom {
	margin-top: 5px;
	background-color: black;
	padding: 30px 0;
	color: white;
}

.footer-bottom a {
	color: #aaaaaa;
}

.footer-bottom .col-md-6 .col-xs-4 {
	margin-bottom: 25px;
}

.adpartner {
	font-weight: bold;
	font-size: 14px;
}

.bottom-leaderboard {
	padding-top: 20px;
	text-align: center;
}

.bottom-leaderboard div {
	margin-left: auto;
	margin-right: auto;
}

/*Single Post*/

.featured-image {
	margin: 0 auto;
	padding: 15px 0;
}

.featured-image img {
	height: 250px;
}

.authorphoto {
	float: left;
	margin-right: 10px;
}

.authorphoto img {
	border-radius: 15px;
}

.written {
	font-weight: bold;
	font-size: 12px;
}

.author a {
	font-size: 18px;
	font-weight: bold;	
}

.the-date {
	font-style: italic;
}

.addthis_toolbox {
	margin-bottom: 15px;
}

.addthis_toolbox a {
	margin-right: 5px;
}

a.addthis_button_google_plusone at300b {
	margin-top: 1px;
}

.content h2 {
	font-size: 24px;
}

/*Landing Pages, Blog Indexes, Specials and Tool Pages*/

.navigation {
	padding-top: 10px;
	font-size: 16px;
	text-align: center;	
}

.navigation a {
	font-weight: bold;
}

.specials {
	clear: left;
}

.landing .insights-header, .specials .insights-header {
	margin-bottom: 20px;
}

.landing .insights-text, .specials .insights-text {
	padding: 6px 12px 7px;
}

.landing .insights-text h1, .specials .insights-text h2 {
	color: inherit;
	font-size: inherit;
	padding: inherit;
	margin: inherit;
	display: inherit;
}

.specials-content {
	margin: 30px 0;
}

.specials-view-more {
	margin: 15px 0;
}

.specials-view-more a {
	font-weight: bold;
}

.mid-page-ad {
	margin: 15px 0;
}

.specials-widgets, .specials-widgets a {
	font-size: 14px;
}

.specials-widgets ul, .specials-widgets ol {
	padding-left: 20px;
}

.tool-row {
	margin-bottom: 20px;
}

.tool-row a {
	font-size: 16px;
	font-weight: bold;
}

.tool-row p {
	font-size: 14px;
}

.tool-row img {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 30px;
	height: 30px;
}

#nfl-draft h3.nlposts-ulist-title {
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 14px;
}

#nfl-draft ul.nlposts-wrapper {
	padding-left: 0;
	list-style-type: disc !important;
}

#nfl-draft .nlposts-ulist-container .nav li {
	margin-top: 0 !important;
}

#nfl-draft .nlposts-ulist-container .nav {
	list-style-type: disc !important;
}

/*Team Pages*/

.teampage .col-md-4 {
	min-height: 75px;
}

.team-page-news {
	clear: both;
}

.teampage h2 {
	font-size: 22px;
}

.singleplayer h3 {
	font-size: 20px;
}

.player-stats {
	color: #8b2332;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	margin-top:10px;
	margin-bottom: 10px;
}

.position {
	text-transform: uppercase;
}

#sortable  {
	counter-reset: my-badass-counter;
	padding-left: 0;
}

#sortable li {
	list-style-type: none;
	font-size: 16px;
	cursor:move;
}

#sortable .title:before {
	content: counter(my-badass-counter)". ";
	counter-increment: my-badass-counter;
}

#sortable li input {
	margin-right: 10px;
}

/*Daily Beat*/

.dailybeat h1 {
	margin-bottom: 0;
}

.division-open, .division-close {
	font-size: 16px;
	top:-1px;
}

.division-open {
	display: none;
}

h2.division {
	/*cursor: pointer;*/
	border-bottom: thin solid #ccc;
	padding-bottom: 15px;
	margin-top: 40px;
	clear: both;
}

.beat-logo {
	width: 68px;
}

/*Fantasy Beat*/

.tweet-box {
	min-width: 250px;
}

/*Team Need Voting*/

ul.gsurvey-rank {
	padding-left: 0;
}

.page-template-page-teamneeds .toolsbar, .page-template-page-power-rankings-simulator .toolsbar, .page-template-page-top10 .toolsbar {
	display: none;
}


body ul.gsurvey-rank li {
	border: 1px solid black;
    font-size: 18px;
    text-align: center;
    width: 250px;
    margin: 5px auto;
    padding-top: 6px;
    padding-bottom: 4px;
    cursor: pointer;
    font-family: Arial;
	margin-left: auto !important;
	margin-right: auto !important;
}

body .ui-sortable-helper {
	margin-left: auto !important;
	margin-right: auto !important;
	left: 0;
	right: 0;
	background-color: #009811;
    color: #ffffff;
}

body .gform_footer.top_label {
	text-align: center;
}

body .gform_footer input[type=submit] {
	cursor: pointer;
    display: inline-block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    line-height: 36px;
    height: 36px;
    width: 170px;
    margin-right: 10px;
    margin-left: 10px;
    color: white;
    background-color: #009811;
    text-align: center;
    text-decoration: none;
    border: none;
    font-weight: bold;
}

.page-template-page-teamneeds .simulator-state img {
	width: 100px;
	height: 100px;
	margin-right: 5px;
}

.page-template-page-teamneeds hr {
	width: 100%;
	margin-top: 0;
}

.page-template-page-teamneeds .gform_confirmation_wrapper {
	font-size: 16px;
    line-height: 25px;
    margin: 0 0 10px;
}

.page-template-page-teamneeds h2, .page-template-page-teamneeds h3 {
	font-family: 'Orbitron', 'Arial', 'sans-serif';
	font-size: 18px;
	font-weight: normal;
}

.page-template-page-teamneeds ol {
	padding-left: 20px;
}

.page-template-page-teamneeds ol li {
	font-size: 15px;
	margin-bottom: 5px;
}

.page-template-page-teamneeds .helmets-section {
	width: 800px;
}

.page-template-page-teamneeds .helmet-wrapper {
	width: 80px;
    height: 80px;
    margin: 8px 5px;
}

.page-template-page-teamneeds .helmet-wrapper img {
	width: 80px;
}

.page-template-page-teamneeds .helmet-wrapper img:hover {
    width: 85px;
    height: 85px;
    margin-top: -5px;
    margin-left: -5px;
}

/*Misc*/

#fancybox-content {
	width: 420px !important;
}

#fancybox-wrap {
	width: 460px !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*Forums*/

#bbpress-forums #subscription-toggle {
	display: none;
}

.bbp-topic-form {
	padding-top: 10px;
}

#bbpress-forums fieldset.bbp-form legend {
	position: relative;
  	top: -20px;
  	left: -20px;
}

.forums-cta {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

#bbpress-forums p.bbp-topic-meta img.avatar {
	margin-bottom: 0;
}

/*Power Rankings*/

.powerrankings th a {
	color: black;
}

.prtrend {
	width: 20px;
	margin-right: 10px;
	padding-bottom: 2px;
}

.minus {
	display: none;
}

.prhelmet {
	width: 50px;
}

.imu-row {
	margin-bottom: 25px;
}

.floatright {
	float: right;
	margin-bottom: 20px;
}

/*OTC Promo*/

.otc-promo {
	margin: 20px auto;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	text-align: center;
	padding: 25px 0px 10px 10px;
	background-color: #000;
	color: white;
	max-width: 617px;
}

.otc-promo img {
	float: left;
}

.otc-promo .otcpromotext {
	float: left;
	margin-left:20px;
	font-weight: bold;
	margin-top: 5px;
}

.navigation-button {
	cursor: pointer;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	line-height: 36px;
	height: 36px;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	color: white;
	background-color: #009811;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.navigation-button:hover {
	color: white;
}

/*Mock Draft Database*/

#mock-draft-database .otc-promo {
	display: none;
}

/*Magazine Layout*/

.mag-tile {
	height: 235px;
	background-size: cover;
	margin-bottom: 18px;
	position: relative;
}

.tile {
	width: 100%;
	height: 100%;
}

.tile-caption {
	background-color: rgba(0,30,94.8);
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.mag-tile a {
	color: white;
	font-size: 18px;
}

/* Single Posts And Single Authors */
.post-categories, .post-author--info__desc {
	margin-top: 10px;
	margin-bottom: 10px;
}

.author-page-content, .post-content {
	padding-left: 30px;
	padding-right: 30px;
}

.post-author--info__author {
	font-size: 16px;
}

.author-info .author-info--image, .author-info .author-title, .author-info .author-info--twitter, .post-author .post-author--image, .post-author .post-author--info {
	text-align: center;
}

.author-info .author-info--image img, .post-content .post-author--image img {
	border-radius: 50%;
	width: 100%;
	max-width: 125px;
	height: auto;
}

.author-info .author-info--content-link svg, .post-content .post-author--info__twitter svg {
	margin-right: 6px;
}

.author-info .author-info--content-link, .author-page-content .navigation a, .post-content .post-author--info__twitter, .post-content .post-author--info__profile {
	color: #2254BF;
}

.author-page-content .author-title, .post-content > h1, .post-related > h2 {
	color: #000;
	font-size: 24px;
	line-height: 25px;
	margin: 0 0 7px 0;
}

.post-content > h1 {
	font-size: 28px;
	line-height: 34px;
}

.post-content--inner h1, .post-content--inner h2, .post-content--inner h3, .post-content--inner h4, .post-content--inner h5 {
	color: #000;
}

.post-content .post-date {
	font-weight: 600;
	font-size: 16px;
}

.post-content .post-author {
	padding-top: 10px;
}

.author-posts > h2.author-title, .post-related > h2 {
	margin-bottom: 25px;
}

.author-info .author-info-content--inner {
	margin-top: 20px;
}

.author-posts .author-posts--single, .post-related .post-related--single {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
	box-shadow: 0 3px 6px #00000029;
}

.author-posts .author-posts--single--image, .post-related .post-related--single--image {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.author-posts .author-posts--single--image.cover-image, .post-related .post-related--single--image.cover-image {
	padding: 0;
}

.author-posts .author-posts--single--image.cover-image a, .post-related .post-related--single--image.cover-image a {
	width: 100%;
	height: 100%;
}

.author-posts .author-posts--single--image.cover-image img, .post-related .post-related--single--image.cover-image img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.author-posts .author-posts--single--content, .post-related .post-related--single--content {
	padding-top: 15px;
	padding-bottom: 15px;
}

.author-posts--single--content h3, .post-related .post-related--single--content h3 {
	color: #000;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
}

.author-posts--single--read-more, .post-related--single--read-more {
	color: #2254BF;
	font-size: 16px;
}

.author-page-content .navigation {
	display: flex;
	justify-content: space-between;
}

@media (min-width: 768px) {

	.toolbox-header .fb-like {
		display: inline-block;
	}
	
	.toolbox-header .twitter-share-button {
		display: inline-block;
	}
	
	.navbar-nav {
		text-align: inherit;
	}
	
	.navbar-brand {
		padding-left: inherit;
	}
	
	.navbar-header {
		width: 100%;
	}
	
	.navbar-fixed-top .navbar-header {
		width: auto;
	}
	
	.navbar-fixed-top li.nav-search {
		display: none;
	}

	header.header .navbar-fixed-top .navbar-brand img {
		height: auto;
		padding: 22px 10px;
	}

	header.header .navbar-fixed-top .navbar-nav>li {
		float: none;
		display: inline-block;
	}

	header.header .navbar-fixed-top .navbar-nav>li a {
		padding: 10px 5px;
		font-size: 13px;
	}

	header.header .navbar-fixed-top .navbar-collapse .header--top {
		background-color: transparent;
	}
	
	.soliloquy-container {
		margin-bottom: 40px !important;
	}
	
	.main .soliloquy-container .soliloquy-caption-inside {
		position: relative;
		top: 0;
	}

	.author-info .author-info--image, .author-info .author-title, .author-info .author-info--twitter, .post-author .post-author--image, .post-author .post-author--info {
		text-align: left;
	}

	.author-posts .author-posts--single--image, .post-related .post-related--single--image {
		padding-top: 0;
		padding-bottom: 0;
		width: 25%;
	}

	.homepage-new .homepage-offers--single__image, .homepage-new .homepage-offers--single__content, .homepage-new .homepage-offers--single__link, .landingpage-new .landingpage-offers--single__image, .landingpage-new .landingpage-offers--single__content, .landingpage-new .landingpage-offers--single__link {
		flex: 0 0 auto;
	}

	.homepage-new .homepage-offers--single__content, .landingpage-new .landingpage-offers--single__content {
		max-width: 70%;
	}

}

@media (min-width: 992px) {

	.navbar {
		padding-top: inherit;
	}
	
	.navbar-fixed-top {
		width: 720px;
		margin: 0 auto;
	}
	
	.navbar-header {
		text-align: none;
		width: inherit;
	}

	header.header .navbar-nav {
		float: right;
	}

	header.header .navbar-fixed-top .navbar-nav {
		width: 657px;
	}
	
	header.header .navbar-header {
		min-width: 230px;
	}
	
	.navbar-brand {
		float: left;
		padding-left: 35px;
	}
	
	header.header .navbar-brand {
		width: 100%;
		padding: 10px 15px 10px 30px;
	}
	
	header.header .navbar-brand img {
		width: 100%;
	}

	header.header .navbar-fixed-top .navbar-brand img {
		height: 58px;
		object-fit: contain;
		padding: 0;
	}

	header.header .navbar-collapse .header--top {
		text-align: right;
	}
	
	.navbar-fixed-top li.nav-search {
		display: block;
	}
	
	.featured-article-thumbnail {
		display: block;
	}
	
	.featured-article-thumbnail img {
		height: 150px;
		margin-bottom: 0;
		object-fit: cover;
	}
	
	.hp-tool-content {
		display: block;
	}
	
	.cta-text { 
		text-align: inherit;
		font-size: 24px;
		margin-bottom: 0;
	}
	
	.navbar-fixed-top  {
		width: 970px;
		margin: 0 auto;
	}
	
	.sidebar {
		display: block;
	}

	.homepage-new {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	
}

@media (min-width: 1200px) {

	.container {
		width: 1000px;
	}
	
	.nav-search input {
		width: 150px;
	}
	
	.cta-text {
		font-size: 26px;
	}
	
	.navbar-fixed-top  {
		width: 1000px;
	}

	header.header .navbar-fixed-top .navbar-nav {
		width: 770px;
		text-align: right;
	}

	header.header .navbar-fixed-top .navbar-nav>li>a {
		padding: 10px 7px;
		font-size: 13px;
	}

}

@media (max-width: 991px) {
	.homepage-new .homepage-seasonal-tools .soliloquy-caption.soliloquy-caption-bottom {
		position: static !important;
	}
}
