/*
Theme Name: BeerInsider2015
Theme URI: http://www.beerinsider.com/
Version: 1.0
Description: Theme developed for Beerinsider extending the writr theme from automattic. 
Author: cmedigital.co.uk
Author URI: http://www.cmedigital.co.uk
Template: writr
*/
/* Default styles */
@import "/National_Library/cs_/http://beerinsider.com/wp-content/themes/writr/style.css";
/*-------------------------------------------------------------------------------------------*/
Add custom CSS here

body::after {
    background: none repeat scroll 0 0 #fff;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    background-color: #ffffff;
    color: #000000;
    width: 100% !important;
}


.gform_wrapper .gform_footer {
    text-align: center;
}
.site-branding {
    display:none;	
}
.site-branding, .widget, .main-navigation::after {
    border-bottom: 0px !important;
}

.widget-area input[type="text"], .widget-area input[type="url"], .widget-area input[type="email"], .widget-area input[type="password"], .widget-area input[type="search"], .widget-area textarea {
    border-color: #303030 !important;
}
.main-navigation a:hover {
    background: none repeat scroll 0 0 #ffffff !important;
    color: #be6b39 !important;
}


/*-------------------------------------------------------------------------------------------*/

