@media screen and (max-width: 769px) {
    .site-header {
        margin-bottom: 5px;
    }
}

.branch-finder-search {
	margin-bottom: 0;
	margin-top: -15px;
}

.branch-finder-search h1 {
    font-size: 4rem;
    color: var(--purple);
	margin: 0 0 30px;
}

.branch-finder-search .wrapper {
	background: hsla(0,0%,100%,.95);
	border-radius: 3px;
	padding: 3rem;
}

@media screen and (min-width: 769px) {
	.branch-finder-search .wrapper {
		width: 45%;
	}
}

@media screen and (max-width: 768px) {
	.branch-finder-search__search-input-container {
    width: 95% !important;
	margin-bottom: 30px;
	}
	
	.branch-finder-search .wrapper {
	max-width: 85% !important;
	}
	
	.branch-finder-search__form {
        padding: 0 10px;
    }
	
}

.branch-finder-search__search-input-container {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    width: 50%;
    border: 2px solid var(--grey);
    border-radius: 3px;
}

.branch-finder-search__form span.arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: calc(50% - 7.5px);
    top: 52px;
    border-color: var(--darkPurple) transparent transparent;
    border-style: solid;
    border-width: 7.5px 7.5px 0;
}

.branch-finder-search-msg p span {
    font-weight: 600;
    color: var(--darkPurple);
}

.branch-finder-search__form .btn, .branch-finder-search__form input[type=submit].btn {
    font-size: 1.7rem;
    padding: 12px 18px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.branch-finder-search__search-input-container input {
	border-radius: 3px !important;
}

.branch-finder-search__form span.floating-placeholder {
    border-radius: 3px;
    font-size: 1.7rem;
    background: var(--darkPurple);
    color: var(--white);
}

.branch-location {
    background-color: var(--lightGrey);
}

/* Branch Details button to match main button style */

.branch-location__details .btn {
    margin-top: inherit;
    padding: 12px 18px;
}

.branch-location__distance:before {
    background-image: url(-/media/5ccc7f24afb24b61b74f6515ec837620.ashx);
}

.branch-location__opening-hours:before {
    background-image: url(-/media/689a91b4696f4990892afe2165d3305a.ashx);
} 

.branch-location__distance:before, .branch-location__opening-hours:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.branch-location__contact h1, 
.branch-location__contact h2, 
.branch-location__contact h3 {
    color: var(--darkPurple);
}

.branch-location__distance, .branch-location__opening-hours {
    color: var(--darkPurple);
    font-size: 1.7rem;
}

.branch-location__contact a {
    color: var(--darkPurple);
    font-size: 2rem;
}
