:root {
  --blue: rgb(46, 36, 79);
  --white: #ffffff;
  --black: #333333;
  --font-body-size: 16px;
  --font-smaller: 14px;
}

@font-face {
  font-family: 'Moderat Regular';
  src: url('../fonts/Moderat-Regular.woff2') format('woff2'),
    url('../fonts/Moderat-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Moderat Bold';
  src: url('../fonts/Moderat-Bold.woff2') format('woff2'),
    url('../fonts/Moderat-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Moderat Extended Bold';
  src: url('../fonts/Moderat-Extended-Bold.woff2') format('woff2'),
    url('../fonts/Moderat-Extended-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Moderat Light';
  src: url('../fonts/Moderat-Extended-Light.woff2') format('woff2'),
    url('../fonts/Moderat-Extended-Light.woff') format('woff');
}

body {
  color: var(--black);
  font-size: var(--font-body-size);
  font-family: 'Moderat Regular', sans-serif;
}

h1 {
  font-family: 'Moderat Bold';
  transition: all .5s ease;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: 'Moderat Bold';
  transition: all .5s ease;
  color: rgb(46, 36, 79);
  text-transform: uppercase;
}


h2,
.h2 {
  font-size: 1.3rem;
}

h3,
.h3 {
  font-size: 1.1rem
}

.font-mb {
  font-family: 'Moderat Bold';
}

.fs-sm {
  font-size: 14px;
}

a {
  text-decoration: none;
  color: var(--blue);
  transition: all .25s ease;
}

a:hover {
  color: var(--black);
}

ul {
  padding: 0;
  list-style: none;
}

.navbar {
  background-color: var(--black);
}

.navbar a {
  color: var(--white)
}

ul a {}

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

.footer {
  font-size: var(--font-smaller);
  background-image: url('/wp-content/themes/theamericanthistle/assets/img/footer.jpg');
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  /* min-height: 360px; */
  color: white;
}

.footer a {
  color: white;
  padding-left: 0;
  transition: all .25s ease;
}

.footer a:hover {
  padding-left: 5px;
}

.sub-footer {
  font-size: 14px;
}

footer li {
  margin-bottom: 10px;
}

.sub-footer a {
  color: var(--black);
}

.icon-10 {
  width: 10px;
}

.icon-15 {
  width: 15px;
}

.listing-inner {
  padding: 20px;
}

.listing-inner p {
  padding: 0;
  margin: 0
}

.hero-container {
  padding: 50px 0;
}

@media (min-width: 1200px) {

  .h1,
  h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 20px;
    font-family: 'Moderat Extended Bold';
    transition: all .75s ease;
    font-size: var(--font-smaller);
  }

}


.acf-field {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important
}

.acf-field .acf-label {
  display: none;
}

.tatform .acf-field input[type=text],
.tatform .acf-field textarea {
  border: 0px solid var(--blue);
  padding: 10px;
}

.taform .acf-fields>.acf-field {
  border: 0
}

.tatform .af-submit.acf-form-submit {
  padding: 0
}

.tatform .af-submit.acf-form-submit button {
  padding: 5px 42px 5px 14px;
  background-color: rgb(46, 36, 79);
  border: 1px solid rgb(46, 36, 79);
  border-radius: 20px;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
}

.tatform .af-submit.acf-form-submit button:hover {
  background-color: transparent;
  color: rgb(46, 36, 79);
}

strong {
  font-family: 'Moderat Bold';
}

p a {
  font-family: 'Moderat Bold';
  color: var(--blue);
}

.last-p-0 p:last-child {
  margin-bottom: 0
}

main ul {
  margin-left: 15px;
  list-style-type: square;
}

.navbar-toggler {
  background-color: rgba(255, 255, 255, .8);
  border: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media screen and (max-width:767px) {

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
    color: var(--blue);


  }

  .navbar li a {
    padding: 20px 0;

  }

  .navbar ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
    flex-wrap: wrap;
    gap: 15px;
  }

}

.main-menu-items {
  flex: 1;
  border-bottom: 1px solid white;
}

.main-menu-items li a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 25px 10px 0;
}

.main-menu-items.text-end li a {
  padding: 0 0 10px 25px;

}

.hp-hero {
  color: white;
  min-height: 300px;
  padding-top: 100px;
}

.hp-hero h1 {
  font-size: 60px;
  line-height: 70px;
}

.bg-lb {
  background-color: rgb(220, 217, 232);
}

.tat_btn_blue {
  padding: 5px 20px;
  background-color: rgb(46, 36, 79);
  border: 1px solid rgb(46, 36, 79);
  border-radius: 20px;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
}

.tat_btn_blue:hover {
  background-color: transparent;
  color: rgb(46, 36, 79);
}

.list-icon {
  height: 50px;
  line-height: 50px;
}

.page-template-template-legal h1 {
  font-size: 40px;
  margin-bottom: 0;
}

.page-template-template-legal h4 {
  margin-top: 25px;
}

@media screen and (max-width:767px) {

  .hp-hero {
    min-height: 200px;
    padding-top: 100px
  }

  .hp-hero h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .main-menu-items {
    border-bottom: 0px solid white;
  }

}

#cmplz-manage-consent .cmplz-manage-consent{
  bottom: 0 !important
}