/*
 Theme Name:   Wave EMEA 2021 Child
 Description:  Twenty Twenty One Child Theme for Expedia EMEA Explore Blogs
 Author:       Andrew Gray
 Author URI:   https://wave.dev
 Template:     twentytwentyone
 Version:      1.0.0
*/
/* ====================== FONTS ====================== */
@font-face {
  font-family: 'Centra No2';
  src: url('fonts/CentraNo2-Medium.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Centra No2 Book';
  src: url('fonts/CentraNo2-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Centra No2';
  src: url('fonts/CentraNo2-Medium.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Centra No2';
  src: url('fonts/CentraNo2-BookItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Centra No2';
  src: url('fonts/CentraNo2-MediumItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Centra No2';
  src: url('fonts/CentraNo2-MediumItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Centra No2';
  src: url('fonts/CentraNo2-Medium.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Centra No2';
  src: url('fonts/CentraNo2-MediumItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Centra No2';
  src: url('fonts/CentraNo2-MediumItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Centra No2 Hairline';
  src: url('fonts/CentraNo2-HairlineItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Centra No2 Hairline';
  src: url('fonts/CentraNo2-Hairline.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Centra No2';
  src: url('fonts/CentraNo2-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Centra No2';
  src: url('fonts/CentraNo2-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Centra No2';
  src: url('fonts/CentraNo2-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
* {
  font-family: 'Centra No2', sans-serif;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a:focus {
  /* background: unset !important; */
  color: inherit;
}
p {
  font-family: 'Centra No2 Book';
  font-weight: normal;
}
body {
  margin: 0px;
}
h1 {
  font-size: 32px;
  font-weight: bold;
}
h2 {
  font-size: 30px;
  font-weight: bold;
}
h3 {
  font-size: 26px;
  font-weight: bold;
}
h4 {
  font-size: 26px;
  font-weight: 500;
}
h5 {
  font-size: 24px;
  font-weight: bold;
}
h6 {
  font-size: 22px;
  font-weight: 500;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100% !important;
}
/* ====================== FOOTER ====================== */
#ag-footer {
  display: flex;
  flex-direction: column;
  padding: 0% 10%;
  -webkit-box-shadow: 0px -2px 11px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px -2px 11px 0px rgba(0, 0, 0, 0.22);
  margin-top: 5%;
  background-color: #fff;
}
#ag-footer .ag-site-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ag-footer .ag-site-info > p {
  font-size: 12px;
  color: #343b53;
  text-align: center;
  margin-bottom: 15px;
}
#ag-footer .ag-site-info > span {
  font-size: 12px;
  color: #343b53;
  text-align: center;
  margin: 25px 0px;
}
#ag-footer .ag-footer-icons {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.5%;
}
#ag-footer .expgroup-icon {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.5%;
}
#footer-menu-list {
  list-style: none;
  display: flex;
  margin: 2.5% 0;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
}
#footer-menu-list > li > a {
  text-decoration: none;
  font-size: 12px;
  color: #343b53;
  margin-right: 15px;
}
#footer-menu-list > li > a:hover {
  text-decoration: underline;
}
#footer-menu-list > li:last-child > a {
  margin-right: 0;
}
/* ====================== HEADER ====================== */
.ag-footer-navigation-wrapper {
  padding: 0;
}
.ag-explore-header-branding {
  display: flex;
  padding: 2.5% 10%;
  justify-content: space-between;
  border-bottom: 1px solid #d7d7d7;
}
.ag-explore-header-branding .ag-explore-header-branding-left {
  display: flex;
  align-items: center;
}
.ag-explore-header-branding .ag-explore-header-branding-left img {
  height: 43px;
}
#brand-menu-list {
  list-style: none;
  display: flex;
  padding: 0;
}
#brand-menu-list > li {
  margin-left: 25px;
}
#brand-menu-list > li > a {
  text-decoration: none;
  font-size: 16px;
  color: #141d38;
  font-weight: 500;
}
.primary-navigation {
  padding: 0px 10% !important;
  display: flex;
  justify-content: space-between;
}
.primary-menu-container #primary-menu-list > li {
  display: flex;
  align-items: center;
  margin-right: 26px;
  position: relative;
  height: 50px;
  box-sizing: content-box;
}
.primary-menu-container #primary-menu-list > li > a {
  text-decoration: none;
  font-size: 16px;
  color: #141d38;
  font-weight: 500;
}
.primary-menu-container #primary-menu-list .menu-item-has-children > a::after {
  content: url('/stories/wp-content/uploads/2021/05/exp-down-icon-1x.png');
  margin-top: -3px;
  margin-left: 5px;
}
#primary-menu-list .sub-menu {
  display: none;
}
.ag-site-header {
  position: relative;
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.primary-navigation .ag-social-icons,
.primary-navigation-mobile .ag-social-icons {
  display: flex;
  align-items: center;
}
.primary-navigation .ag-social-icons a,
.primary-navigation-mobile .ag-social-icons a {
  display: flex;
}
.primary-navigation .ag-social-icons img,
.primary-navigation-mobile .ag-social-icons img {
  height: 20px;
  margin-left: 15px;
}
.ag-site-header {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
/* #ag-content{
    display: inline-block;
    width: 100%;
} */
.ag-home-banner {
  background-image: url('/stories/wp-content/uploads/2021/05/explore-uk-home.png');
  height: 300px;
  background-position: center;
  background-size: cover;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
@media (min-width: 800px) {
  #site-navigation .menu-button-container {
    display: none;
  }
}
.primary-navigation > div > .menu-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  max-width: none;
  padding-left: 0;
  position: relative;
  height: 50px;
}
.primary-navigation .menu-item-has-children:hover > .sub-menu {
  display: block !important;
}
.primary-navigation .menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  padding: 10px 0;
  list-style: none;
  top: 50px;
  font-size: 14px;
  background-color: #fff;
  width: 200px;
  border-radius: 0px 0px 8px 8px;
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
  transform: translateZ(-2px);
  -webkit-transform: translateZ(-2px);
  max-height: 70vh;
  overflow: auto;
}
.primary-navigation .menu-item-has-children:hover {
  border-bottom: 2px solid #005aeb;
}
.primary-navigation .menu-item-has-children:hover > .sub-menu > li {
  padding: 10px 12px;
}
.primary-navigation .menu-item-has-children:hover > .sub-menu > li > a {
  color: #141d38;
  text-decoration: none;
  font-weight: 500;
}
.primary-navigation .menu-item-has-children:hover > .sub-menu > li > a:hover {
  color: #005aeb;
}
.primary-navigation .menu-item-has-children > a:hover {
  color: #005aeb !important;
}
/* .box-shadow-cover{
    bottom: 0;
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 20px;
    z-index: 1;
}
.box-shadow{
    bottom: 0;
    position: absolute;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
    width: 100%;
    height: 10px;
} */
/* .primary-menu-container{
    z-index: 3;
} */
.ag-category-banner {
  background-image: url('/stories/wp-content/uploads/2021/05/explore-uk-home.png');
  width: 100%;
  height: 350px;
  background-position: center;
  background-size: cover;
}
.ag-category-breadcrumbs {
  margin-left: 10%;
  padding-top: 15px;
}
.ag-category-breadcrumbs a,
.ag-category-breadcrumbs span {
  color: #525252;
  font-size: 14px;
  text-decoration: none;
}
.ag-category-breadcrumbs a:hover {
  text-decoration: underline;
}
.ag-category-header .page-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: 2% auto;
}
.ag-category-header .archive-description {
  margin: 0% 15%;
  padding-bottom: 2.5%;
}
.ag-category-header {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
}
.ag-custom-pagination {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.ag-custom-pagination li {
  margin-right: 10px;
}
.ag-custom-pagination span.disabled {
  color: #757575;
  font-size: 20px;
}
.ag-custom-pagination .page-numbers {
  color: #005aeb;
  text-decoration: none;
}
.ag-custom-pagination .next,
.ag-custom-pagination .prev {
  font-size: 20px;
}
.ag-custom-pagination .current {
  color: #141d38;
}
.ag-custom-pagination a:hover {
  text-decoration: underline;
}
.ag-pagination-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-left: auto; */
  /* margin-right: auto; */
  margin-top: 5%;
  margin-bottom: 2.5%;
}
.ag-archive-posts-container {
  padding: 0% 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}
.ag-archive-post-container-small {
  width: 32.5%;
  display: flex;
  flex-direction: column;
  z-index: 0;
}
.ag-archive-post-container-small .ag-archive-post-small-top {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 5px 5px 0px 0px;
  background-color: #757575;
  position: relative;
}
.ag-archive-post-container-small .ag-archive-post-small-bottom {
  border-radius: 0px 0px 5px 5px;
  padding: 10px;
  background-color: #fff;
  height: calc(100% - 200px);
}
.ag-archive-post-container-small
  .ag-archive-post-small-bottom
  .ag-archive-post-title {
  color: #141d38;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 22px;
}
.ag-archive-post-container-small .ag-archive-post-small-bottom p {
  color: #343b53;
  font-family: 'Centra No2 Book';
  font-weight: normal;
}
.ag-archive-post-container.post-large {
  width: 65.5%;
}
.ag-archive-post-container {
  display: flex;
}
.ag-archive-post-container.post-large .ag-archive-post-left {
  width: 60%;
  background-size: cover;
  background-position: center;
  border-radius: 5px 0px 0px 5px;
  background-color: #757575;
  position: relative;
}
.ag-archive-post-container.post-large .ag-archive-post-right {
  width: 40%;
  padding: 10px;
  border-radius: 0px 5px 5px 0px;
  background-color: #fff;
}
.ag-archive-post-container.post-large
  .ag-archive-post-right
  .ag-archive-post-title {
  color: #141d38;
  font-weight: bold;
  font-size: 22px;
  text-transform: capitalize;
}
.ag-archive-post-container.post-large .ag-archive-post-right p {
  color: #343b53;
  font-family: 'Centra No2 Book';
  font-weight: normal;
}
.ag-archive-post-container.post-medium {
  width: 49.5%;
}
.ag-archive-post-container-small,
.ag-archive-post-container {
  -webkit-box-shadow: 0px 0px 8px 0px rgb(175 175 175 / 50%);
  box-shadow: 0px 0px 8px 0px rgb(175 175 175 / 50%);
  margin-bottom: 18px;
}
.ag-archive-post-container.post-medium .ag-archive-post-left {
  width: 60%;
  background-size: cover;
  background-position: center;
  border-radius: 5px 0px 0px 5px;
  background-color: #757575;
}
.ag-archive-post-container.post-medium .ag-archive-post-right {
  width: 40%;
  padding: 10px;
  border-radius: 0px 5px 5px 0px;
  background-color: #fff;
}
.ag-archive-post-container.post-medium
  .ag-archive-post-right
  .ag-archive-post-title {
  color: #141d38;
  font-weight: bold;
  font-size: 22px;
  text-transform: capitalize;
}
.ag-archive-post-container.post-medium .ag-archive-post-right p {
  color: #343b53;
  font-family: 'Centra No2 Book';
  font-weight: normal;
}
.ag-home-post-container a,
.cipt-more-articles a {
  text-decoration: none;
  position: relative;
}
.ag-post-featured-image {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
}
.ag-post-featured-image.parallax {
  overflow: hidden;
}
.ag-post-featured-image.parallax img {
  position: relative;
  transform: translateY(-50%);
  width: 100%;
  height: 800px;
}
.single .ag-breadcrumbs,
.page-template-default .ag-breadcrumbs,
.page-template-page-podcasts .ag-breadcrumbs {
  width: 100%;
  background-color: #fff;
  padding: 0px 13%;
  height: 55px;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 13%);
  box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 13%);
  position: relative;
  /* z-index: -1; */
}
.single #breadcrumbs {
  font-size: 14px;
  margin: 2px 0 2px 0;
}
.single .ag-breadcrumbs a {
  color: #005aeb;
  text-decoration: none;
}
.ag-post-container {
  background-color: #fff;
  margin: 0% 10%;
  /* max-width: 1280px; */
  padding: 4% 7.5%;
  /* position: relative; */
  /* z-index: -2; */
}
.ag-post-container img {
  width: 100%;
  height: auto;
}
.ag-post-container .ag-intro span {
  font-weight: normal;
  font-size: 14px;
}
.ag-post-container .ag-intro h1 {
  margin: 15px 0px;
  font-size: 36px;
  font-weight: normal;
}
.ag-post-container p,
.ag-post-container span {
  font-size: 15px;
}
.ag-post-container a {
  color: #3662d8;
}
.ag-post-container p > strong {
  font-size: 15px;
  font-weight: normal;
}
.ag-home-post-container,
.cipt-more-articles {
  padding: 0% 10%;
  display: flex;
  flex-wrap: wrap;
  /* max-width: 1280px; */
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
.cipt-more-articles {
  padding-bottom: 100px;
  position: relative;
}
.cipt-more-articles .cipt-load-more-btn {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}
.ag-home-intro {
  display: flex;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 13%);
  flex-direction: column;
  padding-bottom: 15px;
  margin-bottom: 5%;
}
.ag-home-intro h1 {
  margin-left: auto;
  margin-right: auto;
  color: #141d38;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #141d38;
  text-align: center;
}
.ag-home-message {
  width: 80%;
  background-color: #d5e7fb;
  border-radius: 7.5px;
  padding: 0px 15px;
  margin: 10px auto;
}
.ag-home-message h4 {
  color: #141d38;
  margin: 0.77em 0;
  font-size: 20px;
  font-weight: 500;
}
.ag-home-message p {
  font-size: 15px;
}
.ag-home-post-container h5,
.cipt-more-articles h5 {
  width: 100%;
  color: #141d38;
  margin: 24px 0px;
}
.ag-more-posts {
  background-color: #025bea;
  color: #fff;
  font-size: 18px;
  width: 100%;
  margin-left: calc(50% - 60px);
  margin-right: calc(50% - 60px);
  border: none;
  border-radius: 5px;
  padding: 10px;
  margin-top: 25px;
  cursor: pointer;
}
.ag-more-articles-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ag-more-articles-title {
  color: #141d38;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
}
.ag-home-slider > div {
  height: 400px;
  background-size: cover;
}
.ag-home-slider span {
  position: absolute;
  bottom: 15px;
  left: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.bx-prev {
  background: url('/stories/wp-content/uploads/2021/06/slider-prev-e1623971997966.png')
    no-repeat !important;
}
.bx-next {
  background: url('/stories/wp-content/uploads/2021/06/slider-next-e1623971987788.png')
    no-repeat !important;
}
.bx-wrapper {
  border: none;
  margin-top: 5%;
}
@media (max-width: 1024px) {
  .ag-archive-post-container.post-large,
  .ag-archive-post-container.post-medium,
  .ag-archive-post-container-small {
    width: 100%;
  }
  .ag-archive-post-container {
    flex-direction: column;
  }
  .ag-archive-post-container.post-large .ag-archive-post-left,
  .ag-archive-post-container.post-medium .ag-archive-post-left {
    width: 100%;
    height: 200px;
  }
  .ag-archive-post-container.post-large .ag-archive-post-right,
  .ag-archive-post-container.post-medium .ag-archive-post-right {
    width: 100%;
    height: calc(100% - 200px);
  }
  .ag-home-message {
    width: 80%;
  }
}
.ag-single-post-title {
  color: #141d38;
  text-transform: capitalize;
}
.ag-intro + .ag-single-post-title {
  margin-bottom: 5px;
}
.ag-site-header .search-form {
  margin-left: 15px;
}

.ag-site-header .search-field {
  background-color: transparent;
  background-image: url('/stories/wp-content/uploads/2021/05/search-icon.png');
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: none;
  cursor: pointer;
  height: 37px;
  margin: 3px 0;
  padding: 0 0 0 30px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0;
}

.ag-site-header .search-field:focus {
  background-color: #fff;
  border: 2px solid #c3c0ab;
  cursor: text;
  outline: 0;
  width: 230px;
}
.search-form .search-submit,
.search-form label {
  display: none;
}
.ag-post-article hr.wp-block-separator {
  color: #d7d7d7;
  opacity: 1;
  border-bottom: 1px solid;
}
.ag-home-cat-btn {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #d5e7fb;
  border: none;
  border-radius: 2px;
  font-size: 12px;
  color: #141d38;
  padding: 5px 10px;
  cursor: pointer;
}
.ag-more-travel {
  position: relative;
}
.ag-more-travel-btn {
  font-size: 14px;
  color: #141d38;
  font-weight: 500;
  background-color: unset;
  border: none;
  cursor: pointer;
}
.ag-more-travel-btn::after {
  content: url('/stories/wp-content/uploads/2021/05/exp-down-icon-1x.png');
  margin-top: -3px;
  margin-left: 5px;
}
.ag-more-travel .travel-menu-container {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem 0 rgb(0 11 38 / 24%);
  display: none;
  flex-direction: column;
  line-height: calc(20 / 16);
  max-width: 100vw;
  min-width: 3rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.75rem 0;
  position: absolute;
  top: 30px;
  z-index: 300;
  width: 375px;
}
#travel-menu-list li a {
  -webkit-align-items: center;
  align-items: center;
  color: #141d38;
  display: -webkit-flex;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1.125rem;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 2.25rem;
}
#travel-menu-list {
  list-style: none;
  padding-left: 0px;
  font-weight: 500;
  margin: 0;
}
.ag-more-travel-btn:after {
  content: url('/stories/wp-content/uploads/2021/05/exp-down-icon-1x.png');
}
#travel-menu-list > li > a {
  text-decoration: none;
  font-size: 16px;
  color: #141d38;
  font-weight: 500;
}
#travel-menu-list .sub-menu {
  display: none;
}
.ag-travel-more-stays a::before,
.ag-travel-more-flights a::before,
.ag-travel-more-cars a::before,
.ag-travel-more-packages a::before,
.ag-travel-more-things a::before {
  margin-right: 0.25rem;
  padding-right: 0.75rem;
}
.ag-travel-more-stays a::before {
  content: url('/stories/wp-content/uploads/2021/06/emea-stays-e1624928082907.png');
}
.ag-travel-more-flights a::before {
  content: url('/stories/wp-content/uploads/2021/06/emea-flights.png');
}
.ag-travel-more-cars a::before {
  content: url('/stories/wp-content/uploads/2021/06/emea-cars-e1624928043555.png');
}
.ag-travel-more-packages a::before {
  content: url('/stories/wp-content/uploads/2021/06/emea-packages-e1624928077717.png');
}
.ag-travel-more-things a::before {
  content: url('/stories/wp-content/uploads/2021/06/emea-things-e1624928086644.png');
}
.ag-travel-more-deals a {
  color: #005aeb !important;
}
.mobile-navbutton .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 40px 0px;
  position: absolute;
  user-select: none;
  top: calc(50% - 40px);
  right: 5%;
}

.mobile-navbutton .menu-icon .navicon {
  background: #141d38;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 30px;
  border-radius: 0px;
}

.mobile-navbutton .menu-icon .navicon::before,
.mobile-navbutton .menu-icon .navicon::after {
  background: #141d38;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
  border-radius: 0px;
}

.mobile-navbutton .menu-icon .navicon::before {
  top: 10px;
}

.mobile-navbutton .menu-icon .navicon::after {
  top: -10px;
}
.mobile-navbutton .menu-btn {
  display: none;
}
.primary-menu {
  display: none;
}
.mobile-navbutton .menu-btn:checked ~ .primary-menu {
  display: block;
}

.mobile-navbutton .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.mobile-navbutton .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.mobile-navbutton .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.mobile-navbutton .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.mobile-navbutton .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
@media (min-width: 800px) {
  .ag-explore-header-branding-mobile {
    display: none;
  }
  .ag-explore-header-branding {
    display: flex;
  }
  #site-navigation {
    display: flex;
  }
  #site-navigation-mobile {
    display: none;
  }
}
@media (max-width: 800px) {
  .ag-explore-header-branding {
    display: none;
  }
  .ag-explore-header-branding-mobile {
    display: flex;
  }
  #site-navigation {
    display: none;
  }
  #site-navigation-mobile {
    display: flex;
    padding: 0px 5%;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border-top: 1px solid #d7d7d7;
  }
  .primary-menu-container {
    display: none;
  }
  .mobile-category-menu {
    position: relative;
  }
  .mobile-category-menu div.primary-menu-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 35px;
    z-index: 300;
    padding: 15px 10px;
    display: none;
  }
  .mobile-category-menu ul#primary-menu-list {
    margin: 0;
    padding: 0;
  }
  .mobile-category-menu ul#primary-menu-list > li {
    display: flex;
    flex-direction: column;
    padding: 12px 10px 11px 12px;
    transform-style: preserve-3d;
    margin: 0;
    white-space: nowrap;
    height: unset;
    align-items: flex-start;
  }
  .mobile-category-menu
    ul#primary-menu-list
    .menu-item-has-children
    > .sub-menu {
    flex-direction: column;
    list-style: none;
    padding-left: 10px;
  }
  .mobile-category-menu
    ul#primary-menu-list
    .menu-item-has-children
    > .sub-menu
    > li {
    padding: 10px 0px;
  }
  .mobile-category-menu
    ul#primary-menu-list
    .menu-item-has-children
    > .sub-menu
    > li
    > a {
    color: #141d38;
  }
  #ag-footer {
    padding: 0% 5%;
  }
  div.ag-post-container {
    margin: 0% 5%;
    padding: 4% 4%;
  }
}
.ag-explore-header-branding-mobile {
  padding: 2.5% 5%;
  justify-content: space-between;
  position: relative;
}
.ag-explore-header-branding-mobile .ag-explore-header-branding-left {
  width: 80%;
}
.ag-explore-header-branding-mobile .ag-explore-header-branding-left > a {
  display: flex;
  align-items: center;
}
.ag-explore-header-branding-mobile .ag-header-logo-mobile {
  width: 100%;
  max-width: 250px;
}
.ag-explore-header-branding-mobile-menu {
  display: none;
  padding: 0% 5%;
}
.mobile-category-menu-btn {
  background-color: unset;
  border: none;
  font-size: 16px;
  color: #141d38;
  cursor: pointer;
  padding-left: 0;
}
.search-page-header h1 {
  text-align: center;
}
.ag-disney-featured-image {
  position: relative;
}
.ag-disney-featured-image-content {
  color: #fff;
  position: absolute;
  left: 10%;
  top: calc(50% - 123.5px);
  background-color: #333;
  opacity: 0.9;
  padding: 2.5%;
  width: 600px;
}
.ag-disney-featured-image-content h1 {
  margin-top: 0;
}
.ag-disney-featured-image-content h3 {
  margin-bottom: 0;
}
.ag-disney-featured-image-content a {
  color: #3662d8;
}
figure.alignfull {
  margin: 1em 0px;
}
.ag-disney-page figure.wp-block-embed {
  margin: 1em 0px;
}
.wp-block-column .wp-block-image {
  margin: 0;
}
.listen-podcasts h5 {
  text-align: center;
  margin-bottom: 15px;
}
.listen-podcasts .listen-podcasts-top {
  display: flex;
  max-width: 500px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5%;
}
.listen-podcasts .listen-podcasts-top a:last-child,
.listen-podcasts .listen-podcasts-bot a:last-child {
  margin-right: 0;
}
.listen-podcasts .listen-podcasts-bot {
  display: flex;
  justify-content: space-around;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}
.listen-podcasts .listen-podcasts-bot a,
.listen-podcasts .listen-podcasts-top a {
  margin-right: 25px;
}
.latestPodcasts {
  display: flex;
  flex-direction: column;
}
.latestPodcasts .viewArchives {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5%;
  margin-bottom: 3%;
  color: #fff;
  background-color: #025bea;
  padding: 7.5px 10px;
  border-radius: 10px;
}
.latestPodcasts > h5 {
  margin-bottom: 15px;
}
.latestPodcasts .latestPodcastsCards {
  display: flex;
  justify-content: space-between;
}
.latestPodcasts .latestPodcastsCards a {
  width: 32%;
  box-shadow: 0px 0px 8px 0px rgb(175 175 175 / 50%);
  border-radius: 15px;
}
.latestPodcasts .latestPodcastsCards a h5 {
  font-size: 22px;
  color: #202843;
  margin: 15px;
}
.latestPodcasts .latestPodcastsCards a .podcast-image {
  height: 200px;
  width: 100%;
  background-color: #ccc;
  border-radius: 15px 15px 0px 0px;
}
.latestPodcasts .latestPodcastsCards a .podcast-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
figure.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.ci-page,
.cat-page {
  background-color: #fff;
}

@media (min-width: 950px) {
  .ci-hero,
  .cat-hero {
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
}
@media (max-width: 950px) {
  .ci-hero,
  .cat-hero {
    height: 350px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
}
.ci-hero h2,
.ci-hero h1,
.cat-hero h1,
.cathero h2 {
  margin: 0;
}
.ci-hero h1 span,
.cat-hero h1 span {
  font-size: 0.5em;
  vertical-align: top;
}
.ci-intro,
.cat-intro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px;
  padding-bottom: 15px;
  text-align: center;
}
.ci-post-cat,
.cat-post-cat {
  height: 36px;
  width: auto;
  display: block;
  margin-bottom: 10px;
}

.post-icon {
  height: 36px !important;
  width: auto !important;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 1400px) {
  .ci-post-cat,
  .cat-post-cat {
    height: auto;
    width: 250px;
  }
}

.post-icon {
  margin-top: 10px;
}
.ci-intro h3,
.cat-intro h3 {
  margin: 0 0 20px 0;
}
.ci-intro p,
.cat-intro p {
  margin: 0;
}

.ci-page,
p {
  margin: 2px 0 20px 0;
}

.cat-posts-container p {
  height: 70px;
}
.ci-posts-container,
.cat-posts-container {
  margin: 30px 0;
}
.ci-posts-container.second,
.cat-posts-container {
  padding-bottom: 200px;
  padding-top: 0px;
  position: relative;
}
.ci-posts-container h2,
.cat-posts-container h2,
.ci-intro h2,
.cat-intro h2 {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 42px;
}
.ci-posts-container h3,
.cat-posts-container h3 {
  margin: 0 0 5px 0;
  text-align: center;
}
.ci-posts-container ul,
.cat-posts-container ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style-type: none;
  padding: 0;
}

@media (max-width: 935px) {
  .ci-posts-container ul {
    grid-template-columns: 1fr 1fr;
  }
}

.cat-posts-container ul {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 50px;
}

@media (max-width: 1600px) {
  .cat-posts-container ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 1000px) {
  .cat-posts-container ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cat-posts-container ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ci-posts-container ul,
  .cat-posts-container ul {
    grid-template-columns: 1fr;
  }
}

/* .ci-posts-container ul li,
.cat-posts-container ul li {
  -webkit-box-shadow: 0 0 3px lightgray;
  box-shadow: 0 0 3 lightgray;
} */
.ci-post-img,
.cat-post-img {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ci-post-content,
.cat-post-content {
  padding: 20px;
  padding-left: 40px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 1px 2px lightgrey;
}

.cat-post-content {
  height: 290px;
}

.ci-post-content {
  height: 220px;
}

.ci-post-content h3,
.cat-post-content h3 {
  text-align: left;
  font-size: 25px;
}
.ci-post-content .discover-more,
.cat-post-content .discover-more {
  text-decoration: underline;
  color: #3662d8;
}
.ci-load-more,
.cat-load-more {
  background-color: #025bea;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid #025bea;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 75px;
  margin: 0;
  color: #fff;
  cursor: pointer;
}
.ci-load-more:hover,
.cat-load-more:hover {
  background-color: #fff;
  color: #025bea;
}

.ag-single-post-title + .wp-block-columns p {
  margin: 0;
}
.ag-post-article.single-check:not(:first-of-type) {
  margin-top: 50px;
}
.cipt-all-sliders {
  list-style-type: none;
  padding: 0;
}
.cipt-all-sliders li {
  margin: 50px 0;
}
.cipt-all-sliders li:first-child {
  margin-top: 0;
}
.cipt-slider-container {
  position: relative;
  padding-bottom: 50px;
  -webkit-box-shadow: 0 0 5px lightgray;
  box-shadow: 0 0 5px lightgray;
}
.cipt-slider {
  padding: 0;
  display: flex;
  list-style-type: none;
}
.cipt-image {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cipt-slide article {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
}
.cipt-slide-headings {
  width: 90%;
  margin-right: 20px;
  min-width: 150px;
}

@media (min-width: 768px) {
  .cipt-slide-headings {
    min-width: 300px;
  }
}
.cipt-slide-headings h2 {
  font-size: 30px;
  margin: 0;
}

.cipt-slide-headings p {
  font-family: 'Centra No2', sans-serif;
  margin: 0;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}

.cipt-content,
.cipt-content p {
  font-size: 16px;
  margin-top: 0;
}
.cipt-slide .discover-more {
  display: block;
  margin-top: 10px;
}
.cipt-right-arrow,
.cipt-left-arrow {
  position: absolute;
  top: 250px;
  left: 20px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}
.cipt-right-arrow {
  left: unset;
  right: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.slick-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  padding: 0;
}
.slick-dots li {
  list-style: none;
  margin: 0 5px;
}
.slick-dots li button {
  border-radius: 100%;
  background: transparent;
  border: 1px solid lightgray;
  text-indent: -9999px;
  padding: 0;
  height: 15px;
  width: 15px;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background: lightgray;
}
.cipt-lm-container {
  text-align: center;
  margin: 50px 0 20px 0;
}
.cipt-lm-container h2 {
  font-size: 20px;
  margin-bottom: 30px;
}
.cipt-load-more-btn {
  background-color: #025bea;
  padding: 7px 15px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #025bea;
  margin-top: 20px;
  cursor: pointer;
}

.cipt-load-more-btn:hover {
  background-color: #fff;
  color: #025bea;
}
@media (max-width: 900px) {
  .cipt-image {
    height: 400px;
  }
  .cipt-slide article {
    display: block;
  }
  .cipt-slide-headings {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .cipt-right-arrow,
  .cipt-left-arrow {
    top: 200px;
  }
}
@media (max-width: 600px) {
  .cipt-image {
    height: 300px;
  }
  .cipt-right-arrow,
  .cipt-left-arrow {
    top: 150px;
  }
  .ci-posts-container ul li,
  .cat-posts-container ul li {
    max-width: 100vw;
  }
}
figure.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.ag-ajax-loading::after {
  content: url('assets/images/ajax-loader-trans.gif');
  position: absolute;
  padding-left: 25px;
  padding-top: 2px;
}

@media (max-width: 782px) {
  .mobile-gaps {
    gap: 0px !important;
  }
}

.cat-post-content h3 a,
.ci-post-content h3 a {
  color: #141d38;
}
