#locations-results.hidden {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -9999999999px;
    width: 100%;
}

#locations-results .l-section.height_medium{
	padding: 0px !important;
	padding-left: 16px !important;
}

.map-container .g-cols{
	display:flex;
}
.map-container {
    /* padding-top: 15px!important; */
    padding-bottom: 15px!important;
}

#locations-results.hidden section[data-sticky-disable-width] {
    display: none;
}
.zip-error {
    height: 0;
    overflow: hidden;
    top: 0;
}
.zip-error h4 {
    vertical-align: middle;
    margin: 20px 0;
    text-align: center;
}
.zip-error h4 a {
    text-decoration: underline !important;
}

#locations-results .location-form-section {
    padding-top: 11px;
    padding-bottom: 11px;
}
#locations-results .caldera-grid .form-group {
    margin-bottom: 0;
}
#locations-results h4 {
    padding-top: 3px;
    margin-bottom: 0;
    line-height: 1;
}

.formLoading {
    position: relative;
    background: url(/wp-content/themes/Impreza-child/img/loading.gif) center center/30px auto no-repeat rgba(0,0,0,0);
}
.formLoading > * {
    opacity: 0.5;
}

.formLoading .loading-layer {
    opacity: 0;
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.marker-title {
    text-transform: capitalize;
    font-family: 'Libre Baskerville', serif;
    font-size: 16px;
    font-weight: 400;    
    line-height: 1.3;
    letter-spacing: 0;
    margin-top: 12px;
    margin-bottom: 12px;
}
.marker-title,
.marker-row {
    padding: 0 9px;
}
.marker-row {
    padding-bottom: 4px;
    text-transform: capitalize;
    color: #707070;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

#search-area-btn {
    transition: padding-left .3s linear;
    overflow: hidden;
    display: inline-block;
    margin: 10px;
    color: #fff;
    background-color: #1a1a1a;
    height: 40px;    
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    user-select: none;
    vertical-align: middle;
    text-align: center;
    width: 175px;
    padding-top: 8px;
}

#search-area-btn:before {
    transition: left .3s linear, opacity .3s linear;
    border: 2px solid #fff;
    border-top-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    width: 10px;
    height: 10px;
    opacity: 0;
    content: ' ';
    border-radius: 50%;
    animation: loadingSpinner.7s infinite linear;
    -webkit-animation: loadingSpinner .7s infinite linear;
    position: absolute;
    left: -15px;
    top: 7px;
}
#search-area-btn[disabled] {
    /* background-color: rgb(90, 162, 222) !important; */
    cursor: pointer !important;    
}

#search-area-btn.area-loading {
    padding-left: 30px !important;
}
#search-area-btn.area-loading:before {
    opacity: .8;
    left: 8px;
}



@keyframes loadingSpinner {
    from { transform: rotate(0deg)   }
    to   { transform: rotate(360deg) }
}

@-webkit-keyframes loadingSpinner {
    from { -webkit-transform: rotate(0deg)   }
    to   { -webkit-transform: rotate(360deg) }
	}



#addresses-list {
    height: 900px;
    overflow: auto;
    overflow-y: overlay;
    /*margin-top: 260px;*/
}
#addresses-list .address-item {
    position: relative;
    border-radius: 4px;
    padding: 12px 15px 32px 15px;
    color: #000;
    line-height: 1;
}
/*#addresses-list .address-item:first-child {*/
/*    position: fixed;*/
/*    margin-top: -260px;*/
/*    width: 100%;*/
/*}*/

#addresses-list .address-item .address-item--type {
    margin-bottom: 12px;    
}
#addresses-list .address-item .w-btn {
    /* letter-spacing: 1.5px; */
}
#addresses-list .address-item .address-item--type span {
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    border: 1px solid #b9b3b3;
    line-height: 1;
    font-size: 11px;
    margin-left: 0;
    border-radius: 15px;
    padding: 2px 5px;
    letter-spacing: 1.2px;
}

#addresses-list .address-item .address-item--info,
#addresses-list .address-item .address-item--phone {
    text-transform: capitalize;
    /* font-size: 16px; */
    /* letter-spacing: 1.1px; */
    /* margin-bottom: 4px; */    
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;    
    color: #707070;
}
#addresses-list .address-item .address-item--company {
    cursor: pointer;
    /* margin-bottom: 7px; */
    font-size: 18px;   
    position: relative;
    color: #252525;    
    text-transform: capitalize;
}
#addresses-list .address-item .address-item--display {
    margin-top: 10px;
}
#addresses-list .address-item .address-item--display small{
    color: #707070;
    margin: 0 10px 10px 0;
    display: inline-block;    
}
.address-item .w-iconbox-icon {
	display: none;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 36px;
    text-align: center;
    max-width: 100%;
    position: relative;
    z-index: 1;
    transition: background 0.3s, color 0.3s, box-shadow 0.1s;
}
.address-item_icon-eye {
    display: none;
}
#addresses-list .address-item.active-marker .address-item_icon-eye{
    display: block;    
    position: absolute;
    right: 0;
    bottom: 0;   
}

#addresses-list .address-item .show-vadara-displayed-list {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
}

#addresses-list .address-item.active-marker {
    background-color: #f5f5f5;
}

#addresses-list .address-item .vadara-items-list {
    position: absolute;
    min-width: 180px;
    background-color: #fff;
    z-index: 9999;
    top: 0;
    right: 0;
    border: 1px solid #000;
    padding: 15px 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px 0;
    display: none;
    max-height: 400px;
    overflow: auto;
}

#addresses-list .w-separator:last-child {
    display: none;
}

#addresses-list .w-btn.color_primary.style_outlined:hover {
    color: #fff !important;
}

#howtobuy-location-form {
    background-color: #707070; 
    padding: 10px;  
	flex-grow: inherit;
    /* margin-right: 16px; */
}
@-moz-document url-prefix() {
    #howtobuy-location-form {
        margin-right: 16px !important;
    }
}

#howtobuy-location-form .form-group {   
    margin: 5px;            
}

/* @media screen and (max-width: 1280px)  {
    #howtobuy-location-form .form-group {           
        margin: 5px 0 5px 0;         
    }
} */
#howtobuy-location-form .form-group input  {
    border-radius: 0;
}
#howtobuy-location-form .input-location {    
    height: 38px;
    min-height: 38px;
    line-height: 38px;
    width: 100%;
    font-size:14px; 
    box-shadow: none;    
}
#howtobuy-location-form .input-submit {    
    font-size: 11px;
    background-color: #1a1a1a;
    color: white;
    height: 38px;
    width: 80px;
    text-transform: uppercase;
    font-weight: 600;
	color: #999999!important;
}
#howtobuy-location-form .input-location-miles {    
    height: 38px;    
    min-height: 38px;    
    box-shadow: none;
    border-radius: 0;     
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    color: #999999!important;
}
#howtobuy-location-form .search-location-form {
    display: flex;
    flex-direction: row;
}
#howtobuy-location-form .search-form-search {
    flex: 1 0 auto;
}
#howtobuy-location-form .search-form-actions {
    display: flex;
}
@media screen and (max-width: 1440px)  {
    #howtobuy-location-form .search-location-form {
        flex-direction: column;
    }
}
#setZipClient {    
    background-color: #1a1a1a; 
    height: 38px; 
    width: 45px;
}
#setZipClient > i {    
    color: #fff;
}
.partners-list {
    margin: 10px 0;
}
.partner-info {
    position: relative;
}
.partner-info ul {
    margin: 0 !important;
}
.partner-info .partners-list {

}
.partner-info ul {
    margin-top: 15px !important;
}
.partner-info ul li {
    color: #828282;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.6px;
}
.vadara-list-title {
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.vadara-items-list-desc {
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}

.vadara-items-list ul {
    margin-bottom: 20px !important;
}

.vadara-items-list ul:last-child {
    margin-bottom: 0 !important;
}
.partner-link {
    display: inline-block;
    line-height: 1.4;
}
.partner-link + .partner-link {
    margin-top: 0;
}
.links-list {
    margin-top: 10px;
}

.addresses-filter {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.btn-filter {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    width: 30%;
}
.btn-active {
    background-color: #464646;
    color: #fff;
}
.flashMessage {
    margin: 20px 0;
    color: #000;
    font-family: Libre Baskerville;
    font-size: 16px;
}
#not-addresses-available {
    /*display: block;*/
    /*text-align: center;*/
    padding-left: 1.5rem;
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
}
.not-addresses--title, .not-addresses--sub, .not-addresses--phone {
    color: #000;
}
.not-addresses--title, .not-addresses--phone {
    font-weight: bold;
}
.not-addresses--title {
    /*text-transform: uppercase;*/
    font-size: 18px;
    font-family: "Libre Baskerville", serif;
    font-weight: 300;
    color: #252525;
    /*margin-top: 20px;*/
}
.not-addresses--sub {
    font-size: 13px;
    font-style: italic;
    font-family: "Libre Baskerville", serif;
    line-height: 1.5;
}
.not-addresses--phone {
    display: inline-block;
    font-size: 16px;
    color: #707070;
    /*border: 1px solid #000;*/
    /*padding: 0 10px;*/
    margin-top: 10px;

    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    /*line-height: 28px;*/
}

.vc_custom_1566024289163 {
    margin-right: 22px !important;
    margin-left: 22px !important;
    padding-top: 33px !important;
    padding-right: 40px !important;
    padding-bottom: 35px !important;
    padding-left: 40px !important;
    background-color: rgba(255,255,255,0.8) !important;
}
.vc_custom_1562859555875 {
    margin-bottom: 10px !important;
}
.us-btn-style_2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 0em;
    padding: 0.8em 1em;
    background: #ffffff;
    border-color: #1a1a1a;
    color: #1a1a1a!important;
    box-shadow: 0 0em 0em rgba(0,0,0,0.2);
}
.us-btn-style_4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 0em;
    padding: 0.8em 1em;
    background: #1a1a1a;
    border-color: transparent;
    color: #ffffff!important;
    box-shadow: 0 0em 0em rgba(0,0,0,0.2);
}
.vc_custom_1592518053340 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-color: #dbdbdb !important;
}
.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
    float: left;
    margin-top: 0;
    font-size: 16px;
}
.form-control:focus{
    border-color: #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 2rem !important;
    height: 2rem !important;
    border-radius: .2rem !important;
}
.g-cols {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width:767px) {
	.g-cols.reversed {
		flex-direction:column-reverse
	}
	.g-cols>div:not([class*=" vc_col-"]) {
		width:100%;
		margin:0 0 1rem
	}
	.g-cols.type_boxes>div,
	.g-cols.reversed>div:first-child,
	.g-cols:not(.reversed)>div:last-child,
	.g-cols>div.has-fill {
		margin-bottom:0
	}
	.vc_wp_custommenu.layout_hor,
	.align_center_xs,
	.align_center_xs .w-socials {
		text-align:center
	}
	.align_center_xs .w-hwrapper>* {
		margin:0.5rem 0;
		width:100%
	}
}