/* Test Fonts */

@font-face {
  font-family: 'GoodVibes';
  src: url('../fonts/good_vibes-webfont.eot');
  src: url('../fonts/good_vibes-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/good_vibes-webfont.woff') format('woff'),
       url('../fonts/good_vibes-webfont.ttf') format('truetype'),
       url('../fonts/good_vibes-webfont.svg#GoodVibes') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --avantGardeGothic: 'itc-avant-garde-gothic-pro', sans-serif;
  --goodVibesFont: GoodVibes, sans-serif;
}

/* Reset CSS */

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

button {
  cursor:pointer;
  background-color:transparent;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

ul, ol, menu {
  list-style: none
}

input, select, button {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

html, body {
  height: 100%;
  font-size: 18px;
  font-family: Arial, sans-serif;
  color: #231f20;
  line-height: 1.5em;
}

@media only screen and (max-width: 2048px) {
  /* When switching from land to port on Android phones, some
			text elements don't auto resize to fit port mode.  Applying
			a transparent BG fixes this bug */
  h1, h2, h3, h4, h5, h6, p, ul, li {
    background: url(../images/transparentimage.png) 0 0 repeat;
  }
}

*:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color:#0078C8 !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: absolute !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
  z-index: 10000002;
  cursor: pointer;
  background-color: #ffffff;
  padding: 15px;
  font-size: 23px;
  border: 1px solid #000;
  color: #000 !important;
}

.swiper-button-next:focus-visible,
.swiper-button-prev:focus-visible,
.swiper-pagination-bullet:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.sitewidth {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2%;
}

h1 {
  font-family: var(--avantGardeGothic);
  color: #231f20;
  font-size: 40px;
  line-height: 1.3em;
}

.wp-block-heading {
  font-family: var(--avantGardeGothic);
}

h2.wp-block-heading {
  font-size: 30px;
  line-height: 1.1em;
}

h3.wp-block-heading {
  font-size: 25px;
  line-height: 1.1em;
}

a.btn, .btn, .wp-block-button__link {
  padding: 10px 20px;
  min-width: 115px;
  font-family: var(--avantGardeGothic) !important;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  line-height: 1.2em;
  background-color: #d21242;
  color: #FFF;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  display: inline-block;
}

a.btn:hover, .btn:hover, .wp-block-button__link:hover {
  background-color: transparent;
  color: #d21242;
  border-color: #d21242;
}

.wp-block-button__link:hover span {
  color: #d21242 !important;
}

main {
  padding-top: 50px;
}

.category main,
.tag main {
  padding-top: 0;
}

/* --------------------------------------- 
    Single Post Styles 
--------------------------------------- */

.single-post .postWrapper {
  margin-bottom: 50px;
}

.single-post .left .dateAndCats {
  display: flex;
  gap: 0 30px;
  margin-bottom: 30px;
}

.single-post .left .dateAndCats .date {
  background-image: url(../images/calendar-icon.png);
  background-repeat: no-repeat;
  padding-left: 26px;
  font-size: 17px;
  background-size: auto;
  background-position: left center;
}

.single-post .left .dateAndCats .categories {
  background-image: url(../images/icon-category.png);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-size: auto;
  background-position: left center;
}

.single-post .left .dateAndCats .categories a {
text-decoration: none;
color: #231f20;
font-size: 17px;
}

.single-post .left .postTitle {
  margin-bottom: 15px;
}

.single-post .left .wp-post-image {
  width: 100%;
  margin-bottom: 30px;
}

.single-post .left .postContent {
  font-size: 20px;
  line-height: 1.6em;
}

.single-post .left .postContent > * {
  margin-bottom: 30px;
}

.single-post .left .postContent ul {
  list-style: disc;
  margin-left: 30px;
}

.single-post .left .postContent ol {
  list-style: decimal;
  margin-left: 30px;
}

.single-post .left .postContent a:not(.wp-block-button__link) {
  color: #5493c6;
}

.single-post .left .nextPrevPostLinks {
  font-family: var(--avantGardeGothic);
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid #898989;
}

.single-post .left .nextPrevPostLinks a {
  color: #d21242;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}

@media (min-width: 767px) {
  .single-post .postWrapper {
    display: flex;
    gap: 0 55px;
  }

  .single-post .postWrapper .left {
    flex-basis: 75%;
  }

  .single-post .postWrapper .right {
    flex: 1;
    position: relative;
  }

  .single-post .postWrapper .right .postSidebarWrapper {
    position: sticky;
    top: 50px;
    left: 0;
    width: 100%;
    min-height: 85vh;
}
}

/* --------------------------------------- 
    Single Post Sidebar Styles 
--------------------------------------- */

.postSidebarWrapper {
  display: flex;
  flex-direction: column;
  gap: 55px 0;
}

.postSidebarWrapper .header,
.postSidebarWrapper .dynamicSidebarContent h3,
.postSidebarWrapper .dynamicSidebarContent h2,
.postSidebarWrapper .dynamicSidebarContent h4 {
  font-family: var(--avantGardeGothic);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.postSidebarWrapper .dynamicSidebarContent h3,
.postSidebarWrapper .dynamicSidebarContent h2,
.postSidebarWrapper .dynamicSidebarContent h4 {
  margin-bottom: 0;
}

.postSidebarWrapper .dynamicSidebarContent .widget_text {
  font-size: 16px;
}

.postSidebarWrapper .dynamicSidebarContent .widget_text {
  font-size: 16px;
}

.postSidebarWrapper .dynamicSidebarContent ul {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.postSidebarWrapper .shareLinks {
  display: flex;
  gap: 0 30px;
}

.postSidebarWrapper .recentRelatedPosts {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.postSidebarWrapper .postItem {
  display: flex;
  gap: 0 15px;
  text-decoration: none;
}

.postSidebarWrapper .postItem .imageWrap {
  flex-basis: 87px;
  width: 87px;
  height: 87px;
  overflow: hidden;
  border-radius: 10px;
}

.postSidebarWrapper .postItem .right {
  flex: 1;
}

.postSidebarWrapper .postItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.1s ease-in-out;
  transform-origin: center center;
}

.postSidebarWrapper .postItem .sidebarPostTitle {
  font-family: var(--avantGardeGothic);
  font-size: 15px;
  line-height: 1.5em;
  color: #231f20;
  transition: color 0.2s ease-in-out;
}

.postSidebarWrapper .postItem span {
  font-family: var(--avantGardeGothic);
  font-size: 14px;
  line-height: 1.5em;
  color: #d21242;
  font-weight: 300;
}

.postSidebarWrapper .postItem:hover img {
  transform: scale(1.02);
}

.postSidebarWrapper .postItem:hover .sidebarPostTitle {
  color: #d21242;
}

/* --------------------------------------- 
    Header Styles 
--------------------------------------- */

header {
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  padding-bottom: 30px;
  position: relative;
  z-index: 100;
}

header, header a {
  color: #231f20;
  text-decoration: none;
  font-family: var(--avantGardeGothic);
  font-weight: 300;
  font-size: 16px;
}

header a {
  transition: color 0.2s ease-in-out;
}

header a:hover,
header a[aria-current="page"] {
  color: #d21242;
}

header .headerContent .topNavigation {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #231f20;
  padding: 10px 0;
  margin-bottom: 30px;
}

header .headerContent .topNavigation .left {
  align-content: center;
}

header #menu-top-navigation,
header #menu-main-navigation {
  display: none;
}

header .headerContent .mainNavigationWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .headerContent .right {
  display: flex;
  align-items: center;
  gap: 0 55px;
}

header .headerContent .mainNavigationWrap .left {
  max-width: 317px;
}

header .headerContent .right > #SiteSearchForm {
  display: none;
}

@media (min-width: 1110px) {
  header .headerContent .right > #SiteSearchForm {
    display: block;
  }
}

@media (min-width: 800px) {
  header #menu-top-navigation,
  header #menu-main-navigation {
    display: flex;
    gap: 0 55px;
  }
}

@media (max-width: 800px) {
  header .headerContent .topNavigation {
    justify-content: center;
  }
  
  header .custom-logo-link img {
    max-width: 200px;
  }
}
 
@media (max-width: 767px) {
  iframe#XGHJNBXY {
    margin-left: -100px;
  }
}

/* --------------------------------------- 
    Search Form Styles 
--------------------------------------- */

#SiteSearchForm {
  border: 1px solid #dddddd;
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%;
}

@media (min-width: 800px) {
  #SiteSearchForm {
    max-width: 300px;
  } 
}

#SiteSearchForm > div {
  display: flex;
  justify-content: space-between;
}

#SiteSearchForm input[type=text] {
  padding: 10px 12px;
  font-size: 15px;
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#SiteSearchForm input[type=text]::placeholder {
  font-size: 15px;
  color: #8c8c8c;
}

#SiteSearchForm input[type=submit] {
  background-color: #d21242;
  height: 100%;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  padding: 10px 12px;
  width: 39px;
  cursor: pointer;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}


/* --------------------------------------- 
    Mobile Navigation Styles 
--------------------------------------- */

#MobileNavigation {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFF;
  padding: 20px;
  width: 100%;
  border-top: 1px solid #dddddd;
  box-shadow: 0 8px 14px rgba(0, 0, 0, .1);
}

#MobileNavigation.open {
  display: block;
}

#MobileNavigationButton {
  width: 42px;
  height: 42px;
  background-color: #d21242;
  padding: 8px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px 0;
  justify-content: center;
  align-items: center;
}

#MobileNavigationButton span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  transition: all 0.2s ease-in-out;
}

#MobileNavigationButton.open span:nth-child(2) {
  display: none;
}

#MobileNavigationButton.open span:nth-child(1) {
  transform: translate(0px, 6px) rotate(45deg);
}

#MobileNavigationButton.open span:nth-child(3) {
  transform: translate(0px, -2px) rotate(-45deg);
}

#MobileNavigation ul {
  margin-bottom: 20px;
}

#MobileNavigation ul li {
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}

#MobileNavigation ul li a {
  display: block;
}

@media (min-width: 800px) {
  

  #MobileNavigationButton {
    display: none;
  }
}

/* --------------------------------------- 
    Footer Styles 
--------------------------------------- */

/* --------------------------------------- 
    Header Image Styles 
--------------------------------------- */



.headerImageWrap {
  margin-bottom: 50px;
}

.headerImageWrap.noImage {
  margin-top: 50px;
}

.headerImageWrap.frontPage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 50px 0;
  position: relative;
}

.headerImageWrap.taxPage {
  min-height: 450px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column-reverse;
}

.headerImageWrap.taxPage .imageContainer {
  position: relative;
}

.headerImageWrap.taxPage .content {
  position: relative;
  gap: 50px 25px;
  display: flex;
  padding: 50px 2%;
}

.headerImageWrap.taxPage .content .innerContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.headerImageWrap.taxPage .decorImage {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.headerImageWrap .subheadline {
  font-family: var(--avantGardeGothic);
  text-transform: uppercase;
  font-size: 20px;
  color: #d21242;
}

.headerImageWrap h1 {
  margin-bottom: 20px;
}

.headerImageWrap .bodyCopy {
  font-size: 20px;
  line-height: 1.6em;
}

.headerImageWrap h1 > span {
  font-family: var(--goodVibesFont);
  text-transform: lowercase;
  font-size: 1.8em;
  font-weight: 500;
  position: relative;
  top: 8px;
}

.headerImageWrap h1 > span:has( > span) {
  font-family: var(--avantGardeGothic);
  font-size: 40px;
  line-height: 1.3em;
  position: initial;
  font-weight: bold;
}

.headerImageWrap h1 > span > span {
  font-family: var(--goodVibesFont);
  text-transform: lowercase;
  font-size: 1.8em;
  font-weight: 500;
  position: relative;
  top: 8px;
}

.headerImageWrap .mainImage {
  width: 100%;
}

.headerImageWrap.taxPage .mainImage {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1000px) {
  .headerImageWrap.frontPage,
  .headerImageWrap.taxPage {
    flex-direction: row;
  }

  .headerImageWrap.taxPage .imageContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
  }

  .headerImageWrap.taxPage .content .innerContent {
    flex-basis: 50%;
  }

  .headerImageWrap.frontPage > div {
    flex-basis: 46%;
  }

  
  .headerImageWrap.taxPage .decorImage {
    display: block;
  }
}

/* --------------------------------------- 
    Homepage Categories
--------------------------------------- */

.homepageTopCategories {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
  gap: 40px 70px;
  align-items: center;
  margin-bottom: 80px;
}

.homepageTopCategories a {
  text-decoration: none;
  max-width: 470px;
  margin: 0 auto;
}

.homepageTopCategories .imageWrap {
  max-height: 400px;
  height: 100%;
  display: flex;
  align-items: end;
  margin-bottom: 10px;
}

.homepageTopCategories .imageWrap img {
  transition: scale 0.2s ease-in-out;
}

.homepageTopCategories .catName {
  color: #d21242;
  text-transform: uppercase;
  font-family: var(--avantGardeGothic);
}

.homepageTopCategories .catLink {
  font-family: var(--avantGardeGothic);
  color: #231f20;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0 20px;
  transition: gap 0.2s ease-in-out;
}

.homepageTopCategories a:hover .catLink {
  gap: 0 25px;
}

.homepageTopCategories a:hover .imageWrap img {
  scale: 1.02;
}

@media (min-width: 767px) {
  .homepageTopCategories {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (min-width: 1200px) {
  .homepageTopCategories {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* --------------------------------------- 
    Post List Styles
--------------------------------------- */

.postListStyles {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px 4%;
}

.postListStyles .post {
  text-decoration: none;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-size: 0% 0%;
  display: flex;
  flex-direction: column;
  min-height: 500px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .15);
}

.postListStyles .post::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(146, 100, 149, 0.9);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.postListStyles .post:hover::after {
  opacity: 1;
  visibility: visible;
}

.postListStyles .post .imageWrap {
  width: 100%;
  overflow: hidden;
  height: 230px;
}

.postListStyles .post .imageWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.postListStyles .post .bottomContent {
  padding: 25px 20px 45px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f5f5f5;
  z-index: 1;
  position: relative;
  flex: 1;
}

.postListStyles .post .title {
  font-family: var(--avantGardeGothic);
  font-weight: 700;
  font-size: 18px;
  color: #231f20;
}

.postListStyles .post .dateButton {
  display: flex;
  justify-content: space-between;
}

.postListStyles .post .date {
  color: #231f20;
  font-size: 14px;
  line-height: 18px;
  background-image: url(../images/calendar-icon.png);
  background-repeat: no-repeat;
  padding-left: 26px;
  background-size: auto;
  background-position: left center;
  align-content: space-evenly;
}

.postListStyles .post .btn {
  background-color: transparent;
  color: #d21242;
  border-color: #d21242;
  display: block;
  transition: none;
}

.postListStyles .post .excerpt {
  display: none;
  color: #FFF;
}

.postListStyles .post:hover .excerpt {
  display: block;
}

.postListStyles .post:hover {
  background-size: cover;
  background-position: center center;
}

.postListStyles .post:hover .imageWrap {
  height: 0px;
}

.postListStyles .post:hover .imageWrap img {
  opacity: 0;
}

.postListStyles .post:hover .btn {
  background-color: #FFF;
  color: #926495;
  border-color: #fff;
}

.postListStyles .post:hover .bottomContent {
  background-color: transparent;
  height: 100%;
}

.postListStyles .post:hover .title {
  color: #FFF;
}

.postListStyles .post:hover .date {
  opacity: 0;
}

@media (min-width: 636px) {
  .postListStyles {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .postListStyles {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1250px) {
  .postListStyles {
    grid-template-columns: repeat(4, 1fr);
  }
}

.postPagination {
  margin: 50px auto;
  text-align: center;
}

.postPagination a,
.postPagination span {
  font-family: var(--avantGardeGothic);
  font-size: 17px;
}

.postPagination a {
  color: #d21242;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.postPagination a:hover,
.postPagination .current {
  color: #231f20;
}

.postPagination .nav-links {
  display: flex;
  gap: 0 13px;
  justify-content: center;
}

/* --------------------------------------- 
    Start Footer Styles
--------------------------------------- */

footer {
  background-color: #5c3c61;
  padding: 30px 0 55px;
}

footer,
footer a {
  color: #FFF;
  text-decoration: none;
}

footer .topContent {
  display: flex;
  flex-direction: column;
  gap: 0 20px;
}

footer .topContent .left {
  flex-basis: 139px;
}

footer .topContent .right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 20px 0;
  flex: 1;
}

footer .topContent .socialNav {
  display: flex;
  gap: 0 30px;
  justify-content: center;
}

footer .topContent #menu-footer-navigation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

footer #menu-footer-navigation li {
  display: flex;
}

footer #menu-footer-navigation li a,
footer #menu-footer-navigation li span {
  font-weight: 600;
  font-size: 17px;
}

footer #menu-footer-navigation li span {
  display: none;
  margin: 0 15px;
  display: inline-block;
}

footer #menu-footer-navigation li:last-of-type span {
  display: none;
}

footer .topContent  {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #FFF;
}

footer .topContent .logoWrap {
  display: inline-block;
}

@media (min-width: 767px) {
  footer .topContent {
    flex-direction: row;
    justify-content: space-between;
  }

  footer .topContent .socialNav {
    justify-content: end;
  }

  footer .topContent #menu-footer-navigation {
    justify-content: end;
  }
}

footer .bottomContent {
  display: flex;
  flex-direction: column;
  gap: 30px 5%;
}

footer .bottomContent .left {
  flex: 1;
  font-size: 16px;
}

footer .bottomContent .left p {
  margin-bottom: 10px;
}

footer .bottomContent .left p:last-of-type {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 950px) {
  footer .bottomContent {
    flex-direction: row;
  }

  footer .bottomContent .right {
    flex-basis: 319px;
  }
}

/* --------------------------------------- 
    End Footer Styles
--------------------------------------- */
/* --------------------------------------- 
    Start Filters Wrap
--------------------------------------- */

.postListFilters {
  margin: 50px auto;
  display: flex;
  justify-content: end;
  gap: 0 50px;
  display: none;
}

.postListFilters > div {
  max-width: 245px;
  width: 100%;
}

.postListFilters select {
  border: 1px solid #dedede;
  padding: 10px 15px;
  color: #8a8a8a;
  border-radius: 10px;
  background-image: url(../images/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 93% center;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  font-family: var(--avantGardeGothic);
  font-size: 16px;
  cursor: pointer;
}

.postListFilters .header {
  font-family: var(--avantGardeGothic);
  font-weight: 700;
  font-size: 17px;
  color: #231f20;
}

@media (min-width: 767px) {
  .postListFilters {
    display: flex;
  }
}

/* --------------------------------------- 
    End Filters Wrap
--------------------------------------- */
/* --------------------------------------- 
    Start 404 Page 
--------------------------------------- */

.pageNotFoundWrapper {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.pageNotFoundWrapper h1 {
  margin-bottom: 20px;
}

.pageNotFoundWrapper a {
  display: inline;
}

/* --------------------------------------- 
    End 404 Page 
--------------------------------------- */

/* --------------------------------------- 
    Wordpress Block Styles
--------------------------------------- */

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile > figure {
    margin-bottom: 20px;
  }
}

/* --------------------------------------- 
    Wordpress Block Styles
--------------------------------------- */

/* ----------------------------------------------------
		Start Footer From Site
------------------------------------------------------- */

#Wrapper {
  position: relative;
  overflow: hidden;
}

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 35px 0;
  background-color: #5c3c61;
  color: #ffffff;
}

  footer .content a {
      color: #ffffff;
  }

  footer .content .upperHalf {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-bottom: 25px;
      padding-bottom: 35px;
      border-bottom: 1px solid #ffffff;
  }

      footer .content .upperHalf .right {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          width: 100%;
      }

          footer .content .upperHalf .right .social {
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              justify-content: flex-end;
              margin-bottom: 15px;
          }

              footer .content .upperHalf .right .social .socItem {
                  margin-left: 30px;
                  display: inline-block;
              }

          footer .content .upperHalf .right .footerNav ul {
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              justify-content: flex-end;
              width: 100%;
              font-weight: 600;
              font-size: 16px;
          }

              footer .content .upperHalf .right .footerNav ul li .sep {
                  padding: 0 15px;
              }

  footer .content .lowerHalf {
      font-size: 15px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      line-height: 1.4em;
  }

      footer .content .lowerHalf .text .addressLine {
          font-weight: 700;
          width: 100%;
      }

      footer .content .lowerHalf .text .disclaimer {
          font-size: 14px;
      }

      footer .content .lowerHalf .awards {
          width: 100%;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          align-items: flex-start;
          margin-left: 25px;
          justify-content: flex-end;
      }

          footer .content .lowerHalf .awards .award {
              margin-left: 15px;
          }

@media only screen and (max-width: 1350px) {
  footer .content .upperHalf .right .footerNav {
      align-self: flex-end;
  }

      footer .content .upperHalf .right .footerNav ul {
          flex-wrap: wrap;
      }

          footer .content .upperHalf .right .footerNav ul li {
              width: 30%;
              text-align: right;
          }

              footer .content .upperHalf .right .footerNav ul li .sep {
                  display: none;
              }

  footer .content .lowerHalf .text {
      width: 70%;
  }

  footer .content .lowerHalf .awards {
      width: 30%;
  }
}

@media only screen and (max-width: 1050px) {
  footer .content .lowerHalf {
      flex-wrap: wrap;
  }

      footer .content .lowerHalf .text {
          width: 100%;
      }

      footer .content .lowerHalf .awards {
          width: 100%;
          justify-content: center;
          margin-top: 15px;
          margin-left: 0;
      }

      footer .content .lowerHalf .award {
          margin: 0 10px !important;
      }
}

@media only screen and (max-width: 700px) {
  footer .content .upperHalf {
      flex-wrap: wrap;
      justify-content: center;
  }

      footer .content .upperHalf .right .social {
          justify-content: center;
          margin: 25px 0;
      }

          footer .content .upperHalf .right .social .socItem {
              margin: 0 15px;
          }

      footer .content .upperHalf .right .footerNav ul {
          justify-content: center;
      }

          footer .content .upperHalf .right .footerNav ul li {
              text-align: center;
              width: unset;
              margin: 0 20px;
          }
}

@media only screen and (max-width: 500px) {
  footer .content .upperHalf .right .footerNav ul li {
      width: 100%;
  }
}

/* ----------------------------------------------------
  End Footer
------------------------------------------------------- */