/* Common document styles */
html, body {
    height: 100%;
}

.brandymelville_logo {
    height: 42px;
    width: 100%;
    margin: 40px 0px 40px 0px;
}

select {
 background: #ece7e4;
}

body.d-flex {
    display: block !important;
    font-family: Georgia;
}

body.bg-light {
    background-color: #fff !important;
}

/* Page loader */
#loader-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(100, 100, 100, 0.3);
    z-index: 1000;
}

.locations_box {
    min-height: 500px;
    width: 100%;
    justify-content: center;
}

.locations_position {
    width: 100%;
    align-self: center;
}

.locations_container {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.locations_select {
    max-width: 528px;
    height: 60px;
    margin: 20px auto 0;
    padding: 10px 0;
}

.locations_area, .locations_state {
    width: 250px;
    height: 40px;
    margin: 0px 7px;
    box-sizing: border-box;
    border: 1px solid #aba6a2;
    float: left;
    background-image: url(../images/select_arrow.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    padding: .5rem 1rem;
    color:#000000 !important;
}

.locations_area:focus, .locations_state:focus {
    outline-color: rgb(171 166 162);
    border-radius: 0px;
    outline-width: 0px;
}


.locations_panel_container {
    clear: both;
    width: 100%;
    height: auto;
}

.locations_panel {
    width: 1240px;
    display: block;
    margin: 0 auto;
}

.locations-accordion .panel {
    height: auto;
    border-bottom: 1px solid #aba6a2;
}

div.accordion {
    display: block;
    height: auto;
    background-color: white;
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    border-top: 1px solid #aba6a2;
    text-align: left;
    padding: 10px 0;
    transition: 0.4s;
}
.locations-accordion .panel a {
    color: black;
    font-size: 15px;
    border: 0;
}

.locations-accordion .panel .clock {
    min-height: auto;
    display: inline-block;
    background-image: url(../images/clock.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    float: right;
    margin-top: -20px;
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.locations-accordion .panel .show_time {
  	font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    padding: 20px;
    width: 100%;
}

.locations-accordion .panel .panel-heading * {
    display: inline-block;
    margin: 0px;
}

.locations-accordion .panel .panel-heading .locations_address {
    width: 50%;
    background-image: url(../images/locations-pin.svg);
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 30px;
}

.locations-accordion .panel .panel-heading .locations_number {
    width: 20%;
    background-image: url(../images/call-answer.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
  	vertical-align: top;
}

.locations-accordion .panel .panel-heading .locations_name {
    width: 25%;
    padding-left: 3%;
  	text-transform: uppercase;
  	font-weight:800;
  	vertical-align: top;
}

@media (max-width:1239px) {
    .locations_panel {
        width: 976px;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width:975px) {
    .locations_panel {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .locations_area, .locations_state {
        width: 100%;
        height: 40px;
        margin: 5px auto;
    }

    .locations_container {
        margin-bottom: 80px;
    }

    .locations-accordion .panel .panel-heading .locations_name {
        width: 80%;
        padding: 15px 0;
    }

    .locations-accordion .panel .panel-heading .locations_address {
        width: 80%;
        padding: 0px 0px 10px 28px;
    }

    .locations-accordion .panel .panel-heading .locations_number {
        width: 80%;
    }
  	div.accordion {
  	    padding: 10px 20px 20px 20px;
  	}
  	.locations-accordion .panel .clock {
        background-size: 30px;
        margin-top: -60px;
        width: 30px;
        height: 30px;
  	}
  	.locations-accordion .panel .show_time {
        margin: 0;
      	padding-top: 20px;
	}
}
