/* LICENSE & DETAILS
   ==================================================

	Theme Name: Dante Child Theme
	Theme URI: http://dante.swiftideas.net
	Description: A Retina Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.net )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: dante
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.net

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	DANTE CSS IMPORT
-------------------------------------------- */

@import url("../dante/style.css");


/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */

.page-heading h1 {
	white-space: normal;
}

#logo a img.standard {
	width: auto;
	height: auto;	
}


.author-info-wrap {
	display: none;
}
.page-content .post-info {
	display: none;
}
article.type-senator ul.post-pagination-wrap, article.type-issue ul.post-pagination-wrap {
	display: none;
}
.byline-2 {
	font-style: italic;
	margin-bottom: 20px;	
}


div.quote {
	width: 250px;
	float: left; 
	font-family: Georgia, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif	;
	font-size: 18px !important;
	border-top: 3px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 15px 0;
	margin-right: 15px;
	margin-bottom: 5px;	
}
div.quote span.quoteauthor {
	font-style:italic;
	display: block;
	margin-top: 5px;
}
.featured-image {
	display: block;
	margin-bottom: 15px !important;
}
body.single-issue #comment-area {
	display: none;	
}
related-articles-wrap {
	text-align: left;	
}
.standard-thumb {
	height: 100px !important;
	overflow: hidden;		
}
blockquote, blockquote p {
	font-size: 100%;
	line-height: inherit;
	font-style: normal;
	padding-left: 20px;
}
div.body-text a, div.page-content a {
	color: #AD0002;	
}
#logo img, #logo img.retina {
	width: auto !important;	
}

div.post-list-container {
	margin-top: 20px;	
}
div.post-list-paging {
	margin-top: 15px;	
	vertical-align:middle;
}
a.wpv-filter-next-link {
	padding-top: 1x;	
}
div.wpv-pagination table {
	line-height: 1.2;	
	table-layout: fixed;
}
div.wpv-pagination table tr td {
	padding: 10px 5px 10px 5px;	
	vertical-align: top;
}
table tr td.lsf-post-title {
	padding-left: 0px;
}
table tr td.lsf-post-date {
	width: 100px;
	text-wrap: suppress !important;
}
table tr td.lsf-post-category {
	width: 100px;
	text-wrap: none !important;	
}

/* Homepage */

.home .spb-center-heading {
	margin: 10px auto 20px auto;
}

.home .sidebar {
	padding-top: 30px;	
} 

/*
.home .box-content-wrap p:lang(fr) {
	line-height: 1.3 !important;	
}
*/

.home .box-content-wrap p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;	
}


.home .box-content-wrap img {
	padding-right: 15px;	
}

/*
.home .sidebar .gform_widget {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;	
}
*/

.home .sidebar h4.spb-heading {
	margin-bottom: 10px;	
}

.home .sidebar .gform_body {
	margin-bottom: 5px;	
}

.home .sidebar .gform_body input[type=text] {
	margin-bottom: 0 !important;	
}

.home .sidebar input[type=submit] {
	margin-top: 20px !important;
}

.home .sidebar .gform_body li {
	margin-top: 0px;
	padding-top: 0px;	
}

.home .sidebar .gform_footer {
	margin: 0px !important;
	padding: 0px !important;	
}

/* Widgets */
.lsf-widget-issue {
	background-color: #333;
	border-radius: 10px;	
	display: block;
	height: 120px;
	text-align: right;
	margin-bottom: 10px;
}

.lsf-widget-issue .lsf-caption {
	display: inline-block;
	margin-top: 60px;	
	background-color: rgba(255,0,0,0.75);	
	color: white;
	font-size: 30px;
	font-weight: bold;
	padding: 5px 10px 5px 5px;
	line-height: 0.7;
}

.lsf-widget-issue .lsf-caption:hover {
	display: inline-block;
	margin-top: 58px;	
	background-color:;	
	color: white;
	font-size: 30px;
	font-weight: bold;
	padding: 5px 10px 5px 5px;
}

.form-newsletter {
	display: block;
	min-width: 300px;	
}