/*
Theme Name: Motive Child
Theme URI: http://theme-sphere.com/
Description: A child theme of Motive
Author: ThemeSphere
Author URI: http://theme-sphere.com
Template: motive
Version: 1.0
*/

@import url("../motive/style.css");

/* Typography */

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin-top: 0px;
}

body.boxed {
	background-position: 50% 0% !important;
}

.boxed .main-wrap {
	margin: 50px auto 0px auto;
}

.main {
	margin: 20px auto 40px;
}

.wrap{
	padding: 0px 40px;
}

.website-sponsor {
	text-align: center;
	text-transform: uppercase;
}

.website-sponsor h5 {
	color: #8dc63f;
	margin-bottom: 12px;
}

.navigation {
	background-color: #8dc63f;
}

.boxed .navigation .menu > li {
	margin-left: 0px;
}

.boxed .navigation .menu > li:first-child {
	margin-left: 0px;
}

.navigation .menu > li > a {
	font-size: 13px !important;
	margin: 0px;
}

/* Next Game Widget Styles 

#sportspress-countdown-2 {
	border: 15px solid #263997;
	list-style-type: none;
	position: relative;
}

#sportspress-countdown-2 .sp-table-caption {
	background: #8dc63f;
	color: #fff;
	display: inline-block;
    position: absolute;
    left: -15px;
    padding: 10px 14px;
    text-transform: uppercase;
    font-size: 16px;
}

#sportspress-countdown-2 .sp-countdown-wrapper {
	margin-top: 68px;
	text-align: center;
}

.sp-template-countdown .event-name {
	padding: 0px 20px;
	font-size: 18px;
}

.sp-template-countdown .event-name a {
	display: inline-block;
}

.sp-template-countdown .event-venue,
.sp-template-countdown .event-league {
	font-size: 13px;
}

.sp-template-countdown .event-name a, 
.sp-template-countdown .event-venue a, 
.sp-template-countdown .event-league,
.sp-template-countdown .countdown  {
	color: #263997;
}

.sp-template-countdown .event-name a:hover, 
.sp-template-countdown .event-venue a:hover {
	color: #8dc63f;
	text-decoration: none;
}

.sp-template-countdown .logo-odd, .sp-template-countdown .logo-even {
	margin: 0px;
}

.logo-wrapper {
	display: inline-block;
	width: 50%;
	text-align: center;
}

.sp-template-countdown .event-name img {
	width: 60%;
	max-width: 100%;
	margin: 0px 15px 14px 15px;
	border-radius: 100%;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

.sp-template-countdown .logo-odd {
	float: right;
}

.sp-template-countdown .logo-even {
	float: left;
}

#sportspress-countdown-2 .countdown {
	border-top: 1px solid #8dc63f;
	margin-top: 20px;
	padding-top: 24px;
	font-family: "Oswald", Arial, sans-serif
}

#sportspress-countdown-2 .countdown span {
	display: inline-block;
	font-size: 30px;
	position: relative;
	width: 20%;
}

#sportspress-countdown-2 .countdown span:after {
	content: '';
	background: url('images/star.png');
	height: 19px;
	width: 19px;
	position: absolute;
    top: 17px;
    right: -11px;
}

#sportspress-countdown-2 .countdown span:last-child:after {
	display: none;
}


#sportspress-countdown-2 .countdown span small {
	display: block;
	font-size: 12px;
	margin-top: -10px;
	text-align: center;
}

*/

/* Standings Table */

.widget .sportspress {
	margin-top: 30px;
}

.sportspress .sp-table-caption {
	border-bottom: 1px solid #ededed;
	color: #8dc63f;
	font-size: 20px;
	padding-bottom: 8px;
	text-transform: uppercase;
	
}

thead th {
	background: #263997;
	color: #fff;
	border: none;
	font-weight: 400;
    letter-spacing: 1px;
}

tr:nth-child(odd) td {
	background: #fff;
}

tr:nth-child(even) td {
	background: #fafafa;
}

.main-slider.owl-loaded {
	margin-bottom: 40px;
}

.section-head .title, .section-head.alt span {
	color: #8dc63f !important;
}

.home .section-head .title, .section-head.alt span {
	color: #8dc63f;
	margin-bottom: 25px;
}



.section-head .title:before, .section-head .title:after {
	border-top: 4px solid #8dc63f !important;
}

.widget_text {
	list-style-type: none;
}

.comment-count, .post-header .comment-count, .sportspress-page .post-meta {
	display: none;
}

.sp-data-table tbody a:hover {
	color: #8dc63f;
}


.post-content .posts-list  {
	list-style: none;
}

.widget .numbered-list li:first-child {
	border-top: none !important;
}


/* Footer */

.upper-footer > .wrap {
	padding-top: 50px;
	padding-bottom: 0px;
}

.footer-logo {
	margin-top: 36px;
}
.footer-social {
	margin-top: 12px;
}

.circle {
	width: 40px;
    height: 40px;
    background: #263997;
    border-radius: 100%;
    color: #fff;
    line-height: 40px !important;
    text-align: center;
    margin-right: 6px;
}

.circle:hover {
	background: #8dc63f;
}

.circle.fa {
	font-size: 18px;
}

.main-footer .widget-title {
	margin: 0px 0px 20px 0px;
	letter-spacing: 0px;
}

.home-info h5 {
	color: #8f8f8f;
}

@media only screen and (max-width: 1206px) and (min-width: 940px){
	.boxed .navigation .menu > li:first-child {
	    margin-left: 0px !important;
	}
}

@media only screen and (min-width: 595px) and (max-width: 940px){
	
	.sp-template-countdown .event-name img {
		width: auto;
	}
	
}

@media only screen and (max-width: 940px){
.navigation .mobile .fa {
	background: #263997 !important;
}

}