* {font-family:"Courier New", Courier, monospace}
/**
 * Theme Name: SiteBox Child
 * Theme URI: http://link-to-your-site.com
 * Description: A blank child theme of the SiteBox parent theme.
 * Version: 1.0
 * Author: Your Name
 * Author URI: http://yourdomain.com
 * Tags: light
 *
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Template: sitebox
 */

/* Place your custom style here. removed https to fix ssl error message :100,100i,300,300i,400,400i,500,500i,700,700i,900,900i   'Courgette' san-serif; */
@import url('//fonts.googleapis.com/css?family=Courgette|Roboto');


* {font-family: 'verdana', sans-serif;}
.container {
    width: 1432px;
}
.home.layout-1c #primary{
   width: 100%;
}
#content{
   width:100%;
   margin: 0 auto;
}
.site-header #logo img{
   max-height: 65px;
}
.footer .footer-column-1, .footer .footer-column-2, .footer .footer-column-3, .footer .footer-column-4{
   width: 320px;
}

.footer .footer-column-4 {
	text-align: right;
	
}
#secondary-bar {
	background-color: #0F0F0F;
}
.entry-content ul li{  list-style-image: url('http://localhost/wp-content/uploads/2017/07/b2.png');}
.entry-header {
    display: none;
   
}