/*
Theme Name: Fanspeak 
Description: The clean, modern, responsive theme for Fanspeak.
Author: Digital Ink
Author uri: https://www.dgtlnk.com
*/

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

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

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

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

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

.navbar-nav>li>a {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

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: 75px !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 {
	position: relative;
	top: 64px;
}

#homepage h3, .landing h3, .specials h1 {
	border-bottom: 2px solid #8b2332;
	padding-bottom: 10px;
}

#homepage h3 {
	margin-bottom: 10px;
}

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

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

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

@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;
	}
	
	.soliloquy-container {
		margin-bottom: 40px !important;
	}
	
	.main .soliloquy-container .soliloquy-caption-inside {
		top: 0;
	}

}

@media (min-width: 992px) {

	.navbar {
		padding-top: inherit;
	}
	
	.navbar-fixed-top {
		width: 720px;
		margin: 0 auto;
	}
	
	.navbar-header {
		text-align: none;
		width: inherit;
	}
	
	.navbar-brand {
		float: left;
		padding-left: 35px;
	}
	
	.nav>li>a {
		padding: 10px 9px;
	}
	
	.navbar-fixed-top li.nav-search {
		display: block;
	}
	
	.featured-article-thumbnail {
		display: block;
	}
	
	.featured-article-thumbnail img {
		height: 150px;
		margin-bottom: 0;
	}
	
	.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;
	}
	
}

@media (min-width: 1200px) {

	.container {
		width: 1000px;
	}
	
	.nav-search input {
		width: 150px;
	}
	
	.cta-text {
		font-size: 26px;
	}
	
	.navbar-fixed-top  {
		width: 1000px;
	}

}

