/*
Theme Name: Madison Farwell
Description: A custom theme developed by DreamCo Design for Madison Farwell.
Author: DreamCo Design
Author URI: https://www.dreamcodesign.com/
Version: 1
*/

@import url("https://fonts.googleapis.com/css?family=Gelasio:400,700|Girassol|Montserrat:300,400,700,900&display=swap");
/* @import url("https://fonts.googleapis.com/css?family=Calistoga&display=swap"); */
/* Blue Grey 900 (material design colors) */

.squada-one-regular {
  font-family: "Squada One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body, html {
  font-size: 16px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Gelasio", serif;
  background-color: #0e1c3f;
  color: #161d21;
  line-height: 1.8; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Squada One", cursive;
  line-height: 1.4;
  color: #1034b8; }

a {
  color: #1034b8;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  a:hover {
    text-decoration: none;
    color: #0e1c3f; }

section {
  padding: 3rem 0; }

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

.offwhite-bg {
  background-color: #d7deef; }

.gray-bg {
  background-color: #ddd; }

.blue-gradient {
  background: -webkit-linear-gradient(left, #1034b8, #0e1c3f);
  background: -moz-linear-gradient(left, #1034b8, #0e1c3f);
  background: -o-linear-gradient(left, #1034b8, #0e1c3f);
  background: linear-gradient(left, #1034b8, #0e1c3f);
  padding: 0.5rem; }

.heading-bg {
  background-size: cover;
  background-position: left center;
  padding: 4rem 0; }
  .heading-bg .title {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 3rem; }

.navbar {
  display: flex;
  background-color: #fff;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ddd; }
  .navbar .navbar-brand {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
    .navbar .navbar-brand img {
      max-width: 5rem; }
    .navbar .navbar-brand h3 {
      color: #1034b8;
      font-size: 1.75rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-family: "Gelasio", serif;
      margin-left: 1rem;
      margin-bottom: 0;
	  }   
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    color: #161d21;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold; }
    .navbar .navbar-nav .nav-item .nav-link:hover {
      color: #1034b8; }
  .navbar .navbar-nav .nav-item.active .nav-link {
    color: #1034b8; }

.toggle-menu {
  display: none;
  background-color: transparent;
  border: none;
  color: #161d21; }

.btn {
  letter-spacing: 2px;
  font-size: 1rem; }

.btn-primary {
  background-color: #0e1c3f;
  border-color: #0e1c3f;
  color: #fff; }
  .btn-primary:hover {
    background-color: #1034b8;
    border-color: #1034b8; }

.main-image {
  height: 65vh;
  min-height: 400px;
  padding: 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: inset 0 0 25rem 50rem rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 0 25rem 50rem rgba(0, 0, 0, 0.35); }
  .main-image .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .main-image .content h1 {
      color: #fff;
      font-size: 3.5rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      border-bottom: 10px double #fff; }
    .main-image .content h4 {
      color: #fff;
      font-family: "Gelasio", serif;
      text-transform: uppercase;
      letter-spacing: 5px;
      font-size: 1.25rem;
      font-weight: 300; }
    .main-image .content .button {
      margin-top: 1rem; }
      .main-image .content .button .btn {
        font-size: 1.25rem; }

.welcome {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  z-index: 0;
  background-image: url(theme/img/halftone.png); }
  .welcome .hooves {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(theme/img/hooves.png);
    background-size: cover;
    background-position: center center; }
  .welcome h1 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #0e1c3f;
    position: relative;
    z-index: 5; }
  .welcome h4 {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 1.5rem;
    font-family: "Gelasio", serif;
    margin-bottom: 0;
    color: #1034b8;
    position: relative;
    z-index: 5; }
  .welcome p {
    position: relative;
    z-index: 5; }

.call-to-actions {
/*  background-color: #fff; */
  border: 0.25rem /* solid #fff */;
  display: flex;
  flex-direction: row; }
  .call-to-actions .cta {
    width: 33.333%; }
    .call-to-actions .cta a {
      color: #fff;
      cursor: pointer; }
    .call-to-actions .cta .card {
      border-radius: 0;
      border: 1rem double #fff;
      position: relative;
      min-height: 18rem;
      background-color: #0e1c3f;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-box-shadow: inset 0 0 9rem 6rem rgba(0, 0, 0, 0.45);
      box-shadow: inset 0 0 9rem 6rem rgba(0, 0, 0, 0.45);
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .call-to-actions .cta .card .button {
        text-align: center;
        position: absolute;
        height: 100%;
        width: 100%;
        color: #fff;
        font-family: "Gelasio", serif;
        font-size: 1.5rem;
        letter-spacing: 5px;
        padding: 0 1rem;
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        justify-content: center; }
      .call-to-actions .cta .card:hover {
        -webkit-box-shadow: inset 0 0 18rem 14rem rgba(0, 0, 0, 0.65);
        box-shadow: inset 0 0 18rem 14rem rgba(0, 0, 0, 0.65); }


footer {
  padding: 2rem 0;
  color: #fff; }
  footer .address, footer .social {
    font-family: "Gelasio", serif;
    font-size: 0.85rem; }
    footer .address b, footer .social b {
      font-family: "Squanda One", cursive;
      font-size: 1rem; }
    footer .address a:hover, footer .social a:hover {
      color: #fff; }
  footer .social ul {
    margin-bottom: 0;
    text-align: right; }
  footer .social a {
    font-size: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff; }
    footer .social a:hover {
      color: #fff; }
  footer .links {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    footer .links b {
      font-family: "Squanda One", cursive;
      font-size: 1rem; }
    footer .links .footerlinks {
      list-style: none;
      padding-left: 0;
      margin-bottom: 1rem;
      text-align: right; }
      footer .links .footerlinks .nav-item {
        display: inline-block; }
        footer .links .footerlinks .nav-item .nav-link {
          padding: 0 1rem;
          padding-right: 0;
          font-size: 1rem;
          font-family: "Gelasio", serif;
          color: #fff; }
          footer .links .footerlinks .nav-item .nav-link:hover {
            color: #fff; }

.copyright {
  background-color: #fff;
  padding: 0.5rem 1rem;
  font-size: 0.65rem;
  letter-spacing: 1px;
  text-align: center;
  color: #0e1c3f; }
  .copyright a {
    color: #0e1c3f; }
    
    
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: none;
	width: 100%;
}
span.posted_in {
	display: none;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: none;
	flex: 0 0 50%;
  max-width: 50%;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background-color: #fff;
	border: 1px solid #ddd;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: none;
}
.woocommerce form .form-row label,
span.woocommerce-input-wrapper {
	width: 100%;
}
.products,
.woocommerce img, .woocommerce-page img {
	margin: 0 auto;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	width: 100%;
}
span.price {
	color: #459c45;
	font-weight: bold;
	font-size: 1.15rem;
}
.products .card .card-body {
	text-align: center;
}
.woocommerce ul.order_details {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 1.5rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation a.list-group-item.is-active {
	background-color: #0e1c3f;
	color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	float: none;
	width: 100%;
}
header.woocommerce-Address-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.modal-backdrop.fade {
	opacity: 0.4;
}
.gform_wrapper .gform_footer {
	text-align: center;
}
div#input_1_5 > div {
	margin: 0 auto;
}



@media screen and (max-width: 1365px) {
  .navbar .navbar-brand h3 {
    font-size: 1.75rem; }
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem; } }
@media screen and (max-width: 1024px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 0.75rem; } }
@media screen and (max-width: 1023px) {
  .toggle-menu {
    display: block;
    color: #1034b8; }

  .navbar {
    flex-direction: row; }
    .navbar .navbar-brand h3 {
      font-size: 1rem; }

  .cbp-spmenu-left {
    background-color: #fff;
    border-right: 1px solid #ddd;
    left: -300px;
    z-index: 1500; }
    .cbp-spmenu-left .navbar-brand {
      margin-right: 0;
      padding: 0.5rem;
      border-color: #ddd; }
    .cbp-spmenu-left .navbar-brand img {
	    max-width: 5rem;
    }
    .cbp-spmenu-left h3 {
      background-color: transparent;
      font-size: 1rem;
      letter-spacing: 5px;
      color: #1034b8;
      font-family: "Gelasio", serif;
      text-transform: uppercase;
      padding: 1.5rem 0; }
    .cbp-spmenu-left ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
      .cbp-spmenu-left ul li a {
        border-color: #ddd;
        color: #0e1c3f;
        font-family: "Gelasio", serif;
        letter-spacing: 1px;
        font-size: 1rem; }
      .cbp-spmenu-left ul li.active a {
        color: #1034b8; }

  .welcome h1 {
    font-size: 2.4rem; }

  .main-image .content {
    text-align: center;
    padding: 1.5rem; }
    .main-image .content h1 {
      font-size: 2rem;
      margin-bottom: 1.25rem;
      padding-bottom: 1rem; }
    .main-image .content h4 {
      font-size: 0.75rem; }

  .call-to-actions .cta .card {
    border: 1px solid #fff;
    border-right: 4px solid #fff; }
  .call-to-actions .cta:last-child .card {
    border-right: 1px solid #fff; } }

@media screen and (max-width: 767px) {
  section {
    padding: 1rem 0; }

  .content-banner {
    min-height: 12rem; }

  .call-to-actions {
    flex-direction: column; }
    .call-to-actions .cta {
      width: 100%; }
      .call-to-actions .cta .card {
        border: 1px solid #fff;
        border-bottom: 4px solid #fff; }
        .call-to-actions .cta .card .button {
          font-size: 1.25rem; }
      .call-to-actions .cta:last-child .card {
        border-bottom: 1px solid #fff; }
	
  footer {
    text-align: center; }
    footer .address {
      margin-bottom: 1.5rem; }
      footer .address b {
        font-size: 1.25rem; }
    footer .social b {
      font-size: 1.25rem; }
    footer .social ul {
      text-align: center; }
    footer .links b {
      font-size: 1.25rem; }
    footer .links .footerlinks {
      text-align: center; }
      footer .links .footerlinks .nav-item .nav-link {
        font-size: 1rem;
        padding: 0.5rem 0.25rem; }

  .copyright {
    font-size: 8px;
    padding-left: 1rem;
    padding-right: 1rem; }

  .welcome h1 {
    font-size: 2.4rem;
    margin-top: 0.5rem; } }
    
    
@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
}


.button-container {
    display: flex; /* Makes the container a flex container */
    justify-content: center; /* Centers buttons horizontally (optional) */
    gap: 20px; /* Adds space between the buttons */
    /* or you can use margin-left on the second button */
}

/* Optional: Basic button styling */
.button-container button {
    padding: 10px 20px;
    font-size: 16px;
}
