

	/********************************* [ GLOBAL STYLES ] *********************************/
		html { height: 100%; overflow-x: hidden; }
		.clear, .clearfix { clear: both; }
		.clear:after, .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
		.post, .page { margin: 0 !important; }
		div, span, ul, li, img, header, nav, footer, main, article, aside, section { position: relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
		body { position: relative; font-size: 1.1rem; line-height: 1.7rem; font-weight: 400; font-family: 'Inter', sans-serif; color: #333; background: #fff; }
		
		#page { z-index: 1; }
		
		/***************************/
		/* GLOBAL COLOUR - #ffc300 */
		/***************************/
		
		a, a:visited { text-decoration: none; color: #ffc300; }
		a:active, a:hover { text-decoration: none; color: #333; }
		.entry-content a, #home-intro a { text-decoration: underline; color: #ffc300; }
			.entry-content a:hover, #home-intro a:hover { text-decoration: underline; color: #333; }

		h1, h2, h3, h4, h5, h6 { margin: 0 0 40px; color: #333; letter-spacing: 0px; line-height: 1em; font-weight: 600; font-family: 'Poppins', serif; text-shadow: none; text-transform: capitalize; }
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #333; }
		h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 500; }
		h1.entry-title a, h2.entry-title a, h3.entry-title a, h4.entry-title a, h5.entry-title a, h6.entry-title a { color: #333 !important; }
		h1 { font-size: 2.7rem; line-height: 3rem; }
		h2 { font-size: 2rem; line-height: 3rem; }
		.entry-content h2 { font-size: 2rem; line-height: 2rem; margin-bottom: 20px; }
		h3 { font-size: 2.6rem; line-height: 2.6rem; margin-bottom: 20px; }
		.entry-content h3 { font-size: 1.6rem; line-height: 2rem; margin-bottom: 10px; }
		h4 { font-size: 2rem; line-height: 2rem; margin-bottom: 20px; }
		h5 { font-size: 1.6rem; line-height: 1.8rem; margin-bottom: 20px; }
		h6 { font-size: 1.4rem; line-height: 1.8rem; margin-bottom: 20px; }
		strong { font-weight: 700; }
		p { margin: 0 0 2rem; }
		figure { margin: 0 0; }
		
		
		::-webkit-input-placeholder { color: #222; }
		::-moz-placeholder { color: #222; }
		:-ms-input-placeholder { color: #222; }
		:-moz-placeholder { color: #222; }
		
		input:focus, input:active, input[type="checkbox"], select, textarea, img { outline: none; }
		
		input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input.text, input.title, textarea, select { background-color: #fff; color: #555 !important; border: 2px solid #ffc300; border-width: 0 0 2px 0; padding: 14px !important; font-weight: 400; font-size: inherit; border-radius: 5px; -webkit-border-radius: 5px; }
			input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=number]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color: #e3e3e3; color: #222; box-shadow: 0 0 20px rgba(0,0,0,0.1); }
		input::placeholder, textarea::placeholder { color: #888; opacity: 1; }
		textarea { resize: vertical; }

		.ginput_container_checkbox { padding-top: 20px; }


		.gfield_checkbox input[type="checkbox"] { opacity: 0; }
		.gfield_checkbox label::before{
			content: "";
			display: inline-block;
			height: 20px;
			width: 20px;
			left: 0;
			border: 2px solid #ccc;
			border-radius: 0 0;
			-webkit-border-radius: 0 0;
		}
		.gfield_checkbox label::after {
			content: "";
			display: inline-block;
			height: 8px;
			width: 12px;
			border-left: 2px solid #ffc300;
			border-bottom: 2px solid #ffc300;
			transform: rotate(-45deg);
		}
		.gfield_checkbox label { position: relative; padding-left: 30px !important; padding-bottom: 6px !important; }
		.gfield_checkbox label::before, .gfield_checkbox label::after { position: absolute; }
		.gfield_checkbox label::before { top: 3px; }
		.gfield_checkbox label::after { left: 4px; top: 7px; }
		
		/*Hide the checkmark by default*/
		.gfield_checkbox input[type="checkbox"] + label::after {
			content: none;
			outline: none;
		}
		/*Unhide the checkmark on the checked state*/
		.gfield_checkbox input[type="checkbox"]:checked + label::after {
			content: "";
			outline: none;
		}
		/*Adding focus styles on the outer-box of the fake checkbox*/
		.gfield_checkbox input[type="checkbox"]:focus + label::before {
			outline: none;
		}
		.gfield_checkbox input[type="checkbox"]:checked + label::before { border-color: #ffc300; }
		
		
		input[type=button], input[type=submit], button, .button, a.read-more, .reply-container a, #commentform input#submit, .shortcode-button a, .gform_wrapper.gravity-theme .gform_previous_button.button, .gform_wrapper.gravity-theme .gform_save_link.button {
			-webkit-appearance: none; -moz-appearance: none; -o-appearance: none; /* For Mobiles */
			z-index: 1;
			border-radius: 4px; -webkit-border-radius: 4px;
			position: relative;
			background: #ffc300;
			border: 0px none;
			display: inline-block;
			cursor: pointer;
			color: #222 !important;
			font-size: 1rem;
			font-weight: 600;
			font-family: 'Poppins', sans-serif;
			text-decoration: none !important;
			text-transform: capitalize;
			letter-spacing: -0.3px;
			line-height: 2rem;
			padding: 15px 40px;
			text-align: center;
		}
		input[type=button] i, input[type=submit] i, button i, .button i, a.read-more i, .reply-container a i, #commentform input#submit i, a i, .shortcode-button a i { position: relative; top: -1px; vertical-align: middle; margin-right: 10px; font-size: 120%; }
		input[type=button]:hover, input[type=submit]:hover, button:hover, .button:hover, a.read-more:hover, .reply-container a:hover, #commentform input#submit:hover, .shortcode-button a:hover, .gform_wrapper.gravity-theme .gform_previous_button.button:hover, .gform_wrapper.gravity-theme .gform_save_link.button:hover {
			background: #1a5ce0 !important;
			text-decoration: none !important;
			color: #fff !important;
		}
		
		
		/* Change this class to whatever ID or class you wish to animate */
		input, select, img, textarea, article, section, input[type=button], input[type=submit], button, .button, a.read-more, .reply-container a, #commentform input#submit, .shortcode-button a, .site-info section .footer-socials a, .main-navigation ul ul, #back-top, .main-navigation ul ul a, .main-navigation li a::after, .main-navigation li a::before, .main-navigation, .main-navigation li a, a.home-getintouch, ul#post-page-loop li, ul#post-page-loop li .post-page-img img, .shortcode-features-list ul li, .site-header, .site-branding img, #home-services ul li a, #home-services ul li a span, #project-slider ul li .post-page-img img, #home-about article section:last-of-type a::after, #home-about article section:last-of-type a::before, .topbar a.header-quote, .projects-member-info, #project-slider ul li .projects-more, #home-approach ul li img, #home-approach ul li h3 a, #home-approach ul li a, .site-info section.footer-right section div ul.footer-services li a, #page-services #post-page-loop.page-services-loop li .doctors-info .doctors-more, #home-services ul li, #home-services ul li img, #project-slider ul li .post-page-img img, ul#services-ullist li img, #home-approach article:last-of-type section:last-of-type ul li, #home-services article section ul.home-service-cols li span {
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}
	/******************************* [ END GLOBAL STYLES ] *******************************/


	
	
	

	.container { margin: 0 auto; width: 1460px; }
	
	#primary { float: left; width: 65%; text-align: left; padding: 100px 0px; }
		.fullwidth #primary { float: none; width: auto; }
	#secondary { float: right; width: 30%; text-align: left; padding: 100px 0px; }
	
	
	
	
	/********************************* [ HEADER STYLES ] *********************************/
	.site-header { position: absolute; z-index: 111; top: 0; width: 100%; background: rgba(255,255,255,0); box-shadow: 0 0 20px rgba(0,0,0,0); -webkit-box-shadow: 0 0 20px rgba(0,0,0,0); padding: 50px; }
				
		.site-header .header-main { display: flex; flex-flow: row wrap; }
			.header-left { width: 100%; }
				.site-branding { margin: 0 auto; text-align: center; }
					.site-branding img { width: 800px; max-width: 90%; margin: 0 auto; display: block; }
				
			.header-right { width: 100%; text-align: center; margin-top: 30px; }
				.header-contacts { width: 100%; text-align: center; background: none; color: #fff; font-weight: 600; margin-bottom: 20px; }
					.header-contacts a { color: #fff; display: inline-block; margin: 0 20px; }
						.header-contacts a:hover { color: #ffc300; }
						.header-contacts a i { color: #ffc300; }
	
	
			/********************************* [ NAVIGATION STYLES ] *********************************/
							
		#safe2store-sticky-menu { display: block; position: fixed; top: 0; left: 0; right: 0; z-index: 1111; color: #fff; text-align: center; transition: transform linear 0.4s; transform: translate(0,-100%); background: rgba(255,255,255,0.9); }
			#safe2store-sticky-menu .main-navigation { justify-content: center; bottom: 0; margin-top: 0; box-shadow: 0 0 30px rgba(0,0,0,0); -webkit-box-shadow: 0 0 30px rgba(0,0,0,0); }
				#safe2store-sticky-menu .main-navigation li a { line-height: 5rem; font-size: 1rem; color: #ffc300; }
					#safe2store-sticky-menu .main-navigation li a:hover { color: #ffc300; }
				#safe2store-sticky-menu .main-navigation li ul li a { line-height: 1rem; font-size: 1rem; }
				
		#safe2store-sticky-menu.stickyshow { display: none; transform: translate(0,0); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
			#safe2store-sticky-menu.stickyshow .main-navigation { box-shadow: 0 0 20px rgba(0,0,0,0.3); -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3); }
				#safe2store-sticky-menu.stickyshow .main-navigation ul { justify-content: center; }
			/******************************* [ END NAVIGATION STYLES ] *******************************/
		
		
		.body-fixed { }
			.site-header.scroll-fixed { box-shadow: 0 0 30px rgba(0,0,0,0.3); -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.3); }
			.site-header.scroll-fixed .top-links { display: none; }
			.site-header.scroll-fixed .main-header { padding: 10px 0px; }
				.site-header.scroll-fixed .header-left {  }
				.site-header.scroll-fixed .header-right { }
			
	/******************************* [ END HEADER STYLES ] *******************************/
	
	
	
	
	
	
	
	
	/********************** [ BODY STYLES ] **********************/
		#homepage-slider { position: relative; z-index: 0; background: #ccc url(images/header-safe-2-store.webp) no-repeat 50% 50%; background-size: cover; -webkit-background-size: cover; min-height: 850px; color: #fff; }
			#homepage-slider::before { position: absolute; content: ''; z-index: 0; top: 0; right: 0; bottom: 0; left: 0; background: #000; width: 100%; opacity: 0.6; }
			#homepage-slider a { color: #ffc300; }
			#homepage-slider .slider-text { position: absolute; z-index: 1; bottom: 180px; left: 0px; text-align: center; width: 100%; padding: 0 10%; }
				#homepage-slider .slider-text h1 { color: #fff; }
				#homepage-slider .slider-text ul { display: inline-block; list-style: none outside; margin: 0 0 40px; padding: 0 0 0 18px; }
					#homepage-slider .slider-text ul li { padding: 0 0 10px 32px; display: inline; margin: 0 20px; background: url(images/icon-list-item.png) no-repeat 0 0; background-size: 22px auto; -webkit-background-size: 22px auto; line-height: 25px; }
		
	
	
	
	
		#home-about h2, #home-storage h2, #home-location h2, #home-security h2, #home-services h2, #home-earlybird h2, #home-finder h2 { font-size: 2.3rem; line-height: 2.3rem; margin-bottom: 10px; }
		#home-about h3, #home-storage h3, #home-location h3, #home-security h3, #home-services h3, #home-earlybird h3, #home-finder h3 { font-size: 1.6rem; line-height: 2rem; text-transform: uppercase; color: #1a5ce0; }
		
		#home-about article section p:last-of-type, #home-storage article section p:last-of-type, #home-location article section p:last-of-type, #home-security article section p:last-of-type { margin-bottom: 0; }
		
		
		
		
		/* About Us/Intro Section */
		#home-about { padding: 150px 0 0; background: #fff; text-align: center; }
			#home-about article { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; }
				#home-about article section { z-index: 2; width: 100%; padding: 0 20%; }
					#home-about article section h2 { }
					#home-about article section h3 { }
					#home-about article section img { display: block; margin: 0 auto 60px; max-width: 260px; height: auto; }
		
		
		
		
		/* Storage Solutions Section */
		#home-storage { padding: 150px 0 0; background: #fff; text-align: center; }
			#home-storage article { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; }
				#home-storage article section { z-index: 2; width: 48%; }
					#home-storage article section h2 { }
					#home-storage article section h3 { }
					#home-storage article section img { display: block; margin: 0 0; border-radius: 10px; -webkit-border-radius: 10px; }
		
		
		
		
		/* Location Section */
		#home-location { padding: 150px 0 0; background: #fff; text-align: center; }
			#home-location article { display: flex; flex-flow: row-reverse nowrap; justify-content: space-between; align-items: center; }
				#home-location article section { z-index: 2; width: 48%; }
					#home-location article section h2 { }
					#home-location article section h3 { }
					#home-location article section img { display: block; margin: 0 0; border-radius: 10px; -webkit-border-radius: 10px; }
		
		
		
		
		/* Security Section */
		#home-security { padding: 150px 0; background: #fff; text-align: center; }
			#home-security article { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; }
				#home-security article section { z-index: 2; width: 48%; }
					#home-security article section h2 { }
					#home-security article section h3 { }
					#home-security article section img { display: block; margin: 0 0; border-radius: 10px; -webkit-border-radius: 10px; }
		
		
		
		
		
		/* Our Services Section */
		#home-services { padding: 150px 0; background: #ececec; text-align: center; }
			#home-services article { display: flex; flex-flow: column wrap; justify-content: center; align-items: center; }
				#home-services article section { z-index: 2; width: 100%; margin-top: 100px; }
					#home-services article section h2 { }
					#home-services article section h3 { }
				#home-services article section:first-of-type { margin-top: 0; }
					#home-services article section ul.home-service-cols { list-style: none outside; margin: 0 0; padding: 0 0; display: flex; flex-flow: row nowrap; justify-content: space-between; }
						#home-services article section ul.home-service-cols li { display: flex; flex-flow: column wrap; align-items: center; justify-content: flex-start; width: 30%; background: #fff; box-shadow: 0 0 50px rgba(0,0,0,0.1); padding: 50px; border-radius: 10px; -webkit-border-radius: 10px; }
							#home-services article section ul.home-service-cols li span { font-size: 24px; background: #ffc300; color: #222; padding: 22px; border-radius: 100px; -webkit-border-radius: 100px; width: 71px; margin-bottom: 20px; }
							#home-services article section ul.home-service-cols li:hover span { background: #1a5ce0; color: #fff; }
							#home-services article section ul.home-service-cols li p:last-of-type { margin-bottom: 0; }
					
					#home-services article section .services-mvr { display: flex; flex-flow: row nowrap; align-items: center; background: #ffc300; padding: 50px; border-radius: 10px; -webkit-border-radius: 10px; }
						#home-services article section .services-mvr div { width: calc(100% - 400px); text-align: left; padding-right: 10%; }
							#home-services article section .services-mvr h3 {  }
							#home-services article section .services-mvr a { color: #333; text-decoration: underline; }
							#home-services article section .services-mvr a.button { padding: 8px 40px; background: #1a5ce0 !important; color: #fff !important; }
						#home-services article section .services-mvr img { width: 400px; height: auto; display: block; border-radius: 10px; -webkit-border-radius: 10px; }
		
		
		
		
		/* Early Bird Section */
		#home-earlybird { padding: 150px 0; background: #596370; color: #fff; text-align: center; align-items: center; }
			#home-earlybird article { display: flex; flex-flow: row wrap; }
				#home-earlybird article section { z-index: 2; width: 100%; }
					#home-earlybird article section h2 { color: #ffc300; }
					#home-earlybird article section h3 { color: #fff; }
					#home-earlybird article section p { padding: 0 20%; }
		
		
		
		
		
		/* Storage Finder Section */
		#home-finder { padding: 150px 0; background: #ffc300; text-align: center; align-items: center; }
			#home-finder article { display: flex; flex-flow: row wrap; }
				#home-finder article section { z-index: 2; width: 100%; padding: 0 20%; }
					#home-finder article section h2 { }
					#home-finder article section h3 { margin-bottom: 70px; }
					
					
					
		
		

		
		
		
		
		
		
		
	/******************** [ END BODY STYLES ] ********************/
	
	
	
		
		
	.entry-header { position: relative; top: 0; left: 0; width: 100%; background: #ffc300; background-size: cover; -webkit-background-size: cover; padding: 300px 0px 100px; text-align: left; }
		.entry-header h1.entry-title { position: relative; z-index: 1; font-size: 4rem; line-height: 4rem; margin: 20px 0px 80px; color: #fff; }
		.entry-breadcrumbs, .entry-meta { z-index: 1; display: inline-block; border: 1px solid #ffc300; padding: 0px 25px; color: #ffc300; font-size: 0.7rem; line-height: 2rem; font-weight: bold; text-transform: uppercase; border-radius: 100px; -webkit-border-radius: 100px; margin-right: 10px; }
			.entry-breadcrumbs a, .entry-breadcrumbs i, .entry-meta a { display: inline-block; margin-right: 10px; color: #ffc300; }
			.entry-breadcrumbs i { font-size: 0.6rem; margin-top: -1px; }
				.entry-breadcrumbs a:hover { text-decoration: underline; }
				
		.page-header-overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 0; background: rgba(8,53,61,0.95); }
	
		.header-introtext { color: #fff; font-size: 1.6rem; line-height: 2.6rem; }
		
		
	
	.page-content, .entry-content, .entry-summary, #post-page-loop { width: 100%; padding: 0 0; margin: 0 0; }
	.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { display: none; }
	
		h1, h2, h3, h4, h5, h6 { clear: none !important; }
		
		
		
		.red-swish { background: url(images/red-underline.png) no-repeat 50% 100%; background-size: 100% 9px; -webkit-background-size: 100% 9px; padding-bottom: 15px; color: #ffc300; font-size: 140%; }
		.entry-content iframe { width: 100% !important; }
		iframe.googlemap { border: 10px solid rgba(0,0,0,0.1); }
		
		.alignright { float: right; margin: 0 0 15px 5%; }
		.alignleft { float: left; margin: 0 3% 15px 0; }
		
		.imageborder { border-radius: 10px; -webkit-border-radius: 10px; }
		
		
		.entry-content > ul, .post-content > ul, .shortcode-one-half > ul, .shortcode-one-half-last > ul { margin: 0 0 40px; padding: 0 0 0 18px; list-style: none outside; }
			.entry-content > ul > li, .post-content > ul > li, .shortcode-one-half > ul > li, .shortcode-one-half-last > ul > li { padding: 0 0 10px 32px; background: url(images/icon-list-item.png) no-repeat 0 3px; background-size: 22px auto; -webkit-background-size: 22px auto; line-height: 25px; }
	
		footer.entry-footer { clear: both; }
		
		.quote-top-cta { background: #ddd url(images/bg-quote-top-cta.jpg) no-repeat 100% 0; padding: 50px 40% 50px 50px; text-align: left; margin-bottom: 40px; background-size: 30% 100%; -webkit-background-size: 30% 100%; font-size: 120%; line-height: 160%; }
		
		
		
		
		
		/* Post Loop */
		ul#post-page-loop { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: stretch; width: 100%; list-style: none outside; margin: 0 0 50px; }
			ul#post-page-loop li { width: 23.5%; margin-right: 2%; margin-bottom: 70px; padding: 0; }
			ul#post-page-loop li:nth-child(4n+0) { margin-right: 0; }
				ul#post-page-loop li .post-page-img { display: block; overflow: hidden; position: relative; border-radius: 20px; -webkit-border-radius: 20px; border: 10px solid #fff; }
					ul#post-page-loop li .post-page-img img { display: block; width: 100%; }
						ul#post-page-loop li:hover .post-page-img img { transform: scale(1.05); -webkit-transform: scale(1.05); }
					ul#post-page-loop li .post-info { }
						ul#post-page-loop li h3 { font-size: 1.6rem; line-height: 2rem; margin: 0 0 20px; color: #ffc300; }
							ul#post-page-loop li h3 a { color: #ffc300; }
						ul#post-page-loop li p:last-of-type { margin-bottom: 0; }
		/* End Post Loop */
		
		
		
		
		
		/* Single Post Styles */
		article.post, article.page { margin-bottom: 20px !important; }
		article.page.type-page { }
		#page-secondary-section { margin: 50px 0px; }
		
			.post-meta { margin-bottom: 10px; font-size: 70%; text-transform: uppercase; }
			.entry-header h1 { margin-bottom: 20px; }
			.entry-header .post-meta { margin-top: 30px; }
				.post-meta strong { display: inline-block; background: #ffc300; padding: 2px 15px; margin-right: 5px; font-weight: normal; color: #fff; text-transform: uppercase; border-radius: 100px; -webkit-border-radius: 100px; }
					.post-meta strong i { position: relative; vertical-align: middle; margin-top: -2px; margin-right: 4px; }
					.post-meta strong a { color: #fff; }
			
			.post h1 { margin-bottom: 10px; }
			.post .post-thumbnail, .team .post-thumbnail { width: 20%; margin: 0 50px 50px 0; }
				.post .post-thumbnail img, .team .post-thumbnail img { display: block; width: 100%; height: auto; border: 1px solid #ccc; padding: 20px; }
			.post .post-content, .team .post-content { width: 80%; }
			.post .post-content.post-full-width, .team .post-content.post-full-width { width: 100%; }
			
			.post .single-post-posted { display: block; margin-bottom: 30px; font-weight: bold; font-size: 120%; color: #ffc300; }
			
			.post .fg-default.fg-gutter-10 { padding-left: 0; margin-bottom: 30px; display: flex; flex-flow: row wrap; }
				.post .fg-default .fg-item { width: 32%; }

			.post #post-social-share { display: flex; flex-wrap: nowrap; justify-content: flex-start; align-content: flex-start; }
				.post #post-social-share div { max-width: 170px; }
				
			.post-tags { }
				.post-tags ul { list-style: none outside; margin: 0 0; padding: 0 0; }
					.post-tags ul li { display: inline-block; background: #ffc300; padding: 0px 10px; margin-right: 5px; font-weight: normal; text-transform: uppercase; border-radius: 100px; -webkit-border-radius: 100px; font-size: 70%; }
						.post-tags ul li a { color: #444; }
			
			
			#comments { margin: 0 auto !important; }
			#wpdcom { margin: 0 !important; padding: 0 !important; max-width: 100% !important; }
				#wpdcom .wpd-thread-list { padding: 30px 0 0; }
			
		/* End Single Post Styles */
		
		
		
		
		
		
		
		
		
		/* Contact Page Styles */
		body.page-template-page-contact #primary article.page.type-page { display: block; }
		body.page-template-page-contact #primary { display: flex; flex-flow: row nowrap; }
			body.page-template-page-contact #primary section:first-of-type { width: 50%; padding-right: 10%; }
			body.page-template-page-contact #primary section:last-of-type { width: 50%; }
		/* End Contact Page Styles */
		
		
		
		
	
	/********************************* [ SIDEBAR STYLES ] *********************************/
		#secondary { }
			.widget { background: #222; padding: 10%; margin: 0 0 20px; border-radius: 0px; -webkit-border-radius: 0px; color: #fff; }
				.widget.widget_media_image { padding: 0 0; }
					.widget.widget_media_image img { display: block; }
					.widget h2 { color: #ffc300; font-size: 1.8rem; line-height: 2.2rem; font-weight: 300; margin: 0 0 40px; text-transform: uppercase; }
					.widget a { color: #fff; }
			
			
			.widget_nav_menu { }
				.widget_nav_menu ul { margin: 0 0; padding: 0 0; list-style: none outside; }
					.widget_nav_menu ul li { display: flex; flex-wrap: nowrap; flex-direction: row; margin-bottom: 2px; }
					.widget_nav_menu ul li::before { position: absolute; z-index: 1; text-rendering: auto; -webkit-font-smoothing: antialiased; font: var(--fa-font-solid); content: "\f105"; line-height: 1rem; color: #ffc300; padding: 19px 20px 10px 20px; }
						.widget_nav_menu ul li a { position: relative; display: block; width: 100%; color: #fff; padding: 13px 0px 13px 55px; font-weight: normal; font-size: 120%; background: rgba(255,255,255,0); border-radius: 6px; -webkit-border-radius: 6px; }
							.widget_nav_menu ul li a:hover, .widget_nav_menu ul li.current-menu-item a { text-decoration: none; background: rgba(255,255,255,0.1); }
			
			
			#custom_html-2 { background: none transparent; padding: 0 0; }/* Book online button */
				#custom_html-2 .button { width: 100%; border-radius: 10px; -webkit-border-radius: 10px; }
			
			.rpwwt-widget ul { padding: 20px; }
				.rpwwt-widget ul li { margin: 0 0 20px; }
				.rpwwt-post-title { margin-bottom: 10px; display: flex; }
				.rpwwt-post-date { position: relative; font-size: 86%; }
					.rpwwt-post-date::before { display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; content: "\f073"; font: var(--fa-font-solid); margin-right: 6px; }
				
			
	/******************************* [ END SIDEBAR STYLES ] *******************************/
	
	
	
	
	
	
	/********************************* [ FOOTER STYLES ] *********************************/
		
		.site-footer { width: 100%; position: relative; padding: 100px 0px; background: #242a36; background-size: 760px auto; -webkit-background-size: 760px auto; color: #fff; font-size: 90%; }
			.site-info { display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: flex-start; }
				.site-info a { color: #fff; }
					.site-info a:hover { color: #fff; }
				.site-info section h1, .site-info section h2, .site-info section h3, .site-info section h4, .site-info section h5, .site-info section h6 { position: relative; font-size: 1.5rem; line-height: 1.2rem; margin-bottom: 25px; color: #ffc300; }
				.site-info section strong {  }
				
				
				.site-info section { width: 25%; }
				.site-info section:first-of-type { padding-right: 30px; }
					.site-info section .footer-logo { width: 80%; height: auto; margin: 0 0 20px; }
					
					.site-info section div {}
						.site-info section div ul.footer-services { width: 100%; margin: 0 0; padding: 0 0; list-style: none outside; }
							.site-info section div ul.footer-services li { display: block; position: relative; }
								.site-info section div ul.footer-services li a { display: block; line-height: 1rem; color: #fff; padding: 10px 0px; }
									.site-info section div ul.footer-services li i { color: #ffc300; font-size: 15px; }
									.site-info section div ul.footer-services li a:hover { color: #ffc300; }
				
			
				
			.site-info-copy { padding-top: 20px; font-size: 80%; color: rgba(255,255,255,0.8); letter-spacing: 2px; text-transform: uppercase; display: flex; flex-flow: row nowrap; }
				#copyright { width: 50%; }
				#developed { width: 50%; text-align: right; opacity: 0.4; }
					#copyright a, #developed a { color: rgba(255,255,255,0.8); }
						a.ftrlogin { color: rgba(255,255,255,0.3) !important; }
						#developed:hover { opacity: 0.6; }
						#copyright a:hover, #developed a:hover { color: rgba(255,255,255,1); text-decoration: underline; }
		
		
		
		#back-top { padding: 0; bottom: 10%; position: fixed; z-index: 3; right: 20px; }
			#back-top:hover { }
			#back-top a { display: block; width: 57px; color: #222; text-align: center; text-decoration: none; text-transform: uppercase; }
			#back-top span { background: #ffc300 url(images/up-arrow.png) no-repeat 50% 50%; display: block; width: 50px; height: 50px; margin-bottom: 0; background-size: 70% auto; -webkit-background-size: 70% auto; border-radius: 7px; -webkit-border-radius: 7px; }
			
			
		#footer-toggle-menu { display: none; flex-direction: row; flex-wrap: wrap; align-items: stretch; justify-content: space-evenly; position: fixed; bottom: 0px; left: 0px; right: 0px; z-index: 99999; background: #ffc300; color: #222; width: 100%; margin: 0 0; padding: 0 0; }
			#footer-toggle-menu li { display: block; width: 33.333%; vertical-align: middle; text-align: center; }
				#footer-toggle-menu li a { display: block; min-height: 62px; padding: 13px 0px 9px; color: #222; font-size: 0.7rem; line-height: 1rem; font-family: 'Inter', Arial, sans-serif; }
					#footer-toggle-menu li a i { display: block; margin: 0 auto; font-size: 1.4rem; min-height: 24px; }
					#footer-toggle-menu li a:hover{ opacity: 1.0; background: #222; text-decoration: none; color: #222; }
					
					.shiftnav-toggle-button { background: #ffc300; color: #222 !important; }
					.shiftnav-toggle * { line-height: 1.3rem !important; }
					.shiftnav .fa, .shiftnav-toggle .fa {
						font-family: "Font Awesome 5 Free" !important;
						font-weight: 900 !important;
					}
					.shiftnav-nav .menu-item-has-children::before { top: 1.6rem !important; right: 11px !important; }
					
					.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover { background: transparent !important; }
		
		
		
		.edit-link { position: fixed; bottom: 20%; left: 0; z-index: 10; display: block; width: auto; height: auto; padding: 7px 15px; background: #ffc300; color: #222; text-align: center; text-transform: uppercase; font-size: 0.8rem; font-weight: 600; border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; }
			.edit-link a { display: block; color: #222; }
				.edit-link a::before { text-rendering: auto; -webkit-font-smoothing: antialiased; display: inline-block; color: #222; font: var(--fa-font-solid); content: '\f044'; margin-right: 6px; }
				
	/******************************* [ END FOOTER STYLES ] *******************************/
	
	
	
	
	
	
	
	
	/********************** [ GRAVITY FORMS STYLES ] **********************/
		.gform_wrapper { margin: 0 0 !important; }
			.gform_wrapper li { margin-top: 12px !important; }
				body .gform_legacy_markup_wrapper .top_label div.ginput_container { margin-top: 2px  !important; }
				.gform_wrapper div.ginput_container input, .gform_wrapper div.ginput_container textarea, .gform_wrapper div.ginput_container select { font-size: 0.9rem !important; }
				.gform_wrapper.gravity-theme .gfield_label { margin-bottom: 5px !important; font-size: 1.1rem !important; }
				.gform_wrapper.gravity-theme label { margin-bottom: 0 !important; font-size: 1rem !important; }
				
				.gravity-theme.ui-datepicker .ui-datepicker-header select.ui-datepicker-month, .gravity-theme.ui-datepicker .ui-datepicker-header select { padding: 0 30px 0 0 !important; }
				
				.gform_body.gform-body h2, .gform_body.gform-body h3, .gform_body.gform-body h4, .gform_body.gform-body h5, .gform_body.gform-body h6 { margin: 0 0 20px; }
				.gform_wrapper.gravity-theme .gform_previous_button.button svg, .gform_wrapper.gravity-theme .gform_save_link.button svg { vertical-align: middle; }
					.gform_body.gform-body .button svg path { fill: #fff; }
					
					.gform_delete_file { background: #222; padding: 5px 5px; line-height: 1rem; }
					
					.gform_required_legend { display: none; }
		
		body.page-template-page-contact-details .gform_wrapper, .enquiryform { background: #f0f0f0; border-top: 6px solid #eeb200; padding: 7%; border-radius: 10px; -webkit-border-radius: 10px; box-shadow: 0 11px 40px rgba(0,0,0,0.1); -webkit-box-shadow: 0 11px 40px rgba(0,0,0,0.1); text-align: left; }
		
		
				
				
		/* RADIO BUTTON STYLES */
		.customradio input[type="radio"] {
		  opacity: 0;
		  -webkit-opacity: 0;
		  position: fixed;
		  width: 0;
		}
		.customradio  .gchoice { float: left; width: 48%; margin-right: 2%; margin-bottom: 30px; }
		
		.customradio label {
			cursor: pointer;
			display: block !important;
			background-color: #fff;
			padding: 3% 3%;
			font-family: 'Poppins', sans-serif;
			font-weight: 600;
			font-size: 1.6rem !important;
			line-height: 2rem;
			border: 0 none;
			color: #444;
			cursor: pointer;
			text-align: center;
			width: 100% !important;
			max-width: 100% !important;
			border-radius: 6px; -webkit-border-radius: 6px;
			border: 3px solid #dedede;
		}
		.customradio input[type="radio"]:checked + label, .customradio input[type="radio"]:hover {
			background-color: #ffc300;
			color: #222;
			border-color: #d7d7d7;
		}
		/* RADIO BUTTON STYLES */
		
		
		
		
		/* Container spacing */
		.radio-option {
		  margin-bottom: 12px;
		  display: flex;
		  align-items: center;
		}

		/* Hide the native radio button */
		.radio-option input[type="radio"] {
		  appearance: none;
		  -webkit-appearance: none;
		  width: 20px;
		  height: 20px;
		  border: 2px solid #f2b601;
		  border-radius: 50% !important;
		  -webkit-border-radius: 50% !important;
		  margin-right: 2px;
		  position: relative;
		  cursor: pointer !important;
		  transition: border-color 0.2s ease;
		  padding: 0 0 !important;
		}
		/* Label */
		.radio-option label {
		  cursor: pointer !important;
		}

		/* Inner circle when selected */
		.radio-option input[type="radio"]::before {
		  content: "";
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  width: 10px;
		  height: 10px;
		  background-color: #f2b601;
		  border-radius: 50%;
		  transform: translate(-50%, -50%) scale(0);
		  transition: transform 0.2s ease;
		  cursor: pointer !important;
		}

		/* Checked state — inner dot appears */
		.radio-option input[type="radio"]:checked::before {
		  transform: translate(-50%, -50%) scale(1);
		}

		/* Optional: focus ring */
		.radio-option input[type="radio"]:focus {
		  outline: none;
		  box-shadow: 0 0 0 3px rgba(0,0,0,0.1);
		}


		
		.gform_wrapper label[for^="hcap_hp_"] { display: none !important; }
		
		
	/******************** [ END GRAVITY FORMS STYLES ] ********************/
	
	
	.lrm-form a.button, .lrm-form button, .lrm-form button[type=submit], .lrm-form #buddypress input[type=submit], .lrm-form input[type=submit] { background: #ffc300 !important; }
	
	div.is-ajax-search-details, div.is-ajax-search-result { padding: 1px !important; }
	
	.xoo-el-form-container button.btn.button.xoo-el-action-btn { height: auto !important; }
	
	.strong-view.wpmtst-simple a.disabled { display: block !important; }
	
	.yith-wcwl-add-to-wishlist i { font-family: "Font Awesome 6 Free" !important; font-weight: 400; }
	.fa.fa-facebook, .fa.fa-twitter, .fa.fa-google-plus, .fa.fa-google-plus-square, .fa.fa-pinterest, .fa.fa-pinterest-square { font-family: "Font Awesome 6 Brands" !important; margin-right: 0 !important; }
	.fa.fa-envelope-o, .fa.fa-whatsapp { margin-right: 0 !important; }
	.yith-wcwl-add-to-wishlist i.fa-heart { font-weight: 900; }
	
	
	/* FAQS Accordion Styles */
	.sp-easy-accordion .sp-ea-single .ea-header { font-family: 'Inter', sans-serif; }
		.sp-easy-accordion .sp-ea-single .ea-header a { padding: 25px !important; font-weight: 700 !important; font-size: 18px !important; }
	.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body { padding: 35px !important; }
	
	
	#wpgmza_map { border: 20px solid #f4f4f4; }
	
	
	/* Ninja Tables */
	.semantic_ui .ui.table { background: #f0f0f0 !important; }
		.semantic_ui .ui.table thead th { background: #dcddde !important; }
		.semantic_ui .ui.selectable.table tbody tr:hover, .semantic_ui .ui.table tbody tr td.selectable:hover { background: rgba(0,0,0,.07) !important; }
		.foo-table tbody tr td a { color: #333 !important; }
	
	
	/********************************* [ SHORTCODES STYLES ] *********************************/
	.shortcode-pdf { position: relative; display: inline-block; margin-bottom: 20px; margin-right: 10px; }
		.shortcode-pdf a { position: relative; display: block; padding: 15px 25px 15px 70px; font-size: 1rem; line-height: 30px; background: #ffc300; border-radius: 5px; -webkit-border-radius: 5px; color: #fff; }
			.shortcode-pdf a::before { position: absolute; top: 14px; left: 30px; z-index: 1; font-family: "Font Awesome 6 Free"; content: "\f1c1"; font-size: 30px; line-height: 30px; color: #fff; }
			.shortcode-pdf a:hover { background: #aab9cb; color: #fff; text-decoration: underline; }

	.shortcode-hr { position: relative; margin: 30px 0px; border-top: 2px solid #93acc7; }

	.shortcode-address, .shortcode-phone, .shortcode-fax, .shortcode-email, .shortcode-time, .shortcode-facebook, .shortcode-instagram, .shortcode-shop { position: relative; margin-bottom: -1px; display: block; font-size: 1.2rem; color: #333; padding: 45px 0px; text-align: center; border: 1px solid #ccc; border-width: 1px 0px; }
		.shortcode-address i, .shortcode-phone i, .shortcode-fax i, .shortcode-email i, .shortcode-time i, .shortcode-facebook i, .shortcode-instagram i, .shortcode-shop i { position: relative; float: left; font-size: 2.5rem; margin: -2px 10px 0px 0px; vertical-align: middle; color: #ffc300; }
		.shortcode-address p, .shortcode-phone p, .shortcode-fax p, .shortcode-email p, .shortcode-time p, .shortcode-facebook p, .shortcode-instagram p, .shortcode-shop p { padding-bottom: 0px; }
		.shortcode-address + br, .shortcode-phone + br, .shortcode-fax + br, .shortcode-email + br, .shortcode-time + br, .shortcode-facebook + br, .shortcode-facebook + br, .shortcode-shop + br { display: none; }
		.shortcode-address a, .shortcode-phone a, .shortcode-fax a, .shortcode-email a, .shortcode-time a, .shortcode-facebook a, .shortcode-instagram a, .shortcode-shop a { color: #333; text-decoration: none; }
			.shortcode-address a:hover, .shortcode-phone a:hover, .shortcode-fax a:hover, .shortcode-email a:hover, .shortcode-time a:hover, .shortcode-facebook a:hover, .shortcode-instagram a:hover, .shortcode-shop a:hover { text-decoration: underline; }

	.shortcode-cta { position: relative; display: block; background: #ffc300; margin-bottom: 3rem; padding: 6% 8%; border-radius: 10px; -webkit-border-radius: 10px; font-size: 140%; line-height: 150%; text-align: center; }
		.shortcode-cta a { color: #fff; font-size: inherit; text-decoration: none; font-weight: bold; text-transform: uppercase; }
			.shortcode-cta a:hover { color: #fff; font-size: inherit; text-decoration: underline; }
			

	.shortcode-urllink { position: relative; padding-left: 30px; font-weight: bold; color: #ffc300; }
		.shortcode-urllink a { color: #ffc300; text-decoration: underline; }
			.shortcode-urllink a:hover { color: #ffc300; }
		.shortcode-urllink::before { position: absolute; left: 0px; z-index: 1; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0c1"; }
		
	.shortcode-button { display: inline-block; margin-bottom: 30px; }
	
	.shortcode-quote { position: relative; font-family: 'Inter', serif; font-size: 1.5rem; line-height: 2.5rem; color: #fff; font-weight: 700; margin: 4rem 0; padding: 5% 10%; background: #ffc300; }
		.shortcode-quote::before { position: absolute; z-index: 1; content: ''; bottom: -15px; right: 50px; width: 105px; height: 85px; background: url(images/shortcode-quote.svg) no-repeat 0 10px; background-size: 100% auto; -webkit-background-size: 100% auto; }
		.shortcode-quote strong { clear: right; }
	
	
	.shortcode-one-half { display: flex; flex-flow: row nowrap; justify-content: space-between; width: 100%; }
		.shortcode-one-half div.sc-half { width: 47%; }
		.shortcode-one-half div.sc-half:last-of-type p:first-of-type { margin-bottom: 0; }
		.shortcode-one-half div.sc-half h2, .shortcode-one-half div.sc-half h3 { }
		.shortcode-one-half div.sc-half img { display: block; max-width: 100% !important; }
	
	
	
	.one-third-container { display: flex; flex-flow: row nowrap; justify-content: space-between; }
	.shortcode-one-third, .shortcode-one-third-mid, .shortcode-one-third-last { width: 28%; margin-bottom: 20px; }
	.shortcode-one-third-last { margin-right: 0; }
		.shortcode-one-third p:first-of-type, .shortcode-one-third-mid p:first-of-type, .shortcode-one-third-last p:first-of-type { margin: 0 0; }
		.shortcode-one-third img, .shortcode-one-third-mid img, .shortcode-one-third-last img { display: block; margin-bottom: 10px; }
		.shortcode-one-third h3, .shortcode-one-third-mid h3, .shortcode-one-third-last h3 { margin-bottom: 20px; font-size: 1.6rem; }
		.shortcode-one-third p:last-of-type a, .shortcode-one-third-mid p:last-of-type a, .shortcode-one-third-last p:last-of-type a { text-align: center; }
			.shortcode-one-third p:last-of-type a:hover, .shortcode-one-third-mid p:last-of-type a:hover, .shortcode-one-third-last p:last-of-type a:hover { }
		.shortcode-one-third ul, .shortcode-one-third-mid ul, .shortcode-one-third-last ul { margin: 0 0 3rem; padding: 0 0 0 20px; list-style: none outside; }
			.shortcode-one-third ul li, .shortcode-one-third-mid ul li, .shortcode-one-third-last ul li { padding: 0 0 5px 40px; background: url(images/icon-list-item.png) no-repeat 0 5px; }
			
	
	
	.shortcode-timetable { position: relative; margin-bottom: 15px; }
		.shortcode-timetable::before {  }
		.shortcode-timetable i { float: left; margin: 6px 10px 10px 0; color: #98b10c; }
		.shortcode-timetable strong { display: block; }
	
	
	.shortcode-faq { display: block; border-bottom: 2px solid #e8e8e8; margin-bottom: 50px; padding-left: 100px; background: url(images/icon-faq.png) no-repeat 0 5px; background-size: 70px auto; -webkit-background-size: 70px auto; }
		.shortcode-faq h4 { font-size: 1.6rem; line-height: 2rem; }
		.shortcode-faq p:first-of-type { margin: 0 0; }
		
	
	.shortcode-columns { columns: 2; column-gap: 10%; margin-bottom: 2rem; }
		.shortcode-columns p:first-of-type { margin: 0 0; }
		
	
	.shortcode-list-ticks { }
		.shortcode-list-ticks ul { list-style: none; margin: 0 0; padding: 0 0; }
			.shortcode-list-ticks ul li { padding: 0 0 8px 30px; }
			.shortcode-list-ticks ul li::before { position: absolute; left: 0; top: 0; margin-top: 4px; font: var(--fa-font-solid); content: "\f0a9"; font-size: 20px; color: #ffc300; }
	
	.shortcode-services { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: stretch; }
		.shortcode-service { width: 48%; margin-bottom: 30px; display: inline-block; border: 2px solid #efefef; border-radius: 20px; padding: 5%; }
			.shortcode-service p:first-of-type { margin: 0 0; }
			.shortcode-service h3 { font-size: 1.6rem;   line-height: 1.6rem;   margin-bottom: 10px; }
			
	/******************************* [ END SHORTCODES STYLES ] *******************************/

	
	
	
	
	
	
	
	
	
	
	
	
	
	/********************************* [ RESPONSIVE STYLES ] *********************************/
		.post img, #logo { max-width: 100%; height: auto; }
		embed, iframe, object, video { max-width: 100%; }

		@media only screen and ( max-width: 1700px ) {
			body { font-size: 1rem; line-height: 1.5rem; }
			.container { width: 1160px; }
			#primary { width: 65%; }
			#secondary { width: 31%; }
			
			#home-about article section, #home-finder article section { padding: 0 10%; }
				#home-about h2, #home-storage h2, #home-location h2, #home-security h2, #home-services h2, #home-earlybird h2, #home-finder h2 { font-size: 2rem; line-height: 2rem; }
				#home-about h3, #home-storage h3, #home-location h3, #home-security h3, #home-services h3, #home-earlybird h3, #home-finder h3 { font-size: 1.3rem; }
			
			.entry-header { }
				.entry-header h1.entry-title { margin: 20px 0px 50px; font-size: 3rem; line-height: 3rem; }
			h1 { font-size: 2.4rem; }
			.shortcode-quote { background-position: 0 8px; background-size: 110px auto; -webkit-background-size: 110px auto; font-size: 150%; line-height: 126%; margin: 50px 30px 0px; }
			.shortcode-cta { font-size: 1.5rem; line-height: 2.2rem; }
			.alignright { max-width: 40% !important; }
			.shortcode-one-half img, .shortcode-one-half-last img { max-width: 100% !important; }
			.shortcode-address, .shortcode-phone, .shortcode-fax, .shortcode-email, .shortcode-time, .shortcode-facebook, .shortcode-instagram, .shortcode-shop { font-size: 1rem; }
			
		}
		
		
		
		
		
		

		@media only screen and ( max-width: 1260px ) {
			.container { width: 960px; }
			h1, h2, h3, h4, h5, h6 { margin: 0 0 20px; }
			h2 { font-size: 2rem; line-height: 2rem; }
			
			.site-branding img { width: 600px; }
			
			#homepage-slider { min-height: 650px; }
				#homepage-slider .slider-text { bottom: 100px; }
					#homepage-slider .slider-text h1 { font-size: 1.8rem; }
			#home-about, #home-storage, #home-location, #home-security { padding: 100px 0 0; }
			#home-security, #home-services, #home-earlybird, #home-finder { padding: 100px 0; }
				#home-services article section { margin-top: 50px; }
				#home-services article section ul.home-service-cols li { padding: 30px 30px; }
				#home-finder article section { padding: 0; }
			
				.gform_wrapper.gravity-theme .gfield_label { font-size: 0.9rem !important; }
			
			.entry-header { padding: 100px 0px 60px; }
				.entry-header h1.entry-title { font-size: 3rem; }
				.header-introtext { font-size: 1.1rem; line-height: 1.6rem; }
			p { margin: 0 0 2rem; }
			.alignright, .alignleft { max-width: 50%; }
			ul.contact-details-fields li { padding: 30px 10px; }
			.shortcode-quote { background-position: 0 8px; background-size: 110px auto; -webkit-background-size: 110px auto; font-size: 120%; line-height: 140%; margin: 50px 0px 0px; padding: 0px 0px 3rem 16%; }
			.shortcode-cta { font-size: 1.5rem; line-height: 2.2rem; }
			
		}
		
		
		

		@media only screen and ( max-width: 980px ) {
			body { font-size: 0.9rem; }
			.container { width: 750px; }
			
			.site-branding img { width: 500px; }
			#homepage-slider { min-height: 600px; }
				#homepage-slider .slider-text h1 { font-size: 1.5rem; }
			#home-about, #home-storage, #home-location, #home-security { padding: 70px 0 0; }
				#home-about h2, #home-storage h2, #home-location h2, #home-security h2, #home-services h2, #home-earlybird h2, #home-finder h2 { font-size: 1.6rem; line-height: 1.6rem; }
				#home-about h3, #home-storage h3, #home-location h3, #home-security h3, #home-services h3, #home-earlybird h3, #home-finder h3 { font-size: 1.1rem; line-height: 1.2rem; }
			#home-security, #home-services, #home-earlybird, #home-finder { padding: 70px 0; }
				#home-services article section .services-mvr { align-items: flex-start; }
					#home-services article section .services-mvr div { width: calc(100% - 200px); padding-right: 5%; }
					#home-services article section .services-mvr img { width: 200px; }
			
			.entry-header { padding: 60px 0px 20px; }
				.entry-header h1.entry-title { font-size: 1.8rem; margin: 10px 0px 10px; }
				
			#primary { width: 100%; float: none; }
				h2, h3 { font-size: 1.5rem; line-height: 2rem; }
				.shortcode-quote { background-size: 80px auto; -webkit-background-size: 80px auto; padding: 0px 0px 3rem 14%; }
				input[type="button"], input[type="submit"], button, .button, a.read-more, .reply-container a, #commentform input#submit, .shortcode-button a, .gform_wrapper.gravity-theme .gform_previous_button.button, .gform_wrapper.gravity-theme .gform_save_link.button { font-size: 0.9rem; letter-spacing: 0px; padding: 8px 30px; }
			#secondary { float: none; width: 100%; font-size: 100%; margin-right: 0; }
				.widget { float: none; width: 100%; margin-right: 0; }
				.widget h2 { }
			
			
			#footer-toggle-menu { display: flex; }
		}

		
		
		
		
		
		
		@media only screen and ( max-width: 768px ) {
			.body-fixed { padding-top: 0px !important; }
			.container { width: auto; padding: 0px 50px; }
			#primary { width: auto; float: none; padding: 50px 0 50px; clear: both; }
			#secondary { width: auto; float: none; clear: both; }
			
			.site-branding img { width: 400px; }
			#homepage-slider { min-height: 530px; }
				#homepage-slider .slider-text { bottom: 20px; }
					#homepage-slider .slider-text h1 { font-size: 1.3rem; line-height: 1.3rem; }
			#home-storage article, #home-location article, #home-security article { display: block; }
				#home-storage article section, #home-location article section, #home-security article section { width: 100%; margin-bottom: 20px; }
			#home-services article section ul.home-service-cols, #home-services article section ul.home-service-cols li { display: block; width: 100%; margin-bottom: 50px; }
				#home-services article section ul.home-service-cols li span { display: block;   margin: 0 auto 20px; }
				#home-storage article section img, #home-location article section img, #home-security article section img { width: 65%; height: auto; margin: 0 auto; }
				#home-services article section .services-mvr { align-items: flex-start; display: block; }
					#home-services article section .services-mvr div { width: 100%; padding-right: 0; text-align: center; padding-bottom: 30px; }
					#home-services article section .services-mvr p { margin-bottom: 20px !important; }
					#home-services article section .services-mvr img { width: 80%; margin: 0 auto; }
					
					
			.entry-header { padding: 50px 0px 20px; text-align: center; }
				.entry-header h1.entry-title { font-size: 1.6rem; line-height: 2rem; }
				.header-introtext { font-size: 1rem; line-height: 1.4rem; }
			article.post, article.page { margin-right: 0 !important; }
			ul#post-page-loop { padding-right: 0; justify-content: space-evenly; }
			.shortcode-quote { font-size: 115%; line-height: 145%; background-position: 0 6px; background-size: 60px auto; -webkit-background-size: 60px auto; padding: 0px 0px 3rem 17%; }
			input[type="button"], input[type="submit"], button, .button, a.read-more, .reply-container a, #commentform input#submit, .shortcode-button a, .gform_wrapper.gravity-theme .gform_previous_button.button, .gform_wrapper.gravity-theme .gform_save_link.button { font-size: 0.9rem; }
			#primary {}
				.post .attachment-post-thumbnail { max-width: 100%; float: none; }
				p { margin: 0 0 2rem; }
				.gform_wrapper div.ginput_container input, .gform_wrapper div.ginput_container textarea, .gform_wrapper div.ginput_container select { font-size: 1rem !important; }
				.gform_wrapper.gravity-theme #field_submit { justify-content: flex-end; }
			#secondary { text-align: left; display: block; margin-right: 0 !important; font-size: 100% !important; padding: 0px 0px 30px; }
			
			.site-info { display: flex; flex-flow: row wrap; margin-bottom: 30px; }
				.site-info section { width: 48%; }
			#back-top { bottom: 40px; right: 0px; }
		}
		
		
		
		
		
		

		@media only screen and ( max-width: 479px ) {
			.body-fixed { padding-top: 0px !important; }
			.container { width: auto; padding: 0px 30px; }
			
			.site-header { padding: 50px 20px; }
				.header-right { margin-top: 20px; }
					.header-contacts a { margin: 8px 20px; }
			#homepage-slider { min-height: 600px; }
				#homepage-slider .slider-text h1 { font-size: 1.3rem; line-height: 2rem; margin-bottom: 25px; }
				#homepage-slider .slider-text ul { margin: 0 0 40px; padding: 0 0; }
					#homepage-slider .slider-text ul li { line-height: 36px; padding: 2px 0 20px 32px; }
			#home-storage, #home-location, #home-security { padding: 30px 0 0; }
				#home-about article section, #home-finder article section { padding: 0; }
					#home-about h2, #home-storage h2, #home-location h2, #home-security h2, #home-services h2, #home-earlybird h2, #home-finder h2 { font-size: 1.3rem; line-height: 1.3rem; }
					#home-about h3, #home-storage h3, #home-location h3, #home-security h3, #home-services h3, #home-earlybird h3, #home-finder h3 { font-size: 1rem; line-height: 1.2rem; }
					#home-earlybird article section p { padding: 0 0; }
					#home-storage article section img, #home-location article section img, #home-security article section img { width: 95%; }
				#home-services article section .services-mvr { padding: 20px; }
					#home-services article section .services-mvr img { width: 100%; margin: 0 auto; }
				
				.customradio .gchoice { float: none; width: 100%; margin-right: 0; margin-bottom: 5px; }
				.gform_wrapper.gravity-theme .gfield-choice-input + label { padding: 4px 0; }
			
			input[type="button"], input[type="submit"], button, .button, a.read-more, .reply-container a, #commentform input#submit { display: block; padding: 12px 0px 10px; width: 100%; text-align: center; letter-spacing: 0; font-size: 1rem; }
			
			.gform_wrapper div.ginput_container input, .gform_wrapper div.ginput_container textarea, .gform_wrapper div.ginput_container select { font-size: 0.9rem !important; }
			
			.entry-header { padding: 40px 0px 20px; }
				.entry-breadcrumbs, .entry-meta { display: none; }
				.entry-header h1.entry-title { font-size: 1.6rem; line-height: 2rem; }
				
				.post-meta strong { display: block; max-width: 70%; margin: 0 auto 10px; }
				ul#post-page-loop { padding-right: 0; }
					ul#post-page-loop li { float: none; width: auto; margin-right: 0; }
				article.type-team .entry-content { display: block; }
					.post .post-thumbnail, .team .post-thumbnail { width: 100%; }
					.post .post-content, .team .post-content { width: 100%; }
				.entry-content > ul { padding: 0 0; }
				.entry-content h3 { font-size: 1.3rem; line-height: 1.6rem; margin-bottom: 10px; }
				.post.type-post { margin-right: 0 !important; }
				.post .post-thumbnail { max-width: 100%; width: 100%; float: none; margin: 0 0 20px; }
				.alignleft, .alignright { display: block; float: none; width: 100%; max-width: 100% !important; margin: 0 0 20px; }
				ul, ol { margin: 0 0 1.5em 0.5em; }
				.shortcode-quote { font-size: 110%; line-height: 140%; background-position: 0 6px; background-size: 60px auto; -webkit-background-size: 60px auto; padding: 0px 0px 3rem 21%; }
				.shortcode-cta { font-size: 1.2rem; line-height: 1.6rem; padding: 15px 6%; }
				.shortcode-address, .shortcode-phone, .shortcode-fax, .shortcode-email, .shortcode-time, .shortcode-facebook, .shortcode-instagram, .shortcode-shop { font-size: 1rem; }
			
			.site-footer { padding: 50px 0px 100px; }
				.site-info section { width: 100%; padding: 0 0 !important; margin-bottom: 30px; text-align: center; }
					.site-info section p { margin-bottom: 0; }
				.site-info-copy { display: block; width: 100%; }
					#copyright, #developed { width: 100%; text-align: center; }
			
			#back-top span { width: 40px; height: 40px; }
		}
		
		
		
		
	/********************************* [ RESPONSIVE STYLES ] *********************************/
	