/*
Theme Name: Maddux Sports
Theme URI: http://underscores.me/
Author: Chad Elofson
Author URI: http://chadslab.net
Description: Custom Theme for Maddux Sports website
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: madduxsports2017
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Maddux Sports is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1 Normalize
2 Typography
3 Elements
4 Forms
5 Navigation
	5.1 Links
	5.2 Menus
6 Accessibility
7 Alignments
8 Clearings
9 Widgets
10 Content
	10.1 Posts and pages
	10.2 Comments
11 Infinite scroll
12 Media
	## Captions
	## Galleries
13 Theme Specific Styles
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1 Normalize
--------------------------------------------------------------*/


/*--------------------------------------------------------------
2 Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
3 Elements
--------------------------------------------------------------*/


/*--------------------------------------------------------------
4 Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/



.navbar-nav > li.current_page_item a,
.navbar-nav > li.current_page_parent a {
    color: white;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-title {
	clear: both;
}





/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

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

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* ----------------------------------------
	# Theme Specific Styles
   ---------------------------------------- */




#section-book {
    margin: 0 auto;
}

.post-list {

	background: #333;
}

a.post-link {
	color: #fff;
	text-decoration: none;
}

a.post-link:hover,
a.post-link:active {
	text-decoration: underline;
}


.post-list .post-heading h1 {
    font-family: arial;
    font-size: 18px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.post-list .post-heading h1 > a.post-link:hover,
.post-list .post-heading h1 > a.post-link:focus {
    color: #fff;
    text-decoration: underline;
}

.post-heading {
	padding: 15px 0;
	background-color: #333
}

.post-heading h1 {
	font-family: arial;
	font-size: 18px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	text-align: center
}

.post-heading h4 {
	font-family: arial;
	font-size: 18px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	text-align: center
}

/* This is for the post info */

#content {
	/* margin:10px 0 0 5px; */
	background: url("https://www.madduxsports.com/blog/wp-content/themes/madduxsports2017/assets/img/bgContent.jpg") repeat-y 5px 0;
	background-color: #FFFFFF;
	padding: 0 5px 5px 5px

}
#content a, #content a:link {
	color: #003399;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}

#content p {
	font-family: Verdana,sans-serif;
	font-size: 12px;
	padding: 3px 10px;
	color: #0b0b0b;
	text-align:justify;
}

#content ol {
	font-family: Verdana,sans-serif;
	font-size: 12px;

}



#content h1.entry-title {
	color: #fff;
	line-height: 36px;
	font-weight: bold;
	font-size: 22px;
	font-family: roboto, calibri, Helvetica, sans-serif;
	display: block;
	background: url("https://www.madduxsports.com/blog/wp-content/themes/madduxsports2017/assets/img/hdp3.gif") no-repeat 0 0;

	margin:0;
	padding: 1px 0 2px 5px;
	text-transform:uppercase;
}

#content h1#nfl{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	background: url("https://www.madduxsports.com/blog/wp-content/themes/madduxsports2017/assets/img/nfl2.jpg") no-repeat 0 0;
	width:532px;
	height:39px;
	margin:0;
	padding:15px 0 0px 15px;
	text-transform:uppercase;
	color:#FFFFFF;
}
#content h1#handi{
	background:url("https://www.madduxsports.com/blog/wp-content/themes/madduxsports2017/assets/img/hdp.gif") no-repeat 0 0;
	width:532px;
	height:39px;
	margin:0;
	font-size: 22px;
	padding:15px 0 0px 15px;
	text-transform:uppercase;
	color:#FFFFFF;
}

#content h1#betting{
	background:url("https://www.madduxsports.com/blog/wp-content/themes/madduxsports2017/assets/img/hdb.gif") no-repeat 0 0;
	width:532px;
	height:44px;
	margin:0;
	font-size: 22px;
	padding:10px 0 0px 15px;
	text-transform:uppercase;
	color:#FFFFFF;
}

#content h1#nba{
	background:url("https://www.madduxsports.com/blog/wp-content/themes/madduxsports2017/assets/img/hdp.gif") no-repeat 0 0;
	width:532px;
	height:39px;
	margin:0;
	font-size: 14px;
	padding:15px 0 0px 15px;
	text-transform:uppercase;
	color:#ECECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 48px;
}

#content h2 {
	padding-left: 15px;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	display: block;
	height: 37px;
	margin: 0px;
	line-height: 38px;
	text-align: center;
}
#content h4 {
	padding-left: 15px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	display: block;
	height: 37px;
	margin: 0px;
	line-height: 38px;
	text-align: center;
}
#content h3 {
	padding-left: 15px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	display: block;
	height: 37px;
	margin: 0px;
	line-height: 38px;
	text-align: center;
}

.entry-header {
	margin: 0 auto;
	width: auto;
}


#content2 {
	margin-right: 0px;
	margin-left: 5px;
	background: url("https://www.madduxsports.com/blog/wp-content/themes/madduxsports2017/assets/img/bgContent.jpg") repeat-y 5px 0;
	background-color: #FFFFFF;
	padding: 5px;
	padding-bottom:0;
	margin-bottom:5px;

}
#content2bot{
	background:url("https://www.madduxsports.com/blog/wp-content/themes/madduxsports2017/assets/img/bgcont2bot.jpg") no-repeat bottom left;
	margin:0
}

.ordercont{
	margin: 0 0 0 5px;
	overflow: auto;
	width:547px;
}

#content2 i{
	font-size:11px;
}

#content2 h3#betting{
	font-size: 18px;
	font-family: calibri, Helvetica, sans-serif;
	display: block;
	background: url("https://www.madduxsports.com/blog/wp-content/themes/madduxsports2017/assets/img/hdb2.gif") no-repeat 0 0;
	width:532px;
	height:44px;
	margin:0;
	padding:10px 0 0px 15px;
	text-transform:uppercase;
	color:#FFFFFF
}
#content2 a, #content a:link {
	color: #003399;
	text-decoration: underline;
}
#content2 a:hover {
	text-decoration: none;
}

#content2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 1px 0px 1px;
	color: #0c0c0c;
	text-align:justify;
}
#content2 h3 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 38px;
	text-align: left;
}
#content2 h2 {
	padding-left: 15px;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	display: block;
	height: 37px;
	margin: 0px;
	line-height: 38px;
	text-align: center;
}

#ord{
	background:url("https://www.madduxsports.com/blog/wp-content/themes/madduxsports2017/assets/img/ordbg.gif") no-repeat top right;
	height:134px;
}

#ord a img, #ord ul{
	float:left;
	margin:0;
	padding:0;
}

#ord li{
	list-style:none;
	background:url("https://www.madduxsports.com/blog/wp-content/themes/madduxsports2017/assets/img/arrow.gif") no-repeat left center;
	padding:0 0 0 25px;
	font-size:11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif
}

#ord li#l1{
	margin:10px 0 0 -2px;
}

#ord li#l2{
	margin:5px 0 0 2px;
}

#ord li#l3{
	margin:5px 0 0 4px;
}

#ord li#l4{
	margin:5px 0 0 2px;
}

#ord li#l5{
	margin:5px 0 0 -1px;
}

#ord ul>li#l1, #ord ul>li#l2, #ord ul>li#l3, #ord ul>li#l4, #ord ul>li#l5{
	margin-top:8px;
}


.artile_bottom{
	background: url('https://www.madduxsports.com/blog/wp-content/themes/madduxsports2017/assets/img/order.gif');
	width:191px;
	height:134px;
	float: left;
}






/*== V2 css== */

.post-navigation {
    display: none;
}

.email-txt {
    padding: 15px 7px;
}

#content h1.entry-title {
    font-size: 16px;
    padding: 1px 0px 2px 17px;
}

.list-heading h2 a {
    font-size: 30px;
    line-height: 57px;
    padding-left: 11px;
    display: block;
}

.list-heading h2 {
    margin: 0;
}

.entry-content p strong a img {
    margin-bottom: 15px;
    min-height: 315px;
    width: 100%;
}

.alignleft.size-medium {
    margin-bottom: 15px;
    min-height: 250px;
    max-width: 100%;
}

.alignleft.size-full {
    display: block;
    max-width: 100%;
}

.zam_t {
    font-size: 11px;
    position: relative;
    right: 5px;
    width: 109% !important;
}

.zam_t span {
    font-size: 11px;
    line-height: 0;
}




/*== V3 css== */
.entry-content img {
width: 100%;
    max-width: 100%;
    min-height: auto !important;
    height: auto !important;
}

article .list-heading  {
     padding: 0;

}    

article .list-heading h2 {
    /*
    background-image: url(assets/img/hdp3b.gif);        
    background-repeat: no-repeat;
    background-size: 100% 100%;
    */
    background: url("assets/img/hdp3b.jpg") no-repeat 0 0;

}      

article .list-heading h2 a,
#content h1.entry-title
{
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    font-family: roboto, calibri, Helvetica, sans-serif;
    padding: 9px;
    text-transform: uppercase;
}  

@media (max-width:767px){
    article .main-list {
        display: block !important;
    }
    
    article .list-heading h2 a,
    #content h1.entry-title
    {
        line-height: 1.1;
        padding: 1px 4px;
    }      
    
}