@charset "UTF-8";
/*!
Theme Name: Guardian 2021
Author: The Guardian Nigeria
Version: 1.0
*/
@media screen and (max-width: 600px) {
  body.admin-bar header {
    top: 46px !important;
  }

  #wpadminbar {
    position: fixed;
  }
}
html {
  max-width: 100%;
  width: 100%;
}

body * {
  max-width: 1280px;
  box-sizing: border-box;
  scrollbar-width: none;
}

#wpadminbar {
  max-width: 100%;
}
#wpadminbar * {
  max-width: 100%;
}

body ::-webkit-scrollbar {
  display: none;
}

body {
  font-family: Montserrat, sans-serif;
  font-size: 12pt;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
}
body > * {
  margin: auto;
}

header {
  max-width: 100%;
}
header #search-form {
  max-width: 100%;
}

.ad-section {
  min-width: 300px;
}

@media (max-width: 1024px) {
  * {
    max-width: 100%;
  }

  .page-content main {
    max-width: 100% !important;
    min-width: auto !important;
    width: auto !important;
  }

  .desktop:not(.mobile), .tablet:not(.mobile) {
    display: none;
  }
}
@media (min-width: 1025px) {
  .mobile:not(.desktop), .tablet:not(.desktop) {
    display: none;
  }
}
hr {
  border: 2px solid #F1F3F4;
}
@media (max-width: 1024px) {
  hr {
    margin: 15px -15px;
  }
}

a {
  text-decoration: none;
}
a img {
  border: none;
}

iframe {
  border: none;
  max-width: 100%;
}

.clear {
  clear: both;
}

.right {
  text-align: right;
}

.nobreak {
  white-space: pre;
}

.trending_tags a {
  background-color: #e9e9e9;
  color: #000;
  padding: 5px;
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 10.5pt;
}

.pagination {
  text-align: center;
  margin-top: 20px;
  clear: both;
}
.pagination span, .pagination a {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #4A4A4A;
  font-size: 10pt;
  background-size: 8px 13px;
  background-position: center center;
  background-repeat: no-repeat;
}
.pagination span.current, .pagination a.current {
  background: #D8D8D8;
}
.pagination span.inactive, .pagination a.inactive {
  opacity: 0.25;
}
.pagination .next-page {
  color: transparent;
  background-image: url("/wp-content/themes/guardian2016/img/angle_right.png");
}
.pagination .previous-page {
  color: transparent;
  background-image: url("/wp-content/themes/guardian2016/img/angle_left.png");
}

.overlay-gallery, .overlay-video {
  position: relative;
}
.overlay-gallery:after, .overlay-video:after {
  display: block;
  position: absolute;
  bottom: 3px;
  left: 6px;
  content: " ";
  width: 50px;
  height: 50px;
  background-image: url("/wp-content/themes/guardian2016/img/gallery_overlay@2x.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 38px 31px;
}

.overlay-video:after {
  background-image: url("/wp-content/themes/guardian2016/img/video_overlay@2x.png");
}

.instagram-media {
  width: 100%;
}

.videoClickHandler:hover .title {
  color: #00aeef;
}

h1.category-title {
  margin: 40px 0 20px !important;
}

.widget_guardian_ad_widget .ad-section {
  display: flex;
  justify-content: center;
}

/* HEADER */
body.admin-bar header {
  top: 32px;
}

header {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 998;
  background: white;
  box-shadow: 5px 0 10px 0 #ccc;
}
header .main-header {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  margin: 0 auto;
  font-family: Merriweather, serif;
  font-size: 20px;
  padding: 30px 40px 20px;
  background: white;
}
@media (min-width: 1025px) {
  header .main-header {
    grid-template-columns: 50px 1fr auto 1fr 50px;
  }
  header .main-header.small {
    width: 100%;
    align-items: center;
    padding: 20px 40px 10px;
    grid-template-columns: 50px 350px auto 50px;
  }
  header .main-header.small #menu-btn {
    grid-row: 1/span 2;
    grid-column: 1;
  }
  header .main-header.small #logo {
    grid-row: 1;
    grid-column: 2;
    margin: 0;
    position: relative;
    z-index: 1001;
  }
  header .main-header.small #logo img {
    width: 305px;
    height: auto;
  }
  header .main-header.small #guardian-follow-links {
    display: none;
  }
  header .main-header.small #guardian-back-reference {
    display: none;
  }
  header .main-header.small #top-menu {
    grid-row: 1/span 2;
    grid-column: 3;
  }
  header .main-header.small #top-menu ul.menu {
    gap: unset;
    justify-content: space-between;
    max-width: 800px;
  }
  header .main-header.small #top-menu ul.menu.menu-wide {
    max-width: 900px;
  }
  header .main-header.small #search-btn {
    grid-row: 1/span 2;
    grid-column: 4;
  }
  header .main-header.small #dayview {
    font-size: 15px;
    text-align: center;
    width: 305px;
    grid-row: 2;
    grid-column: 2;
    position: relative;
    z-index: 1001;
  }
}
header .main-header #dayview {
  grid-row: 1;
  grid-column: 1/span 2;
  color: #707070;
  font-size: 17px;
}
header .main-header #logo {
  grid-row: 1;
  grid-column: 3;
  margin: 0 30px 30px;
}
header .main-header #guardian-back-reference {
  display: none;
}
header .main-header #guardian-follow-links {
  grid-row: 1;
  grid-column: 4/span 2;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: end;
  align-items: start;
}
header .main-header #guardian-follow-links a {
  opacity: 0.7;
}
header .main-header #menu-btn, header .main-header #search-btn {
  grid-row: 2;
  cursor: pointer;
}
header .main-header #menu-btn.opened, header .main-header #search-btn.opened {
  background-image: url("/wp-content/themes/guardian2021/images/header-close-button@2x.png");
  background-position: left top;
  background-size: 21px 21px;
  background-repeat: no-repeat;
}
header .main-header #menu-btn.opened img, header .main-header #search-btn.opened img {
  opacity: 0;
}
header .main-header #menu-btn {
  grid-column: 1;
  text-align: left;
}
header .main-header #menu-btn.opened {
  background-position: left top;
}
header .main-header #search-btn {
  grid-column: 5;
  text-align: right;
}
header .main-header #search-btn.opened {
  background-position: right top;
}
header .main-header #top-menu {
  grid-row: 2;
  grid-column: 2/span 3;
  text-align: center;
}
header .main-header #top-menu ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
header .main-header #top-menu ul.menu > li {
  display: inline-block;
  overflow: hidden;
  padding: 0 10px;
}
header .main-header #top-menu ul.menu > li:nth-child(n+7):not(.active) {
  display: none;
}
@media (min-width: 700px) and (max-width: 1024px) {
  header .main-header #top-menu ul.menu > li:not(.active) {
    display: none;
  }
}
header .main-header #top-menu ul.menu > li.active {
  color: #00aeef;
}
header .main-header #top-menu ul.menu > li.dropdown-hover-button:hover .dropdown-menu, header .main-header #top-menu ul.menu > li.dropdown-hover-button:focus .dropdown-menu {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.25s;
}
header .main-header #top-menu ul.menu > li.dropdown-hover-button:hover > a, header .main-header #top-menu ul.menu > li.dropdown-hover-button:focus > a {
  color: #00ADEE;
}
header .main-header #top-menu ul.menu > li.dropdown-hover-button > a {
  display: flex;
  align-items: center;
}
header .main-header #top-menu ul.menu > li.dropdown-hover-button > a > .expander {
  background-image: url("/wp-content/themes/guardian2021/img/header-menu-expand@2x.png");
  background-size: 10px 6px;
  background-repeat: no-repeat;
  background-position: center center;
  content: " ";
  width: 20px;
  padding: 5px;
  display: inline-block;
  color: inherit;
}
header .main-header #top-menu ul.menu > li a {
  white-space: pre;
  color: inherit;
}
header .main-header #top-menu ul.menu > li a:hover {
  color: #00ADEE;
}
header .main-header #top-menu .dropdown-menu {
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0;
  border-top: 29px solid white;
  background: #011c3b;
  color: white;
  z-index: 1000;
  text-align: center;
}
header .main-header #top-menu .dropdown-menu > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 30px 0;
  max-width: 1000px;
  margin: auto;
  gap: 40px;
  justify-content: center;
  list-style-type: none;
}
header .main-header #top-menu .dropdown-menu > ul li {
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  header .main-header {
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    padding: 15px 15px 10px;
    grid-template-columns: 50px auto 50px;
  }
}
@media (max-width: 1024px) and (min-width: 700px) and (max-width: 1024px) {
  header .main-header {
    grid-template-columns: 50px 220px auto 220px 50px;
  }
}
@media (max-width: 1024px) {
  header .main-header #menu-btn {
    grid-row: 1;
    grid-column: 1;
  }
}
@media (max-width: 1024px) {
  header .main-header #logo {
    grid-row: 1;
    grid-column: 2;
    margin: 0;
    position: relative;
    z-index: 1001;
  }
}
@media (max-width: 1024px) and (min-width: 700px) and (max-width: 1024px) {
  header .main-header #logo {
    grid-row: 1;
    grid-column: 3;
    text-align: center;
  }
  header .main-header #logo img {
    width: 200px !important;
  }
}
@media (max-width: 1024px) {
  header .main-header #logo img {
    width: 165px;
    height: auto;
    object-fit: contain;
  }
}
@media (max-width: 1024px) {
  header .main-header #guardian-back-reference {
    display: none;
  }
}
@media (max-width: 1024px) {
  header .main-header #guardian-follow-links {
    display: none;
  }
}
@media (max-width: 1024px) {
  header .main-header #top-menu {
    display: none;
  }
}
@media (max-width: 1024px) and (min-width: 700px) and (max-width: 1024px) {
  header .main-header #top-menu {
    display: block;
    grid-row: 1;
    grid-column: 2;
  }
}
@media (max-width: 1024px) and (min-width: 700px) and (max-width: 1024px) and (min-width: 700px) and (max-width: 1024px) {
  header .main-header #top-menu ul.menu {
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  header .main-header #search-btn {
    grid-row: 1;
    grid-column: 3;
  }
}
@media (max-width: 1024px) and (min-width: 700px) and (max-width: 1024px) {
  header .main-header #search-btn {
    grid-column: 5;
  }
}
@media (max-width: 1024px) {
  header .main-header #dayview {
    display: none;
  }
}
header #site-menu {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out;
  position: relative;
  font-family: Montserrat, sans-serif;
}
header #site-menu.active {
  opacity: 1;
  pointer-events: unset;
}
header #site-menu .site-menu-main {
  position: absolute;
  overflow: scroll;
  background: white;
  padding: 40px;
  width: 400px;
}
@media (max-width: 1024px) {
  header #site-menu .site-menu-main {
    width: 100%;
    padding: 15px 0;
  }
}
@media (max-width: 1024px) and (min-width: 700px) and (max-width: 1024px) {
  header #site-menu .site-menu-main {
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  header #site-menu .site-menu-main .menu li {
    margin: 0;
    border-bottom: none;
  }
  header #site-menu .site-menu-main .menu li a {
    margin: 0 15px;
    border-bottom: 1px solid #eee;
  }
}
header #site-menu .menu {
  width: 100%;
  height: fit-content;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header #site-menu .menu li {
  margin: 0;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
}
header #site-menu .menu li a {
  padding: 20px 5px;
  color: inherit;
  display: block;
}
@media (min-width: 1025px) {
  header #site-menu .menu li a:hover {
    color: black;
  }
}
header #site-menu .menu li.dropdown-hover-button > a {
  position: relative;
}
header #site-menu .menu li.dropdown-hover-button > a .expander {
  background-image: url("/wp-content/themes/guardian2021/img/sideMenu-arrow@2x.png");
  background-size: 19px 11px;
  background-repeat: no-repeat;
  background-position: right 5px center;
  content: " ";
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
header #site-menu .menu li.dropdown-hover-button .dropdown-menu {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s;
  margin: -1px calc( 0px - 40px ) -1px;
}
@media (max-width: 1024px) {
  header #site-menu .menu li.dropdown-hover-button .dropdown-menu {
    margin: -1px calc( 0px - 15px ) -1px 0;
    width: 100%;
  }
  header #site-menu .menu li.dropdown-hover-button .dropdown-menu li {
    padding-left: 0;
  }
  header #site-menu .menu li.dropdown-hover-button .dropdown-menu li a {
    text-indent: 25px;
  }
  header #site-menu .menu li.dropdown-hover-button .dropdown-menu li:last-child a {
    border-bottom: none;
  }
}
header #site-menu .menu li.dropdown-hover-button.expanded > a .expander {
  transform: scaleY(-1);
}
header #site-menu .menu li.dropdown-hover-button.expanded .dropdown-menu {
  opacity: 1;
  height: fit-content;
}
header #site-menu .dropdown-menu ul {
  list-style-type: none;
  background-color: #F7F7F7;
  padding: 0;
  margin: 0;
}
header #site-menu .dropdown-menu ul li {
  padding-left: 50px;
  margin: 0;
}
header #site-menu .dropdown-menu ul li:last-child {
  border-bottom: none;
}
header #site-menu .footer .supp {
  margin: 30px 0 30px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  align-items: flex-start;
}
header #site-menu .footer .supp .guardian-link {
  display: none;
}
header #site-menu .footer .social {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
header .dropdown-button {
  cursor: pointer;
}
header #search-form {
  display: none;
  background: #DADBDD;
  height: 121px;
  align-items: center;
  justify-content: space-around;
}
header #search-form.active {
  display: flex;
}
header #search-form form {
  width: 40%;
}
@media (max-width: 1024px) {
  header #search-form form {
    width: 100%;
    padding: 0 15px;
  }
}
header #search-form form input {
  background-color: #EDEFF3;
  width: 100%;
  font-size: 17px;
  border: none;
  border-radius: 5px;
  padding: 15px;
  outline: none;
  background-image: url("/wp-content/themes/guardian2021/images/search-magGlass@2x.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  text-indent: 25px;
}
@media (max-width: 1360px) and (min-width: 1025px) {
  header .main-header {
    font-size: 18px;
  }
  header .main-header.small {
    grid-template-columns: 50px 280px auto 50px;
    grid-column: 3;
    grid-row: 1;
  }
  header .main-header.small #logo img {
    width: 250px;
  }
  header .main-header.small #dayview {
    width: 250px;
  }
}

#site-messages {
  max-width: 1280px;
  padding: 30px 40px;
  margin: 0 auto;
  list-style-type: none;
}
#site-messages li {
  margin: 0 0 5px;
  color: white;
  font-size: 12pt;
  line-height: 50px;
}
#site-messages li .content {
  background: #c8c8c8;
  padding-left: 10px;
  position: relative;
}
#site-messages li .content .message {
  display: block;
  padding-left: 10px;
}
#site-messages li .content .message img {
  margin-right: 10px;
  margin-left: 10px;
}
#site-messages li.good .content {
  background-color: #3BB75E;
  position: relative;
  padding-left: 40px;
}
#site-messages li.good .content:before {
  background-image: url("/wp-content/themes/guardian2021/img/thumbs-up@2x.png");
  background-size: 20px 18px;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  content: " ";
  position: absolute;
  top: 0px;
  left: 20px;
  width: 20px;
  height: calc( 100% - 5px );
}
#site-messages li.bad .content {
  background-color: #ff7f7f;
}

#in-the-news {
  max-width: 1280px;
  padding: 20px 40px 20px 40px;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  #in-the-news {
    flex-direction: column;
    padding: 0;
  }
  #in-the-news > strong {
    padding: 15px;
  }
  #in-the-news .list {
    padding-bottom: 15px;
  }
  #in-the-news .list .item:first-child {
    padding-left: 15px;
  }
}
#in-the-news > strong {
  font-family: Merriweather, serif;
  color: #D0011B;
  font-weight: inherit;
  white-space: pre;
}
@media (min-width: 1025px) {
  #in-the-news > strong {
    margin: 15px 20px 0 0;
  }
}
#in-the-news .list {
  width: fit-content;
  max-width: 100%;
  overflow: scroll;
  display: flex;
  gap: 40px;
  flex-grow: 3;
  justify-content: space-between;
  padding-right: 40px;
}
#in-the-news .list .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  min-width: 270px;
}
#in-the-news .list .item > * {
  display: none;
}
#in-the-news .list .item .image {
  display: block;
  width: 60px;
  height: 60px;
  min-width: 60px;
}
#in-the-news .list .item .image img {
  width: 60px;
  height: 60px;
  border-radius: calc( 60px / 2 );
  object-fit: cover;
}
#in-the-news .list .item .headline {
  display: block;
  font-family: Montserrat, sans-serif;
  font-weight: inherit;
  font-size: inherit;
  max-width: 200px;
  max-height: 3.6em;
  line-height: 1.2em;
  overflow: hidden;
}

#breaking-news {
  display: none;
  font-family: Montserrat, sans-serif;
  color: white;
  max-width: 1280px;
  padding: 0 40px;
  margin: 20px auto;
}
@media (max-width: 1024px) {
  #breaking-news {
    padding: 0;
    margin: 10px auto;
    font-size: 13px;
  }
}
#breaking-news .content {
  position: relative;
  background: #D0011B;
  padding: 10px 10px 10px 40px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  line-height: 1.2em;
}
#breaking-news .content .heading {
  white-space: pre;
}
#breaking-news .content ul {
  height: 1.2em;
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 40px;
}
#breaking-news .content ul li {
  display: inline-block;
  white-space: pre;
  padding: 0 40px;
  position: relative;
}
#breaking-news .content ul li:first-child {
  padding-left: 20px;
  border-left: 0;
}
#breaking-news .content ul li:nth-child(n+2):before {
  display: block;
  content: " ";
  background: white;
  width: 1px;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
}
#breaking-news .content ul li a {
  color: inherit;
}
#breaking-news .content button {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 0;
  width: 45px;
  padding: 0;
  cursor: pointer;
  outline: none;
  background: transparent;
  border: none;
  color: white;
  margin-right: 5px;
}
#breaking-news .content button img {
  height: 100%;
  width: auto;
}
@media (max-width: 1024px) {
  #breaking-news .content {
    padding: 15px 40px 15px 15px;
    display: block;
  }
  #breaking-news .content .heading {
    display: inline;
    margin-right: 10px;
  }
  #breaking-news .content ul {
    display: inline !important;
  }
  #breaking-news .content ul li {
    display: inline !important;
    padding: 0 !important;
    white-space: unset !important;
  }
  #breaking-news .content ul li:nth-child(n+2) {
    display: none !important;
  }
  #breaking-news .content button {
    width: 30px;
  }
  #breaking-news .content button img {
    width: 30px;
    height: auto;
  }
}

footer {
  background-color: rgba(240, 240, 240, 0.55);
  margin-top: 60px;
}
footer > .content {
  max-width: 1280px;
  margin: auto;
  position: relative;
  padding: 0 40px;
}
footer > .content .top-link {
  position: absolute;
  bottom: 100%;
  right: 20px;
  background-color: rgba(240, 240, 240, 0.55);
}
footer > .content .top-link a {
  display: block;
  padding: 15px 20px;
}
footer > .content .top-link a img {
  display: block;
}
footer .footer-main {
  padding: 100px 0 60px;
}
footer .footer-main .footer-menu {
  max-width: 980px;
  margin: auto;
}
footer .footer-main .footer-menu ul {
  display: grid;
  grid-template-columns: repeat(6, auto);
  list-style-type: none;
  gap: 30px;
  padding: 0;
}
footer .footer-main .footer-menu ul .dropdown-menu {
  display: none;
}
footer .footer-main .footer-menu ul li {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
}
footer .footer-main .footer-menu ul li a {
  color: #707070;
  white-space: pre;
}
footer .footer-main .logo {
  max-width: 347px;
  display: flex;
  align-items: center;
}
footer .footer-main .logo img {
  max-width: 347px;
  width: auto;
  height: auto;
  position: relative;
  top: -7px;
}
footer .social {
  text-align: center;
  color: #848586;
}
footer .social .social-links {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 40px;
}
footer .footer-bottom {
  padding: 40px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 14px;
}
@media (max-width: 1024px) {
  footer .footer-bottom {
    font-size: 11px;
  }
}
footer .footer-bottom ul.footer-menu {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 15px;
}
footer .footer-bottom ul.footer-menu li {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
footer .footer-bottom ul.footer-menu li a {
  color: inherit;
}
footer .footer-bottom .copyright {
  text-align: right;
}
@media (max-width: 1024px) {
  footer {
    background-color: inherit;
  }
  footer .content {
    padding: 0 15px;
  }
  footer .top-link {
    display: none;
  }
  footer .footer-main {
    display: none;
  }
  footer .footer-bottom {
    flex-direction: column;
  }
  footer .footer-bottom .footer-menu {
    text-transform: uppercase;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer-bottom .footer-menu a {
    white-space: pre;
  }
  footer .footer-bottom .copyright {
    margin-top: 2em;
    text-align: center;
  }
}

/* Generic (common) values */
.item {
  display: grid;
  grid-template-columns: [col] auto [col] 50px;
  grid-template-rows: repeat(3, min-content);
  counter-increment: items;
  grid-row-gap: 10px;
}
.item > * {
  grid-column: 1/span 2;
  height: fit-content;
}
.item .category-sharing-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item .category-sharing-line .share-menu {
  background-image: url(/wp-content/themes/guardian2021/images/share-generic.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
}
.item .category {
  text-transform: uppercase;
  font-size: 14px;
  grid-column: 1;
}
.item .category a {
  color: #00aeef;
}
.item .headline {
  font-size: 18px;
  font-family: Merriweather, serif;
  font-weight: 600;
}
.item .headline a {
  color: inherit;
}
.item .excerpt {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}
.item .excerpt p {
  margin: 0 0 1.4em 0;
}
.item .social {
  margin: 20px 0;
}
.item .social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}
.item .social ul li img {
  height: 20px;
  width: auto;
}
.item .social ul li .label {
  display: none;
}
.item .image img {
  display: block;
  width: 100%;
  height: auto;
}
.item .age {
  display: none;
}
.item .excerpt {
  display: none;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .item.design-horizontal {
    display: grid;
    grid-template-columns: [col] 46% [col] auto [col] 50px;
    grid-template-rows: unset;
    gap: 15px 15px;
  }
  .item.design-horizontal > * {
    grid-column: 2/span 2;
  }
  .item.design-horizontal .category {
    grid-column: 2/span 1;
  }
  .item.design-horizontal .social {
    grid-column: 3/span 1 !important;
    grid-row: 1 !important;
    height: 35px !important;
  }
  .item.design-horizontal .image {
    grid-column: 1;
    grid-row: 1/span 2;
    height: 100%;
  }
  .item.design-horizontal .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.item.design-numbered-list {
  display: grid;
  font-size: 18px;
  grid-template-columns: [col] 50px [col] auto;
  grid-template-rows: auto;
  min-height: 60px;
  align-items: center;
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E2E2;
}
.item.design-numbered-list:first-child {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .item.design-numbered-list {
    grid-template-columns: [col] 30px [col] auto !important;
  }
}
.item.design-numbered-list > * {
  display: none;
}
.item.design-numbered-list > .headline {
  display: block;
  grid-column: 2;
}
.item.design-numbered-list:last-child {
  border-bottom: none;
}
.item.design-numbered-list:before {
  font-family: Merriweather, serif;
  font-weight: 600;
  font-size: 20px;
  content: counter(items);
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: calc( 100% - 30px );
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 10px;
}

/* HEADLINE format : Front-page (top) */
.list-headline .item {
  display: grid;
  grid-template-columns: [col] calc( 60% - 20px ) [col] calc( 20% - 10px ) [col] calc( 20% - 10px );
  grid-template-rows: unset;
  gap: 15px 20px;
}
.list-headline .item .excerpt {
  display: block;
  line-height: 1.4em;
  max-height: calc( 1.4em * 6 );
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-headline .item .social {
  margin-top: 0;
}
.list-headline .item > * {
  grid-column: 2/span 2;
}
.list-headline .item .social {
  grid-row: unset;
}
.list-headline .item .image {
  grid-column: 1;
  grid-row: 1/span 5;
}
.list-headline .item .headline {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .list-headline .item {
    grid-template-columns: repeat(2, calc(50% - 5px));
    gap: 15px 10px;
    border-bottom: 1px solid #E2E2E2;
  }
  .list-headline .item:last-child {
    border-bottom: none;
  }
  .list-headline .item > * {
    grid-column: 1/span 2;
  }
  .list-headline .item .category {
    grid-row: 2;
  }
  .list-headline .item .image {
    grid-column: 1/span 2;
    grid-row: 1;
  }
  .list-headline .item .headline {
    font-size: 20px;
  }
}

/* Typical article listings */
.list-articles {
  counter-reset: items;
}
.list-articles.wide-1 {
  display: grid;
  grid-template-columns: [col] 100%;
  overflow: hidden;
  gap: 30px;
}
.list-articles.wide-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  gap: 30px;
}
.list-articles.wide-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  gap: 30px;
}
@media (min-width: 1025px) {
  .list-articles.scroll {
    display: grid;
    grid-template-columns: unset;
    grid-auto-columns: 33%;
    grid-auto-flow: column;
    overflow: scroll !important;
    gap: 30px !important;
    padding-bottom: 250px;
    margin-bottom: -250px;
  }
}
.list-articles .ad {
  grid-column: 1/span 3;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .list-articles.with-image .item .category {
    padding: 10px 0;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .list-articles {
    margin: 0 !important;
  }
  .list-articles.wide-3, .list-articles.wide-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 699px) {
  .list-articles {
    grid-template-columns: [col] 100% !important;
    gap: 0 !important;
  }
  .list-articles .item {
    display: grid;
    grid-template-columns: [col] auto [col] 50px;
    gap: 0 15px;
    padding: 30px 0;
    border-top: 1px solid #E2E2E2;
  }
  .list-articles .item:first-child {
    padding-top: 0;
  }
  .list-articles .item:last-child {
    border-bottom: none;
  }
  .list-articles .item > * {
    grid-column: 1/span 2;
  }
  .list-articles .item .category {
    grid-column: 1/span 1;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
  }
  .list-articles .item .image {
    grid-column: 1/span 2;
    display: none;
  }
  .list-articles .item .headline {
    margin-bottom: 20px;
  }
  .list-articles .item .social {
    grid-row: 1;
    top: -8px;
  }
  .list-articles .item.design-horizontal .social {
    grid-row: 1 !important;
    grid-column: 2 !important;
  }
  .list-articles.with-image .item .image {
    display: block;
    height: auto;
    width: 100%;
  }
  .list-articles.with-image .item .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
  }
  .list-articles.with-image .item .social {
    grid-row: 2 !important;
  }
  .list-articles.with-image .item:nth-child(n+2), .list-articles.with-image:not(.with-title, .headline) .item:first-child {
    grid-template-columns: [col] auto [col] 50px [col] 100px;
  }
  .list-articles.with-image .item:nth-child(n+2) .image, .list-articles.with-image:not(.with-title, .headline) .item:first-child .image {
    grid-row: 1/span 2;
    grid-column: 3;
  }
  .list-articles.with-image .item:nth-child(n+2) .image img, .list-articles.with-image:not(.with-title, .headline) .item:first-child .image img {
    height: 100px;
  }
  .list-articles.with-image .item:nth-child(n+2) .excerpt, .list-articles.with-image:not(.with-title, .headline) .item:first-child .excerpt {
    grid-column: 1/span 3;
  }
  .list-articles.with-image .item:nth-child(n+2) .social, .list-articles.with-image:not(.with-title, .headline) .item:first-child .social {
    grid-row: 1 !important;
  }
}

@media (min-width: 1025px) {
  .list-grid {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 22.5px));
    grid-template-rows: [col] auto [col] auto [col] auto;
    grid-gap: 30px;
  }
  .list-grid .item .image img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .list-grid .item .excerpt {
    display: none;
  }
  .list-grid .item:nth-child(1) {
    grid-column: 2/span 2;
    grid-row: 1/span 2;
  }
  .list-grid .item:nth-child(2) {
    grid-column: 1;
    grid-row: 1/span 1;
  }
  .list-grid .item:nth-child(3) {
    grid-column: 1;
    grid-row: 2/span 2;
  }
  .list-grid .item:nth-child(4) {
    grid-column: 4;
    grid-row: 1/span 1;
  }
  .list-grid .item:nth-child(5) {
    grid-column: 4;
    grid-row: 2/span 2;
  }
  .list-grid .item:nth-child(n+6) .image {
    display: none;
  }
  .list-grid .item:nth-child(n+6) .social {
    grid-row: 1 !important;
  }
  .list-grid .item:nth-child(6) {
    grid-column: 2;
    grid-row: 3/span 1;
  }
  .list-grid .item:nth-child(7) {
    grid-column: 3;
    grid-row: 3/span 1;
  }
  .list-grid .item:nth-child(n+8) {
    display: none;
  }
}
section:first-of-type .list-articles .item:first-child {
  border-top: none !important;
}

@media (min-width: 1025px) {
  .category .mix-layout, body.tag .mix-layout {
    display: grid;
    grid-template-columns: [col] auto [col] 300px;
    gap: 60px;
    margin-top: 20px;
  }
}
.category .mix-layout .category-main .gsec, body.tag .mix-layout .category-main .gsec {
  margin-top: 0;
  padding: 0;
}
.category .mix-layout .category-sidebar, body.tag .mix-layout .category-sidebar {
  display: none;
}
@media (min-width: 1025px) {
  .category .mix-layout .category-sidebar, body.tag .mix-layout .category-sidebar {
    display: block;
  }
}
.category .mix-layout .category-sidebar .gsec, body.tag .mix-layout .category-sidebar .gsec {
  margin: 0;
  padding: 0;
  grid-gap: 0;
}
.category .mix-layout .category-sidebar .gsec h2, body.tag .mix-layout .category-sidebar .gsec h2 {
  margin-bottom: 20px;
}
.category .mix-layout .category-sidebar .gsec .list-articles.wide-1, body.tag .mix-layout .category-sidebar .gsec .list-articles.wide-1 {
  gap: 25px;
}
.category .mix-layout .category-sidebar .gsec .list-articles.wide-1 .item, body.tag .mix-layout .category-sidebar .gsec .list-articles.wide-1 .item {
  margin: 0;
  width: 100%;
  padding: 0;
  border-top: 1px solid #E2E2E2;
  padding-top: 25px;
  grid-template-columns: [col] 70% [col] 30%;
}
.category .mix-layout .category-sidebar .gsec .list-articles.wide-1 .item .headline, body.tag .mix-layout .category-sidebar .gsec .list-articles.wide-1 .item .headline {
  margin-top: 10px;
}
.category .mix-layout .category-sidebar .gsec .list-articles.wide-1 .item:first-child, body.tag .mix-layout .category-sidebar .gsec .list-articles.wide-1 .item:first-child {
  border-top: none;
  padding-top: 0;
}
.category .mix-layout .category-sidebar .gsec .list-articles.wide-1:not(.with-image) .item .headline, body.tag .mix-layout .category-sidebar .gsec .list-articles.wide-1:not(.with-image) .item .headline {
  grid-row: 2;
}
.category .mix-layout .category-sidebar .gsec .list-articles.wide-1:not(.with-image) .item .social, body.tag .mix-layout .category-sidebar .gsec .list-articles.wide-1:not(.with-image) .item .social {
  display: none;
}
.category h2, body.tag h2 {
  font-family: Merriweather, serif;
  font-size: 24px;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding: 10px 0;
  margin: 0 0 20px;
  display: inline-block;
}
.category h2 a, body.tag h2 a {
  color: inherit;
}
.category h2 a:after, body.tag h2 a:after {
  content: "›";
  font-weight: 400;
  padding-left: 20px;
}
.category .list-articles .item .social, .category.category-life .list-headline .item .social, body.tag .list-articles .item .social, body.tag.category-life .list-headline .item .social {
  grid-column: 2;
  grid-row: 2;
  background-image: url(/wp-content/themes/guardian2021/images/share-generic.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  margin: 0;
  width: 100%;
  height: 100% !important;
  position: relative;
}
.category .list-articles .item .social ul, .category.category-life .list-headline .item .social ul, body.tag .list-articles .item .social ul, body.tag.category-life .list-headline .item .social ul {
  display: none;
  z-index: 99999;
}
.category .list-articles .item .social:hover ul, .category.category-life .list-headline .item .social:hover ul, body.tag .list-articles .item .social:hover ul, body.tag.category-life .list-headline .item .social:hover ul {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  width: auto;
  padding: 10px 30px;
  border-radius: 10px;
  box-shadow: 5px 0 10px 0 #ccc;
}
.category .list-articles .item .social:hover ul:before, .category.category-life .list-headline .item .social:hover ul:before, body.tag .list-articles .item .social:hover ul:before, body.tag.category-life .list-headline .item .social:hover ul:before {
  position: absolute;
  bottom: 100%;
  right: 5px;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
  border-bottom: 12.5px solid white;
  width: 0;
  height: 0;
  content: " ";
}
.category .list-articles .item .social:hover ul li:first-child:before, .category.category-life .list-headline .item .social:hover ul li:first-child:before, body.tag .list-articles .item .social:hover ul li:first-child:before, body.tag.category-life .list-headline .item .social:hover ul li:first-child:before {
  display: block;
  content: "Share on:";
  width: 100%;
  font-weight: 400;
  text-align: center;
  color: #707070;
  padding: 10px 0;
}
.category .list-articles .item .social:hover ul li, .category.category-life .list-headline .item .social:hover ul li, body.tag .list-articles .item .social:hover ul li, body.tag.category-life .list-headline .item .social:hover ul li {
  text-align: center;
}
.category .list-articles .item .social:hover ul li a, .category.category-life .list-headline .item .social:hover ul li a, body.tag .list-articles .item .social:hover ul li a, body.tag.category-life .list-headline .item .social:hover ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 10px 0;
  font-weight: 600;
  color: black;
}
.category .list-articles .item .social:hover ul li img, .category.category-life .list-headline .item .social:hover ul li img, body.tag .list-articles .item .social:hover ul li img, body.tag.category-life .list-headline .item .social:hover ul li img {
  margin-right: 10px;
}
.category .list-articles .item .social:hover ul li .label, .category.category-life .list-headline .item .social:hover ul li .label, body.tag .list-articles .item .social:hover ul li .label, body.tag.category-life .list-headline .item .social:hover ul li .label {
  display: inline-block;
}
.category .list-articles, body.tag .list-articles {
  overflow: unset;
}
.category .list-articles .item, body.tag .list-articles .item {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  padding: 15px 15px;
}
@media (max-width: 1024px) {
  .category .list-articles .item, body.tag .list-articles .item {
    padding: 30px 15px;
  }
}
.category .list-articles .item.design-numbered-list, body.tag .list-articles .item.design-numbered-list {
  margin: 0;
  width: 100%;
  padding-left: 30px;
  display: block;
}
@media (max-width: 1024px) {
  .category .list-articles .item.design-numbered-list, body.tag .list-articles .item.design-numbered-list {
    padding-left: 30px;
  }
}

body:not(.section-life) .category.title-latest .item {
  border-top: 1px solid #E2E2E2;
}
body:not(.section-life) .category.title-latest .item:first-child {
  padding-top: 15px !important;
}
body:not(.section-life) .category.title-latest .item .age {
  display: block;
  text-align: right;
  grid-column: 2;
  grid-row: 1;
  font-size: 12px;
  color: #707070;
  position: relative;
  top: 1px;
}
body:not(.section-life) .category.title-latest .item .category {
  grid-column: 1;
  grid-row: 1;
}
body:not(.section-life) .category.title-latest h2 {
  background: #00aeef;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
}
body:not(.section-life) .category.title-latest h2 .title:after {
  display: none;
}
body:not(.section-life) .category.title-editor_039_s_picks h2 {
  background: #D0011B;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
}
body:not(.section-life) .category.title-editor_039_s_picks h2 .title:after {
  display: none;
}

body.category h1 {
  font-family: Merriweather, serif;
  font-weight: 400;
  margin-top: 0;
}

.load-more-button {
  margin: 30px auto;
  background-color: #00aeef;
  display: none;
  /* This will need to be enabled through JS as won't work without JS so shouldn't be displayed then */
  color: white;
  padding: 0;
  border: none;
  width: 320px;
  max-width: 80%;
  cursor: pointer;
  font-size: 13.5pt;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  font-weight: 700;
  position: relative;
}
.load-more-button.active .load-more-label {
  display: none;
}
.load-more-button.active .loading-indicator, .load-more-button.active .loading-indicator::before, .load-more-button.active .loading-indicator::after {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.7);
  border: 2.5px solid #00aeef;
  box-sizing: border-box;
  color: white;
  animation: dotFlashing 1.5s infinite linear;
  display: inline-block;
  top: 0;
  content: "";
  position: absolute;
}
.load-more-button.active .loading-indicator {
  position: relative;
  left: 0;
  animation-delay: 0.5s;
}
.load-more-button.active .loading-indicator::before, .load-more-button.active .loading-indicator::after {
  top: -2.5px;
}
.load-more-button.active .loading-indicator::before {
  left: -25px;
  animation-delay: 0s;
}
.load-more-button.active .loading-indicator::after {
  left: 20px;
  animation-delay: 1s;
}
@keyframes dotFlashing {
  0%, 32%, 66%, 100% {
    background: rgba(255, 255, 255, 0.7);
    border-color: #00aeef;
  }
  33%, 65% {
    background: white;
    border-color: white;
  }
}

body.search-results h1, body.contributor-template-default h1 {
  font-family: Merriweather, serif;
  font-size: 24px;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding: 10px 0;
  margin: 0 0 20px;
}
body.search-results .page-main section.category .list-articles.wide-3 .item:nth-child(1),
body.search-results .page-main section.category .list-articles.wide-3 .item:nth-child(2),
body.search-results .page-main section.category .list-articles.wide-3 .item:nth-child(3), body.contributor-template-default .page-main section.category .list-articles.wide-3 .item:nth-child(1),
body.contributor-template-default .page-main section.category .list-articles.wide-3 .item:nth-child(2),
body.contributor-template-default .page-main section.category .list-articles.wide-3 .item:nth-child(3) {
  padding-top: 0;
}

@media (max-width: 1024px) {
  .list-scroll-button {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .scroll-context {
    position: relative;
  }
  .scroll-context .list-scroll-button {
    position: absolute;
    top: 15%;
    width: 60px;
    height: 60px;
    border: none;
    text-indent: 100px;
    overflow: hidden;
    background-size: 59px 59px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease-in-out;
  }
}
@media (min-width: 1025px) and (max-width: 1024px) {
  .scroll-context .list-scroll-button {
    top: 24vw;
  }
}
@media (min-width: 1025px) {
  .scroll-context .list-scroll-button.list-scroll-button-back {
    left: 0;
    background-image: url(/wp-content/themes/guardian2021/images/scroll-left@2x.png);
  }
}
@media (min-width: 1025px) {
  .scroll-context .list-scroll-button.list-scroll-button-next {
    right: 0;
    background-image: url(/wp-content/themes/guardian2021/images/scroll-right@2x.png);
  }
}
@media (min-width: 1025px) {
  .scroll-context .list-scroll-button.active {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.5s ease-in-out;
  }
}
@media (min-width: 1025px) {
  .category-main > section:first-child > .headline:first-child .item {
    padding-top: 0;
  }
}
/* Gradient mixin -- http://www.sitepoint.com/building-linear-gradient-mixin-sass/ */
main .table {
  width: auto;
  min-width: 100%;
}

.page-content-loaded:before {
  position: absolute;
  right: 320px;
  top: 0;
  bottom: 0;
  width: 7px;
  content: " ";
  background: blue;
  background: #E9E9E9;
  background: -webkit-linear-gradient(left, #E9E9E9, #FFFFFF);
  background: linear-gradient(to right, #E9E9E9, #FFFFFF);
}

.meta {
  color: #9B9B9B;
  display: table;
  width: 100%;
  border-spacing: 5px;
  margin: 5px -5px 5px;
}
.meta span {
  vertical-align: middle;
  display: table-cell;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center left;
}
.meta span:last-child {
  text-align: right;
}
.meta .age {
  background-image: url("/wp-content/themes/guardian2016/img/time.png");
  padding-left: 17px;
  white-space: nowrap;
  width: 72px;
}
.meta .comments {
  background-image: url("/wp-content/themes/guardian2016/img/comments.png");
  padding-left: 17px;
  width: 25px;
}
.meta .category {
  width: calc(100% - 70px - 17px - 25px - 17px - 7px);
  white-space: nowrap;
}

.headline-holder section {
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 20px;
}

.article:hover {
  color: #00adee !important;
}
.article:hover .headline, .article:hover .title {
  color: #00adee !important;
}
.article:hover .headline a, .article:hover .title a {
  color: inherit !important;
}

.mid-section {
  padding: 20px 0 30px;
}
.mid-section .mid-section-content {
  width: 720px;
  height: 70px;
  background: Red;
  margin: auto;
}

.view-more-link {
  display: block;
  float: right;
  font-size: 8pt;
  text-transform: uppercase;
  position: relative;
  top: 2px;
  left: 0px;
  color: #777;
}

.ad-align-right {
  float: right;
  margin-left: 20px;
}

.ad-align-left {
  float: left;
  margin-right: 20px;
}

.ad-container {
  position: relative;
  text-align: center;
}

#primary-sidebar > div {
  margin-bottom: 10px;
}

#primary-sidebar .category-table > div.row:last-child > .cell {
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
}

@media (max-width: 321px) {
  .ad-container {
    width: 100%;
  }
  .ad-container:before {
    right: 10px !important;
  }
}
.compact-item {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}
.compact-item .cell {
  display: table-cell;
  vertical-align: top;
  padding-top: 0 !important;
  border-bottom: 1px solid #9B9B9B;
}
.compact-item .cell.no-image {
  position: static !important;
  background: inherit !important;
  opacity: 1 !important;
  padding: 0 !important;
}
.compact-item .cell.image-cell {
  width: 33% !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.compact-item .cell.image-cell .image {
  margin-bottom: 0 !important;
}
.compact-item .cell.image-cell img {
  width: 100%;
  height: auto;
}
.compact-item .cell.headline-cell {
  width: 67% !important;
  border-bottom: none !important;
  padding: 0 10px;
  font-weight: 500;
  font-size: 12pt;
  font-family: Lato, Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #9B9B9B;
}
.compact-item .cell.headline-cell a {
  color: inherit;
}

.cartoon-box {
  overflow: hidden;
  background: #EEE;
  margin-bottom: 10px;
  height: 323px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cartoon-box img {
  display: inline-block !important;
  width: 100%;
  height: auto;
  position: static !important;
}

.youtube-oembed-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.9%;
}
.youtube-oembed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.widget-cols .content {
  display: table;
  width: 100%;
}
.widget-cols .content .widget-col {
  vertical-align: top;
  display: table-cell;
  padding-right: 20px;
}
.widget-cols .content .widget-col:last-child {
  padding-right: 0;
}

.warning-note {
  text-align: center;
}
.warning-note img {
  width: 20%;
  text-align: center;
  margin: 0;
  height: auto;
  float: initial;
}

.d-none {
  display: none;
}

.close-ads {
  float: right;
  display: inline-block;
  padding: 3px 10px 5px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  color: #000;
  border: 1px solid;
  line-height: 20px;
  font-size: 16px;
  margin-right: 20px;
  cursor: pointer;
}
.close-ads:hover {
  background: #000;
  color: #fff;
}

.newsletter-widget {
  padding: 10px;
  text-align: center;
}
.newsletter-widget .content .title {
  font-weight: bold;
  margin: 1em auto 2em;
  display: block;
}
.newsletter-widget .content .img, .newsletter-widget .content .form_desc, .newsletter-widget .content form {
  display: block;
  text-align: center;
}
.newsletter-widget .content p {
  line-height: 1.6em;
  max-width: 600px;
  margin: 2em auto;
}
.newsletter-widget .content form {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.newsletter-widget .content form input[type=email] {
  border: 1px solid black;
  min-width: 25%;
}
.newsletter-widget .content form button {
  background: black;
  text-transform: uppercase;
  padding: 5px 40px;
}
.newsletter-widget p.error {
  margin-bottom: 0;
  background-color: red;
  font-weight: bold;
  padding: 10px;
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 10.5pt;
}
.newsletter-widget input[type=email] {
  min-height: 33px;
  outline: none;
  width: 175px;
  min-width: 150px;
  border-radius: 0;
  font-weight: normal;
  font-size: 9.75pt;
  line-height: 33px;
  padding: 0 10px;
  border: 1px solid #bcbcbc;
}
.newsletter-widget button[type=submit] {
  -webkit-appearance: none;
  display: inline-block;
  height: 35px;
  width: auto;
  border: none;
  border-radius: 0;
  color: white;
  outline: none;
  background-color: #00ADEE;
  font-size: 8.25pt;
  text-align: center;
  padding: 0 7px;
  min-width: 80px;
  cursor: pointer;
}

.subscribed-page {
  margin: 60px 0;
}
.subscribed-page .msg {
  margin-left: 30px;
  padding-left: 80px;
  background: url("/wp-content/themes/guardian2016/img/email_icon@2x.png") 0/60px no-repeat;
}
.subscribed-page h2 {
  margin-bottom: 0;
  font-size: 21pt;
}
.subscribed-page p {
  margin-top: 10px;
  line-height: 1.5;
}

.newsletter_single_desktop .newsletter-widget {
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}
.newsletter_single_desktop .newsletter-widget .form_desc,
.newsletter_single_desktop .newsletter-widget .newsletter-form {
  float: left;
}
.newsletter_single_desktop .newsletter-widget .form_desc p {
  font-size: 10.5pt;
  padding-bottom: 0;
  background-size: 50px;
  padding-left: 65px;
}
.newsletter_single_desktop .newsletter-widget .form_desc {
  padding-right: 20px;
  width: 55%;
}
.newsletter_single_desktop .newsletter-widget .newsletter-form {
  padding: 10px 0 10px;
  width: 45%;
}
.newsletter_single_desktop .newsletter-widget input[type=email] {
  width: 210px;
  min-width: 160px;
}
.newsletter_single_desktop .newsletter-widget button[type=submit] {
  padding: 0 10px;
}

.gcol.col-width-w25 .newsletter-widget form {
  flex-direction: column;
  align-items: center;
}
.gcol.col-width-w25 .newsletter-widget form input[type=email], .gcol.col-width-w25 .newsletter-widget form button {
  width: 100%;
}

aside .newsletter-widget .content,
.mobile-page .newsletter-widget .content {
  display: block;
}
aside .newsletter-widget .content > .img, aside .newsletter-widget .content > .form_desc, aside .newsletter-widget .content > form,
.mobile-page .newsletter-widget .content > .img,
.mobile-page .newsletter-widget .content > .form_desc,
.mobile-page .newsletter-widget .content > form {
  max-width: 100%;
}
aside .newsletter-widget .content .top,
.mobile-page .newsletter-widget .content .top {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
aside .newsletter-widget .content .top .img,
.mobile-page .newsletter-widget .content .top .img {
  display: block;
  width: 56px;
  height: 42px;
  min-width: 56px;
}
aside .newsletter-widget .content .top .img img,
.mobile-page .newsletter-widget .content .top .img img {
  width: 56px;
  height: 42px;
}
aside .newsletter-widget .content .top .form_desc,
.mobile-page .newsletter-widget .content .top .form_desc {
  max-width: 100%;
  display: block;
  float: left;
  width: auto;
}
aside .newsletter-widget .content form,
.mobile-page .newsletter-widget .content form {
  width: 100%;
  clear: both;
  white-space: normal;
  display: flex;
  align-items: center;
}
aside .newsletter-widget .content form input[type=email],
.mobile-page .newsletter-widget .content form input[type=email] {
  width: 100%;
}
aside .newsletter-widget .content form button,
.mobile-page .newsletter-widget .content form button {
  white-space: nowrap;
  min-width: 100px;
}
@media (max-width: 320px) {
  aside .newsletter-widget .content form,
.mobile-page .newsletter-widget .content form {
    display: block;
  }
  aside .newsletter-widget .content input[type=email],
.mobile-page .newsletter-widget .content input[type=email] {
    font-size: 8.25pt;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  aside .newsletter-widget .content input[type=email],
aside .newsletter-widget .content button[type=submit],
.mobile-page .newsletter-widget .content input[type=email],
.mobile-page .newsletter-widget .content button[type=submit] {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (max-width: 310px) {
  .mobile-page .newsletter-widget .content form {
    display: block;
  }
  .mobile-page .newsletter-widget .content form input[type=email] {
    width: 100%;
    box-sizing: border-box;
  }
  .mobile-page .newsletter-widget .content form button {
    margin-top: 5px;
    width: 100%;
  }
}
article {
  clear: both;
  padding-top: 10px;
}
article a {
  color: #00adee;
}
article img {
  max-width: 100%;
  float: right;
  margin: 0 0 10px 10px;
  height: auto;
  /*
  &.alignleft {
  	float: left;
  	margin: 0 10px 10px 0;
  }*/
}
article img.size-full.aligncenter {
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  float: none;
  max-width: 100%;
  text-align: center;
}
article img.aligncenter {
  float: none;
  margin: 0 auto;
  text-align: center;
  display: block;
}
article .wp-caption {
  float: right;
  margin: 0 0 10px 10px;
  text-align: left;
  max-width: 100%;
}
article .wp-caption img {
  margin: 0;
  float: none;
}
article .wp-caption .wp-caption-text {
  text-align: left;
  font-size: 9.75pt;
  margin: 0 0 15px;
  font-style: italic;
}
article .related-articles {
  margin: 30px 0;
}
article .related-articles-item {
  list-style: none;
  padding: 0 !important;
}
article .related-articles-item li {
  margin-bottom: 5px;
}
article .related-articles-item li a {
  color: #0A4EA6;
  text-decoration: underline;
}

.tagline-bottom {
  vertical-align: middle;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 11pt;
}
.tagline-bottom a {
  background: #EDEDED;
  margin-top: 5px;
  margin-right: 5px;
  padding: 3px 10px;
  color: #000;
  font-size: 10pt;
  display: inline-block;
}
.tagline-bottom a:hover {
  background: #DDD;
}
.tagline-bottom .tags {
  margin-top: 0;
  line-height: 1.4em;
  display: inline;
  vertical-align: middle;
}
.tagline-bottom .tags a {
  color: #000;
}

.single:not(.article-category-life) .tagline-bottom {
  font-size: 9pt;
}
.single:not(.article-category-life) .tagline-bottom a {
  font-size: 9pt;
}
.single:not(.article-category-life) article {
  line-height: 1.75;
  font-size: 13.5pt;
}
.single:not(.article-category-life) article p {
  line-height: 1.75;
}
.single:not(.article-category-life) article .wp-caption {
  margin: 0 0 10px 0;
}
.single:not(.article-category-life) article .wp-caption-text {
  line-height: 1.5;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  color: #9B9B9B;
}
.single:not(.article-category-life) .comment-bar {
  background-color: #00ADEE;
  margin: 20px 0;
  text-align: center;
  color: white;
  padding: 10px;
  display: block;
}
.single:not(.article-category-life) .comment-bar span {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.single:not(.article-category-life) .comment-bar span:after {
  content: "";
  background-image: url("./img/comment-icon-white@2x.png");
  width: 20px;
  position: absolute;
  top: calc(50% - 9px);
  left: -30px;
  height: 20px;
  background-size: cover;
}
.single:not(.article-category-life) main .meta {
  font-size: 10.5pt;
}
.single:not(.article-category-life) main.page-main .after-category {
  border-color: #eaeaea;
}
.single:not(.article-category-life) .single-article-author, .single:not(.article-category-life) .single-article-datetime {
  display: block;
  margin-bottom: 5px;
}
.single:not(.article-category-life) .single-article-author {
  line-height: 1.5;
}
.single:not(.article-category-life) .single-article-author .contributor-link {
  color: #00ADEE;
}
.single:not(.article-category-life) .single-article-author strong,
.single:not(.article-category-life) .single-article-author .contributor-link {
  font-weight: 700;
}
.single:not(.article-category-life) .page-content-loaded:before {
  display: none;
}

.fb-comments {
  margin: 15px 0;
}
.fb-comments iframe {
  width: 100% !important;
}

.whatsappphone {
  color: #1a80be;
}

#comments {
  font-size: 11.25pt;
  color: #2a2e2e;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", arial, sans-serif;
}
#comments .moderate,
#comments .moderate-feedback {
  border: 1px solid #dbdfe4;
  background: #e7e9ee;
  background: rgba(0, 0, 0, 0.03);
  padding: 8px;
  margin: 1em 0 0;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
}
#comments .moderate .flagging-title,
#comments .moderate-feedback .flagging-title {
  font-size: 9pt;
  font-weight: 700;
  margin-bottom: 5px;
}
#comments .moderate .flagging-subtitle,
#comments .moderate-feedback .flagging-subtitle {
  font-size: 10.5pt;
  font-weight: 500;
  margin: 10px 0;
  color: #7f919e;
}
#comments .moderate .flagging-reason,
#comments .moderate-feedback .flagging-reason {
  width: 100%;
  overflow: visible;
  white-space: normal;
  padding-right: 50px;
  font-size: 9.75pt;
  float: left;
  display: block;
  text-overflow: ellipsis;
  overflow-x: hidden;
  margin-bottom: 7px;
  color: #666;
  font-weight: 500;
}
#comments .moderate .flagging-reason span,
#comments .moderate-feedback .flagging-reason span {
  font-weight: 400;
}
#comments .moderate .flagging-reason input,
#comments .moderate-feedback .flagging-reason input {
  float: left;
  margin-right: 5px;
}
#comments .moderate .flagging-reason-text,
#comments .moderate-feedback .flagging-reason-text {
  margin: 0 0 2px 0;
  text-align: left;
}
#comments .moderate .flagging-subtext,
#comments .moderate-feedback .flagging-subtext {
  color: #7f919e;
  font-size: 9pt;
  padding-bottom: 5px;
  margin: 0;
}
#comments .moderate .flagging-form .flagging-action,
#comments .moderate-feedback .flagging-form .flagging-action {
  padding: 10px 10px 0;
  margin: 0 -10px;
  border-top: 1px solid #ddd;
}
#comments .moderate .flagging-form .flagging-button,
#comments .moderate-feedback .flagging-form .flagging-button {
  font-size: 9pt;
  color: #fff;
  font-weight: 700;
  padding: 5px;
  border-radius: 3px;
  background-color: #888;
  transition: background-color 0.5s ease-in;
  border: none;
  cursor: pointer;
}
#comments .moderate .flagging-form .flagging-button:hover,
#comments .moderate-feedback .flagging-form .flagging-button:hover {
  background-color: #666;
}
#comments .moderate-feedback .flagging-subtitle {
  margin: 5px 0 10px;
}
#comments .comments-list {
  clear: both;
}
#comments #respond #reply-title {
  margin: 0 0 5px;
  float: left;
  font-family: "Helvetica Neue", arial, sans-serif;
}
#comments #respond .must-log-in {
  text-align: right;
  font-family: "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  margin: 15px 0;
  border-bottom: 2px solid #e7e9ee;
  padding-bottom: 15px;
}
#comments #respond .must-log-in a {
  color: #656c7a;
  transition: color 0.2s linear;
  font-size: 11.25pt;
}
#comments #respond .must-log-in a:hover {
  color: #2a2e2e;
}
#comments #commentform textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  outline: none;
  font-size: inherit;
  min-height: 80px;
  font-family: "Helvetica Neue", arial, sans-serif;
  border: 2px solid #dbdfe4;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  word-wrap: break-word;
  max-height: 350px;
  max-width: 100%;
}
#comments #commentform textarea + p {
  display: none;
}
#comments #commentform .logged-in-as {
  text-align: right;
  font-family: "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  margin: 15px 0;
}
#comments #commentform .logged-in-as a {
  color: #656c7a;
  transition: color 0.2s linear;
  font-size: 11.25pt;
}
#comments #commentform .logged-in-as a:hover {
  color: #2a2e2e;
}
#comments #commentform .form-submit {
  text-align: right;
  border: 2px solid #dbdfe4;
  border-radius: 0 0 3px 3px;
  background-color: #f6f8f9;
  margin: -3px 0 0 0;
}
#comments #commentform .form-submit #submit {
  padding: 10px 20px;
  background-color: rgba(29, 47, 58, 0.6);
  color: white;
  font-size: 9pt;
  border: none;
  display: inline-block;
  font-weight: 700;
  font-family: "Helvetica Neue", arial, sans-serif;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  margin: -2px -2px -2px 0;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0 0 3px 0;
}
#comments ul {
  list-style: none;
  padding: 0;
}
#comments ul.child-comments {
  padding-left: 57px;
}
#comments ul li {
  margin: 10px 0;
}
#comments .comments-title {
  text-align: left;
  color: #2a2e2e;
  font-size: 12pt;
  margin: 0;
  font-family: "Helvetica Neue", arial, sans-serif;
}
#comments .comment a {
  color: inherit;
}
#comments .comment-gravatar {
  float: left;
  margin-right: 12px;
}
#comments .comment-gravatar img {
  border-radius: 3px;
}
#comments .comment-meta {
  margin-bottom: 5px;
}
#comments .comment-content {
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 21px;
  font-family: "Helvetica Neue", arial, sans-serif;
}
#comments .comment-content .comment-reply-link {
  display: block;
  margin: 5px 0 0;
}
#comments .comment-content .comment-body {
  margin-bottom: 10px;
}
#comments .comment-author {
  margin: 0;
  font-weight: 700;
  font-size: 9.75pt;
  color: #0000ee;
  font-family: "Helvetica Neue", arial, sans-serif;
}
#comments .comment-date a, #comments .comment-content .comment-reply-link, #comments .comment-content .comment-reply-login, #comments .comment-content .flag-link {
  color: #656c7a;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 500;
  transition: color 0.2s linear;
}
#comments .comment-date a:hover, #comments .comment-content .comment-reply-link:hover, #comments .comment-content .comment-reply-login:hover, #comments .comment-content .flag-link:hover {
  color: #2a2e2e;
}
#comments .comment-content .flag-link {
  cursor: pointer;
}
#comments .comment-content p {
  margin: 0;
}

.contributor-list .contributor-item {
  width: 190px;
  margin: 12.5px 5px;
  float: left;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 12pt;
  font-weight: 600;
  text-align: center;
}
.contributor-list .contributor-item img {
  margin-bottom: 14px;
}
.contributor-list .contributor-item .title {
  color: black !important;
}
.contributor-list .contributor-thumb-view {
  margin-bottom: 20px;
}
.contributor-list .contributor-az-view {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .contributor-list .contributor-az-view {
    column-count: 3;
    column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
  }
}
.contributor-list .contributor-az-view h3 {
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
  padding: 0 10px 10px;
  margin: 0 0 10px 0;
  font-size: 12pt;
  font-weight: normal;
}
.contributor-list .contributor-az-view section {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 0 0 20px 0;
}
.contributor-list .contributor-az-view ul {
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
}
.contributor-list .contributor-az-view ul li {
  line-height: 1.7em;
}
.contributor-list .contributor-az-view ul li a {
  color: inherit;
}
.contributor-list .contributor-az-view ul li a:hover {
  font-weight: bold;
}
.contributor-list h2 {
  margin: 10px 0 5px 0;
  clear: both;
}
.contributor-list .clear {
  clear: both;
}

.contributor-single {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 13.5pt;
}
.contributor-single h1 {
  border: none;
  font-weight: 700;
  line-height: 1.2em;
  margin: 20px 0 0;
  padding-bottom: 5px;
}
.contributor-single .contributor-meta {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 9pt;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.contributor-single .contributor-meta img {
  display: inline-block;
  float: none;
  margin: 0 0 0 10px;
  vertical-align: baseline;
  position: relative;
  top: 5px;
}

.page-content section .category-table .cell .listitem-contributor {
  /*For Multi Column View*/
}
.page-content section .category-table .cell .listitem-contributor .headline > .title {
  /* Items without authors */
  padding-bottom: 10px;
}
.page-content section .category-table .cell .listitem-contributor img.wp-post-image {
  width: 140px;
  height: auto;
  float: left;
  position: static;
}
.page-content section .category-table .cell .listitem-contributor span.title {
  display: inline-block;
  font-size: 12pt;
}
.page-content section .category-table .cell .listitem-contributor span.author {
  display: inline-block;
  font-size: 9pt;
  color: #D0021B;
  text-transform: uppercase;
}
.page-content section .category-table .cell .listitem-contributor .author-multi-table .row .cell {
  padding-top: 0;
}
.page-content section .category-table .cell .listitem-contributor .author-multi-table .row .cell .author-image {
  height: 160px !important;
  margin-right: 0 !important;
}
.page-content section .category-table .cell .table {
  table-layout: auto;
  border-spacing: 0;
}
.page-content section .category-table .cell .table.author-table .cell {
  padding-bottom: 10px;
  border-bottom: 0;
}
.page-content section .category-table .cell .table .cell:first-child {
  width: 100%;
}
.page-content section .category-table .cell .table .cell:first-child .author-image {
  margin-right: 10px;
  background: #EEE;
  text-align: center;
  height: 80px;
}
.page-content section .category-table .cell .table .cell:first-child .author-image img {
  height: 100%;
  width: auto;
  display: inline-block;
  float: none;
}
.page-content section .category-table .cell .table .cell .table .row .cell {
  padding-bottom: 0;
  vertical-align: bottom;
}
.page-content section .category-table .cell .table .cell .table .row:first-child .cell {
  vertical-align: top;
  padding-bottom: 10px;
  padding-top: 0;
}
.page-content section .category-table .cell .table.numbered-list .cell {
  width: auto;
  border-bottom: 0;
  padding-top: 0;
  vertical-align: middle;
}
.page-content section .category-table .cell .table.numbered-list .cell:first-child {
  width: 60px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #ccc;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.page-content section .category-table .cell .table.numbered-list .cell a:hover {
  color: #00adee;
}
.page-content section .category-table .cell .table.numbered-list .cell a:hover .headline {
  color: inherit;
}

.contributor-link {
  color: #00adee;
  font-weight: bold;
}

.wp-polls {
  margin-top: 20px;
  padding: 30px 20px;
  border: 3px solid rgba(0, 173, 238, 0.5);
}
.wp-polls p {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
.wp-polls .wp-polls-ans {
  margin-top: 20px;
}
.wp-polls .wp-polls-ans .wp-polls-ul {
  padding: 0;
  margin: 0 0 20px 0;
}
.wp-polls .wp-polls-ans .wp-polls-ul li {
  margin-bottom: 10px;
}
.wp-polls .wp-polls-ans .wp-polls-ul li label {
  padding-left: 10px;
}
.wp-polls .wp-polls-ans input[type=button] {
  width: 100%;
  padding: 10px;
  background: #00adee;
  color: #FFF;
  border: none;
  outline: none;
  font-size: 13pt;
  cursor: pointer;
}
.wp-polls .wp-polls-ans p a {
  font-size: 9pt;
  color: #000;
  text-transform: none;
}
.wp-polls .pollbar {
  background: #00adee;
  margin: 2px 0;
  border: none;
}

.ventra-poll {
  margin-top: 20px;
  padding: 30px 20px;
  border: 3px solid rgba(0, 173, 238, 0.5);
}
.ventra-poll h2 {
  margin: 0 0 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
}
.ventra-poll .ventra-poll-alternative {
  margin-bottom: 10px;
}
.ventra-poll .ventra-poll-alternative label {
  margin-bottom: 2px;
}
.ventra-poll .ventra-poll-alternative .results-bar {
  background-color: #00adee !important;
  margin-top: 3px;
  height: 8px;
  min-width: 3px;
}
.ventra-poll .ventra-poll-alternative input[type=radio] {
  margin-right: 10px;
}
.ventra-poll .ventra-poll-buttons {
  margin-top: 20px;
}
.ventra-poll .ventra-poll-buttons button {
  width: 100%;
  padding: 10px;
  background: #00adee;
  color: #FFF;
  border: none;
  outline: none;
  font-size: 13pt;
}

.error-page {
  margin: 10px 0;
}
.error-page .error-msg {
  padding: 10px 0 10px 80px;
  background: url(/wp-content/themes/guardian2016/img/404-icon@2x.png) 0/60px no-repeat;
}
.error-page h2 {
  font-size: 28px;
}

.single .article-header {
  max-width: calc( 650px + 100px + 300px );
  margin: 40px auto 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .single .article-header {
    padding: 0 15px;
  }
}
.single .article-header .category {
  color: #00aeef;
  font-size: 20px;
}
.single .article-header .category a {
  color: inherit;
}
.single .article-header h1 {
  font-family: Merriweather, serif;
  font-size: 40px;
  margin: 10px 0 20px;
}
.single .article-header .date {
  margin: 10px 0 20px;
  color: #9F9F9F;
}
.single .article-header img {
  width: 100%;
  height: auto;
}
.single .article-header .social-share {
  border: none;
}
.single .article-header .social-share .social-links {
  padding: 0 20px;
  justify-content: flex-start;
  gap: 10px;
}
@media (max-width: 1024px) {
  .single .article-header .social-share .social-links {
    padding: 0 0 20px 0;
  }
}
.single .article-header .social-share .social-links:before {
  display: none;
}
.single .article-header .social-share .social-links a {
  height: 25px;
  background-position: left center;
}
.single .article-header .excerpt {
  display: none;
}
.single .article-header .wp-caption {
  margin: 0 0 10px 0;
}
.single .article-header .wp-caption-text {
  font-family: Merriweather, serif;
  line-height: 1.5;
  margin: 0 0 10px;
  padding-bottom: 10px;
  color: #9B9B9B;
}
.single .article-header .wp-caption .wp-caption-text {
  text-align: left;
  font-size: 9.75pt;
  margin: 0 0 15px;
  font-style: italic;
}
@media (min-width: 1025px) {
  .single .article-header .subhead .social-share {
    margin: 10px 0 20px;
  }
  .single .article-header .subhead .social-share .social-links {
    padding: 0;
  }
  .single .article-header .subhead .social-share .social-links a {
    background-position: left center;
  }
  .single .article-header.has-preview .subhead {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }
  .single .article-header.has-preview .subhead .date {
    margin: 10px 0 0;
  }
  .single .article-header.has-preview .subhead .social-share {
    margin: auto 0 auto auto;
  }
  .single .article-header.has-preview .subhead .social-share .social-links a {
    background-position: center center;
  }
}
.single .mix-layout {
  max-width: 1280px;
  margin: 0 auto 40px;
  padding: 0 40px;
}
@media (min-width: 1025px) {
  .single .mix-layout {
    display: grid;
    grid-template-columns: [col] 650px [col] 300px;
    justify-content: center;
    width: fit-content;
    gap: 100px;
  }
}
@media (max-width: 1024px) {
  .single .mix-layout {
    padding: 0 15px;
  }
}
.single .mix-layout .single-article {
  width: 100%;
}
.single .mix-layout .single-article-sidebar {
  display: none;
}
@media (min-width: 1025px) {
  .single .mix-layout .single-article-sidebar {
    width: 300px;
    display: block;
  }
  .single .mix-layout .single-article-sidebar .gsec {
    margin: 0;
    padding: 0;
    align-content: flex-start;
    grid-column-gap: 0;
    grid-row-gap: 100px;
    height: 100%;
  }
}
.single .single-article {
  max-width: 650px;
  margin: 0 auto;
}
.single .single-article article p:first-child {
  margin-top: 0;
}
.single .single-article article {
  font-family: Merriweather, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
.single .single-article .tags {
  margin: 60px 0;
}
.single .single-article .tags h3 {
  font-weight: normal;
}
.single .single-article .tags ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.single .single-article .tags ul li {
  display: inline-block;
  border: 1px solid #707070;
  border-radius: 50px;
  padding: 5px 10px;
  white-space: pre;
  margin: 0 10px 10px 0;
  font-size: 14px;
}
.single .single-article .tags ul li a {
  color: inherit;
}
@media (min-width: 1025px) {
  .single .adspace {
    margin-top: 140px;
  }
}
.single .comments {
  margin: 100px auto;
}
.single .social-share {
  width: fit-content;
  margin: auto;
  border: 1px solid #E2E2E2;
  border-width: 1px 0px;
  clear: both;
}
@media (max-width: 1024px) {
  .single .social-share {
    width: 100%;
  }
}
.single .social-share .social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  .single .social-share .social-links {
    padding: 20px 0;
  }
}
.single .social-share .social-links:before {
  content: "SHARE";
  font-weight: 800;
  padding: 0 20px;
  color: #707070;
}
@media (max-width: 1024px) {
  .single .social-share .social-links:before {
    padding: 0 10px 0 0;
  }
}
.single .social-share a {
  height: 35px;
  width: 35px;
  overflow: hidden;
  display: block;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
}
.single .social-share a span {
  display: none;
}
.single .social-share .facebook {
  background-image: url("/wp-content/themes/guardian2021/images/share-facebook@2x.png");
  background-size: 11px 22px;
}
.single .social-share .twitter {
  background-image: url("/wp-content/themes/guardian2021/images/share-twitter@2x.png");
  background-size: 26px 21px;
}
.single .social-share .telegram {
  background-image: url("/wp-content/themes/guardian2021/images/share-telegram@2x.png");
  background-size: 24px 20px;
}
.single .social-share .whatsapp {
  background-image: url("/wp-content/themes/guardian2021/images/share-whatsApp@2x.png");
  background-size: 23px 22px;
}
.single .social-share .linkedin {
  background-image: url("/wp-content/themes/guardian2021/images/share-linkedIn.png");
  background-size: 24px 24px;
}
.single .social-share .mail {
  background-image: url("/wp-content/themes/guardian2021/images/share-email@2x.png");
  background-size: 30px 21px;
}
.single .whatsapp-alert {
  font-weight: 600;
  font-size: 14px;
  margin-top: 40px;
  text-align: center;
}
.single .whatsapp-alert a {
  color: #00aeef;
}

.gsec {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-gap: 30px;
  width: 100%;
  max-width: 1280px;
  margin: 40px auto;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .gsec {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 15px;
    margin: calc(15px * 2) auto;
  }
}
.gsec .gcol {
  grid-column-end: 8;
  width: 100%;
}
.gsec .gcol.col-width-w100 {
  grid-column: 1/span 24;
}
.gsec .gcol.col-width-w12-5 {
  grid-column-end: span 3;
}
.gsec .gcol.col-width-w25 {
  grid-column-end: span 6;
}
.gsec .gcol.col-width-w33 {
  grid-column-end: span 8;
}
.gsec .gcol.col-width-w37-5 {
  grid-column-end: span 9;
}
.gsec .gcol.col-width-w50 {
  grid-column-end: span 12;
}
.gsec .gcol.col-width-w62-5 {
  grid-column-end: span 15;
}
.gsec .gcol.col-width-w66 {
  grid-column-end: span 16;
}
.gsec .gcol.col-width-w75 {
  grid-column-end: span 18;
}
.gsec .gcol.col-width-w87-5 {
  grid-column-end: span 21;
}
.gsec .gcol.center {
  height: 100%;
}
.gsec .gcol.center > * {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1024px) {
  .gsec .gcol {
    width: 100% !important;
  }
}

.auto-margin main {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin: 40px auto;
  padding: 0 40px;
  gap: 0;
}
@media (max-width: 1024px) {
  .auto-margin main {
    margin: 20px auto;
    padding: 0 15px;
    gap: 15px;
  }
}
.auto-margin main > h1 {
  margin: 0;
}

.ad-section {
  margin: 15px auto;
}
.ad-section iframe {
  background: #eee;
}

.ad-section-gcol {
  display: flex;
  justify-content: center;
}

.gsec.brand-life {
  background: #fdf3f4;
  padding: 40px;
}
@media (max-width: 1024px) {
  .gsec.brand-life {
    padding: 15px;
  }
}
.gsec.brand-life .list-headline {
  background: #f33b43;
  color: white;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .gsec.brand-life .list-headline {
    margin: -15px;
    width: 100vw;
  }
}
.gsec.brand-life .list-headline .item {
  grid-template-columns: [col] 50% [col] 50%;
}
.gsec.brand-life .list-headline .item .image {
  padding: 0 0 75%;
  width: 100%;
  height: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .gsec.brand-life .list-headline .item .image {
    grid-row: 1;
  }
}
.gsec.brand-life .list-headline .item .image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gsec.brand-life .list-headline .item .image a img {
  height: 100%;
  object-fit: cover;
}
.gsec.brand-life .list-headline .item > *:not(.image) {
  padding: 0 40px;
}
@media (min-width: 1025px) {
  .gsec.brand-life .list-headline .item > *:not(.image) {
    grid-column: 2;
  }
}
.gsec.brand-life .list-headline .item .category {
  grid-row: 2;
}
.gsec.brand-life .list-headline .item .category a {
  color: inherit;
}
.gsec.brand-life .list-headline .item .headline {
  grid-row: 3;
  font-size: 29px;
}
.gsec.brand-life .list-headline .item .headline .title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gsec.brand-life .list-headline .item .social {
  grid-row: 4;
  filter: brightness(100);
}
.gsec.brand-life .list-headline .item .excerpt {
  display: none;
}
.gsec.brand-life section.category-life.with-title > h2 .title {
  display: inline-block;
  text-indent: -1000px;
  background-image: url(/wp-content/themes/guardian2021/images/logo-GuardianLife@2x.png);
  background-size: 87px 30px;
  width: 87px;
  height: 30px;
}

body.section-life {
  background-color: #EDEDED;
  font-family: "Josefin Sans", sans-serif;
}
body.section-life #breaking-news {
  display: none !important;
}
body.section-life .gsec {
  padding: 0;
  overflow: unset;
}
body.section-life h1, body.section-life h2 {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
body.section-life .item {
  background: white;
}
body.section-life .item > * {
  padding: 0 30px;
}
body.section-life .item .headline, body.section-life .item .excerpt {
  font-family: "Josefin Sans", sans-serif;
  height: calc(1.4em * 3);
  line-height: 1.4em;
  margin-bottom: 0 !important;
  overflow: hidden;
}
body.section-life .item .headline {
  font-size: 20px;
  margin: 1em 0;
}
body.section-life .item .category {
  padding: 0 30px !important;
  -webkit-font-smoothing: antialiased;
  margin-top: calc(2.1em) !important;
  font-weight: 300;
  font-size: 16px;
}
body.section-life .item .excerpt {
  color: #707070;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  margin-bottom: 1.4em !important;
  height: calc(1.4em * 5);
  overflow: hidden;
}
body.section-life .item .image {
  position: relative;
  margin-top: 1.1em !important;
}
body.section-life .item .image:before {
  border: 20px solid white;
  content: " ";
  position: absolute;
  top: 0px;
  right: 30px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
body.section-life .item .image a {
  display: block;
  margin-top: 0px;
}
body.section-life .item .social {
  background-position: left top !important;
  padding-bottom: 30px !important;
}
body.section-life .item .social ul:before {
  right: 40px !important;
}
@media (max-width: 1024px) {
  body.section-life .list-articles {
    margin: 0 -15px;
  }
}
body.section-life .list-articles.wide-3, body.section-life .list-articles.wide-4 {
  padding: 40px 0;
  gap: 40px !important;
}
body.section-life .list-articles.wide-3.with-title, body.section-life .list-articles.wide-4.with-title {
  padding-top: 0;
}
body.section-life .list-articles.wide-3 .item, body.section-life .list-articles.wide-4 .item {
  grid-template-columns: [col] auto [col] 50px !important;
}
body.section-life .list-articles .item {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  padding: 15px 0 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  body.section-life .list-articles .item {
    grid-template-columns: [col] auto [col] 50px;
  }
}
body.section-life .list-articles .item .category {
  grid-row: 1;
}
body.section-life .list-articles .item .category a {
  color: #55459D;
}
body.section-life .list-articles .item .headline {
  grid-row: 2;
}
body.section-life .list-articles .item .excerpt {
  grid-column: 1/span 2 !important;
  grid-row: 3;
}
body.section-life .list-articles .item .age {
  display: block;
  grid-row: 4;
}
body.section-life .list-articles .item .social {
  grid-row: 4 !important;
  padding: 0;
}
body.section-life .list-articles .item .image {
  grid-row: 5;
  padding: 0;
  align-self: flex-end;
}
@media (max-width: 1024px) {
  body.section-life .list-articles .item .image {
    grid-column: 1/span 2 !important;
    grid-row: 5 !important;
  }
}
body.section-life .list-articles .item .image img {
  height: auto !important;
}
@media (max-width: 1024px) {
  body.section-life .list-articles .item .image img {
    margin-bottom: 0;
  }
}
body.section-life .design-horizontal .list-articles .item {
  padding: 0;
  gap: 10px;
}
@media (max-width: 1024px) {
  body.section-life .design-horizontal .list-articles .item {
    grid-template-columns: [col] 30vw [col] 1fr [col] 1fr;
    grid-template-rows: auto;
    margin-bottom: 10px;
  }
}
body.section-life .design-horizontal .list-articles .item .image {
  grid-row: 1/span 2 !important;
  margin: 0 !important;
  width: 220px;
  align-self: unset;
}
@media (max-width: 1024px) {
  body.section-life .design-horizontal .list-articles .item .image {
    width: 30vw;
    overflow: hidden;
  }
}
body.section-life .design-horizontal .list-articles .item .image a {
  height: 100%;
}
body.section-life .design-horizontal .list-articles .item .image a img {
  display: block;
  height: 100% !important;
}
body.section-life .design-horizontal .list-articles .item .image:before {
  top: 25%;
  right: 0;
  border-top-color: transparent;
  border-right-color: white;
}
body.section-life .design-horizontal .list-articles .item .category {
  display: none;
}
body.section-life .design-horizontal .list-articles .item .headline {
  grid-row: 1;
  padding-left: 0;
}
@media (max-width: 1024px) {
  body.section-life .design-horizontal .list-articles .item .headline {
    grid-column: 2/span 2;
  }
}
body.section-life .design-horizontal .list-articles .item .excerpt {
  grid-column: 2/span 2 !important;
  grid-row: 2;
  display: block;
  padding-left: 0;
  display: block;
  line-height: 1.6em;
  max-height: calc( 1.6em * 3 );
  text-overflow: ellipsis;
  text-overflow-ellipsis: ellipsis;
  overflow: scroll;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
body.section-life .design-horizontal .list-articles .item .age, body.section-life .design-horizontal .list-articles .item .social {
  display: none;
}
body.section-life .headline .item, body.section-life .list-headline .item {
  grid-template-columns: [col] 2fr [col] 1fr [col] 1fr;
  background: #43308b;
  color: white;
  margin: 0;
  width: 100%;
  padding: 0;
}
@media (max-width: 1024px) {
  body.section-life .headline .item, body.section-life .list-headline .item {
    margin: -15px;
    width: 100vw;
  }
}
body.section-life .headline .item > *, body.section-life .list-headline .item > * {
  grid-column: 2/span 2;
  padding: 0 40px !important;
}
body.section-life .headline .item > .image, body.section-life .list-headline .item > .image {
  grid-column: 1;
  padding: 0 !important;
  margin-top: 0 !important;
}
@media (max-width: 1024px) {
  body.section-life .headline .item > .image, body.section-life .list-headline .item > .image {
    grid-row: 1 !important;
  }
}
@media (min-width: 1025px) {
  body.section-life .headline .item > .image, body.section-life .list-headline .item > .image {
    grid-row: 1/span 5 !important;
  }
  body.section-life .headline .item > .image img, body.section-life .list-headline .item > .image img {
    min-height: 30vw !important;
    object-fit: cover;
  }
}
body.section-life .headline .item > .image:before, body.section-life .list-headline .item > .image:before {
  display: none;
}
body.section-life .headline .item .category, body.section-life .list-headline .item .category {
  display: none;
}
body.section-life .headline .item .headline, body.section-life .list-headline .item .headline {
  text-align: center;
  grid-row: 2;
  font-size: 29px;
}
body.section-life .headline .item .age, body.section-life .list-headline .item .age {
  grid-column: 2;
  grid-row: 3;
  text-align: right;
  padding-right: 20px !important;
  display: block;
}
body.section-life .headline .item .social, body.section-life .list-headline .item .social {
  grid-row: 3 !important;
  padding-bottom: 30px !important;
}
@media (min-width: 1025px) {
  body.section-life .headline .item .social, body.section-life .list-headline .item .social {
    grid-column: 3 !important;
  }
}
body.section-life .headline .item .social:hover ul, body.section-life .list-headline .item .social:hover ul {
  left: -20px;
  right: unset !important;
}
body.section-life .headline .item .social:hover ul:before, body.section-life .list-headline .item .social:hover ul:before {
  left: 20px !important;
}
body.section-life .headline .item .excerpt, body.section-life .list-headline .item .excerpt {
  display: none;
}
@media (max-width: 1024px) {
  body.section-life .headline .item, body.section-life .list-headline .item {
    grid-template-columns: [col] 1fr [col] 1fr;
    padding-bottom: 30px;
  }
  body.section-life .headline .item > .image, body.section-life .list-headline .item > .image {
    grid-row: 1;
    grid-column: 1/span 2;
  }
  body.section-life .headline .item > .image img, body.section-life .list-headline .item > .image img {
    margin: 0;
  }
  body.section-life .headline .item > .headline, body.section-life .list-headline .item > .headline {
    grid-row: 2;
    grid-column: 1/span 2;
    padding: 0 20px !important;
    margin: 1em 0 1em !important;
  }
  body.section-life .headline .item > .age, body.section-life .list-headline .item > .age {
    grid-row: 3;
    grid-column: 1;
    padding-right: 0 !important;
  }
  body.section-life .headline .item > .social, body.section-life .list-headline .item > .social {
    grid-row: 3 !important;
    grid-column: 2;
    top: -2px;
    padding-left: 20px !important;
  }
}
body.section-life .load-more-button {
  background-color: #43308b;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
body.section-life .load-more-button.active .loading-indicator, body.section-life .load-more-button.active .loading-indicator::before, body.section-life .load-more-button.active .loading-indicator::after {
  border-color: #43308b;
  animation: dotFlashingLife 1.5s infinite linear;
}
body.section-life .load-more-button.active .loading-indicator {
  animation-delay: 0.5s;
}
body.section-life .load-more-button.active .loading-indicator::before {
  animation-delay: 0s;
}
body.section-life .load-more-button.active .loading-indicator::after {
  animation-delay: 1s;
}
@keyframes dotFlashingLife {
  0%, 32%, 66%, 100% {
    background: rgba(255, 255, 255, 0.7);
    border-color: #43308b;
  }
  33%, 65% {
    background: white;
    border-color: white;
  }
}
@media (min-width: 1025px) {
  body.section-life .gsec.life-gray, body.section-life .gsec.life-cover {
    margin: 0 -40px;
    padding: 40px 40px;
    width: calc(100% + 80px);
  }
}
@media (max-width: 1024px) {
  body.section-life .gsec.life-gray, body.section-life .gsec.life-cover {
    margin: -15px;
    padding: calc(15px * 2) 15px;
    width: 100vw;
  }
  body.section-life .gsec.life-gray h2, body.section-life .gsec.life-cover h2 {
    margin: auto;
    width: fit-content;
    display: block;
    padding-bottom: 20px;
  }
}
body.section-life .gsec.life-gray {
  background-color: #dddde4;
}
body.section-life .gsec.life-gray > .gcol:first-child h2 {
  color: #3FB64A;
}
body.section-life .gsec.life-gray > .gcol:nth-child(2) h2 {
  color: #862682;
}
body.section-life .gsec.life-cover {
  background-color: black;
  color: white;
}
body.section-life .gsec.life-cover .item {
  background: inherit;
  color: inherit;
  border-top: none;
}
body.section-life .gsec.life-cover .item .image {
  grid-row: 1 !important;
  margin-top: 0 !important;
  height: 26vw;
}
@media (max-width: 1024px) {
  body.section-life .gsec.life-cover .item .image {
    height: 100vw;
    width: 75vw;
    margin: 0 auto;
  }
}
body.section-life .gsec.life-cover .item .image a, body.section-life .gsec.life-cover .item .image a img {
  height: 100% !important;
  object-fit: cover;
}
body.section-life .gsec.life-cover .item .image:before {
  display: none;
}
body.section-life .gsec.life-cover .item .excerpt, body.section-life .gsec.life-cover .item .social, body.section-life .gsec.life-cover .item .category {
  display: none;
}
body.section-life .gsec.life-cover .item .headline {
  grid-row: 2 !important;
  text-align: center;
}
body.section-life .gsec.life-cover .item .age {
  grid-row: 3 !important;
  grid-column: 1/span 2;
  text-align: center;
  text-transform: uppercase;
}

body.category-life .page-main > h1 {
  display: none;
}

header.life-header .main-header {
  background: #43308b;
  grid-template-columns: 90px 350px auto 90px;
  padding: 0;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
}
header.life-header .main-header:before, header.life-header .main-header:after {
  position: absolute;
  left: 100%;
  bottom: 0;
  height: 103px;
  background: #43308b;
  content: " ";
  width: calc( (100vw - 1280px) / 2 );
}
header.life-header .main-header:after {
  right: 100%;
  left: unset;
}
header.life-header .main-header #guardian-follow-links {
  display: none !important;
}
header.life-header .main-header #dayview {
  display: none;
}
header.life-header .main-header #menu-btn {
  box-shadow: 5px -5px 10px 0 #3D2C80;
  grid-row: 1;
  grid-column: 1;
}
header.life-header .main-header #logo {
  height: 103px;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 2;
  grid-row: 1;
  margin-bottom: 0;
}
header.life-header .main-header #logo img {
  max-height: 74px;
  width: auto;
  height: auto;
}
@media (min-width: 1025px) {
  header.life-header .main-header #guardian-back-reference {
    grid-row: 1;
    grid-column: 1/span 2;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    background: white;
    z-index: 2;
  }
  header.life-header .main-header #guardian-back-reference span {
    position: relative;
    top: -3px;
    padding-right: 5px;
  }
  header.life-header .main-header #dayview {
    display: none !important;
  }
  header.life-header .main-header #guardian-follow-links {
    padding-right: 30px;
  }
  header.life-header .main-header.small #guardian-back-reference {
    display: none;
  }
}
header.life-header .main-header #dayview {
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  margin-top: 10px;
  z-index: 2;
  background: white;
}
header.life-header .main-header #menu-btn, header.life-header .main-header #top-menu, header.life-header .main-header #search-btn {
  background: #43308b;
  color: white;
  height: 103px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.life-header .main-header #search-btn {
  grid-row: 1;
  grid-column: 5 !important;
}
header.life-header .main-header #top-menu {
  grid-row: 1;
  grid-column: 3/span 2;
  justify-content: flex-start;
  padding: 0;
  overflow: hidden;
}
header.life-header .main-header #top-menu ul.menu {
  height: inherit;
  gap: 0;
}
header.life-header .main-header #top-menu ul.menu li {
  height: inherit;
  display: flex;
  box-shadow: 5px -5px 10px 0 #3D2C80;
  padding: 30px;
}
header.life-header .main-header #top-menu ul.menu li.active, header.life-header .main-header #top-menu ul.menu li:hover {
  background: #362D62;
  color: white;
}
header.life-header .main-header #top-menu ul.menu li.active a, header.life-header .main-header #top-menu ul.menu li:hover a {
  color: inherit;
}
header.life-header .main-header #top-menu ul.menu li a {
  display: flex;
  align-items: center;
}
@media (min-width: 1025px) {
  header.life-header .main-header.big:not(.small) {
    grid-template-columns: 90px 1fr auto 1fr 90px;
    background: transparent;
    padding-top: 30px;
  }
  header.life-header .main-header.big:not(.small) .if-small {
    display: none;
  }
  header.life-header .main-header.big:not(.small) #logo {
    grid-column: 3;
    margin: 0 30px 20px;
    height: fit-content;
  }
  header.life-header .main-header.big:not(.small) #logo img {
    max-height: unset;
  }
  header.life-header .main-header.big:not(.small) #dayview {
    display: block;
    grid-column: 1/span 2;
    grid-row: 1;
  }
  header.life-header .main-header.big:not(.small) #menu-btn {
    grid-column: 1;
    grid-row: 2;
  }
  header.life-header .main-header.big:not(.small) #search-btn {
    grid-column: 5;
    grid-row: 2;
  }
  header.life-header .main-header.big:not(.small) #menu-btn.opened, header.life-header .main-header.big:not(.small) #search-btn.opened {
    background-image: url("/wp-content/themes/guardian2021/images/header-close-button-white@2x.png");
    background-position: center;
    background-size: 21px 21px;
    background-repeat: no-repeat;
  }
  header.life-header .main-header.big:not(.small) #top-menu {
    grid-column: 2/span 3;
    grid-row: 2;
  }
}
@media (max-width: 1024px) {
  header.life-header .main-header {
    grid-template-columns: 50px 1fr 50px;
    padding: 0;
    height: 50px;
  }
  header.life-header .main-header:before, header.life-header .main-header:after {
    display: none;
  }
  header.life-header .main-header, header.life-header .main-header #logo, header.life-header .main-header #menu-btn, header.life-header .main-header #search-btn {
    height: 50px;
  }
  header.life-header .main-header .if-big {
    display: none;
  }
  header.life-header .main-header #top-menu {
    display: none;
  }
  header.life-header .main-header #logo {
    height: inherit;
    justify-content: flex-start;
    padding-left: 20px;
  }
  header.life-header .main-header #logo img {
    max-height: 50px;
    padding: 12px 0 8px 0;
  }
  header.life-header .main-header #menu-btn {
    padding: 10px;
  }
  header.life-header .main-header #menu-btn img {
    width: 21px;
    height: 15px;
  }
  header.life-header .main-header #search-btn {
    padding: 10px;
  }
  header.life-header .main-header #search-btn img {
    width: 21px;
    height: 21px;
  }
}
header.life-header .main-header.small .if-big {
  display: none;
}
header.life-header #site-menu .social {
  box-shadow: none;
}
header.life-header #site-menu .social a {
  margin-right: 0;
}
header.life-header .social {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 10px;
  box-shadow: 5px -5px 10px 0 #3D2C80;
  margin-right: 10px;
}
header.life-header .social a {
  display: block;
  margin-right: 30px;
}
header.life-header .small .social {
  display: none;
}
@media (min-width: 1025px) {
  header.life-header #guardian-back-reference, header.life-header #dayview {
    padding: 0 20px;
  }
}

body.section-life.single h2 {
  font-weight: normal;
}
body.section-life.single main.page-main {
  padding-top: 40px;
}
@media (max-width: 1024px) {
  body.section-life.single main.page-main {
    padding-top: 15px;
  }
}
body.section-life.single .article-header h1 {
  font-family: "Josefin Sans", sans-serif;
}
body.section-life.single .category h2 {
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}
body.section-life.single .page-main > .mix-layout {
  margin-top: 80px;
  gap: 60px;
  grid-template-columns: [col] 800px [col] 300px;
}
body.section-life.single .page-main > .mix-layout .single-article {
  max-width: 800px;
}
@media (max-width: 1024px) {
  body.section-life.single .page-main > .mix-layout .single-article {
    margin: auto;
  }
}
body.section-life.single .page-main > .mix-layout article {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  color: #333333;
}
body.section-life.single .article-header {
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  display: flex;
  flex-direction: column;
}
body.section-life.single .article-header > * {
  order: 3;
}
body.section-life.single .article-header > h1 {
  order: 4;
  margin: 30px 0;
  line-height: 1.5em;
  font-size: 32px;
}
@media (max-width: 1024px) {
  body.section-life.single .article-header > h1 {
    font-size: 20px;
  }
}
body.section-life.single .article-header > .date {
  font-size: 15px;
  margin: 0 0 10px;
}
body.section-life.single .article-header > .category {
  order: 1;
  margin: -50px -50px 0;
  font-size: 24px;
  color: black;
  padding: 10px 10px 20px 10px;
  background-color: #EDEDED;
  text-transform: uppercase;
}
body.section-life.single .article-header > .wp-caption, body.section-life.single .article-header > p {
  order: 2;
  margin: 0 -40px 0;
  width: calc( 100% + 80px );
  max-width: calc( 100% + 80px );
}
@media (max-width: 1024px) {
  body.section-life.single .article-header > .wp-caption, body.section-life.single .article-header > p {
    margin: 0 -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
  }
}
body.section-life.single .article-header > .wp-caption .wp-caption-text, body.section-life.single .article-header > p .wp-caption-text {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  padding: 0 40px;
  text-align: center;
}
body.section-life.single .article-header .author {
  color: #707070;
  margin-top: 30px;
  font-size: 15px;
}
body.section-life.single .article-header .author strong {
  text-transform: uppercase;
}
body.section-life.single .article-header .author a {
  color: inherit;
}
body.section-life.single .wp-caption {
  margin: 20px 0;
}
body.section-life.single .wp-caption .wp-caption-text {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  padding: 0 10px;
  text-align: center;
  line-height: 1.5em;
  color: #9B9B9B;
}
body.section-life.single .single-article {
  background: white;
  padding: 40px;
  box-shadow: 0 5px 10px 0 #ccc;
}
body.section-life.single .single-article article {
  padding: 0;
}
@media (max-width: 1024px) {
  body.section-life.single .single-article {
    margin: 0 -15px !important;
    width: calc( 100% + 30px );
    padding: 0;
  }
  body.section-life.single .single-article .content > * {
    padding: 0 15px;
  }
  body.section-life.single .single-article article {
    padding: 0 15px;
  }
  body.section-life.single .single-article article .article-header {
    padding: 0;
  }
  body.section-life.single .single-article article .article-header .category {
    margin: -60px -15px 0;
    padding-left: 15px;
  }
}
body.section-life.single .comments {
  margin: 60px auto;
}
@media (max-width: 1024px) {
  body.section-life.single .list-articles {
    margin: 0;
  }
}

body.section-life .single-article-sidebar h2, body.section-life .category-sidebar h2 {
  background: inherit;
  color: black;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px !important;
  font-family: "Josefin Sans", sans-serif;
}
body.section-life .single-article-sidebar .gcol:not(:first-child), body.section-life .category-sidebar .gcol:not(:first-child) {
  margin-top: 40px;
}
body.section-life .single-article-sidebar .list-articles, body.section-life .category-sidebar .list-articles {
  gap: 1px !important;
}
body.section-life .single-article-sidebar .list-articles .item, body.section-life .category-sidebar .list-articles .item {
  grid-template-columns: [col] 80px [col] 1fr [col] 1fr !important;
  padding: 0 !important;
  box-shadow: none;
  min-height: 150px;
}
body.section-life .single-article-sidebar .list-articles .item .age, body.section-life .single-article-sidebar .list-articles .item .social, body.section-life .single-article-sidebar .list-articles .item .category, body.section-life .category-sidebar .list-articles .item .age, body.section-life .category-sidebar .list-articles .item .social, body.section-life .category-sidebar .list-articles .item .category {
  display: none;
}
body.section-life .single-article-sidebar .list-articles .item > *, body.section-life .category-sidebar .list-articles .item > * {
  grid-column: 1/span 3;
}
body.section-life .single-article-sidebar .list-articles .item .headline, body.section-life .category-sidebar .list-articles .item .headline {
  margin: 0 !important;
  grid-row: 1/span 5;
  height: 100%;
  display: flex;
  align-items: center;
}
body.section-life .single-article-sidebar .list-articles .item .headline .title, body.section-life .category-sidebar .list-articles .item .headline .title {
  font-size: 16px;
  line-height: 1.4em;
  display: block;
}
body.section-life .single-article-sidebar .list-articles.with-image .item > *, body.section-life .category-sidebar .list-articles.with-image .item > * {
  grid-column: 2/span 2;
}
body.section-life .single-article-sidebar .list-articles.with-image .item > .image, body.section-life .category-sidebar .list-articles.with-image .item > .image {
  grid-column: 1;
  grid-row: 1/span 5;
  height: 100%;
  width: 100%;
}
body.section-life .single-article-sidebar .list-articles.with-image .item > .image:before, body.section-life .category-sidebar .list-articles.with-image .item > .image:before {
  top: 25%;
  right: 0;
  border-top-color: transparent;
  border-right-color: white;
}
body.section-life .single-article-sidebar .list-articles.with-image .item > .image a, body.section-life .category-sidebar .list-articles.with-image .item > .image a {
  display: block;
  height: inherit;
}
body.section-life .single-article-sidebar .list-articles.with-image .item > .image img, body.section-life .category-sidebar .list-articles.with-image .item > .image img {
  height: 100% !important;
  object-fit: cover;
}
body.section-life .single-article-sidebar .alternate .list-articles.with-image .item > *, body.section-life .category-sidebar .alternate .list-articles.with-image .item > * {
  grid-column: 1/span 2;
}
body.section-life .single-article-sidebar .alternate .list-articles.with-image .item > .image, body.section-life .category-sidebar .alternate .list-articles.with-image .item > .image {
  grid-column: 3;
}
body.section-life .single-article-sidebar .alternate .list-articles.with-image .item > .image:before, body.section-life .category-sidebar .alternate .list-articles.with-image .item > .image:before {
  right: unset;
  left: 0;
  border-left-color: white;
  border-right-color: transparent !important;
}
body.section-life .life-green h2 {
  color: #13B7A4;
}
body.section-life .life-green .list-articles .item {
  background-color: #13B7A4;
  color: white;
}
body.section-life .life-green .list-articles .image:before {
  border-right-color: #13B7A4 !important;
}
body.section-life .life-green.alternate .list-articles .image:before {
  border-right-color: transparent !important;
  border-left-color: #13B7A4 !important;
}
body.section-life .life-purple h2 {
  color: #862682;
}
body.section-life .life-purple .list-articles .item {
  background-color: #862682;
  color: white;
}
body.section-life .life-purple .list-articles .image:before {
  border-right-color: #862682 !important;
}
body.section-life .life-purple.alternate .list-articles .image:before {
  border-right-color: transparent !important;
  border-left-color: #862682 !important;
}
body.section-life footer .footer-main {
  display: none;
}
@media (min-width: 1025px) {
  body.section-life .category-sidebar .gsec:first-child .gcol:first-child {
    position: relative;
  }
  body.section-life .category-sidebar .gsec:first-child .gcol:first-child h2 {
    position: absolute;
    bottom: 100%;
  }
}

.gsec.brand-tv {
  background: rgba(0, 173, 238, 0.05);
  padding: 40px;
}
@media (max-width: 1024px) {
  .gsec.brand-tv {
    padding: 15px;
  }
}
.gsec.brand-tv .list-headline {
  background: #f33b43;
  color: white;
}
@media (max-width: 1024px) {
  .gsec.brand-tv .list-headline {
    margin: -15px;
    width: 100vw;
  }
}
.gsec.brand-tv .list-headline .item {
  grid-template-columns: [col] 50% [col] auto;
}
.gsec.brand-tv .list-headline .item .image {
  padding: 0 0 75%;
  width: 100%;
  height: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .gsec.brand-tv .list-headline .item .image {
    grid-row: 1;
  }
}
.gsec.brand-tv .list-headline .item .image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gsec.brand-tv .list-headline .item .image a img {
  height: 100%;
  object-fit: cover;
}
.gsec.brand-tv .list-headline .item > *:not(.image) {
  padding: 0 40px;
}
.gsec.brand-tv .list-headline .item .category {
  grid-row: 2;
}
.gsec.brand-tv .list-headline .item .category a {
  color: inherit;
}
.gsec.brand-tv .list-headline .item .headline {
  grid-row: 3;
  font-size: 29px;
}
.gsec.brand-tv .list-headline .item .social {
  grid-row: 4;
  filter: brightness(100);
}
.gsec.brand-tv .list-headline .item .excerpt {
  display: none;
}
.gsec.brand-tv section.with-title > h2 .title {
  display: inline-block;
  text-indent: -1000px;
  background-image: url(/wp-content/themes/guardian2021/images/logo-section-GuardianTV@2x.png);
  background-size: 206px 33px;
  width: 206px;
  height: 33px;
}

.gtv header #site-menu .footer .supp .guardian-link {
  display: block;
}
.gtv header #site-menu .footer .supp .guardian-tv-link {
  display: none;
}
@media (min-width: 1025px) {
  .gtv header .main-header #guardian-back-reference {
    grid-row: 1;
    grid-column: 1/span 2;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
  }
  .gtv header .main-header #guardian-back-reference span {
    position: relative;
    top: -3px;
    padding-right: 5px;
  }
  .gtv header .main-header #dayview {
    display: none;
  }
  .gtv header .main-header.small #guardian-back-reference {
    display: none;
  }
}

@media (max-width: 699px) {
  body.gtv .list-articles.with-image .item:first-child {
    padding-top: 0;
  }
  body.gtv .list-articles.with-image.with-excerpt .item:nth-child(n+2), body.gtv .list-articles.with-image.with-excerpt:not(.with-title, .headline) .item:first-child {
    grid-template-columns: [col] auto [col] 50px;
  }
  body.gtv .list-articles.with-image.with-excerpt .item:nth-child(n+2) .image, body.gtv .list-articles.with-image.with-excerpt:not(.with-title, .headline) .item:first-child .image {
    grid-row: 1;
    grid-column: 1/span 2;
  }
  body.gtv .list-articles.with-image.with-excerpt .item:nth-child(n+2) .image img, body.gtv .list-articles.with-image.with-excerpt:not(.with-title, .headline) .item:first-child .image img {
    height: auto;
  }
  body.gtv .list-articles.with-image.with-excerpt .item:nth-child(n+2) .social, body.gtv .list-articles.with-image.with-excerpt:not(.with-title, .headline) .item:first-child .social {
    grid-column: 2;
    grid-row: 2 !important;
  }
  body.gtv .list-articles.with-image.with-excerpt .item:nth-child(n+2) .excerpt, body.gtv .list-articles.with-image.with-excerpt .item:nth-child(n+2) .headline, body.gtv .list-articles.with-image.with-excerpt:not(.with-title, .headline) .item:first-child .excerpt, body.gtv .list-articles.with-image.with-excerpt:not(.with-title, .headline) .item:first-child .headline {
    grid-column-end: span 2;
  }
  body.gtv .list-articles.with-image:not(.with-excerpt) .item:nth-child(n+2), body.gtv .list-articles.with-image:not(.with-excerpt):not(.with-title, .headline) .item:first-child {
    grid-template-columns: [col] 150px [col] auto [col] 50px;
  }
  body.gtv .list-articles.with-image:not(.with-excerpt) .item:nth-child(n+2) > *, body.gtv .list-articles.with-image:not(.with-excerpt):not(.with-title, .headline) .item:first-child > * {
    grid-column: 2/span 2;
  }
  body.gtv .list-articles.with-image:not(.with-excerpt) .item:nth-child(n+2) .image, body.gtv .list-articles.with-image:not(.with-excerpt):not(.with-title, .headline) .item:first-child .image {
    grid-column: 1;
  }
  body.gtv .list-articles.with-image:not(.with-excerpt) .item:nth-child(n+2) .social, body.gtv .list-articles.with-image:not(.with-excerpt):not(.with-title, .headline) .item:first-child .social {
    grid-column: 3;
  }
  body.gtv .list-articles.with-image:not(.with-excerpt) .item:nth-child(n+2) .category, body.gtv .list-articles.with-image:not(.with-excerpt):not(.with-title, .headline) .item:first-child .category {
    grid-row: 1;
  }
}
.gtv.single .article-header {
  display: grid;
  grid-template-columns: [col] 70fr [col] 30fr;
  grid-template-rows: [col] auto [col] auto [col] auto [col] auto [col] auto [col] 1fr;
  grid-column-gap: 30px;
  align-items: center;
  max-width: unset;
  padding: 0 40px;
}
.gtv.single .article-header > * {
  grid-column: 2;
}
.gtv.single .article-header .subhead {
  flex-direction: column;
}
.gtv.single .article-header .subhead .social-share {
  margin: 20px 0 0;
}
.gtv.single .article-header .subhead .social-share a {
  background-position: left center;
}
.gtv.single .article-header .video-player-container {
  grid-column: 1;
  grid-row: 1/span 6;
  height: 100%;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.gtv.single .article-header .video-player-container p {
  margin: 0;
}
.gtv.single .article-header .video-player-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.gtv.single .article-header h1 {
  font-size: 29px;
  margin: 1em 0;
}
.gtv.single .article-header .social {
  display: block;
  margin: 3em 0 0;
  height: 100%;
}
.gtv.single .article-header .social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}
.gtv.single .article-header .social ul li img {
  height: 20px;
  width: auto;
}
.gtv.single .article-header .social ul li .label {
  display: none;
}
.gtv.single .article-header .excerpt {
  display: block;
  line-height: 1.6em;
  max-height: calc( 1.6em * 10 );
  text-overflow: ellipsis;
  text-overflow-ellipsis: ellipsis;
  overflow: scroll;
}
@media (max-width: 1024px) {
  .gtv.single .article-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 15px;
  }
  .gtv.single .article-header .excerpt {
    order: 3;
    margin-top: 1em;
  }
  .gtv.single .article-header .video-player-container {
    order: 2;
  }
  .gtv.single .article-header .social {
    margin: 0 0 2em;
  }
  .gtv.single .article-header .date, .gtv.single .article-header .author, .gtv.single .article-header .category {
    font-size: 12px;
  }
  .gtv.single .article-header .date {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    width: 100%;
  }
  .gtv.single .article-header h1 {
    font-size: 19px;
  }
}
.gtv.single .mix-layout {
  margin-top: 60px;
  display: grid;
  grid-template-columns: [col] calc( 100% - 300px - 100px ) [col] 300px;
  grid-column-gap: 100px;
  max-width: 100%;
  width: 100%;
}
.gtv.single .mix-layout .single-article {
  width: 100%;
  max-width: unset;
  padding: 0 15px;
}
.gtv.single .mix-layout .single-article .tags {
  margin-top: 0;
}
.gtv.single .mix-layout .single-article .tags h3 {
  margin-top: 0;
}
.gtv.single .mix-layout .single-article .gsec {
  padding: 0;
}
@media (max-width: 1024px) {
  .gtv.single .mix-layout {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}

/*# sourceMappingURL=style.css.map */
