.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
} article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
a {
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
text-decoration: none;
}
a:hover {
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
text-decoration: none;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
img.alignleft {
float: left;
margin: 5px 10px 5px 0;
}
img.alignright {
float: right;
margin: 5px 0 5px 10px;
}
img.aligncenter {
margin: 5px auto;
float: none;
display: block;
}
.displayNone {
display: none;
}
.wp-caption.alignleft {
float: left;
margin-left: 0;
margin-right: 5px;
}
.wp-caption.aligncenter {
margin-left: auto;
margin-right: auto;
}
.wp-caption.alignright {
float: right;
margin-left: 5px;
margin-right: 0;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
margin-bottom: 0px !important;
}
img,
table,
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
max-width: 100%;
outline: none;
}
img {
height: auto;
}
body {
font-family: "Montserrat", sans-serif;
color: #100f0d;
font-weight: 400;
background: #fff;
font-size: 15px;
line-height: 1.43;
}
a {
color: #00af66;
text-decoration: none;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
}
img {
max-width: 100%;
height: auto;
}   .slicknav_btn,
.slicknav_nav .slicknav_item {
cursor: pointer;
}
.slicknav_menu,
.slicknav_menu * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.slicknav_btn {
position: relative;
display: block;
vertical-align: middle;
float: right;
padding: 0.438em 0.625em;
line-height: 1.125em;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
margin-top: 0.188em;
}
.slicknav_menu .slicknav_menutxt {
display: block;
line-height: 1.188em;
float: left;
color: #fff;
font-weight: 700;
text-shadow: 0 1px 3px #000000;
}
.slicknav_menu .slicknav_icon {
float: left;
width: 1.125em;
height: 0.875em;
margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
background: 0 0;
width: 1.125em;
height: 0.875em;
display: block;
content: "";
position: absolute;
}
.slicknav_menu .slicknav_no-text {
margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
display: block;
width: 1.125em;
height: 0.125em;
-webkit-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:after,
.slicknav_menu:before {
content: " ";
display: table;
}
.slicknav_menu:after {
clear: both;
}
.slicknav_nav li,
.slicknav_nav ul {
display: block;
}
.slicknav_nav .slicknav_arrow {
font-size: 0.8em;
margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item a {
display: inline;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
display: block;
}
.slicknav_nav .slicknav_parent-link a {
display: inline;
}
.slicknav_menu {
*zoom: 1;
font-size: 16px;
background: #4c4c4c;
padding: 5px;
}
.slicknav_nav,
.slicknav_nav ul {
list-style: none;
overflow: hidden;
padding: 0;
}
.slicknav_menu .slicknav_icon-bar {
background-color: #ffffff;
}
.slicknav_btn {
margin: 5px 5px 6px;
text-decoration: none;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
-webkit-border-radius: 4px;
border-radius: 4px;
background-color: #222222;
}
.slicknav_nav {
clear: both;
color: #fff;
margin: 0;
font-size: 0.875em;
}
.slicknav_nav ul {
margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
padding: 5px 10px;
margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
-webkit-border-radius: 6px;
border-radius: 6px;
background: #ccc;
color: #ffffff;
}
.slicknav_nav a {
text-decoration: none;
color: #ffffff;
}
.slicknav_nav a:hover {
-webkit-border-radius: 6px;
border-radius: 6px;
background: #ccc;
color: #222222;
}
.slicknav_nav .slicknav_txtnode {
margin-left: 15px;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
padding: 0;
margin: 0;
}
.slicknav_brand {
float: left;
color: #fff;
font-size: 18px;
line-height: 30px;
padding: 7px 12px;
height: 44px;
} .owl-carousel,
.owl-carousel .owl-item {
-webkit-tap-highlight-color: transparent;
position: relative;
}
.owl-carousel {
display: none;
width: 100%;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
background: 0 0;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
}
.owl-carousel .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.owl-height {
-webkit-transition: height 0.5s ease-in-out;
-o-transition: height 0.5s ease-in-out;
transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 0.4s ease;
-o-transition: opacity 0.4s ease;
transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//honorstorage.com/wp-content/themes/honorstoragev2-1.1/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.1s ease;
transition: -webkit-transform 0.1s ease;
-o-transition: transform 0.1s ease;
transition: transform 0.1s ease;
transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
-webkit-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
background-size: contain;
-webkit-transition: opacity 0.4s ease;
-o-transition: opacity 0.4s ease;
transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%;
} .owl-theme .owl-dots,
.owl-theme .owl-nav {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
color: #fff;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #d6d6d6;
display: inline-block;
cursor: pointer;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
background: #869791;
color: #fff;
text-decoration: none;
}
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #d6d6d6;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
-webkit-border-radius: 30px;
border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background: #869791;
}
.accordionjs {
position: relative;
margin: 0;
padding: 0;
list-style: none;
margin-top: 10px;
margin-bottom: 20px;
}
.accordionjs .acc_section {
border: 1px solid #ccc;
position: relative;
z-index: 10;
margin-top: -1px;
overflow: hidden;
}
.accordionjs .acc_section .acc_head {
position: relative;
background: #fff;
padding: 10px;
display: block;
cursor: pointer;
}
.accordionjs .acc_section .acc_head h3 {
line-height: 1;
margin: 5px 0;
}
.accordionjs .acc_section .acc_content {
padding: 10px;
}
.accordionjs .acc_section:first-of-type,
.accordionjs .acc_section:first-of-type .acc_head {
-webkit-border-top-left-radius: 3px;
border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;
}
.accordionjs .acc_section:last-of-type,
.accordionjs .acc_section:last-of-type .acc_content {
-webkit-border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.accordionjs .acc_section.acc_active > .acc_content {
display: block;
}
.accordionjs .acc_section.acc_active > .acc_head {
background: #f9f9f9;
border-bottom: 1px solid #ccc;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
border: 1px solid #ced4da;
font-size: 14px;
padding: 7px 15px;
border: 1px solid #e0e1e1;
background-color: #fbfcfc;
color: #b8bcbe;
}
input[type="password"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="range"]:focus,
textarea:focus {
color: #7b8083 !important;
}
textarea {
width: 100%;
}
.container {
max-width: 1230px;
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #000;
font-family: "Montserrat", sans-serif;
}
p {
margin-bottom: 10px;
}
p:last-child {
margin-bottom: 0;
} .slicknav_btn,
.slicknav_nav .slicknav_item {
cursor: pointer;
}
.slicknav_menu,
.slicknav_menu * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.slicknav_btn {
position: relative;
display: block;
vertical-align: middle;
float: right;
padding: 0.438em 0.625em;
line-height: 1.125em;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
margin-top: 0.188em;
}
.slicknav_menu .slicknav_menutxt {
display: block;
line-height: 1.188em;
float: left;
color: #fff;
font-weight: 700;
text-shadow: 0 1px 3px #000000;
}
.slicknav_menu .slicknav_icon {
float: left;
width: 1.125em;
height: 0.875em;
margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
background: 0 0;
width: 1.125em;
height: 0.875em;
display: block;
content: "";
position: absolute;
}
.slicknav_menu .slicknav_no-text {
margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
display: block;
width: 1.125em;
height: 0.125em;
-webkit-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:after,
.slicknav_menu:before {
content: " ";
display: table;
}
.slicknav_menu:after {
clear: both;
}
.slicknav_nav li,
.slicknav_nav ul {
display: block;
}
.slicknav_nav .slicknav_arrow {
font-size: 0.8em;
margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item a {
display: inline;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
display: block;
}
.slicknav_nav .slicknav_parent-link a {
display: inline;
}
.slicknav_menu {
*zoom: 1;
font-size: 16px;
background: #4c4c4c;
padding: 5px;
}
.slicknav_nav,
.slicknav_nav ul {
list-style: none;
overflow: hidden;
padding: 0;
}
.slicknav_menu .slicknav_icon-bar {
background-color: #ffffff;
}
.slicknav_btn {
margin: 5px 5px 6px;
text-decoration: none;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
-webkit-border-radius: 4px;
border-radius: 4px;
background-color: #222222;
}
.slicknav_nav {
clear: both;
color: #fff;
margin: 0;
font-size: 0.875em;
}
.slicknav_nav ul {
margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
padding: 5px 10px;
margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
-webkit-border-radius: 6px;
border-radius: 6px;
background: #ccc;
color: #ffffff;
}
.slicknav_nav a {
text-decoration: none;
color: #ffffff;
}
.slicknav_nav a:hover {
-webkit-border-radius: 6px;
border-radius: 6px;
background: #ccc;
color: #222222;
}
.slicknav_nav .slicknav_txtnode {
margin-left: 15px;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
padding: 0;
margin: 0;
}
.slicknav_brand {
float: left;
color: #fff;
font-size: 18px;
line-height: 30px;
padding: 7px 12px;
height: 44px;
} .header-area {
border-bottom: 1px solid #d6d6d6;
background: #fff;
padding-top: 16px;
position: relative;
z-index: 99;
}
.header-area .container {
max-width: 1310px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.header-area .header-top-area {
width: 100%;
padding-bottom: 25px;
}
.header-area .header-top-area .header-contact {
width: 33.33%;
padding-right: 15px;
}
.header-area .header-top-area .header-contact a.phone-link {
display: inline-block;
position: relative;
padding-left: 22px;
color: #100f0d;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
font-size: 18px;
font-weight: bold;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.header-area .header-top-area .header-contact a.phone-link svg {
width: 30px;
margin-right: 7px;
}
.header-area .header-top-area .header-contact a.phone-link:hover {
color: #00af66;
}
.header-area .header-top-area .logo-area {
width: 33.33%;
padding: 0 15px;
text-align: center;
line-height: 1;
font-size: 0;
}
.header-area .header-top-area .logo-area a.logo {
display: inline-block;
}
.header-area .header-top-area .logo-area a.logo img {
max-width: 240px;
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
}
.header-area .header-top-area .logo-area a.logo span {
display: block;
font-size: 14px;
line-height: 1;
text-transform: uppercase;
color: #100f0d;
font-weight: 500;
}
.header-area .header-top-area .header-top-menu {
width: 33.33%;
padding-left: 15px;
text-align: right;
}
.header-area .header-top-area .header-top-menu ul {
display: flex;
flex-wrap: nowrap;
padding: 0;
margin: 0;
list-style: none;
justify-content: center;
gap: 10px;
}
.header-area .header-top-area .header-top-menu ul li {
display: inline-block;
}
.header-area .header-top-area .header-top-menu ul li a {
white-space: nowrap;
display: block;
position: relative;
color: #100f0d;
padding: 11px 12px;
border: 1px solid #100f0d;
font-size: 14px;
font-weight: 500;
line-height: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-transform: uppercase;
}
.header-area .header-top-area .header-top-menu ul li a svg {
width: 24px;
margin-right: 7px;
}
.header-area .header-top-area .header-top-menu ul li.play-now { }
.header-area .header-top-area .header-top-menu ul li.play-now a:hover {
background: #100f0d;
color: white;
}
.header-area .header-top-area .header-top-menu ul li.play-now a:hover svg,
.header-area .header-top-area .header-top-menu ul li.play-now a:hover path {
fill: white;
}
.header-area .header-top-area .header-top-menu ul li.book-now a {
background: #100f0d;
color: white;
}
.header-area .header-top-area .header-top-menu ul li.book-now a svg {
fill: white;
}
.header-area .header-top-area .header-top-menu ul li.book-now a:hover {
background: white;
color: #100f0d;
}
.header-area .header-top-area .header-top-menu ul li.book-now a:hover svg,
.header-area .header-top-area .header-top-menu ul li.book-now a:hover path {
fill: #100f0d;
}
.header-area .navigation-area {
width: 100%;
margin-bottom: 20px;
}
.header-area .navigation-area .main-menu {
text-align: center;
width: 100%;
}
.header-area .navigation-area .main-menu nav ul {
padding: 0;
margin: 0;
list-style: none;
}
.header-area .navigation-area .main-menu nav ul > li {
display: inline-block;
}
.header-area .navigation-area .main-menu nav ul > li > a {
display: block;
font: normal normal bold 15px / 18px "Montserrat", sans-serif;
font-weight: 400;
font-size: 16px;
text-transform: uppercase;
color: black;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
padding: 10px 15px;
position: relative;
z-index: 1;
}
.header-area .navigation-area .main-menu nav ul > li > a:hover {
color: #fff;
}
.header-area .navigation-area .main-menu nav ul > li > a:hover:before {
width: 100%;
}
.header-area .navigation-area .main-menu nav ul > li > a:before {
background: #100f0d;
position: absolute;
content: "";
width: 0%;
height: 100%;
bottom: 0;
left: 0;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
z-index: -1;
}
.header-area .navigation-area .main-menu nav ul > li.current-menu-item > a {
color: #fff;
}
.header-area .navigation-area .main-menu nav ul > li.current-menu-item > a:before {
width: 100%;
}
.header-area .navigation-area .main-menu nav ul li ul.sub-menu {
position: absolute;
background: #fff;
-webkit-transform: scaleY(0.2);
-ms-transform: scaleY(0.2);
transform: scaleY(0.2);
-webkit-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
transform-origin: 0 0 0;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
}
.header-area .navigation-area .main-menu nav ul li ul.sub-menu li {
display: block;
margin: 0;
}
.header-area .navigation-area .main-menu nav ul li ul.sub-menu li a {
display: block;
padding: 10px;
border-bottom: 1px solid #e0e0e0;
font: normal 400 15px / 18px "Montserrat", sans-serif;
text-align: left;
}
.header-area .navigation-area .main-menu nav ul li:hover ul.sub-menu {
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
visibility: visible;
}
.header-area .mobile-header-area .mobile-header-top-menu {
width: 100%;
}
.header-area .mobile-header-area .mobile-header-top-menu ul {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.header-area .mobile-header-area .mobile-header-top-menu ul li {
display: inline-block;
}
.header-area .mobile-header-area .mobile-header-top-menu ul li a {
position: relative;
display: block !important;
color: #100f0d;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
font-size: 14px;
}
.header-area .mobile-header-area .mobile-header-top-menu ul li a:hover {
color: #00af66;
}
.header-area .mobile-header-area .mobile-header-top-menu ul li a.phone-link {
font-weight: 600;
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 5px 10px;
line-height: 1;
}
.header-area .mobile-header-area .mobile-header-top-menu ul li a.phone-link svg {
width: 30px;
}
.header-area .mobile-header-area .mobile-header-top-menu ul li.play-now a,
.header-area .mobile-header-area .mobile-header-top-menu ul li.book-now a {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-weight: 500;
text-transform: uppercase;
line-height: 1;
padding: 5px 10px;
}
.header-area .mobile-header-area .mobile-header-top-menu ul li.play-now a svg,
.header-area .mobile-header-area .mobile-header-top-menu ul li.book-now a svg {
margin-right: 5px;
width: 24px;
}
.header-area .mobile-header-area .mobile-header-top-menu ul li.book-now a {
background: #100f0d;
color: white;
}
.mobile-header-area {
display: none;
}
.slicknav_menu {
display: none;
}  section.storage-area {
padding-bottom: 80px;
padding-left: 10px;
padding-right: 10px;
}
section.storage-area .container {
width: 100%;
max-width: 100%;
padding: 0;
}
section.storage-area .container .storage-col {
width: 50%;
padding: 15px 10px;
}
section.storage-area .container .storage-col .storage-title {
text-align: center;
color: #000;
padding-bottom: 30px;
}
section.storage-area .container .storage-col .storage-title h2 {
font-weight: 700;
text-transform: uppercase;
font-size: 36px;
color: #000000;
line-height: 1.2;
padding-bottom: 10px;
}
section.storage-area .container .storage-col .storage-title p {
font-size: 20px;
text-transform: uppercase;
}
section.storage-area .container .storage-col .self-storage-area {
width: 100%;
padding-top: 110px;
padding-right: 8%;
padding-left: 8%;
padding-bottom: 110px;
height: 100%;
-webkit-background-size: cover;
background-size: cover;
background-position: center;
}
section.storage-area .container .storage-col .demand-storage-area {
width: 100%;
padding-top: 110px;
padding-right: 8%;
padding-bottom: 110px;
padding-left: 8%;
height: 100%;
-webkit-background-size: cover;
background-size: cover;
background-position: center;
}
.single-selfstorage-cta {
background: #fff;
width: 100%;
margin-bottom: 8px;
padding: 20px 40px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.single-selfstorage-cta::after {
position: absolute;
content: "";
background: url(//honorstorage.com/wp-content/themes/honorstoragev2/images/sprite.png) no-repeat -4px -5px;
right: 20px;
width: 26px;
height: 26px;
top: 50%;
margin-top: -13px;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
transition: 0.5s all;
}
.single-selfstorage-cta:hover a.book-now {
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
visibility: visible;
}
.single-selfstorage-cta .cta-title {
width: 50%;
}
.single-selfstorage-cta .cta-title h3 {
font-size: 20px;
font-weight: 700;
color: #000;
text-transform: uppercase;
line-height: 1.2;
}
.single-selfstorage-cta .cta-title p {
text-transform: capitalize;
font-size: 16px;
color: #000;
}
.single-selfstorage-cta .price {
width: 50%;
text-align: center;
text-transform: uppercase;
font-size: 18px;
color: #000000;
}
.single-selfstorage-cta a.book-now {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: #1b75b6;
border: 0;
text-decoration: underline;
line-height: 1;
font-size: 18px;
font-weight: bold;
background-color: white;
-webkit-transform: scaleY(0.1);
-ms-transform: scaleY(0.1);
transform: scaleY(0.1);
-webkit-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
transform-origin: 0 0 0;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
transition: 0.5s all;
}
.demaind-item-conatiner {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.demaind-item-conatiner .single-demand-item {
width: 32%;
background: #fff;
padding: 30px 12px 20px 12px;
text-align: center;
color: #000;
position: relative;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
}
.demaind-item-conatiner .single-demand-item:hover {
-webkit-box-shadow: 3px 12px 13px 0px #626060;
box-shadow: 3px 12px 13px 0px #626060;
-webkit-transform: translateY(-7px);
-ms-transform: translateY(-7px);
transform: translateY(-7px);
}
.demaind-item-conatiner .single-demand-item h3 {
color: #000;
font-weight: 700;
padding-bottom: 5px;
}
.demaind-item-conatiner .single-demand-item img {
margin-bottom: 10px;
}
.demaind-item-conatiner .single-demand-item a.absolute-btn {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: transparent;
}
.price-btn {
text-align: center;
padding-top: 20px;
}
a.boxed-btn {
color: #fff;
font-size: 16px;
font-weight: 700 !important;
text-transform: uppercase;
background-color: #00af66;
display: inline-block;
line-height: 1.3;
padding: 19px 35px;
letter-spacing: 1px;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
}
a.boxed-btn:hover {
background-color: #000;
color: #fff;
}
section.breadcrumb-area {
padding-top: 78px;
padding-bottom: 68px;
-webkit-background-size: cover;
background-size: cover;
background-position: top left;
background-color: #efefef;
}
section.breadcrumb-area .breadcrumb-content {
width: 100%;
text-align: center;
font-size: 19px;
color: #000;
line-height: 1.6;
}
section.breadcrumb-area .breadcrumb-content h1 {
font-size: 50px;
line-height: 1.2;
color: #000;
padding-bottom: 20px;
font-weight: 400;
}
section.breadcrumb-area .breadcrumb-content .breadcrumb-btn-area {
padding-top: 25px;
}
section.breadcrumb-area .breadcrumb-content .breadcrumb-btn-area a.boxed-btn.breadcrumb-btn {
font-weight: 400 !important;
font-size: 17px;
padding: 15px 24px 15px 24px;
}
.section-title {
width: 100%;
text-align: center;
margin-bottom: 30px;
}
.section-title h2 {
font-size: 28px;
line-height: 1.18em;
font-weight: 500;
position: relative;
}
.section-title h2::after {
content: "";
display: block;
width: 50px;
border-bottom: 3px solid;
margin: 15px auto;
}
section.how-it-work-area {
padding-top: 90px;
padding-bottom: 80px;
background: #fff;
}
.works-item-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.works-item-container .single-work-item {
width: 31%;
text-align: center;
position: relative;
}
.works-item-container .single-work-item img {
margin-bottom: 30px;
display: block;
}
.works-item-container .single-work-item h3 {
font-weight: 400;
font-size: 20px;
position: relative;
}
.works-item-container .single-work-item h3::after {
content: "";
display: block;
width: 50px;
border: 0px solid;
border-width: 2px;
margin: 15px auto;
}
.works-item-container .single-work-item a.works-item-link {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.straightforward-content {
width: 100%;
text-align: center;
padding: 60px 0;
padding-top: 120px;
font-size: 15.7px;
}
.straightforward-content strong {
font-weight: 500;
}
.document-pricing-content,
.straightforward-pricing-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.document-pricing-content .single-document-pricing-item,
.straightforward-pricing-container .single-document-pricing-item,
.document-pricing-content .single-straightforward-pricing-item,
.straightforward-pricing-container .single-straightforward-pricing-item {
-webkit-border-radius: 1px 1px 1px 1px;
border-radius: 1px 1px 1px 1px;
overflow: hidden;
border: 1px solid;
border-color: #ffffff;
padding-top: 30px;
padding-right: 30px;
padding-bottom: 30px;
padding-left: 30px;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
-webkit-transition: border 300ms ease 0ms;
-o-transition: border 300ms ease 0ms;
transition: border 300ms ease 0ms;
width: 30%;
text-align: center;
}
.document-pricing-content .single-document-pricing-item:hover,
.straightforward-pricing-container .single-document-pricing-item:hover,
.document-pricing-content .single-straightforward-pricing-item:hover,
.straightforward-pricing-container .single-straightforward-pricing-item:hover {
border-color: #106fb3;
}
.document-pricing-content .single-document-pricing-item .pricing-item-img,
.straightforward-pricing-container .single-document-pricing-item .pricing-item-img,
.document-pricing-content .single-straightforward-pricing-item .pricing-item-img,
.straightforward-pricing-container .single-straightforward-pricing-item .pricing-item-img,
.document-pricing-content .single-document-pricing-item .straightforward-image,
.straightforward-pricing-container .single-document-pricing-item .straightforward-image,
.document-pricing-content .single-straightforward-pricing-item .straightforward-image,
.straightforward-pricing-container .single-straightforward-pricing-item .straightforward-image {
height: 180px;
}
.document-pricing-content .single-document-pricing-item .pricing-item-img img,
.straightforward-pricing-container .single-document-pricing-item .pricing-item-img img,
.document-pricing-content .single-straightforward-pricing-item .pricing-item-img img,
.straightforward-pricing-container .single-straightforward-pricing-item .pricing-item-img img,
.document-pricing-content .single-document-pricing-item .straightforward-image img,
.straightforward-pricing-container .single-document-pricing-item .straightforward-image img,
.document-pricing-content .single-straightforward-pricing-item .straightforward-image img,
.straightforward-pricing-container .single-straightforward-pricing-item .straightforward-image img {
max-width: 180px;
margin: 0 auto;
margin-bottom: 82px;
display: block;
}
.document-pricing-content .single-document-pricing-item a.works-item-link,
.straightforward-pricing-container .single-document-pricing-item a.works-item-link,
.document-pricing-content .single-straightforward-pricing-item a.works-item-link,
.straightforward-pricing-container .single-straightforward-pricing-item a.works-item-link,
.document-pricing-content .single-document-pricing-item a.works-item-link,
.straightforward-pricing-container .single-document-pricing-item a.works-item-link,
.document-pricing-content .single-straightforward-pricing-item a.works-item-link,
.straightforward-pricing-container .single-straightforward-pricing-item a.works-item-link {
padding-top: 14px !important;
padding-right: 51px !important;
padding-bottom: 14px !important;
padding-left: 24px !important;
display: inline-block;
background-color: #0f6db6;
color: #fff;
line-height: 1;
-webkit-border-radius: 4px;
border-radius: 4px;
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
position: relative;
}
.document-pricing-content .single-document-pricing-item a.works-item-link svg,
.straightforward-pricing-container .single-document-pricing-item a.works-item-link svg,
.document-pricing-content .single-straightforward-pricing-item a.works-item-link svg,
.straightforward-pricing-container .single-straightforward-pricing-item a.works-item-link svg,
.document-pricing-content .single-document-pricing-item a.works-item-link svg,
.straightforward-pricing-container .single-document-pricing-item a.works-item-link svg,
.document-pricing-content .single-straightforward-pricing-item a.works-item-link svg,
.straightforward-pricing-container .single-straightforward-pricing-item a.works-item-link svg {
position: absolute;
width: 12px;
right: 21px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.document-pricing-content .single-document-pricing-item a.works-item-link:hover,
.straightforward-pricing-container .single-document-pricing-item a.works-item-link:hover,
.document-pricing-content .single-straightforward-pricing-item a.works-item-link:hover,
.straightforward-pricing-container .single-straightforward-pricing-item a.works-item-link:hover,
.document-pricing-content .single-document-pricing-item a.works-item-link:hover,
.straightforward-pricing-container .single-document-pricing-item a.works-item-link:hover,
.document-pricing-content .single-straightforward-pricing-item a.works-item-link:hover,
.straightforward-pricing-container .single-straightforward-pricing-item a.works-item-link:hover {
background-color: #252525;
}
.document-pricing-content .single-document-pricing-item h3.boxes-number,
.straightforward-pricing-container .single-document-pricing-item h3.boxes-number,
.document-pricing-content .single-straightforward-pricing-item h3.boxes-number,
.straightforward-pricing-container .single-straightforward-pricing-item h3.boxes-number,
.document-pricing-content .single-document-pricing-item h3,
.straightforward-pricing-container .single-document-pricing-item h3,
.document-pricing-content .single-straightforward-pricing-item h3,
.straightforward-pricing-container .single-straightforward-pricing-item h3 {
position: relative;
line-height: 1;
font-weight: 400;
font-size: 20px;
}
.document-pricing-content .single-document-pricing-item h3.boxes-number::before,
.straightforward-pricing-container .single-document-pricing-item h3.boxes-number::before,
.document-pricing-content .single-straightforward-pricing-item h3.boxes-number::before,
.straightforward-pricing-container .single-straightforward-pricing-item h3.boxes-number::before,
.document-pricing-content .single-document-pricing-item h3::before,
.straightforward-pricing-container .single-document-pricing-item h3::before,
.document-pricing-content .single-straightforward-pricing-item h3::before,
.straightforward-pricing-container .single-straightforward-pricing-item h3::before {
content: "";
display: block;
margin: 30px auto 15px auto;
border: 2px solid #dfdfdf;
width: 50px;
}
.document-pricing-content .single-document-pricing-item h3.boxes-number::after,
.straightforward-pricing-container .single-document-pricing-item h3.boxes-number::after,
.document-pricing-content .single-straightforward-pricing-item h3.boxes-number::after,
.straightforward-pricing-container .single-straightforward-pricing-item h3.boxes-number::after,
.document-pricing-content .single-document-pricing-item h3::after,
.straightforward-pricing-container .single-document-pricing-item h3::after,
.document-pricing-content .single-straightforward-pricing-item h3::after,
.straightforward-pricing-container .single-straightforward-pricing-item h3::after {
content: "";
display: block;
margin: 15px auto 30px auto;
border: 2px solid #dfdfdf;
width: 50px;
}
.document-pricing-content .single-document-pricing-item ul,
.straightforward-pricing-container .single-document-pricing-item ul,
.document-pricing-content .single-straightforward-pricing-item ul,
.straightforward-pricing-container .single-straightforward-pricing-item ul {
padding: 0;
margin: 0;
list-style: none;
}
.document-pricing-content .single-document-pricing-item ul li,
.straightforward-pricing-container .single-document-pricing-item ul li,
.document-pricing-content .single-straightforward-pricing-item ul li,
.straightforward-pricing-container .single-straightforward-pricing-item ul li {
display: block;
margin-bottom: 20px;
font-weight: 400;
font-size: 14px;
}
.document-pricing-content .single-document-pricing-item ul li.pricing-size,
.straightforward-pricing-container .single-document-pricing-item ul li.pricing-size,
.document-pricing-content .single-straightforward-pricing-item ul li.pricing-size,
.straightforward-pricing-container .single-straightforward-pricing-item ul li.pricing-size {
color: #106fb3;
font-size: 23px;
font-weight: 700;
}
.document-pricing-content .single-document-pricing-item ul li.montly-price span,
.straightforward-pricing-container .single-document-pricing-item ul li.montly-price span,
.document-pricing-content .single-straightforward-pricing-item ul li.montly-price span,
.straightforward-pricing-container .single-straightforward-pricing-item ul li.montly-price span {
font-weight: 700;
color: #106fb3;
font-size: 25px;
}
.office-storage-row {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.office-storage-row .office-storage-image {
width: 50%;
}
.office-storage-row .office-storage-image img {
display: block;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.office-storage-row .office-storage-content {
width: 50%;
background: #fafafa;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
padding: 40px 60px;
font-size: 16px;
line-height: 1.5;
color: #555;
}
.office-storage-row .office-storage-content p {
margin-bottom: 20px;
}
.office-storage-row .office-storage-content p:last-child {
margin-bottom: 0;
}
.office-storage-row .office-storage-content h3 {
font-weight: bold;
font-size: 32px;
color: #231f20;
padding-bottom: 20px;
line-height: 1.3;
}
section.document-storage-pricing-area {
padding: 50px 0;
padding-bottom: 150px;
}
.self-storage-area .breadcrumb-content .self-storage-title {
padding-bottom: 40px;
}
.self-storage-area .breadcrumb-content .self-storage-title h1 {
color: #fff !important;
text-shadow: 5px 8.66px 10px rgba(0, 0, 0, 0.75);
font-weight: 700;
font-size: 36px !important;
padding: 0;
}
.self-storage-area .breadcrumb-content .self-storage-title h2 {
color: #fff;
text-shadow: 5px 8.66px 10px rgba(0, 0, 0, 0.75);
font-size: 24px;
}
.self-storage-cta-wrap {
max-width: 570px;
margin: 0 auto;
}
.self-storage-cta-wrap .single-selfstorage-cta {
padding: 13px 40px;
padding-left: 13px;
-webkit-box-shadow: 5px 8.66px 10px 0px rgba(0, 0, 0, 0.75);
box-shadow: 5px 8.66px 10px 0px rgba(0, 0, 0, 0.75);
margin-bottom: 18px !important;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.self-storage-cta-wrap .single-selfstorage-cta .cta-title {
text-align: left;
}
.self-storage-cta-wrap .single-selfstorage-cta .cta-title h3 {
font-size: 18px;
}
.self-storage-cta-wrap .single-selfstorage-cta .cta-title p {
font-size: 14px;
}
.self-storage-cta-wrap .single-selfstorage-cta .price {
font-size: 16px;
}
section.honor-storage-area {
padding: 60px 0;
font-size: 18px;
color: #000;
}
section.honor-storage-area .section-title h2 {
padding-bottom: 30px;
}
section.convenient-location-area {
-webkit-background-size: cover;
background-size: cover;
background-position: center;
padding: 50px 0 150px;
background: #fafafa; position: relative;
}
section.convenient-location-area .section-title h2 {
font-size: 42px;
line-height: 1.3;
font-weight: bold;
margin-bottom: 20px;
}
section.convenient-location-area .section-title h2:after {
display: none;
}
section.convenient-location-area .sub-title {
color: #555555;
font-size: 20px;
line-height: 1.5;
font-weight: normal;
}
section.storage-unit-area {
-webkit-background-size: cover;
background-size: cover;
background-position: center;
padding: 0px 0 80px;
background: #fafafa; position: relative;
}
section.storage-unit-area .section-title h2 {
font-size: 42px;
line-height: 1.3;
font-weight: bold;
margin-bottom: 20px;
}
section.storage-unit-area .section-title h2:after {
display: none;
}
section.storage-unit-area .sub-title {
color: #555555;
font-size: 20px;
line-height: 1;
font-weight: normal;
}
.storage-unit-items-row {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 20px;
}
.storage-unit-items-row .single-unit-item {
width: 23.5%;
background-color: #ffffff;
padding: 30px 20px;
padding-bottom: 80px;
font-size: 16px;
line-height: 1.5;
position: relative;
color: #555555;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.storage-unit-items-row .single-unit-item:hover {
background: #100f0d;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
color: white;
}
.storage-unit-items-row .single-unit-item:hover .unit-btn a.book-now {
border-color: white;
}
.storage-unit-items-row .single-unit-item:hover h3,
.storage-unit-items-row .single-unit-item:hover h4,
.storage-unit-items-row .single-unit-item:hover .storage-short-text {
color: white !important;
}
.storage-unit-items-row .single-unit-item h3 {
font-size: 32px !important;
color: #100f0d !important;
padding-bottom: 35px;
font-weight: bold;
}
.storage-unit-items-row .single-unit-item h4 {
color: #231f20;
font-size: 16px;
font-weight: 700;
line-height: 1.5;
padding-bottom: 40px;
}
.storage-unit-items-row .single-unit-item .storage-short-text {
margin-bottom: 40px;
color: #555555;
}
.storage-unit-items-row .single-unit-item .unit-btn {
position: absolute;
bottom: 30px;
width: 100%;
left: 0;
text-align: center;
padding: 0 20px;
}
.storage-unit-items-row .single-unit-item .unit-btn a.book-now {
display: block;
background: #100f0d;
color: white;
text-transform: uppercase;
width: 100%;
padding: 15px;
text-align: center;
line-height: 1;
border: 2px solid #100f0d;
}
section.promotion-area {
padding: 60px 0;
}
.promotion-items-row {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.promotion-items-row .single-promotion-item {
width: 22%;
text-align: center;
position: relative;
font-size: 16px;
padding-bottom: 50px;
}
.promotion-items-row .single-promotion-item::after {
position: absolute;
content: "";
width: 1px;
height: 55%;
right: -22px;
background: #777777;
top: 30px;
}
.promotion-items-row .single-promotion-item:last-child::after {
display: none;
}
.promotion-items-row .single-promotion-item h3 {
font-size: 24px;
color: #555555;
padding-bottom: 30px;
}
.promotion-items-row .single-promotion-item .promotion-btn {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
text-align: center;
}
.promotion-items-row .single-promotion-item .promotion-btn a.book-now {
color: #106fb3;
-webkit-border-radius: 2px;
border-radius: 2px;
font-size: 16px;
text-transform: uppercase;
background-color: #ffffff;
border: 1px solid;
display: inline-block;
padding: 7px 20px;
font-weight: 500;
}
.promotion-items-row .single-promotion-item .promotion-btn a.book-now:hover {
background: #000000;
background-color: #000;
color: #fff;
}
.service-items-row {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.service-items-row .single-service-item {
width: 31%;
text-align: center;
margin-bottom: 50px;
padding: 0 30px;
font-size: 16px;
line-height: 1.5;
color: #555;
}
.service-items-row .single-service-item h3 {
color: #231f20;
font-size: 20px;
line-height: 1.3;
font-weight: bold;
margin-bottom: 10px;
}
.service-items-row .single-service-item img {
margin-bottom: 20px;
}
.service-items-row .single-service-item .service-short-text {
max-width: 280px;
margin: 0 auto;
color: #555555;
}
section.service-area {
padding: 80px 0;
}
section.service-area .section-title {
max-width: 900px;
margin: 0 auto;
margin-bottom: 60px;
}
section.service-area .section-title h2 {
font-size: 42px;
line-height: 1.3;
font-weight: bold;
margin-bottom: 10px;
color: #100f0d;
}
section.service-area .section-title h2:after {
display: none;
}
section.service-area .section-title .sub-title {
font-size: 20px;
line-height: 1;
color: #555555;
}
section.testimonial-area {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background-position: right top;
-webkit-background-size: cover;
background-size: cover;
}
section.testimonial-area .testimonial-image {
width: 45%;
}
section.testimonial-area .testimonial-image img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
section.testimonial-area .testimonial-content {
width: 55%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding-right: 6%;
padding-left: 5%;
font-size: 16px;
line-height: 1.55;
color: #000;
padding-top: 100px;
padding-bottom: 50px;
}
section.testimonial-area .testimonial-content .testimonial-description {
text-align: left;
max-width: 700px;
position: relative;
}
section.testimonial-area .testimonial-content .testimonial-description span {
position: relative;
margin-top: 10px;
display: inline-block;
}
section.testimonial-area .testimonial-content .testimonial-description span::before {
content: "-";
margin-right: 6px;
}
section.testimonial-area .testimonial-content .testimonial-description::before {
position: absolute;
content: "";
width: 18px;
height: 15px;
background: url(//honorstorage.com/wp-content/themes/honorstoragev2/images/sprite.png) no-repeat -43px -11px;
top: -50px;
left: 0;
}
section.testimonial-area .testimonial-content .testimonial-description::after {
position: absolute;
content: "";
width: 18px;
height: 15px;
background: url(//honorstorage.com/wp-content/themes/honorstoragev2/images/sprite.png) no-repeat -71px -11px;
bottom: 0;
right: 0;
}
section.testimonial-area .testimonial-content .testimonial-btn {
width: 100%;
padding-top: 20px;
}
section.testimonial-area .testimonial-content .testimonial-btn a.book-now {
background-color: #0f6db6;
border-width: 1px !important;
border-color: #0f6db6;
letter-spacing: 1px;
display: inline-block;
color: #fff;
-webkit-border-radius: 3px;
border-radius: 3px;
font-size: 16px;
padding: 8px 20px;
font-weight: 500;
}
section.testimonial-area .testimonial-content .testimonial-btn a.book-now:hover {
background-color: #000;
color: #fff;
}
section.main-container-area {
padding: 80px 0;
}
section.main-container-area .entry-content p {
margin-bottom: 20px;
}
section.main-container-area .entry-content h1,
section.main-container-area .entry-content h2,
section.main-container-area .entry-content h3,
section.main-container-area .entry-content h4 {
margin-bottom: 15px;
}
section.main-container-area .entry-content h4 {
color: #555;
}
section.main-container-area .entry-content h2 {
font-size: 32px;
}
section.main-container-area .entry-content h3 {
font-size: 22px;
}
.breadcrumb-button-area {
padding-top: 30px;
}
.breadcrumb-button-area a.boxed-btn {
font-weight: 500 !important;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 12.5px 24px;
position: relative;
}
.breadcrumb-button-area a.boxed-btn.call-btn {
padding-left: 50px !important;
margin-left: 10px;
}
.breadcrumb-button-area a.boxed-btn.call-btn svg {
position: absolute;
left: 0;
top: 0;
max-width: 10px;
top: 50%;
-webkit-transform: translateY(-54%);
-ms-transform: translateY(-54%);
transform: translateY(-54%);
left: 25px;
}
.faq-area {
padding: 90px 0 70px;
}
.faq-area .new-container {
max-width: 820px;
}
.faq-area .new-container .title {
font-size: 42px;
line-height: 1.3;
font-weight: bold;
text-align: center;
margin-bottom: 10px;
}
.faq-area .new-container .subtitle {
text-align: center;
font-weight: normal;
font-size: 20px;
margin-bottom: 20px;
}
.faq-area .new-container #faqs {
margin: 0;
border-bottom: 1px solid #e0e0e0;
}
.faq-area .new-container #faqs .acc_section {
border: 0;
}
.faq-area .new-container #faqs .acc_section.acc_active .acc_head:after {
background-position: -1px -1px;
}
.faq-area .new-container #faqs .acc_section:first-child .acc_head {
border-top: 0;
}
.faq-area .new-container #faqs .acc_section .acc_head {
background: transparent;
border: 0;
color: #231f20;
font-size: 18px;
line-height: 1.1;
font-weight: 600;
padding: 30px 30px 30px 0;
position: relative;
border-top: 1px solid #e0e0e0;
}
.faq-area .new-container #faqs .acc_section .acc_head:after {
height: 22px;
background: url(//honorstorage.com/wp-content/themes/honorstoragev2-1.1/images/icon-faqs.png) no-repeat -1px -25px;
width: 22px;
content: "";
display: block;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.faq-area .new-container #faqs .acc_section .acc_content {
padding: 0 0 20px;
font-size: 16px;
line-height: 1.8;
color: #555;
font-weight: normal;
}
.single-faq-item {
width: 100%;
margin-bottom: 30px;
}
.single-faq-item h3 {
font-size: 16px;
margin-bottom: 10px;
position: relative;
line-height: 1.55;
color: #555;
}
.single-faq-item h3::before {
content: "Q:";
color: #1873b9;
margin-right: 8px;
position: relative;
top: -1px;
}
.faq-cta-area {
margin-bottom: 100px;
overflow: hidden;
}
.faq-cta-area .faq-container {
max-width: 820px;
padding: 60px;
background: #fafafa;
margin-left: auto;
margin-right: auto;
position: relative;
}
.faq-cta-area .faq-container:after {
content: "";
display: block;
left: 100%;
width: 500%;
background: #fafafa;
top: 0;
bottom: 0;
position: absolute;
}
.faq-cta-area .faq-container h3 {
font-size: 32px;
line-height: 1.3;
font-weight: bold;
color: #100f0d;
margin-bottom: 10px;
}
.faq-cta-area .faq-container p {
font-size: 20px;
line-height: 1;
color: #555;
font-weight: normal;
}
.faq-cta-area .faq-container a {
background: #100f0d;
color: white;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 16px;
line-height: 1;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-transform: uppercase;
padding: 15px 20px;
font-weight: 500;
max-width: 200px;
margin-top: 35px;
}
.faq-cta-area .faq-container a svg {
margin-right: 10px;
width: 24px;
}
.cta-area {
background: #efefef;
padding: 130px 0;
position: relative;
padding-top: 40px;
margin-top: 130px;
}
.cta-area::after {
position: absolute;
content: "";
background: #efefef;
width: 100%;
height: 100%;
top: -105px;
-webkit-transform: skewY(-5deg);
-ms-transform: skewY(-5deg);
transform: skewY(-5deg);
z-index: -1;
}
.cta-area .cta-content {
width: 100%;
text-align: center;
}
.cta-area .cta-content h2 {
font-size: 28px;
font-weight: 400;
margin-bottom: 6px;
}
.cta-area a.boxed-btn.cta-btn {
font-weight: 500 !important;
padding: 12px 20px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin-top: 20px;
padding-left: 50px;
font-size: 14px;
position: relative;
}
.cta-area a.boxed-btn.cta-btn svg {
width: 12px;
position: absolute;
left: 25px;
top: 13px;
}
.overlay {
position: relative;
z-index: 1;
}
.overlay::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: #000;
opacity: 0.4;
left: 0;
top: 0;
z-index: -1;
}
section.breadcrumb-area.charity-breadcrumb-area {
-webkit-background-size: cover;
background-size: cover;
background-position: center;
}
section.breadcrumb-area.charity-breadcrumb-area .breadcrumb-content {
color: #fff !important;
}
section.breadcrumb-area.charity-breadcrumb-area .breadcrumb-content h1 {
color: #fff;
}
section.breadcrumb-area.charity-breadcrumb-area .breadcrumb-content p {
font-style: italic;
}
section.office-storage-area {
padding: 90px 0 70px;
}
section.office-storage-area .section-title {
max-width: 725px;
margin-right: auto;
margin-left: auto;
margin-bottom: 40px;
}
section.office-storage-area .section-title h2 {
font-size: 42px;
line-height: 1.3;
font-weight: bold;
color: #100f0d;
margin-bottom: 10px;
}
section.office-storage-area .section-title h2:after {
display: none;
}
section.office-storage-area .section-title .subtitle {
font-size: 20px;
line-height: 1;
color: #555;
font-weight: normal;
}
.honor-storage-donates-content {
font-weight: 600;
font-size: 24px;
line-height: 1.5;
padding: 50px;
width: 100%;
background: #fafafa;
border-left: 5px solid #00af66;
text-align: center;
color: #000;
}
section.honor-storage-donates-area {
padding-bottom: 90px;
}
section.contact-form-area {
padding: 80px 0;
}
section.contact-form-area .contact-form-wrap {
width: 60%;
padding-right: 15px;
}
section.contact-form-area .contact-form-wrap h2 {
font-size: 36px;
color: #106fb3;
line-height: 1.2em;
font-weight: 400;
margin-bottom: 30px;
}
section.contact-form-area .contact-form-content {
width: 40%;
padding-left: 15px;
padding-top: 75px;
}
section.contact-form-area .contact-form-content h3 {
font-size: 20px;
margin-bottom: 15px;
}
section.contact-form-area .contact-form-content strong {
font-size: 16px;
margin-bottom: 5px;
display: inline-block;
}
.contact-form .form-group {
padding: 10px 0;
}
.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group select {
font-size: 14px;
background-color: #fff;
border-color: #efefef;
line-height: 1;
display: block;
width: 100%;
height: 40px;
padding: 5px 15px;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition-property: border-color;
-o-transition-property: border-color;
transition-property: border-color;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}
.contact-form .form-group input::-webkit-input-placeholder,
.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group select::-webkit-input-placeholder {
color: #777;
}
.contact-form .form-group input::-moz-placeholder,
.contact-form .form-group textarea::-moz-placeholder,
.contact-form .form-group select::-moz-placeholder {
color: #777;
}
.contact-form .form-group input:-ms-input-placeholder,
.contact-form .form-group textarea:-ms-input-placeholder,
.contact-form .form-group select:-ms-input-placeholder {
color: #777;
}
.contact-form .form-group input::-ms-input-placeholder,
.contact-form .form-group textarea::-ms-input-placeholder,
.contact-form .form-group select::-ms-input-placeholder {
color: #777;
}
.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder,
.contact-form .form-group select::placeholder {
color: #777;
}
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus,
.contact-form .form-group select:focus {
outline: none;
}
.contact-form .form-group select {
color: #777;
}
.contact-form .form-group textarea {
height: 80px;
resize: none;
}
.contact-form .form-group input[type="submit"] {
color: #aaa;
display: block;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #aaa;
padding: 15px 30px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
font-size: 21px;
font-weight: 400;
letter-spacing: 0;
cursor: pointer;
white-space: nowrap;
text-transform: uppercase;
margin: 0;
vertical-align: middle;
line-height: 1;
height: auto;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
}
.contact-form .form-group input[type="submit"]:hover {
background-color: #231f20;
border-color: #231f20;
color: #fff;
}
.contact-form .form-group .col1 {
margin-bottom: 20px;
width: 49%;
float: left;
}
.contact-form .form-group .col2 {
margin-bottom: 20px;
width: 49%;
float: right;
}
.contact-form .selected-option-wrapper {
display: none;
}
section.map-area {
width: 100%;
}
section.map-area .map {
width: 100%;
}
section.map-area .wpsl-search.wpsl-clearfix {
display: none;
}
section.location-interest-area {
padding: 90px 0;
}
.location-interest-items-row {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.location-interest-items-row .single-location-item {
width: 23%;
}
.location-interest-items-row .single-location-item h3 {
font-size: 20px;
font-weight: 400;
margin-bottom: 30px;
}
.location-interest-items-row .single-location-item h3 a {
color: #000;
font-weight: 500;
}
.location-interest-items-row .single-location-item img {
display: block;
margin-bottom: 20px;
}
section.breadcrumb-area.sub-loaction-bradcrumb-area {
-webkit-background-size: cover;
background-size: cover;
background-position: center;
color: #fff;
}
section.breadcrumb-area.sub-loaction-bradcrumb-area .breadcrumb-content {
color: #fff;
max-width: 800px;
margin: 0 auto;
}
section.breadcrumb-area.sub-loaction-bradcrumb-area .breadcrumb-content h1 {
color: #fff;
font-weight: 700;
}
section.wellcome-area {
padding: 90px 0;
}
section.wellcome-area .wellcome-container {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
section.wellcome-area .welcome-content {
width: 48%;
}
section.wellcome-area .welcome-content h2 {
font-size: 30px;
margin-bottom: 20px;
}
section.wellcome-area .welcome-img {
width: 43%;
text-align: center;
}
section.wellcome-area .welcome-img img {
max-width: 400px;
}
.welcome-btn {
padding-top: 30px;
}
.welcome-btn a.boxed-btn {
padding-top: 12.5px !important;
padding-right: 51px !important;
padding-bottom: 12.5px !important;
padding-left: 24px !important;
font-size: 12px;
font-weight: 600 !important;
-webkit-border-radius: 4px;
border-radius: 4px;
position: relative;
}
.welcome-btn a.boxed-btn svg {
position: absolute;
width: 12px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 21px;
top: 50%;
}
section.about-area .about-content-row {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 60px 0;
}
section.about-area .about-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0 -15px;
}
section.about-area .about-wrapper > div {
padding: 0 15px;
}
section.about-area .about-wrapper .about-content h3 {
margin-bottom: 15px;
}
section.about-area .about-wrapper .about-content ul {
margin-bottom: 30px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
section.about-area .about-wrapper .about-content ul li {
position: relative;
width: 50%;
padding-left: 20px;
margin-bottom: 8px;
}
section.about-area .about-wrapper .about-content ul li::after {
position: absolute;
content: "";
width: 7px;
height: 7px;
background: #777777;
left: 0;
top: 7px;
-webkit-border-radius: 50%;
border-radius: 50%;
}
section.about-area .about-wrapper .about-content ul li a {
display: inline-block;
}
.about-menu-list {
padding: 20px 0;
}
.about-menu-list h3 {
font-size: 20px;
margin-bottom: 20px;
}
.about-menu-list ul {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.about-menu-list ul li {
width: 33% !important;
margin-bottom: 8px;
position: relative;
padding-left: 20px;
}
.about-menu-list ul li::after {
position: absolute;
content: "";
width: 7px;
height: 7px;
background: #777777;
left: 0;
top: 7px;
-webkit-border-radius: 50%;
border-radius: 50%;
}
section.about-bottom-area {
padding: 50px 0;
}
section.about-bottom-area .about-bottom-wrapper {
width: 100%;
}
section.about-bottom-area .about-bottom-wrapper h3 {
font-size: 20px;
margin-bottom: 20px;
}
section.about-bottom-area .about-bottom-wrapper h2 {
margin-bottom: 15px;
}
body.page-id-2759 section.about-bottom-area .about-bottom-wrapper,
body.page-id-172 section.about-bottom-area .about-bottom-wrapper,
body.page-id-160 section.about-bottom-area .about-bottom-wrapper {
text-align: center;
}
section.value-area {
background: #fafafa;
padding: 90px 0;
}
section.value-area .value-content-area {
width: 100%;
}
section.value-area .value-content {
max-width: 750px;
margin: 0 auto;
position: relative;
padding-bottom: 50px;
}
section.value-area .value-content::after {
position: absolute;
content: "";
width: 100px;
height: 1px;
background: #1774b5;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 0;
}
section.value-area .welcome-btn.value-btn-area {
padding-top: 50px;
text-align: center;
}
section.storage-units-area {
padding: 80px 0;
}
section.storage-units-area .storage-units-content h2 {
font-size: 28px;
margin-bottom: 20px;
}
section.about-country-area .container {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
section.about-country-area .container .about-country-content {
width: 50%;
}
section.about-country-area .container .about-country-content h2 {
margin-bottom: 15px;
font-size: 28px;
}
section.about-country-area .container .about-country-img {
width: 40%;
text-align: center;
}
section.about-country-area .container .about-country-img img {
max-width: 300px;
}
.santa-barbara-storage-area {
padding: 50px 0;
}
.santa-barbara-storage-area .santa-barbara-storage-content h3 {
margin-bottom: 15px;
}
.storage-locations-area .container {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.storage-locations-area .storage-locations-content {
width: 45%;
}
.storage-locations-area .storage-locations-content h3 {
margin-bottom: 20px;
}
.storage-locations-area .storage-locations-map {
width: 45%;
}
.location-estimate-area {
margin-top: 50px;
}
.location-estimate-area .location-estimate-content {
text-align: center;
width: 100%;
padding: 20px 10px;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #ddd;
}
.location-bottom-area {
padding-top: 70px;
}
.location-bottom-area .location-bottom-content {
width: 100%;
border-bottom: 1px solid #ddd;
margin-bottom: 80px;
padding-bottom: 50px;
}
.location-bottom-area .location-bottom-content h3 {
margin-bottom: 30px;
}
.location-bottom-area .location-bottom-content h2 {
font-size: 28px;
margin-bottom: 20px;
}
.cta-button-area {
background: #00af66;
padding: 100px 0;
}
.cta-button-area .cta-btn-wrapper {
width: 100%;
text-align: center;
}
.cta-button-area .cta-btn-wrapper a.boxed-btn.cta-btn {
-webkit-border-radius: 40px;
border-radius: 40px;
border: 1px solid #fff;
letter-spacing: 0.1em;
font-size: 15px;
font-weight: 600 !important;
padding-top: 20.5px !important;
padding-right: 44px !important;
padding-bottom: 20.5px !important;
padding-left: 44px !important;
line-height: 1;
}
.cta-button-area .cta-btn-wrapper a.boxed-btn.cta-btn:hover {
background: #000;
}
.conclusion-area {
padding: 80px 0;
}
.conclusion-area .conclusion-content {
line-height: 1.5;
}
.conclusion-area .conclusion-content h3 {
font-size: 20px;
margin-bottom: 20px;
}
.conclusion-area .conclusion-content h2 {
font-size: 24px;
margin-bottom: 20px;
}
.breadcrumb-btn-wrapper {
margin-top: 30px;
}
.breadcrumb-btn-wrapper a.boxed-btn {
font-weight: normal !important;
}
body.page-id-169 section.about-area .about-content-row,
body.page-id-169 .location-bottom-area .location-bottom-content {
border-bottom: 0;
}
body.page-id-172 section.about-area .about-content-row {
border-bottom: 0;
}
body.page-id-172 section.about-bottom-area {
padding-bottom: 0;
}
body.page-id-172 section.about-bottom-area .about-bottom-wrapper {
border-bottom: 1px solid #ddd;
padding-bottom: 50px;
}
body.page-id-2759 .location-bottom-area .location-bottom-content {
border-bottom: 0;
}
#padding-bottom-50 {
padding-bottom: 50px;
}
#padding-bottom-20 {
padding-bottom: 20px;
}
section.padding-top-50 {
padding-top: 50px;
}
section.fullwidth-content-area {
padding: 40px 0;
}
section.fullwidth-content-area .fullwidth-section-content h2,
section.fullwidth-content-area .fullwidth-section-content h3 {
margin-bottom: 15px;
}
section#padding-top-0 {
padding-top: 20px;
}
.storage-units-content h3 {
font-size: 20px;
margin-bottom: 15px;
}
.storage-units-content h2 {
margin-bottom: 15px;
}
.overlay-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 99;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: visibility ease 0.3s, opacity ease 0.3s;
-webkit-transition: visibility ease 0.3s, opacity ease 0.3s;
-o-transition: visibility ease 0.3s, opacity ease 0.3s;
transition: visibility ease 0.3s, opacity ease 0.3s;
}
.overlay-wrapper.active {
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
visibility: visible;
}
.overlay-wrapper .overlay-inner {
position: relative;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}
.overlay-wrapper .overlay-inner .overlay-content-wrapper {
position: relative;
max-width: 800px;
margin: 0 auto;
background-color: #fff;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 45px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.overlay-wrapper .overlay-inner .overlay-content-wrapper h2 {
margin: 0 0 30px;
color: #106fb3 !important;
text-align: center;
font-weight: 400;
font-size: 28px;
}
.overlay-wrapper .form-group {
color: #777 !important;
}
.overlay-wrapper .row {
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0 -8px;
}
.overlay-wrapper .row:after {
content: "";
display: block;
clear: both;
}
.overlay-wrapper .wpcf7-response-output {
margin: 1em 0 0;
}
.overlay-wrapper .wpcf7-not-valid-tip {
margin: 5px 0 0;
font-style: italic;
font-size: 14px;
text-align: left;
}
.overlay-wrapper input[type="text"],
.overlay-wrapper input[type="number"],
.overlay-wrapper input[type="email"],
.overlay-wrapper input[type="date"],
.overlay-wrapper input[type="tel"] {
font-size: 0.875em;
padding: 8px 16px;
padding: 0.5rem 1rem;
-webkit-border-radius: 4px;
border-radius: 4px;
color: #000;
font-weight: 400;
}
.overlay-wrapper select,
.overlay-wrapper textarea {
font-size: 0.875em;
padding: 8px 16px;
padding: 0.5rem 1rem;
height: 80px;
background-color: #ccc;
color: #000 !important;
font-weight: 400;
}
.overlay-wrapper select {
height: 41px !important;
display: block;
color: #777777 !important;
}
.overlay-wrapper .contact-form .form-group input[type="submit"] {
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
margin-top: 30px;
width: auto;
color: #106fb3;
border: 2px solid;
padding: 10px 30px;
font-size: 1.125em;
}
.overlay-wrapper .contact-form .form-group input[type="submit"]:hover {
background-color: #106fb3;
border-color: #106fb3;
color: #ffffff;
}
.cols,
.cols-50 {
position: relative;
margin-bottom: 15px;
}
.overlay-wrapper .row .cols {
width: 100%;
float: left;
padding: 0 8px;
}
.overlay-wrapper .row .cols-50 {
width: 50%;
float: left;
padding: 0 8px;
}
.overlay-wrapper .row .cols,
.overlay-wrapper .row .cols-50 {
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.overlay-wrapper .button-close {
position: absolute;
top: 15px;
right: 15px;
width: 60px;
height: 60px;
border: none;
background: none;
font-size: 18px;
text-align: center;
line-height: 60px;
cursor: pointer;
}
section.breadcrumb-area.storage-tips-area.eror-breadcrumb {
text-align: center;
background: transparent;
}
section.breadcrumb-area.storage-tips-area.eror-breadcrumb .entry-content {
width: 100%;
min-height: 30vw;
}
section.breadcrumb-area.storage-tips-area.eror-breadcrumb .entry-content h2.entry-title {
font-size: 28px;
margin-bottom: 20px;
}
section.blog-area {
padding: 80px 0;
}
section.blog-area .blog-content-area {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
section.blog-area .blog-content-area article {
width: 31%;
border: 1px solid #ddd;
-webkit-box-shadow: 6px 5px 10px #ddd;
box-shadow: 6px 5px 10px #ddd;
margin-bottom: 30px;
}
section.blog-area .blog-content-area article:hover .blog-img img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
section.blog-area .blog-content-area article .blog-img {
overflow: hidden;
background-color: #ddd;
}
section.blog-area .blog-content-area article .blog-img img {
height: 200px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
display: block;
}
section.blog-area .blog-content-area article .blog-content {
padding: 20px 15px;
}
section.blog-area .blog-content-area article .blog-content ul.post-categories li a {
color: #333;
font-size: 12px;
font-weight: 500;
display: inline-block;
margin-bottom: 5px;
}
section.blog-area .blog-content-area article .blog-content h2 {
font-size: 20px;
margin-bottom: 20px;
}
section.blog-area .blog-content-area article .blog-content h2 a {
color: #333;
}
section.breadcrumb-area.storage-tips-area.blogdetails-breadcrumb .breadcrumb-content {
width: 100%;
text-align: center;
max-width: 100%;
color: #fff;
}
section.breadcrumb-area.storage-tips-area.blogdetails-breadcrumb .breadcrumb-content h2 {
color: #fff;
}
section.breadcrumb-area.storage-tips-area.blogdetails-breadcrumb .breadcrumb-content .post-btn {
display: block;
width: 100%;
margin-top: 30px;
}
section.breadcrumb-area.storage-tips-area.blogdetails-breadcrumb .breadcrumb-content .post-btn a.boxed-btn {
font-weight: 400 !important;
}
.blog-deatils-area {
width: 100%;
}
.blog-deatils-area .blog-img {
text-align: center;
}
.blog-deatils-area .blog-img img {
margin-bottom: 24px;
-webkit-box-shadow: 0px 3px 10px 0px #ddd;
box-shadow: 0px 3px 10px 0px #ddd;
}
.blog-deatils-area .blog-content h1,
.blog-deatils-area .blog-content h2,
.blog-deatils-area .blog-content h3,
.blog-deatils-area .blog-content h4,
.blog-deatils-area .blog-content h5,
.blog-deatils-area .blog-content h6 {
margin-bottom: 15px;
}
section.breadcrumb-area.storage-tips-area.blog-breadcrumb .breadcrumb-content {
max-width: 100%;
width: 100%;
text-align: center !important;
} div#scroll {
bottom: 25px;
display: none;
position: fixed;
right: 25px;
z-index: 999;
}
div#scroll a {
display: inline-block;
transition: 0.4s;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
}
div#scroll a i {
display: block;
font-size: 25px;
text-align: center;
vertical-align: middle;
background-color: #2c3e50;
-webkit-border-radius: 50%;
border-radius: 50%;
color: #fff;
background: #c2c2c2;
width: 44px;
height: 44px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-image: url(//honorstorage.com/wp-content/themes/techhatch/images/scroll-top.svg);
background-position: center;
background-repeat: no-repeat;
-o-transition: 0.4s;
}
div#scroll:hover i {
background-color: #797979;
} footer.footer-area {
background: #000000;
padding: 50px 0 40px;
}
footer.footer-area .container {
display: block;
text-align: center;
}
footer.footer-area .footer-phone {
margin-bottom: 35px;
}
footer.footer-area .footer-phone a {
font-size: 32px;
font-weight: 500;
color: white;
line-height: 1;
}
footer.footer-area .book-now-area a {
font-size: 16px;
line-height: 1;
padding: 15px 50px;
font-weight: 500;
color: #100f0d;
background: white;
display: inline-block;
}
footer.footer-area .book-now-area a:hover {
background: #00af66;
color: white;
}
footer.footer-area .footer-menu {
width: 100%;
text-align: center;
}
footer.footer-area .footer-menu ul {
margin-bottom: 35px;
}
footer.footer-area .footer-menu ul li {
display: inline-block;
padding: 0 10px;
}
footer.footer-area .footer-menu ul li a {
color: #fff;
font-size: 16px;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
text-transform: uppercase;
font-weight: 300;
}
footer.footer-area .footer-menu ul li a:hover {
color: #00af66;
}
footer.footer-area .footer-col-area {
width: 100%;
padding-top: 27px;
padding-bottom: 35px;
}
footer.footer-area .single-footer-item {
width: 17.6%;
margin-right: 3%;
font-size: 14px;
color: #fff;
text-align: center;
line-height: 1.43;
}
footer.footer-area .single-footer-item:last-child {
margin-right: 0;
}
footer.footer-area .single-footer-item .footer-widget-area h4.widget-title {
letter-spacing: 0.1em;
text-transform: uppercase;
padding-bottom: 15px;
font-weight: 700;
color: #fff;
}
footer.footer-area .single-footer-item .footer-widget-area a {
color: #fff;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
}
footer.footer-area .single-footer-item .footer-widget-area a:hover {
color: #0f6db6;
}
footer.footer-area .footer-logo {
width: 100%;
text-align: center;
}
footer.footer-area .footer-logo a {
display: inline-block;
}
footer.footer-area .footer-logo a img {
max-width: 150px !important;
}
footer.footer-area .footer-copyright-area {
text-align: center;
width: 100%;
color: #fff;
font-size: 14px;
padding: 60px 0;
border-bottom: 1px solid #333333;
}
footer.footer-area .footer-copyright-area a {
color: #fff;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
}
footer.footer-area .footer-copyright-area a:hover {
color: #0f6db6;
}
footer.footer-area .footer-copyright-area ul {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
footer.footer-area .footer-copyright-area ul li {
padding-right: 40px;
}
footer.footer-area .footer-copyright-area ul li a {
color: #fff;
}
footer.footer-area .social-area {
width: 100%;
text-align: right;
}
.copy-right-area {
background: #fff;
}
.copy-right-area .footer-copyright-area {
width: 100%;
border-top: 1px solid #ebebeb;
padding: 17px 0;
padding-top: 16px;
font-size: 13px;
}
.copy-right-area .footer-copyright-area p {
margin-bottom: 0;
}
.social-area {
width: 100%;
padding-top: 27px;
}
.social-area ul {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.social-area ul li {
display: inline-block;
margin-left: 7px;
margin-right: 7px;
}
.social-area ul li a {
display: block;
}
.social-area ul li a svg {
width: 19px;
height: 16px;
}
.copyright-area {
margin-top: 25px;
border-top: 1px solid #555;
padding-top: 20px;
text-align: center;
font-size: 14px;
font-weight: 300;
color: white;
}
.hero-area-style {
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 50px 0 80px;
height: 80vh;
max-height: 641px;
}
.hero-area-style.hero-area-style-no-form {
padding: 80px 0;
}
.hero-area-style.hero-area-style-no-form .hero-container .left-hero-content {
max-width: 520px;
}
.hero-area-style.hero-area-style-long-padding {
padding: 250px 0;
}
.hero-area-style.hero-area-style-long-padding .hero-container .left-hero-content {
max-width: 600px;
}
.hero-area-style.hero-area-style-location {
padding: 0;
background-position-x: -400px;
background-position-y: center;
-webkit-background-size: cover;
background-size: cover;
}
.hero-area-style.hero-area-style-location .hero-container {
width: 100%;
position: relative;
}
.hero-area-style.hero-area-style-location .hero-container .left-hero-content-storage {
position: absolute;
width: -webkit-calc(100% - 400px);
width: calc(100% - 400px);
bottom: -30px;
}
.hero-area-style.hero-area-style-location .hero-container .left-hero-content-storage .hero-content-title {
background: #00af66;
padding: 30px 20px;
max-width: 453px;
font-size: 24px;
line-height: 1.3;
font-weight: 600;
text-align: center;
color: white;
margin: 0 auto;
}
.hero-area-style.hero-area-style-location .hero-container .right-hero-form {
background: #fafafa;
}
.hero-area-style.hero-area-style-location .hero-container .right-hero-form form .fq-field input,
.hero-area-style.hero-area-style-location .hero-container .right-hero-form form .fq-field textarea {
background: white;
}
.hero-area-style .btn-group {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-top: 20px;
}
.hero-area-style .btn-group a {
background: white;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 10px 40px 10px 20px;
color: black;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
line-height: 1;
}
.hero-area-style .btn-group a:first-child {
margin-right: 10px;
}
.hero-area-style .btn-group a svg {
margin-right: 5px;
}
.hero-area-style img {
width: 100%;
display: block;
}
.hero-area-style .hero-container {
height: 100%;
width: 90%;
margin-left: auto;
margin-right: auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.hero-area-style .hero-container .left-hero-content {
color: white;
max-width: 500px;
width: 100%;
padding: 30px 30px 30px 0;
background: rgba(16, 15, 13, 0.5);
position: relative;
}
.hero-area-style .hero-container .left-hero-content:before {
content: "";
display: block;
position: absolute;
width: 500%;
height: 100%;
background: rgba(16, 15, 13, 0.5);
right: 100%;
top: 0;
}
.hero-area-style .hero-container .left-hero-content .hero-title {
color: white;
font-size: 41px;
line-height: 1.2;
font-weight: bold;
padding-bottom: 10px;
}
.hero-area-style .hero-container .left-hero-content .hero-subtitle {
font-weight: normal;
font-size: 20px;
line-height: 1.5;
}
.hero-area-style .hero-container .right-hero-form {
margin-left: auto;
max-width: 400px;
width: 100%;
padding: 30px 30px 0;
text-align: center;
background: white;
z-index: 1;
}
.hero-area-style .hero-container .right-hero-form h3 {
font-weight: bold;
font-size: 30px;
line-height: 1.1;
color: #231f20;
padding-bottom: 10px;
}
.hero-area-style .hero-container .right-hero-form p {
font-size: 16px;
font-weight: 500;
line-height: 1;
color: #231f20;
}
.hero-area-style .hero-container .right-hero-form form {
line-height: 1;
}
.hero-area-style .hero-container .right-hero-form form p {
padding-bottom: 0;
}
.hero-area-style .hero-container .right-hero-form form .fq-field {
margin-bottom: 10px;
}
.hero-area-style .hero-container .right-hero-form form .fq-field input,
.hero-area-style .hero-container .right-hero-form form .fq-field textarea {
background: #fafafa;
border: 0;
font-size: 14px;
line-height: 1;
color: #231f20;
font-family: "Montserrat", sans-serif;
font-weight: 500;
padding: 15px;
max-width: 100%;
}
.hero-area-style .hero-container .right-hero-form form .fq-field textarea {
height: 78px;
}
.hero-area-style .hero-container .right-hero-form form input[type="submit"] {
width: 100%;
display: block;
border: 0;
color: white;
background: #100f0d;
padding: 15px;
text-transform: uppercase;
font-weight: 500;
font-family: "Montserrat", sans-serif;
font-size: 16px;
cursor: pointer;
}
.hero-area-style .hero-container .right-hero-form form ::-webkit-input-placeholder {
color: #231f20;
font-weight: 500;
font-family: "Montserrat", sans-serif;
}
.hero-area-style .hero-container .right-hero-form form ::-moz-placeholder {
color: #231f20;
font-weight: 500;
font-family: "Montserrat", sans-serif;
}
.hero-area-style .hero-container .right-hero-form form :-ms-input-placeholder {
color: #231f20;
font-weight: 500;
font-family: "Montserrat", sans-serif;
}
.hero-area-style .hero-container .right-hero-form form :-moz-placeholder {
color: #231f20;
font-weight: 500;
font-family: "Montserrat", sans-serif;
}
.hiw-welcome-area {
position: relative;
}
.hiw-welcome-area:before {
content: "";
display: block;
background: #fafafa;
left: 0;
top: 40px;
width: 70%;
height: 100%;
position: absolute;
}
.hiw-welcome-area .hiw-area {
margin-top: -40px;
position: relative;
z-index: 1;
}
.hiw-welcome-area .hiw-area .new-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 30px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.hiw-welcome-area .hiw-area .new-container .single-work-item {
-webkit-box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
width: -webkit-calc(33.33% - 30px);
width: calc(33.33% - 30px);
background: white;
padding: 20px 30px;
font-weight: 300;
font-size: 16px;
line-height: 1.5;
}
.hiw-welcome-area .hiw-area .new-container .single-work-item p {
color: #100f0d;
}
.hiw-welcome-area .hiw-area .new-container .single-work-item a {
display: block;
color: #100f0d;
}
.hiw-welcome-area .hiw-area .new-container .single-work-item img {
line-height: 0;
font-size: 0;
margin-bottom: 5px;
}
.hiw-welcome-area .hiw-area .new-container .single-work-item h3 {
font-size: 24px;
line-height: 1.3;
font-weight: bold;
padding-bottom: 5px;
color: #100f0d;
}
.hiw-welcome-area .welcome-area {
position: relative;
z-index: 1;
padding: 80px 0;
}
.hiw-welcome-area .welcome-area .new-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.hiw-welcome-area .welcome-area .left-welcome-area {
width: 50%;
padding-right: 80px;
}
.hiw-welcome-area .welcome-area .left-welcome-area h2 {
font-size: 42px;
font-weight: bold;
line-height: 1.3;
padding-bottom: 20px;
max-width: 400px;
}
.hiw-welcome-area .welcome-area .left-welcome-area .welcome-area-text {
color: #555;
font-size: 16px;
line-height: 1.5;
font-weight: normal;
}
.hiw-welcome-area .welcome-area .right-welcome-image {
width: 50%;
}
.hiw-welcome-area .welcome-area .right-welcome-image img {
display: block;
}
section.portable-area {
padding: 80px 0;
}
section.portable-area .new-container .portable-title {
font-size: 42px;
line-height: 1.3;
color: #100f0d;
padding-bottom: 10px;
text-align: center;
}
section.portable-area .new-container .portable-subtitle {
font-weight: normal;
font-size: 20px;
text-align: center;
}
section.portable-area .new-container .single-portable-grid {
padding-top: 60px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
section.portable-area .new-container .single-portable-grid .single-portable-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
width: 100%;
}
section.portable-area .new-container .single-portable-grid .single-portable-item:before {
content: "";
position: absolute;
display: block;
width: 70%;
background: #fafafa;
}
section.portable-area .new-container .single-portable-grid .single-portable-item:nth-child(odd):before {
left: 0;
top: 0;
bottom: 80px;
}
section.portable-area .new-container .single-portable-grid .single-portable-item:nth-child(even):before {
top: 60px;
bottom: 40px;
right: 0;
}
section.portable-area .new-container .single-portable-grid .single-portable-item:nth-child(odd) {
-webkit-box-align: normal;
-webkit-align-items: normal;
-ms-flex-align: normal;
align-items: normal;
}
section.portable-area .new-container .single-portable-grid .single-portable-item:nth-child(odd) .portable-image-area {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
text-align: right;
}
section.portable-area .new-container .single-portable-grid .single-portable-item:nth-child(odd) .portable-text-area {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
padding-top: 60px;
}
section.portable-area .new-container .single-portable-grid .single-portable-item .portable-image-area {
width: 50%;
position: relative;
z-index: 1;
}
section.portable-area .new-container .single-portable-grid .single-portable-item .portable-text-area {
width: 50%;
padding: 40px;
font-size: 16px;
line-height: 1.5;
color: #555555;
position: relative;
z-index: 1;
}
section.portable-area .new-container .single-portable-grid .single-portable-item .portable-text-area h3 {
font-size: 32px;
line-height: 1.3;
color: #100f0d;
margin-bottom: 20px;
}
section.portable-area
.new-container
.single-portable-grid
.single-portable-item
.portable-text-area
.portable-text-area-text {
max-width: 410px;
}
section.on-demand-area {
padding: 70px 0 90px;
}
section.on-demand-area .new-container .single-on-demand-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 70px 0 100px;
position: relative;
}
section.on-demand-area .new-container .single-on-demand-item:before,
section.on-demand-area .new-container .single-on-demand-item:after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
}
section.on-demand-area .new-container .single-on-demand-item:before {
width: 56px;
height: 120px;
background: url(//honorstorage.com/wp-content/themes/honorstoragev2-1.1/images/on-demand-icon.svg) top center no-repeat;
top: 0;
}
section.on-demand-area .new-container .single-on-demand-item:after {
width: 4px;
top: 130px;
background: #e0e0e0;
bottom: 20px;
}
section.on-demand-area .new-container .single-on-demand-item:nth-child(even) .on-demand-image-area {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
margin-left: 100px;
margin-right: 0;
}
section.on-demand-area .new-container .single-on-demand-item:nth-child(even) .on-demand-text-area {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
padding-right: 60px;
text-align: right;
padding-left: 0;
}
section.on-demand-area .new-container .single-on-demand-item:nth-child(even) .on-demand-text-area .on-demand-content {
margin-left: auto;
}
section.on-demand-area .new-container .single-on-demand-item .on-demand-image-area {
width: -webkit-calc(50% - 100px);
width: calc(50% - 100px);
margin-right: 100px;
position: relative;
}
section.on-demand-area .new-container .single-on-demand-item .on-demand-image-area .image-wrap {
position: relative;
}
section.on-demand-area .new-container .single-on-demand-item .on-demand-image-area .image-wrap:before {
content: "";
display: block;
position: absolute;
width: 90px;
height: 90px;
background: #00af66;
bottom: -20px;
right: -20px;
}
section.on-demand-area .new-container .single-on-demand-item .on-demand-image-area img {
display: block;
width: 100%;
position: relative;
z-index: 1;
}
section.on-demand-area .new-container .single-on-demand-item .on-demand-text-area {
width: 50%;
padding-left: 60px;
}
section.on-demand-area .new-container .single-on-demand-item .on-demand-text-area h3 {
font-weight: bold;
font-size: 42px;
line-height: 1.3;
padding-bottom: 20px;
}
section.on-demand-area .new-container .single-on-demand-item .on-demand-text-area .on-demand-content {
max-width: 420px;
font-size: 16px;
line-height: 1.8;
color: #555;
}
section.new-honor-storage-area {
margin-top: 100px;
position: relative;
z-index: 11;
}
section.new-honor-storage-area .honor-container {
max-width: 1235px;
padding: 60px 90px;
background: #100f0d url(//honorstorage.com/wp-content/themes/honorstoragev2-1.1/images/storage-bg-pattarn.svg) right no-repeat;
color: white;
margin-left: auto;
}
section.new-honor-storage-area .honor-container .section-title {
text-align: left;
}
section.new-honor-storage-area .honor-container .section-title h2 {
color: white;
font-size: 42px;
line-height: 1.3;
font-weight: bold;
}
section.new-honor-storage-area .honor-container .section-title h2:after {
display: none;
}
section.new-honor-storage-area .honor-container .honor-quote {
font-size: 16px;
line-height: 1.8;
padding-right: 100px;
padding-bottom: 20px;
}
section.new-honor-storage-area .honor-container .honor-quote-name {
font-size: 18px;
font-weight: bold;
line-height: 1;
}
section.content-area-style {
padding: 50px 0;
}
section.content-area-style.content-area-style-2 {
background: #fafafa;
}
section.content-area-style.content-area-style-4 {
padding-bottom: 100px;
}
section.content-area-style .new-container {
font-size: 16px;
line-height: 1.8;
color: #555;
max-width: 850px;
}
section.content-area-style .new-container h2 {
font-size: 42px;
line-height: 1.3;
margin-bottom: 20px;
font-weight: bold;
}
section.content-area-style .new-container h3 {
font-size: 32px;
line-height: 1.3;
font-weight: bold;
margin-bottom: 20px;
}
section.content-area-style .new-container h4 {
font-size: 18px;
font-weight: bold;
line-height: 1.3;
margin-bottom: 10px;
}
section.content-area-style .new-container p {
margin-bottom: 20px;
}
section.content-area-style .new-container p:last-child {
margin-bottom: 0;
}
section.our-location-area {
padding: 100px 0;
}
section.our-location-area .new-container {
text-align: center;
}
section.our-location-area .new-container h2 {
font-size: 42px;
line-height: 1.3;
font-weight: bold;
margin-bottom: 10px;
}
section.our-location-area .new-container .subtitle {
font-size: 20px;
line-height: 1;
margin-bottom: 40px;
}
section.our-location-area .our-location-row .single-location-area {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background: #fafafa;
}
section.our-location-area .our-location-row .single-location-area:first-child .single-location-text-area h3 {
margin-left: -22px;
}
section.our-location-area .our-location-row .single-location-area:nth-child(odd) .single-location-image-area {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
section.our-location-area .our-location-row .single-location-area:nth-child(odd) .single-location-text-area {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
section.our-location-area .our-location-row .single-location-area .single-location-image-area,
section.our-location-area .our-location-row .single-location-area .single-location-text-area {
width: 50%;
height: 100%;
}
section.our-location-area .our-location-row .single-location-area .single-location-image-area {
position: relative;
font-size: 0;
line-height: 0;
}
section.our-location-area .our-location-row .single-location-area .single-location-image-area img {
display: block;
width: 100%;
}
section.our-location-area .our-location-row .single-location-area .single-location-image-area a {
position: absolute;
bottom: 0;
left: 0;
background: #00af66;
font-size: 16px;
line-height: 1.3;
font-weight: 500;
color: white;
padding: 17px 30px;
line-height: 1;
height: auto;
}
section.our-location-area .our-location-row .single-location-area .single-location-text-area {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 25px 50px;
}
section.our-location-area
.our-location-row
.single-location-area
.single-location-text-area
.single-location-text-area-inner {
max-width: 430px;
width: 100%;
font-size: 20px;
line-height: 1.5;
color: #555555;
}
section.our-location-area
.our-location-row
.single-location-area
.single-location-text-area
.single-location-text-area-inner
h3 {
font-size: 24px;
font-weight: bold;
line-height: 1.3;
margin-bottom: 5px;
}
section.our-location-area
.our-location-row
.single-location-area
.single-location-text-area
.single-location-text-area-inner
p {
margin-bottom: 15px;
}
section.our-location-area
.our-location-row
.single-location-area
.single-location-text-area
.single-location-text-area-inner
strong {
font-weight: bold;
color: #100f0d;
}
section.our-location-area
.our-location-row
.single-location-area
.single-location-text-area
.single-location-text-area-inner
ul {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 100px;
}
section.our-location-area
.our-location-row
.single-location-area
.single-location-text-area
.single-location-text-area-inner
ul
li
a {
display: block;
font-weight: normal;
}
.contact-location-area .new-container {
position: relative;
max-width: 1040px;
padding: 0;
}
.contact-location-area .contact-location-row {
padding: 50px 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: self-end;
-webkit-align-items: self-end;
-ms-flex-align: self-end;
align-items: self-end;
}
.contact-location-area .contact-location-row .single-contact-location {
width: 50%;
padding-right: 50px;
padding-top: 30px;
padding-bottom: 30px;
}
.contact-location-area .contact-location-row .single-contact-location .location-title {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 24px;
font-weight: bold;
line-height: 1.3;
margin-bottom: 15px;
}
.contact-location-area .contact-location-row .single-contact-location .location-title svg {
margin-right: 10px;
}
.contact-location-area .contact-location-row .single-contact-location .location-desc {
font-size: 16px;
line-height: 1.5;
color: #555;
}
.contact-location-area .contact-location-row .single-contact-location .location-desc h4 {
color: #231f20;
font-size: 16px;
line-height: 1.2;
margin-bottom: 5px;
font-weight: 600;
}
.contact-location-area .right-hero-form {
margin-left: auto;
max-width: 50%;
width: 100%;
padding: 20px 20px 0;
text-align: center;
background: white;
position: absolute;
top: -256px;
right: 0;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.contact-location-area .right-hero-form h3 {
font-weight: bold;
font-size: 30px;
line-height: 1.1;
color: #231f20;
padding-bottom: 20px;
}
.contact-location-area .right-hero-form p {
font-size: 16px;
font-weight: 500;
line-height: 1;
color: #231f20;
}
.contact-location-area .right-hero-form form .contact-form {
line-height: 1;
margin-bottom: 10px;
}
.contact-location-area .right-hero-form form .contact-form p {
padding-bottom: 0;
}
.contact-location-area .right-hero-form form .contact-form .form-group {
padding: 0 0 10px;
overflow: hidden;
}
.contact-location-area .right-hero-form form .contact-form .form-group .col1,
.contact-location-area .right-hero-form form .contact-form .form-group .col2 {
margin-bottom: 0;
}
.contact-location-area .right-hero-form form .contact-form input,
.contact-location-area .right-hero-form form .contact-form textarea,
.contact-location-area .right-hero-form form .contact-form select {
background: #fafafa;
border: 0;
font-size: 14px;
line-height: 1;
color: #231f20;
font-family: "Montserrat", sans-serif;
font-weight: 500;
padding: 15px;
max-width: 100%;
-webkit-border-radius: 0;
border-radius: 0;
height: auto;
}
.contact-location-area .right-hero-form form .contact-form textarea {
height: 78px;
}
.contact-location-area .right-hero-form form .contact-form input[type="submit"] {
width: 100%;
display: block;
border: 0;
color: white;
background: #100f0d;
padding: 15px;
text-transform: uppercase;
font-weight: 500;
font-family: "Montserrat", sans-serif;
font-size: 16px;
cursor: pointer;
-webkit-border-radius: 0;
border-radius: 0;
}
.contact-location-area .right-hero-form form .contact-form ::-webkit-input-placeholder {
color: #231f20;
font-weight: 500;
font-family: "Montserrat", sans-serif;
}
.contact-location-area .right-hero-form form .contact-form ::-moz-placeholder {
color: #231f20;
font-weight: 500;
font-family: "Montserrat", sans-serif;
}
.contact-location-area .right-hero-form form .contact-form :-ms-input-placeholder {
color: #231f20;
font-weight: 500;
font-family: "Montserrat", sans-serif;
}
.contact-location-area .right-hero-form form .contact-form :-moz-placeholder {
color: #231f20;
font-weight: 500;
font-family: "Montserrat", sans-serif;
}
.new-container,
.free-quote-container {
max-width: 1230px;
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.footer-testimonial-area {
padding-bottom: 30px;
}
.footer-testimonial-area .new-container {
max-width: 1040px;
padding-left: 0;
padding-right: 0;
}
.footer-testimonial-area .testimonial-title-text {
color: #00af66;
text-transform: uppercase;
font-size: 18px;
line-height: 1.5;
font-weight: bold;
margin-bottom: 10px;
}
.footer-testimonial-area h2 {
color: #231f20;
font-size: 42px;
line-height: 1.3;
font-weight: 700;
max-width: 700px;
padding-right: 100px;
margin-bottom: 40px;
}
.footer-testimonial-area .testimonial-slider-area .owl-dots {
margin-top: 20px;
}
.footer-testimonial-area .testimonial-slider-area .owl-dots button span {
margin: 5px;
background: #e0e0e0;
width: 16px;
height: 16px;
}
.footer-testimonial-area .testimonial-slider-area .owl-dots button.active span {
background: #231f20;
}
.footer-testimonial-area .testimonial-slider-area .owl-nav {
position: absolute;
top: -150px;
right: 0;
}
.footer-testimonial-area .testimonial-slider-area .owl-nav button {
margin: 0;
background: transparent !important;
-webkit-border-radius: 0;
border-radius: 0;
padding: 15px !important;
line-height: 0;
font-size: 0;
padding: 10px 20px !important;
}
.footer-testimonial-area .testimonial-slider-area .owl-nav button:hover {
background: #100f0d !important;
}
.footer-testimonial-area .testimonial-slider-area .owl-nav button:hover svg {
fill: white;
}
.footer-testimonial-area .testimonial-slider-area .owl-nav button svg {
width: 30px;
fill: #100f0d;
}
.footer-testimonial-area .testimonial-slider-area .owl-carousel .owl-stage-outer:after {
content: "";
width: 1px;
height: 100%;
position: absolute;
display: block;
left: 0;
right: 0;
margin: 0 auto;
background: #d6d6d6;
top: 0;
}
.footer-testimonial-area .testimonial-slider-area .owl-carousel .item {
padding-top: 65px;
padding-right: 40px;
padding-left: 40px;
background: url(//honorstorage.com/wp-content/themes/honorstoragev2-1.1/images/testimonial-quote.svg) 40px top no-repeat;
-webkit-background-size: 40px 40px;
background-size: 40px;
}
.footer-testimonial-area .testimonial-slider-area .owl-carousel .item .testimonial-text {
margin-bottom: 30px;
font-size: 16px;
line-height: 1.5;
color: #555;
font-weight: normal;
}
.footer-testimonial-area .testimonial-slider-area .owl-carousel .item .author-name {
color: #100f0d;
font-weight: 500;
font-size: 16px;
}
.footer-testimonial-area .testimonial-slider-area .owl-carousel .item .company-name {
color: #828282;
}
.footer-free-quote-area {
position: relative;
padding-bottom: 80px;
}
.footer-free-quote-area:before {
content: "";
top: 100px;
width: 100%;
bottom: 0;
display: block;
position: absolute;
background: rgba(0, 175, 102, 0.1);
}
.footer-free-quote-area .free-quote-container {
position: relative;
z-index: 11;
background: url(//honorstorage.com/wp-content/themes/honorstoragev2-1.1/images/free-quote-bg.jpg) center no-repeat;
-webkit-background-size: cover;
background-size: cover;
padding: 70px 50px;
color: white;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
max-width: 1040px;
}
.footer-free-quote-area .free-quote-container h3 {
color: white;
}
.footer-free-quote-area .free-quote-container .left-free-quote-area,
.footer-free-quote-area .free-quote-container .right-free-quote-area {
width: 50%;
font-weight: 500;
font-size: 16px;
}
.footer-free-quote-area .free-quote-container .left-free-quote-area p,
.footer-free-quote-area .free-quote-container .right-free-quote-area p {
line-height: 1.5;
}
.footer-free-quote-area .free-quote-container .left-free-quote-area {
padding-right: 5%;
}
.footer-free-quote-area .free-quote-container .left-free-quote-area h3 {
max-width: 400px;
font-size: 42px;
line-height: 1.1;
font-weight: 700;
margin-bottom: 20px;
}
.footer-free-quote-area .free-quote-container .right-free-quote-area {
text-align: center;
font-weight: 500;
}
.footer-free-quote-area .free-quote-container .right-free-quote-area h3 {
line-height: 1.1;
font-weight: 700;
font-size: 30px;
}
.footer-free-quote-area .free-quote-container .right-free-quote-area ::-webkit-input-placeholder { color: black;
}
.footer-free-quote-area .free-quote-container .right-free-quote-area ::-moz-placeholder { color: black;
}
.footer-free-quote-area .free-quote-container .right-free-quote-area :-ms-input-placeholder { color: black;
}
.footer-free-quote-area .free-quote-container .right-free-quote-area :-moz-placeholder { color: black;
}
.footer-free-quote-area .free-quote-container .right-free-quote-area form {
line-height: 1;
}
.footer-free-quote-area .free-quote-container .right-free-quote-area form p {
padding-bottom: 0;
}
.footer-free-quote-area .free-quote-container .right-free-quote-area input,
.footer-free-quote-area .free-quote-container .right-free-quote-area textarea {
background: #fafafa;
border: 0;
font-size: 14px;
font-weight: 500;
font-family: "Montserrat", sans-serif;
line-height: 1;
color: black !important;
padding: 15px;
}
.footer-free-quote-area .free-quote-container .right-free-quote-area input[type="submit"] {
background: #00af66;
border: 0;
line-height: 1;
color: white !important;
cursor: pointer;
text-transform: uppercase;
font-size: 16px;
letter-spacing: 1px;
font-weight: 500;
width: -webkit-calc(100% - 15px);
width: calc(100% - 15px);
margin-left: auto;
margin-right: auto;
padding: 20px;
}
.footer-free-quote-area .free-quote-container .right-free-quote-area textarea {
height: 80px;
}
.footer-free-quote-area .free-quote-container .right-free-quote-area .wpcf7-not-valid-tip {
color: white;
}
.footer-free-quote-area .free-quote-container .right-free-quote-area .fq-field {
padding: 0 7.5px 15px;
}
.footer-free-quote-area .free-quote-container .right-free-quote-area .fq-field-group {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer-free-quote-area .free-quote-container .right-free-quote-area .fq-field-group .fq-field {
width: 50%;
}
.footer-free-quote-area .free-quote-container .right-free-quote-area .fq-field-group .fq-field input {
max-width: 100%;
width: 100%;
} @media only screen and (min-width: 981px) {
section.breadcrumb-area.storage-tips-area {
padding-top: 100px;
padding-bottom: 100px;
}
section.breadcrumb-area.storage-tips-area .breadcrumb-content {
text-align: left;
max-width: 700px;
}
section.breadcrumb-area.charity-breadcrumb-area {
padding: 300px 0;
}
section.breadcrumb-area.sub-loaction-bradcrumb-area {
padding: 140px 0;
}
section.about-area .about-wrapper > div {
-ms-flex-preferred-size: 0;
-webkit-flex-basis: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%;
padding: 0 15px;
}
}   @media only screen and (max-width: 1380px) {
.slicknav_menu {
display: block;
}
.slicknav_menu .slicknav_icon-bar {
background-color: #000000;
}
.main-manu-wrap {
display: none;
} .slicknav_menu {
background: transparent;
position: absolute;
right: 0;
width: 100%;
}
.slicknav_btn {
position: absolute;
right: 0;
top: 18px;
background: transparent;
z-index: 10;
padding: 8px 13px;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin: 0;
font-size: 19px;
}
.slicknav_nav {
position: absolute;
background: #ebebeb;
width: 100%;
z-index: 9;
top: 81px;
left: 0;
padding: 20px 10px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
z-index: 99;
text-align: left;
}
.slicknav_nav ul {
margin: 0;
padding: 0;
list-style: none;
}
.slicknav_nav ul ul {
margin: 0 0 0 20px;
}
.slicknav_nav ul li {
margin: 0;
}
.slicknav_nav ul li a {
color: #000;
margin: 0;
padding: 10px 10px;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
}
footer.footer-area .footer-menu ul li {
padding: 4px 10px;
}
footer.footer-area .footer-menu ul li a {
font-size: 14px;
}
footer.footer-area .single-footer-item {
width: 47%;
margin-bottom: 35px;
}
footer.footer-area .footer-col-area {
padding-bottom: 0;
}
footer.footer-area .footer-copyright-area {
padding: 40px 0;
}
footer.footer-area .social-area ul {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
footer.footer-area .social-area ul li {
margin: 0 8px;
}
.header-area .header-top-area {
position: relative;
}
.header-area .header-top-area .header-contact {
display: none;
}
.header-area .header-top-area .header-top-menu {
display: none;
}
.header-area .header-top-area .logo-area {
width: 100%;
padding: 0;
position: relative;
}
.header-area .header-top-area .logo-area a.logo img {
max-width: 150px;
}
.header-area .navigation-area {
display: none;
}
.header-area .mobile-header-area {
display: block;
padding: 10px 0;
padding-bottom: 20px;
}
section.storage-area {
padding: 15px;
padding-top: 5px;
}
section.storage-area .container .storage-col {
width: 100%;
padding: 9px 0;
}
section.storage-area .container .storage-col .demand-storage-area,
section.storage-area .container .storage-col .self-storage-area {
padding: 40px;
}
section.storage-area .container .storage-col .storage-title h2 {
font-size: 25px;
}
section.storage-area .container .storage-col .storage-title p {
font-size: 16px;
}
.single-selfstorage-cta .cta-title h3 {
font-size: 18px;
}
.single-selfstorage-cta .cta-title p {
font-size: 15px;
}
.single-selfstorage-cta .price {
font-size: 16px;
}
.single-demand-item img {
max-width: 60px;
}
section.breadcrumb-area .breadcrumb-content h1 {
font-size: 32px;
padding-bottom: 10px;
}
section.breadcrumb-area .breadcrumb-content .breadcrumb-btn-area {
padding-top: 10px;
}
section.breadcrumb-area .breadcrumb-content .breadcrumb-btn-area a.boxed-btn.breadcrumb-btn {
font-size: 12px;
}
.section-title h2 {
font-size: 24px;
}
.works-item-container {
max-width: 450px;
margin: 0 auto;
}
.works-item-container .single-work-item {
width: 100%;
margin-bottom: 30px;
}
.works-item-container .single-work-item:last-child {
margin-bottom: 0;
}
.document-pricing-content,
.straightforward-pricing-container {
max-width: 450px;
margin: 0 auto;
}
.document-pricing-content .single-document-pricing-item,
.straightforward-pricing-container .single-document-pricing-item,
.document-pricing-content .single-straightforward-pricing-item,
.straightforward-pricing-container .single-straightforward-pricing-item {
width: 100%;
margin-bottom: 30px;
}
.straightforward-content {
padding-top: 15px;
}
.office-storage-row {
max-width: 450px;
margin: 0 auto;
margin-bottom: 30px;
}
.office-storage-row .office-storage-image {
width: 100%;
}
.office-storage-row .office-storage-content {
width: 100%;
}
.mobile-row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.mobile-row .order-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.mobile-row .order-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.storage-unit-items-row {
max-width: 450px;
margin: 0 auto;
padding-top: 0;
}
.storage-unit-items-row .single-unit-item {
width: 100%;
margin-bottom: 30px;
}
section.honor-storage-area {
padding: 40px 0;
padding-bottom: 30px;
}
section.storage-unit-area {
padding: 40px 0;
padding-bottom: 30px;
}
.promotion-items-row {
max-width: 450px;
margin: 0 auto;
}
.promotion-items-row .single-promotion-item {
width: 100%;
margin-bottom: 50px;
}
.promotion-items-row .single-promotion-item::after {
width: 100%;
right: 0;
height: 1px;
bottom: -30px;
top: auto;
}
.promotion-items-row .single-promotion-item h3 {
font-size: 18px;
padding-bottom: 15px;
}
section.service-area {
padding-top: 0;
padding-bottom: 20px;
}
section.promotion-area {
padding-bottom: 0;
}
.service-items-row {
max-width: 450px;
margin: 0 auto;
}
.service-items-row .single-service-item {
width: 100%;
}
section.testimonial-area {
background-position: center;
}
section.testimonial-area .testimonial-image {
width: 100%;
}
section.testimonial-area .testimonial-content {
width: 100%;
}
section.main-container-area {
padding: 50px 0;
}
section.main-container-area .entry-content h2 {
font-size: 28px;
}
section.main-container-area .entry-content h3 {
font-size: 20px;
}
.cta-area {
margin-top: 50px;
padding-top: 0;
padding-bottom: 76px;
}
section.office-storage-area.chaity-storage {
padding-top: 40px;
}
section.honor-storage-donates-area {
padding-bottom: 60px;
}
section.contact-form-area {
padding: 50px 0;
}
section.contact-form-area .contact-form-wrap {
width: 100%;
}
section.contact-form-area .contact-form-wrap h2 {
text-align: center;
font-size: 26px;
}
section.contact-form-area .contact-form-content {
width: 100%;
padding-top: 0;
}
.location-interest-items-row {
max-width: 450px;
margin: 0 auto;
}
.location-interest-items-row .single-location-item {
width: 100%;
margin-bottom: 40px;
}
.location-interest-items-row .single-location-item:last-child {
margin-bottom: 0;
}
section.wellcome-area .welcome-content {
width: 100%;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
text-align: center;
padding-top: 40px;
}
section.wellcome-area .welcome-content h2 {
font-size: 24px;
}
section.wellcome-area .welcome-img {
width: 100%;
text-align: center;
}
section.about-area .about-wrapper > div {
width: 100%;
}
section.about-area .about-image {
text-align: center;
margin-bottom: 30px;
}
section.wellcome-area {
padding-top: 50px;
padding-bottom: 60px;
}
section.about-area .about-content-row {
padding-bottom: 30px;
}
section.value-area {
padding: 50px 0;
}
section.storage-units-area {
padding: 50px 0;
}
section.storage-units-area .storage-units-content {
text-align: center;
}
section.storage-units-area .storage-units-content h2 {
font-size: 22px;
}
section.about-country-area .container .about-country-content {
width: 100%;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
text-align: center;
}
section.about-country-area .container .about-country-img {
width: 100%;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
margin-bottom: 20px;
}
.santa-barbara-storage-area {
text-align: center;
}
.storage-locations-area .storage-locations-content {
width: 100%;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
text-align: center;
}
.storage-locations-area .storage-locations-map {
width: 100%;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
margin-bottom: 20px;
}
.location-bottom-area {
padding: 50px 0;
text-align: center;
padding-bottom: 0;
}
.cta-button-area {
padding: 70px 0;
}
.cta-button-area .cta-btn-wrapper a.boxed-btn.cta-btn {
font-size: 13px;
padding: 17px 35px !important;
}
.conclusion-area {
padding: 50px 0;
text-align: center;
}
.conclusion-area .conclusion-content h3 {
font-size: 24px;
}
section.about-country-area .container .about-country-content h2 {
font-size: 22px;
}
.location-bottom-area .location-bottom-content h2 {
font-size: 22px;
}
.fullwidth-section-content {
text-align: center;
}
section.how-it-work-area {
padding-top: 60px;
}
section.document-storage-pricing-area {
padding-top: 10px;
}
section.blog-area .blog-content-area {
max-width: 430px;
margin: 0 auto;
}
section.blog-area .blog-content-area article.post {
width: 100%;
margin-bottom: 30px;
}
.footer-free-quote-area {
padding-bottom: 0;
}
.footer-free-quote-area .free-quote-container {
padding: 40px 20px 20px;
}
.footer-free-quote-area .free-quote-container .left-free-quote-area,
.footer-free-quote-area .free-quote-container .right-free-quote-area {
width: 100%;
text-align: center;
}
.footer-free-quote-area .free-quote-container .left-free-quote-area {
padding-right: 0;
margin-bottom: 30px;
}
.footer-free-quote-area .free-quote-container .left-free-quote-area h3 {
max-width: 100%;
font-size: 32px;
margin-bottom: 10px;
}
.footer-testimonial-area .testimonial-slider-area .owl-carousel .owl-stage-outer:after {
display: none;
}
.footer-testimonial-area .testimonial-slider-area .owl-carousel .item {
padding-left: 0;
background-position-x: 0;
}
.footer-testimonial-area h2 {
font-size: 30px;
width: 100%;
max-width: 100%;
padding-right: 0;
}
.footer-testimonial-area .testimonial-slider-area .owl-nav {
display: none;
}
.hero-area-style .hero-container .right-hero-form {
display: none;
}
.hero-area-style,
.hero-area-style.hero-area-style-long-padding {
padding: 80px 0;
}
.hero-area-style .hero-container .left-hero-content {
max-width: 300px;
}
.hero-area-style .hero-container .left-hero-content .hero-title {
font-size: 30px;
}
.hiw-welcome-area .hiw-area {
margin-top: 0;
padding-top: 50px;
}
.hiw-welcome-area .hiw-area .new-container .single-work-item {
width: 100%;
}
.hiw-welcome-area .hiw-area .new-container {
gap: 20px;
}
.hiw-welcome-area .welcome-area {
padding: 50px 0;
}
.hiw-welcome-area .welcome-area .left-welcome-area {
width: 100%;
padding-right: 0;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.hiw-welcome-area .welcome-area .right-welcome-image {
width: 100%;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
text-align: center;
margin-bottom: 20px;
}
.hiw-welcome-area .welcome-area .right-welcome-image img {
margin: 0 auto;
}
.hiw-welcome-area .welcome-area .left-welcome-area h2 {
font-size: 30px;
max-width: 100%;
text-align: center;
}
section.portable-area {
padding: 60px 0 0;
}
section.portable-area .new-container .portable-title {
font-size: 30px;
}
section.portable-area .new-container .single-portable-grid .single-portable-item .portable-text-area,
section.portable-area .new-container .single-portable-grid .single-portable-item .portable-image-area {
width: 100%;
}
section.portable-area .new-container .single-portable-grid .single-portable-item {
background: #fafafa;
margin-bottom: 30px;
padding: 25px;
}
section.portable-area .new-container .single-portable-grid .single-portable-item:before {
display: none;
}
section.portable-area .new-container .single-portable-grid .single-portable-item .portable-image-area {
-webkit-box-ordinal-group: 2 !important;
-webkit-order: 1 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
text-align: center !important;
margin-bottom: 15px;
}
section.portable-area .new-container .single-portable-grid .single-portable-item .portable-text-area {
-webkit-box-ordinal-group: 3 !important;
-webkit-order: 2 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
padding: 0px !important;
}
section.portable-area
.new-container
.single-portable-grid
.single-portable-item
.portable-text-area
.portable-text-area-text {
margin: 0 auto;
}
section.portable-area .new-container .single-portable-grid .single-portable-item .portable-text-area h3 {
font-size: 24px;
text-align: center;
}
section.on-demand-area {
padding: 40px 0;
}
section.on-demand-area .new-container .single-on-demand-item {
padding: 30px 0;
}
section.on-demand-area .new-container .single-on-demand-item:before,
section.on-demand-area .new-container .single-on-demand-item:after {
display: none;
}
section.on-demand-area .new-container .single-on-demand-item .on-demand-image-area,
section.on-demand-area .new-container .single-on-demand-item .on-demand-text-area {
width: 100%;
padding-left: 0;
margin-right: 0;
}
section.on-demand-area .new-container .single-on-demand-item .on-demand-image-area {
-webkit-box-ordinal-group: 2 !important;
-webkit-order: 1 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
margin: 0 !important;
}
section.on-demand-area .new-container .single-on-demand-item .on-demand-image-area .image-wrap {
max-width: 400px;
margin: 0 auto 30px;
padding-right: 10px;
}
section.on-demand-area .new-container .single-on-demand-item .on-demand-text-area {
text-align: center;
-webkit-box-ordinal-group: 3 !important;
-webkit-order: 2 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
padding: 0 !important;
}
section.on-demand-area .new-container .single-on-demand-item .on-demand-text-area .on-demand-content {
margin: 0 auto !important;
text-align: center;
}
section.on-demand-area .new-container .single-on-demand-item .on-demand-text-area h3 {
font-size: 30px;
text-align: center;
}
section.on-demand-area .new-container .single-on-demand-item .on-demand-image-area .image-wrap:before {
bottom: -10px;
right: 0px;
}
.hero-area-style .hero-container .left-hero-content .hero-subtitle {
font-size: 16px;
}
section.new-honor-storage-area {
margin-top: 0;
}
section.new-honor-storage-area .honor-container .section-title h2 {
font-size: 30px;
}
section.new-honor-storage-area .honor-container {
padding: 50px 30px;
}
section.storage-unit-area {
margin-top: 0;
}
section.storage-unit-area .section-title h2 {
font-size: 30px;
margin-bottom: 10px;
}
section.service-area {
padding: 60px 0;
}
section.service-area .section-title h2 {
font-size: 30px;
}
section.service-area .section-title {
max-width: 600px;
}
section.service-area .section-title {
margin-bottom: 40px;
}
section.storage-unit-area {
padding: 60px 0;
}
section.content-area-style .new-container h2 {
font-size: 30px;
}
section.content-area-style .new-container h3 {
font-size: 24px;
}
.faq-area {
padding: 50px 0;
}
.faq-area .new-container .title {
font-size: 30px;
}
.faq-area .new-container #faqs .acc_section .acc_head {
line-height: 1.3;
}
.faq-cta-area .faq-container {
text-align: center;
padding: 30px;
}
.faq-cta-area .faq-container a {
margin-left: auto;
margin-right: auto;
}
.faq-cta-area .faq-container h3 {
font-size: 24px;
}
.faq-cta-area .faq-container p {
font-size: 18px;
}
.faq-cta-area {
margin-bottom: 50px;
}
.footer-testimonial-area .new-container {
padding-left: 15px;
padding-right: 15px;
}
section.office-storage-area .section-title h2 {
font-size: 30px;
}
.office-storage-row .office-storage-content {
padding: 20px;
}
section.office-storage-area.chaity-storage {
padding-bottom: 40px;
}
.honor-storage-donates-content {
padding: 30px;
font-size: 20px;
}
.office-storage-row .office-storage-content h3 {
font-size: 24px;
}
.hero-area-style.hero-area-style-location {
padding: 200px 0;
background-position: center;
}
.hero-area-style.hero-area-style-location .hero-container .left-hero-content-storage {
margin: 0 auto;
left: 0;
right: 0;
bottom: 0;
top: 0;
max-width: 350px;
width: 100%;
}
section.our-location-area {
padding: 50px 0;
}
section.our-location-area .new-container h2 {
font-size: 30px;
}
section.our-location-area .our-location-row .single-location-area .single-location-image-area {
-webkit-box-ordinal-group: 2 !important;
-webkit-order: 1 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
section.our-location-area .our-location-row .single-location-area .single-location-text-area {
-webkit-box-ordinal-group: 3 !important;
-webkit-order: 2 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
section.our-location-area .our-location-row .single-location-area .single-location-image-area,
section.our-location-area .our-location-row .single-location-area .single-location-text-area {
width: 100%;
}
.hero-area-style.hero-area-style-location .hero-container .left-hero-content-storage .hero-content-title {
font-size: 18px;
padding: 20px;
}
.contact-location-area .new-container {
padding-left: 15px;
padding-right: 15px;
}
.contact-location-area .right-hero-form {
position: relative;
top: 0;
max-width: 500px;
margin: 30px auto 0;
left: 0;
background: #fafafa;
}
.contact-location-area .right-hero-form form .contact-form input,
.contact-location-area .right-hero-form form .contact-form textarea,
.contact-location-area .right-hero-form form .contact-form select {
background: white;
}
.contact-location-area .contact-location-row {
padding: 0 0 30px;
}
.contact-location-area .contact-location-row .single-contact-location {
width: 100%;
padding: 20px 0 20px;
max-width: 500px;
margin: 0 auto;
}
} @media only screen and (max-width: 767px) {
footer.footer-area .single-footer-item {
width: 100%;
margin-right: 0;
}
footer.footer-area .footer-copyright-area ul li {
width: 100%;
margin-top: 7px;
padding: 0;
}
.demaind-item-conatiner {
max-width: 400px;
margin: 0 auto;
}
.demaind-item-conatiner .single-demand-item {
width: 100%;
margin-bottom: 20px;
}
section.about-area .about-wrapper .about-content ul li {
width: 100%;
}
footer.footer-area .footer-phone a span {
display: block;
}
footer.footer-area .footer-phone a {
font-size: 24px;
line-height: 1.2;
}
footer.footer-area .footer-menu ul,
footer.footer-area .footer-phone {
margin-bottom: 20px;
}
.social-area {
padding-top: 20px;
}
section.our-location-area
.our-location-row
.single-location-area
.single-location-text-area
.single-location-text-area-inner
h3 {
font-size: 20px;
margin-left: 0 !important;
}
section.our-location-area
.our-location-row
.single-location-area
.single-location-text-area
.single-location-text-area-inner {
font-size: 18px;
}
}
@media only screen and (max-width: 675px) {
div#wpsl-result-list {
padding-left: 15px;
}
section.new-honor-storage-area .honor-container .section-title h2 br {
display: none;
}
section.new-honor-storage-area .honor-container .honor-quote {
padding-right: 0;
}
.hero-area-style.hero-area-style-location {
padding: 100px 0;
}
}
@media only screen and (max-width: 600px) {
.single-selfstorage-cta {
padding: 13px;
padding-right: 48px;
}
.single-selfstorage-cta .cta-title {
width: 100%;
}
.single-selfstorage-cta .price {
width: 100%;
text-align: left;
}
.single-selfstorage-cta .price {
margin-top: 10px;
}
.about-menu-list ul li {
width: 100% !important;
}
} @media only screen and (max-width: 479px) {
.header-area .mobile-header-area .mobile-header-top-menu ul {
display: flex;
text-align: center;
flex-wrap: wrap;
}
.header-area .mobile-header-area .mobile-header-top-menu ul li {
width: 50%;
display: block !important;
margin: 0;
margin-bottom: 5px;
}
.header-area .mobile-header-area .mobile-header-top-menu ul li a {
display: inline-block !important;
margin: 0 !important;
}
.header-area .mobile-header-area .mobile-header-top-menu ul li:last-child {
margin-bottom: 0;
}
.hero-area-style .hero-container .left-hero-content .hero-title {
font-size: 24px;
}
.hero-area-style .hero-container .left-hero-content .hero-subtitle {
font-size: 16px;
}
section.on-demand-area .new-container .single-on-demand-item .on-demand-text-area h3 {
font-size: 24px;
}
.hero-area-style .btn-group a {
margin-bottom: 15px;
}
.footer-free-quote-area .free-quote-container .right-free-quote-area .fq-field-group .fq-field {
width: 100%;
}
section.our-location-area .our-location-row .single-location-area .single-location-text-area {
padding: 25px 20px;
}
} @media print {
*,
::after,
::before {
text-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
a:not(.btn) {
text-decoration: underline;
}
abbr[title]::after {
content: " (" attr(title) ")";
}
pre {
white-space: pre-wrap !important;
}
blockquote,
pre {
border: 1px solid #adb5bd;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
img,
tr {
page-break-inside: avoid;
}
h2,
h3,
p {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
@page {
size: a3;
}
body {
min-width: 992px !important;
}
.container {
min-width: 992px !important;
}
.navbar {
display: none;
}
.badge {
border: 1px solid #000000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #ffffff !important;
}
.table-bordered td,
.table-bordered th {
border: 1px solid #dee2e6 !important;
}
.table-dark {
color: inherit;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #dee2e6;
}
.table .thead-dark th {
color: inherit;
border-color: #dee2e6;
}
}