/*!
Theme Name: Swifty Storage theme
Theme URI: http://underscores.me/
Author: Team Swifty
Author URI: https://beswifty.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: swifty-scoreboard
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Swifty Scoreboard is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
    overflow-x: hidden;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}
a, a:visited {
    text-decoration: none;
}
ul, ol {
    padding: 0;
    list-style-type: none;
}
p {
    margin: 0 0 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.25px;
}
.container, .it-container {
    width: calc(100vw - 200px);
    max-width: 1588px;
    display: block;
    margin: 0 auto;
    z-index: 9;
}
.container-full {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.container:after, .flex-box:after, .container-full:after {
    display: table;
    content: "";
    clear: both;
}

.col-1 {float:left;width: 8.33%;padding: 0 15px;}
.col-2 {float:left;width: 16.66%;padding: 0 15px;}
.col-3 {float:left;width: 25%;padding: 0 15px;}
.col-4 {float:left;width: 33.33%;padding: 0 15px;}
.col-5 {float:left;width: 41.66%;padding: 0 15px;}
.col-6 {float:left;width: 50%;padding: 0 15px;}
.col-7 {float:left;width: 58.33%;padding: 0 15px;}
.col-8 {float:left;width: 66.66%;padding: 0 15px;}
.col-9 {float:left;width: 75%;padding: 0 15px;}
.col-10 {float:left;width: 83.33%;padding: 0 15px;}
.col-11 {float:left;width: 91.66%;padding: 0 15px;}
.col-12 {float:left;width: 100%;padding: 0 15px;}


select{
    appearance: none;
    -webkit-appearance: none;
}
::placeholder {
    color: #3B3B3B;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #3B3B3B;
}
::-ms-input-placeholder {
    color: #3B3B3B;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}

input:focus::placeholder {
    color: transparent !important;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
input:focus:-ms-input-placeholder {
    color: transparent;
}

input:-webkit-autofill{
    
}

a.cb-btn {
    display: inline-block;
    margin-right: 15px;
/*    color: #fff;*/
    line-height: 1;
    font-size: 15px;
    padding: 15px 35px;
/*    box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.2);*/
    transition: all 0.1s ease-in 0s;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
}
a.cb-btn:hover {
    opacity: 0.9;
}
h2.section-title,
.user-form login-form h2{
    font-size: 47px;
    margin: 0;
    line-height: 1.5;
}
h3.section-subtitle {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1.5;
}
.header {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 1;
    padding: 0;
}

body.home .header {
    background: rgb(1, 1, 1);
    background: linear-gradient(180deg, rgba(1, 1, 1, 0.8) 0%, rgba(245, 244, 243, 0) 100%);
}

.header .container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

body .header.fixed {
    background: #fff;
    transition: all 0.3s ease;
}

body.page-template:not(.home) .content-blocks,
body.single:not(.home) .content-blocks {
    padding-top: 115px;
}

.verticle-strip {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 75px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 999;
    transition: all 0.5s ease 0s;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 40%);
}

.vertical-strip-content {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    line-height: 1;
    padding: 25px;
    border-radius: 40px 0 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.vertical-strip-content .vs-address,
.vertical-strip-content .vs-contact{
    font-size: 16px;
    white-space: nowrap;
}
.vertical-strip-content .vs-divider {
    border-left: 1px solid;
    height: calc(100vh - 480px);
    margin: 10px 0;
}

.header .container .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.header .container .header-inner .logo-section {
    width: 280px;
    height: auto;
    display: inline-block;
}
.header .container .header-inner .logo-section a.main-logo{
    position: relative;
}
/*
.header .container .header-inner .logo-section a.main-logo img {
    position: absolute;
    left: 0;
    top: 0;
}
*/
.main-logo .header-logo-sticky {
    display: none;
}

.header-inner .header-menu {
    width: 100%;
    padding: 35px 0;
    flex-grow: 1;
    margin-right: 30px;
}

.header-inner .header-menu ul.menu {
    margin: 0;
    padding: 13px 0;
    text-align: right;
}

.header-menu li.main-menu-item {
    display: inline-block;
    vertical-align: middle;
}

.header-menu ul.menu li.menu-item {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 0 10px;
    line-height: 2;
    position: relative;
    letter-spacing: 3px;
}

.header-menu .menu-primary-menu-container {
    padding-right: 0px;
}

.header-menu ul.menu li.menu-item a.menu-item-link {
    text-transform: uppercase;
}

.hero-description p {
    font-size: 23px;
}

.header-cta-wrapper a.cb-btn:last-child {
    margin-right: 0;
}

.hero-slider-wrapper .slick-slider {
    margin-bottom: 0;
}
.header .container .header-inner .logo-section a.main-logo img.sticky-header-logo,
.header.fixed .container .header-inner .logo-section a.main-logo .sticky-header-logo + img.header-logo{
    display: none;
    transition: all 0.3s ease;
}
.header.fixed .container .header-inner .logo-section a.main-logo img.sticky-header-logo,
.header .container .header-inner .logo-section a.main-logo img.header-logo{
    display: block;
    width: 100%;
}
.woocommerce .header .container a.main-logo img,
.woocommerce-page .header .container a.main-logo img{
    height: auto;
    width: auto;
    max-width: inherit;
}
.footer-menu .header-menu{
    padding: 0;
}
.footer-menu .header-menu ul.menu,
.footer-address,
.footer-contact,
.copyright-text {
    text-align: center;
}
.footer-contact {
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer-address,
.footer-address span,
.footer-contact a {
    font-size: 17px;
}

.footer-contact a {
    font-weight: 700;
    padding: 0 10px;
}
.policy-nav {
    margin-bottom: 50px;
    text-align: center;
}
.policy-nav a.policy-nav-item {
    text-transform: uppercase;
    padding: 10px;
    font-size: 13px;
    letter-spacing: 2.5px;
}


/*==== Home Slider ====*/
.slide-flex-wrapper .container {
    position: relative;
    height: calc(100vh - 110px);
    padding: 55px 0 90px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
}

.single-hero-slide .slide-content {
    position: absolute;
    left: 0px;
    bottom: 80px;
    text-align: left;
}
.single-hero-slide .slide-content .section-buttons {
    margin-top: 40px;
}
.slide-flex-wrapper {
    min-height: 100vh;
}

.single-hero-slide {
    background-size: cover;
    background-position: center center;
    position: relative;
}

.single-hero-slide .slide-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.single-hero-slide .slick-dots {
    bottom: 0;
    height: 90px;
    width: 100%;
    max-width: 1500px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    padding: 40px 0;
}

.single-it-section .image-section img,
.section-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.single-it-section .text-section {
    width: 100%;
    max-width: 1588px;
    margin: 0 auto;
}

.hero-slider-wrapper .home-hero-slider ul.slick-dots {
    bottom: 100px;
    height: 90px;
    width: 100%;
    max-width: 1588px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    padding: 40px 0;
}

.hero-slider-wrapper .home-hero-slider .slick-dots li button:before {
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 14px;
    opacity: 0.5;
}

.hero-slider-wrapper .home-hero-slider .slick-dots li.slick-active button:before {
    opacity: 1;
}

.single-hero-slide .slide-content {
    max-width: 860px;
}

.single-hero-slide .slide-content h1.hero-title {
    font-size: 55px;
}

.hero-slider-wrapper .home-hero-slider ul.slick-dots li {
    margin: 0 40px 0 0px;
}

.hero-slider-wrapper .home-hero-slider ul.slick-dots li.slick-active {
    opacity: 1;
}

.hero-slider-wrapper .slick-slider {
    position: relative;
}

a.next-sec-scroll {
    position: absolute;
    bottom: 90px;
    right: 8vw;
    background: url('/wp-content/uploads/2022/07/arrow-white-icon.svg') no-repeat;
    color: #fff;
    font-size: 30px;
    width: 50px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid;
    padding: 10px 0;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    animation: bounce 2s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    animation-iteration-count: infinite;
    background-size: contain;
    background-position: 8px 4px;
}


.menu-burger-section {
    display: inline-block;
    float: right;
    width: 40px;
    position: relative;
    margin-left: 30px;
    top: 2px;
    display: none;
}
.menu-burger-section span.burger {
    width: 100%;
    height: 3px;
    display: block;
    margin-top: 7px;
    margin-bottom: 7px;
    background: #415F77;
}
.menu-burger-section .menu-trigger {
    width: 40px;
    height: 24px;
    border-top: 3px solid #415F77;
    border-bottom: 3px solid #415F77;
    transform: translateY(-5px);
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
}
body.home .header .menu-burger-section .menu-trigger{
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
body.home .header .menu-burger-section span.burger{
    background: #fff;
}
body.home .header.fixed .menu-burger-section .menu-trigger{
    border-top: 3px solid #415F77;
    border-bottom: 3px solid #415F77;
}
body.home .header.fixed .menu-burger-section span.burger{
    background: #415F77;
}
.mobile-menu {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    z-index: 9999;
    padding: 50px 0;
    height: 100%;
    box-shadow: 5px 13px 20px rgba(0,0,0,0.25);
    transition: all 0.5s ease 0s;
    transform: translateX(130%);
    border-radius: 0px;
}
body.admin-bar .mobile-menu {
    height: calc(100% - 32px);
    top: 32px;
        z-index: 9999;
}
.mobile-menu.active {
    transform: translateX(1px);
}
.mobile-menu .logo-section {
    padding: 0 30px;
    margin-top: -20px;
    max-width: 250px;
}
.mobile-menu .logo-section img.header-logo {
    width: 100%;
}
.menu-close {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    transform: rotate(45deg);
    position: absolute;
    z-index: 99;
    top: 40px;
    right: 20px;
    cursor: pointer;
    color: #fff;
}
.mobile-menu ul.menu {
    list-style-type: none;
    padding: 0;
}
.mobile-menu ul.menu li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 25px;
    display: block;
    transition: all 0.5s ease 0s;
}
.mobile-menu ul.menu li.menu-item {
    position: relative;
    display: block;
}
span.submenu-trigger {
    position: absolute;
    display: block;
    height: 50px;
    top: 0;
    right: 0;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    z-index: 99;
    cursor: pointer;
        transition: all 0.5s ease 0s;
}
.mobile-menu ul.sub-menu {
    padding-left: 20px;
    list-style-type: none;
}
li.menu-open > span.submenu-trigger {
    transform: rotate(90deg);
}
body.loading-complete .menu-burger-section{
    opacity: 1
}
.mobile-menu .header-cta.mobile-cta {
    display: block;
}
.mobile-menu a.main-logo img.sticky-header-logo {
    display: none;
}
.header-menu {
    padding: 30px 0;
}
.mobile-menu .header-cta {
    display: block;
}
.mobile-menu .header-cta .header-cta-wrapper {
    padding: 0 30px;
}
.mobile-menu .header-cta .header-cta-wrapper a.cb-btn.type-1 {
    border: 1px solid;
    padding: 13px 15px;
}



/*==== Home Intro Section ====*/
.single-it-section.image-position-bg-img {
    position: relative;
    background-color: #F0F0F0;
}
body.home .single-it-section.image-position-bg-img .image-section {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
body.home .single-it-section.image-position-bg-img .text-section {
    position: relative;
}
body.home .single-it-section.image-position-bg-img .image-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
body.home .single-it-section.image-position-bg-img .text-section h3.section-subtitle {
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

/*==== Home Features Section ====*/
body.home .content-block.features-block {
    position: relative;
    display: flex;
    justify-content: end;
}

body.home .content-block.features-block .section-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
}

body.home .content-block.features-block .section-bg:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

body.home .content-block.features-block .features-listing {
    position: relative;
    right: 7vw;
    max-width: 50%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 75px;
    grid-row-gap: 0px;
    padding: 150px 0;
}

.content-block.features-block .features-listing a.cb-btn {
    width: fit-content;
    height: fit-content;
    text-align: center;
    margin-left: 120px;
    white-space: nowrap;
}

.single-feature .feature-content h3.feature-title {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 0;
}

.content-block.features-block .features-listing .single-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.content-block.features-block .features-listing .single-feature .feature-img {
    max-width: 100px;
}

.content-block.features-block .features-listing .single-feature .feature-img img {
    width: 80px;
    height: auto;
    display: block;
}

body.home .content-block.features-block .features-listing .single-feature .feature-img img {
    filter: brightness(0) invert(1);
}

.content-block.features-block .features-listing .single-feature .feature-content {
    padding-left: 40px;
}

/*==== Home Map ====*/
.map-block .map-section-content {
    padding: 5vw;
}

.content-block.map-block {
    display: flex;
    flex-flow: wrap;
    background-color: #F7F7F7;
}

.content-block.map-block .map-wrapper .map-inner {
    height: 100%;
}

.map-block .map-section-content {
    padding: 150px 5vw;
}

.map-block .map-section-content {
    padding: 150px 5vw 150px 10vw;
}

.map-content-inner {
    display: flex;
    flex-flow: wrap;
}

.map-content-inner .address,
.map-content-inner .hours {
    width: 50%;
    display: inline-block;
}

.map-content-inner .hours p.gate-hours {
    display: none;
}

.map-content-inner .address span {
    margin-bottom: 12px;
    display: inline-block;
}

.map-content-inner .address span.street-address {
    margin-top: 20px;
}

.map-content-inner .address span.street-address,
.map-content-inner .address a.contact {
    width: 100%;
    display: block;
    letter-spacing: 1.7px;
    margin-bottom: 12px;
}

.content-block.features-block .features-listing {
    padding: 100px 0;
}

.map-content-inner h2.section-title,
.map-content-inner h3.section-subtitle {
    width: 100%;
    max-width: 25vw;
}

.map-content-inner h4 {
    font-size: 17px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.map-content-inner a.cb-btn {
    display: block;
    margin-top: 30px;
}



/*==== Home CTA Section ====*/
.cta-block {
    padding: 200px 0;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
}

.cta-block .section-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.cta-block .section-bg .section-overlay {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.cta-content {
    position: relative;
}

.cta-content h2.section-title {
    max-width: 500px;
}

.cta-content .section-buttons {
    margin-top: 30px;
}


/*==== Footer Section ====*/
.footer-menu {
    margin-bottom: 40px;
}

.footer-logo {
    width: 134px;
    margin: 0 auto 50px;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

.copyright-text p {
    max-width: 100%;
    padding-left: 75px;
    letter-spacing: 1.7px;
    margin-bottom: 0;
    padding: 20px;
}

.site-footer {
    position: relative;
    z-index: 10;
}

.site-footer:before {
    content: "";
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    top: -69px;
    background-color: #415f77;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.footer-address span.street-address {
    padding-right: 15px;
    margin-right: 15px;
    display: inline;
    font-weight: 400;
    position: relative;
}
.footer-address span.street-address:after {
    content: "";
    width: 1px;
    height: 14px;
    border-right: 2px solid;
    position: absolute;
    right: -3px;
    top: 3px;
}
.footer-menu .header-menu ul.menu li.menu-item{
    padding: 0 28px;
}

/*==== Inner Page Hero Banner ====*/
.content-block.inner-hero-block {
    height: 400px;
    padding: 0;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.content-block.inner-hero-block .section-bg {
    height: 100%;
    position: relative;
}

.content-block.inner-hero-block .inner-hero-content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.content-block.inner-hero-block .inner-hero-content h1.section-title {
    font-size: 57px;
}

.content-block.inner-hero-block .section-bg .inner-her-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.single-it-section .image-text-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 150px 0 50px;
}
body.home .single-it-section .image-text-content-wrapper {
    padding: 150px 0 200px;
}

.single-it-section.image-position-bg-img .image-text-content-wrapper {
    max-width: 640px;
}

body:not(.home) .single-it-section .image-text-content-wrapper h2.section-title {
    width: 40%;
}

body:not(.home) .single-it-section .image-text-content-wrapper .section-content {
    width: 60%;
    padding: 0 0 0 12vw
}

.content-block.features-block .features-listing {
    padding: 100px 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 0px;
}

.content-block.features-block .features-listing .single-feature .feature-img {
    max-width: 100px;
}

body:not(.home) .content-block.features-block .features-listing {
    grid-column-gap: 80px;
    width: 100%;
    max-width: 1588px;
    margin: 0 auto;
}

body:not(.home) .content-block.features-block {
    background-color: #F0F0F0;
}

/*==== Contact Page ====*/
.content-block.form-block.container-full {
    display: flex;
    flex-flow: wrap;
}

.form-content-inner .formmangr-custom-form {
    margin-top: 50px;
}

.formmangr-custom-form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.formmangr-row {
    display: flex;
    margin-bottom: 20px;
    min-height: 30px;
    width: 100%;
    flex-flow: wrap;
}

.formmangr-col {
    width: 100%;
}

.formmangr-field {
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

.formmangr-row input.formmangr-input,
.formmangr-row select,
.formmangr-row textarea,
.woocommerce-billing-fields__field-wrapper span.woocommerce-input-wrapper input,
.woocommerce-billing-fields__field-wrapper span.woocommerce-input-wrapper select,
.woocommerce-additional-fields span.woocommerce-input-wrapper textarea,
.woocommerce-account-fields p span.woocommerce-input-wrapper input,
.reg-form-step .form-row input{
    width: 100% !important;
    padding: 15px 25px 15px 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    border: 0;
    box-shadow: none;
    outline: 0 !important;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #707070;
    letter-spacing: 0.7px;
}
.formmangr-field .formmangr-form-dd {
    position: relative;
}
.formmangr-field .formmangr-form-dd {
    background-image: url(/wp-content/uploads/2022/08/down-arrow-1.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 12px;
    background-size: 22px;
}
.reg-form-step .form-row input{
    padding-top: 10px;
}

.reg-form-step .reg-step-controls {
    margin-bottom: 20px;
}

.reg-form-steps .form-row {
    margin-bottom: 25px;
}

.reg-form-steps .form-row label {
    text-transform: uppercase;
    font-weight: 600;
}

.reg-form-steps .form-row input.login-rememberme {
    width: 40px !important;
    margin-left: -10px;
}

.form-section-content.col-6 {
    padding-left: 75px;
    background-color: #F0F0F0;
}

.form-content-inner {
    padding: 5vw;
}

label.formmangr-field-label {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}

.form-block .form-section-bg.col-6 {
    padding: 0;
}

.form-block .form-section-bg.col-6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.form-content-inner .formmangr-custom-form .forminator-col button.formmangr-button-submit,
.reg-step-controls input.qef-submit{
    display: inline-block;
    padding: 12px 15px;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    background-color: #A31621;
    transition: all 0.5s ease 0s;
    margin: 15px 0 0;
    /* box-shadow: 5px 5px 10px 2px rgb(0 0 0 / 20%); */
    box-shadow: none;
    border: none;
    cursor: pointer;
    text-align: left;
    min-width: 200px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1.5px;
}

.reg-step-controls input.qef-submit{
    margin-top: 0;
}

.form-content-inner .formmangr-custom-form .forminator-col button.formmangr-button-submit:before,
.reg-step-controls input.qef-submit:before{
    content: "";
    background: url('/wp-content/uploads/2022/07/arrow-white-icon.svg');
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(-85deg);
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
    letter-spacing: 1.6px;
}
.form-content-inner .formmangr-custom-form .forminator-col button.formmangr-button-submit:hover:before,
.reg-step-controls input.qef-submit:hover:before{
    right: 10px;
}
.reg-step-controls input.qef-submit{
    min-width: inherit;
    padding: 12px 35px;
}

.content-block.map-block .map-wrapper.col-6 {
    padding: 0;
}


.woocommerce-billing-fields__field-wrapper p#_select_unit_field{
    display: none;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single,
.woocommerce form .form-row select, .woocommerce-page form .form-row select{
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #707070;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 15px;
    padding-left: 0;
}
.woocommerce form .form-row label{
    text-transform: uppercase;
    font-weight: 700;
}
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0;
}
.woocommerce-account .addresses .title h3{
    margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p {
    padding: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: 0;
    background-image: url(/wp-content/uploads/2022/08/down-arrow-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
}
.dashboard-widget.leases .woocommerce_account_subscriptions {
    margin-top: 28px;
}

body.privacy-policy .cta-block,
body.page-id-248 .cta-block {
    background-color: #F0F0F0;
}
.image-text-block .image-position-left {
    background-color: #F0F0F0;
}
.content-block.inner-hero-block .inner-hero-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.single-it-section.image-position-bg-img .it-container {
    width: 100%;
    max-width: 100%;
}


/*==== Pricing Page ====*/

.swifty-storage-pricing-box {
    width: calc(50% - 15px);
    background: #fff;
    display: flex;
    flex-flow: wrap;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    border-radius: 10px;
}

.pricing-steps {
    width: 230px;
    background: #E6E6E6;
}
.pricing-steps .step-li {
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 60px;
    position: relative;
}

.pricing-step-boxes {
    width: calc(100% - 230px);
}

.single-pricing-step.step-1 {
    padding: 33px;
}

.list-of-unit-types {
    text-align: center;
}

.list-of-unit-types a.cb-btn.select-unit-type {
    border: 2px solid;
    min-width: 300px;
    margin: 10px 0;
    box-shadow: none;
    font-size: 16px;
    letter-spacing: 1.6px;
}

.step-li {
    padding: 20px;
    border-bottom: 1px solid #cdcdcd;
    line-height: 30px;
}

span.step-index {
    background: #9D9D9D;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 8px;
    font-size: 15px;
    padding-left: 2px;
    position: absolute;
    left: 20px;
}

.pricing-section {
    background: #F0F0F0;
    padding: 100px 0;
}

.step-li.active {
    background: #fff;
}

a.cb-btn.view-all-units {
    margin-top: 50px;
}

.single-pricing-step {
    display: none;
}

.single-pricing-step.active {
    display: block;
}

.single-unit-inner {
    display: flex;
    flex-flow: wrap;
}

.single-unit-image {
    padding: 20px;
    width: 20%;
    text-align: center;
}

.single-unit-image img {
    display: inline-block;
    width: 100%;
    max-width: 50px;
    height: auto;
    background: #fff;
}

.single-unit-name {
    padding: 20px 10px;
    width: 30%;
    font-size: 15px;
}

.single-unit-name h3 {
    margin: 0;
    font-weight: 400;
    font-size: 17px;
}

.single-unit-name h3 strong {
    display: block;
}

.single-unit-price {
    padding: 20px;
    width: 30%;
}

.single-unit-price span.from {
    display: block;
}

p.unit-price-string {
    font-size: 15px;
}

span.arrow-icon {
    width: 30px;
    height: 30px;
    border: 2px solid;
    display: block;
    border-radius: 50%;
    position: relative;
}

span.arrow-icon:before {
    content: "";
    width: 15px;
    border-top: 1px solid;
    position: absolute;
    border-bottom: 1px solid;
    top: 12px;
    left: 5px;
}

span.arrow-icon:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    position: absolute;
    border-right: 2px solid;
    transform: rotate(45deg);
    top: 9px;
    right: 7px;
}

.single-unit-arrow {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.units-list {
    max-height: 100vh;
    overflow: auto;

}

.single-unit.ut-hide {
    display: none;
}

.step-li.clickable {
    cursor: pointer;
}

.pre-load {
    display: flex;
    width: 100%;
    min-height: 80vh;
    justify-content: center;
    align-items: center;
}

.after-load,
.loaded > .pre-load {
    display: none;
}

.loaded > .after-load {
    display: block;
}

a.variation-add-to-cart {
    display: flex;
    flex-flow: wrap;
    transition: all 0.1s ease 0s;
}

a.variation-add-to-cart .variation-period,
a.variation-add-to-cart .variation-price {
    width: 50%;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

a.variation-add-to-cart:hover {
    box-shadow: 0px 0px 2px 2px #cdcdcd;
}

.single-pricing-step.step-3 {
    padding: 20px;
}

.pre-load svg {
    max-width: 100px;
}

.swifty-storage-pricing-box[current-step="4"] {
    width: 100%;
}
a.unit-slidein-trigger {
    display: block;
}
.single-pricing-step h3.step-title {
    font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #E5E5E5;
    margin-top: 0;
}
.units-listing h2.av-units-count {
    padding-bottom: 20px;
    margin: 33px;
    border-bottom: 2px solid #E5E5E5;
}
.single-unit-price p.unit-price-string {
    margin-bottom: 0;
}
.swifty-storage-hivesite{
    border-radius: 10px;
}
.woocommerce-billing-fields__field-wrapper p#billing_company_field,
.woocommerce-billing-fields__field-wrapper p#billing_country_field,
.woocommerce-billing-fields__field-wrapper p#billing_city_field,
.woocommerce-billing-fields__field-wrapper p#billing_state_field,
.woocommerce-billing-fields__field-wrapper p#billing_postcode_field,
.woocommerce-billing-fields__field-wrapper p#billing_phone_field,
.woocommerce-billing-fields__field-wrapper p#_select_unit_field{
    float: left;
    width: 47%;
    overflow: visible;
    clear: inherit;
}
.woocommerce form .form-row .select2-container {
    padding-top: 19px;
}
.woocommerce-billing-fields__field-wrapper p#billing_country_field,
.woocommerce-billing-fields__field-wrapper p#billing_state_field,
.woocommerce-billing-fields__field-wrapper p#billing_phone_field,
.woocommerce-billing-fields__field-wrapper p#_select_unit_field{
    float: right;
}
.woocommerce-info{
    border: 0;
}
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout h3#order_review_heading{
    font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 0;
}
/* .single-pricing-step.step-4 {
    padding-bottom: 80px;
} */
/* .single-pricing-step.step-4 .woocommerce {
    height: 100vh;
}
.single-pricing-step.step-4 .woocommerce .woocommerce-checkout {
    max-height: 100vh;
    overflow: auto;
} */
.single-pricing-step.step-4 .col-1, .single-pricing-step.step-4 .col-2 {
    width: 50%;
}
.single-pricing-step.step-4 .woocommerce .woocommerce-checkout .col2-set {
    margin-bottom: 100px;
}

.woocommerce-checkout-payment button#place_order {
    display: inline-block;
    margin-right: 15px;
    /* color: #fff; */
    line-height: 1;
    font-size: 15px;
    padding: 15px 25px;
/*    box-shadow: 5px 5px 10px 2px rgb(0 0 0 / 20%);*/
    transition: all 0.1s ease-in 0s;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 0;
}

.swifty-storage-pricing-box[current-step="4"] + .swifty-storage-hivesite {
    display: none;
}
body.page-template-page-login-register section.content-blocks .container {
    padding-top: 50px;
}
body.page-template-page-login-register section.content-blocks {
    padding-bottom: 150px;
}
.user-form form h2 {
    font-size: 18px;
    margin-bottom: 40px;
}
body.page-template-page-login-register section.content-blocks{
    position: relative;
}
body.page-template-page-login-register section.content-blocks:before {
    content: "";
    width: calc(50vw - 5px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f5f5f5;
    z-index: -1;
}
body.page-template-page-login-register section.content-blocks .col-6:first-child {
    padding-left: 0;
    padding-right: 50px;
}
body.page-template-page-login-register section.content-blocks .col-6:last-child {
    padding-left: 50px;
    padding-right: 0;
}
.woocommerce-form-login-toggle .woocommerce-info {
    margin-bottom: 10px;
}
.woocommerce-shipping-fields h3#ship-to-different-address, .shipping_address {
    display: none;
}
.inner-hero-block + .cta-block .container {
    max-width: calc(100vw - 500px);
}
.inner-hero-block + .cta-block .container h3.section-subtitle {
    margin-bottom: 35px;
}
.inner-hero-block + .cta-block{
    padding: 100px 30px 150px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 35px;
    border-radius: 0;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    background-color: transparent;
}
.swifty-storage-account-dashboard{
    padding-bottom: 150px;
}
.woocommerce table.shop_table td,
.woocommerce-MyAccount-navigation-link a{
    font-size: 17px;
}
.woocommerce .col2-set address {
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
}
button.formmangr-button {
    display: inline-block;
    margin-right: 15px;
    /* color: #fff; */
    line-height: 1;
    font-size: 15px;
    padding: 15px 35px;
    /* box-shadow: 5px 5px 10px 2px rgb(0 0 0 / 20%); */
    transition: all 0.1s ease-in 0s;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    background: #a31621;
    color: #fff;
    border: none;
}
.access-status {
    text-align: center;
    padding: 15px;
    background: limegreen;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}
.access-status.disabled {
    background: red;
}
.user-pin {
    padding: 15px;
    text-align: center;
    font-size: 21px;
    margin-bottom: 25px;
    background: #fff;
}
input[name="user-pin"] {
    font-size: 21px;
    margin: 0 15px;
    padding: 10px;
    border: 2px solid;
}
a.mobile-map-view-trigger {
    display: none;
}
a.back-to-units-list {
    display: none;
}

body .container.main-dashboard-container .dashboard-widget.agreements {
    position: relative;
}
.user-note {
    text-align: center;
    padding: 10px 20px;
    background: #415f77;
    font-weight: 700;
    line-height: 1.4;
    font-size: 18px;
    color: #fff;
    border-radius: 15px;
}
.page-template-page-landing .content-block.inner-hero-block .inner-hero-overlay {
    background-color: rgba(0,0,0,0.55);
}
.page-template-page-landing .content-block.inner-hero-block .inner-hero-content h1.section-title {
    font-size: 48px;
    font-weight: 600;
    max-width: 500px;
}
.page-template-page-landing .single-it-section:first-child .it-container .image-text-content-wrapper {
    display: grid;
    padding: 50px 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    align-items: start;
}
/* .page-template-page-landing .single-it-section:first-child .it-container .image-text-content-wrapper:after {
    content: " ";
    display: table;
    clear: both;
} */
.page-template-page-landing .single-it-section:first-child .it-container h2, .page-template-page-landing .single-it-section:first-child .it-container h3 {
    padding-right: 10vw;
    font-size: 42px;
    width: auto !important;
    grid-column: 1;
    grid-row: 1;
}
.page-template-page-landing .single-it-section:first-child .it-container h3 {
    padding-right: 5vw;
    font-size: 36px;
    font-weight: 600;
    color: #A31621;
    grid-row: 2;
}
.page-template-page-landing .single-it-section:first-child .it-container .section-content {
    grid-column: 2;
    grid-row: 1 / span 2;
    padding-left: 5vw !important;
    width: auto
}
.landing-form-header {
    background: #A31621;
    padding: 30px;
    text-align: center;
}
.landing-form-header h3 {
    margin: 0;
    padding: 0 !important;
    color: #fff !important;
}
.landing-form-header h3 small {
    display: block;
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 5px;
}
.landing-form {
    background: #fff;
    box-shadow: 7px 16px 23px #00000029;
    margin-top: -220px;
}
.page-template-page-landing .content-block.image-text-block {
    position: relative;
    z-index: 9;
}
.landing-form form {
    padding: 30px;
}
.page-template-page-landing .single-it-section:nth-child(2) {
    background: #fff;
    position: relative;
}
.page-template-page-landing .single-it-section:nth-child(2) .image-section {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
}
.page-template-page-landing .single-it-section:nth-child(2) .text-section .image-text-content-wrapper {
    padding: 50px 0;
    width: 50%;
    display: block;
}
.page-template-page-landing .single-it-section:nth-child(2) .text-section .image-text-content-wrapper h2, .page-template-page-landing .single-it-section:nth-child(2) .text-section .image-text-content-wrapper h3 {
    width: 100%;
    font-size: 36px;
    max-width: 550px;
}
.page-template-page-landing .single-it-section:nth-child(2) .text-section .image-text-content-wrapper h3 {
    font-size: 30px;
}
.page-template-page-landing .single-it-section:nth-child(2) .text-section .section-content {
    padding: 0;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    width: 100%;
}
.page-template-page-landing .single-it-section:nth-child(2) .text-section .section-content ul li {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;
}
.page-template-page-landing .single-it-section:nth-child(2) .text-section .section-content ul li:after {
    width: 5px;
    content: "";
    position: absolute;
    border-bottom: 5px solid;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.page-template-page-landing .single-it-section:nth-child(2) .text-section .section-content br {
    display: none;
}
.page-template-page-landing .single-it-section:nth-child(2) .text-section .section-content img {
    display: inline-block;
    width: 20%;
    height: 60px;
    object-fit: contain;
    object-position: left;
    margin: 15px 0;
}
.page-template-page-landing .single-it-section:nth-child(2):before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25vw 70px 25vw;
    border-color: transparent transparent #fff transparent;
    left: 0;
    top: -70px;
}
.page-template-page-landing .pricing-section {
    background: #F0F0F0;
    padding: 50px 0;
}
img.pricing-section-logo {
    display: block;
    margin: 0 auto;
}
.page-template-page-landing .pricing-section h2 {
    font-size: 36px;
    margin-bottom: 50px;
    color: #415F77;
}
.special-landing-gallery img {
    display: inline-block;
    margin-top: 50px;
    margin-bottom: -50px;
    width: 33.33%;
    height: 20vw;
    object-fit: cover;
}
.special-landing-gallery {
    font-size: 0;
}
.page-template-page-landing .header-menu,
.page-template-page-landing .footer-address,
.page-template-page-landing .footer-contact,
.page-template-page-landing .policy-nav,
.page-template-page-landing .header-cta  {
    display: none;
} 
.page-template-page-landing svg#primary-units-picker g,
.page-template-page-landing .single-unit {
    pointer-events: none;
}
.page-template-page-landing .step-li.step-4 {
    display: none;
}
span.arrow {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid;
    border-top: 1px solid;
    position: relative;
}
span.arrow:after {
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    top: -5px;
    right: 0;
}

body.woocommerce-checkout main#primary {
    padding-top: 160px;
}
body.woocommerce-checkout main#primary .woocommerce {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto 100px;
}


@media screen and (max-width: 1800px) {
    .container,
    .hero-slider-wrapper .home-hero-slider ul.slick-dots,
    .it-container,
    body:not(.home) .content-block.features-block .features-listing,
    .single-it-section .text-section{
        max-width: calc(100vw - 300px);
        letter-spacing: 1.7px;
    }
    .pricing-steps .step-li{
        font-size: 13px;
    }
}

@media screen and (max-width: 1675px) {
    .hero-description p {
        font-size: 20px;
    }
    .single-hero-slide .slide-content h1.hero-title {
        font-size: 45px;
    }
    .single-unit-name h3 {
        font-size: 17px;
    }
    .single-pricing-step h3.step-title{
        font-size: 18px;
    }
    h2.section-title, .user-form login-form h2{
        font-size: 42px;
    }
    span.step-index{
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 13px;
    }
    .list-of-unit-types a.cb-btn.select-unit-type{
        font-size: 14px;
        margin: 8px 0;
        min-width: 280px;
    }
    a.cb-btn.view-all-units {
        margin-top: 40px;
    }
    .pricing-steps .step-li{
        line-height: 24px;
    }
    a.cb-btn, 
    .header-menu ul.menu li.menu-item a.menu-item-link,
    .form-content-inner .formmangr-custom-form .forminator-col button.formmangr-button-submit,
    .reg-step-controls input.qef-submit{
        font-size: 14px;
    }
    .verticle-strip{
        width: 55px;
    }
    .vertical-strip-content{
        padding: 20px;
    }
    .inner-hero-block + .cta-block .container {
        max-width: calc(100vw - 400px);
    }
    .single-hero-slide .slide-content{
        bottom: 20px;
    }
    .hero-slider-wrapper .home-hero-slider ul.slick-dots{
        bottom: 50px;
    }
    .woocommerce table.shop_table td,
    .woocommerce-MyAccount-navigation-link a{
        font-size: 15px;
    }
    body .header a.cb-btn {
        padding: 15px 15px;
    }
    .page-template-page-landing .single-it-section:first-child .it-container h2, .page-template-page-landing .single-it-section:first-child .it-container h3 {
        font-size: 33px;
    }
    .page-template-page-landing .content-block.inner-hero-block .inner-hero-content h1.section-title {
        font-size: 42px;
    }
    .page-template-page-landing .single-it-section:first-child .it-container h3 {
        font-size: 33px;
    }
    .page-template-page-landing .single-it-section:nth-child(2) .text-section .image-text-content-wrapper h2, .page-template-page-landing .single-it-section:nth-child(2) .text-section .image-text-content-wrapper h3 {
        font-size: 30px;
    }
}


@media screen and (max-width: 1440px) {
    .header-inner .header-menu{
        padding: 20px 0;
    }
    body.page-template:not(.home) .content-blocks, body.single:not(.home) .content-blocks {
        padding-top: 94px;
    }
    .container,
    .hero-slider-wrapper .home-hero-slider ul.slick-dots,
    .it-container,
    body:not(.home) .content-block.features-block .features-listing,
    .single-it-section .text-section{
        max-width: calc(100vw - 250px);
    }
    h2.section-title,
    .user-form login-form h2{
        font-size: 35px;
    }

    h3.section-subtitle {
        font-size: 16px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }
    .map-content-inner .address span.street-address,
    .map-content-inner .address a.contact,
    .map-content-inner .address span{
        margin-bottom: 7px;
        font-size: 15px;
    }
    .header-menu ul.menu li.menu-item{
        font-size: 14px;
    }
    .footer-address,
    .footer-address span,
    .footer-contact a {
        font-size: 14px;
    }
    .header .container .header-inner .logo-section img {
        max-width: 100%;
    }
    .vertical-strip-content .vs-address, .vertical-strip-content .vs-contact{
        font-size: 14px;
    }
    .form-content-inner {
        padding: 5vw 4vw;
    }
    .map-content-inner h4{
        font-size: 15px;
    }
    .formmangr-row input.formmangr-input,
    .formmangr-row select,
    .formmangr-row textarea,
    .woocommerce-billing-fields__field-wrapper span.woocommerce-input-wrapper input,
    .woocommerce-billing-fields__field-wrapper span.woocommerce-input-wrapper select,
    .woocommerce-additional-fields span.woocommerce-input-wrapper textarea{
        font-size: 13px;
    }
    .content-block.features-block .features-listing .single-feature .feature-img img{
        width: 50px;
    }
    .content-block.features-block .features-listing a.cb-btn{
        margin-left: 100px;
    }
    .vertical-strip-content .vs-divider {
        height: calc(100vh - 440px);
    }
    .pricing-steps{
        width: 200px;
    }
    .units-listing h2.av-units-count{
        padding-bottom: 15px;
        margin: 20px;
        font-size: 20px;
    }
    .single-unit-name h3 {
        font-size: 13px;
    }
    p.unit-price-string, 
    .list-of-unit-types a.cb-btn.select-unit-type {
        font-size: 13px;
    }
    .pricing-step-boxes{
        width: calc(100% - 200px);
    }
    .pricing-steps .step-li{
        line-height: 20px;
    }
    body:not(.home) .single-it-section .image-text-content-wrapper .section-content{
        padding: 0 0 0 8vw;
    }
    .list-of-unit-types a.cb-btn.view-all-units {
        margin-right: 0;
    }
    .formmangr-row input.formmangr-input,
    .formmangr-row select,
    .formmangr-row textarea,
    .woocommerce-billing-fields__field-wrapper span.woocommerce-input-wrapper input,
    .woocommerce-billing-fields__field-wrapper span.woocommerce-input-wrapper select,
    .woocommerce-additional-fields span.woocommerce-input-wrapper textarea,
    .woocommerce-account-fields p span.woocommerce-input-wrapper input,
    .reg-form-steps .form-row label{
        font-size: 13px;
    }
    div#order_review {
        font-size: 14px;
    }
    .content-block.inner-hero-block .inner-hero-content h1.section-title {
        font-size: 50px;
    }
    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
        font-size: 14px;
    }
    .cta-content h2.section-title {
        max-width: 400px;
    }
    body.home .content-block.features-block .features-listing,
    body:not(.home) .content-block.features-block .features-listing {
        grid-column-gap: 50px;
    }
    .woocommerce table.shop_table td,
    .woocommerce-MyAccount-navigation-link a{
        font-size: 14px;
    }
    .woocommerce .col2-set address {
        font-size: 14px;
    }
    .page-template-page-landing .single-it-section:first-child .it-container h3 {
        font-size: 27px;
    }
    .landing-form-header h3 small {
        font-size: 21px;
    }
    .page-template-page-landing .single-it-section:first-child .it-container h2, .page-template-page-landing .single-it-section:first-child .it-container h3 {
        font-size: 30px;
    }
}


@media screen and (max-width: 1366px) {
    body.home .content-block.features-block .features-listing{
        max-width: 70%;
    }
}

@media screen and (max-width: 1280px) {
    .container,
    .hero-slider-wrapper .home-hero-slider ul.slick-dots,
    .it-container,
    body:not(.home) .content-block.features-block .features-listing,
    .single-it-section .text-section{
        width: 100%;
        max-width: calc(100vw - 50px);
    }
    .inner-hero-block + .cta-block .container {
        max-width: calc(100vw - 300px);
    }
    a.cb-btn{
        padding: 15px 25px;
    }
    .header-inner .header-menu, .header-cta, .verticle-strip{
        display: none;
    }
    .menu-burger-section{
        display: inline-block;
    }
    .header .container .header-inner .logo-section{
        width: 300px;
        display: inline-block;
    }
    .header{
        padding: 10px;
    }
}

@media screen and (min-width:993px) {
    .mobile-only {
        display: none !important;
    }
    
}

@media screen and (max-width: 992px) {
    .container,
    .hero-slider-wrapper .home-hero-slider ul.slick-dots,
    .it-container,
    body:not(.home) .content-block.features-block .features-listing,
    .single-it-section .text-section{
        width: 100%;
        max-width: calc(100vw - 60px);
    }
    .header .container .header-inner .logo-section{
        width: 200px;
        display: inline-block;
    }
    .header .container .header-inner .logo-section img.header-logo {
        width: 100%;
        max-width: 100%;
    }
    .swifty-storage-pricing-box {
        display: block;
        width: 100%;
    }
    body.home .content-block.features-block .features-listing {
        max-width: 100%;
        display: block;
        padding: 100px 30px;
        right: 0;
    }
    
    .content-block.map-block{
        flex-direction: column;
    }
    .content-block.map-block .map-wrapper.col-6, .map-block .map-section-content{
        width: 100%;
    }
    .slide-flex-wrapper .container{
        height: calc(100vh - 110px);
    }
    .single-it-section .image-section img, .section-bg img{
        height: 70vh;
    }
    body.home .single-it-section.image-position-bg-img .text-section{
        left: 0;
        max-width: 100%;
    }
    .single-it-section .image-text-content-wrapper{
        padding: 75px 0;
    }
    .map-block .map-section-content {
        padding: 50px 30px;
    }
    .single-hero-slide .slide-content h1.hero-title {
        font-size: 36px;
    }
    .hero-description p {
        font-size: 18px;
    }
    h2.section-title,
    .user-form login-form h2{
        font-size: 28px;
    }
    .single-hero-slide .slide-content{
        padding: 0;
    }
    .content-block.inner-hero-block{
        height: auto;
    }
    body.page-template:not(.home) .content-blocks, body.single:not(.home) .content-blocks {
        padding-top: 80px;
    }
    body.page-template-page-login-register section.content-blocks .container {
        padding-top: 30px;
    }
    body.page-template-page-login-register section.content-blocks .col-6:first-child {
        padding-right: 30px;
    }
    body.page-template-page-login-register section.content-blocks .col-6:last-child {
        padding-left: 30px;
    }
    .pricing-section{
        padding: 50px 0;
    }
    .pricing-steps {
        width: 100%;
        display: flex;
    }
    .pricing-section .swifty-storage-hivesite{
        width: 100%;
        margin-left: 0px;
        margin-top: 30px;
    }
    .pricing-step-boxes {
        width: 100%;
    }
    .list-of-unit-types a.cb-btn.select-unit-type {
        width: calc(50% - 20px);
    }
    .list-of-unit-types a.cb-btn.view-all-units {
        margin-right: 0;
        width:calc(50% - 20px);
        clear: both;
    }
    .pricing-section .swifty-storage-hivesite{
        display: none;
    }
    .single-pricing-step.step-4 .col-1, .single-pricing-step.step-4 .col-2 {
        width: 100%;
    }
    .single-it-section .image-section img, .section-bg img {
        height: 100%;
    }
    body:not(.home) .single-it-section .image-text-content-wrapper h2.section-title,
    body:not(.home) .single-it-section .image-text-content-wrapper .section-content{
        width: 100%;
    }
    body:not(.home) .single-it-section .image-text-content-wrapper .section-content {
        padding: 0;
        margin: 40px 0;
    }
    .content-block.features-block .features-listing{
        grid-template-columns: repeat(2, 1fr);
    }
    body:not(.home) .content-block.features-block .features-listing{
        padding-top: 0px;
    }
    .single-it-section .image-text-content-wrapper {
        padding: 75px 0 30px;
    }
    .form-section-content.col-6{
        padding-left: 0px;
    }
    .content-block.form-block.container-full{
        flex-direction: column;
    }
    .content-block.form-block.container-full .col-6 {
        width: 100%;
        padding-right: 0;
    }
    .content-block.map-block .map-wrapper.col-6 {
        order: 1;
    }
    body.page-template-page-contact section.content-blocks {
        display: flex;
        flex-direction: column;
    }
    .single-it-section.image-position-bg-img .it-container{
        padding: 0 30px;
    }
    .form-content-inner {
        padding: 50px 30px;
    }
    .inner-hero-block + .cta-block{
        padding: 50px 30px 100px;
    }
    .inner-hero-block + .cta-block .container {
        max-width: 100%;
    }
    .woocommerce .container.main-dashboard-container .col.col-6 {
        width: 100%;
        float: none;
    }
    body .container.main-dashboard-container .dashboard-widget.agreements {
        position: relative;
    }
    .dashboard-widget.leases {
        min-height: auto;
    }
    .woocommerce table.shop_table a.button {
        margin-bottom: 10px;
    }
    .woocommerce .woocommerce-Address {
        margin-bottom: 20px;
    }
    .map-content-inner h2.section-title, .map-content-inner h3.section-subtitle {
        width: 100%;
        max-width: 100%;
    }
    a.mobile-map-view-trigger {
        justify-content: center;
        display: flex;
        align-items: center;
        padding: 10px;
        width: 25%;
        text-align: center;
        background: #787878;
        color: #fff;
    }
    .pricing-section .container {
        display: flex;
        flex-flow: wrap;
        position: relative;
    }
    .pricing-section .swifty-storage-hivesite {
        display: block;
        position: absolute;
        top: 0;
        overflow: auto;
        height: 100%;
        left: 140%;
        transition: all 0.5s ease 0s;
        margin: 0;
    }
    .pricing-section .swifty-storage-hivesite.active {
        left: 0;
    }
    body div#hivesiteWrapper {
        width: 250%;
        margin-left: -18%;
        margin-top: -45%;
    }
    a.back-to-units-list {
        display: block;
        width: 100%;
        z-index: 9;
        position: absolute;
        text-align: center;
        font-size: 21px;
        line-height: 1.5;
        top: 0;
    }
    .desktop-only {
        display: none !important;
    }
    .footer-menu a.cb-btn {
        border: 2px solid;
        margin: 15px auto;
        display: block;
        width: 120px;
        text-align: center;
    }
    .unit-tooltilp {
        display: none;
    }
    .page-template-page-landing .content-block.inner-hero-block .inner-hero-content h1.section-title {
        font-size: 36px;
        max-width: 400px;
    }
    .page-template-page-landing .single-it-section:first-child .it-container h2, .page-template-page-landing .single-it-section:first-child .it-container h3 {
        font-size: 27px;
    }
    .page-template-page-landing .single-it-section:nth-child(2) .text-section .section-content ul li {
        padding-right: 20px;
    }
    .page-template-page-landing .single-it-section:nth-child(2) .image-section {
        width: 100%;
        height: 56vw;
        bottom: 0;
        top: auto;
    }
    .page-template-page-landing .single-it-section:nth-child(2) .text-section .image-text-content-wrapper {
        width: 100%;
        padding-bottom: 56vw;
    }
    .page-template-page-landing .single-it-section:nth-child(2) .text-section .image-text-content-wrapper h2, .page-template-page-landing .single-it-section:nth-child(2) .text-section .image-text-content-wrapper h3 {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .content-block.home-slider-block {
        height: 100vh;
    }
    .content-block.inner-hero-block .inner-hero-content h1.section-title {
        font-size: 38px;
    }
    .single-hero-slide .slide-content {
        bottom: auto;
        position: relative;
    }
    .single-it-section .image-text-content-wrapper {
        padding: 50px 0 30px;
    }
    .hero-slider-wrapper .home-hero-slider ul.slick-dots{
        bottom: 15vh;
    }
    a.next-sec-scroll {
        left: 50%;
        right: auto;
        bottom: 50px;
    }
    .footer-menu .header-menu ul.menu li.menu-item,
    .policy-nav a.policy-nav-item{
        display: block;
    }
    .footer-contact {
        font-size: 0;
    }
    .footer-contact a.email {
        margin-top: 10px;
        display: block;
    }
    .pricing-steps {
        width: 100%;
        display: flex;
        flex-flow: wrap;
    }
    .pricing-steps .step-li{
        width: 25%;
        text-align: center;
        font-size: 0;
    }
    .pricing-steps .step-li span.step-index{   
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .woocommerce-billing-fields__field-wrapper p#billing_company_field,
    .woocommerce-billing-fields__field-wrapper p#billing_country_field,
    .woocommerce-billing-fields__field-wrapper p#billing_city_field,
    .woocommerce-billing-fields__field-wrapper p#billing_state_field,
    .woocommerce-billing-fields__field-wrapper p#billing_postcode_field,
    .woocommerce-billing-fields__field-wrapper p#billing_phone_field,
    .woocommerce-billing-fields__field-wrapper p#_select_unit_field{
        float: none;
        width: 100%;
    }
    .woocommerce-billing-fields__field-wrapper p#billing_country_field,
    .woocommerce-billing-fields__field-wrapper p#billing_state_field,
    .woocommerce-billing-fields__field-wrapper p#billing_phone_field,
    .woocommerce-billing-fields__field-wrapper p#_select_unit_field,
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, 
    .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
        float: none;
        width: 100%;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
        overflow: visible;
    }
    body.page-template:not(.home) .content-blocks, body.single:not(.home) .content-blocks{
        
    }
    body.page-template-page-login-register section.content-blocks .container .col-6 {
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px;
        padding-right: 0;
    }
    body.page-template-page-login-register section.content-blocks:before{
        display: none;
    }
    .list-of-unit-types a.cb-btn.select-unit-type{
        width: 100%;
        min-width: 100%;
    }
    .content-block.features-block .features-listing {
        grid-template-columns: repeat(1, 1fr);
    }
    .content-block.features-block .features-listing .single-feature .feature-content {
        padding-left: 30px;
    }
    .content-block.features-block .features-listing {
        padding-bottom: 50px;
    }
    .form-content-inner .formmangr-custom-form .formmangr-col {
        padding: 0;
    }
    .list-of-unit-types a.cb-btn.view-all-units {
        width: 100%;
        text-align: center;
    }
    body .dashboard-widget.agreements .agreements-wrapper .esig-access-control-wrap {
        width: 100% !important;
        margin: 8px 0 !important;
    }
    body .woocommerce .col2-set .woocommerce-Address{
        padding: 0;
    }
    .container.first-page.doc_page {
        overflow: auto;
    }
    .container.first-page.doc_page .wrap {
        width: 750px;
        background: #fff;
    }
    .content-block.features-block .features-listing a.cb-btn {
        margin-left: 0;
    }
    .map-content-inner .address {
        width: 60%;
    }
    .map-content-inner .hours {
        width: 40%;
    }
    .page-template-page-landing .content-block.inner-hero-block .inner-hero-content h1.section-title {
        font-size: 31px;
        max-width: 100%;
        text-align: center;
    }
    .page-template-page-landing .single-it-section:first-child .it-container .image-text-content-wrapper {
        display: flex;
        flex-flow: column;
    }
    .page-template-page-landing .single-it-section:first-child .it-container h2, .page-template-page-landing .single-it-section:first-child .it-container h3 {
        order: 2;
        padding: 0;
    }
    .page-template-page-landing .single-it-section:first-child .it-container .section-content {
        padding-left: 0 !important;
    }
    .landing-form {
        margin-top: -120px;
    }
    .landing-form-header {
        padding: 20px;
    }
    .landing-form-header h3 small {
        font-size: 17px;
    }
}
