/*
Theme Name: Blog VGResearch
Author: Flyon Marketing Digital
Author URI: https://www.flyon.com.br/
Description: Tema do blog da VGResearch
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: vgresearch
*/

* {
  font-family: "Open Sans", sans-serif;
}

body {
  background-color: #F5F5F5;
  position: relative;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Hind", sans-serif;
  font-weight: 700;
}

.font-light {
  font-weight: 300 !important;
}

.font-bold {
  font-weight: 700 !important;
}

/* Site Header */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 1) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 20px 30px;
  z-index: 100;
}

.screen-reader-text {
  display: none;
}

@media (min-width: 992px) {
  .site-header {
    padding: 0;
  }
}

.site-logo img {
  display: block;
  max-width: 100%;
}

.site-header .site-branding {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.site-header .primary-menu-container ul {
  list-style: none;
  padding: 0 20px;
  margin: 0;
  display: block;
  width: 100%;
}

.site-header .primary-menu-container ul>li {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  padding: 15px 0;
}

.site-header .primary-menu-container .sub-menu {
  padding: 0;
}

.site-header .primary-menu-container ul>li>a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none !important;
  text-align: center;
  width: 100%;
  text-align: center;
}

.site-header .primary-navigation {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.site-header .primary-navigation.visible {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
}

.site-header .primary-menu-container ul > li.menu-item-has-children {
  padding: 0;
}

.site-header .primary-menu-container ul > li.menu-item-has-children > a {
  display: none;
}

@media (min-width: 992px) {
  .site-header .primary-menu-container {
    display: inline-block;
    max-height: initial;
  }

  .site-header .primary-navigation {
    max-height: initial;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    overflow: visible;
  }

  .site-header .primary-menu-container .primary-menu-list {
    display: block;
  }

  .site-header .primary-menu-container ul>li {
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: center;
    height: 90px;
    width: auto;
    padding: 0 20px;
  }

  .site-header .primary-menu-container .sub-menu {
    display: none;
    width: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, 100%);
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 3px 3px;
  }

  .site-header .primary-menu-container ul > li.menu-item-has-children > a {
    display: block;
  }

  .site-header .primary-menu-container ul > li.menu-item-has-children {
    padding: 15px 0;
  }

  .site-header .menu-item-has-children > a {
    display: block;
  }

  .site-header .menu-item-has-children.visible .sub-menu {
    display: inline-block;
  }

  .site-header .menu-item-has-children.visible .sub-menu .current-menu-item {
    border-left: 2px solid #ffa400;
  }

  .site-header .primary-menu-container .sub-menu>li {
    display: flex;
  }

  .site-header .primary-menu-container .sub-menu>li:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;
  }

  .site-header .primary-menu-container .sub-menu>li>a {
    color: #828282;
    text-align: left;
    font-size: 1rem;
  }

  .site-header .primary-menu-list>li.current-menu-item {
    border-bottom: 5px solid #FFA400;
  }
}

.site-header .primary-menu-toggler>.btn-toggle {
  width: 20px;
  height: 14px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  padding: 0;
}

.site-header .primary-menu-toggler>.btn-toggle>div {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

/* Search Form */
.search-form {
  display: block;
  width: 100%;
  text-align: center;
}

.search-form input[type=search] {
  display: inline-block;
  max-width: 200px;
  background-color: transparent;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  border: 1px solid #FFA400;
  border-radius: 0;
  outline: 0;
  transition: opacity .5s ease-out;
}

.search-form input[type=search]::placeholder {
  color: #c3c3c3;
}

.search-form button[type=submit] {
  display: inline-block;
  border: none;
  background: transparent;
}

@media (min-width: 992px) {
  .search-form {
    display: inline-block;
    width: 150px;
  }

  .search-form input[type=search] {
    width: 110px;
    opacity: 0;
  }

  .search-form.reveal input[type=search] {
    opacity: 1;
    transition: opacity .5s ease-in;
  }
}

/* VG Newsletter */
.home .newsletter {
  margin-top: 0;
}

.newsletter {
  background-color: #FFA400;
  padding: 50px 25px;
  color: #fff;
}

.newsletter .news-item {
  position: relative;
  padding-top: 6rem;
}

.newsletter .news-item>* {
  position: relative;
  z-index: 1;
}

.newsletter .news-item::before {
  content: '01';
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 7rem;
  color: #FFBF4D;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform: none;
}

.newsletter .news-item:nth-child(1)::before {
  content: '01';
}

.newsletter .news-item:nth-child(2)::before {
  content: '02';
}

.newsletter .news-item:nth-child(3)::before {
  content: '03';
}

.newsletter .news-form>div:first-child>h5 {
  position: relative;
  margin-bottom: 15px;
}

.newsletter .news-form>div:first-child>h5::after {
  content: '';
  position: absolute;
  bottom: -8px;
  width: 60px;
  height: 3px;
  background-color: #fff;
  left: 50%;
  transform: translate(-50%, 0);
}

.newsletter .news-form>div:last-child section,
.newsletter .news-form>div:last-child div {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}

.newsletter .news-form .subscribe>h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 4.32px;
}

.newsletter .news-form .subscribe>p {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.newsletter .news-form .subscribe>p>strong {
  font-weight: 800;
}

.newsletter .news-form form input[type=text],
.newsletter .news-form form input[type=email] {
  font-family: "Open Sans", sans-serif !important;
  color: #c3c3c3 !important;
  height: 50px !important;
  border-radius: 3px !important;
  font-size: 18px !important;
}

.newsletter .news-form form input[type=text]::placeholder,
.newsletter .news-form form input[type=email]::placeholder {
  font-family: "Open Sans", sans-serif !important;
  color: #B7B7B7 !important;
  font-size: 18px !important;
}

.newsletter .news-form form button {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
  color: #fff !important;
  background-color: #000 !important;
  border-radius: 3px !important;
  border: none !important;
}

@media (min-width: 768px) {
  .newsletter {
    padding: 110px 0 100px 0;
  }

  .newsletter .news-form>div:first-child {
    border-left: 3px solid #fff;
  }

  .newsletter .news-item::before {
    transform: translate(-40px, 0);
  }

  .newsletter .news-form>div:first-child>h5 {
    margin-bottom: 0px;
  }

  .newsletter .news-form>div:first-child>h5::after {
    content: none;
  }
}

@media (min-width: 992px) {
  .newsletter .container {
    max-width: 900px;
  }
}

/* Footer */
.site-footer {
  padding: 50px 25px;
  background-color: #000;
  color: #fff;
}

.site-footer .custom-logo {
  display: block;
  width: 100%;
}

.site-footer h3 {
  position: relative;
  padding-left: 15px;
  margin-bottom: 25px;
}

.site-footer h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 100%;
  background-color: #FFA400;
  transform: translate(0, -50%);
}

.site-footer .socials span {
  margin-right: 9px;
}

.site-footer .socials span>strong {
  font-style: italic;
  font-weight: 800;
}

.site-footer .socials>div {
  display: inline-block;
}

.site-footer .socials a {
  color: #000 !important;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 110px 0 100px 0;
  }
}

.secondary-menu-container ul {
  list-style: none;
  padding-left: 15px;
}

.secondary-menu-container ul>li {
  margin-bottom: 15px;
}

.secondary-menu-container ul>li>a {
  color: #A1A1A1;
  text-decoration: none !important;
}

/* Site Banner */
.site-banner {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 31vw;
}

.site-content .espaco {
  min-height: 87px !important;
}
@media (min-width: 992px) {
  .site-content .espaco {
    min-height: 180px !important;
  }
}
@media (min-width: 1200px) {
  .site-content .espaco {
    min-height: 90px !important;
  }
}

.site-banner .thumbnail-container {
  height: 100%;
  position: relative;
  background-color: #000;
}

.site-banner .thumbnail-container>img {
  display: block;
  min-width: 100%  !important;
  max-width: 100%  !important;
  min-height: 100% !important;
  max-height: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-banner .carousel>.carousel-inner,
.site-banner .carousel>.carousel-inner>.carousel-item {
  height: 100%;
}

.site-banner .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  transition: all .4s ease-in-out;
  opacity: 1;
}

.site-banner .carousel-indicators [data-bs-target].active {
  width: 59px;
  background-color: #FDA200;
  border-radius: 7px;
}

.site-banner #carousel-banners {
  height: 83vw;
  min-height: 100%;
  max-height: 100%;
}
@media (min-width: 992px) {
  .site-banner {
    padding-top: min(50%, 70vh);
  }

  .site-banner .carousel {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.site-content {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #F5F5F5;
}

/* Home page */
.home #banner .post {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.home section {
  margin-top: 5rem;
}

.thumbnail-container {
  position: relative;
}

.gradient::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, #00000000 92%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(316deg, rgba(255, 164, 0, 1) 0%, rgba(0, 0, 0, 0.3) 51%);
}

.home #banner .about {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -10%);
  z-index: 5;
  width: 250px;
  text-align: center;
}

.home #banner .about h2 {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-weight: 700;
}

.home #banner .about .highlights {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #fff;
  background-color: #FFA400;
  padding: 7px 15px;
  display: inline-block;
  font-size: .8rem;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .home #banner .about {
    width: 500px;
    left: 25%;
    transform: translate(0, -50%);
    text-align: left;
  }

  .home #banner .about .highlights {
    font-size: 1rem;
  }
}

.headline {
  display: block;
  width: 100%;
  border-bottom: 2px solid #FFA400;
  margin-bottom: 30px;
}

.headline>h2 {
  margin-bottom: 0;
}

.headline>h2>span,
.headline>h2>a {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 12.41px;
  color: #FFA400;
  margin-bottom: 0;
  padding-bottom: 8px;
}

.headline>h2>a::after,
.headline>h2>span::after {
  content: '';
  width: 115px;
  height: 5px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #FFA400;
}

@media (min-width: 768px) {

  .headline>h2>a,
  .headline>h2>span {
    font-size: 1.5rem;
  }

  .headline>h2>a::after,
  .headline>h2>span::after {
    width: 225px;
  }
}

.post-list .post {
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  width: 100%;
  height: 100%;
}

.post-list * {
  text-decoration: none !important;
  cursor: pointer;
}

.post-list .post.highlight {
  position: relative;
  padding-top: 100%;
}

.post-list .post .thumbnail-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  border-radius: 6px;
  overflow: hidden;
}

.post-list .post .thumbnail-container>img {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.post-list .highlight .post header {
  position: absolute;
  z-index: 10;
  width: calc(100% - 80px);
  left: 50%;
  bottom: 40px;
  transform: translate(-50%, 0);
}

.post-list .highlight .post {
  padding-top: 100%;
}

.post-list .highlight .post .about {
  color: #fff;
}

.post-list .post header .category {
  font-size: .8rem;
  font-weight: 800;
  color: #fff;
  padding: 4px 15px;
  background-color: #FFA400;
  border-radius: 2px;
}

.post-list .post header .publish-date {
  margin-left: 10px;
  color: #fff;
  font-weight: 600;
  font-size: .9rem;
}

.post-list .post header .publish-date>.icon {
  width: 1rem;
  height: 1rem;
  background-image: url(./assets/img/calendar_grey.png);
  display: inline-block;
  background-size: 100% 100%;
  transform: translate(0, 4px);
}

.post-list .highlight .post header .publish-date>.icon {
  background-image: url(./assets/img/calendar_white.png);
}

.post-list .post header h2 {
  color: #fff;
  font-weight: 700;
  margin-top: 15px;
}

#negocios .col:not(.highlight) .post {
  background: #FCFCFC 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 7px #00000029;
  padding: 40px;
}

#negocios .col:not(.highlight) .post header .publish-date {
  color: #9096A4;
}

#negocios .col:not(.highlight) .post header h2 {
  color: #000000;
  font-size: 1.1rem;
  border-left: 3px solid #FFA400;
  padding-left: 7px;
}

@media (min-width: 992px) {
  .post-list .highlight .post {
    padding-top: 80%;
  }
}

.home .newsletter-inline {
  color: #fff;
  text-align: center;
}

.home .newsletter-inline .container>.row {
  background-image: url(./assets/img/fundo-newsletter-sm.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  overflow: hidden;
  padding: 35px 10px;
  width: 100%;
  margin: 0 auto;
}

.home .newsletter-inline h4 {
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #FFA400;
  letter-spacing: 4.32px;
  position: relative;
  margin-bottom: 2rem;
}

.home .newsletter-inline h4::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 60px;
  height: 3px;
  background-color: #FFA400;
  transform: translate(-50%, 0);
}

.home .newsletter-inline p {
  font-weight: 600;
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.home .newsletter-inline p>strong {
  font-weight: 800;
  color: #FFA400;
}

.home .newsletter-inline .cta {
  display: inline-block;
  background-color: #FFA400;
  border-radius: 3px;
  text-decoration: none !important;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 15px 30px;
}

@media(min-width: 768px) {
  .home .newsletter-inline {
    text-align: left;
  }

  .home .newsletter-inline h4 {
    margin-bottom: .6rem;
  }

  .home .newsletter-inline p {
    margin-bottom: 0;
  }

  .home .newsletter-inline .container>.row {
    background-image: url(./assets/img/fundo-newsletter-lg.png);
    padding: 50px 100px;
  }

  .home .newsletter-inline .left-border {
    border-left: 3px solid #FFA400;
    padding-left: 10px;
  }

  .home .newsletter-inline h4::after {
    content: none;
  }
}

.home #educacional .inline-banner {
  position: relative;
  display: block;
  width: 100%;
  background-image: url(./assets/img/banner-educacional.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 15% top;
  margin: 25px auto;
  height: 154px;
  border-radius: 6px;
  overflow: hidden;
}

.home #educacional .inline-banner>div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
}

#economia .col:not(.highlight) .post,
#educacional .col:not(.highlight) .post,
#related .col:not(.highlight) .post {
  display: flex;
  flex-flow: row wrap;
}

#economia .col:not(.highlight) .post .thumbnail-container,
#educacional .col:not(.highlight) .post .thumbnail-container,
#related .col:not(.highlight) .post .thumbnail-container {
  position: relative;
  padding-top: 56.53846153846154%;
}

#economia .col:not(.highlight) .post> :first-child,
#educacional .col:not(.highlight) .post> :first-child,
#related .col:not(.highlight) .post> :first-child {
  flex: 0 0 35%;
}

#economia .col:not(.highlight) .post> :last-child,
#educacional .col:not(.highlight) .post> :last-child,
#related .col:not(.highlight) .post> :last-child {
  flex: 1 1 65%;
  padding: 0 15px;
}

#economia .col:not(.highlight) .post header .publish-date,
#educacional .col:not(.highlight) .post header .publish-date,
#related .col:not(.highlight) .post header .publish-date {
  color: #000000;
}

#economia .col:not(.highlight) .post header .publish-date .icon,
#educacional .col:not(.highlight) .post header .publish-date .icon,
#related .col:not(.highlight) .post header .publish-date .icon {
  background-image: url('./assets/img/calendar_black.png');
}

#economia .col:not(.highlight) .post header h2,
#educacional .col:not(.highlight) .post header h2,
#related .col:not(.highlight) .post header h2 {
  color: #000000;
  font-size: 1rem;
  font-family: "Hind", sans-serif;
  font-weight: 700;
}

#economia .col:not(.highlight) .post,
#educacional .col:not(.highlight) .post,
#related .col:not(.highlight) .post {
  height: auto;
}

.home #educacional .inline-banner>div>p {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  padding-left: 10px;
  border-left: 3px solid #FFA400;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  width: 48%;
  position: absolute;
  top: 15px;
  right: 15px;
}

.home #educacional .inline-banner h4 {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 7.17px;
  position: absolute;
  bottom: 5px;
  left: 0;
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  .home #educacional .inline-banner {
    height: 240px;
    background-position: left top;
  }

  .home #educacional .inline-banner>div {
    position: absolute;
    width: initial;
    height: initial;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
    max-width: 412px;
    background-image: none;
  }

  .home #educacional .inline-banner>div>p {
    position: static;
    font-size: 1.8rem;
    width: 100%;
  }

  .home #educacional .inline-banner h4 {
    position: static;
    font-size: 1.1rem;
    text-align: left;
  }

  #economia .highlight .post,
  #educacional .highlight .post {
    padding-top: 56.52985074626866%;
  }

  #economia .col:not(.highlight) .post> :first-child,
  #educacional .col:not(.highlight) .post> :first-child,
  #related .col:not(.highlight) .post> :first-child {
    flex: 0 0 100%;
  }

  #economia .col:not(.highlight) .post> :last-child,
  #educacional .col:not(.highlight) .post> :last-child,
  #related .col:not(.highlight) .post> :last-child {
    flex: 0 0 100%;
    padding: 0;
  }

  #economia .col:not(.highlight) .post header,
  #educacional .col:not(.highlight) .post header,
  #related .col:not(.highlight) .post header {
    margin-top: 15px;
  }

  #economia .col:not(.highlight) .post header h2,
  #educacional .col:not(.highlight) .post header h2,
  #related .col:not(.highlight) .post header h2 {
    font-size: 1.3rem;
  }
}

.video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  background-color: #000;
}

.video-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home #youtube-channel {
  background-image: url(./assets/img/yt-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 15px;
}

.home #youtube-channel .yt {
  background-color: rgba(0, 0, 0, .63);
  border-left: 3px solid #FFA400;
}

.home #youtube-channel .yt > div > * {
  color: #fff;
  text-align: left;
  margin: 15px 0;
}

@media (min-width: 992px) {
  .home #youtube-channel {
    padding-top: 120px;
  }

  .home #youtube-channel .selectors {
    margin-bottom: -80px;
  }
}

.banner {
  display: block;
  width: 100%;
  position: relative;
  padding-top: min(125%, 55vh);
  overflow: hidden;
  background-color: #000;
}

.banner>img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 101%;
  min-height: 101%;
  transform: translate(-50%, -50%);
}

.single-post .content {
  padding: 15px 30px;
}

.post-header {
  position: relative;
}

.post-header .heading {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, 0);
  text-align: center;
  z-index: 99;
}

.post-header .heading .category {
  font-size: .8rem;
  font-weight: 800;
  color: #fff;
  padding: 4px 15px;
  background-color: #FFA400;
  border-radius: 2px;
  margin-bottom: 15px;
}

.post-header .heading .category > a {
  text-decoration: none!important;
  color: #fff;
}

.post-header .heading h2 {
  font-family: "Hind", sans-serif;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}

.post-author {
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.post-author .author-avatar {
  flex: 0 0 58px;
}

.post-author .author-avatar {
  margin-bottom: 15px;
}

.post-author .author-avatar>img {
  border-radius: 50%;
  width: 58px;
  height: 58px;
}

.post-author .publish {
  flex: 1 1 calc(100% - 58px);
  padding-left: 15px;
}

.post-author .name {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
}

.post-author .publish .datetime {
  font-weight: 300;
  color: #6B6B6B;
  text-align: center;
  font-size: .8rem;
  text-align: left;
}

@media (min-width: 992px) {
  .post-author .author-avatar>img {
    flex: 0 0 116px;
    width: 116px;
    height: 116px;
  }

  .post-author .name {
    margin-bottom: 15px;
    text-align: center;
  }

  .post-author .publish {
    flex: 1 1 calc(100% - 116pxpx);
    padding-left: 0;
  }

  .post-author .publish .datetime {
    font-size: 1rem;
    text-align: center;
  }
}

.post-content p,
.post-content a,
.post-content li {
  font-family: "Open Sans", sans-serif;
  color: #000000DE;
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
}

.post-content a {
  font-weight: 500;
  color: #FFA400;
  text-decoration: underline;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
  color: #FFA400;
}

.post-content blockquote {
  padding-left: 20px;
  border-left: 4px solid #FFA400;
  margin-top: 40px;
  margin-bottom: 40px;
}

.post-content blockquote::before {
  content: '"';
  font-family: "Open Sans", sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 1;
  color: #FFA400;
  display: block;
  height: 45px;
  transform: translate(0, -19px);
}

.post-content img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .banner {
    padding-top: min(45%, 50vh);
  }

  .post-header .heading h2 {
    font-size: 2.25rem;
  }
}

.single-post .post-article-sidebar {
  padding: 0 30px;
}

@media (min-width: 992px) {
  .single-post .content {
    max-width: 900px;
  }

  .single-post .post-article-sidebar {
    max-width: 900px;
  }
}

.single-post .post .social-share p {
  color: #000000;
  font-weight: 300;
  font-size: 1rem;
}

.single-post .post .social-share a {
  text-decoration: none !important;
  margin-right: 15px;
}

.error404 .content-area {
  position: relative;
  min-height: 50vh;
}

.page-header {
  position: relative;
}

.page-header>.heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
}

.page-header>.heading>.type {
  font-size: .8rem;
  font-weight: 800;
  color: #fff;
  padding: 4px 15px;
  background-color: #FFA400;
  border-radius: 2px;
  margin-bottom: 10px;
}

.page-header>.heading>h2 {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-weight: 700;
}

.post-list.simple .post.highlight {
  display: block;
  padding: 0;
}

.post-list.simple .post.highlight>div {
  position: relative;
  padding-top: 100%;
  width: 100%;
}

.post-list.simple .post.highlight>div>header {
  position: absolute;
  width: calc(100% - 40px);
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.post-list.simple .post.highlight footer {
  display: none;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
  padding: 10px 0;
}

.post-list.simple .post.highlight header {
  position: relative;
}

.post-list.simple .post.highlight header h2 {
  font-size: 1.1rem;
}

.post-list.simple .post {
  margin-bottom: 15px;
}

.post-list.simple .post:not(.highlight) {
  display: flex;
  flex-flow: row nowrap;
}

.post-list.simple .post:not(.highlight) .thumbnail-container {
  position: relative;
  display: block;
  flex: 0 0 45%;
  width: 45%;
  padding-top: 80%;
}

.post-list.simple .post:not(.highlight) header {
  flex: 0 0 55%;
  width: 55%;
  padding-left: 15px;
}

.post-list.simple .post:not(.highlight) header p,
.post-list.simple .post:not(.highlight) header h1,
.post-list.simple .post:not(.highlight) header h2,
.post-list.simple .post:not(.highlight) header h3,
.post-list.simple .post:not(.highlight) header h4,
.post-list.simple .post:not(.highlight) header h5 {
  color: #000;
}

.post-list.simple .post:not(.highlight) header h2 {
  	font-size: 1.1rem;
}

.post-list.simple .post .author {
  display: none;
  flex-flow: row nowrap;
  align-items: center;
}

.post-list.simple .post .author > .avatar {
  flex: 0 0 44px;
  width: 44px;
  border-radius: 50%;
  overflow: hidden;
}

.post-list.simple .post .author > .about {
  flex: 1 1 calc(100% - 44px);
  width: calc(100% - 44px);
  padding-left: 10px;
}

.post-list.simple .post .author > .about > h4 {
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0;
}

.post-list.simple .post .author .publish-date {
  margin-left: 0;
  color: #AFAFAF;
}


.post-list.simple .post .excerpt {
  display: none;
  text-decoration: none;
  color: #000;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .post-list.simple .post {
    margin-bottom: 70px;
  }

  .post-list.simple .post.highlight > div {
    padding-top: 50%;
  }

  .post-list.simple .post.highlight footer {
    display: block;
  }

  .post-list.simple .post:not(.highlight) .thumbnail-container {
    padding-top: 45%;
  }

  .post-list.simple .post:not(.highlight) header h2 {
    font-size: 1.4rem;
  }

  .post-list.simple .post .author {
    display: flex;
  }

  .post-list.simple .post .excerpt {
    display: block;
  }
}

.navigation {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
}

.navigation .page-numbers {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 22px;
  background-color: #E5E2E2;
  color: #000000;
  text-decoration: none!important;
  padding: 5px 15px;
  margin: 0 15px;
}

.navigation .page-numbers.current {
  background-color: #FFA400;
  color: #fff;
}

.navigation .page-numbers.dots {
  background-color: transparent;
}

.search .heading,
.post-type-archive-dictionary .heading {
  top: 39%;
}

.search .search-form-search,
.post-type-archive-dictionary .search-form-search {
  display: flex;
  flex-flow: row wrap;
  max-width: 100%;
  justify-content: center;
}

.search .search-form-search input[type=search],
.post-type-archive-dictionary .search-form-search input[type=search] {
  flex: 1 1 auto;
  background-color: #FFFFFF;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  border: none;
  color: #B7B7B7;
  padding: 15px 15px 15px 15px;
}

.search .search-form-search [type=submit],
.post-type-archive-dictionary .search-form-search [type=submit] {
  flex: 1 1 auto;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
  border: none;
  background-color: #FFA400;
  font-size: 1.1rem;
  padding: 15px 30px;
}

.search .post-list .post.dictionary .thumbnail-container {
  padding-top: 21%;
  background-color: #FFA400;
}

.search .post-list .post.dictionary .thumbnail-container > img {
  min-width: initial;
  min-height: initial;
}

.widget {
  background-color: #FCFCFC;
  border-radius: 6px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, .29);
}

.widget.widget_media_image img {
  display: block;
  width: 100%;
}

.widget .widget-title {
  display: block;
  position: relative;
  width: 100%;
  background-color: #000000;
  color: #fff;
  text-transform: uppercase;
  font-family: "Hind", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  padding: 15px 10px;
  border-radius: 6px 6px 0 0;
  border-bottom: 2px solid #FFA400;
  line-height: 1;
}

.widget .widget-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 74px;
  height: 4px;
  background-color: #FFA400;
}

.widget.widget_vg_most_read .list {
  list-style: none;
  display: block;
  width: 100%;
  padding: 10px 20px;
}

.widget.widget_vg_most_read .list > .item {
  padding: 25px 0;
}

.widget.widget_vg_most_read .list > .item:not(:last-child) {
  border-bottom: 1px solid #E5E2E2;
}

.widget.widget_vg_most_read .list > .item .post {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  align-items: center;
}

.widget.widget_vg_most_read .list > .item a {
  text-decoration: none!important;
}

.widget.widget_vg_most_read .list > .item .index {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  color: #FFA400!important;
  font-size: 24px;
  line-height: 1;
  margin-right: 23px;
}

.widget.widget_vg_most_read .list > .item .title {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 1.3rem;
  text-align: left;
  margin: 0;
}

.title-404 {
  position: absolute;
  color: #000;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6rem;
}

.post-type-archive-dictionary .dictionary {
  border-radius: 6px;
  background-color: #FFA400;
  box-shadow: 0px 4px 15px #00000029;
  overflow: hidden;
  position: relative;
  padding: 30px 30px 15px 30px;
  cursor: pointer;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
  height: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .post-type-archive-dictionary .dictionary {
    height: auto;
  }

  .post-type-archive-dictionary .dictionary.collapsed {
    height: 100%;
  }
}

.overlay {
  display: none;
}

.overlay.visible {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .6);
  transition: all .5s ease-in-out;
}

.post-type-archive-dictionary .dictionary.collapsed > .overlay {
  width: 0;
  height: 0;
}

.post-type-archive-dictionary .dictionary > * {
  transition: all .5s ease-in-out;
}

.post-type-archive-dictionary .dictionary .dict-header,
.post-type-archive-dictionary .dictionary .content {
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
  width: 100%;
  display: block;
}

.post-type-archive-dictionary .dictionary .content p {
  font-weight: 300;
  color: #fff;
  font-size: 1.1rem;
}

.post-type-archive-dictionary .dictionary .thumbnail {
  position: absolute;
  top: 7px;
  left: 30px;
}

.post-type-archive-dictionary .dictionary .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
}

.post-type-archive-dictionary .dictionary .collapse-trigger {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: transparent;
  color: #fff;
  z-index: 100;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 0.5;
  cursor: pointer;
}

.post-type-archive-dictionary .dictionary .title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #1A1A1A;
  letter-spacing: 5.94px;
  margin: 0;
  padding: 15px;
  line-height: 1.5;
}

.post-type-archive-dictionary .dictionary .hashtag {
  font-weight: 300;
  font-style: italic;
  color: #fff;
  margin: 0;
}

.post-type-archive-dictionary .dictionary .related {
  text-decoration: underline;
  color: #000000;
  font-weight: 300;
  font-size: 1rem;
}

.post-type-archive-dictionary .dictionary.collapsed {
  background-color: #fff;
  position: relative;
  z-index: 0;
  transform: none;
  left: initial;
  right: initial;
  top: initial;
  bottom: initial;
}

.post-type-archive-dictionary .dictionary.collapsed .collapse-trigger,
.post-type-archive-dictionary .dictionary.collapsed .content,
.post-type-archive-dictionary .dictionary.collapsed .hashtag,
.post-type-archive-dictionary .dictionary.collapsed footer {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}

.post-type-archive-dictionary .dictionary.collapsed {
  display: flex;
  align-items: center;
  padding: 15px 2px;
}

.post-type-archive-dictionary .dictionary.collapsed .dict-header {
  margin: 0;
}

.post-type-archive-dictionary .dictionary.collapsed .thumbnail {
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  max-width: 60px;
}

.post-type-archive-dictionary .dictionary.collapsed .title {
  display: block;
  font-size: 1rem;
  text-align: center;
}

.letter-filtering {
  padding: 15px 0;
  background-color: #F5F5F5;
  box-shadow: 0px 3px 6px #00000029;
}

.letter-filtering .letter {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 1.4rem;
  width: 40px;
  text-decoration: none!important;
  line-height: 1;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
}

.letter-filtering .letter.current {
  color: #FFA400;
}

@media (min-width: 992px) {
  .letter-filtering {
    padding: 30px 0;
  }
  .letter-filtering .letter {
    width: 3.7%;
  }
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}
