/*
Theme Name: TrustYoga
Theme URI: http://underscores.me/
Author: Ahmad Faiz Mohd
Author URI: http://33digital.com.my/
Description: TRUST Yoga wordpress custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trust_yoga
*/

.branch-selector-container{
	display: flex;
	align-items: center;
}
.branch-selector-container p{
	margin-right: 10px;
}

#branch-select{
    height: 30px;
    border: none;
    border: 1px solid #ddd;
}

.branch-container{
  display: none;
  margin-bottom: 100px;
}

.branch-container.selected{
  display: block;
}