/*
 Theme Name:   Patrice and Associates FD Child Theme
 Theme URI:    https://clicktecs.com/
 Description:  Child Theme for Patrice and Associates Franchise Development. Required parent theme to work. Please check parent theme for more details.
 Author:       Vishal Gularia
 Author URI:   https://clicktecs.com/
 Template:     pnaf
 Version:      1.0.
*/

.locations-sec .container{
    max-width:1154px;
    margin:0 auto;
}


.locations-sec{
width: 100%;
padding: 20px 0;
clear: both;
border-top: solid 1px rgba(0,0,0,0.1);
}
.btn-loc{
 text-align: center;
display: block;
font-size: 1.2em;
font-weight: 600;
text-transform: uppercase;
cursor: pointer;
transition: all 0.5s ease 0s;
}
.btn-loc:after{
content:"\f0d7";
display:inline-block;
font-family:FontAwesome;    
}
.btn-loc.collaps-this:after{
transform: rotate(-180deg);
}
.btn-loc:hover{
color:#000;  
}
.locpanel{
display:none;   
transition: all 0.5s ease 0s;
}
.locations-sec ul{
margin: 0;
padding: 30px 0;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-end;
    
}
.locations-sec ul li{
list-style-type: none;
width: 31%;
margin: 0 1%;
border-bottom: solid 1px rgba(0,0,0,0.2);
}
.locations-sec ul li a{
display: block;
transition: all 0.5s ease 0s;
padding: 10px 0;
text-decoration: none;
color: #444;
line-height: 1;
}
.locations-sec ul li a:hover{
color:#477589;
}
.collapse.show{
    display:block;
}
@media screen and (max-width:1199px) {
    .locations-sec .container {
  max-width:96%;
  margin: 0 auto;
}
}
@media screen and (max-width:575px) {
    .locations-sec ul li {
  width: 48%;
}
}
@media screen and (max-width:480px) {
    .locations-sec ul li {
  width:100%;
}
}