/*
Theme Name: Consignors and Commercial Breeders Association
Theme URI: https://www.consignorsandbreeders.com/
Description: Bootstrap 5 Enabled Theme.
Version: 5.0
Tags: Multi-Column, Responsive, Bootstrap
*/

/* -------------------------------------------------------------------------- */
/* Resets and variables                                                       */
/* -------------------------------------------------------------------------- */

:root {
  /* Color variables */
  --primary-color: hsl(219, 57%, 26%);
  --accent-color: hsl(153, 100%, 29%);
  --black-color: hsl(0, 0%, 0%);
  --white-color: hsl(0, 100%, 100%);

  /* Font size variables */
  --font-small: 0.625rem;  /* 10px */
  --font-12: 0.75rem;      /* 12px */
  --font-normal: 1rem;     /* 16px */
  --font-18: 1.125rem;     /* 18px */
  --font-medium: 1.25rem;  /* 20px */
  --font-large: 1.5rem;    /* 24px */
  --font-xlarge: 2rem;     /* 32px */
  --font-36: 2.25rem;      /* 36px */
  --font-40: 2.5rem;       /* 40px */
  --font-xxlarge: 3rem;    /* 48px */
  --font-huge: 4rem;       /* 64px */

  /* Border radius sizes */
  --border-radius-sm: 0.75rem; /* 12px */
  --border-radius-md: 1rem; /* 16px */
  --border-radius-lg: 1.5rem; /* 24px */
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}


/* Custom container */
.large-container {
  margin-inline: auto;
  width: 90rem; /* 1440px */
}

/* -------------------------------------------------------------------------- */
/* Utility classes                                                            */
/* -------------------------------------------------------------------------- */
.theme-primary {
  color: var(--white-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 24px;
}

/* Font colors */
.text-dark-blue {
  color: var(--primary-color);
}

.text-black {
  color: var(--black-color);
}

.text-accent {
  color: var(--accent-color);
}

/* Font weights */
.fw-black {
  font-weight: 900;
}

.fw-semibold {
  font-weight: 600;
}

/* Font sizes */
.font-sm {
  font-size: var(--font-small);
}

.font-12 {
  font-size: var(--font-12);
}

.font-normal {
  font-size: var(--font-normal);
}

.font-md {
  font-size: var(--font-medium);
}

.font-lg {
  font-size: var(--font-large);
}

.font-xlg {
  font-size: var(--font-xlarge);
}

.font-xxl {
  font-size: var(--font-xxlarge);
}

.font-huge {
  font-size: var(--font-huge);
}

/* Spacing properties */
.w-10 {
  width: 10%;
}

.w-4 {
  width: 4%;
}


/* Headings */
.primary-text {
  color: var(--primary-color);
  text-align: center;
  text-transform: uppercase;
}

.accent-text {
  color: var(--primary-color);
  text-align: center;
  text-transform: uppercase;
}

.white-text {
  color: var(--white-color);
  text-align: center;
  text-transform: uppercase;
}


/* Blue text 48px font | for mobile */
.h1-blue-mobile-heading {
  color: var(--primary-color);
  font-size: var(--font-xxlarge);
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.h2-blue-mobile-heading {
  color: var(--primary-color);
  font-size: var(--font-large);
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.h3-blue-mobile-heading {
  color: var(--primary-color);
  font-size: var(--font-36);
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

/* White text 48px font | for mobile */
.h1-white-mobile-heading {
  color: var(--white-color);
  font-size: var(--font-xxlarge);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.h1-blue-heading {
  color: var(--white-color);
  font-size: var(--font-huge);
  font-weight: 900;
  text-transform: uppercase;
}



.h3-blue-heading {
  color: var(--primary-color);
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.p-50 {
  padding-inline: 50px;
}


/* Buttons */
.btn-green {
  width: 330px;
  color: var(--white-color);
  background-color: var(--accent-color);
}

.btn-blue {
  height: 53px;
  width: 320px;
  background-color: var(--white-color);
  border: 1px solid var(--primary-color);
  border-radius: 16px;
}

.btn-white {
  height: 53px;
  width: 320px;
  color: var(--white-color);
  border: 2px solid var(--white-color);
  border-radius: 16px;
}

.custom-btn-1 {
  height: 53px;
  width: 400px;
  border-radius: 12px;
  border: 1px solid var(--primary-color);
}
/* -------------------------------------------------------------------------- */
/* Header                                                                     */
/* -------------------------------------------------------------------------- */
.dropdown-toggle::after {
  display: none;
}

#special-banner {
  color: #FFF;
  background-color: var(--accent-color);
}
#special-banner a {
  padding: 3rem 0;
  color: #FFF;
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: var(--font-xlarge);
}

/* -------------------------------------------------------------------------- */
/* Navigation                                                                 */
/* -------------------------------------------------------------------------- */
.navbar-toggler {
  background-color: var(--primary-color);
}

a.nav-link {
  color: var(--primary-color) !important;
}
.bg-light {
  background-color: transparent !important;
}

/* -------------------------------------------------------------------------- */
/* Home Page Content                                                          */
/* -------------------------------------------------------------------------- */
main {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.membership {
  margin: 4rem 0 8rem 0;
}

.member-resources {
  margin-bottom: 6rem;
}

.card-theme-1 {
  height: 340px;
  padding: 30px;
  width: 300px;
  margin-inline: auto;
  border: 1px solid var(--primary-color);
  border-radius: 24px;
}

.card-theme-2 {
  padding: 30px;
  width: 350px;
  margin-inline: auto;
  border: 1px solid var(--primary-color);
  border-radius: 24px;
}

.icon {
  width: 42px;
}

.green-container {
  height: 200px;
  background-color: var(--accent-color);
  border-top: 3px solid var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}

.horse-face {
  height: 400px;
  object-fit: cover;
}

.bg-icon {
  height: 41px;
  width: 41px;
  background-color: var(--primary-color);
  border-radius: 5px;
}

/* Image stack */
.bg-circle {
  right: 0;
  width: 65%; /* 363px */
  z-index: -10;
}

.image-stack {
  height: fit-content;
  width: 100%; /* 334px */
}

.horse-circle {
  display: block;
  margin-inline: auto;
  width: 80%;
  transform: translateY(1rem);
}

.cba-circle {
  left: 0;
  bottom: 1rem;
  width: 30%;
}


/* -------------------------------------------------------------------------- */
/* Benefits                                                                   */
/* -------------------------------------------------------------------------- */
.green-container-2 {
  height: fit-content;
  background-color: var(--accent-color);
  border-top: 3px solid var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}

.body-text p {
  margin-inline: auto;
}

.book-image {
  width: 10%;
}

/* Stacked images | second set */
.containing-box {
  height: fit-content;
  width: 100%;
}

.horse-circle-2 {
  width: 80%;
  display: block;
  margin-inline: auto;
}

.first-bg {
  width: 80%;
  z-index: -1;
  transform: translateX(4rem);
}

.second-bg {
  width: 50%;
  z-index: -2;
}

.cba-circle-2 {
  width: 34%;
  right: 0;
  bottom: 1rem;
}

/* Stacked images | third set */
.containing-box-2 {
  width: 100%;
}
.horse-circle-3 {
  margin-inline: auto;
  display: block;
  width: 80%;
}

.another-gray-bg {
  width: 70%;
  z-index: -1;
  transform: translateX(6rem) translateY(3rem);
}

/* -------------------------------------------------------------------------- */
/* Committees                                                                 */
/* -------------------------------------------------------------------------- */
.community-card {
  margin-inline: auto;
  /*height: 287px;*/
  max-width: 324px;
  padding: 20px;
  border: 1px solid var(--primary-color);
  border-radius: 16px;
}

.community-card h3.font-xlg {
  font-size: var(--font-large);
}

.directors-card {
  margin-inline: auto;
  max-width: 324px;
  padding: 20px;
  border: 1px solid var(--primary-color);
  border-radius: 16px;
}

.blue-container {
  color: #FFF;
  background-color: var(--primary-color);
}

.get-involved {
  padding: 30px;
  min-height: 850px;
  background-color: var(--primary-color);
  border-top: 1rem solid var(--accent-color);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
}

.get-involved-mobile {
  margin-top: -150px;
}

.background-border-2 {
  width: 100%;
  min-height: 860px;
  position: absolute;
  background-color: var(--accent-color);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
}

.column-translate {
  position: relative;
  transform: translateY(-50%);
  z-index: -1;
}

.committees {
  position: relative;
}

/* -------------------------------------------------------------------------- */
/* Members                                                                    */
/* -------------------------------------------------------------------------- */
.border-decoration {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--accent-color);
}

.border-decoration-2 {
  display: inline-block;
  border-bottom: 1px solid var(--accent-color);
}

.border-decoration-3 {
  width: max-content;
  border-bottom: 1px solid var(--accent-color);
}



/* -------------------------------------------------------------------------- */
/* Providers                                                                  */
/* -------------------------------------------------------------------------- */
.accordion-button,
.accordion-button:not(.collapsed) {
  color: var(--primary-color);
  border-top: 0;
  border-bottom: 1px solid var(--accent-color);
  box-shadow: none;
  background-color: var(--white-color);

  font-size: var(--font-xxlarge);
  font-weight: 900;
  text-transform: uppercase;

  outline: none;
}

.accordion-item {
  border: 0;
}

/* -------------------------------------------------------------------------- */
/* Videos                                                                     */
/* -------------------------------------------------------------------------- */
.video-card {
  height: 300px;
  width: 300px;
  padding: 30px;
  border: 1px solid var(--primary-color);
  border-radius: 16px;
}

/* -------------------------------------------------------------------------- */
/* Downloads                                                                  */
/* -------------------------------------------------------------------------- */
.logo-card {
  padding-top: 1rem;
  margin-inline: auto;
  height: 200px;
  width: 330px;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
}

/* -------------------------------------------------------------------------- */
/* Books                                                                      */
/* -------------------------------------------------------------------------- */
.book-image {
  width: 50%;
}

/* -------------------------------------------------------------------------- */
/* Comments                                                                   */
/* -------------------------------------------------------------------------- */
.comments-box {
  margin-top: 35px;
}
ol.comment-list {
  margin: 30px 0px;
  padding: 0px;
  list-style-type: none;
}
ol.children {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ol.comment-list li {
  margin-bottom: 30px;
  padding-left: 52px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
ol.comment-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none
}
ol.comment-list li .avatar {
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
}
ol.children {
  margin-top: 30px;
  padding-top: 30px;
  padding-left: 50px;
  border-top: 1px solid #DDD;
}
.comment-heading, .comment-form {
  margin-top: 0;
  margin-bottom: 30px;
}
.comment-form label {
  display: block;
}
.comment-metadata a {
  color: #888;
  font-size: 11px;
}
#cancel-comment-reply-link {
  color: #C00;
  font-size: 12px;
}
.form-allowed-tags code {
  white-space: normal;
}
.form-submit {
  display: none;
}
.left-indent {
  padding-left: 10px;
}

/* -------------------------------------------------------------------------- */
/* Forms                                                                    */
/* -------------------------------------------------------------------------- */
/* Enrollment form */
.enrollment-section {
  margin-top: 4rem;
}

.enrollment-form {
  margin-inline: auto;
  width: 375px;
}

.enrollment-form p {
  /*display: inline-block;*/
  padding-bottom: 1rem;
}

.enrollment-form #submit {
  /*width: 375px;*/
  display: block;
  max-width: 100%;
}
.enrollment-form select {
  display: block;
  max-width: 100%;
  background-color: #FFF;
}

#name,
#email,
#phone,
#farm,
#address,
#city,
#state,
#zip,
#subject {
  height: 40px;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
}

#message {
  border: 1px solid var(--primary-color);
  border-radius: 10px;
}

#submit {
  width: 100%;
  color: var(--white-color);
  background-color: var(--primary-color);
  margin-top: 10px;
  height: 40px;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
}

/* #city, #state, #zip {
  width: 122px;
} */

/* Contact Form */
.contact-form {
  margin-top: 2rem;
  width: 80%;
  margin-inline: auto;
}

.contact-form p {
  padding-bottom: 1rem;
}

.connect {
  height: 450px;
  background-color: var(--primary-color);
  border-top: 1rem solid var(--accent-color);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 65%);
}

.content-wrapper {
  width: 75%;
  margin-inline: auto;
}

.border {
  padding: 0;
  margin: 0;
  width: 102%;
  height: 450px;
  background-color: var(--accent-color);
  position: absolute;
  top: 0;
  left: -6px;
  right: -6px;

  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
}

/* -------------------------------------------------------------------------- */
/* Footer                                                                     */
/* -------------------------------------------------------------------------- */
#membership, #resources {
  padding: 0;
  border-left: 1px solid var(--primary-color);
}

.membership-list,
.resources-list {
  width: fit-content;
  margin-inline: auto;
}

#membership a.nav-link,
#resources a.nav-link {
  padding: 4px 10px;
}

::marker {
  content: '';
}
/* -------------------------------------------------------------------------- */
/* Media Queries                                                              */
/* -------------------------------------------------------------------------- */


@media only screen and (min-width : 499px) {
  .another-gray-bg {
    width: 70%;
    z-index: -1;
    transform: translateX(7rem) translateY(4rem);
  }
}




@media only screen and (min-width : 576px) {

}
/* Small Devices */
@media only screen and (min-width : 600px) {
  
}


/* Medium Devices */
@media only screen and (min-width : 768px) {
  .column-translate {
    position: static;
    transform: translateY(0%);
    z-index: 1;
  }
  
  .committees .row {
    height: auto;
  }
}

/* Large Devices */
@media only screen and (min-width : 992px) {
  .font-lg-16 {
    font-size: var(--font-normal);
  }

  .font-lg-64 {
    font-size: var(--font-huge);
  }

  .w-lg-50 {
    margin-inline: auto;
    width: 50%;
  }

  .font-lg-20 {
    font-size: var(--font-medium);
  }

  .font-lg-36 {
    font-size: var(--font-36);
  }

  .green-container {
    height: 400px;
  }

  .bg-icon {
    height: 82px;
    width: 82px;
  }

  .fa-brands {
    font-size: 2rem;
  }

  .h-md-100 {
    height: 100% !important;
  }

  .get-involved {
    padding: 30px;
    width: 60%;
    z-index: 5;
    min-height: inherit;
    position: absolute;
    background-color: var(--primary-color);
    border-top: none;
    clip-path: polygon(0 0, 99% 0, 80% 100%, 0 100%);
  }

  .get-involved > * {
    width: 70%;
    margin-left: 1rem;
  }

  .committees {
    position: static;
  }

  .col-position {
    position: relative;
  }

  .background-border-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 61%;
    min-height: inherit;
    background-color: var(--accent-color);
    clip-path: polygon(0 0, 99% 0, 80% 100%, 0 100%);
  }

  .btn-white {
    display: block;
    width: 400px;
  }

  .contact-form {
    width: max-content;
  }

  #name,
  #email,
  #phone,
  #farm,
  #address,
  #city,
  #state,
  #zip,
  #subject {
    /*width: 530px;*/
    display: block;
    max-width: 100%;
  }

  /* #message {
    width: 530px;
  } */

  #submit {
    width: 100%;
    color: var(--white-color);
    background-color: var(--primary-color);
    margin-top: 10px;
    height: 40px;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
  }

  .content-wrapper {
    margin: 0 0 0 12rem;
    width: 35%;
    transform: translateY(50%);
  }

  .enrollment-form #submit {
    width: 530px;
  }

  .body-text p {
    margin-inline: 0;
  }

  .btn-green {
    height: 80px;
    width: 425px;
    color: var(--white-color);
    background-color: var(--accent-color);
  }

  .btn-group {
    margin-top: 3rem !important;
  }

  .member-list {
    margin: 4rem 0 4rem 0;
    column-count: 4;
  }

  .font-lg-48 {
    font-size: var(--font-xxlarge);
  }

  .community-card h3.font-xlg {
    font-size: var(--font-xlarge);
  }

  .another-gray-bg {
    width: 70%;
    z-index: -1;
    transform: translateX(10rem) translateY(5rem);
  }
}

/* X Large Devices */
@media only screen and (min-width : 1200px) {
  .contact-section {
    border-top: 1rem solid var(--accent-color);
    border-bottom: 1rem solid var(--accent-color);
  }
  .connect {
    height: 775px;
    width: 100%;
    border: none;
    clip-path: polygon(0 0, 97% 0, 60% 100%, 0% 100%);
  }

  .border {
    height: 102%;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 62% 100%, 0% 100%);
    position: absolute;
    top: -10px;
    bottom: -10px;
    z-index: -10;
  }

  .book-image {
    width: 165px;
  }

  .get-involved > * {
    margin-left: 8rem;
  }

  .first-bg {
    width: 80%;
    z-index: -1;
    transform: translateX(6rem);
  }
  
}

/* XX Large Devices */
@media only screen and (min-width : 1400px) {
  .first-bg {
    width: 80%;
    z-index: -1;
    transform: translateX(7rem);
  }
}
