@charset "UTF-8";
/*
Theme Name: Mango Theme Child
Template: mango
Author: Child Theme Configurator
Version: 1.0.1457110061
Updated: 2016-03-04 11:47:41
*/

/* AUTHOR BIOS */
.cab-author p {
	font-size: 12px;
	line-height: 24px;
	color: #9a9a9a;
}

.cab-author-name {
	font-size: 12px;
	color: #323b42;
	font-weight: 600;
}

.about-the-author {
	display: none;
}

.cab-author-info img {
display: inline; /*Display social media icons side by side */
padding-right: 5px;
}

/* TABLE STYLES */
table {
	margin-bottom: 30px;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	text-align: center;
	width: 100%;
}
.tblTwoCol td {
	width: 50%px;	
}
.tblThreeCol td {
	width: 33%;
}
.tblFourCol td {
	width: 25%;
}
tblFiveCol {
	width: 20%;
}
td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 4px 10px;
}	
table tr:first-child td { /* first row of table */
	font-weight: bold;
	font-size: 13px;
	background-color: #505e68;
	color: #ffffff;
	padding: 10px;
}
/* last row of table */
tr:last-child td {
	border-bottom: none;
}
/* last column of table */
tr td:last-child {
	border-right: none;
}

/* Twitter Widget */
.sidebar-widget ul li:before, .footer-widget ul li:before { 
	display: none;
}

/* Mobile Nav */
.navbar-default .navbar-toggle {
	border-color: #fff;
	margin-top: 30px;
}
.navbar-default .navbar-toggle:hover {
	background-color: #505e68;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}

/* Slideshow */
.featured-meta a:hover {
	color: #f78f1e;
}

/* Read More */
div.read-more-button {
	border-bottom: 0px;
}

/* Captions and Asides */
div.alignright {
	padding-left: 30px;
}
.wp-caption-text {
	text-align: left;
}