/*
Theme Name:     Election Child Theme
Theme URI:      http://themeforest.net/user/Softwebmedia/portfolio
Description:    Election child theme for customization
Author:         Soft Web Media
Author URI:     http://themeforest.net/user/Softwebmedia
Template:       election                             
Version: 		1.00
*/

/* Add your custom style below */

/***************************************************************
*The four items below allow for 3 or 4 columns in recent_posts_full, even when a sidebar is being used (does not apply to mobile devices)
***************************************************************/
@media only screen and (min-width: 980px) 
{
	.layout-sidebar-left .swm_row .swm_column3 {
		width:33.33333333333333%;
	}

	.layout-sidebar-left .swm_row .swm_column4 {
		width:25%;
	}

	.layout-sidebar-right .swm_row .swm_column3 {
		width:33.33333333333333%;
	}

	.layout-sidebar-right .swm_row .swm_column4 {
		width:25%;
	}
}

/***************************************************************
The following item standardizes the height of stories shown via recent_standard_posts to ensure a neat grid look
***************************************************************/
@media only screen and (min-width: 980px) {
	#swm-item-entries .swm_column3 { height:600px; }
}

@media only screen and (min-width: 980px) {
	#swm-item-entries .swm_column4 { height:600px; }
}

/***************************************************************
The following item hides sharing buttons from full content posts displayed in sidebars. This was specifically done to hide the sharing buttons for Newswire and Popular Stories.
***************************************************************/

.widget_ultimate_posts .sd-sharing {
display: none;
}

/**************************************************************
The following item builds a colored box that is used in the Contact Liberty21 form
***************************************************************/

.contact-us-box {
	background-color: #E0E0E0;
	border: #000000;
	padding: 10px;
}