body {
  margin: 0;
}
body,
body#stripehosting,
button,
input,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.page-header-content-container h1,
.page-header-content-container h2,
.page-header-content-container h3,
.page-header-content-container h4,
.page-header-content-container h5 {
  color: #3f4454;
}
a:hover {
  text-decoration: none;
}
ul#menu-single-home-page > li:hover > a {
  color: #333;
  text-decoration: none;
}
body h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  margin: 0 0 20px;
}
body h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4em;
  margin: 0 0 20px;
}
body h3 {
  color: #3f4454;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 20px;
}
.price-item.featured .btn:hover {
  color: #fff;
}
.btn:hover,
.price-item a.btn {
  color: #fff;
}
.site-info {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
}
body .grid-container {
  max-width: 1200px;
}
.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/**  Navigation **/
.site-header {
  background-color: #05bcbf;
}
.site-header__inside {
  padding: 30px 20px 30px 20px;
}
.main-title a,
.main-title a:hover,
.main-title a:visited {
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
}
.site-header__title {
  display: inline-block;
}
.site-header__nav {
  float: right;
  clear: right;
}
.primary-nav {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}
.main-navigation .main-nav ul li[class*='current-menu-'] > a {
  color: #ffffff;
}
.main-navigation .main-nav ul li a,
.menu-toggle,
.main-navigation .mobile-bar-items a {
  text-align: center;
  line-height: 1.5;
  padding: 6px 10px;
  color: #ffffff;
  display: inline-block;
}
.main-navigation a,
.menu-toggle {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}
li.button a {
  padding: 6px 15px;
  background-color: #444;
  color: #fff;
  border-radius: 3px;
}
li.button {
  padding-left: 15px;
  margin-left: 5px;
  border-left: solid 1px #ddd;
}
.page-header__hero a:hover {
  text-decoration: none;
}
.generate-merged-header .main-navigation.mobile-header-navigation {
  z-index: 100;
}

#mobile-header > .inside-navigation {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-navigation.mobile-header-navigation {
  display: none;
  float: none;
  margin-bottom: 0;
}
#mobile-header > .inside-navigation {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mobile-header .site-logo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: auto;
}
.site-logo {
  display: inline-block;
  max-width: 100%;
}
.mobile-header-logo #mobile-header .menu-toggle {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
#mobile-header .menu-toggle {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: auto;
}
#mobile-header .main-nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.menu-toggle:before {
  content: '\f0c9';
  font-family: FontAwesome;
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
}
.menu-toggle .mobile-menu {
  padding-left: 3px;
}
button.menu-toggle {
  background-color: transparent;
  width: 100%;
  border: 0;
  text-align: center;
}
.main-navigation.offside {
  position: fixed;
  width: 265px;
  height: 100%;
  height: 100vh;
  top: 0;
  z-index: 9999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.slideout-navigation.main-navigation {
  background-color: #05bcbf;
}
.slideout-navigation .slideout-menu,
.slideout-navigation .slideout-widget ul {
  display: block;
}
#generate-slideout-menu .slideout-menu li {
  float: none;
  width: 100%;
  clear: both;
  text-align: center;
}
.main-navigation.slideout-navigation .main-nav > ul > li > a {
  line-height: 60px;
}
.main-navigation .main-nav ul li a,
.menu-toggle,
.main-navigation .mobile-bar-items a {
  text-align: center;
}
.main-navigation ul,
.menu-toggle li.search-item {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.offside,
.offside--left {
  left: -265px;
}
.page-header__inside {
  background-color: #05bcbf;
}
@media (max-width: 768px) {
  #mobile-header {
    display: block !important;
    opacity: 1;
    width: 100% !important;
  }
  #site-navigation,
  #sticky-navigation,
  .site-header {
    display: none !important;
    opacity: 0;
  }
  .gen-sidebar-nav,
  .main-navigation ul {
    display: none;
  }
}

/** Hero Image **/
#page-header {
  background-image: linear-gradient(
      0deg,
      rgba(52, 152, 219, 0),
      rgba(52, 152, 219, 0)
    ),
    url(../images/hero-image.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header__hero {
  padding-top: 90px;
  padding-bottom: 240px;
}
.hero-headline {
  font-size: 34px;
  letter-spacing: 6px;
}
.page-header-content-container {
  text-align: center;
}

/* * Hero Boxes * */
.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.one-container .container,
.separate-containers .paging-navigation,
.inside-page-header,
.container {
  color: #666666;
  background-color: #ffffff;
}
.hero-boxes .container {
  padding: 40px;
}
i.fa.fa-clock-o,
i.fa.fa-wrench,
i.fa.fa-adjust {
  font-size: 80px;
}
#price {
  padding: 40px 0;
}

/* * Choose Plan * */
.price-item ul {
  padding: 0;
}

/* * Action Section * */
#action,
#action .container {
  background-color: #05bcbf;
}
.announce p {
  font-size: 30px;
  font-weight: 300;
  line-height: 50px;
  display: inline-flex;
  align-items: center;
  color: rgb(255, 255, 255);
  margin: 0px;
}

/* * Services * */
#services {
  padding: 40px 0;
}

/* * About Services * */
section.cpanel,
section.fast-speed,
section.secured {
  padding: 40px 0;
}

/* * Contact * */

/* * Footer * */
.site-footer .site-info {
  padding: 20px 60px;
  color: #666;
  background-color: #f8f8f8;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  text-align: center;
}
.site-footer .site-info a,
.site-footer .site-info a:visited {
  color: #05bcbf;
}

.generate-back-to-top,
.generate-back-to-top:visited {
  font-size: 20px;
  border-radius: 3px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  z-index: 10;
  transition: opacity 300ms ease-in-out;
}

/* * Overlay * */
.offside-js--is-open .slideout-overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: delay 0s;
  -o-transition-delay: delay 0s;
  transition-delay: delay 0s;
}
.slideout-overlay {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: visibility 0s ease, opacity 0.2s ease;
  -moz-transition: visibility 0s ease, opacity 0.2s ease;
  -o-transition: visibility 0s ease, opacity 0.2s ease;
  transition: visibility 0s ease, opacity 0.2s ease;
}
button.slideout-exit {
  position: fixed;
  top: 0;
  color: #fff;
  font-size: 30px;
  border: 0;
}
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.slide-opened .slideout-exit:before,
.slideout-toggle a:before {
  content: '\f00d';
  font-family: FontAwesome;
  line-height: 1em;
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
}
.main-navigation .slideout-toggle a:before,
.slide-opened .slideout-overlay .slideout-exit:before {
  font-family: FontAwesome;
}
button.slideout-exit,
button.slideout-exit:hover {
  background-color: transparent;
}
.offside--left.is-open,
.offside-js--is-left .offside-sliding-element {
  -webkit-transform: translate3d(265px, 0, 0);
  -moz-transform: translate3d(265px, 0, 0);
  -ms-transform: translate3d(265px, 0, 0);
  -o-transform: translate3d(265px, 0, 0);
  transform: translate3d(265px, 0, 0);
}
.offside-js--interact .offside, 
.offside-js--interact .offside-sliding-element {
  -webkit-transition: -webkit-transform .2s cubic-bezier(.16,.68,.43,.99);
  -moz-transition: -moz-transform .2s cubic-bezier(.16,.68,.43,.99);
  -o-transition: -o-transform .2s cubic-bezier(.16,.68,.43,.99);
  transition: transform .2s cubic-bezier(.16,.68,.43,.99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.offside-js--is-left.slide-opened .slideout-overlay button.slideout-exit {
  left: 260px;
}
@media only screen and (max-width: 768px) {
  .slideout-overlay {
    top: -100px;
    height: calc(100% + 100px);
    height: calc(100vh + 100px);
    min-height: calc(100% + 100px);
  }
  .offside-js--is-left.slide-opened .slideout-overlay button.slideout-exit {
    left: 255px;
  }
}
