/*
 Theme Name:     WP-Prosper C3S Mod
 Theme URI:      http://www.c3s.cc/
 Description:    WP-Prosper Child Theme for www.c3s.cc
 Author:         C3S Marketing-Team
 Author URI:     http://www.c3s.cc/
 Template:       wp-prosper
 Version:        1.0.0
*/

@import url("../wp-prosper/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

/* Import Font Signika */

@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/signika-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Signika Regular'), local('Signika-Regular'),
       url('../fonts/signika-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/signika-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/signika-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/signika-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/signika-v8-latin-regular.svg#Signika') format('svg'); /* Legacy iOS */
}

/* Remove any background color from header area */
#body-bg {
    display: none;
}


/* Change Font to Signika*/
/* Header */
h1, h2, h3, h4{
	font-family: Signika, Helvetica, Arial, sans-serif;
	letter-spacing: 0em;
}

/* Menus */
#topnav, #catnav{
	font-family: Signika, Helvetica, Arial, sans-serif;
	letter-spacing: 0em;
	font-weight: bold;
}

#catnav ul a {
    border-right: none;
}

/* Searchfield */

#topnav #searchform #searchfield{
	margin-right: 10px;
}

/* Sidebar Colors */
#sidebar{
	background: #F6F9F2;
}

#sidebar .widget{
	background: none;
	border: none;
}


#sidebar .widget .widget-wrap {
	background: #e0edd4;
	border: none;
	border: none;
}

#footer-widgets{
	background: #e0edd4;
}

/* Remove White Background from WPML Language Links in sidebar */
#lang_sel_list ul a, #lang_sel_list_list ul a:visited {
	background: none;
}

/* No Padding-top (was 30px) */
#header {
    padding-top: 0;
}

/* HallOfFame Columns */
.supporter_img{
	float: left;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	height: 140px;
	width: 140px;
}

.supporter_img img{
	display: block; 
	margin: 0 auto 10px;  
	float: none; 
	clear: both;
}

.supporter_link, .supporter_name{
	position: relative;
	float: left;
	text-align:center;
	margin: 20px 0px;
	padding: 0 10px;
	font-weight: bold;
	border-right: 2px dotted #666;
}

hr{
	color: 	#666;
	background: #666;
	border: 0;
	height: 1px;
	clear: both;
}

#related {
    display: none;
}
.flexslider .meta {
    display: none;
}
table {
    width: 100%;
}
table h5 {
    text-align: inherit;
}


/* Attention Grapper 
 * - hide developer link 
 * */
#ag-created-by {
    display: none !important;
}

/* Fix Slider height because it jumps */
/* fixed height for featured slides */
#featured .slides .slide-container {
   height: 315px
}
