/*
 Theme Name:   UpClosets Child Theme
 Theme URI:    https://clicktecs.com/
 Description:  Child Theme for UpClosets. Required parent theme to work. Please check parent theme for more details.
 Author:       Vishal Gularia
 Author URI:   https://clicktecs.com/
 Template:     upclosets
 Version:      1.0.
*/

.locations-sec{
   clear: both;
  padding: 0 0 15px 0;
  text-align: center;
  background: #000;
  color: #fff;
}
.btn-loc{
	border: solid 1px #CC8613;
  cursor: pointer;
  padding: 8px 20px;
  font-size: 0.85em;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  transition: all .5s ease 0s;
  border-radius: 15px;
}
.btn-loc:hover,
.btn-loc:focus{
background: #CC8613;
  color: #fff;
    text-decoration: none;
}
.btn-loc:after {
  content: "\f107";
  font-family: Font Awesome\ 6 Free;
  font-size: 0.8em;
  font-weight: 700;
  margin: -4px 0 0 3px;
    display: inline-block;
    vertical-align: middle;
}
.locpanel{
text-align: left;
  font-size: 0.80em;
  padding: 30px 0 0 0;
}
.locpanel ul{
display: flex;
  list-style-type: none;
  flex-wrap: wrap;
}
.locpanel ul li{
width: 24%;
  padding: 0;
  border-bottom: solid 1px rgba(255,255,255,0.2);
  margin: 0 0.5%;
}
.locpanel ul li a{
text-decoration: none;
  color: #fff;
  display: block;
  line-height: normal;
  padding: 8px 0;
}
.locpanel ul li a:hover,
.locpanel ul li a:focus{
  color: #CC8613;
}
.lss-contents h1 strong,
.lss-contents h2 strong,
.lss-contents h3 strong,
.lss-contents h4 strong,
.lss-contents h5 strong,
.lss-contents h6 strong{
	font-weight:700;
}
.lss-contents .featurebox {
  padding: 30px 25px;
}
.lss-contents .featurebox h2 {
  font-size: 1.8em;
}
.lss-contents .featurebox p{
	margin-bottom:20px;
}
.lss-contents .gform_button.button{
	background: #CC8613 !important;
	color: #fff !important;
	border-radius: 10px !important;
}
.lss-contents .gform_button.button:hover,
.lss-contents .gform_button.button:focus{
	background: #58412E !important;
  color: #fff!important;
}




@media screen and (max-width: 767px) {
	.page-template-internal-page .page-title h1 {
    font-size: 1.5em;
  }
.locpanel ul li {
  width: 32.3333%;
}
.lss-contents.section{
	padding-top:0;
}
}
@media screen and (max-width: 575px) {
  .locpanel ul li {
    width: 48%;
    margin: 0 1%;
  }
}
