/**
*   custom-styles.scss
*   /themes/rtcc/custom-styles.scss
*  
*   compiles to /themes/rtcc/custom-styles.css via Compile Hero
*
*   Custom styles for the RTCC website
*
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

a {
  color: #DA2A2A;
  text-decoration: none;
}

a:visited {
  color: #DA2A2A;
}

a.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  background: #B83A38;
  color: white;
  border: 0;
}

a.skip-link:focus, a.skip-link:active {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  padding: 15px;
}

body {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-size: 16px;
  min-width: 320px;
  background: #FEFAF4;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
}

.row {
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.row .col {
  flex: 0 0 50%;
}

button {
  cursor: pointer;
}

.heading {
  background: #F5E9E2;
  font-weight: 900;
  font-size: 42px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.04em;
  font-variant: "proxima-nova";
  color: #000000;
  padding: 6px 65px;
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
}

.site-header {
  background: #B83A38;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
}

.site-header .logo {
  flex: 0 0 247px;
  padding-top: 10px;
}

.site-header .main-navigation {
  padding: 24px 0;
  text-align: right;
}

.site-header .main-navigation ul {
  justify-content: flex-end;
}

.site-header .main-navigation li {
  padding: 0 2px;
  display: inline-block;
  margin-left: 5px;
}

.site-header .main-navigation li a {
  font-weight: 700;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
}

.site-header .main-navigation li a:hover, .site-header .main-navigation li a:active, .site-header .main-navigation li a:focus,
.site-header .main-navigation li.current_page_item a {
  color: #B83A38;
  background: #F7E8E1;
}

.site-header .menu-toggle {
  width: 35px;
  height: 35px;
  background: none;
  border: none;
  padding: 0;
  float: right;
}

.site-header .menu-toggle[aria-expanded=false] {
  background: url("../assets/images/menu.png");
  background-size: cover;
}

.site-header .menu-toggle[aria-expanded=true] {
  width: 27px;
  height: 27px;
  background: url("../assets/images/close.png");
  background-size: cover;
}

.site-footer .footer-top {
  border-top: 1px solid black;
}

.site-footer .footer-top .container {
  display: flex;
}

.site-footer .footer-top .container .footer-newsletter {
  box-sizing: border-box;
  flex: 0 0 50%;
  padding: 35px 70px;
  border-right: 1px solid black;
}

.site-footer .footer-top .container .footer-newsletter .p1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  font-variant: "proxima-nova";
  margin-bottom: 10px;
}

.site-footer .footer-top .container .footer-newsletter .p2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
}

.site-footer .footer-top .container .footer-newsletter form {
  position: relative;
  border: 1px solid #000000;
  border-radius: 10px;
  display: flex;
  background: white;
  padding: 0 20px;
}

.site-footer .footer-top .container .footer-newsletter input {
  width: 100%;
  border: none;
  padding: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}

.site-footer .footer-top .container .footer-newsletter button {
  background: none;
  border: none;
}

.site-footer .footer-top .container .footer-newsletter button img {
  width: 26px;
}

.site-footer .footer-top .container .footer-app {
  box-sizing: border-box;
  flex: 0 0 50%;
  display: flex;
}

.site-footer .footer-top .container .footer-app h2 {
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  font-variant: "proxima-nova";
  margin-bottom: 20px;
}

.site-footer .footer-top .container .footer-app .d1 {
  padding: 35px;
}

.site-footer .footer-top .container .footer-app .d1 img {
  width: 239px;
}

.site-footer .footer-top .container .footer-app .d2 {
  padding: 22px;
}

.site-footer .footer-top .container .footer-app .d2 img {
  width: 136px;
}

.site-footer .footer-bottom {
  background: #B83A38;
  padding: 0 20px;
}

.site-footer .footer-bottom .container {
  display: flex;
  justify-content: space-between;
  color: white;
}

.site-footer .footer-bottom .container .footer-navigation {
  padding: 35px 0;
  flex: 0 0 50%;
}

.site-footer .footer-bottom .container .footer-navigation p {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

.site-footer .footer-bottom .container .footer-navigation ul {
  list-style-type: none;
  margin-left: 0;
}

.site-footer .footer-bottom .container .footer-navigation ul li a {
  color: white;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.site-footer .footer-bottom .container .footer-copyright {
  text-align: right;
  position: relative;
  flex: 0 0 50%;
}

.site-footer .footer-bottom .container .footer-copyright span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.homepage-content {
  background: url("../assets/images/wallpaper.png");
  padding: 80px 68px;
}

.homepage-content h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #EB503C;
  margin-bottom: 15px;
}

.homepage-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 0;
}

.homepage-content .homepage-desc {
  max-width: 1016px;
  margin: 0 auto;
}

/* Hours and Location page */
.hours {
  background: url("../assets/images/hours/hours-bg.jpg");
  padding-top: 70px;
  text-align: center;
}

.hours-content {
  max-width: 1160px;
  background-color: transparent !important;
  margin: 0 auto;
}

.hours-header {
  margin-bottom: 50px;
}

.hours-header h2 {
  margin-top: 0;
  font-weight: 900;
  font-size: 42px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.04em;
  font: "proxima-nova";
  text-transform: uppercase;
  padding: 6px 65px;
  display: inline-block;
  margin: 0 auto;
  color: #000000;
}

.hours-header p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.04em;
}

.location-header {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 50px;
}

.location-header h2 {
  margin-bottom: 25px;
}

.location-header p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.04em;
}

.map {
  margin-bottom: -5px;
}

.map img {
  width: 1440px;
  object-fit: cover;
}

/* Downloads page */
.download {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("../assets/images/downloads/download_bg.jpg");
}

.feature {
  background: #B83A38;
  padding: 65px 100px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 10px;
  margin: 20px;
}

.feature .feature-left {
  flex: 0 0 630px;
}

.feature .feature-left h1 {
  margin-top: 0;
  font-weight: 900;
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.feature .feature-left p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  width: 100%;
}

.feature .feature-left .buttons {
  padding-top: 40px;
}

.feature .feature-left .buttons a img {
  height: 58px;
  margin-right: 20px;
}

.feature .phone {
  position: absolute;
  width: 316px;
  right: 65px;
  top: -30px;
}

.howto {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.steps {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.step {
  flex: 0 0 263px;
  position: relative;
  text-align: center;
}

.step:before {
  content: "";
  width: 100%;
  border-bottom: solid 3px #DA2A2A;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 0;
}

.step h3 {
  position: relative;
  z-index: 1;
  background: #FEFAF4;
  padding: 15px 15px;
  display: inline-block;
}

.step h3 .circle {
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #AB4444;
  margin-right: 5px;
  background: #F7E8E1;
  margin-left: 4px;
}

.step h3 .circle span {
  text-align: center;
  display: block;
  color: #990001;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
}

@media screen and (max-width: 1160px) {
  .feature {
    background: none;
    padding: 30px 50px;
  }

  .feature .feature-left {
    background: #B83A38;
    z-index: 2;
    padding: 20px;
  }

  .feature .feature-left p {
    width: 80%;
  }

  .steps {
    max-width: 600px;
    margin: 0 auto;
  }

  .feature .phone {
    z-index: 10;
  }
}
@media screen and (max-width: 992px) {
  .site-footer .footer-top .container {
    display: block;
  }

  .site-footer .footer-top .container .footer-newsletter {
    border-right: none;
    padding: 20px;
  }

  .site-footer .footer-top .container .footer-app {
    border-top: 1px solid black;
    justify-content: space-between;
  }

  .site-footer .footer-top .container .footer-app .google, .site-footer .footer-top .container .footer-app .apple {
    display: block;
  }

  .feature {
    background: none;
  }

  .feature .feature-left {
    background: #B83A38;
    z-index: 2;
    padding: 20px;
  }

  .feature .phone {
    position: static !important;
    margin: 12px auto !important;
  }
}
@media screen and (max-width: 768px) {
  .heading {
    font-size: 22px;
    line-height: 150%;
    padding: 10px 20px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .row .col {
    flex: 0 0 100%;
  }

  .site-header {
    padding: 0 20px;
  }

  .site-header.switched {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    z-index: 10000;
  }

  .site-header.switched .logo {
    order: 2;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .site-header .logo {
    display: block;
    width: 215px;
    margin: 0 auto;
    padding-top: 12px;
  }

  .main-navigation .nav-menu {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background: #B83A38;
    left: 0;
  }

  .main-navigation .nav-menu li {
    width: 100%;
    font-weight: 900;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .main-navigation .nav-menu li a {
    padding: 5px 20px;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
  }

  .site-footer .footer-top .container .footer-newsletter {
    padding: 20px;
  }

  .site-footer .footer-top .container .footer-newsletter .p2 {
    font-size: 16px;
  }

  .site-footer .footer-top .container .footer-newsletter input {
    font-size: 18px;
    padding: 10px;
  }

  .site-footer .footer-top .container .footer-app .d1 {
    padding: 20px;
    padding-right: 10px;
  }

  .site-footer .footer-top .container .footer-app .d1 img {
    width: 180px;
  }

  .site-footer .footer-top .container .footer-app .d1 h2 {
    font-size: 20px;
  }

  .site-footer .footer-top .container .footer-app .d2 {
    padding: 20px;
    padding-left: 10px;
  }

  .site-footer .footer-top .container .footer-app .d2 a {
    display: block;
  }

  .homepage-content {
    padding: 50px 20px;
  }

  .homepage-content h2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }

  .homepage-content p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
  }

  /* Download the App page */
  .feature {
    background: #B83A38;
  }

  .feature .feature-left {
    background: none;
    flex: 0 0 100%;
  }

  .feature .feature-left p {
    margin-bottom: 0;
    width: 100%;
  }

  .feature .feature-left .buttons {
    text-align: center;
  }

  .feature .feature-left .buttons a img {
    height: 41px;
  }

  .feature .phone {
    position: static;
    margin: 10px auto;
    width: 147px;
  }

  .download {
    padding-top: 0;
  }

  .feature {
    margin: 30px 20px;
    padding: 20px;
  }

  .feature .feature-left h1 {
    font-size: 28px;
  }

  .feature .feature-left p {
    font-size: 16px;
  }

  .howto {
    padding: 20px;
  }

  .steps {
    padding: 0 50px;
    display: block;
  }

  .steps .step {
    text-align: center;
  }

  .steps .step img, .steps .step p {
    display: block;
  }

  .steps .step img {
    width: 147px;
    margin: 30px auto;
  }
}
@media screen and (max-width: 400px) {
  .site-header .logo {
    flex: 0 0 200px;
    padding-top: 12px;
  }

  .site-footer .footer-bottom .container {
    display: block;
    padding-bottom: 20px;
  }

  .site-footer .footer-bottom .container .footer-copyright span {
    position: static;
    right: auto;
    top: auto;
    transform: none;
  }
}
/** 404 page **/
.error-404 {
  text-align: center;
  padding: 48px 0;
}

/** Image Polyfill **/
.use-poly {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

/**  style over-rides **/
#primary.site-main .page,
div.entry-content,
div.entry-content .wp-block-columns {
  margin: 0;
}