/*
Custom CSS file for Air Child theme customizations of ThePoliticalCarnival.net
*/

html, body {
	padding-bottom: 15px!important;
}

/* Fix gaps between elements in the layout */
.builder-module {
	padding-top: 14px!important;
}
.builder-module-element {
	margin-bottom: 0 !important;
	}
.builder-module-navigation {
	padding-top: 0!important;
	margin: 14px 0 14px 0 !important;
}
.builder-module-content {
	/*background-color: #fff;*/
	padding-top: 0!important;
}
.left .builder-module-element {
    margin-right: 14px;
}
.builder-module-footer .builder-module-element {
	padding: 20px!important;
}

/* Content */
.builder-module-content .builder-module-element .loop-footer {
	padding-left: 14px;
	padding-right: 14px;
}

#disqus_thread {
	padding: 14px;
}

/* Footer */
.builder-module-footer .builder-module-element {
	background-color: #fff;
}
/* END FOOTER */
/*ADDED BY LWD TOR PREVIOUS NEXT CODE ON SINGLE.PHP PAGES */
.alignleft.prev {
	font-size: 14px; width: 312px;
	margin: 0 0 14px 14px !important;
}
.alignright.next {
	font-size: 14px; width: 312px;
	margin: 0 14px 14px 0 !important;
}