/*
Theme Name: SimpleMag Child theme
Theme URI: http://themesindep.com/
Author: ThemesIndep
Author URI: http://themesindep.com/
Description: Magazine theme for creative things
Template: simplemag
Version: 2.0
*/


@import url("../simplemag/style.css");

/* Your CSS code goes here
-------------------------------------- */

/* Enlarging the main menu font size */
#masthead .top-strip nav > ul > li a {
	font-size: larger !important;
}

/* 3rd tier menu */
.sub-sub-menu {
	border-top: 1px dotted #585b61;
}

.sub-sub-menu li {
	background-color: #333;
	text-align: right;
}

/* DW category child widget */
.dwc-wrapper ul {
	border-top: 1px solid #efefef !important;
}
.dwc-wrapper li {
	border-bottom: 1px solid #efefef !important;
	padding-left: 10px;
	padding-right: 10px;
}
.dwc-wrapper a {
	font-size: large;
	text-decoration: none;
}
.dwc-wrapper li:hover {
	background-color: #efefef;
}

/* SB Child widget */
.widget_sb_cl_pages_widget ul {
	border-top: 1px solid #efefef !important;
}
.widget_sb_cl_pages_widget li {
	border-bottom: 1px solid #efefef !important;
	padding-left: 10px;
	padding-right: 10px;
}
.widget_sb_cl_pages_widget a {
	font-size: large;
	text-decoration: none;
}
.widget_sb_cl_pages_widget a.current_page_item {
	color: orange;
}
.widget_sb_cl_pages_widget li:hover {
	background-color: #efefef;
}

/* Post author */
.post-author-short {
	display: inline-block;
	margin-bottom: 12px;
	border-bottom: 1px dashed black;
}

/* Twitter widget */

.widget_twitter li {
	padding: 6px;
}

.widget_twitter li:hover {
	background-color: #111;
}

.widget_twitter .from-meta {
	display: none;
}

.widget_twitter .time-meta {
	display: block;
	text-align: right;
	font-size: smaller;
}

.widget_twitter .intent-meta {
	display: none;
}

.widget_twitter .in-reply-to-meta {
	display: none;
}

/* Category description */
.category-description {
	margin-bottom: 20px;
}

/* Breadcrumbs */
.breadcrumbs {
	border-bottom:1px dashed black;
	padding:6px;
	background-color:#efefef;
}

/* partner listing */
.partner-url {
	float: right;
}

.partner-image {
	float: right;
	padding-left: 6px;
	width: 150px;
	height: 150px;
}

/* User listing */
.user-listing .avatar {
	float: right;
	padding-left: 6px;
}

.user-listing h3 {
	clear: both;
}

.user-listing .user-twitter, .user-listing .user-linkedIn, .user-listing .user-url {
	float: right;
}

/* Footer menu */
#footer-menu {
	text-align: center;
	border-top: 0px solid black;
	padding-top: 12px;
	padding-bottom: 12px;
}
@media (max-width: 768px) {
	#footer-menu {
		display: none;
	}
}
#menu-footer-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 192px;
}

#menu-footer-menu li {
	display: inline;
	margin-left: 12px;
	margin-right: 12px;
	font-size: larger;
	height: 192px;
}

#menu-footer-menu li a {
	background-size: 180px 180px;
	background-repeat: no-repeat;
	padding-left: 192px;
	display: inline-block;
	height: 192px;
}

.footer-menu-1 a {
	background-image: url('http://democracyworks.org.za/wp-content/uploads/2015/08/image001.png');
}

.footer-menu-2 a {
	background-image: url('http://democracyworks.org.za/wp-content/uploads/2015/08/image002.png');
}

.footer-menu-3 a {
	background-image: url('http://democracyworks.org.za/wp-content/uploads/2015/08/image003.png');
}

.footer-menu-4 a {
	background-image: url('http://democracyworks.org.za/wp-content/uploads/2015/08/image004.png');
}

/* Bottom menu */
#menu-bottom-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu-bottom-menu li {
	display: inline;
	margin-left: 12px;
	margin-right: 12px;
}

/* Sidebar director/associates posts */
.posts-by-tag-list .attachment-thumbnail {
	width: 75px;
	height: 75px;
	margin-right: 6px;
	margin-bottom:6px;
	float: left;
}

.posts-by-tag-list {
	border-bottom: 1px solid #efefef;
}

.posts-by-tag-list:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.posts-by-tag-list li {
	clear: both;
	padding-top: 6px;
	padding-bottom:6px;
	border-top:1px solid #efefef !important;
}

.posts-by-tag-date {
}

.posts-by-tag-author {
}

/* Sliders */
.easingslider-slide {
	background-color: #242628; !important;
}

/* Events table */
.events-table {
	width: 100%;
}

.events-table > tbody > tr > td:first-child {
	width: 128px;
}

.events-table thead th {
	text-align: left;
}

.events-table td, .events-table th {
	padding: 6px;
}

.em-calendar {
	width: 100%;
}