/*
 Theme Name:   Kitchen Solvers Child Theme
 Theme URI:    https://clicktecs.com/
 Description:  Child Theme for Kitchen Solvers Microsites. Required parent theme to work. Please check parent theme for more details.
 Author:       Vishal Gularia
 Author URI:   https://clicktecs.com/
 Template:     kitchensolvers
 Version:      1.0.1
*/
.form-full.consent p a{color:#fff;}

.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.0em;
font-weight: 600;
text-transform: uppercase;
cursor: pointer;
transition: all 0.5s ease 0s;
}
.btn-loc:after{
content:"\f0d7";
display:inline-block;
font-family: Font Awesome\ 6 Free;   
}
.btn-loc.collaps-this:after{
transform: rotate(-180deg);
}
.btn-loc:hover{
color:#477589;  
}
.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%;
}
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.fs-38 {
    font-size: 38px;
}

.fs-40 {
    font-size: 40px;
}

a.disable-link-behavior:hover {
    text-decoration: none;
}