/**
 * Variables:
 */
/*
 * Base
 */
@font-face {
  font-family: "dsq-icons";
  src: url(/../wp-content/themes/daily_squirt/assets//fonts/dsq-icons.eot?c534484aba6732b8c71ff8fe12755ced);
  src: url(/../wp-content/themes/daily_squirt/assets//fonts/dsq-icons.eot?c534484aba6732b8c71ff8fe12755ced) format("embedded-opentype"), url(/../wp-content/themes/daily_squirt/assets//fonts/dsq-icons.ttf?9817f969b0c618f897fadf24be56c46d) format("truetype"), url(/../wp-content/themes/daily_squirt/assets//fonts/dsq-icons.woff?c200df97c0c6bbb66c9b836da0253fdf) format("woff"), url(/../wp-content/themes/daily_squirt/assets//fonts/dsq-icons.svg?2666f0c66b7dfd13b043dc87f0f4c747) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=dsq-icon-],
[class*=dsq-icon-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dsq-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat";
}

/**
 * Components:
 */
.newsletters-title {
  padding: 10px 0px 10px 0px;
}
.newsletters-title .tdb-block-inner {
  border-bottom: 2px solid #a70413;
}
.newsletters-title .tdb-title-text {
  background-color: var(--primary-red);
  color: #ffffff;
  font-family: Montserrat;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 21px;
}

.newsletter-section {
  width: 100%;
  font-family: "Montserrat";
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 641px) {
  .newsletter-section {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .newsletter-section {
    grid-template-columns: max-content 1fr;
  }
}
@media screen and (min-width: 992px) {
  .newsletter-section {
    grid-template-columns: max-content 1fr 1fr;
  }
}
.newsletter-section p {
  color: #ffffff;
  line-height: 20px;
}
.newsletter-section .newsletter-block {
  padding: 20px;
  background-color: #1c1c1c;
}
@media screen and (min-width: 641px) {
  .newsletter-section .newsletter-block {
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .newsletter-section .newsletter-block {
    grid-column: span 2;
  }
}
@media screen and (min-width: 992px) {
  .newsletter-section .newsletter-block {
    grid-column: inherit;
  }
}
.newsletter-section .newsletter-block h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #ffffff;
}
.newsletter-section .newsletter-block p {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
}
.newsletter-section .newsletter-block P:last-child {
  margin-bottom: 0px;
  color: #aaaaaa;
  font-size: 11px;
}
.newsletter-section .newsletter-block a {
  color: #aaaaaa;
  text-decoration: underline;
}
.newsletter-section .newsletter-block #section-newsletter-response {
  width: 100%;
  padding-top: 7px;
}
.newsletter-section .newsletter-block #section-newsletter-response .success p {
  color: #008000;
}
.newsletter-section .newsletter-block #section-newsletter-response .danger p {
  color: #a70413;
}
.newsletter-section .section-newsletter-subcription-form {
  padding-top: 20px;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: self-end;
}
.newsletter-section .section-newsletter-subcription-form .email-box {
  font-family: "Montserrat";
  flex: 1;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #aaaaaa;
  color: #aaaaaa;
  font-size: 15px;
}
.newsletter-section .section-newsletter-subcription-form .email-box::-moz-placeholder {
  color: #aaaaaa;
}
.newsletter-section .section-newsletter-subcription-form .email-box::placeholder {
  color: #aaaaaa;
}
.newsletter-section .section-newsletter-subcription-form .email-box.border-danger {
  border-bottom: 2px solid #a70413;
}
.newsletter-section .section-newsletter-subcription-form .submit {
  font-family: "Montserrat";
  flex-shrink: 0;
  background-color: var(--primary-red);
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  border: none;
  padding: 4px 27px 4px 12px;
  position: relative;
}
.newsletter-section .section-newsletter-subcription-form .submit:hover {
  background-color: #a70413;
}
.newsletter-section .section-newsletter-subcription-form .submit::after {
  content: "\e901";
  font-family: "dsq-icons";
  top: 1px;
  left: 0px;
  font-size: 18px;
  position: absolute;
  line-height: 1;
  left: inherit;
  top: 6.5px;
  right: 9px;
  width: 16px;
  height: 16px;
  line-height: 1;
}
.newsletter-section .newsletter-image {
  flex: 0 0 auto;
  width: auto;
  line-height: 0;
}
@media screen and (min-width: 641px) {
  .newsletter-section .newsletter-image {
    order: 1;
  }
}
.newsletter-section .newsletter-image img {
  margin-bottom: 0px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 576px) {
  .newsletter-section .newsletter-image img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
@media screen and (min-width: 641px) {
  .newsletter-section .newsletter-image img {
    width: 296px;
    height: 308px;
  }
}
@media screen and (min-width: 768px) {
  .newsletter-section .newsletter-image img {
    width: 391px;
    height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .newsletter-section .newsletter-image img {
    width: 437px;
    height: 400px;
  }
}

.footer-newsletter {
  display: grid;
  gap: 30px;
  font-family: "Montserrat";
}
@media screen and (min-width: 768px) {
  .footer-newsletter {
    grid-template-columns: max-content 1fr;
  }
}
@media screen and (min-width: 992px) {
  .footer-newsletter {
    grid-template-columns: max-content 1fr 1fr;
  }
}
.footer-newsletter p {
  color: #ffffff;
  line-height: 20px;
}
.footer-newsletter .newsletter-logo {
  max-width: 180px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer-newsletter .newsletter-logo {
    margin: inherit;
  }
}
.footer-newsletter .newsletter-logo .news-logo img {
  margin-bottom: 5px;
}
.footer-newsletter .newsletter-logo .social_link_wrap {
  text-align: center;
}
.footer-newsletter .newsletter-logo .social_link_wrap h5 {
  color: #ffffff;
  margin-bottom: 8px;
}
.footer-newsletter .newsletter-logo .social_link_wrap .social-link-box {
  border: 2px solid #DD0619;
  width: 80%;
  margin: auto;
}
.footer-newsletter .newsletter-logo .social_link_wrap .social-link-box .tdm-btn {
  font-family: "Montserrat";
}
.footer-newsletter .newsletter-logo .social_link_wrap .tdm-btn .tdm-btn-icon {
  font-size: 32px;
}
.footer-newsletter .copyright-text {
  padding-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .footer-newsletter .copyright-text {
    padding-bottom: 0px;
  }
}
.footer-newsletter .copyright-text p {
  font-size: 12px;
  line-height: 21px;
  color: #aaaaaa;
}
@media screen and (min-width: 768px) {
  .footer-newsletter .copyright-text p {
    padding-bottom: 0px;
  }
}
.footer-newsletter .copyright-text p:last-child {
  margin-bottom: 0px;
}
.footer-newsletter .newsletter-block {
  padding: 20px;
  background-color: #1c1c1c;
}
@media screen and (min-width: 768px) {
  .footer-newsletter .newsletter-block {
    grid-column: span 2;
  }
}
@media screen and (min-width: 992px) {
  .footer-newsletter .newsletter-block {
    grid-column: inherit;
  }
}
.footer-newsletter .newsletter-block h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #ffffff;
}
.footer-newsletter .newsletter-block p {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
}
.footer-newsletter .newsletter-block P:last-child {
  margin-bottom: 0px;
  color: #aaaaaa;
  font-size: 11px;
}
.footer-newsletter .newsletter-block a {
  color: #aaaaaa;
  text-decoration: underline;
}
.footer-newsletter .newsletter-block #newsletter-response {
  width: 100%;
  padding-top: 7px;
}
.footer-newsletter .newsletter-block #newsletter-response .success p {
  color: #008000;
}
.footer-newsletter .newsletter-block #newsletter-response .danger p {
  color: #a70413;
}
.footer-newsletter .newsletter-subcription-form {
  padding-top: 20px;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: self-end;
}
.footer-newsletter .newsletter-subcription-form .email-box {
  font-family: "Montserrat";
  flex: 1;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #aaaaaa;
  color: #aaaaaa;
  font-size: 15px;
}
.footer-newsletter .newsletter-subcription-form .email-box::-moz-placeholder {
  color: #aaaaaa;
}
.footer-newsletter .newsletter-subcription-form .email-box::placeholder {
  color: #aaaaaa;
}
.footer-newsletter .newsletter-subcription-form .email-box.border-danger {
  border-bottom: 2px solid #a70413;
}
.footer-newsletter .newsletter-subcription-form .submit {
  font-family: "Montserrat";
  flex-shrink: 0;
  background-color: var(--primary-red);
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  border: none;
  padding: 4px 27px 4px 12px;
  position: relative;
}
.footer-newsletter .newsletter-subcription-form .submit:hover {
  background-color: #a70413;
}
.footer-newsletter .newsletter-subcription-form .submit::after {
  content: "\e901";
  font-family: "dsq-icons";
  top: 1px;
  left: 0px;
  font-size: 18px;
  position: absolute;
  line-height: 1;
  left: inherit;
  top: 6.5px;
  right: 9px;
  width: 16px;
  height: 16px;
  line-height: 1;
}
