a.custom-button {
  padding: 20px 15px !important;
  background: #c41616 !important;
  color: white;
  border-radius: 5px !important;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
  width: 200px;
  text-align: center;
  font-size: 20px;
}
.fusion-page-title-bar-right .fusion-page-title-captions {
  text-align: right !important;
}
@media only screen and (max-width: 800px) {
  .fusion-mobile-menu-design-modern .fusion-social-links-header {
    margin: 0px !important;
  }
  .fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-row {
    padding-bottom: 10px !important;
  }
  .fusion-social-networks-wrapper {
    display: none !important;
  }
  .fusion-mobile-menu-icons a {
    font-size: 24px !important;
  }
  #storageplace-hero {
    padding-bottom: 30px !important;
  }
  #storageplace-hero .storageplace-hero .fusion-column-wrapper {
    padding: 0px !important;
  }
  #storageplace-hero .storageplace-hero .fusion-column-wrapper h1 {
    font-size: 46px !important;
    margin-top: 20px;
    padding-bottom: 10px;
  }
  #storageplace-hero .storageplace-hero .fusion-column-wrapper a.custom-button.one {
    margin-right: 0px;
  }
  #storageplace-hero .storageplace-hero .fusion-column-wrapper a.custom-button.one.last {
    display: none;
  }
  #storage-options {
    padding-top: 60px !important;
    padding-bottom: 0px !important;
  }
  #cta-middle-red {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }
  #cta-middle-red .fusion-column-wrapper {
    text-align: center !important;
  }
  #cta-middle-red .fusion-column-wrapper p {
    text-align: center !important;
  }
  #storageplace-features {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }
  #storageplace-features .fusion-content-boxes .fusion-column {
    margin-bottom: 10px !important;
  }
  #storageplace-features .fusion-column-wrapper .fusion-text {
    text-align: center !important;
  }
  #storageplace-cta {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }
  #storageplace-cta .fusion-builder-row.fusion-row {
    text-align: center;
  }
  #storageplace-cta p {
    text-align: center !important;
  }
  .fusion-header .fusion-logo img.fusion-standard-logo {
    height: 150px !important;
  }
  .fusion-logo {
    position: absolute !important;
  }
  section#text-2 {
    text-align: center;
  }
  section#text-3, section#nav_menu-3, section#nav_menu-2 {
    display: none;
  }
  .fusion-column.col-lg-3.col-md-3.col-sm-3 {
    margin: 0px;
  }
  .fusion-footer-widget-area {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
  }
  #storage-container {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
  }
  #storage-container .fusion-image-carousel {
    margin-bottom: 0px !important;
  }
  #sitelink-container {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  #storageplace-contact h2, #storageplace-contact h5 {
    text-align: center !important;
  }
  #storageplace-contact input.wpcf7-form-control.wpcf7-submit {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  a.fusion-bar-highlight {
    padding-top: 8px !important;
  }
}
a.simple-button {
  border: 2px solid white;
  padding: 16px 20px;
  border-radius: 5px;
}
/*  Fixing the home screen display on edge and ie */
#storage-options .fusion-content-boxes.content-boxes-icon-boxed .heading .image {
  position: static;
  margin-left: 0 !important;
  top: 0 !important;
}
.fusion-secondary-header {
  font-size: 16px !important;
}
span.fusion-header-separator {
  display: none;
}
.topbar-one {
  display: inline-block;
  float: right;
}
.topbar-two {
  display: inline-block;
  float: left;
}
.topbar-two img {
  vertical-align: middle;
  padding-bottom: 4px;
  margin-right: 8px;
}
.fusion-header .fusion-logo img.fusion-standard-logo {
  position: absolute !important;
  height: 220px !important;
  max-height: none !important;
}
.fusion-header-v3 a.fusion-social-network-icon {
  color: #fff !important;
}
.fusion-widget-area .menu-item a {
  margin-left: -10px !important;
}
.fusion-widget-area .menu-item a:before {
  display: none;
}
.fusion-footer-widget-area {
  background-color: #fff !important;
  border-color: #fff !important;
}
.fusion-footer h4.widget-title {
  color: #333;
}
.fusion-footer a {
  color: #8d9ba9 !important;
}
li.menu-item {
  border-color: #dedede !important;
}
.fusion-footer-copyright-area {
  border-top-width: initial !important;
  border-top: 1px #e2e2e2 solid !important;
  background-color: #fff !important;
}
.fusion-copyright-notice {
  color: #8d9ba9 !important;
  font-size: 10px;
}
#storage-options .fusion-content-boxes.icon-boxes-01 .col.content-wrapper-background {
  padding: 0px 0px 0px 0px !important;
}
#storage-options .fusion-content-boxes.content-boxes-icon-boxed .heading .image {
  display: contents !important;
}
#post-11 #youtube-vid {
  display: block !important;
}
#youtube-vid {
  display: none !important;
}
p.promo-banner {
  padding: 10px;
  background: #151515;
  color: white !important;
  font-size: 28px;
  font-weight: 600;
  text-align: center !important;
  margin: 0 auto !important;
  width: 80%;
}
/* Styling Variables - colors/text */
/* Styling Variables - layout */
/* Mixins */
/* Animations */
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes r6shake {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  50% {
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  75% {
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.custom-shake {
  -webkit-animation: r6shake 0.5s ease-in-out;
  /* Safari 4+ */
  -moz-animation: r6shake 0.5s ease-in-out;
  /* Fx 5+ */
  -o-animation: r6shake 0.5s ease-in-out;
  /* Opera 12+ */
  animation: r6shake 0.5s ease-in-out;
  /* IE 10+, Fx 29+ */
}
@keyframes backgroundscroll {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 1000%;
  }
}
/* General Element Classes */
.hide-desktop {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .hide-desktop {
    display: initial;
  }
}
@media screen and (max-width: 800px) {
  .hide-mobile {
    display: none !important;
  }
}
.dual-btn-wrapper a {
  margin-right: 20px;
}
.dual-btn-wrapper a.last {
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .dual-btn-wrapper a {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .dual-btn-wrapper a:nth-child(2) {
    margin-left: 0;
  }
}
.theme-btn {
  text-transform: uppercase;
  background: #1a1a1a;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  pointer-events: auto;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 200px;
  display: inline-block;
  text-align: center;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.theme-btn:hover {
  background: #1a1a1a;
  color: #fff;
}
.theme-btn.one {
  background: #1a1a1a;
  color: white;
}
.theme-btn.one:hover {
  background: #232323;
}
.theme-btn.two {
  background: #42b24f;
  color: white;
}
.theme-btn.two:hover {
  background: #53c563;
}
.theme-btn.gradient {
  background: linear-gradient(to right, #42b24f, #1a1a1a);
  background-size: 300% 100%;
  background-position: left 0;
  background-repeat: no-repeat;
}
.theme-btn.gradient:hover {
  background-position: 100% 0;
}
.theme-btn.no-margin-top {
  margin-top: 0;
}
/* Includes all buttons except Contact Form buttons, which can be found in the CONTACT FORMS section */
a.custom-button {
  padding: 15px 25px;
  background: #42b24f;
  color: white;
  border-radius: 3px;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}
a.custom-button:hover {
  background: #1a1a1a;
  color: white;
}
a.custom-button.one {
  margin-right: 15px;
}
a.simple-button {
  color: white;
  font-weight: 600;
  display: inline-block;
  margin-right: 15px;
}
a.simple-button:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 30px;
  padding-left: 20px;
  vertical-align: middle;
  color: white;
  background-size: contain;
  background: url("/wp-content/uploads/2018/11/White-Right-Arrow.png") no-repeat center;
}
a.simple-button:hover {
  color: white;
  text-decoration: underline;
}
.fusion-text p {
  color: #8d9ba9;
}
.fusion-text.align-right p {
  text-align: right;
}
@media screen and (max-width: 800px) {
  .fusion-text.align-right {
    text-align: center;
  }
  .fusion-text.align-right p {
    text-align: center;
  }
}
.fusion-text.align-right + .theme-btn {
  display: block;
  margin-left: auto;
  float: none !important;
}
@media screen and (max-width: 800px) {
  .fusion-text.align-right + .theme-btn {
    margin-right: auto;
  }
}
.fusion-text.align-left p {
  text-align: left;
}
@media screen and (max-width: 800px) {
  .fusion-text.align-left {
    text-align: center;
  }
}
.fusion-text.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
h1.solid-underline:after, h2.solid-underline:after, h3.solid-underline:after, h4.solid-underline:after {
  content: "";
  display: block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 30px;
  width: 120px;
  height: 4px;
  background: white;
}
h1.solid-underline-color:after, h2.solid-underline-color:after, h3.solid-underline-color:after, h4.solid-underline-color:after {
  content: "";
  display: block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 30px;
  width: 120px;
  height: 4px;
  background: #42b24f;
}
element::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url();
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}
.contact-form-row {
  width: 100%;
  margin-bottom: 15px;
}
.contact-form-row.contact-form-row-2-col span {
  width: 48.5%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
}
.contact-form-row.contact-form-row-2-col span:nth-child(2) {
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .contact-form-row.contact-form-row-2-col span:nth-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .contact-form-row.contact-form-row-2-col span {
    width: 100%;
    margin-bottom: 15px;
  }
}
.contact-form-row input, .contact-form-row select, .contact-form-row textarea {
  width: 100%;
  padding: 15px;
  font-size: 0.9rem;
  border: none;
  background: #eee;
  font-weight: 700;
  box-sizing: border-box;
}
.contact-form-row select {
  height: 49px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #eee url() no-repeat right 20px center;
  background-size: 15px;
  color: #a9a9a9;
}
.contact-form-row input[type="submit"] {
  background: #42b24f;
  color: #fff;
}
/* Each form will have it's own classes, to easily seperate them */
/* Contact Us V01  */
.simple-contact-form span.wpcf7-form-control-wrap {
  display: inline-block;
  width: 32%;
  max-width: 100%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .simple-contact-form span.wpcf7-form-control-wrap {
    width: 100%;
  }
}
.simple-contact-form span.wpcf7-form-control-wrap.your-message {
  width: 100%;
}
.simple-contact-form span.wpcf7-form-control-wrap.your-phone {
  margin-right: 0px;
}
.simple-contact-form span.wpcf7-form-control-wrap input.wpcf7-form-control {
  border: 0px;
  height: 40px;
}
.simple-contact-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
  border: 0px;
}
/* Contact Us V02  */
.simple-contact-form-02 span.wpcf7-form-control-wrap {
  display: inline-block;
  width: 32%;
  max-width: 100%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
  background: #f2f2f2;
}
@media only screen and (max-width: 800px) {
  .simple-contact-form-02 span.wpcf7-form-control-wrap {
    width: 100%;
  }
}
.simple-contact-form-02 span.wpcf7-form-control-wrap.your-message {
  width: 100%;
}
.simple-contact-form-02 span.wpcf7-form-control-wrap.your-phone {
  margin-right: 0px;
}
.simple-contact-form-02 span.wpcf7-form-control-wrap input.wpcf7-form-control {
  border: 0px;
  height: 40px;
  background: none;
}
.simple-contact-form-02 span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
  border: 0px;
  background: none;
  height: 95px;
}
.simple-contact-form-03 span input {
  height: 40px !important;
  margin-bottom: 13px;
  display: inline-block;
}
.simple-contact-form-03 span input::placeholder {
  font-family: "Roboto Condensed" !important;
  font-size: 14px !important;
  color: #1a1a1a;
}
.simple-contact-form-03 span textarea {
  margin-bottom: 13px;
}
.simple-contact-form-03 span textarea::placeholder {
  font-family: "Roboto Condensed" !important;
  font-size: 14px !important;
  color: #1a1a1a;
}
.quick-quote-V01 {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.quick-quote-V01 span.wpcf7-form-control-wrap.your-name {
  width: 47%;
  display: inline-block;
  margin-right: 3%;
}
.quick-quote-V01 span.wpcf7-form-control-wrap.your-phone {
  width: 48%;
  display: inline-block;
  margin-right: 0%;
}
.quick-quote-V01 span input, .quick-quote-V01 span select {
  height: 40px !important;
  margin-bottom: 0px;
}
.quick-quote-V01 span input::placeholder, .quick-quote-V01 span select::placeholder {
  font-family: "Roboto Condensed" !important;
  font-size: 14px !important;
  color: #1a1a1a !important;
}
.quick-quote-V01 span textarea {
  height: 60px;
  margin-bottom: 0px;
}
.quick-quote-V01 span textarea::placeholder {
  font-family: "Roboto Condensed" !important;
  font-size: 14px !important;
  color: #1a1a1a;
}
/* This removes default negative margins on fusion rows */
.no-row-margin {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
/* Use this class when you want to remove all padding from a column - default will follow the padding you use in Theme Options > Fusion Builder Elements */
.zero-padding {
  padding: 0px !important;
}
/* Adds Box Shadow to content box */
.fusion-content-boxes.box-shadow .col.content-wrapper-background {
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(26, 26, 26, .2);
}
/* Icon Boxes 01 */
.fusion-content-boxes.icon-boxes-01 {
  margin-top: 40px !important;
}
.fusion-content-boxes.icon-boxes-01 .col.content-wrapper-background {
  padding: 70px 0px 0px 0px;
  margin: auto;
  top: 0px;
}
.fusion-content-boxes.icon-boxes-01 .col.content-wrapper-background .fusion-column.content-box-column {
  margin-bottom: 0px;
}
/* Icon Boxes 02 */
.fusion-content-boxes.icon-boxes-02 {
  margin-top: 40px !important;
}
.fusion-content-boxes.icon-boxes-02 .col.content-wrapper-background {
  border: 2px solid whitesmoke;
  overflow: hidden;
}
.fusion-content-boxes.icon-boxes-02 .col.content-wrapper-background .fusion-column.content-box-column {
  margin-bottom: 0px;
}
.fusion-content-boxes.icon-boxes-02 .col.content-wrapper-background h2.content-box-heading:after {
  content: '';
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
  height: 3px;
  width: 45px;
  background: #00b740;
}
.fusion-content-boxes.icon-boxes-02 .col.content-wrapper-background a.heading-link .icon {
  position: absolute;
  display: block !important;
  right: -15px;
  bottom: -15px;
  z-index: 0;
  opacity: 0.2;
}
.fusion-content-boxes.icon-boxes-02 .col.content-wrapper-background i.fontawesome-icon {
  margin-right: 0px;
  font-size: 120px !important;
  width: auto !important;
}
/* Icon Boxes 03 */
.fusion-content-boxes.icon-boxes-03 .col.content-wrapper-background {
  padding: 20px 0px 0px 0px;
  margin: auto;
  top: 0px;
}
.fusion-content-boxes.icon-boxes-03 .col.content-wrapper-background .fusion-column.content-box-column {
  margin-bottom: 0px;
}
/* Specials Icons 01 */
.fusion-content-boxes.specials-icons-01 .fusion-column.content-box-column {
  padding: 30px;
  margin-bottom: 0px;
}
.fusion-content-boxes.specials-icons-01 .fusion-column.content-box-column h2.content-box-heading {
  font-size: 38px !important;
}
.fusion-content-boxes.specials-icons-01 .fusion-column.content-box-column .content-container {
  margin-bottom: 0px;
}
.fusion-content-boxes.specials-icons-01 .fusion-column.content-box-column.content-box-column-1 {
  background-color: #42b24f;
}
.fusion-content-boxes.specials-icons-01 .fusion-column.content-box-column.content-box-column-1 h2.content-box-heading, .fusion-content-boxes.specials-icons-01 .fusion-column.content-box-column.content-box-column-1 .content-container {
  color: #1a1a1a !important;
}
.fusion-content-boxes.specials-icons-01 .fusion-column.content-box-column.content-box-column-2 {
  background: #1a1a1a !important;
}
.fusion-content-boxes.specials-icons-01 .fusion-column.content-box-column.content-box-column-2 h2.content-box-heading, .fusion-content-boxes.specials-icons-01 .fusion-column.content-box-column.content-box-column-2 .content-container {
  color: white !important;
}
.fusion-content-boxes.specials-icons-01 .fusion-column.content-box-column.content-box-column-3 h2.content-box-heading, .fusion-content-boxes.specials-icons-01 .fusion-column.content-box-column.content-box-column-3 .content-container {
  color: #1a1a1a !important;
}
/* Contact Icons 01 */
.fusion-content-boxes.contact-icons-01 .fusion-column.content-box-column {
  padding: 0px;
  margin-bottom: 0px;
}
.fusion-content-boxes.contact-icons-01 .heading.heading-with-icon.icon-left {
  margin-bottom: 0px;
}
.fusion-content-boxes.contact-icons-01 .col.content-wrapper-background.link-area-box.icon-hover-animation-none {
  padding: 15px;
}
/* Style 01 */
.border-top .content-wrapper-background {
  border-top: 6px solid #42b24f;
}
/* Style 01 */
.fusion-blog-shortcode.blog-posts-01 .fusion-blog-layout-grid .fusion-post-grid {
  padding-bottom: 0px !important;
}
.fusion-blog-shortcode.blog-posts-01 .fusion-post-content-wrapper .fusion-content-sep.sep-double.sep-solid {
  display: none;
}
.fusion-blog-shortcode.blog-posts-01 .fusion-post-content-wrapper .fusion-meta-info {
  margin-top: 0px !important;
}
.fusion-blog-shortcode.blog-posts-01 .fusion-post-content-wrapper .fusion-meta-info .fusion-read-more:after {
  content: "";
  background: url(/wp-content/uploads/2018/11/Green-Right-Arrow.png) no-repeat;
  width: 30px;
  height: 10px;
  display: inline-block;
  position: relative;
  background-size: contain;
  vertical-align: middle;
  margin-top: 6px;
}
/* Style 01 */
.strong-view.testimonial-slider-01 {
  color: white;
  margin-top: 35px;
}
.strong-view.testimonial-slider-01 .testimonial-content p {
  font-size: 18px !important;
}
.strong-view.testimonial-slider-01 .wpmslider-controls {
  display: inline-block;
  padding: 15px 0px !important;
}
.strong-view.testimonial-slider-01 .wpmslider-controls .wpmslider-controls-direction {
  display: none;
}
.strong-view.testimonial-slider-01 .wpmslider-controls .wpmslider-pager.wpmslider-custom-pager {
  text-align: left !important;
  float: left;
}
.strong-view.testimonial-slider-01 .wpmslider-controls .wpmslider-pager.wpmslider-custom-pager a.wpmslider-pager-link.active:before {
  color: white;
}
.strong-view.testimonial-slider-01 .wpmslider-controls .wpmslider-pager.wpmslider-custom-pager a.wpmslider-pager-link:before {
  content: "\f111";
  color: rgba(0, 0, 0, .5);
}
/* Style 02 */
.strong-view.testimonial-grid-01 .testimonial-inner {
  background: white;
  text-align: center !important;
  padding: 35px !important;
}
.strong-view.testimonial-grid-01 .testimonial-inner .strong-rating span.star:before {
  color: #42b24f !important;
}
.strong-view.testimonial-grid-01 .testimonial-inner .testimonial-title {
  color: #1a1a1a;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
}
.strong-view.testimonial-grid-01 .testimonial-inner .testimonial-name {
  margin-top: 25px;
  color: #1a1a1a;
}
