/*
Theme Name: Coffee & Bikes
Theme URI: https://coffeeandbikes.com
Author: Jose Carranco
Author URI: http://josecarranco.com
Description: Custom theme made for Lucio De la Cruz at Coffee & Bikes. This theme is fully responsive. 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Coffee & Bikes

*/
/**************************************************************************************************
Imports
***************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/**************************************************************************************************
Variables
***************************************************************************************************/
/**************************************************************************************************
Universal
***************************************************************************************************/
.clear-fix {
  clear: both;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #070707;
}
body.logged-in #wrapper {
  margin-top: 32px;
}
body.logged-in #wrapper .sidebar {
  margin-top: 32px;
}
body > .container {
  flex: 1;
}
body .site-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
body .container {
  max-width: 1500px;
}
body .container img {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h1 {
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 32px;
  }
}
h1 a {
  color: #070707;
  text-decoration: none;
}

h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 44px;
  }
}

p {
  font-weight: 400;
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  p {
    font-size: 24px;
  }
  p.date-of-event {
    font-size: 18px;
  }
}

/**************************************************************************************************
Header
***************************************************************************************************/
header nav.navbar {
  padding: 25px 0px;
}
@media screen and (min-width: 992px) {
  header nav.navbar {
    padding: 60px 0;
  }
}
header nav.navbar a {
  color: #070707;
}
header nav.navbar button.navbar-toggler {
  border: none;
}
header nav.navbar button.navbar-toggler:focus {
  border: none;
  box-shadow: none;
}
header nav.navbar button.navbar-toggler span {
  display: block;
  width: 28px;
  height: 1px;
  margin-bottom: 5px;
  position: relative;
  background: #070707;
  border-radius: 0px;
  z-index: 1;
}
header nav #logo img {
  width: 100%;
  max-width: 125px;
}
header nav img.nav-toggle {
  max-width: 40px;
  padding: 5px 3px;
}
header nav ul {
  list-style: none;
}
header nav ul li {
  display: inline-block;
  margin: 0px;
  border-bottom: 1px solid #ffffff;
}
header nav ul li.current-menu-item {
  border-bottom: 1px solid #070707;
  background-color: #070707;
}
header nav ul li.current-menu-item a {
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  header nav ul li.current-menu-item {
    background-color: #ffffff;
  }
  header nav ul li.current-menu-item a {
    color: #070707;
  }
}
header nav ul li a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  color: #070707;
  font-weight: 500;
  transition: all 0.15s linear;
  text-align: right;
  padding: 3px 8px;
}
@media screen and (min-width: 992px) {
  header nav ul li a {
    margin: 0 25px;
    text-align: left;
    padding: 0;
    font-size: 20px;
  }
}
header nav ul li:hover a {
  text-decoration: none;
  color: #878787;
  transition: all 0.15s linear;
}

/**************************************************************************************************
Footer
***************************************************************************************************/
footer {
  margin-top: auto;
  padding: 30px 0;
  background-color: #070707;
  color: #ffffff;
}
footer p {
  margin: 15px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5rem;
}
footer a {
  color: #ffffff;
}
footer a .fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-size: 36px;
  color: #ffffff;
}
footer a .fa-brands::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/********************************************
Homepage
*********************************************/
#intro .event-description, #intro .product {
  max-width: 820px;
  margin: 0 auto;
}
#intro .date-of-event {
  margin: 15px 0 15px 0;
}
@media screen and (min-width: 992px) {
  #intro .date-of-event {
    margin: 60px 0 30px 0;
    font-size: 20px;
  }
}
#intro .product {
  margin-top: 60px;
}
#intro .product h2 {
  font-size: 44px;
  font-weight: 400;
}

/********************************************
WooCommerce Overrides
*********************************************/
.btn.btn-attribute {
  border-radius: 0;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 700;
  background-color: #a46497;
  color: #ffffff;
}

ul.products li.product.product_cat-stuff.first {
  clear: none;
}
ul.products li.product .button.add_to_cart_button, ul.products li.product .button.product_type_variable, ul.products li.product .button.product_type_simple {
  display: none;
}
@media screen and (max-width: 576px) {
  ul.products li.product.type-product {
    width: 46%;
  }
}

/**************************************************************************************************
Contact Form
***************************************************************************************************/
.contact-form label {
  font-weight: 700;
  font-size: 18px;
  display: block;
}
.contact-form label .wpcf7-form-control-wrap, .contact-form label input, .contact-form label textarea {
  width: 100%;
  display: block;
}
.contact-form label input, .contact-form label textarea {
  background: #f7f7f7;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  box-shadow: none;
  color: #787878;
  transition: all 0.5s;
}
.contact-form .wpcf7-submit {
  background: #333;
  border: 0;
  color: #f7f7f7;
  font-size: 16px;
  padding: 12px;
  transition: all 0.5s;
}
.contact-form .wpcf7-submit:hover {
  background: #c4c4c4;
  color: #787878;
}

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