@font-face {
  font-family: 'azedobold';
  src: url("../fonts/azedo-bold-webfont.woff2") format("woff2"), url("../fonts/azedo-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'azedolight';
  src: url("../fonts/azedo-light-webfont.woff2") format("woff2"), url("../fonts/azedo-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* =Base Stuff
-------------------------------------------------------------- */
/*
    Name: Mr. Rex
    Version: 1.1
    Author: eGothix
    Author URI: http://www.eGothix.com
*/
/* =Table of Contents
--------------------------------------------------------------
    /* =
    /* =
    /* =
    /* =
    /* =
    /* =

--------------------------------------------------------------

/* =Common Styles
-------------------------------------------------------------- */
html, body {
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Lekton", sans-serif;
  margin-top: 20px;
  height: 100%;
}

@media (min-width: 768px) {
  body {
    margin: 10px;
  }
}

@media (min-width: 992px) {
  body {
    margin: 20px;
  }
}

@media (min-width: 1200px) {
  body {
    margin: 30px;
  }
}

::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  background-color: #eee;
  -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background: #aeaeae;
  -webkit-border-radius: 0;
}

::-moz-selection {
  background: #060606;
  color: #ffffff;
}

::selection {
  background: #060606;
  color: #ffffff;
}

::-moz-selection {
  background: #060606;
  color: #ffffff;
}

:root {
  font-size: 16px !important;
}

/* =Typography
-------------------------------------------------------------- */
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:focus {
  color: #b1b1b1;
  text-decoration: none;
}

a,
a:visited {
  font-weight: 400;
  text-decoration: none;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

b {
  font-weight: bold;
}

small {
  font-size: 0.8em;
}

p {
  color: #202020;
  line-height: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}

hr {
  width: 100%;
  height: 1px;
  background: #b1b1b1;
  border-top: 0;
  margin-top: 0px;
  margin-bottom: 20px;
  clear: both;
  float: left;
}

table, input.button {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

input, input:hover, input:active, input:focus, textarea, textarea:hover, textarea:active, textarea:focus {
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 5px;
  width: 100%;
  min-height: 50px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

h2 {
  font-size: 22px;
  font-size: 1.375rem;
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6 {
  font-size: 14px;
  font-size: 0.875rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 1.6pt;
  color: #202020;
  clear: both;
  padding-bottom: 5px;
}

b {
  font-weight: 900;
}

blockquote {
  margin: 30px 0 30px;
  padding: 0 0 0 20px;
  font-size: 18px;
  font-size: 1.125rem;
  border-left: 4px solid #787878;
  line-height: 25px;
  font-weight: 100;
  color: #787878;
}

blockquote p {
  display: inline;
}

ul {
  padding-left: 25px;
}

ul li {
  list-style-type: inherit;
}

ul.list {
  display: block;
  line-height: 25px;
}

ul.sublist {
  padding-left: 35px;
}

/* =General
-------------------------------------------------------------- */
.clearfix {
  clear: both;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.margin-top-bottom-50 {
  margin: 50px 0;
}

.margin-top {
  margin-top: 100px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom {
  margin-bottom: 100px;
}

.h1 {
  font-size: 24px !important;
}

.h2 {
  font-size: 22px !important;
}

.h3 {
  font-size: 20px !important;
}

.h4 {
  font-size: 18px !important;
}

.h5 {
  font-size: 16px !important;
}

.h6 {
  font-size: 14px !important;
}

.text-transform-uppercase {
  text-transform: uppercase !important;
}

.text-transform-lowercase {
  text-transform: lowercase !important;
}

.text-transform-capitalize {
  text-transform: capitalize !important;
}

/* Font Weight Classes */
.text-weight-100 {
  font-weight: 100 !important;
}

.text-weight-200 {
  font-weight: 200 !important;
}

.text-weight-300 {
  font-weight: 300 !important;
}

.text-weight-400 {
  font-weight: 400 !important;
}

.text-weight-500 {
  font-weight: 500 !important;
}

.text-weight-600 {
  font-weight: 600 !important;
}

.text-weight-700 {
  font-weight: 700 !important;
}

.text-weight-800 {
  font-weight: 800 !important;
}

.text-weight-900 {
  font-weight: 900 !important;
}

.box-shadow-left {
  -webkit-box-shadow: -5px 4px 5px 0px rgba(177, 177, 177, 0.75);
          box-shadow: -5px 4px 5px 0px rgba(177, 177, 177, 0.75);
}

.img-100 {
  width: 100%;
}

.light-blue {
  background-color: #cfd8dc;
}

.light-gray {
  background-color: #b1b1b1 !important;
}

.light-gray-80 {
  background-color: #efefef;
}

.light-gray-40 {
  background-color: #e9edee;
}

.white-80 {
  background-color: #f6f6f6;
}

.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #202020;
}

.bg-tomato {
  background-color: #e53935;
}

.bg-green {
  background-color: #2ecc71;
}

.bg-blue {
  background-color: #3cbde7;
}

@media (min-width: 992px) {
  .md-container {
    width: 960px;
  }
}

@media (min-width: 768px) {
  .sm-container {
    width: 750px;
  }
}

.wrapper {
  position: relative;
  margin-top: 30px;
}

.wrapper-80 {
  padding: 80px 0px;
  position: relative;
  margin-top: 30px;
}

.wrapper-50 {
  padding: 50px 0px;
  position: relative;
  margin-top: 30px;
}

.wrapper-bg {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.wrapper-height {
  position: relative;
  height: 400px;
  overflow: hidden;
  clear: both;
}

@media (min-width: 992px) {
  .wrapper-height {
    height: 600px;
  }
}

@media (min-width: 1200px) {
  .wrapper-height {
    height: 700px;
  }
}

.toggle-menu.toggle-menu-inside, .valign {
  height: 100%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.v-align-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* =WordPress Core Classes
-------------------------------------------------------------- */
.sticky {
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 10px;
  width: 50px;
  height: 50px;
  background-color: #e53935;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-size: 1.5rem;
  z-index: 999999;
}

.gallery-caption {
  padding: 25px;
}

.bypostauthor {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.alignnone {
  margin: 5px 20px 20px 0;
  max-width: 100%;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 10px;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Contact Form 7 */
.wpcf7-form-control-wrap {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.wpcf7-form-control {
  margin-top: 20px;
}

div.wpcf7-validation-errors {
  border: 1px solid #DBDBDB;
  background: #ECECEC;
  margin: 0;
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: "Inconsolata", sans-serif;
  font-size: 13px;
  color: #888282;
  padding: 14px;
  width: 100%;
}

div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  padding-top: 34px;
  padding-left: 18px;
}

span.wpcf7-not-valid-tip {
  color: #FF6666;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p.form-submit {
  padding-left: 15px;
  padding-top: 0;
}

p.logged-in-as {
  padding-left: 16px;
  padding-bottom: 35px;
}

/*  Bootstrap Alerts */
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #5cb85c;
  border-color: transparent;
  color: #ebebeb;
}

.alert-success hr {
  border-top-color: transparent;
}

.alert-success .alert-link {
  color: #d2d2d2;
}

.alert-info {
  background-color: #5bc0de;
  border-color: transparent;
  color: #ebebeb;
}

.alert-info hr {
  border-top-color: transparent;
}

.alert-info .alert-link {
  color: #d2d2d2;
}

.alert-warning {
  background-color: #f0ad4e;
  border-color: transparent;
  color: #ebebeb;
}

.alert-warning hr {
  border-top-color: transparent;
}

.alert-warning .alert-link {
  color: #d2d2d2;
}

.alert-danger {
  background-color: #d9534f;
  border-color: transparent;
  color: #ebebeb;
}

.alert-danger hr {
  border-top-color: transparent;
}

.alert-danger .alert-link {
  color: #d2d2d2;
}

/* =Layout-related sections
-------------------------------------------------------------- */
/*// -----------------------------------------------------------------------------
// This file contains all styles related to the header of the site/application.
// -----------------------------------------------------------------------------
*/
@media (max-width: 767px) {
  header .logo {
    margin-left: 10px;
  }
  header .logo img {
    width: 80px;
  }
  .header-icon-wrap {
    padding: 5px 0px !important;
  }
}

.cbp-spmenu-right {
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.cbp-spmenu-right::-webkit-scrollbar {
  width: 3px;
  height: 5px;
  background-color: #eee;
  -webkit-border-radius: 0;
}

.cbp-spmenu-right::-webkit-scrollbar-thumb {
  background: rgba(32, 32, 32, 0.48);
  -webkit-border-radius: 0;
}

.cbp-spmenu-right > ul.menu-links {
  list-style: none;
  padding: 0;
}

.cbp-spmenu-right > ul.menu-links li {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.cbp-spmenu-right > ul.menu-links li a {
  font-family: "azedobold";
  font-size: 50px;
  font-size: 3.125rem;
  color: #ffffff;
}

.cbp-spmenu-right > ul.menu-links li:nth-child(6) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.cbp-spmenu-right > ul.menu-links li:nth-child(5) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.cbp-spmenu-right > ul.menu-links li:nth-child(4) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.cbp-spmenu-right > ul.menu-links li:nth-child(3) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.cbp-spmenu-right > ul.menu-links li:nth-child(2) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.cbp-spmenu-right > ul.menu-links li:nth-child(1) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.cbp-spmenu-right > ul.menu-links li a {
  display: block;
  text-align: left;
  margin: auto;
  width: 35%;
  letter-spacing: 1.6pt;
}

.cbp-spmenu-right.menu-open {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
  opacity: 1;
  filter: alpha(opacity=100);
}

.cbp-spmenu-right.menu-open > ul.menu-links li {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.cbp-spmenu-right.menu-open > ul.menu-links li:hover a, .cbp-spmenu-right.menu-open > ul.menu-links li:active a, .cbp-spmenu-right.menu-open > ul.menu-links li:focus a {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.cbp-spmenu-right.menu-open > ul.menu-links li:nth-child(1) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.cbp-spmenu-right.menu-open > ul.menu-links li:nth-child(2) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.cbp-spmenu-right.menu-open > ul.menu-links li:nth-child(3) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.cbp-spmenu-right.menu-open > ul.menu-links li:nth-child(4) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.cbp-spmenu-right.menu-open > ul.menu-links li:nth-child(5) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.cbp-spmenu-right.menu-open > ul.menu-links li:nth-child(6) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.cbp-spmenu-right .logo {
  margin: 30px 0 60px;
}

@media (max-width: 991px) {
  .cbp-spmenu-right {
    width: 400px;
    right: -400px;
  }
  .cbp-spmenu-right .logo {
    margin-bottom: 30px;
  }
  .cbp-spmenu-right .logo img {
    width: 80px;
  }
  .cbp-spmenu-right .toggle-menu.toggle-menu-inside {
    width: 40px;
    height: 40px;
    top: 40px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .cbp-spmenu-right ul.menu-links li a {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.cbp-spmenu-right ul.social {
  border-top: 1px solid black;
  margin: 100px auto 0;
  width: 90%;
}

.cbp-spmenu-right ul.social li {
  margin: 0 25px;
}

@media (max-width: 767px) {
  .cbp-spmenu-right {
    width: 100%;
    right: -100%;
  }
  .cbp-spmenu-right:before {
    position: absolute;
  }
  .cbp-spmenu-right ul.social {
    width: 100%;
  }
}

ul.social {
  padding: 30px 0;
}

ul.social li {
  display: inline-block;
}

ul.social li a {
  color: #1e1e1e;
  font-size: 18px;
  font-size: 1.125rem;
}

ul.social li a i {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-border-radius: 9px;
          border-radius: 9px;
  border: 2px solid #202020;
  padding: 5px 6px;
}

ul.social li a i.fa-facebook {
  padding: 5px 9px;
}

.header-icon-wrap {
  padding: 25px 0px;
}

.toggle-menu {
  border: 0;
  background-color: transparent;
  outline: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  cursor: pointer;
  margin-left: 20px;
}

.toggle-menu.toggle-menu-outside::before {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -5px;
  border-left: 1px solid #202020;
  width: 100%;
  height: 25%;
  margin: auto;
}

.toggle-menu span.hamburger-icon {
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -15px;
  background: #202020;
}

.toggle-menu span.hamburger-icon:after, .toggle-menu span.hamburger-icon:before {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background: #202020;
  left: 0;
}

.toggle-menu span.hamburger-icon:before {
  top: -5px;
}

.toggle-menu span.hamburger-icon:after {
  bottom: -5px;
}

.toggle-menu.toggle-menu-inside {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 30px;
  left: 30px;
  background: white;
  color: black;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 24px;
  font-size: 1.5rem;
}

.toggle-menu.toggle-menu-inside i {
  will-change: transform;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.toggle-menu.toggle-menu-inside:hover, .toggle-menu.toggle-menu-inside:active, .toggle-menu.toggle-menu-inside:focus {
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}

.toggle-menu.toggle-menu-inside:hover i, .toggle-menu.toggle-menu-inside:active i, .toggle-menu.toggle-menu-inside:focus i {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.toggle-menu:hover span.hamburger-icon:before, .toggle-menu:active span.hamburger-icon:before, .toggle-menu:focus span.hamburger-icon:before {
  top: -7px;
}

.toggle-menu:hover span.hamburger-icon:after, .toggle-menu:active span.hamburger-icon:after, .toggle-menu:focus span.hamburger-icon:after {
  bottom: -7px;
}

@media (max-width: 991px) {
  ul.social li {
    margin: 0 10px;
  }
  ul.social li a span {
    display: none;
  }
}

/*// -----------------------------------------------------------------------------
// This file contains all styles related to the header of the site/application.
// -----------------------------------------------------------------------------
*/
footer {
  padding: 30px 0;
}

footer .footer-info h4 {
  font-weight: bold;
}

footer .footer-info a, footer .footer-info p {
  color: #787878;
  display: block;
}

footer .footer-info p {
  line-height: 20px;
  margin: 0;
}

footer .footer-social {
  text-align: center;
}

footer .footer-social h4 {
  font-weight: bold;
}

footer .footer-social ul.insta-feed {
  padding: 0;
}

footer .footer-social ul.insta-feed li {
  list-style: none;
  display: inline-block;
  width: -webkit-calc(100% / 4.5);
  width: calc(100% / 4.5);
}

footer .footer-social ul.insta-feed li a {
  display: block;
  padding: 5px;
}

footer .footer-social ul.insta-feed li a:hover, footer .footer-social ul.insta-feed li a:active, footer .footer-social ul.insta-feed li a:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

footer .footer-social ul.social {
  display: block;
  clear: both;
  padding: 10px 0;
  margin: 10px auto;
  width: initial;
}

footer .footer-social ul.social li {
  margin: 0;
}

footer .copyright p, footer .copyright a, footer .designed-by p, footer .designed-by a {
  font-weight: lighter;
  color: #787878;
  margin-bottom: 0;
}

footer .copyright p span, footer .copyright a span, footer .designed-by p span, footer .designed-by a span {
  color: #202020;
}

@media (min-width: 768px) {
  .designed-by {
    text-align: right;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 10px 0;
    text-align: center;
  }
  footer .footer-info, footer .footer-social, footer .copyright {
    padding-top: 30px;
  }
}

/* =Components
-------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
// This file contains styles that are specific to the Buttons .
// -----------------------------------------------------------------------------
*/
.btn-rex {
  display: inline-block;
  padding: 10px 30px;
  color: #ffffff;
  background-color: #202020;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

input[type=checkbox], input[type=radio] {
  width: 15px;
}

/* =Page  styles
-------------------------------------------------------------- */
/*// -----------------------------------------------------------------------------
// This file contains all styles related to the Home of the site/application.
// -----------------------------------------------------------------------------
*/
.slider-description .slider-title h1 {
  font-family: "azedolight";
  font-size: 70px;
  font-size: 4.375rem;
  color: #ffffff;
  font-weight: 100;
}

.slider-description .slider-subtitle h2 {
  font-weight: 100;
  font-size: 30px;
  font-size: 1.875rem;
  color: #ffd700;
}

.slider-description .slider-link a {
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  border-bottom: 1px solid #ffffff;
}

.media-description {
  position: relative;
  margin-top: 100px;
  margin-left: 120px;
}

.media-description .title {
  display: inline-block;
  border-bottom: 4px double black;
}

.media-description .title p {
  margin: 0;
  font-size: 52px;
  font-size: 3.25rem;
  font-family: "azedolight";
}

.media-description .title span {
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
}

@media (min-width: 1200px) {
  .media-description .title p {
    font-size: 72px;
    font-size: 4.5rem;
    font-family: "azedolight";
  }
  .media-description .title span {
    font-size: 70px;
    font-size: 4.375rem;
  }
}

.product-home .product-img {
  display: block;
}

.product-home .product-details {
  clear: both;
  float: left;
  width: 100%;
  display: table;
  padding: 20px 0;
}

.product-home .product-info {
  vertical-align: middle;
  display: inline-block;
}

.product-home .product-info span {
  display: block;
}

.product-home .product-info .product-title {
  font-size: 30px;
  font-size: 1.875rem;
}

.product-home .product-info .product-price {
  font-size: 24px;
  font-size: 1.5rem;
}

.product-home .product-btn {
  text-align: right;
  display: table-cell;
}

.product-home .product-btn .btn-buy-now {
  padding: 5px 30px;
  background: #202020;
  font-weight: bold;
  vertical-align: middle;
  color: white;
  display: inline-block;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  font-size: 24px;
  font-size: 1.5rem;
}

.product-home .product-btn .btn-buy-now:hover, .product-home .product-btn .btn-buy-now:active, .product-home .product-btn .btn-buy-now:focus {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

@media (max-width: 991px) {
  .product-home .product-info .product-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .product-home .product-info .product-price {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .product-home .product-btn .btn-buy-now {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .media-description {
    margin-top: 10px;
    margin-left: 90px;
  }
  .media-description .title p {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  .media-description {
    margin-top: 10px;
    margin-left: 90px;
  }
  .media-description .title p {
    font-size: 32px;
    font-size: 2rem;
  }
  .media-description .title span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.wrapper-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.wrapper-video-bg video, .wrapper-video-bg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slider-title h1 {
  font-family: 'azedolight';
  font-size: 70px;
  color: white;
  font-weight: 100;
}

.slider-subtitle h2 {
  font-weight: 100;
  font-size: 30px;
  color: #ffd700;
}

.slider-link a {
  color: white;
  font-size: 24px;
  border-bottom: 1px solid white;
}

.slider-link a:hover, .slider-link a:focus {
  color: white;
  outline: none;
}

@media (max-width: 991px) {
  .slider-title h1 {
    font-size: 50px;
  }
  .slider-subtitle h2 {
    font-size: 18px;
  }
  .slider-link a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .slider-title h1 {
    font-size: 24px;
  }
  .slider-subtitle h2 {
    font-size: 14px;
  }
  .slider-link a {
    font-size: 12px;
  }
}

/*// -----------------------------------------------------------------------------
// This file contains all styles related to the Single Product of the site/application.
// -----------------------------------------------------------------------------
*/
.single-product-wrap {
  margin-bottom: 30px;
}

ul.main-img-carousel {
  padding: 0;
  overflow: hidden;
}

.single-product-slider {
  margin-top: 50px;
}

.single-product-slider .carousel-nav {
  padding: 0;
}

.single-product-slider .carousel-nav .slick-list {
  overflow: initial;
}

.single-product-slider .carousel-nav li {
  display: block;
  width: 50px !important;
  height: 50px;
  margin: 10px auto !important;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
  outline: none;
}

.single-product-slider .carousel-nav li.slick-current {
  width: 70px !important;
  height: 70px;
}

.slick-slide img:nth-child(2) {
  background-color: #ffffff;
}

.single-product-description {
  margin-top: 50px;
}

.single-product-description .title {
  font-family: "azedolight";
}

.single-product-description .title h1 {
  font-size: 38px;
  font-size: 2.375rem;
  margin-bottom: 0;
}

.single-product-description .subtitle h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.single-product-description .subtitle h2 p {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 1.6pt;
}

.single-product-description .description {
  margin: 50px 0;
}

.single-product-description .description p {
  font-size: 24px;
  font-size: 1.5rem;
}

.single-product-description .price {
  font-size: 24px;
  font-size: 1.5rem;
  border-bottom: 1px solid #202020;
  display: inline-block;
}

.single-product-description .price span {
  padding: 15px 0;
}

.single-product-size-social {
  margin-top: 50px;
}

.single-product-size-social ul.social, .single-product-size-social h1 {
  display: inline-block;
}

.modal {
  background: rgba(32, 32, 32, 0.9);
  text-align: center;
}

.modal .modal-header {
  border: 0;
}

.modal .modal-header span, .modal .modal-header h4 {
  color: #ffffff;
}

.modal .modal-content {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.modal .modal-content .select-size-wrap {
  position: relative;
  display: inline-block;
  margin: auto;
}

.modal .modal-content .select-size-wrap img {
  margin: auto;
}

.modal .btn-order-modal {
  text-align: center;
  margin: 30px 0;
}

.modal .btn-order-modal a {
  background-color: #ffffff;
  color: #202020;
  margin-left: -34px;
  font-weight: bold;
  letter-spacing: 1.6pt;
}

.modal .input-group {
  width: 46px;
  height: 25px;
}

.modal .input-group input {
  min-height: auto;
  background-color: transparent;
  border: 0;
}

.modal .input-group .input-group-addon {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.modal .input-group.shoulder-input {
  position: absolute;
  top: 16%;
  right: 49%;
  bottom: auto;
  left: auto;
}

.modal .input-group.length-input {
  position: absolute;
  top: 22.4%;
  right: 18.5%;
  bottom: auto;
  left: auto;
}

.modal .input-group.belly-input {
  position: absolute;
  top: 33.5%;
  right: 49%;
  bottom: auto;
  left: auto;
}

.modal .input-group.arm-input {
  position: absolute;
  top: 27.5%;
  right: auto;
  bottom: auto;
  left: 12.5%;
}

@media (min-width: 768px) {
  .single-product-slider {
    margin-top: 0;
  }
  .single-product-slider .carousel-nav li {
    float: none;
  }
  .single-product-size-social {
    margin-top: 200px;
  }
}

@media (min-width: 992px) {
  .single-product-size-social {
    margin-top: 310px;
  }
}

@media (max-width: 991px) {
  .single-product-description .title h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .single-product-description .subtitle h2 {
    font-size: 16px;
    font-size: 1rem;
  }
  .single-product-description .description p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
  }
  .single-product-size-social .btn-rex {
    padding: 8px 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .single-product-size-social .share-social h1 {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
  }
  .single-product-size-social .share-social ul.social {
    padding: 0;
  }
  .single-product-size-social .share-social ul.social li {
    margin: 0 2px;
  }
  .single-product-size-social .share-social ul.social li a i {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (max-width: 439px) {
  .modal .input-group {
    font-size: 12px;
    font-size: 0.75rem;
    width: 40px;
  }
  .modal .input-group .input-group-addon {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media (max-width: 396px) {
  .modal .input-group {
    font-size: 10px;
    font-size: 0.625rem;
    width: 34px;
    height: 17px;
  }
  .modal .input-group.shoulder-input {
    top: 15.5%;
    right: 48.5%;
  }
  .modal .input-group.length-input {
    top: 21.6%;
  }
  .modal .input-group.belly-input {
    top: 32.5%;
  }
  .modal .input-group.arm-input {
    top: 26.5%;
    left: 13%;
  }
}

@media (max-width: 365px) {
  .modal .input-group.shoulder-input {
    top: 15%;
  }
  .modal .input-group.length-input {
    top: 21%;
  }
  .modal .input-group.belly-input {
    top: 32%;
  }
  .modal .input-group.arm-input {
    top: 26%;
  }
}

@media (max-width: 346px) {
  .modal .input-group {
    width: 32px;
  }
  .modal .input-group.shoulder-input {
    top: 15%;
  }
  .modal .input-group.length-input {
    top: 21%;
  }
  .modal .input-group.belly-input {
    top: 32%;
  }
  .modal .input-group.arm-input {
    top: 26%;
  }
}

@media (max-width: 326px) {
  .modal .input-group.shoulder-input {
    top: 15%;
  }
  .modal .input-group.length-input {
    top: 20.7%;
  }
  .modal .input-group.belly-input {
    top: 31%;
    right: 48%;
  }
  .modal .input-group.arm-input {
    top: 25.5%;
    left: 12.5%;
  }
}

dl.variation {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

dl.variation table tr {
  display: inline-block;
}

dl.variation table tr:first-child td {
  padding-left: 0;
}

dl.variation table tr td {
  border: 0 !important;
}

.product-remove a.remove {
  color: #202020 !important;
}

.product-remove a.remove:hover, .product-remove a.remove:active, .product-remove a.remove:focus {
  background-color: transparent !important;
  color: rgba(32, 32, 32, 0.6) !important;
}

.coupon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

input#coupon_code {
  width: 50%;
}

.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
  background: #202020 !important;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

input#place_order {
  background: #202020;
}

.woocommerce-info {
  border-top-color: #202020 !important;
}

p.return-to-shop a.button.wc-backward {
  background: #202020 !important;
  color: white !important;
}

.main-img-carousel {
  visibility: hidden;
}

/*// -----------------------------------------------------------------------------
// This file contains all styles related to the Story of the site/application.
// -----------------------------------------------------------------------------
*/
.story-title-wrap {
  position: relative;
  width: 100%;
  height: 120px;
}

.story-title-wrap .story-title {
  background: rgba(255, 213, 0, 0.7);
  padding: 0px 40px;
  display: inline-block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

.story-title-wrap .story-title h1 {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "azedobold";
}

.our-story-wrap {
  position: relative;
  padding: 80px 0 100px;
}

.our-story-wrap .story-img {
  -webkit-box-shadow: rgba(142, 142, 142, 0.6) 0px 2px 9.4px 0.6px;
          box-shadow: rgba(142, 142, 142, 0.6) 0px 2px 9.4px 0.6px;
}

.our-story-wrap .story-img img {
  width: 100%;
}

.our-story-wrap .story-box-description {
  position: relative;
  border: 6px double #202020;
  padding: 20px 15px 30px;
  margin-top: 40px;
}

.our-story-wrap .story-box-description .logo {
  text-align: center;
  margin-bottom: 60px;
}

.our-story-wrap .story-box-description .story-description p {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .story-title-wrap {
    height: 420px;
  }
  .story-title-wrap .story-title {
    padding: 10px 30px;
  }
  .story-title-wrap .story-title h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
  .our-story-wrap .story-box-description {
    padding: 20px 20px 20px;
  }
  .our-story-wrap .story-box-description .story-description p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .story-title-wrap {
    height: 620px;
  }
  .story-title-wrap .story-title {
    padding: 23px 73px;
  }
  .story-title-wrap .story-title h1 {
    font-size: 90px;
    font-size: 5.625rem;
  }
  .our-story-wrap .story-box-description {
    margin-top: 0;
  }
  .our-story-wrap .story-box-description .story-description p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .our-story-wrap .story-box-description {
    padding: 40px 30px 80px;
  }
  .our-story-wrap .story-box-description .story-description p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background-color: rgba(255, 213, 0, 0.1);
  position: fixed;
  z-index: 9;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100%;
}

/*// -----------------------------------------------------------------------------
// This file contains all styles related to the Contact of the site/application.
// -----------------------------------------------------------------------------
*/
#map {
  position: relative;
  width: 100%;
  height: 600px;
}

@media (max-width: 991px) {
  #map {
    height: 400px;
  }
}

.contact-form input[type="text"], .contact-form input[type="submit"] {
  border: 1px solid #b1b1b1;
  margin-bottom: 30px;
  height: 50px;
}

.contact-form textarea {
  height: 180px;
  margin-bottom: 30px;
}

.contact-form input[type="text"], .contact-form textarea {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.contact-form input[type="text"]:hover, .contact-form input[type="text"]:active, .contact-form input[type="text"]:focus, .contact-form textarea:hover, .contact-form textarea:active, .contact-form textarea:focus {
  border-color: #202020;
}

.contact-form input[type="submit"] {
  background-color: #202020;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1.6pt;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.contact-form input[type="submit"]:hover, .contact-form input[type="submit"]:active, .contact-form input[type="submit"]:focus {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.contact-info-box {
  position: relative;
  border: 1px solid #202020;
  padding: 65px 55px;
}

.contact-info-box ul.info-list {
  padding: 0;
  margin: 0;
}

.contact-info-box ul.info-list li {
  list-style: none;
  position: relative;
  display: table;
  margin-bottom: 40px;
}

.contact-info-box ul.info-list li .info-text {
  display: table-cell;
}

.contact-info-box ul.info-list li .info-icon {
  vertical-align: top;
  position: relative;
  border: 1px solid #202020;
  width: 50px;
  height: 50px;
  text-align: center;
}

.contact-info-box ul.info-list li .info-icon i {
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 48px;
}

.contact-info-box ul.info-list li .info-text {
  padding-left: 20px;
  vertical-align: middle;
}

.contact-info-box ul.info-list li .info-text b {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1.6pt;
  padding: 2px 0;
  margin-bottom: 10px;
}

.contact-info-box ul.info-list li .info-text b:before {
  content: '';
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #202020;
}

.contact-info-box ul.info-list li .info-text p {
  color: #787878;
  margin-bottom: 0;
  line-height: 18px;
}

/*// -----------------------------------------------------------------------------
// This file contains all styles related to the Shop of the site/application.
// -----------------------------------------------------------------------------
*/
.menu-cart-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-delay: 60ms;
          transition-delay: 60ms;
}

.menu-cart-wrap.cart-active .cart-content {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.menu-cart-wrap a.icon-cart {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #202020;
}

.menu-cart-wrap a.icon-cart span.items-count {
  position: absolute;
  top: -5px;
  right: -9px;
  bottom: auto;
  left: auto;
  font-size: 9px;
  font-size: 0.5625rem;
  color: #ffffff;
  background-color: #e53935;
  text-align: center;
  line-height: 16px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-clip: padding-box;
  width: 14px;
  height: 14px;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.cart-content {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: auto;
  margin-top: 30px;
  color: #202020;
  background-color: #f6f6f6;
  width: 300px;
  text-align: left;
  z-index: 10000;
  pointer-events: auto;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
  zoom: 1;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(32, 32, 32, 0.2);
          box-shadow: 1px 1px 10px 1px rgba(32, 32, 32, 0.2);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.cart-content .total {
  margin-bottom: 0px;
  padding: 5px 27px !important;
  text-transform: uppercase;
  border-top: 1px solid #efefef !important;
}

.cart-content .total strong, .cart-content .total span {
  font-weight: bold;
  letter-spacing: 1.6pt;
}

.cart-content .total span {
  float: right;
}

@media (max-width: 767px) {
  .cart-content {
    right: -90px;
    max-width: 100%;
    min-width: 300px;
  }
}

ul.cart_list.product_list_widget {
  position: relative;
  max-height: 280px;
  overflow-x: hidden;
  padding: 0;
}

ul.cart_list.product_list_widget li.empty {
  padding: 20px !important;
}

ul.cart_list.product_list_widget li.mini_cart_item {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 10px 15px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

ul.cart_list.product_list_widget li.mini_cart_item:hover, ul.cart_list.product_list_widget li.mini_cart_item:active, ul.cart_list.product_list_widget li.mini_cart_item:focus {
  background-color: #e9edee;
}

ul.cart_list.product_list_widget li.mini_cart_item:first-of-type {
  padding-top: 10px;
}

ul.cart_list.product_list_widget li.mini_cart_item + .mini_cart_item {
  border-top: 1px solid #efefef;
}

ul.cart_list.product_list_widget li.mini_cart_item .product-image, ul.cart_list.product_list_widget li.mini_cart_item .product-details {
  vertical-align: middle;
  display: table-cell;
}

ul.cart_list.product_list_widget li.mini_cart_item a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.6pt;
  color: #202020;
  margin-bottom: 10px;
}

ul.cart_list.product_list_widget li.mini_cart_item a img.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image {
  max-width: 100%;
  height: auto;
  float: left;
  width: 50px;
  margin-right: 10px;
}

ul.cart_list.product_list_widget li.mini_cart_item a.remove {
  float: right;
  font-size: 14px;
  font-size: 0.875rem;
  color: #202020 !important;
  top: 0;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
}

ul.cart_list.product_list_widget li.mini_cart_item a.remove:hover, ul.cart_list.product_list_widget li.mini_cart_item a.remove:active, ul.cart_list.product_list_widget li.mini_cart_item a.remove:focus {
  background-color: transparent;
  color: #787878 !important;
}

ul.cart_list.product_list_widget::-webkit-scrollbar {
  width: 4px;
}

ul.cart_list.product_list_widget::-webkit-scrollbar-thumb {
  background: #787878;
}

span.quantity {
  display: block;
  margin-bottom: 8px;
}

span.quantity dl.variation {
  display: none;
}

.buttons {
  border-top: 1px solid #efefef;
  padding: 10px 15px;
  padding-top: 15px;
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.buttons .button.wc-forward, .buttons .button.checkout {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  background-color: transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-clip: padding-box;
  padding: 10px 16px;
  color: #202020;
  border: 1px solid #efefef;
  background-clip: padding-box;
}

.buttons .button.wc-forward:hover, .buttons .button.wc-forward:active, .buttons .button.wc-forward:focus, .buttons .button.checkout:hover, .buttons .button.checkout:active, .buttons .button.checkout:focus {
  background-color: #202020;
  color: #ffffff;
  border-color: #efefef;
}

.buttons .button.wc-forward {
  padding-right: 7.5px;
}

.buttons .button.checkout {
  padding-left: 7.5px;
}

/* -----------------------------------------------------------------------------
// This file contains styles that are specific to the  404 page.
// -----------------------------------------------------------------------------
*/
.not-found-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #e9edee;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

.not-found-wrapper .error-numbers span {
  font-size: 150px;
  font-size: 15vw;
  color: #b1b1b1;
  text-shadow: 1px 5px 9px rgba(177, 177, 177, 0.75);
}

.not-found-wrapper .ops p {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

.not-found-wrapper .not-found-commnet p {
  font-weight: 300;
}

.not-found-wrapper p {
  color: #787878;
}

.not-found-wrapper span, .not-found-wrapper p, .not-found-wrapper a.go-home {
  letter-spacing: 1.6pt;
}

.not-found-wrapper a.go-home {
  color: #202020;
  background-color: #ffffff;
  padding: 15px 57px;
  -webkit-box-shadow: 5px 2px 9px 0px rgba(177, 177, 177, 0.75);
          box-shadow: 5px 2px 9px 0px rgba(177, 177, 177, 0.75);
  margin-top: 70px;
}

.not-found-wrapper a.go-home:hover, .not-found-wrapper a.go-home:active, .not-found-wrapper a.go-home:focus {
  -webkit-box-shadow: 5px 5px 9px 0px rgba(177, 177, 177, 0.75);
          box-shadow: 5px 5px 9px 0px rgba(177, 177, 177, 0.75);
}

@media (max-width: 991px) {
  .not-found-wrapper .not-found-comment p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/*# sourceMappingURL=main.css.map */
