/* BASE */
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

/*
|--------------------------------------------------------------------------
| Variables
| Author: P11
| Visit us: @ p11.com
|--------------------------------------------------------------------------
/* GLOBAL*/
/* FONTS*/
/* COLORS */
/* BREAKPOINTS */
/* Extra small mobile */
/* Mobile */
/* Tablet */
/* Middle Sized Devices */
/* Small Laptop */
/* Large Laptop / Desktop */
/* Large Desktop */
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

/*
|--------------------------------------------------------------------------
| Mixins
| Author: P11 Interactive Team
| Visit us: @ p11.com
|--------------------------------------------------------------------------
| 1. Resets
| 2. Positioning
|
| Notes: Define patterns of property value pairs, which can then be reused in other rule sets
|
*/
/*
| Font Smoothing
| --------------------------------------------------
|
| Aligns most of the browsers with the same font antialiasing.
|
*/
/*
| Strict Button Style
| --------------------------------------------------
|
| Sets the button style appearance to none for various
| mobile browsers and OS's that will auto change the styling
|
*/
/*
| Positioning
| --------------------------------------------------
|
| The following mixins are used for positioning elements
| via the absolute rule
|
*/
/*
| Transition
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| transition property
|
*/
/*
| Box Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| box-shadow property
|
*/
/*
| Text Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| text-shadow property
|
*/
/*
| SVG Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| filter property
|
*/
/*
| Responsive Media Query Mixins
| --------------------------------------------------
|
| The following mixins are used for applying various
| media queries and specified breakpoints
|
*/
/*
| Transparent Colors
| --------------------------------------------------
|
| Function for creating transparent colors.
|
*/
/*
| Gradient Backgrounds
| --------------------------------------------------
|
| Mixin for creating gradient backgrounds
| @include bg-gradient(fn-transparent-color($color-black, 1), fn-transparent-color($color-black, 0), top, bottom, 0%, 100%);
|
*/
/*
| Rotation
| --------------------------------------------------
|
| Mixin for applying the correct browser prefixes for the
| transform: rotate property
|
*/
/*
| Keyframe animations
| --------------------------------------------------
| Mixin for applying animations to elements
|
*/
/* BLOCKS */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  NEWS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#news-intro .news-intro-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

#news-categories h2,
#news-social h2,
#news-weather h2 {
  font-size: 1.25em;
  line-height: 1em;
  text-align: left;
  text-transform: uppercase;
  margin: 1px 0 1em 0;
  padding: 0;
  font-weight: 400;
  color: #003d3d;
}

#news-categories {
  width: 30%;
}
@media (max-width: 850px) {
  #news-categories {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #news-categories {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #news-categories h2 {
    text-align: center;
  }
}
#news-categories ul {
  margin: 0;
  padding: 0;
}
#news-categories ul li {
  margin: 0;
  padding: 0 0 0.75em 0;
  list-style: none;
  text-align: left;
}
@media (max-width: 768px) {
  #news-categories ul li {
    text-align: center;
  }
}
#news-categories ul li:last-of-type {
  padding: 0;
}
#news-categories ul li a {
  font-size: 1.125em;
  text-decoration: none;
}
#news-categories ul li a:hover {
  color: #003d3d;
  text-decoration: underline;
}
#news-categories ul li.current-cat a {
  color: #003d3d;
  text-decoration: underline;
}

@media (max-width: 350px) {
  ul#news-social {
    display: none;
  }
}
ul#news-social li {
  margin: 0 0.5em;
  display: inline-block;
}
ul#news-social li a {
  font-size: 1.75em;
}

#news-social {
  width: 40%;
  z-index: 900;
  padding: 0 2em;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 850px) {
  #news-social {
    display: none;
  }
}
#news-social h2 {
  text-align: center !important;
}

#news-weather {
  width: 30%;
  color: #003d3d;
}
@media (max-width: 850px) {
  #news-weather {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #news-weather {
    display: none;
  }
}
#news-weather h2 {
  text-align: right !important;
}
#news-weather p {
  text-align: center;
  width: 190px;
  margin-top: 0.5rem;
  float: right;
}

/* Accuweather */
h3#weathertop-deg {
  font-size: 2.5em;
  text-align: right;
  padding-right: 87px;
  color: #003d3d;
}

h3#weathertop-deg span {
  vertical-align: middle;
  position: absolute;
}

h3#weathertop-deg span i {
  width: 60px;
  height: 60px;
  background-position: center;
  position: absolute;
  top: -10px;
  opacity: 0.8;
}

#news-content.all .news-post {
  overflow: hidden;
}
#news-content.all .news-post .news-post-text .cntrtxt h1,
#news-content.all .news-post .news-post-text .cntrtxt h2,
#news-content.all .news-post .news-post-text .cntrtxt h3,
#news-content.all .news-post .news-post-text .cntrtxt h4,
#news-content.all .news-post .news-post-text .cntrtxt h5,
#news-content.all .news-post .news-post-text .cntrtxt h6 {
  font-family: "montserrat", Arial, Helvetica, sans-serif;
  margin-bottom: 1rem;
}
#news-content.all .news-post .news-post-text .cntrtxt h1.post-date,
#news-content.all .news-post .news-post-text .cntrtxt h2.post-date,
#news-content.all .news-post .news-post-text .cntrtxt h3.post-date,
#news-content.all .news-post .news-post-text .cntrtxt h4.post-date,
#news-content.all .news-post .news-post-text .cntrtxt h5.post-date,
#news-content.all .news-post .news-post-text .cntrtxt h6.post-date {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
#news-content.all .news-post .news-post-text .cntrtxt h1.post-title,
#news-content.all .news-post .news-post-text .cntrtxt h2.post-title,
#news-content.all .news-post .news-post-text .cntrtxt h3.post-title,
#news-content.all .news-post .news-post-text .cntrtxt h4.post-title,
#news-content.all .news-post .news-post-text .cntrtxt h5.post-title,
#news-content.all .news-post .news-post-text .cntrtxt h6.post-title {
  font-size: 1.75em;
  font-family: "quiche-text", Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}
#news-content.all .news-post .news-post-text .cntrtxt p {
  margin-bottom: 1rem;
  line-height: 1.5em;
}
#news-content.all .news-post .news-post-text .cntrtxt p:last-of-type {
  margin-bottom: 0;
}

.news-post {
  background-color: #003d3d;
  position: relative;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .news-post {
    margin-top: 2rem;
  }
}
.news-post:first-of-type {
  margin-top: 0;
}
.news-post .news-post-content {
  position: relative;
  display: flex;
  background: none !important;
}
@media (max-width: 768px) {
  .news-post .news-post-content {
    flex-direction: column;
  }
}
.news-post .news-post-content.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .news-post .news-post-content.reverse {
    flex-direction: column;
  }
}
.news-post .news-post-img {
  position: relative;
}
@media (max-width: 1248px) {
  .news-post .news-post-img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .news-post .news-post-img {
    position: relative;
    top: auto;
    left: auto;
    right: auto !important;
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 640px) {
  .news-post .news-post-img {
    height: 300px;
  }
}
.news-post .news-post-img.right {
  left: auto;
  right: 0;
}
.news-post .news-post-text {
  position: relative;
  color: #d6c794;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  background: none !important;
}
@media (max-width: 1248px) {
  .news-post .news-post-text {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .news-post .news-post-text {
    width: 100%;
    height: auto;
    min-height: 0;
  }
}
.news-post .news-post-text .cntrtxt {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 4em 2em;
  background: none !important;
}
@media (max-width: 1024px) {
  .news-post .news-post-text .cntrtxt {
    padding: 2em;
  }
}
@media (max-width: 768px) {
  .news-post .news-post-text .cntrtxt {
    padding: 2em 1em 4rem;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    transform: translate(0%, 0%) !important;
    -webkit-transform: translate(0%, 0%) !important;
    -moz-transform: translate(0%, 0%) !important;
    -ms-transform: translate(0%, 0%) !important;
    -o-transform: translate(0%, 0%) !important;
  }
}
@media (max-width: 640px) {
  .news-post .news-post-text .cntrtxt {
    text-align: center;
    padding: 2em 1em;
  }
}
.news-post .news-post-text .cntrtxt hr {
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  margin: 1.5rem 0 1rem;
  background-color: #ffffff;
}
@media (max-width: 640px) {
  .news-post .news-post-text .cntrtxt hr {
    margin: 1.5rem auto 1rem;
  }
}
.news-post .news-post-text .cntrtxt h2.post-title {
  font-family: "quiche-text", Arial, Helvetica, sans-serif;
  line-height: 130%;
  margin-bottom: 1rem;
}
.news-post .news-post-text .cntrtxt .post-date {
  background: none !important;
}
.news-post .news-post-text .cntrtxt .post-text {
  padding: 3rem 0;
}
@media (max-width: 768px) {
  .news-post .news-post-text .cntrtxt .post-text {
    padding: 2rem 0;
  }
}
.news-post .news-post-text .cntrtxt a {
  color: #d6c794;
  text-decoration: underline;
  background: none !important;
}
* .news-post .news-post-text .cntrtxt a:hover {
  color: rgb(221.0641891892, 208.6486486486, 166.4358108108);
}
.news-post .news-post-text .cntrtxt a.arrowlink {
  color: #d6c794;
  font-size: 1.125em;
  font-family: "montserrat", Arial, Helvetica, sans-serif;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.news-post .news-post-text .cntrtxt a.arrowlink:hover {
  opacity: 0.65;
}
.news-post.style-2 {
  background-color: #d6c794;
}
.news-post.style-2 .cntrtxt {
  color: #000101;
}
.news-post.style-2 .cntrtxt a {
  color: #000101;
}
.news-post.style-2 .cntrtxt a:hover {
  color: rgb(0, 26.5, 26.5);
}
.news-post.style-2 .cntrtxt a.arrowlink {
  color: #000101;
}
.news-post.style-2 .cntrtxt a.arrowlink:hover {
  color: rgb(0, 26.5, 26.5);
}

.news-post-single {
  position: relative;
}
@media (max-width: 640px) {
  .news-post-single {
    padding: 0 1em;
    width: 100%;
  }
}
.news-post-single .news-post-img {
  position: relative;
  margin-top: 4rem;
}
.news-post-single h1.post-title,
.news-post-single h2.post-title {
  font-family: "montserrat", Arial, Helvetica, sans-serif;
  line-height: 1.125em;
  font-size: 2em;
  margin-bottom: 0.5rem !important;
}
@media (max-width: 640px) {
  .news-post-single h1.post-title,
  .news-post-single h2.post-title {
    padding: 0 1rem;
  }
}
.news-post-single hr {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin: 1.5rem 0 1rem;
  background-color: #003d3d;
}
.news-post-single .post-date {
  font-family: "montserrat", Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #003d3d;
}
@media (max-width: 640px) {
  .news-post-single .post-date {
    padding: 0 1rem;
  }
}
.news-post-single .default-content {
  text-align: left;
}
@media (max-width: 640px) {
  .news-post-single .default-content {
    padding: 0 1rem;
  }
}
.news-post-single .default-content h2 {
  font-size: 1.5em;
  margin-top: 0.5rem;
}
.news-post-single .default-content h3 {
  font-size: 1.25em;
}
.news-post-single .default-content h4 {
  font-size: 1.125em;
}
.news-post-single .default-content h5 {
  font-size: 1em;
}
.news-post-single .default-content h6 {
  font-size: 1em;
}
nav.pagination {
  text-align: center;
  margin: 3rem 0 0;
}
nav.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
nav.pagination .nav-links a, nav.pagination .nav-links span {
  font-weight: 700;
  width: 40px;
  height: 40px;
  color: #003d3d;
  border: 1px solid #003d3d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: rgba(var(--secondary-color-rgb), 0);
  -webkit-transition: color 0.5s ease, background-color 0.5s ease;
  -moz-transition: color 0.5s ease, background-color 0.5s ease;
  -ms-transition: color 0.5s ease, background-color 0.5s ease;
  -o-transition: color 0.5s ease, background-color 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease;
}
nav.pagination .nav-links a:hover, nav.pagination .nav-links a.current, nav.pagination .nav-links span:hover, nav.pagination .nav-links span.current {
  color: #ffffff;
  background-color: #003d3d;
}
