/*
Theme Name: Avada - Guardian Storage
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
a.orange-link{
  color:#fd8204 !important;
}

a.orange-link:hover{
  color:#001689 !important;
}
#content .fusion-text a {
    text-decoration: underline;
}
body{
font-family: Mulish !important;
}

input[type=text], input[type=email], input[type=password], input[type=tel] {
    line-height: 16px;
    padding: 8px 13px 9px;
    width: 338px;
}

#top-text-slider .fusion-animated-texts-wrapper {
    text-align: left !important;
}
#top-text-slider .fusion-animated-texts-wrapper  em {
    color: #fd8204 !important;
    font-style: normal !important;
}
.home .features-row ul li {
    display: inline;
    position: relative;
    padding-left: 20px;
}
.home .features-row ul li:first-child{
    padding-left: 0px;
}
.home .features-row ul{
    padding: 0px;
    margin:0px;
}
.home .features-row ul li::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    font-size: 6px;
    color: #fd8204;
    position: absolute;
    top: 15px;
    left: 5px;
    background-color: transparent;
}
.home .features-row ul li:first-child::before{
    display:none;
}
.btn-fullwidth{
width: 100%;
    text-align: center;
}

.fusion-testimonials.review-card blockquote q {
    line-height: normal;
    background: transparent;
    font-style:normal;
    padding:0px 0px;
}
.fusion-testimonials.classic .no-avatar .author {
    padding-left: 0;
    color: #0f1a67;
    font-size: 20px;
}
.fusion-testimonials.review-card p{
        margin-top: 20px;
    line-height: 25px;
}
.fusion-testimonials .testimonial-pagination a {
    display: inline-block;
    margin-right: 10px;
    height: 3px;
    width: 25px;
    border-radius: 0%;
    border: 1px solid #001689;
    color: #001689;
    background: #001689;
}
.fusion-testimonials .testimonial-pagination a.activeSlide {
    border: 1px solid #ccc;
    color: #ccc;
    background: #ccc;
}
.logo-slider .awb-icon-angle-left:before {
    color: #001689;
    font-size: 64px;
}
.logo-slider .awb-icon-angle-right:before{
    color: #001689;
    font-size: 64px;
}
.logo-slider .awb-swiper-button-next, 
.logo-slider .awb-swiper-button-prev{
    background:transparent;
}
.footer-three-column a{
    color: #fd8204;
}
.footer-three-column .fusion-social-links .fusion-social-networks .fusion-social-networks-wrapper .fusion-social-network-icon {
    margin: 10px 5px;
}
.copyright a{
    color:#000;
}
.signingup-steps .fusion-li-item .circle-yes{
     border: 4px solid #fff;
    font-weight: 900;
}
.signingup-steps{
    columns: 3 !important;
}
.signingup-steps .fusion-li-item{
    line-height: 25px;
    padding-top: 0.35em !important;
    padding-bottom: 0.35em !important;
    position:relative;
}
.signingup-steps .fusion-li-item p{
    font-size: 18px;
}
.signingup-steps .fusion-li-item p strong{
    font-size: 24px;
	font-weight:700;
}
.signingup-steps .fusion-li-item .circle-yes::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: #fd8204;
    color: #fff;
    width: 34px;
    height: 34px;
    position: absolute;
    bottom: 0px;
    left: 14%;
    font-size: 18px;
    line-height: 35px;
    border-radius: 30px;
}
.signingup-steps .fusion-li-item:first-child .circle-yes::before{
       content: "\f002";
}
.signingup-steps .fusion-li-item:nth-child(2) .circle-yes::before{
      content: "\f14a";
}
.signingup-steps .fusion-li-item:nth-child(3) .circle-yes::before{
    content: "\f023";
}
.faqs .fusion-accordian .fusion-panel {
    background-color: #dedfeb;
}
bold, strong {
    font-weight: bold;
}

ol:not([class]) li,ul:not([class]) li {
        padding: 4px 0 4px 16px;
        font-size: 16px;
           line-height: 1.2em;
        color: #363636;
        position: relative;
		    font-weight: 400;
    }

    ol:not([class]) li li,ul:not([class]) li li {
        padding-left: 15px;
        padding-top: 0;
        font-size: 13px;
        color: #666
    }

    ol:not([class]),ul:not([class]) {
        margin-bottom: 24px
    }

    ul:not([class]) li:before,ul:not([class]) ul li:before {
        content: '';
        width: 5px;
        height: 5px;
        background-color: #f58616;
        font-size: 0;
        line-height: 0;
        position: absolute;
        left: 0;
        top: 12px;
    }

    ol:not([class]) ol,ul:not([class]) ul {
        padding-top: 6px;
        margin: 0
    }

    ul:not([class]) ul li {
        position: relative
    }

    ul:not([class]) ul li:before {
        top: 12px
    }

    ol:not([class]) {
        margin-left: 25px;
        list-style: decimal
    }
.ul-white ul li{
    color:#fff;
}

ul {
    padding: 0;
    list-style: none;
    list-style-image: none;
}

.participating-locations .icon-wrapper{
    display:none !important;
}
.participating-locations .fusion-li-item-content {
    margin-left: 0px!important;
}
.participating-locations li{
padding-top: 0.35em!important;
    padding-bottom: 20px!important;
    line-height: 22px !important;
    width:50%;
}
.participating-locations{
flex-flow: row wrap;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.participating-locations a{
  text-decoration:underline;   
}
.location-group-list li:before{
    content: "\2022";
    width: unset;
    height: unset;
    border-bottom: unset;
    border-top: unset;
    border-left: unset;
    font-size: inherit;
    line-height: 0;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    color: #9a98c0;
}
.location-group-list li {
    line-height: 1.7em;
position: relative;
}
.location-group-list li a {
    font-weight: 400;
    text-decoration: underline;
    padding: 0 0 0 16px;
    margin: 1px 0;
    display: block;
}
.sidebar-newsletter #form_signupforournewsletter .frm_button_submit{
    text-transform: uppercase;
    background-color: #fd8204;
    color: #fff;
    width: 100%;
}
.sidebar-newsletter #form_signupforournewsletter .frm_form_field{
    margin-bottom: 0px;
}

#virtual-tour-360:hover:before {
	opacity : 0.95;
}
.wdst_location .flex-control-paging {
	display : none !important;
}
a.location-promotion:before {
	background : #fd8204;
		position : absolute;
		 content : '';
		 display : block;
		 z-index : -1;
			bottom : 8px;
			 right : 8px;
				left : 8px;
				 top : 8px;
}
a.location-promotion:hover {
	color : #001689;
}
a.location-promotion {
	-webkit-transition : background 0.5s;
		 -moz-transition : background 0.5s;
					transition : background 0.5s;

	justify-content : center;
	text-decoration : none;
	 flex-direction : column;
			font-weight : 700;
			line-height : initial;
			text-shadow : 2px 2px 1px rgba(0, 0, 0, 0.2);
			 text-align : center;
				font-size : 46px;
				 position : relative;
					display : flex;
					padding : 20px;
					 border : 2px dashed #fd8204;
					 height : 100%;
					 margin : 0px;
						color : #fff;
						width : 100%;
}
a.location-promotion .cpn-disclaimer {
	font-size : 14px;
		 margin : 15px 0px 0px 0px;
}
a.location-promotion .truck {
	font-size : 24px;
		display : block;
}
a.location-promotion small {
	text-decoration : underline;
			 font-style : italic;
				font-size : 24px;
					display : block;
}
#location-buttons a {
	display : block;
	 margin : 10px 0px;
		width : 100%;      
}


.location-form {
  padding:24px 12px 24px 12px;
  background: #fd8204;
}
.location-form label {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 16px;
	font:  Open Sans,Arial,sans-serif;
}
.location-form .small{
	font-size: 20px;
    font-weight: 400;
    color: #001689;
    display: block;
    margin-bottom: 10px;
}
.location-form .input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.location-form #sidebar-zip {
      margin-bottom: 0;
    border: 0;
    line-height: 16px;
    padding: 8px 13px 9px;
    max-width: 338px;
    padding-right: 0px;
    margin-right: 0px;
    border-radius: 0px;
}
.location-form .btn {
    background-color: #001689;
	border: 0;
    border-radius: 0;
	transition: 0.5s ease-in-out;
    padding: 10px 11px;
	color: #fff;
	cursor:pointer;
}
.location-form .btn:hover {
    background-color: #6773b8;
}
.blog-sidebar .fusion-search-button{
	background-color: #001689;
    border: 0;
    border-radius: 0;
	color:#fff;
    transition: 0.5s ease-in-out;
	right:0;
}
.blog-sidebar .fusion-search-button .searchsubmit{
	 color: #fff !important;
}

.fusion-tb-categories:before {
    content: "\f07b";
	    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #666;
	    margin-right: 5px;
}
.fusion-tb-tags:before {
    content: "\f02e";
	    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
       margin-right: 8px;
	    color: #666;
    margin-left: 2px;
}
.blog-list .title-heading-left a{
	color:#001689 !important;
}
.fusion-tb-author a{
	 pointer-events: none;
}
.blog-categories ul li:before{
content: "\f0c8";
    font-size: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    color: #001689;
    margin-left: 10px;
    margin-top: 5px;
}
.taglist .fusion-post-cards .fusion-grid {
    display: block;
}

.taglist .fusion-post-cards .fusion-grid {
    display: block;
}
.taglist .fusion-post-cards .fusion-grid li{
	background-color: #eaeaf2;
    display: inline-block;
    color: #404040;
    padding: 5px;
    text-decoration: none;
    margin: 5px 5px 5px 5px;
    transition: all 0.1s ease-in-out;
    width: auto;
}
.videos-landing .video-group {
}

.videos-landing .video-group > .row > div:nth-child(2) {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

.videos-landing .video-group .section-title {
	color: #fff;
	background: rgba(0, 22, 137, 0.7);
	padding: 12px 0px 12px 16px;
	margin-bottom: 18px;
	font-weight: 600;
}

.video-entry {
	border-bottom: 4px dashed #d9d9d9;
	padding-bottom: 48px;
	margin-bottom: 48px;
}

.video-entry .entry-title {
	font-size: 16px;
	line-height: 20px;
	color: #001689;
	margin-top: 16px;
	margin-bottom: 20px;
}

.video-entry .entry-summary {
	font-size: 13px;
	line-height: 18px;
}

.video-entry .entry-summary p:last-of-type {
	margin-bottom: 0;
}

.video-entry a {
	text-decoration: none;
}
.videos-landing .container{
	width: 100%;
}
.video-entry img {
	width: 100%;
}

.video-entry a.btn {
	margin-top: 24px;
}
.videos-landing{
	width: 74%;
    float: right;
    clear: initial !important;
    background: #fff !important;
    margin-left: 0px !important;
    padding-top: 20px !important;
}
.videos-landing .lg-thumb-outer {
	height: auto !important;
}

.page-template-template-videos .lg-backdrop {
	z-index: 99999;
}

.page-template-template-videos .lg-outer {
	z-index: 999999;
}
.video-entry .entry-thumbnail {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.video-entry .entry-thumbnail:before {
	content: "\f144";
	font-family: "Font Awesome 5 Free";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* line-height: 1; */
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	font-size: 64px;
	position: absolute;
	z-index: 1;
	color: #fd8204;
}

.video-entry .entry-link:hover .entry-thumbnail:before {
	color: #fff;
}

.video-entry .entry-thumbnail:after {
	content: "";
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.55);
	position: absolute;
}
.videos-template .video-sidebar{
width: 24% !important;
    margin-right: 0%!important;
    overflow: hidden;
}
.video-menu{
	font-size: 18px;
    font-weight: 700;
}
.video-menu li {
    border-bottom: 4px dashed #d9d9d9;
border-bottom: 2px dashed #d9d9d9;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}
.video-menu li:before{
content: "\f0c8";
    font-size: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    color: #001689;
    margin-left: 10px;
    margin-top: 5px;
}
/*All location*/
.all-location-template .all-location-sidebar{
width: 24% !important;
    margin-right: 0%!important;
    overflow: hidden;
}
.all-location-landing{
	width: 74%;
    float: right;
    clear: initial !important;
    background: #fff !important;
    margin-left: 0px !important;
    padding-top: 20px !important;
}

.brand-lead-text{
margin-bottom: 10px;

}

.brand-lead-text p{
    font-size: 15px;
    margin-bottom: 0;
}

.brand-lead-text p .text-tertiary{
    color:#04157f;
}

@media (min-width: 1024px){
    .brand-lead-text p {
        font-size: 20px;
    }
}

/* Size Guide Unit */
.size-guide-landing{
	width: 74%;
    float: right;
    clear: initial !important;
    background: #fff !important;
    margin-left: 0px !important;
    padding-top: 20px !important;
}
.size-guide-landing .container{
	width: 100%;
}
.size-guide-unit {
  height: calc(100% - 30px);
	text-align: center;
	margin-top: 30px;
}

.size-guide-unit .entry-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 16px;
	background-color: #e5e5e5;
}

.size-guide-unit .entry-header .entry-title h4 {
     font-size: 36px;
}

.size-guide-unit .entry-header .entry-title h4 em {
  font-weight: 400;
  text-transform: none;
}

.size-guide-unit .entry-title .h1 {
	font-weight: 700;
	letter-spacing: -3px;
	margin-bottom: 0;
	line-height: normal;
}

.size-guide-unit .entry-title em {
	font-size: 20px;
	font-weight: 200;
	font-style: normal;
	letter-spacing: normal;
}

.size-guide-unit .entry-thumbnail {
	padding: 0 16px;
}

.size-guide-unit .entry-thumbnail img {
	max-width: 100%;
}

.size-guide-unit .entry-subtitle {
	font-weight: 700;
		color: #333;
		font-size: 18px;
		line-height: 26px;
		padding: 0px 40px;
}

.size-guide-unit .entry-footer {
	background-color: #1a367c;
	padding: 16px 0px;
	text-align: center;
}

.size-guide-unit .entry-footer .btn {
	background-color: #fd8204;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 24px;
	padding-right: 24px;
	font-weight: 700;
}
.size-guide-unit .entry-link::before {
    content: "\f144";
    font-family: "Font Awesome 5 Free";
    font-size: 48px;
    position: absolute;
    color: #fd8204;
    background-color: rgba(0, 0, 0, 0.55);
    left: calc(10% - 30px);
    top: calc(7% - 30px);
    line-height: 1;
    padding: 6px;
    border-radius: 50%;
}
/* Quick Links */
.storage-size-guide {
	margin-top: 24px;
}

.storage-size-guide .quick-links-title {
  display: inline;
	color: #001689;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
}

.storage-size-guide .quick-links-list {
  display: inline;
  margin-left: 16px;
}

.storage-size-guide .quick-links ul li {
	display: inline-block;
}

.quick-links li a {
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
}

.quick-links li a:before {
	content: "|";
	color: #1a367c;
	font-weight: 600;
	padding-right: 8px;
	padding-left: 8px;
}

.quick-links li:first-of-type a::before {
	content: none;
}
.storage-size-guide-text {
  color: #666;
  margin-top: 32px;
}

/* Location Form Callout */

.size-guide-landing .location-form.location-group-form {
  display: block;
}

.size-guide-landing .location-form {
  padding: 24px;
}

.size-guide-landing .location-form form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.size-guide-landing .location-form .input-group {
  width: inherit;
}

.size-guide-landing .location-form input {
  width: auto;
  min-width: 235px;
  margin-bottom: 0;
  border: 0;
  border-radius:0px;
}
.size-guide-landing .location-form label {
    margin-bottom: 0px;

}
/**Footer Form**/
.location-form-footer .input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
}
.location-form-footer #sidebar-zip-footer {
    margin-bottom: 0;
    border: 0;
    line-height: 16px;
    padding: 8px 13px 9px;
    max-width: 338px;
    padding-right: 12px;
    margin-right: 0px;
    border-radius: 0px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.location-form-footer .btn {
    background-color: #fd8204;
    border: 0;
    border-radius: 0;
    transition: 0.5s ease-in-out;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.location-form-footer .btn:hover {
   background-color: #f8ac3e;
}
.location-form-footer .btn .fa{
    font-size: 18px;
}
.awb-menu__open-nav-submenu-hover {
    color: #fd8204;
}
.awb-menu__open-nav-submenu-hover::before {
	content: "\f0d7"!important;
	font-family: "Font Awesome 5 Free" !important;
}
/**Header Form**/
.location-form-header .input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	max-width: 800px;
    margin:0 auto;
}
.location-form-header #sidebar-zip-header {
margin-bottom: 0;
    border: 0;
    line-height: 16px;
    padding: 8px 13px 9px;
    max-width: 800px;
    padding-right: 12px;
    margin-right: 0px;
    border-radius: 0px;
    border: 1px solid gray;
	border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.location-form-header .btn {
background-color: #fd8204;
    border: 0;
    border-radius: 0;
    transition: 0.5s ease-in-out;
    padding: 10px 15px;
    color: #fff;
    width: 225px;
    cursor: pointer;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 16px;
}
.location-form-header .btn:hover {
   background-color: #f8ac3e;
}
.location-form-header .btn .fa{
    font-size: 18px;
}
/**Header Form**/
.hero-location-search{
	border: 1px solid #000;
    border-radius: 32px;
    background: #fff;
	padding: 5px;
}
.location-form-home .input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	max-width: 98%;
    margin:0 auto;
}
.location-form-home #sidebar-zip-home {
margin-bottom: 0;
    border: 0;
    line-height: 16px;
    padding: 0px 13px 0px;
    max-width: 800px;
    padding-right: 12px;
    margin-right: 0px;
    border-radius: 0px;
    border: 1px solid gray;
	border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
	outline:0!important;
	border:0px!important;
	font-size: 18px;
	height: 45px;
    width:100%;
}
.location-form-home #sidebar-zip-home::placeholder{
	font-weight:bold;
}
.location-form-home .btn {
background-color: #fd8204;
    border: 0;
    border-radius: 0;
   transition: 0.5s ease-in-out;
    padding: 5px 15px;
    color: #fff;
    width: 200px;
    cursor: pointer;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
	height: 45px;
}
.location-form-home .btn:hover {
   background-color: #f8ac3e;
}
.location-form-home .btn .fa{
    font-size: 18px;
}
.blog-sidebar .searchform .fusion-search-form-content{
	
}
.blog-sidebar .searchform .fusion-search-form-content input.s {
        padding: 10px !important;
    padding-right: 40px !important;
}
.latest_news_events h4 a{
	color: #001689 !important;	
}
.latest_news_events h4 a:hover{
	color: #da5e22 !important;	
}
ul.wpvs_wrapper li > a, 
ul.wpvs_wrapper > li ul li {
    min-height: 20px;
}
/**location**/
h2.location-group-title{
	margin-bottom:0px;
	margin-top:10px;
}
.guardian-storage-location-group ul {
    margin-left: 8px;
		    padding: 0;
    list-style: none;
    list-style-image: none;
}

.guardian-storage-location-group ul li {
    position: relative
}

.guardian-storage-location-group ul li a {
    color: #fd8204;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 500;
    font-size: 18px;
    display: block;
    padding-left: 16px
		  font-weight: 400;
  text-decoration: underline;
}

.guardian-storage-location-group ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    width: unset;
    height: unset;
    border-bottom: unset;
    border-top: unset;
    border-left: unset;
    font-size: inherit;
    line-height: 0;
    position: absolute;
    left: 0;
    top: calc(50% - 0px);
    color: #9a98c0;
    font-size: 6px;
}
.post-content .wpgmza-store-locator{
	display:flex;
	flex-wrap:wrap;
	margin-bottom: 15px !important;
}

.post-content .wpgmza-radius-container {
	margin-left: 16px !important;
}
.post-content .wpgmza_sl_search_button_div,
.post-content .wpgmza_sl_reset_button_div {
    margin-left: 16px !important;
}
.post-content .wpgmza-radius-container {
    width: 100px;
    flex-grow: 1;
}
.post-content .wpgmza-radius {
    width: 100%
}
.wpgmza-store-locator > * {
    display: inline-block !important;
    vertical-align: baseline !important;
    height: 42px !important;
    max-width: 600px;
}
/**locations**/
.locations .guardian-storage-location-group:first-child ul{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 48px;
		-moz-column-gap: 48px;
		column-gap: 48px;
}
.locations .guardian-storage-location-group:first-child {
    margin-right: 60px;
    padding-right: 60px;
    border-right: 2px solid #ccc;
	float: left;
 }
.locations .guardian-storage-location-group {
    flex-grow: 1;
    width: auto; 
    float: left;
}

#guardian-storage-locations .fusion-accordian .fusion-panel {
	border: 1px solid #d3d6e5;
	border-radius: 0;
	margin-bottom: 6px;
}

#guardian-storage-locations .panel-title {
	background-color: #dedfeb;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 16px;
	border-radius: 0;
}

#guardian-storage-locations .panel-heading .panel-title a{
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	font-size: 20px;
	line-height: 16px;
	font-weight: 600;
	color: #001689;
	text-align: left;
	white-space: unset;
	line-height: 26px;
}

#guardian-storage-locations .fusion-accordian .panel-heading .panel-title a:hover,
#guardian-storage-locations .fusion-accordian .panel-heading .panel-title a:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}
#guardian-storage-locations .fusion-accordian .panel-title a .fa-fusion-box:before{
	width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    content: "+";
    color: #fff;
    background-color: #7e7cac;
    min-width: 38px;
    min-height: 38px;
}
#guardian-storage-locations .fusion-accordian .panel-title a .fa-fusion-box{
	background:transparent;
	padding:0px;
	
}
#guardian-storage-locations .fusion-accordian ul {
	padding: 0px 16px;
}
.location-group-list li.list-heading::before{
	display:none;
}	
.location-group-list li.list-heading a {
    color: #001689 !important;
    font-weight: bold !important;
    padding:0 0px 0 10px;
}
.pittsburgh-self-storage #guardian-storage-locations,
.colorado-self-storage #guardian-storage-locations{
	display:block;
}
.wdst_location-template ul:not([class]) li:before, 
.wdst_location-template ul:not([class]) ul li:before{
	display:none;
}

.wdst_location-template ol:not([class]) li, 
.wdst_location-template ul:not([class]) li {
    padding: 0px 0 4px 0px;
    font-size: 16px;
    line-height: 2em;
    color: #363636;
    position: relative;
}
/**blog mobile**/
select#cat{
	margin-bottom:20px;
	width:100%;
}
.blog-categories.navigation-title{
	margin-bottom:10px 0px !important;
}
.locations-group-heading-callout::before{
font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da" !important;
    color: #fd8204;
    background: transparent !important;
    font-size: 120px;
    height: auto !important;
    position: absolute !important;
    top: -69px !important;
    left: -5px !important;
}
.locations-group-heading-callout{
overflow: hidden;
    padding-left: 50px !important;
}
 .features-list ul{
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  margin-bottom: 16px;
}

 .features-list ul li {
  display: inline;
  padding:0px 0px 0px 0px;
  font-size: 20px;
  font-weight: bold;
}
 .features-list ul:not([class]) li:before,
  .features-list ul:not([class]) ul li:before{
	 display:none;
 }
 #location-buttons a{
	 border-radius:0px;
 }
 .guardian-location-tab-content-lists .fusion-button{
	  border-radius:0px;
	      text-transform: uppercase;
 }
 .guardian-storage-tooltip-anchor:hover .guardian-storage-tooltip{
	 display: block !important;
    left: -122px;
 }
  #guardian-location-storage-options  .guardian-storage-tooltip ul li {
  padding:0px 0px 0px 10px;
  position:relative;
}
#guardian-location-storage-options .guardian-storage-tooltip ul li:before{
	    content: '';
    width: 5px;
    height: 5px;
    background-color: #f58616;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 7px;
	border-radius:20px;
 }
#guardian-location-storage-options .guardian-storage-tooltip::before {
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%280,0,0,0.825%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E) no-repeat;
    background-size: 100% auto !important;
    content: "";
    height: 6px;
    width: 18px;
    margin-bottom: 5px;
    top: calc(100% - 3px);
}
@media only screen and (max-width: 1550px){

	.awb-menu__main-li {
		margin-left: 5px!important;	
	}
}
@media only screen and (max-width: 1250px){

	.awb-menu__main-li {
		margin-left: 0px!important;
	}

}
@media only screen and (max-width: 1000px){
	#main {
		padding-top: 0px!important;
		padding-bottom: 10px!important;
	}
	.home #main {
		padding-top: 0px!important;
		padding-bottom: 0px!important;
	}

    .videos-template .post-content{
            flex-direction: column-reverse;
    display: inline-flex;
    }
    .videos-landing {
    width: 100%;
    }
	.size-guide-template .post-content{
            flex-direction: column-reverse;
    display: inline-flex;
    }
    .size-guide-landing{
		width: 100%;
	}
	.all-location-template{
            flex-direction: column-reverse;
    display: inline-flex;
    }
    .all-location-landing{
		width: 100%;
	}
	#top-text-slider .fusion-animated-texts-wrapper {
		text-align: center !important;
		width:100% !important;
	}
	.awb-menu.collapse-enabled.awb-menu_indent-left ul ul a {
		font-size: 16px;
	}
	.account-button{
		color: #001689;
		margin:0px;
	}
	.download-information .btn-fullwidth {
		padding: 10px 5px !important;
		font-size: 14px !important;
	}
	.logo-list .fusion_builder_column_inner_1_6{
		width:33.333333333333%;
	}
	.logo-list .fusion_builder_column_inner_1_6 .fusion-column-wrapper{
		    padding: 0px !important;
    		margin: 0 !important;
	}
	.video-sidebar{
		display:none;
	}
	.blog-list h1{
		padding:0px 20px !important;
	}
	#guardian-storage-locations-group > .location-group-item{
		padding:10px 10px !Important;
	}
}
@media only screen and (max-width: 800px){
		.post-content .wpgmza-radius-container {
		margin-bottom: 20px !important;
		margin-top: 20px !important;
		margin-left: 0px !important;
	}
	.wpgmza-store-locator .wpgmza-address-container {
		width: 100%;
		max-width: 100%;
	}
	.post-content .wpgmza_sl_search_button_div,
	.post-content .wpgmza_sl_reset_button_div {
		margin-left: 16px !important;
		margin-top: 20px !important;
	}

}
@media only screen and (max-width: 600px){
	.home .features-row ul li {
		display: block;
		position: relative;
		padding-left: 20px !important;
	}
	.home .features-row ul li:first-child::before {
		display:initial !important;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f111";
		font-size: 6px;
		color: #fd8204;
		position: absolute;
		top: 50%;
		left: 2%;
		background-color: transparent;
	}
	.post-content .download-information .fusion_builder_column_inner_1_4  p {
		margin-bottom: 20px;
		font-size: 14px;
		height: 40px;
	}
	.page-template-page-size-guides #main {
		padding-right: 0px!important;
		padding-left: 0px!important;
	}
	.page-template-page-size-guides #main.size-guide-landing{
		padding-right: 20px!important;
		padding-left: 20px!important;
	}
		.page-template-page-video #main {
		padding-right: 0px!important;
		padding-left: 0px!important;
	}
	.page-template-page-video #main.videos-landing{
		padding-right: 20px!important;
		padding-left: 20px!important;
	}
	.video-entry {
		border-bottom: 4px dashed #d9d9d9;
		padding-bottom: 20px;
		margin-bottom: 48px;
	}
	#content #guardian-storage-locations-group .location-group-item-content {
		display: flex !important;
		margin: 0px;
	}
	#content #guardian-storage-locations-group .location-group-item-content h2{
		font-size: 18px;
		font-weight: 800;
		font-style: italic;
		color: #031e87;
	}
	#content #guardian-storage-locations-group .location-group-item-link {
		font-size: 18px;
	}
	#guardian-storage-locations-group .location-group-item-phone {
		font-size: 16px;
	}
	#content #guardian-storage-locations-group .location-group-item-info .fusion-button {
		width: 100%;
		font-size: 12px;
	}
}

.locations-archive-content {
    padding: 0 30px;
    overflow: hidden;
    position: relative;
}

.swiper {
    width: 100%;
}

.swiper-wrapper {
    align-items: flex-start !important;
}

.swiper-slide {
    min-height: auto !important;
}

.locations-archive-content .location {
    background-color: #ffffff;
    padding: 10px 20px 20px;
    height: 100%;
    box-sizing: border-box;
    border-radius: 10px;
}

.locations-archive-content .location .wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;

}

.locations-archive-content .location h2 {
    font-weight: 700;
    font-size: 18px;
}

.locations-archive-content .location h2 a {
    color: #001689;
}

.locations-archive-content .location .location-image {
    aspect-ratio: 330 / 150;
    width: 100%;
    overflow: hidden;
}

.locations-archive-content .location .location-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.locations-archive-content .location .vcard {
    margin-top: 10px;
    margin-bottom: 0;
}

.locations-archive-content .location .vcard p {
    color: #001689;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
    font-style: normal;
    margin-bottom: 7px;
    padding-left: 25px;
    position: relative;
}

.locations-archive-content .location .vcard .tel:before {
    content: "\f879";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #fd8102;

}

.locations-archive-content .location .vcard .listing-short-description {
    font-size: 12px;
}

.locations-archive-content .location .vcard .listing-short-description:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #fd8102;

}

.locations-archive-content .location .vcard .adr:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #fd8102;
}

.locations-archive-content .location .view-units {
    display: block;
    text-align: center;
    background-color: #fd8102;
    color: #ffffff;
    padding: 4px 10px;
    font-size: 15px;
    letter-spacing: 1.5px;
    font-weight: 600;
    border-radius: 5px;
}

.loading-spinner {
    text-align: center;
    font-weight: bold;
    padding: 50px;
    font-size: 20px;
    color: #001689;
}

.loading-spinner:after {
    content: "";
    display: block;
    margin: 20px auto;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #001689;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.swiper-button-next,
.swiper-button-prev {
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 65px;
    background: rgb(0 22 137 / 71%);
    border-radius: 5%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

.listing-short-description {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #001689;
}

#locationDisplay {
    margin-top: 0 !important;
        margin-bottom: 15px;
    font-size: 18px;
    text-align:center;
    padding:0 10px;
}

@media only screen and (max-width: 800px) {

    #locationDisplay {
    font-size: 15px !important;
    line-height: 1.4 !important;
    }
}


@media only screen and (max-width: 600px) {
    #frm_field_92_container {
                width: 50px;
    } 

    .location-listing-title h1 {
        font-size: 23px !important;
    }

    .search-field-title h3 {
        font-size: 20px !important;
    }
}


.post-type-archive-wdst_location .location-search-bar{
    display:none !important;
}


.starting-price{
    margin: 0 0 10px;
    font-size: 16px !important;
    font-style: italic !important;   
 display: flex;
    justify-content: space-between;
    align-items: center;   
}



.location-search-wrapper {
    display: flex;
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    padding: 2px;
    border-radius: 50px;
    position:relative;
}

.location-search-wrapper input[type="text"] {
    padding: 10px;
    border: 0;
    border-right: none;
    border-radius: 50px 0px 0 50px;
    flex: 1;
}

.location-search-wrapper button {
background-color: #fd8204;
    border: 1px solid #ccc;
    border-left: none;
    padding: 0 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50px;
    min-width: 50px;
    min-height: 50px;
    font-size: 14px;
    letter-spacing: 1px;
}

.location-search-wrapper.blue-button button{
background-color: #001689;
}


.location-search-wrapper button .dashicons {
    font-size: 18px;
    color: white;
}




.gs-admin-fee {
    position: relative;
    text-align: center;
 }

 .af-table{
    border-radius: 10px;
    margin-bottom: 10px;
 }

 .gs-admin-fee .gm{
    font-size: 19px;
    font-weight: 600;
 }

 .admin-fee-location{
    background-color: #001689;
    padding-top: 15px;
 }

 .admin-fee-location .gm{
color: #ffffff;
    border-bottom: 2px solid;
 }

  .admin-fee-main{
       margin-bottom: 15px; 
  }

 .admin-fee-main .gm{
    color: #001689;
    border-bottom: 0px solid #001689;
    font-size: 17px;
 }

.admin-fee-tooltip-trigger { cursor: pointer; display: inline-flex; align-items: center; }
.admin-fee-tooltip-trigger .cs-question-mark {margin-left: .25rem;
    font-size: 15px;
    color: #fd8204;}

.af-tooltip {
  position: fixed; /* placed by JS; avoids overflow issues */
  z-index: 9999;
  min-width: 280px;
  max-width: min(92vw, 520px);
  background: #ffffff;
  color: #0f172a;
    border: 4px solid rgb(253 130 4);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  padding: 16px 16px 14px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
    pointer-events: none; 
  will-change: top, left, transform, opacity;
}

.af-tooltip.below:before,
.af-tooltip.above:after {
  pointer-events: none;
}


.af-tooltip.below:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -20px;
    background-color: #ffffff;
    border-top: 4px solid #fd8204;
    border-left: 4px solid #fd8204;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -15px;
    top: -20px;
}

.af-tooltip.above:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -20px;
    background-color: #ffffff;
    border-bottom: 4px solid #fd8204;
    border-right: 4px solid #fd8204;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -15px;  
     bottom: -20px;
}

.af-tooltip.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;   
}


.af-tooltip-close {
  position: absolute;
  top: 8px; right: 10px;
  background: transparent;
  border: 0;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
  color: #475569;
}

.af-tooltip-content table {
    background-color: rgb(253 130 4 / 15%);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;

}
.af-tooltip-content thead td {     font-weight: 700;
    padding: 0;
    color: #001689; }
.af-tooltip-content tbody td {    padding: 0;
    line-height: 1.1em;
    font-size: 15px;}
.af-tooltip-content .pp-fee {
        font-size: 15px;
    line-height: 1.4;
    text-align: left;
    padding: 0 10px;
}

.af-tooltip-content .pp-fee strong{
    font-weight:700;
    color:#000000;
}

.additional-fee {     background-color: rgb(253 130 4 / 15%);
    padding: 2px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 0; }
.additional-fee .af-item { display: flex; justify-content: space-between; gap: 12px; padding: .25rem 0; }
.additional-fee .af-label,
.additional-fee .af-amount {    font-weight: 700;
    color: #001689;
    white-space: nowrap;
    font-size: 15px;
}

@media (max-width: 760px){
    .gs-admin-fee .gm{
        font-size: 15px;
        line-height: 1.6;  
                padding: 0 15px;     
    }

    .admin-fee-location {
        background-color: #001689;
        padding: 15px;
    }
    
    .admin-fee-location .gm,
    .admin-fee-main .gm{
        border:0;
        text-decoration: underline;
    }

}



/* Footer quick links grid */
.quicklinks-grid {
  display: grid;
  gap: clamp(8px, 1.6vw, 18px);
  /* If you want strict equal columns based on parent count:
     grid-template-columns: repeat(var(--ql-cols, 4), minmax(0, 1fr));
     Otherwise, let it wrap nicely: */
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.quicklinks-grid .quicklinks-parent {
  margin: 0 0 .4rem 0;
  font-weight: 600;
  line-height: 1.2;
}

.quicklinks-grid .quicklinks-parent a {
  text-decoration: none;
}

.quicklinks-grid .quicklinks-sub {
  list-style: none;
  margin: 0;
  padding: 0;
}

.quicklinks-grid .quicklinks-subitem + .quicklinks-subitem {
    margin-top: 0;
    font-size: 14px;
}

.quicklinks-grid a {
  text-decoration: none;
}

.quicklinks-grid a:hover,
.quicklinks-grid a:focus {
  text-decoration: underline;
}

/* Optional muted style */
.quicklinks-grid .quicklinks-subitem a {
    opacity: 1;
    color: #ffffff;
}





/* --- Search suggestions dropdown --- */
.location-live-search {
  position: relative;
}

.wdst-search-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 4px;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  max-height: 260px;
  overflow-y: auto;
  font-size: 14px;
}

.wdst-search-suggestions ul {
  list-style: none;
  margin: 0;
  padding: 4px 0;
}

.wdst-search-suggestions li {
  padding: 8px 12px;
  cursor: pointer;
  display: block;
  list-style: none;
}

.wdst-search-suggestions li:before {
  display: none;
}

.wdst-search-suggestions li strong {
  display: block;
  font-weight: 600;
  color: #111827;
}

.wdst-search-suggestions li small {
  display: block;
  color: #6b7280;
}

.wdst-search-suggestions li:hover {
  background: #f3f4f6;
}

.wdst-suggest-group {
  padding: 6px 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #9ca3af;
  cursor: default;
}
