/*
Theme Name: Blossom Coach Professional Child
Version: 1.0
Description: A child theme of Blossom Coach Pro
Author: harwin20
Template: blossom-coach-pro
*/

@import url("../blossom-coach-pro/style.css");

/* this section tells the homepage hero image to have a smaller height */
#wp-custom-header {
	height: 400px;
}

 .site-banner img {
	height: 400px !important;
}

/* end of homepage hero image section */

/* this is the search icon for the header, catalog search box */
#SearchData {
	width: 156px;
	height: 30px;
	color: darkgray;
	background-color: lightgray;
	border: 1px solid white;
	border-radius: 5px 0px 0px 5px;
}

#searchIcon {
	position: relative;
	top: 9px;
}

.submit {
	width: 28px; 
	height: 30px;
    background-color: white;
	margin-right: 10px;
}


/* header-t is the horizontal strip at the very top of the site */
.header-t {
	visibility: visible;
	background-color: #033C75 !important;
	padding: 3px;
}

.top-left {
	visibility: hidden;
}

#SearchForm {
	float: left;
}

#searchSite {
	float: right;
	position: relative;
	bottom: 1px;
}













