/*
Theme Name: The Sonic Stadium (current)
Author: The Sonic Stadium
Author URI: http://www.sonicstadium.org/
Version: 2.0
Template: twentyfifteen

DO NOT TOUCH!
BASE STYLESHEET! SITE STRUCTURE STYLES ONLY!
REFER TO SUBSTYLE CSS FILES FOR COLOURS AND THEME-SPECIFIC VALUES.

CONTENTS
--------
CSS01: BODY
CSS02: HEADER
CSS03: MENU
CSS04: SEARCH & TOGGLES
CSS05: MAIN CONTENT AREA & FEATURED CONTENT
CSS06: LEFT COLUMN
CSS07: POST THUMBNAILS
CSS08: POST TITLES & META
CSS09: IN-POST HEADERS
CSS10: POST STYLES
CSS11: TAGS
CSS12: POST FOOTERS
CSS13: ATTACHMENT PAGE
CSS14: PREV+NEXT POST & PAGINATION
CSS15: RIGHT COLUMN
CSS16: SITE FOOTER
CSS17: RESPONSIVE
*/


/* CSS01: BODY */
/***************/

html, body {
	height: 100%;
	}

body, button, input, select, textarea {
	font-family: Proxima-Nova, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	background: #fff;
	color: #2b2b2b;
	}
	body:before {
		display:none;
		}

@font-face {
    font-family: Proxima-Nova;
    src: url(substyles/global/proximanova.otf);
	}

a {
	text-decoration: none;
	}

::selection {
	text-shadow: none;
	}
	::-moz-selection {
		text-shadow: none;
		}



/* CSS02: HEADER */
/*****************/

#header-cover {
	position: relative;
	height: 130px; 
	}

	#header-check {
		background-size: 30px 30px;
		background-position: 0 0, 15px 15px;
		opacity: 0.4;
		height: 130px;
		}

#header-front {
	position: absolute;
	top: 0;
	width: 100%;
	}

	#header-block {
		height: 130px;
		padding: 10px 20px;
		margin: 0 auto;
		max-width: 1200px;
		background-position: left top;
		}

		#header-block:after {
	        background: linear-gradient(-45deg, #efefef 16px, transparent 0),
			    linear-gradient(45deg, #efefef 16px, transparent 0);
			background-position: left-bottom;
			background-repeat: repeat-x;
			background-size: 32px 32px;
			content: " ";
			display: block;
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 100%;
			height: 32px;
			}

			#logo {
				float: left;
				margin: 4px 0;
				}

				#logo img {
					max-height: 80px;
					}



/* CSS03: MENU */
/***************/

#header-menu {
	float: right;
	color: #fff;
	margin: 13px 10px;
	}

	#primary-navigation ul {
		list-style: none;
		padding: 0; margin: 0;
		float: left;
		text-transform: uppercase;
		}
		#primary-navigation ul li {
			float: left;
			font-weight: bold;
			margin: 5px;
			position: relative;
			}
			.primary-navigation ul li:hover > ul,
			.primary-navigation ul li.focus > ul {
				left: auto;
				}
				#primary-navigation ul li a {				
					display: inline-block;
					padding: 7px 15px 7px;
					white-space: nowrap;
					font-size: 20px;
					}
				#primary-navigation ul ul {
					padding: 0;
					}
				.primary-navigation ul ul {
					position: absolute;
					top: 48px;
					left: -999em;
					z-index: 99999;
					}
					#primary-navigation ul ul li {
						background: transparent;
						padding: 0px;
						margin: 0;
						}
						#primary-navigation ul ul a {
							font-size: 13px;
							padding: 20px 15px;
							width: 250px;
							}

.menu-item-description {
	display: none;
}



/* CSS04: SEARCH & TOGGLES */
/***************************/

.search-toggle,
.mobile-nav-toggle {
	cursor: pointer;
	float: right;
	height: 48px;
	text-align: center;
	width: 48px;
	}

	.search-toggle {
		margin: 5px;
		}
			.search-toggle .screen-reader-text {
				left: 0px;
				}

	.mobile-nav-toggle {
		margin: 5px 0;
		}
			.mobile-nav-toggle .screen-reader-text {
				left: 5px;
				}

		.search-toggle:before,
		.mobile-nav-toggle:before {
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font: normal 16px/1 Genericons;
			text-decoration: inherit;
			vertical-align: text-bottom;
			color: #fff;
			content: "\f400";
			font-size: 20px;
			margin-top: 14px;
			}
			.mobile-nav-toggle:before {
				content: "\f419";
				}

#search-bar,
#mobile-nav-bar {
	display: none;
	width: 100%;
	padding: 0;
	}

	#search-bar:before {
		content: " ";
		display: block;
		position: relative;
		top: -32px;
		left: 0px;
		width: 100%;
		height: 32px;
		}

		#mobile-nav-bar:before {
			content: " ";
			display: block;
			position: relative;
			top: -32px;
			left: 0px;
			width: 100%;
			height: 32px;
			}

		#search-bar:after,
		#mobile-nav-bar:after {
	        background: linear-gradient(-45deg, #efefef 16px, transparent 0),
			    linear-gradient(45deg, #efefef 16px, transparent 0);
			background-position: left-bottom;
			background-repeat: repeat-x;
			background-size: 32px 32px;
			content: " ";
			display: block;
			position: relative;
			bottom: 0px;
			left: 0px;
			width: 100%;
			height: 32px;
			}

	#search-container,
	#tss-mobile-nav-container {
		padding: 0;
		display: block;
		max-width: 1100px;
		margin: -20px auto 10px;
		}
		.search-box,
		.mobile-nav-box {
			width: 90%;
			margin: 0 auto;
			}

		#tss-mobile-nav-container ul {
			list-style: none;
			}



/* CSS05: MAIN CONTENT AREA & FEATURED CONTENT */
/***********************************************/

#main-bg {
	background: #efefef url('substyles/global/bg.png');
	padding: 10px 10px 0;
	min-height: 100%;
	}
	#site-wrapper {
		max-width: 1200px;
		margin: 0 auto;
		}
		.main-container {
			max-width: 1200px;
			margin: 0 auto;
			padding: 0;
			overflow: hidden;
			}
			.featured-index {
				margin: 0 auto 20px;
				}
			.container-title {
				border-bottom: 0;
				padding: 10px;
				}
				.container-content {
					border-top: 0;
					width: 100%;
					overflow: hidden;
					background: #fff;
					}
						.featured-wrap {
							float: left;
							width: 25%;
							}
							.featured-wrap:hover img {
								opacity: 0.7;
								}
							.featured-headline {
								width: 100%;
								font-size: 14px;
								text-transform: uppercase;
								padding: 5px;
								font-family: lato, sans-serif;
								padding: 10px;
								}

	.story-homepage-item { float: left; margin: 10px 0 0 0; width: 50%; }
		.story-homepage-item .hentry { box-shadow: none; padding: 0; margin: 0; }


/* CSS06: LEFT COLUMN */
/**********************/
		
#left-column {
	float: left;
	max-width: 70%;
	border: 0px;
	padding: 0 10px 0 0;
	margin: 0 0 10px;
	}
	#primary {
		width: 100%;
		}
		.site-main {
			padding: 0px 0;
			}
			#page {
				background: #fff;
				}

.site-main .entry-header {
	margin: 0 2.5%;
	padding: 25px 30px 0;
	background: #fff;
	position: relative;
	z-index: 1;
	}
.site-main .attachment .entry-header {
	margin: 0 9.0909%;
	padding: 10px 0;
	background: #fff;
	position: relative;
	z-index: 1;
	}



/* CSS07: POST THUMBNAILS */
/**************************/

.post-thumbnail {
	overflow: hidden;
	margin-bottom: 0;
	background: #b2b2b2 url(substyles/global/pattern-light.svg) repeat fixed;
	}
	.post-thumbnail img {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
		}
		.post-thumbnail a img:hover,
		.post-thumbnail a img:focus {
			opacity: 0.75;
			}

	.post-thumbnail.fvp-responsive,
	.post-thumbnail.thumb-video {
		overflow: visible;
		max-height: none;
		}

.fluid-width-video-wrapper {
	margin-bottom: 49px;
	}



/* CSS08: POST TITLES & META */
/*****************************/

.hentry {
	padding-top: 0;
	}
	.hentry + .hentry,
	.page-header + .hentry,
	.page-header + .page-content {
		margin-top: 5.6923%;
		}

.page-header {
	padding: 3.5% 8%;
	}
	.page-header + .page-content {
		margin: 0;
		}

.entry-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
	}

	.entry-content a {
		border-bottom: 0;
		}

.entry-meta2,
.entry-meta-categories {
	margin-bottom: 25px;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
	}
	.entry-meta-categories {
		margin-bottom: 10px;
		font-weight: 900;
		}
	.entry-meta2 {
		margin-bottom: 20px;
		overflow: hidden;
		clear: both;
		}

		.cat-links:before,
		.posted-on:before,
		.byline:before,
		.edit-link:before,
		.comments-link:before,
		.full-size-link:before {
			top: -1px;
			}
			.posted-on,
			.byline,
			.edit-link,
			.comments-link,
			.full-size-link {
				float: left;
				}



/* CSS09: IN-POST HEADERS */
/**************************/

h1, h2, h3, h5, h6,
h1.page-title {
	font-family: Lato, sans-serif;
	}
	.taxonomy-description {
		padding: 0 10px;
		font-style: italic;
		}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	padding: 10px;
	margin-left: -10px;
	margin-right: -10px;
	}
		.entry-content h1 {
			border-top: 0;
			margin-top: 1.4em;
			margin-bottom: 0.9em;
			}
		.entry-content h5 {
			margin-top: 3em;
			margin-bottom: 1.4em;
			}
	.entry-content h2 {
		margin-top: 2em;
		margin-bottom: 0.8em;
		}
	.entry-content h3 {
		margin-top: 2.5em;
		margin-bottom: 1em;
		}
	.entry-content h4,
	.entry-content h6 {
		margin-top: 2.5em;
		margin-bottom: 1.4em;
		border-top: 0;
		}
h2.comments-title,
h3.comment-reply-title {
	padding: 10px;
	margin: 0 -20px;
	font-size: 1.3em;
	font-family: Lato, sans-serif;
	}
h1.page-title {
	text-transform: uppercase;
	}



/* CSS10: POST STYLES */
/**********************/

.post-navigation {
	margin: 8.3333% 8.3333% 8.3333%;
	}

#comments {
	padding: 0 20px 20px;
	margin: 0 5%;
	}
.comments-area {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
	}
	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a,
	.pingback .comment-body > a {
		border-bottom: 0;
		}

.sharify-container {
	padding: 0 0 25px;
	}


/* CSS11: TAGS */
/***************/

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px 2px;
	position: relative;
	text-transform: uppercase;
	}
	.entry-meta .tag-links a:before {
		border-top: 10px solid transparent;
		border-right: 8px solid #767676;
		border-bottom: 10px solid transparent;
		content: "";
		height: 0;
		position: absolute;
		top: 0;
		left: -8px;
		width: 0;
		}
	.entry-meta .tag-links a:after {
		background-color: #fff;
		border-radius: 50%;
		content: "";
		height: 4px;
		position: absolute;
		top: 8px;
		left: -2px;
		width: 4px;
		}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	font-size: 0.6em;
	letter-spacing: 0.04em;
	padding: 5px;
	position: relative;
	top: -10px;
	text-transform: uppercase;
	float: right;
	}



/* CSS12: POST FOOTERS */
/***********************/

.entry-footer,
.entry-footer-author {
	background-color: #f7f7f7;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 3.8461% 7.6923%;
	}
	.entry-footer a,
	.entry-footer-author a {
		border-bottom: 1px solid transparent;
		color: #707070;
		color: rgba(51, 51, 51, 0.7);
		}
		.entry-footer a:hover,
		.entry-footer-author a:hover {
			border-bottom: 1px solid #333;
			}
		.entry-footer a:hover,
		.entry-footer-author a:hover,
		.entry-footer a:focus,
		.entry-footer-author a:focus {
			color: #fff;
			}
.entry-footer {
	padding: 4% 10%;
	}
.entry-footer-author {
	padding: 2% 10%;
	background-color: #e9e9e9;
	}

.author-info {
	border-top: 0;
	margin: 0;
	padding: 15px 0;
	}
	.author-heading,
	.tags-heading {
		color: #707070;
		color: rgba(51, 51, 51, 0.7);
		font-family: "Noto Sans", sans-serif;
		font-size: 12px;
		font-size: 1.2rem;
		letter-spacing: 0.04em;
		margin-bottom: 1.5em;
		text-transform: uppercase;
		}
	.author-heading,
	.tags-heading {
		margin-bottom: 0.5em;
		}



/* CSS13: ATTACHMENT PAGE */
/**************************/

.entry-attachment {
	text-align: center;
	}
	#attachment-post article {
		padding: 10px 0;
		}
	.entry-header .attachment {
		margin: 0 4% 0 4%;
		padding: 25px 20px 0;
		}

.gallery-caption {
	text-align: left;
	font-size: 1.4rem;
	}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.4em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.4em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}



/* CSS14: PREV+NEXT POST & PAGINATION */
/**************************************/

.meta-nav,
.post-title {
	text-shadow: 2px 2px #444;
	}
	.post-navigation .post-title {
		font-family: Lato, sans-serif;
		font-size: 2.2rem;
		}

	.post-navigation .nav-previous .post-title, .post-navigation .nav-next a:hover .post-title, .post-navigation .nav-previous .meta-nav,
	.post-navigation .nav-next .post-title, .post-navigation .nav-next a:hover .post-title, .post-navigation .nav-next .meta-nav {
		color: #fff;
		}
		.post-navigation .nav-previous a:before,
		.post-navigation .nav-next a:before {
			background-color: rgba(0, 0, 0, 0.4);
			}
.post-navigation .nav-previous,
.post-navigation .nav-next {
	background-image: url(substyles/global/generic-hero.png);
	}

.nav-next .meta-nav,
.nav-next .post-title {
	text-align: right;
	}

nav.navigation.pagination {
	margin: 20px 0 0;
	box-shadow: 0 0 0;
	}
	nav.navigation.pagination .nav-links {
		margin-top: 0px;
		}



/* CSS15: RIGHT COLUMN */
/***********************/

#right-column {
	float: right;
	width: 30%;
	min-width: 320px;
	padding: 10px;
	margin: 10px 0;
	}

	#sidebar-mpu {
		background: #000;
		width: 300px;
		height: 250px;
		margin: 0 auto 20px;
		padding: 0;
		border-style: none;
		overflow: hidden;
		}

	.adbanner-sky {
		background: #000;
		width: 160px;
		height: 600px;
		margin: 15px auto;
		display: block;
		padding: 0;
		border-style: none;
		overflow: hidden;
		}

	.social-navigation {
		margin-bottom: 0px;
		}
		.social-navigation a {
			height: 2.8824em;
			}
				ul#menu-social li {
					padding-bottom: 15px;
				}

	.widget-title {
		font-size: 14px;
		padding: 7px;
		margin: 0 -18px 1.0em;
		}
		ul.dpe-flexible-posts {
			list-style: none;
			}
			ul.dpe-flexible-posts li.post img {
				margin-bottom: 5px;
				}
			ul.dpe-flexible-posts li.post .title {
				font-size: 14px;
				padding: 0 5px 5px;
				margin-bottom: 5px;
				}

	#archives-2 {
		text-align: center;
		}
		#archives-2 .widget-title {
			text-align: left;
			}



/* CSS16: SITE FOOTER */
/**********************/

.site-footer {
 	width: 100%;
	margin: 0 0;
	box-shadow: 0 0 0;
	font-size: 14px;
	}
	.footer-padding {
		padding: 3% 5%;
		}	



/* CSSXX: HOMEPAGE SPECIAL BOX */
/*******************************/

.stadium-specialbox > div > .specialbox-left {
  	width: 50%;
  	float: left;
  	position: relative;
	}
.specialbox-flex {
    display: flex;
  	flex-direction: row;
  	}
	.specialbox-left img {
      	object-fit: cover;
      	height: 100%;
      	width: 100%;
		}
	.specialbox-left-text {
      	position: absolute;
      	bottom: 0;
      	left: 0;
      	padding: 10px;
      	background: rgba(0,0,0,0.5);
      	color: #fff;
      	width: 100%;
		}
	.specialbox-desktoptext {
      	display: block;
		}
	.specialbox-mobiletext {
      	display: none;
		}

.stadium-specialbox > div > .specialbox-right {
  	width: 50%;
  	float: right;
  	height: 100%;
  	display: flex;
	}
	.specialbox-right-flex {
      	display: flex;
      	align-items: flex-start;
      	flex-wrap: wrap;
		}
		.specialbox-right-flexitem {
          	width: 50%;
          	display: flex;
          	flex-direction: column;
          	padding: 10px 15px 0;
			}



/* CSS17: RESPONSIVE */
/*********************/

@media only screen and (min-width : 1092px) {
	.index-pagination-top { margin: -10px 0 5px 10px; }
	.story-homepage-item { float: left; margin: 10px 0 0 10px; width: 31.999%; }
			.story-homepage-item:nth-child(3n+1) { clear: both; }
}

@media only screen and (max-width : 1092px) {
	#left-column {
		max-width: 66%;
		}
	#right-column {
		width: 34%;
		}

	.index-pagination-top { margin: -10px 0 0 5px; }
	.story-homepage-item:nth-child(2n+1) { clear: both; }
}

@media only screen and (min-width : 980px) {
	#left-column {
		width: 70%;
		}
	.primary-navigation {
		float: left;
		}
	.hentry + .hentry,
	.page-header + .hentry,
	.page-header + .page-content {
		margin-top: 3.5%;
		}
	.entry-footer {
		background: transparent;
		padding: 0 10% 4%;
		}
	.tags-heading {
		display: none;
		}
}

/* MOBILE MENUS - LESS THAN 980px WIDTH */

@media only screen and (max-width : 979px) {
		#logo {
			margin: 7px 0;
			}
			#logo img {
				height: 70px;
				}
			#header-menu ul {
				display: none;
				}
	.mobile-nav-toggle {
		display: block;
		}
	#comments {
		padding: 0 20px 20px;
		margin: 20px 0 0;
		}
	.site-footer {
		margin-top: 20px;
		}
  
  
  .specialbox-flex {
    flex-direction: column;
  	}
  .stadium-specialbox > div > .specialbox-left {
  	width: 100%;
  	float: left;
  	position: relative;
	}
	.specialbox-left img {
      	object-fit: cover;
      	height: 100%;
		}
	.stadium-specialbox > div > .specialbox-right {
  	width: 100%;
  	float: right;
	}
	.specialbox-right-flex {
      	flex-wrap: nowrap;
		}
		.specialbox-right-flexitem {
          	width: 25%;
			}
  
  
  
  
}

@media only screen and (max-width : 965px) {
	#left-column {
		max-width: 63%;
		}
	#right-column {
		width: 37%;
		}
}

@media only screen and (min-width : 980px) {
	.mobile-nav-toggle,
	#mobile-nav-bar {
		display: none;
		}
}

@media screen and (min-width: 955px) {
	.entry-content, .entry-summary {
		padding: 0% 10% 4%;
		}
	.widget {
		padding: 0 11%;
		}
	.hentry + .hentry,
	.page-header + .hentry,
	.page-header + .page-content {
		margin-top: 1%;
		}
	.social-navigation {
		margin-bottom: 0px;
		margin: 0 11% 0;
		}
	#widget-area .sf-widget-holder {
		margin-left: 11%;
		margin-right: 11%;
		}
	small.sf-dark-color {
		display: none;
		}
}

@media screen and (max-width: 954px) {
	.secondary {
		box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
		padding: 0 5px;
		}
	.secondary .widget-area ul li {
		font-size: 14px;
		padding: 7px;
		}
	.site-footer {
		padding: 0 0;
		}
}

/* SIDEBAR APPEARS - MORE THAN 889px WIDTH */

@media only screen and (min-width : 889px) {
	#secondary {
		display: block;
		}
	#left-column {
		padding: 0 0 20px;
		}

}

@media only screen and (max-width : 888px) {
	#main-bg {
		padding-left: 5%;
		padding-right: 5%;
		}
	#left-column {
		max-width: 100%;
		width: 100%;
		padding: 0;
		}
	#right-column {
		display: none;
		}
	.container-content {
		background: transparent;
		}

}

@media only screen and (min-width: 769px) {
	.hentry, .page-header, .page-content {
		margin: 0 0 0 0;
		box-shadow: 0 0 0;
		}
	.entry-content, .entry-summary {
		padding: 1% 11.5% 6%;
		margin-bottom: 0px;
		}
}

@media only screen and (max-width : 769px) {
	#comments {
		padding: 0 20px 20px;
		margin: 20px 0 0;
		}
}

@media screen and (max-width: 768px) {
	.hentry, .page-content {
		margin: 0 0;
		}
	.page-header {
		margin: 2% 0% -1%;
		}
	.site-footer {
		font-size: 13px;
		}
}

@media screen and (min-width: 740px) {
	nav.navigation.pagination .nav-links {
		min-height: 3.5em;
		}
}

@media screen and (max-width: 739px) {
	nav.navigation.pagination .nav-links {
		min-height: 3em;
		height: 30px;
		}
}

@media only screen and (max-width : 699px) {
	.featured-wrap {
		width: 50%;
		padding-bottom: 10px;
		}
		.featured-wrap:nth-child(2n+1) { clear: both; }
  
 
	.specialbox-right-flex {
      	flex-wrap: wrap;
		}
		.specialbox-right-flexitem {
          	width: 50%;
			}

}

@media only screen and (max-width : 666px) {
	#logo {
		margin: 13px 0;
		}
		#logo img {
			height: 50px;
			}
	#header-cover {
		height: 100px; 
		}
		#header-check {
			height: 100px;
			}
			#header-menu {
				margin: 10px 10px;
				}
}

@media only screen and (min-width : 620px) {
	.site-main .entry-header {
		//margin: -48px 6.5% 0 6.5%;
      	margin: 0 6.5% 0 6.5%;
		}
}

@media only screen and (max-width : 619px) {
	.index-pagination-top { margin: -10px 0 0 0; }
  
  .specialbox-left-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: 100%;
  }
  
	.specialbox-desktoptext {
      	display: none;
		}
	.specialbox-mobiletext {
      	display: block;
		}
  
}

@media only screen and (max-width : 399px) {
	#main-bg {
		padding: 10px 0 0;
		}
}

@media only screen and (max-width : 374px) {
	h2.entry-title,
	h1.entry-title {
		font-size: 26px;
		}
}

@media only screen and (max-width : 349px) {
		#logo {
			margin: 17px 0;
			}
			#logo img {
				height: 43px;
				}
			.featured-wrap {
				width: 100%;
				padding-bottom: 0px;
				border-bottom: 3px solid #eee;
				}
}