/*
Theme Name: Storefriendly
Theme URI: https://example.com
Description: A WordPress theme for Storefriendly storage services with a modern, colorful design.
Version: 1.2
Author: Ming
Author URI: https://example.com
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: storefriendly
*/

/*strictly for custom css only*/
/*Developer please edit assets/css/styles.css*/

:root {
      --sf-primary-blue: #00479D; /* Global variable Blue*/
	  --sf-primary-yellow: #FFC804; /* Global variable yello*/
  	  --sf-primary-red: #FF0056; /* Global variable red*/
}
body {
	overflow-y: hidden;
}
/* Custom css for gform style*/
#input_1_1_3_container .gform-field-label--type-sub {
    display: none !important;
}

.gform_wrapper.gravity-theme .gfield_label{
	display:none;
}
.gform-field-label .gform-field-label--type-sub{
	display:none!important;
}
.sf_contact_form_name legend{
	display:none;
}
.sf_contact_form_name legend{
	display:none;
}
.gform_wrapper.gravity-theme .ginput_complex label{
	display:none;
}
.gform_body{
	border-style: solid;
    padding: 20px;
    border-color: white;
    border-width: 1px;
    border-radius: 20px;
}
.gform_wrapper.gravity-theme input[type=text],.gform_wrapper.gravity-theme select{
	border-radius: 10px;
    height: 50px;
    border-style: hidden;
}
.gform_wrapper.gravity-theme select{
	color:rgb(118, 118, 118);
}

.gform_wrapper.gravity-theme .ginput_container_date input{
	width:100%
}
.gf_placeholder{
	color:rgb(118, 118, 118);
}
.gform_wrapper.gravity-theme input[type=submit]{
	border-style: hidden;
    border-radius: 5px;
    height: 20px;
    width: 60px;
    color: white;
    background: #FF0056;
}
.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer{
	    justify-content: center;
}
.gform_title{
	font-family: 'ITCAvantGardeStd-Bold';
    text-transform: uppercase;
	padding-top:20px;
	padding-bottom:15px;
}
.gform_description{
	font-family: 'ITCAvantGardeStd-Md';
    font-size: 12px;
    color: black;
	padding-bottom: 20px;
}
.gform_heading{
	 display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
/*Store Locator*/
#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .Filter_section{
	display:none;
}

#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner {
	background-color:transparent!important;
}
#asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item{
	background-color:transparent!important;
}
#asl-storelocator.asl-cont h2{
	   font-family: "ITCAvantGardeStd-Bold"!important;
    font-size: 2em!important;
}
#asl-storelocator.asl-cont .sl-main-cont .asl-panel{
	border:none!important;
}
#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .Num_of_store span{
	font-family: "ITCAvantGardeStd-Bold"!important;
    font-size: 1.5em!important;
	    padding-top: 10px;
}

#asl-storelocator.asl-cont.title-cat-18:not(:first-of-type) {
    display: none;
}

.footer-title a {
    color:#fff;
    /*font-size: 2em;
    font-weight: 700;
    margin: 0 auto;
    padding: 20px 30px;*/
	text-decoration:none;
}
.footer-section ul a{
    list-style: inherit;
}

.footer-section ul li a {
	text-decoration:none;
    color: inherit;

}

.footer-section ul li:hover a {
    color: inherit;
}
/* Branch Details Matterport*/
.sf-branch-matterport{
	display:flex;
	justify-content:center;
}
.info-addr-inner{
	color:black;
}

.hk-slider-track .hk-area-button.lang-en {
    font-size: 1rem;
    line-height: 1rem;
}
