/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

#header_main {
	border-bottom: 3px solid #f7941e;
}

/*Storelocator Styles*/

label.fsl-input-label {
    /* line-height: 50px!important; */
    margin-top: -20px;
    font-size: 14px!important;
    color:#00509a;
}

.fsl-map-search-container {padding: 0px;}

.fsl-input-group {
    margin: 0px;
    flex-shrink: 0;
}


#top form {
    margin-bottom: 20px;
    column-gap: 20px;
}
.fsl-input-group.fsl-input-group--address {
    flex-grow: 0.5;
    flex-shrink: 0;
}

.fsl-input-group {flex-grow: 1;}


.fsl-input-button {
    width: 100%;
    height: 33px!important;
    margin-top: -20px!important;
    border-radius: 0px;
    border: 0px;
    background-color: #00509a;
    color: white!important;
}

.fsl-input-button:hover {
	opacity: 0.9;
}

.entry-content-wrapper li {
    margin-left: 0px;
    padding: 20px;
    padding-left: 0px;
}