/*
Theme Name: Hulu Social Recap
Author: Esther Gloria
Author URI: https://www.esthergloria.com
Description: A custom HTML5 theme
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* Base */

@font-face {
  font-family: "Graphik";
  src: url('assets/fonts/graphik/Graphik-Regular-Web.woff2') format('woff2'),
  url('assets/fonts/graphik/Graphik-Regular-Web.woff') format('woff');
}

@font-face {
  font-family: "Graphik Medium";
  src: url('assets/fonts/graphik/Graphik-Medium-Web.woff2') format('woff2'),
  url('assets/fonts/graphik/Graphik-Medium-Web.woff') format('woff');
}

@font-face {
  font-family: "Graphik Semi-bold";
  src: url('assets/fonts/graphik/Graphik-Semibold-Web.woff2') format('woff2'),
  url('assets/fonts/graphik/Graphik-Semibold-Web.woff') format('woff');
}

@font-face {
  font-family: "Graphik Bold";
  src: url('assets/fonts/graphik/Graphik-Bold-Web.woff2') format('woff2'),
  url('assets/fonts/graphik/Graphik-Bold-Web.woff') format('woff');
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-font-smoothing: unset;
  -moz-osx-font-smoothing: unset;
}

body, html {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #ffffff;  
  color: #000000;
  font-family: "Graphik", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
}

/* Page Structure */

.container {
  display: block;
}

.section {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  align-content: center;
}

.inner-section {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  padding: .5%;
}

.show-list {
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
}

.showlist .section {
  justify-content: center!important;
  align-items: flex-start!important;
  align-content: flex-start!important;
}

.has-sidebar {
  gap: 3%;
  align-items: flex-start;
}

.has-sidebar .inner-section:nth-child(1) {
  flex-basis: 27%;
}

.has-sidebar .inner-section:nth-child(2) {
  flex-basis: 70%;
}

.has-sidebar .inner-section {
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
}

.sidebar {
  background-color: #f2f2f2;
  border-radius: 24px;
}

.sidebar .inner-section {
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.has-sidebar .content-area div {
  flex-basis: 100%!important;
}

.sidebar div {
  text-align: center;
}

.narrow {
  flex-basis: 90%;
}

.wide {
  flex-basis: 100%;
}

.three-up>div {
  flex-basis: 31.3%;
}

.home .content-area {
  padding: 4% 2%;
}

h1, h2 {
  font-family: "Graphik Bold", Arial, Helvetica, sans-serif;
}

h3, h5, h6 {
  font-family: "Graphik Semi-bold", Arial, Helvetica, sans-serif;
}

h4 {
  font-family: "Graphik Medium", Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 54px;
  font-weight: 700;
  line-height: 115%;
  margin: 0;
}

h2 {
  font-size: 48px;
  font-style: normal;
  line-height: 115%;
  font-weight: 700;
  letter-spacing: -1.08px;
}

h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 45px */
  letter-spacing: -0.36px;
}

h4 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 136%; /* 21.76px */
}

h5 {
  font-size:1em;
}

h6 {
  font-size:.8em;
}

p {
  color: inherit;
}

li {
  margin: 1% 0;
}

a {
  text-decoration: none;
  color: #222;
}

a:hover {
  color: #000000;
}

blockquote {
  font-size: inherit;
}

.button {
  display: block;
  padding: 10px 30px;
  font-weight: 600;
  text-decoration: none;
  width: fit-content;
  line-height: 2em;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  background-color: #000000;
}

.button:hover {
  transform: scale(1.05);
}

/* Shortcuts */

.parallax {
  background-attachment: fixed;
  background-position: center;
}

.hide-desktop { 
  display: none;
}

.hide-mobile { 
  font-size: inherit;
}

.primary {
  font-size: inherit;
}

.secondary {
  font-size: inherit;
}

.center {
  text-align: center!important;
  margin-left: auto!important;
  margin-right: auto!important;
}

.right {
  text-align: right!important;
  margin-left: auto!important;
  margin-right: 0!important;
}

.left {
  text-align: left!important;
  margin-right: auto!important;
  margin-left: 0!important;
}

/* Top Bar */

.top-bar {
  display: flex;
  flex-wrap: row nowrap;
  margin: 0;
  padding: 10px;
}

.top-bar div {
  flex-basis: 33%;
  text-align: center;
}

.top-bar p, .top-bar a {
  color: #ffffff;
}

/* Logo & Site Name */

.site-logo img {
  width: 100px;
  height: auto;
}

.site-name {
  display: inline-block;
}

.site-name span {
  padding-left: 20px;
}

/* Nav */

.mobile-menu-toggle, .mobile-menu {
  display: none;
}

.main-nav div:nth-child(1) {
  align-items: center;
  justify-content: space-around;
}

.menu-main-menu-container {
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 100%!important;
}

.menu-main-menu-container .menu {
  display: flex;
  list-style-type: none;
  justify-content: space-evenly;
  align-content: center;
  align-items: stretch;
  height: 100%;
  padding: 0!important;
}

.menu-main-menu-container .menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px
}

/* Footer Nav */

footer {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
  gap: 0;
}

footer div {
  flex-basis: 50%;
}

.footer {
  margin-top: 50px;
}

.menu-left-footer-menu-container ul  {
  display: flex;
  list-style-type: none;
  justify-content: flex-start;
  margin-block-start: 0em;
  padding-inline-start: 0px!important;
}

.menu-footer-right-container ul {
  display: flex;
  list-style-type: none;
  justify-content: flex-end;
  margin-block-start: 1em;
}

footer li {
  margin: 1% 3%;
}

.menu-left-footer-menu-container ul li a, .menu-footer-right-container ul li a {
  color: #FFF;
  text-align: center;
  font-size: 9.012px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.84px; /* 320% */
  letter-spacing: 0.322px;
  text-transform: uppercase;
}

.social-links {
  width: 300px;
  margin: 0 0 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: flex-end;
}

/* Page Hero */

.page-header {
  min-height: 250px;
}

.page-header .inner-section {
  justify-content: center;
  gap: 50px 0;
  padding: 0;
}

.page-header .inner-section {
  flex-flow: column wrap;
}

.header-logo {
  display: block;
  width: 120px;
  height: auto;
  margin: 0 auto 0 auto;
}

/* Post Structure */

.content-area .three-up {
  justify-content: center;
  align-items: flex-start;
  align-content: space-around;
  gap: 3.05%;
  height: 100%;
  padding: 0!important;
}

.image-grid div a {
  display: flex;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 5px 5px 21px 0px rgba(0, 0, 0, 0.20);
  aspect-ratio: 1 / 1;
  height: 100%;
}


.image-grid div img {
  width: 100%;
  height: 100%;
}

.primary-sidebar {
  flex-basis: 25%;
  padding: 2%;
  background-color: #ccc;
}

.statistics-box {
  display: flex;
  flex-flow: row wrap !important;
  justify-content: space-between;
  background-color: #000000;
  width: 100%;
  padding: 15px 84px;
  border-radius: 24px;
}

.statistics-box li {
  list-style-type: none;
}

.statistics-box h5 {
  margin: 10px auto;
  color: #1CE783;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

.statistics-box h6 {
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.36px;
}


/* Scroll to Top Button */

#totop {
  display: none;
  position: fixed;
  bottom: 50px; 
  right: 50px;
  z-index: 999; 
  border: none; 
  outline: none; 
  background-color: black;
  color: white; 
  cursor: pointer;
  padding: 10px 12px; 
  border-radius: 50%; 
  font-size: 1.5em;
  transition: all 0.3s ease-in-out!important; 
}

#totop:hover {
  transform: scale(1.05);
}

/* CTA Banner */

.cta-banner {
  margin-top: 5%;
  border-radius: 15px;
}

.cta-banner .inner-section {
  align-items: center;
  justify-content: space-between;
  align-content: center;
}

.cta-banner .two-up>div:first-child {
  flex-basis: 80%;
}

.cta-banner h2 {
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 62.1px */
  letter-spacing: -1.08px;
}

.cta-button {
  display: block;
  font-size: 25px;
  border-radius: 50%;
  padding: 35px 44px;
  width: fit-content;
}

/* Archive */

.blog h2, .blog h4, .archive h4, .archive h2 {
  font-size: 32px;
  line-height: 120%;
}

.blog h2:first-child, .archive h2:first-child {
  margin-top: 0;
}

.blog .container, .archive .container {
  padding-top: 7%;
}

.archive-year-list {
  padding: 0;
  margin-left: 0;
}

.archive-post-list {
  margin-block-start: 0!important;
  margin-block-end: 0!important;
  padding-inline-start: 0!important;
}

.archive-post-list li {
  list-style-type: none;
  display: block;
  padding: 2% 0;
  margin: 0;
  border-bottom: 1px solid #f2f2f2;
}

.archive-year-list li {
  list-style-type: none;
  margin: 0;
  padding: 5% 0;
  text-align: center;
  font-size: 24px;
  font-family: "Graphik Semi-Bold", Arial, Helvetica, sans-serif;
}

.archive-post-list li a {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.archive-post-list li a h4 {
  flex-basis: 75%;
}

.archive-post-list li:last-child {
  border-bottom: 0;
}

.home-cta {
  font-size: 22.49;
  font-weight: 400;
  line-height: 136%;
}

/* Responsive */

@media only screen and (max-width: 1000px) {

footer div {
  flex-basis: 100%;
}

.menu-left-footer-menu-container ul  {
  justify-content: center;
}

.menu-footer-right-container {
  display: none!important;
}

.hide-mobile {
    display: none!important;
  }

  .mobile-menu-toggle {
    display: block;
    float: right;
    background-color: transparent;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 1.5em;
    margin: 0;
    border: 0;
    height: 100%;
    background-color: transparent;
    color: #979797;
  }

  #mobile-menu-close {
    float: right;
    background-color: transparent;
    color: #979797;
    margin: 0 18% 0 auto;
    padding: 20px 15px;
    font-weight: 600;
    font-size: 1.5em;
    border: 0;
  }

  .menu-main-menu-container {
    height: auto!important;
    clear: both;
  }

  .menu-main-menu-container .menu {
    flex-flow: column;
    height: 100% !important;
}

  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: #000000;
    padding: 0;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
  }

  .mobile-menu ul li a {
    color: #ffffff!important;
    text-decoration: none;
    font-size: 20.857px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.448px; /* 98.039% */
    letter-spacing: 0.296px;
  }

  .mobile-menu ul li {
    border-bottom: 1px solid #eee;
    padding: 20px;
  }

  .mobile-menu ul li:last-child {
    border-bottom: 0;
  }

  body {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 22.5px */
  }

  h1 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    margin: 0 auto;
    line-height: 125%;
  }

  h2 { 
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 31.25px */
    letter-spacing: -0.25px;
    margin-bottom: 0;
  }

  h3 { 
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 25px */
  }

  h4 {
    line-height: 136%; /* 21.76px */
  }


  .cta-button {
    padding: 35px 36px;
    margin: 0 15px 30px auto;
  }

  .cta-banner h2 {
    font-size: 29px;
    padding: 5%;
  }

  .narrow {
    flex-basis: 95%;
  }

  .header-logo {
    width: 52.975px;
  }

  .social-links {
    width: 100%;
    margin: 0;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .blog h2:first-child, .archive h2:first-child {
    margin-top: 5%;
  }

  .page-header .inner-section {
    gap: 25px;
  }

  .statistics-box li {
    flex-basis: 50%;
    gap: 30px;
  }


  .statistics-box h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
  }

  .statistics-box h6 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.24px;
  }
}

@media only screen and (max-width: 580px) {

  #mobile-menu-close {
    margin: 0 15% 0 auto;
    padding: 20px 15px;
  }

  .page-header {
    min-height: 150px;
  }

  .cta-banner .two-up div {
    flex-basis: 100%!important;
  }

  .has-sidebar .inner-section {
    flex-basis: 100%!important;
  }

  .home-cta {
    display: block;
    margin: 30px 0 0 0;
  }

  .one {
    flex-basis: 100%!important;
  }

  .statistics-box  {
   padding: 15px 15px;
  }

  h1 {
    margin-top: -3%;
  }
}