/*
Theme Name: Halftime Bets
Theme URI: Halftime Bets
Author: Darrell Weaver
Author URI: https://www.halftimebets.com/
Description: Halftime Bets.
Version: 1.0
License: Weaver Productions
License URI: license.txt
Tags: Darrell Weaver jr dot com.
@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'goboldregular';
    src: url('fonts/gobold.eot');
    src: url('fonts/gobold.eot?#iefix') format('embedded-opentype'),
         url('fonts/gobold.woff') format('woff'),
         url('fonts/gobold.ttf') format('truetype'),
         url('fonts/gobold.svg#goboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans300';
    src: url('fonts/museosans-300-webfont.eot');
    src: url('fonts/museosans-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans-300-webfont.woff2') format('woff2'),
         url('fonts/museosans-300-webfont.woff') format('woff'),
         url('fonts/museosans-300-webfont.ttf') format('truetype'),
         url('fonts/museosans-300-webfont.svg#museo_sans300') format('svg');
    font-weight: normal;
    font-style: normal;

}
iframe{
	width:100%;
	height:100%;
}
body{
	margin:0;
	padding:0;
	background-color: #fff;
}
.navbar-nav {
    float: right;
    margin: 0;
}
.nav-main-btns a{
	color:#000;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 5px;
    border: 1px solid transparent;
}
.nav > li > a {
    position: relative;
    display: block;
    margin: 25px 0px;
    padding: 6px 12px;
}
/* Dropdown Menu */
.menu-header {
    display: block;
    float: left;
    margin: 0 auto;
    width: 100%;
    height: 42px;
}
.menu-header ul,
    div.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-header li,
    div.menu li {
    float: left;
    position: relative;
}
.menu-header ul ul {
    display: none;
    position: absolute;
    margin-top: 0px;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;
}
.menu-header a {
    color: #aaa;
    display: block;
    line-height: 41px;
    padding: 0 10px;
    text-decoration: none;
    font-weight: normal;
}
.menu-header ul li:hover > ul {
    display: block;
}
.menu-header ul li.current_page_item > a,
.menu-header ul li.current-menu-ancestor > a,
.menu-header ul li.current-menu-item > a,
.menu-header ul li.current-menu-parent > a {
    color: #000;
}
.menu-header ul li.current_page_item:hover > a,
.menu-header ul li.current-menu-ancestor:hover > a,
.menu-header ul li.current-menu-item:hover > a,
.menu-header ul li.current-menu-parent:hover > a {
    color: #fff;
}
.menu-header li:hover > a,
.menu-header ul ul :hover > a {
    background: #337ab7;
    color: #fff;
}
.menu-header ul ul a {
    background: #fff;
    line-height: 1em;
    padding: 10px;
    width: 160px;
    height: auto;
}
.menu-header {
    display: block;
    float: left;
    margin: 0 auto;
    width: 100%;
    height: 42px;
}
/* end dropdow */

.login-btn a{
	color:#fff;
	padding: 0 10px;
}
.top-bar{
	width:100%;
	position: fixed;
	background-color:#fff;
	z-index: 999;
	-webkit-box-shadow: 0 2px 5px 2px #4D4D4D;
	box-shadow: 0 2px 5px 2px #4D4D4D;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #000;
    color:#fff;
    border-radius: 5px;
	padding: 6px 12px;
}
.logo{
	margin:10px;
	float:left;
}
.navigation{
	font-family: "goboldregular", serif;
	margin:0 30px;
}
.navigation ul{
	padding:0;
	margin:0;
}
.navigation li{
	display: inline;
	font-size: 18px;
	text-transform: uppercase;
	margin-right:15px;
}
.header{
	background-position: center top;
	background-attachment: fixed;
	background-image: url(images/header-bg.jpg);
	padding:200px 0 100px 0;
}
.f-header{
	background-position: center top;
	background-attachment: fixed;
	background-image: url(images/football-header.jpg);
	background-repeat: no-repeat;
	padding:200px 0 100px 0;
}
.b-header{
	background-position: center top;
	background-attachment: fixed;
	background-image: url(images/basketball-header.jpg);
	background-repeat: no-repeat;
	padding:200px 0 100px 0;
}
.main-title{
	font-size:60px;
	font-family: "goboldregular", serif;
	text-align: center;
	color:#fff;
	text-transform: uppercase;
}
.main-title-highlight{
	color: #428bca;
}
.main-title-highlight-green{
	color: #5db85d;
}
.main-sub-title{
	text-align: center;
	font-size: 36px;
	font-family: "museo_sans300", serif;
	text-transform: uppercase;
	color:#fff;
}
.texting-widget-title{
	font-family: "goboldregular", serif;
	font-size: 18px;
	text-transform: uppercase;
}
.texting-widget{
	font-size: 14px;
	font-family: "museo_sans300", serif;
}
.main-icons{
	margin:auto;
	width:268px;
	padding:10px 0;
}
.main-cta{
	text-align: center;
	font-size: 30px;
	padding:10px;
	color:#5db85d;
	border-radius: 10px;
	border: solid 3px #5db85d;
	margin: 10px auto;
	font-family: "goboldregular", serif;
	width:40%;
}
.main-cta a, .how-do-cta a{
	color:#5db85d;
}
.main-cta a:hover, .how-do-cta a:hover{
	color:#5db85d;
	text-decoration: none;
}
/* What is HalftimeBets? */
.what-is-sect{
	background-image: url(images/what-is-bg.jpg);
	background-position: center bottom;
	padding:60px 0;
	background-size: cover;
}
.what-is-title, .wdyg-title{
	text-align: center;
	font-family: "goboldregular", serif;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	background-image: url(images/title-underline-black.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color:#000;
}
.what-is-txt{
	font-size: 24px;
	line-height: 48px;
	font-family: "museo_sans300", serif;
	color:#000;
}
img.body-images{
	width:100%;
}
.what-is-cta{
	font-size: 30px;
	padding:10px;
	color:#428bca;
	border-radius: 10px;
	border: solid 3px #428bca;
	margin: 20px 0 0 0;
	font-family: "goboldregular", serif;
	width:60%;
	text-align: center;
}
.what-is-cta a{
	color:#428bca;
}
.what-is-cta a:hover{
	color:#428bca;
	text-decoration: none;
}
/*how to make money*/
.how-to-sect{
	background-image: url(images/video-bg.jpg);
	background-position: center bottom;
	background-attachment: fixed;
	background-size: cover;
	padding:60px 0;
}
.how-to-title{
	text-align: center;
	font-family: "goboldregular", serif;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	color:#fff;
}
.video-holder{
	width:100%;
	height:480px;
	background-color: #ccc;
}
/*what do you get*/
.wdyg-sect{
	background-image: url(images/wdyg-bg.jpg);
	background-position: center bottom;
	background-size: cover;
	padding:60px 0;
}
.wdyg-sub-txt{
	text-align: center;
	font-family: "goboldregular", serif;
	font-size: 24px;
	text-transform: uppercase;
	width:90%;
	margin:auto;
}
/* How Do i start using section*/
.how-do-i-sect{
	background-image: url(images/free-pick-bg.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	padding:120px 0;
}
.how-do-i-title{
	text-align: center;
	font-family: "goboldregular", serif;
	padding: 0 0 15px 0;
	margin: 0 0 50px 0;
	background-image: url(images/title-underline-white.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color:#428bca;
}
.how-do-txt{
	font-family: "goboldregular", serif;
	font-size: 30px;
	text-transform:uppercase;
	color:#fff;
}
.how-do-txt li{
	margin: 0 0 30px 0;
}
.how-do-cta{
	text-align: center;
	font-size: 30px;
	padding:10px;
	color:#5db85d;
	border-radius: 10px;
	border: solid 3px #5db85d;
	margin: 10px 0;
	font-family: "goboldregular", serif;
	width:40%;
}
.sport-title-1{
	font-family: "goboldregular", serif;
	font-size: 18px;
	text-transform: uppercase;
	color:#ccc;
}
.sport-results{
	font-family: "goboldregular", serif;
	font-size: 18px;
	text-transform: uppercase;
	color:#000;
}
.sport-title-2{
	font-family: "goboldregular", serif;
	font-size: 18px;
	text-transform: uppercase;
	color:#5db85d;
}
.pick-btn-3{
	font-family: "goboldregular", serif;
	font-size: 14px;
	text-transform: uppercase;
	color:#fff;
}
.pick-txt{
	font-family: "goboldregular", serif;
	font-size: 24px;
	text-transform: uppercase;
	color:#5DB85D;
}
.blog-cat-body{
	padding:20px;
	border-radius: 5px;
	background-color: #fff;
	margin: 10px 0;
}
/* Footer */
.footer{
	padding:20px 0;
	text-align: center;
	font-size: 10px;
	font-family: "museo_sans300";
	line-height: 30px;
}
.footer-logo{
	width:150px;
	margin:auto;
}
.footer-logo img{
	width:100%;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #000;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/* Picks */
.pick-row{
	overflow:auto;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.picks-body{
	background-color: #ccc;
	padding: 50px 0;
	overflow: auto;
}
.picks-page-body{
	background-color: #ccc;
	padding: 150px 0 50px 0;
}
.picks-sect{
	background-color: #fff;
	border-radius: 5px;
	width:1170px;
	margin:auto;
}
.blog-sect{
	background-color: #fff;
	border-radius: 5px;
	width:1170px;
	margin:auto;
	padding:10px;
}
.pick-title{
	font-size: 24px;
	color:#000;
	text-transform: uppercase;
	font-family: "museo_sans300", serif;
}
.pick-title a{
	text-decoration: none;
	color:#000;
}
.pick-title a:hover{
	color:#115ab6;
}
.sports-icon img{
	width:55%;
	text-align: center;
}
.pick-titles-row{
	background-color: #000;
	border-radius:4px;
}
.ppw_submit_btn {
    width: 100%;
}
/* Blog */
.b-post-header {
    background-position: center top;
    background-attachment: fixed;
    background-image: url("images/football-header.jpg");
    background-repeat: no-repeat;
    padding: 175px 0px 54px;
}
.blog-post-title{
	font-family: "goboldregular", serif;
	font-size: 30px;
	text-transform: uppercase;
	color:#999;
}
.pagination-txt a{
	font-family: "goboldregular",serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #999;
}
.pagination-sect{
	padding: 20px 0;
}
.blog-txt{
	font-size: 14px;
	color:#000;
	font-family: "museo_sans300", serif;
}
.halftimeblog-thumb{
	width:100%;
	overflow: hidden;
}
.halftimeblog-thumb img{
	width: 100%;
	height: 100%;
}
/* Login Page */
/***** Top content *****/
.top-conten{
	font-size: 14px;
	font-family: "museo_sans300", serif;
}
.inner-bg {
    padding: 120px 0 170px 0;
    background-color:#999;
	background-image: url(images/signup-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	-moz-background-size:cover;
}
.top-content .text {
	padding-top: 120px;
	color: #fff;
	font-family: "museo_sans300", serif;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover,
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.top-content .top-big-link {
	margin-top: 35px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
	font-family: "museo_sans300", serif;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form .input-error {
	border-color: #19b9e7;
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {

	.navbar { padding-top: 0; }
	.navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); }
	.navbar-brand { height: 60px; margin-left: 15px; }
	.navbar-collapse { border: 0; }
	.navbar-toggle { margin-top: 12px; }

	.inner-bg { padding: 180px 0 110px 0; }
	.top-content .text { padding-top: 0; padding-bottom: 60px; }
	.top-content .top-big-link { margin-top: 25px; }
	.top-content .top-big-link a.btn { margin-top: 10px; }

}

@media (max-width: 415px) {

	h1, h2 { font-size: 32px; }

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	/* logo */
    .navbar-brand {
    	background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 123px 49px !important;
    }

}

@media (max-width: 1170px) {
	.main-title{
		font-size:40px;
	}
	.main-cta{
		text-align: center;
		font-size: 24px;
		width:60%;
	}
	.what-is-txt{
		line-height: 36px;
		font-size: 18px;
	}
	.what-is-cta{
		font-size: 18px;
	}
	.how-do-cta {
	    width: 50%;
	    font-size: 18px;
	}
	.how-do-txt {
	    font-size: 24px;
	}
	.how-to-sect {
	    background-attachment: scroll;
	    background-size: cover;
	}
	.how-do-i-sect {
	    background-attachment: scroll;
	}
	.picks-sect{
		width:100%;
	}
	.sports-icon img {
	    text-align: center;
	    margin-bottom: 10px;
	}
	.picks-sect{
		margin:auto;
		width:95%;
	}
	.blog-sect{
		margin:auto;
		width:95%;
	}
}
@media (max-width: 990px) {
	.pick-txt{
		font-family: "goboldregular", serif;
		text-transform: uppercase;
		text-align: center;
		border-top: 1px solid #999;
		padding: 20px 0 0 0;
	}
}
@media (max-width: 769px) {
	/* Dropdown Menu */
	.menu-header {
	    display: block;
	    float: none;
	    margin: 0 auto;
	    width: 100%;
	    height: 42px;
	}
	.menu-header ul,
	    div.menu ul {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	}
	.menu-header li,
	    div.menu li {
	    float: left;
		position: relative;
		width: 100%;
	}
	.menu-header ul ul {
	    display: block;
	    position: relative;
	    margin-top: 0px;
	    text-align: center;
	    float: none;
	    width: 100%;
	    z-index: 99999;
	}
	.menu-header ul ul a {
	    background: #FFF none repeat scroll 0% 0%;
	    line-height: 1em;
	    padding: 10px;
	    width: 100%;
	    height: auto;
	}
	.menu-header {
	    display: block;
	    float: none;
	    margin: 0 auto;
	    width: 100%;
	    height: 42px;
	}

	/* end dropdow */
	.navbar-nav {
	    float: none;
	    margin: 0;
	    text-align: center;
	}
	.navigation li {
	    display: block;
	    font-size: 18px;
	    text-transform: uppercase;
	    margin-bottom: 10px;
	}
	.navigation{
		width:95%;
		margin:2%;
	}
	.navigation li {
	    margin-right: 0;
	}
	.main-title, h1, .h1{
		font-size:22px;
	}
	.header{
		background-size:cover;
		background-attachment: scroll;
	}
	.main-sub-title{
		font-size: 14px;
	}
	.main-icons{
		margin:auto;
		width:200px;
	}
	.main-icons img{
		width:100%;
	}
	.main-cta{
		text-align: center;
		font-size: 18px;
	}
	.what-is-txt{
		line-height: 36px;
		font-size: 18px;
	}
	.what-is-cta{
		font-size: 18px;
	}
	.how-do-cta {
	    width: 50%;
	    font-size: 18px;
	}
	.how-do-txt {
	    font-size: 24px;
	}
	.how-to-sect {
	    background-attachment: scroll;
	    background-size: cover;
	}
	.how-do-i-sect {
	    background-attachment: scroll;
	}
	.wdyg-sub-txt{
		font-size: 16px;
	}
	.sports-icon img{
		width:50%;
		text-align: center;
	}
	.pick-title{
		font-size: 28px;
	}
}
@media (max-width: 480px) {
	.what-is-cta {
	    width:90%;
	    margin:auto;
	}
	.video-holder {
	    width: 100%;
	    height: 180px;
	    background-color: #ccc;
	}
	.wdyg-pic{
		width:50%;
		margin:auto;
	}
	.wdyg-sub-txt {
	    font-size: 18px;
	    width: 75%;
	    margin: 20px auto;
	}
	.court-icon{
		width:75%;
		margin:auto;
	}
	.how-do-txt {
	    font-size: 16px;
	}
	.how-do-cta {
	    width: 75%;
	    font-size: 14px;
	    margin:auto;
	}
	.how-do-i-sect {
	    background-attachment: scroll;
	    background-size: cover;
	    padding: 40px 0;
	    background-position: center top;
	}
	.sports-icon img{
		width:100%;
		text-align: center;
	}
	.pick-title{
		font-size: 18px;
		padding-bottom: 10px;
	}
}
