/*  Latest News Modules On Front Page  */

.sppb-addon-latest-posts .news-details h2.entry-title a {
    font-weight: 700;
    text-shadow: #000 1px 2px 1px;
}

.sppb-addon-latest-posts .leading-item .news-details .post-author span.entry-author {
    display: none;
}

.sppb-addon-latest-posts .news-details .entry-meta {
    display: none;
}

.sppb-addon-latest-posts .news-details .post-author span.entry-author {
    display: none;
}

.sppb-addon-latest-posts .news-details h2.entry-title a {
    text-shadow: #000 1px 1px 1px;
}

.sppb-addon-latest-posts .news-details {
    padding: 20px 15px;
}

/*   Modules  Dark   */

.dark {
    margin-top: 20px;
    background: #000;
    padding: 20px;
}

.dark h3 {
    padding-left: 45px;
    color: #fad32b;
}

.dark .latestnews >div a span {
    color: #fad32b;
}

.dark .latestnews >div a span:hover {
  color: #eee;
}

/*   Module   */


h3.sp-module-title, .sppb-title-heading, .sppb-addon-title {
    margin-bottom: 20px;
}

.latestnews >div a {
    text-align: left;
}

.sp-module ul >li >a {
    line-height: 26px;
}


/*  Slider  */

.soccer-next-match h1 {
    text-shadow: #000 2px 2px 2px;
}


.shadow {
    text-shadow: #000 2px 2px 2px;
}

/*  Life Members CSS Responsive  Table  */

@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body { 
  /*  font-family: 'Open Sans', sans-serif;  */
  color: #666;
}

/* STRUCTURE */

.blog .entry-header, .view-article .entry-header {
    margin-bottom: 30px;
}


#sp-main-body {
    padding: 50px 0 10px 0;
}

sp-page-title h2 {
    text-shadow: 1px 1px 7px #000;
}

#content {
	width: 33.33%;
	float: left;
	padding: 5px 15px;
}

#middle {
	width: 33.33%; /* Account for margins + border values */
	float: left;
	padding: 5px 15px;
}

#sidebar {
	width: 33.33%;
	padding: 5px 15px;
	float: left;
}
footer {
	clear: both;
	padding: 0 15px;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	

	#content {
		width: 41%;
		padding: 1% 4%;
	}
	#middle {
		width: 41%;
		padding: 1% 4%;
		margin: 0px 0px 5px 5px;
		float: right;
	}
	
	#sidebar {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}

	header, footer {
		padding: 1% 4%;
	}
}

/* for 700px or less */
@media screen and (max-width: 600px) {

	#content {
		width: auto;
		float: none;
	}
	
	#middle {
		width: auto;
		float: none;
		margin-left: 0px;
	}
	
	#sidebar {
		width: auto;
		float: none;
	}

}

/* for 480px or less */
@media screen and (max-width: 480px) {

	header {
		height: auto;
	}
	h1 {
		font-size: 2em;
	}
	#sidebar {
		display: none;
	}

}


#content {
	background: #fff;
}
#sidebar {
	background: #fff;
}
header, #content, #middle, #sidebar {
	margin-bottom: 5px;
}


