@import url("https://fonts.googleapis.com/css2?family=Fahkwang&display=swap");

@font-face {
  font-family: Gotham Black;
  src: url(/wp-content/themes/red-cardinal/fonts/Gotham-Black.otf);
}

@font-face {

  font-family: "gotham";
  font-weight: normal;
  src: url('/wp-content/themes/red-cardinal/fonts/Gotham-Book.woff') format('woff'),
    url('/wp-content/themes/red-cardinal/fonts/Gotham-Book.woff2') format('woff2'),
    url('/wp-content/themes/red-cardinal/fonts/Gotham-Book.ttf') format('truetype');
}

h1 {
  color: #FFFFFF;
  font-family: "Fahkwang", sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

h2 {
  margin: 60px 0px;
  font-family: "Fahkwang", sans-serif;
  font-size: 38px;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
}

h3 {
  font-family: "gotham", Sans-Serif;
  font-size: 32px;
}

h4 {
  font-family: "Fahkwang", sans-serif;
  font-size: 38px;
}

p {
  color: #fff !important;
}

/*********************** General Styles ********************/
html {
  scroll-behavior: smooth;
}

#page-wrapper {
  padding-top: 0px;
  overflow: hidden;
}

.color-red {
  color: #eb3a24;
  font-weight: 600;
}

.color-grey {
  color: #565352;
}

body {
  background-color: #000;
}

.btn-clear {
  background: transparent;
  border: 1px solid #fff;
  padding: 10px 32px;
}

.btn-clear:hover {
  background-color: #eb3a24;
  transition: all 0.4s ease !important;
}

.btn-clear-text {
  color: #fff;
  font-family: "gotham", Sans-Serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.red {
  color: #eb3a24;
}

.grey {
  color: #565352;
}

.btn-red {
  background: #eb3a24;
  border: 1px solid #eb3a24;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  font-family: "gotham", Sans-Serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-red:hover {
  background-color: #AC1603;
  border: 1px solid #AC1603;
  transition: all 0.4s ease;
  color: #fff;
  text-decoration: none;
}

.bg-clear {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-black {
  background-color: #000 !important;
}

/*********************** End General Styles ********************/
/*********************** Navigation ********************/
#main-nav #main-menu .btn-red:hover {
  background-color: #AC1603 !important;
  border: 1px solid #AC1603 !important;
  transition: all 0.4s ease !important;
  color: #fff !important;
  text-decoration: none !important;
}

#main-nav {
  /* height:88px; */
  padding: 0px;
}

#main-nav div.container {
  max-width: 1400px;
  padding: 0px 70px;
}

#main-nav #main-menu li {
  padding: 0px 10px;
  text-align: center;
  height: 33px;
}

#main-nav #main-menu li a.nav-link {
  font-family: "gotham", Sans-Serif;
  color: #e2e2e2;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}

#main-nav #main-menu li a.nav-link:hover {
  text-decoration: none;
}

#main-nav #main-menu .btn-red {
  background-color: #eb3a24 !important;
  width: 142px;
  text-align: center;
  height: 33px;
  margin: 0px 10px;
}

#main-nav #main-menu li a {
  line-height: 33px;
}

#main-nav #main-menu .btn-red a {
  color: #fff;
  margin: 0px;
  padding: 0px;
}

#main-nav #main-menu .btn-red:hover {
  background-color: #AC1603;
}

/*********************** End Navigation ********************/
/****************** MOBILE NAV *******************/
/****************** END MOBILE NAV *******************/
/****************** FOOTER *******************/
#wrapper-footer {
  padding: 0px;
  background-color: #000;
  font-family: "gotham", Sans-Serif;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  position: relative;
}

#wrapper-footer #myVideo {
  position: absolute;
  top: 300 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

#wrapper-footer .site-info {
  font-family: "gotham", Sans-Serif;
  font-size: 14px;
  color: #fff;
  margin: 24px 0px;
}

#wrapper-footer .site-info p {
  margin-bottom: 0px;
}

#wrapper-footer #footerNav {
  width: 100% !important;
  margin-bottom: 50px;
}

#wrapper-footer #footerNav ul {
  display: flex;
  justify-content: flex-end;
  width: 100% !important;
  padding: 0px;
  flex-wrap: wrap !important;
  list-style: none;
}

#wrapper-footer #footerNav li {
  margin: 0px 0px 0px 20px;
}

#wrapper-footer #footerNav li a {
  font-family: "gotham", Sans-Serif;
  font-size: 14px;
  color: #e2e2e2 !important;
  text-transform: uppercase;
  padding: 0px;
}

#wrapper-footer #footerNav a:hover {
  text-decoration: underline !important;
}

#wrapper-footer #footerSocial {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

#wrapper-footer #footerSocial .item {
  margin: 0px 8px;
}

#wrapper-footer #contactInfo p {
  margin: 0px;
}

#wrapper-footer #contactInfo a {
  color: #fff;
}

#wrapper-footer #contactInfo a :hover {
  text-decoration: underline !important;
}

#wrapper-footer .navbar-brand {
  margin-bottom: 36px;
}

#wrapper-footer .container-fluid {
  background-color: rgba(51, 51, 51, 0.1);
  padding: 35px 0px;
}

.front-page {
  background-image: url("/wp-content/uploads/2021/07/red-birds.gif");
  background-position: bottom;
  background-size: 100% 70%;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .front-page {
    background-image: url("/wp-content/uploads/2021/08/rc-birds.png");
    background-position: bottom;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .enjoy p {
    text-align: left !important;
  }
}

.enjoy {
  padding-bottom: 20px;
}

.enjoy p {
  text-align: right;
}

/****************** END FOOTER *******************/
/****************** HERO *******************/
#hero {
  height: 100vh;
  width: 100vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1)), url("/wp-content/uploads/2021/08/hoempage-hero.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 600px;
  max-height: 760px;
}

@media (max-width: 992px) {
  #hero {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 1)), url("/wp-content/uploads/2021/08/hoempage-hero.jpg");
    min-height: 500px;
    max-height: 500px;
  }
}

#hero .arrow {
  margin-top: -35px;
}

#hero h3 {
  color: #FFFFFF !important;
  font-family: "Fahkwang", sans-serif !important;
  font-size: 50px !important;
  text-transform: uppercase !important;
  margin-bottom: 35px !important;
}

#hero h1 {
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  line-height: 38px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  margin-bottom: 25px !important;
  color: #e2e2e2 !important;
  font-size: 32px;
}

/****************** END HERO *******************/
/********************* AGE VERIFICATION POPUP *******************/
.popup-out {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999;
  display: none;
}

.pop-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999999999 !important;
  background: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/wp-content/uploads/2021/07/SmokeBackground.png');
}

.pop-container #popupVideo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.age-verification-popup {
  position: relative;
  top: 25vh;
  width: 80vw;
  max-width: 28rem;
  margin: auto;
  padding: 50px 30px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #eb3a24;
  z-index: 9999999999 !important;
}

.special-oval-box {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: table;
}

.special-oval-inside {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.title-popup {
  font-size: 42px;
  color: #226E9E;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Eczar";
  color: #161616;
  line-height: 1.3;
}

.title-popup span {
  color: #dfa329;
}

.explanation-popup {
  max-width: 260px;
  margin: 0 auto 50px;
}

.explanation-popup p {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.go_on {
  background: #eb3a24;
  border: 1px solid #eb3a24;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 30px;
  transition: all 0.4s ease;
}

.go_on:hover {
  background: #AC1603;
  color: #fff;
  border: 1px solid #AC1603;
  text-decoration: none;
}

.go_out {
  background: #382f2d;
  color: #fff;
  border: 1px solid #382f2d;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 30px;
  transition: all 0.4s ease;
}

.go_out:hover {
  background: #333333;
  color: #fff;
  border: 1px solid #333333;
  text-decoration: none;
}

/********************* END AGE VERIFICATION POPUP *******************/
/********************* SIGN UP *******************/
#subscribe {
  margin-top: -88px;
  padding-top: 88px;
  margin-bottom: 310px;
}

#signup {
  padding: 80px 20px 50px 20px;
  background: rgba(51, 51, 51, 0.5);
  margin: 50px auto 100px auto;
  max-width: 965px;
}

#signup .signup-heading {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  display: table;
}

#signup .signup-heading h2 {
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 0px;
}

#signup .signup-text {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  display: table;
}

#signup .signup-text p {
  color: #E2E2E2 !important;
  font-family: "gotham", Sans-Serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
}

#signup .signup-text a.btn-red {
  display: table;
  line-height: 40px;
  padding: 0px 75px 0px 75px;
  margin: 15px auto;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 2px;
}

/********************* END SIGN UP *******************/
/********************* CAREERS *******************/
#careers {
  margin-top: -10px;
  padding-top: 10px;
}

#careersContainer {
  margin-bottom: 220px;
  margin-top: 170px !important;
}

#careersContainer .join-the-flock-text {
  padding-left: 30px;
}

#careersContainer .join-the-flock-text h2 {
  margin-top: 10px;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 35px;
  margin-top: 0px;
}

#careersContainer .join-the-flock-text p {
  color: #E2E2E2 !important;
  font-family: "gotham", Sans-Serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 30px;
}

#careersContainer .join-the-flock-text a {
  padding: 0px 80px 0px 80px;
  display: table;
  line-height: 40px;
  margin-bottom: 30px;
}

#careersContainer .join-the-flock-image {
  padding-right: 0px;
  position: relative;
}

#careersContainer .join-the-flock-image .vertical-line {
  position: absolute;
  top: -80px;
  right: 50px;
  border-right: 1px solid #fff;
  width: 20px;
  height: 660px;
}

#careersContainer .join-the-flock-image .horizontal-line {
  position: absolute;
  top: 20px;
  right: -80px;
  border-top: 1px solid #fff;
  width: 480px;
  height: 550px;
}

/********************* END CAREERS *******************/
/********************* CONTACT *******************/
#contact {
  margin-top: -88px;
  padding-top: 88px;
}

#contactContainer {
  padding: 75px 15px 60px 15px;
  background-color: rgba(61, 78, 89, 0.19);
}

#contactContainer .container {
  max-width: 830px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

#contactContainer .container h2 {
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 0px;
}

#contactContainer .container p {
  color: #E2E2E2;
  font-family: "gotham", Sans-Serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0 auto 20px auto;
  text-align: center;
  max-width: 760px;
}

#contactContainer .container #gform_wrapper_1 {
  margin-bottom: 0px;
}

#contactContainer .container #gform_wrapper_1 li {
  padding: 0;
  margin: 0;
}

#contactContainer .container #gform_wrapper_1 li input[type=text] {
  height: 45px;
  background-color: #232323;
  border: 1px solid rgba(208, 208, 208, 0.36);
  color: #818181;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  padding-left: 15px;
  width: 390px;
  margin: 12px 0px;
}

#contactContainer .container #gform_wrapper_1 li textarea {
  background-color: #232323;
  border: 1px solid rgba(208, 208, 208, 0.36);
  color: #818181;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  padding-left: 15px;
  height: 150px;
  margin: 12px 0px;
}

#contactContainer .container #gform_wrapper_1 #gform_submit_button_1 {
  margin: 0px;
  background: #eb3a24;
  border: 1px solid #eb3a24;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  font-family: "gotham", Sans-Serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0px 70px 0px 70px;
  display: table;
  line-height: 40px;
  margin: 0 auto;
}

#contactContainer .container #gform_wrapper_1 #gform_submit_button_1:hover {
  background-color: #AC1603;
  border: 1px solid #AC1603;
  transition: all 0.4s ease;
  color: #fff;
  text-decoration: none;
}

#contactContainer .container #gform_wrapper_1 .gform-footer {
  padding: 0px;
}

#contactContainer .container .ginput_recaptcha {
  margin: 0 auto;
  display: table;
}

#input_1_4 {
  float: right;
}

/********************* END CONTACT *******************/
/********************* SMOKE WRAPPER *******************/
#smokeWrapper {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 50%, black 100%), url("/wp-content/uploads/2021/07/SmokeBackground.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 170px;
}

/********************* END SMOKE WRAPPER *******************/
/********************* ABOUT *******************/
#about {
  padding-top: 108px;
  margin-top: -108px;
}

#aboutContainer {
  margin-bottom: 150px;
}

#aboutContainer .about-text h2 {
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 35px;
  margin-top: 0px;
}

#aboutContainer .about-text p {
  color: #E2E2E2 !important;
  font-family: "gotham", Sans-Serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 30px;
}

#aboutContainer .about-text a {
  padding: 0px 70px 0px 70px;
  display: table;
  line-height: 40px;
}

#aboutContainer .about-image {
  padding-left: 0px;
  position: relative;
}

#aboutContainer .about-image .vertical-line {
  position: absolute;
  top: -75px;
  right: 65px;
  border-right: 1px solid #fff;
  width: 20px;
  height: 660px;
}

#aboutContainer .about-image .horizontal-line {
  position: absolute;
  top: 20px;
  right: -80px;
  border-top: 1px solid #fff;
  width: 480px;
  height: 550px;
}

#aboutContainer .about-image img {
  margin: 0 auto;
  display: table;
  width: 100%;
}

/********************* END ABOUT *******************/
/********************* PRODUCTS *******************/
#products .products-text {
  padding-left: 30px;
}

#products .products-text h2 {
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 35px;
  margin-top: 0px;
}

#products .products-text p {
  color: #E2E2E2 !important;
  font-family: "gotham";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 30px;
}

#products .products-text a {
  padding: 0px 70px 0px 70px;
  display: table;
  line-height: 40px;
  margin-bottom: 30px;
}

#products .products-image {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

#products .products-image .vertical-line {
  position: absolute;
  width: 20px;
  height: 600px;
  border-left: 1px solid #fff;
  top: -40px;
  left: 60px;
}

#products .products-image .horizontal-line {
  position: absolute;
  width: 535px;
  height: 20px;
  border-top: 1px solid #fff;
  top: 50px;
  left: -150px;
}

#products .products-image img {
  width: 100%;
  margin: 10px auto 100px auto;
  display: table;
  max-width: 625px;
}

/********************* END PRODUCTS *******************/
/********************* MENU *******************/
#page-wrapper #menu .jumbotron {
  background: #000;
  padding: 88px 2rem 150px 2rem;
  background: url("/wp-content/uploads/2021/08/menu-hero.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

#page-wrapper #menuSmoke {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 50%, black 100%), url("/wp-content/uploads/2021/07/SmokeBackground.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#page-wrapper #dutchie {
  margin-bottom: 50px;
}

.menu-text {
  padding: 40px 0px;
}

.menu-text h1,
.menu-text h2 {
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-family: "Fahkwang", sans-serif;
  font-size: 38px;
}

.menu-text p {
  color: #E2E2E2 !important;
  font-family: "gotham", Sans-Serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 30px;
}

/********************* END MENU *******************/
/********************* 404 *******************/
#page-wrapper #error .jumbotron {
  background: #000;
  padding: 88px 2rem 88px 2rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%), url("/wp-content/uploads/2021/07/menu-banner-image.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

#page-wrapper #errorSmoke {
  margin-bottom: 50px;
}

#page-wrapper #errorSmoke .container {
  margin: auto;
  padding: 50px 30px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #eb3a24;
  z-index: 9999999999 !important;
}

#page-wrapper #errorSmoke .container h3 {
  margin: 60px 0px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

#page-wrapper #errorSmoke .container a {
  padding: 0px 70px 0px 70px;
  display: table;
  line-height: 40px;
  margin: 0 auto;
}

/********************* END 404 *******************/
/********************* MOBILE MEDIA QUERIES *******************/
@media (min-width: 1200px) {
  #errorSmoke .container {
    max-width: 1024px;
  }

  #about .container {
    max-width: 1024px;
  }

  #careersContainer .container {
    max-width: 1063px;
  }
}

@media (max-width: 992px) {
  #main-nav #main-menu {
    display: ;
  }

  #gform_wrapper_1 li {
    width: 100% !important;
  }

  #gform_wrapper_1 input[type=text] {
    width: 100% !important;
  }

  #gform_wrapper_1 #input_1_2_3_container {
    width: 100% !important;
  }

  #gform_wrapper_1 #input_1_2_6_container {
    width: 100% !important;
  }


  #main-nav div.container {
    padding: 0px !important;
  }

  #main-nav div.container .navbar-brand {
    margin-left: 25px;
  }

  #main-nav div.container .navbar-toggler {
    margin-right: 25px;
  }

  /*
  #main-nav {
    padding: 25px 0px;
    background-color: #000;
  }
*/
  #navbarNavDropdown #main-menu {
    padding: 40px 0px;
    background: #000;
    height: 100%;
    width: 100%;
    margin-top: 20px;
    margin-bottom: -25px;
  }

  #navbarNavDropdown #main-menu li {
    margin: 5px 0px;
  }

  #footerNav #navbarNavDropdown #main-menu {
    background: transparent;
    height: 100%;
    width: 100%;
    margin-bottom: 20px;
  }

  #footerNav #navbarNavDropdown #main-menu li {
    margin: 0px 8px;
  }

  .products-text {
    padding: 0px;
  }

  .products-image {
    padding: 0px;
  }

  .about-text {
    padding: 0px;
  }

  .about-image {
    padding: 0px;
  }

  .join-the-flock-image {
    padding: 0px;
  }

  #careersContainer>div>div>div.col-lg-7.join-the-flock-image>img {
    width: 100%;
  }

  #products .products-text {
    padding: 0px !important;
  }

  #careersContainer .join-the-flock-text {
    padding: 0px !important;
  }

  #products .products-text a {
    padding: 10px 25px 0px 25px;
    margin-bottom: 30px;
  }

  #careersContainer .join-the-flock-text a {
    padding: 10px 25px 0px 25px;
  }

  #signup .signup-text a {
    padding: 0px 25px 0px 25px;
  }

  .bg-clear {
    background-color: #000 !important;
  }

  #smokeWrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

  .vertical-line {
    display: none !important;
  }

  .horizontal-line {
    display: none !important;
  }

  #hero h3 {
    font-size: 42px !important;
  }
}

@media (max-width: 769px) {
  #smokeWrapper {
    padding-top: 50px;
  }

  #footerNav {
    margin-bottom: 20px !important;
  }

  #footerNav ul {
    justify-content: flex-start !important;
    margin-left: -5px;
  }

  #footerNav ul li {
    margin: 5px 9px !important;
  }

  #footerSocial {
    justify-content: flex-start !important;
  }

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

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 24px !important;
  }

  h4 {
    font-size: 28px !important;
  }

  #smokeWrapper {
    background-color: #000 !important;
  }

  #hero h3 {
    font-size: 36px !important;
  }

  #subscribe {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 560px) {

  /*
  .popup-out {
    background: #000;
    background-image: url("/wp-content/uploads/2021/07/SmokeBackground.png");
  }

  #popupVideo {
    display: none;
  }
  */
  .age-verification-popup {
    top: 10vh;
    max-width: 64vw;
  }

  .title-popup {
    font-size: 32px;
  }

  .go_on,
  .go_out {
    display: block;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 450px) {
  .overlay a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }

  h1 {
    font-size: 22px !important;
  }

  h2 {
    font-size: 24px !important;
  }

  h3 {
    font-size: 22px !important;
  }

  h4 {
    font-size: 24px !important;
  }

  #hero h3 {
    font-size: 28px !important;
  }
}

/********************* END MOBILE MEDIA QUERIES *******************/
.navbar {
  transition: top 0.5s ease;
}

.navbar-hide {
  top: -88px;
}

#field_1_7 {
  display: none !important;
}

#about .about-text {
  width: 55%;
}

#about .about-image {
  width: 45%;
}

#about .about-text div {
  max-width: 435px;
}

#aboutContainer .about-image {
  padding-left: 15px;
  margin-top: 10px;
}

#aboutContainer .about-image img {
  max-width: 447px;
  max-height: 449px;
  padding: 0px;
}

@media (min-width: 992px) {
  #products .container {
    max-width: 1220px;
  }

  #main-nav #main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 88px;
  }
}

@media (max-width: 992px) {

  #about col,
  #about .about-text,
  #about .about-image {
    width: 100% !important;
  }

  #about .about-text div {
    max-width: 100%;
  }

  #aboutContainer .about-image img {
    max-width: 100%;
    max-height: 100%;
    padding: 0px;
  }

  #aboutContainer .about-image {
    padding-left: 0px;
  }
}

#products .products-text {
  width: 45%;
  padding-left: 15px;
  max-width: 500px;
}

#products .products-image {
  width: 55%;
}

#products .products-image {
  padding-left: 30px;
}

#products .products-image img {
  max-width: 633px;
  max-height: 100%;
}

@media (max-width: 992px) {

  #products col,
  #products .products-text,
  #products .products-image {
    width: 100% !important;
  }

  #products .products-text div {
    max-width: 100%;
  }

  #productsContainer .products-image img {
    max-width: 100%;
    max-height: 100%;
  }

  #productsContainer .products-image {
    padding-left: 0px;
  }

  #products .products-image img {
    max-width: 100%;
    max-height: 100%;
    margin: 0px;
  }

  #products .products-text {
    max-width: 100%;
  }

  #products .products-image {
    padding-left: 0px;
  }
}

.btn-clear {
  position: relative;
}

#hero a.btn-clear-text::after {
  content: url('/wp-content/uploads/2021/07/ArrowButton.png');
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  left: 10px;
}

#hero a.btn-clear-text:hover,
#main-nav #main-menu .btn-red a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

#main-nav #main-menu .desktop {
  display: block;
}

#main-nav #main-menu .mobile {
  display: none;
}

@media (max-width: 992px) {
  #main-nav #main-menu .desktop {
    display: none;
  }

  #main-nav #main-menu .mobile {
    display: block;
    margin: 0 auto !important;
    text-align: center;
  }
}


input {
  position: relative;
}

input::after {
  content: '*';
  font-size: 16px;
  color: #ff0000;
}

#field_1_3 {
  position: relative;
}

.gfield_label {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 100;
  z-index: 9999;
  color: #fff;
  transform: translate(-0%, -30%);
  color: #818181;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.gfield {
  position: relative;

}


.focused .gfield_label {
  transform: translateY(-200%);
  font-size: .75em;
}

input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
}

a.color-red:hover {
  text-decoration: underline !important;
  cursor: pointer !important;
  color: inherit !important;
}

.post-password-form input[type=password] {
  width: 100%;
  display: block;
  margin: 5px 0 20px;
  padding: 15px 12px;
  border: 0;
  outline: 0;
  resize: none;
  line-height: 17px;
  background-color: #fff;
  color: #818181;
  font-family: inherit;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post-password-form {
  max-width: 900px;
  margin: 200px auto;
}

.hosting-page-wrap {
  margin: 150px 0 60px;
}

.hosting-header-wrap {
  margin-bottom: 2.5rem;
  text-align: center;
}

.hosting-header-wrap h4 {
  color: #fff;
}

.hosting-list-wrap {
  max-width: 800px;
  margin: 0 auto 4rem;
}

.hosting-list-wrap li {
  display: table;
  width: 100%;
  padding: .5em 1em;
  background: rgba(255, 255, 255, 0.08);
  list-style: none;
}

.hosting-list-wrap li:nth-child(even) {
  background: rgba(255, 255, 255, 0.2);
}

.hosting-list-wrap .hosting-list-left,
.hosting-list-wrap .hosting-list-right {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.hosting-list-wrap li p {
  margin-bottom: 0;
  color: #fff;
}

.hosting-list-wrap li p strong {
  display: inline-block;
  width: 50%;
}

.hosting-list-wrap li p a {
  color: #eb3a24;
  text-decoration: none;
  font-weight: 700;
}

.hosting-list-wrap li p a:hover {
  color: #AC1603;
}

.hosting-form-wrap {
  margin: 80px auto 40px;
}

.hosting-form-wrap,
.hosting-form-wrap .gform_wrapper form {
  text-align: center;
}

#gform_submit_button_2,
.post-password-form input[type="submit"] {
  margin: 0px;
  background: #eb3a24;
  border: 1px solid #eb3a24;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  font-family: "gotham", Sans-Serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0px 70px 0px 70px;
  line-height: 40px;
  margin: 0 auto;
}

#gform_submit_button_2,
.post-password-form input[type="submit"]:hover {
  background-color: #AC1603;
  border: 1px solid #AC1603;
  transition: all 0.4s ease;
  color: #fff;
  text-decoration: none;
}

.page-id-174 input {
  width: inherit;
}

#gform_2,
.hosting-form-wrap h3 {
  color: #fff;
}

/* END - Hosting Maintenance template */