/*
Theme Name: SOF v3
Author: Haroon Khalid
*/

@font-face {
    font-family: fugue-mono;
    src: url(fonts/fugue_mono.otf);
}

.grecaptcha-badge { 
  visibility: hidden;
}

body {
  background: black;
  font-family: fugue-mono;
  background-image: url("images/background.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.menu {
  text-align: center;
  padding-top: 50px;

}

.menu a {
  text-transform: lowercase;
  color: #aaa;
  font-size: 35px;
  text-decoration: none;
  margin: 0 20px;
  letter-spacing: 1px;
  transition: 0.3s;
  display: inline-block;
  width: 147px;
}

.active-menu-link,
.menu a:hover,
.breadcrumbs a:hover {
  color: white !important;
}

.cta {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
}

.submit-commission,
.submit-join {
  width: 250px;
  cursor: pointer;
}

.cta a:not(:last-of-type) {
  margin-bottom: 10px;
}

.homepage-cta-section {
  width: 235px;
  opacity: 0;
}

.cta-btn {
    border: 3px solid red;
    background: rgba(0,0,0,0.7);
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    color: red !important;
    user-select: none;
    width: 235px;
    margin: 0 auto;
}

.cta-btn:hover {
  text-decoration: none;
  background: rgba(255,0,0,0.2);
  color: red !important;
}

.homepage-cta-section a:nth-child(-n + 2) {
  margin-bottom: 10px;
}

.homepage-cta img {
  width: 100%;
  margin-bottom: 10px;
}

.homepage-cta {
  display: block;
}

.page-content {
  color: white;
  width: 540px;
  margin: 0 auto;
  margin-top: 100px;
  line-height: 1.8em;
  font-size: 16px;
  text-align: center;
}

.contact-form {
  margin-top: 100px;
}

.contact-form label {
  font-size: 16px;
  color: white;
  margin-bottom: 3px;
}

.contact-form button {
  width: 100%;
}

.contact-form button:focus {
  box-shadow: none;
}

.contact-form .form-group {
  margin-bottom: 35px;
}

.contact-form textarea {
  width: 100%;
  padding: .375rem .75rem;
}

.commission-message,
.join-message {
  margin-top: 35px;
  color: white;
  font-size: 16px;
  text-align: center;
}
#InputQuestion  {
  border-radius: .25rem;
}

.footer {
  padding: 50px;
}

.footer-text {
  color: white;
  font-size: 16px;
  text-align: center;
  margin: 0;
}

.product-category {
  width: 100%;
  height: 440px;
  border: 1px solid white;
  background: #333;
}

.product-category-title {
  color: white;
  font-size: 26px;
  text-align: center;
  margin: 15px 0 0 0;
}

.product-category-link:hover {
  text-decoration: none !important;
  color: white !important;
}

.product-img {
  width: 100%;
  border: 1px solid white;
}

.product-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 10px 0;
  color: white
}

.product-price {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  color: white;
}


.breadcrumbs a,
.breadcrumbs p {
  text-transform: lowercase;
  color: #aaa;
  font-size: 35px;
  text-decoration: none;
  margin: 0;
  letter-spacing: 1px;
  transition: 0.3s;
  display: inline;
}

.cart-text {
  text-transform: lowercase;
  color: white;
  font-size: 18px;
  text-decoration: none;
  margin: 0;
  letter-spacing: 1px;
  margin-top: 20px;
}

.row-shop-header {
  margin-bottom: 25px !important;
}

.bottom-column {
  float: none;
  display: table-cell;
  vertical-align: bottom;
}

.shop-divider {
  background: white;
  height: 1px;
  width: 100%;
  margin-bottom: 20px;
}

.shop-content {
  margin-top: 50px;
}

.product-category-t-shirts {
  background-image: url("/wp-content/themes/sof_theme/images/category_t_shirts_trp.png");
  background-size: cover;
  background-position: center center;
}

.product-category-hats {
  background-image: url("/wp-content/themes/sof_theme/images/category_hats_trp.png");
  background-size: cover;
  background-position: center center;
}

.product-category-patches {
  background-image: url("/wp-content/themes/sof_theme/images/category_patches_trp.png");
  background-size: cover;
  background-position: center center;
}

.wisemen-page {
  margin-top: 100px;
}

.col-wisemen {
  margin-bottom: 30px;
}

.wisemen {
  position: relative;
}

.wisemen img {
  width: 100%;
}

.red-square {
  width: 35px;
  height: 35px;
  background: red;
  margin: 0 auto;
}

.wisemen-top-text {
  position: absolute;
  top: 180px;
  left: 0px;
  border: 4px solid red;
  background: rgba(0,0,0,0.6);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.wiseman-top-text-left-col {
  flex: 23%;
  border-right: 4px solid red;
  text-align: center;
}
.wiseman-top-text-right-col {
  text-align: center;
  flex: 77%;
  padding-top: 11px;
}

.wiseman-top-text-title-right {
  font-size: 16px;
}

.wiseman-top-text-right {
  font-size: 13px;
}

.wiseman-top-text-left {
  color: red;
  margin: 0;
  font-size: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.wiseman-top-text-right-col p {
  color: red;
  margin: 0;
}

.wisemen-bottom-text {
  color: #eb4e48;
  font-size: 16px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: 0;
  padding: 20px;
}

.wisemen-password-form {
  text-align: center;
  margin-top: 75px;
}

.wisemen-password-form p {
  color: white;
}

@media (max-width: 1199.98px) { 
  .wisemen-top-text {
    top: 245px;
  }
}

@media (max-width: 991.98px) {
  .wisemen-top-text {
    top: 170px;
  }
}

@media (max-width: 767.98px) {
  .menu a {
    font-size: 30px;
    margin: 0 15px;
    width: auto;
    font-size: 26px;
  }
  .contact-form {
    margin-top: 50px;
  }
  .cta {
    margin-top: 243px;
  }
  .page-content {
    width: 100%;
    margin-top: 50px;
  }
  .wisemen-top-text {
    top: 200px;
  }
}