/*
Theme Name: Bridge Child
Template: bridge
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: Bridge Child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: bridge-child
Version: 20.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.hs_firstname .input input, .hs_lastname .input input, .hs_email .input input, .hs_preferred_campus_lehi_remote .input  select, .hs_temp_registration_desired_cbr_cohort .input  select{
    background-color: #F4F4F4;
    height: 56px;
    color: #555555;
    font-family: Raleway Medium;
    font-size: 14px;
    border: 0;
    padding-left: 16px;
    margin-bottom: 20px;
}
.hs_preferred_campus_lehi_remote .input select, .hs_temp_registration_desired_cbr_cohort .input  select{
    width: 260px !important;
    margin-right:13px;
}
.hs_preferred_campus_lehi_remote label, .hs_firstname label, .hs_lastname label, .hs_email label{
	display:none;
}
@media only screen and (max-width: 1000px){
	.header_bottom_right_widget_holder{
		display: table-cell;
	}
	.header_bottom_right_widget_holder a.btn_blue_deg{
		padding: 10px;
	}
	.header_bottom {
		padding: 5px 10px;
	}
	.mobile_menu_button{
		margin-right: 5px;
	}
	.logo_wrapper{
		left: 40%;
	}
}