/**
 * Theme Name: Army Ranger Child Theme
 * Template:   enfold
 * ...other header fields
 */





/*Hide search bar at top of header*/
#top #menu-item-search{
	display:none !important;
}

/*Move logo down 20px*/
div .logo {
	/*margin-top: 20px !important;*/
}


/*Change size and color of phone font at top of header*/

.phone-info
 {
  font-size: 18px;
    color: #b51212 !important;
    padding: 10px;
}
