/*
Theme Name: Campaign Child Theme
Theme URI: http://themes.designcrumbs.com
Description: Child theme for Campaign.
Author: Jake Caputo
Author URI: http://themes.designcrumbs.com
Template: campaign
*/

@import url("../campaign/style.css");
.body_boxed #header #main_menu {
    background-image: url("/wp-content/uploads/2015/12/ribbon_menu.png");
    background-repeat: no-repeat;
    margin: 0 auto -10px;
    position: relative;
    width: 100%;
    z-index: 5;
}
.body_span #header{box-shadow:none;}
a {font-weight:bold;}
.home h3{font-size:24px;color:#0063AA;}
#slides {width:65%}
#slide_widget .widget{display:block;width::30%}
#slide_widget{padding:0;}
#slide_widget .widget {
    margin-bottom: 20px;}
programImg{max-width:600px;}
.attachment-blog_image:hover {
    cursor: default;
    opacity: 1;
}
.post_title{margin-bottom:15px;}
.post_meta{display:none;}
.blog-content{float:none; width:100%;}
#calendar_1{margin:auto;}

.gmw-shortcode-widget {
    float: left;
    width: 50%;
}
#footer_slogan{background:transparent url("/wp-content/uploads/stars_wide_new.png") no-repeat scroll center bottom;padding-bottom:60px;margin-bottom:10px;}
.attachment-blog_image{float:left;margin-right:15px;}
.about_the_author{display:none;}
#respond{display:none;}
.bg_fabric{background-color:#fff!important;background-image:none;}
#post_footer{display:none;}
#comments_closed, #comments{display:none;}
.viewPdf {opacity: 1;transition: all 0.2s linear 0s;border:none;padding:0;margin:0;}
.viewPdf:hover {opacity: 0.8;transition: all 0.2s linear 0s;}
.body_span #header #main_menu {border-top: 5px solid firebrick}
table th, table td {
    background-color: #fff;
    padding: 0;
}

/*mobile custom css*/
@media only screen and (max-device-width: 480px) {
	.attachment-blog_image {display:none;}
	.post_title {
    	font-size: 18px;
    	margin: 0 0 10px;
   	padding-bottom: 0;
	}
	.the_blog .post, .search_results > div {
    	margin-bottom: 30px;
	}
}