html {
  --lightGray: #FAFAFA;
  --gray: #666666;
  --black: #232323;
  --green: #A0CC3A;
}

.title h1 {
  text-transform: capitalize;
}

header {
  border-bottom:1px solid #eaeaea;
}

h1.page-title {
  font-family:'MotivaSansExtraBold';
  font-weight:700;
  font-size:42px;
  padding:0;
  margin: 0 0 50px 0;
}

.arrow {
  border: solid var(--green);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: 1px;
}

.arrow.right {
  transform: scale(0.7, 0.8) rotate(-45deg);
}

.arrow.left {
  transform: scale(0.7, 0.8) rotate(135deg);
}

.arrow.up {
  transform: scale(0.7, 0.8) rotate(-135deg);
}

.arrow.down {
  transform: scale(0.7, 0.8) rotate(45deg);
}

.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
}

@media screen and (min-width: 390px) {
  .container {
    padding: 0 36px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 1242px;
  }
}

main {
  background-color: var(--lightGray);
  padding-top: 54px;
}

.post_content,
.archive .post {
  text-align: left;
}

.posts {
  margin-bottom: 41px;
}

.posts.latest {
  margin-bottom: 60px;
}

.posts.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}

.posts .post {
  transition: all .3s ease-out;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  padding: 0;
}

.posts .post:hover {
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000026;
  cursor: pointer;
}

.posts .post.big a {
  display: flex;
  flex-wrap: wrap;
}

.posts .post.big .post-thumbnail {
  flex-grow: 1;
  flex-basis: 100%;
}

.posts .post.big .details {
  flex-basis: 100%;
  background-color: var(--black);
}

.posts .post.big .post-title,
.posts .post.big .posted {
  color: #fff;
}

.posts .post.big .author {
  color: #C8C8C8;
}

.post .post-thumbnail {
  height: 167px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.post .details {
  padding: 16px 16px 2px 16px;
}

.post .posted {
  font-family: 'motiva_sansbold';
  font-size: 14px;
  margin: 0;
  color: var(--black);
}

.post .author {
  font-size: 12px;
  color: var(--gray);
  margin: 0 0 10px;
}

.post .post-title {
  font-family: 'Antonio_Bold';
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.027em;
  text-transform: uppercase;
  color: var(--black);
  margin: 0 0 10px;
}

.posts .post img.featured-image {
  display: block;
  max-width: 100%;
}

@media screen and (min-width: 620px) {
  .posts.grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .posts .post.big .details {
    padding: 45px 50px 42px 42px;
  }

  .posts .post.big a {
    min-height: 337px;
  }

  .posts .post {
    background-color: transparent;
    border: none;
  }

  .posts .post .details {
    padding: 20px 16px 14px 16px;
  }

  .posts .post.big .post-thumbnail {
    flex-basis: unset;
    height: auto;
  }

  .posts .post.big .details {
    flex-basis: 427px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .posts .post.big .post-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 46px;
  }
}

@media screen and (min-width: 992px) {
  .posts.grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 72px 32px;
  }

  .posts .post.big {
    min-height: 337px;
  }

  .posts .post.big .posted {
    font-size: 16px;
  }
}

.category-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #d5d5d5;
  padding-bottom: 5px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.category-name p {
  font-size: 18px;
  color: var(--black);
  font-family: 'MotivaSansExtraBold';
  margin: 0;
  flex-basis: 100%;
}

.category-name a {
  color: var(--green);
  font-size: 16px;
  font-family: 'motiva_sansbold';
  margin: 0;
}

@media screen and (min-width: 480px) {
  .category-name {
    flex-wrap: nowrap;
  }

  .category-name p {
    flex-basis: unset;
  }
}

.email-signup {
  padding: 30px 15px 39px 15px;
  margin: 9px -15px 50px -15px;
  position: relative;
  border-bottom: 1px solid #EAEAEA;
  border-top: 1px solid #EAEAEA;
  background-color: #fff;
  overflow: hidden;
}

.email-signup .signup-image {
  position: absolute;
  right: -65px;
  top: -19px;
}

.email-signup .signup-image>* {
  max-width: 153px;
}

.email-signup .signup-title {
  max-width: 227px;
}

.email-signup .big {
  font-family: 'Antonio_Bold';
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  margin: 0;
}

.email-signup .small {
  font-size: 18px;
  color: #666666;
  line-height: 24px;
}

.email-signup .gform_wrapper {
  margin-bottom: 0;
}

.email-signup .gform_footer {
  padding-bottom: 0 !important;
}

.email-signup #gform_submit_button_37 {
  max-width: 115px;
  padding: 0 !important;
  background-color: #fff;
  color: #000;
  font-family: 'motiva_sansbold';
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  margin: 0;
  width: 100%;
}

.email-signup .gfield_required {
  display: none !important;
}

.email-signup #gform_submit_button_37:hover {
  color: #fff;
  background-color: var(--black);
  border-color: var(--black);
}

.formstyle-1 .gform_confirmation_message {
  color: var(--black);
  font-size: 21px;
  margin-top: 6px;
  text-align: left;
  margin-bottom: 0;
  max-width: 220px;
  line-height: 1.25;
}

@media screen and (min-width: 390px) {
  .email-signup {
    margin: 9px -36px 50px -36px;
    padding: 30px 36px 39px 36px;
  }

  .email-signup .signup-image {
    right: -12px;
  }
}

@media screen and (min-width: 480px) {
  .formstyle-1 .gform_confirmation_message {
    max-width: unset;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .email-signup {
    display: flex;
    gap: 0 50px;
    justify-content: space-between;
  }

  .email-signup .signup-title {
    max-width: unset;
  }

  .email-signup .signup-text {
    flex: 1 0 285px;
  }

  .email-signup .signup-image {
    position: relative;
    right: 0;
    top: 0;
  }

  .email-signup .signup-image>* {
    max-width: 200px;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .formstyle-1 .gform_confirmation_message {
    font-size: 28px;
    margin-top: 50px;
  }

  .email-signup {
    margin: 9px 0 50px 0;
    border: 1px solid #EAEAEA;
    padding: 55px 77px;
  }

  .email-signup .signup-text {
    flex: 1 0 285px;
    max-width: 563px;
  }

  .email-signup .big {
    font-size: 48px;
    line-height: 58px;
  }

  .email-signup .small {
    font-size: 24px;
    line-height: 36px;
  }

  .email-signup .signup-image>* {
    max-width: 240px;
  }

  .email-signup #gform_submit_button_37 {
    font-size: 16px;
    max-width: 168px;
    height: 57px;
    line-height: 57px;
    padding: 0 38px !important;
  }

  .email-signup .gform_wrapper {
    margin-top: 38px;
  }

  .gform_wrapper .gform_footer {
    margin-top: 7px;
  }
}

@media screen and (min-width: 1200px) {
  .email-signup {
    padding: 65px 128px 58px 78px;
  }
}



@media screen and (max-width: 580px) {
  h1.page-title {
    font-size:32px;
    margin: 0 0 30px 0;
  }
}