@charset "UTF-8";
/*
Theme Name: Onceinlife by 1DD
Author: 1dd
Author URI: http://www.1dd.co/
Description: This theme is made for http://onceinlife.com
Version: 1.0
*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
textarea {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

@font-face {
  font-family: "db_ozone_xlight";
  src: local("db_ozone_xregular"), url("fonts/db_ozone_x_li_v3.2-webfont.woff2") format("woff2"), url("fonts/db_ozone_x_li_v3.2-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "db_ozone_xmedium";
  src: local("db_ozone_xmedium"), url("fonts/db_ozone_x_med_v3.2-webfont.woff2") format("woff2"), url("fonts/db_ozone_x_med_v3.2-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "db_ozone_xregular";
  src: local("db_ozone_xregular"), url("fonts/db_ozone_x_v3.2-webfont.woff2") format("woff2"), url("fonts/db_ozone_x_v3.2-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
input {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.admin-bar header {
  top: 32px;
}

html {
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  overflow-wrap: break-word;
}

body {
  font-size: 18px;
  color: #3b3c3e;
  padding: 0;
  margin: 0;
  font-family: thonglor, sans-serif;
  font-weight: 400;
  font-style: normal;
}

hr {
  margin: 20px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1215686275);
  border-top: none;
}

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

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 0.95;
  font-family: "db_ozone_xmedium";
  font-weight: normal;
}

strong {
  font-family: "db_ozone_xmedium", "thonglor", sans-serif;
}

.font-60 {
  font-size: 54px;
}

.font-50 {
  font-size: 50px;
}

.font-40 {
  font-size: 40px;
}

.font-32 {
  font-size: 32px;
}

.font-30 {
  font-size: 30px;
  line-height: 1.1;
}

.font-28 {
  font-size: 28px;
  line-height: 1;
}

.font-26 {
  font-size: 26px;
}

.font-24 {
  font-size: 24px;
}

.font-22 {
  font-size: 22px;
}

.font-20 {
  font-size: 20px;
}

.link-black {
  color: #3b3c3e;
  transition: 0.2s ease;
}

.link-black:hover {
  color: #ea3516;
}

.font-red {
  color: #ea3516;
}

.font-white {
  color: #fff;
}

.font-ozone {
  font-family: "db_ozone_xregular";
  line-height: 0.95;
}

.text-right {
  text-align: right;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.none {
  display: none;
}

.container {
  max-width: 90%;
}

.center-all {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-fluid {
  padding: 0;
}

button.btn-white {
  background: #fff;
  border: none;
  padding: 10px 50px 10px 20px;
  font-size: 24px;
  color: #ea3516;
  font-family: "db_ozone_xmedium";
  position: relative;
  cursor: pointer;
  transition: 0.2s ease;
}

button.btn-white:before {
  content: "";
  width: 25px;
  height: 2px;
  background: #ea3516;
  position: absolute;
  right: 0;
  top: 24px;
  transition: 0.2s ease;
}

button.btn-white:hover:before {
  width: 35px;
  background: #fff;
}

button.btn-white:hover {
  background: #ea3516;
  color: #fff;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: 95%;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
  .font-60 {
    font-size: 40px;
  }
  h3.font-50 {
    font-size: 40px;
    line-height: 0.95;
  }
  .font-50 {
    font-size: 32px;
  }
  .font-40 {
    font-size: 28px;
  }
  .font-32 {
    font-size: 26px;
  }
  .font-30 {
    font-size: 26px;
  }
  .font-28 {
    font-size: 26px;
  }
  .font-26 {
    font-size: 22px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-22 {
    font-size: 18px;
  }
  button.btn-white {
    font-size: 22px;
  }
  button.btn-white:before {
    top: 22px;
  }
}
/* ---------------------------------------------- 

Header

------------------------------------------------*/
.logo-once {
  width: 250px;
}

header {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  background: #fff;
  z-index: 9999;
  position: fixed;
  top: 0;
  padding: 10px 20px;
}

.mobile-nav {
  display: none;
}

header nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.right-menu {
  display: flex;
}

.nap-wrap li {
  display: inline-block;
  position: relative;
}

.nap-wrap {
  margin: 0;
}

.nap-wrap a {
  font-size: 18px;
  padding: 18px 10px;
  color: #3b3c3e;
  transition: 0.2s ease;
  font-family: thonglor;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
}

.nap-wrap a img {
  padding-left: 4px;
}

.nap-wrap a:hover {
  color: #ea3516;
  /*  transform: rotate(-10deg);*/
}

.nap-wrap li:first-child {
  min-width: 130px;
}

.nap-wrap li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  left: 10px;
  padding: 10px 10px;
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  display: none;
}

.sub-menu a:hover {
  transform: rotate(0);
}

.nap-wrap li:hover .sub-menu,
.nap-wrap li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  width: 130%;
}

.nap-wrap li ul.sub-menu li {
  display: block;
}

.nap-wrap li ul li {
  clear: both;
  width: 100%;
}

.nap-wrap li ul li a {
  padding: 6px 14px;
}

.right-menu a {
  margin: 0 10px;
}

.mobile-nav .sub-menu,
.mobile-nav .dropdown {
  padding-left: 15px;
  list-style: none;
}

/* Plus icon */
.dropdown-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-button {
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  top: -2px;
}

.dropdown-button:before,
.dropdown-button:after {
  content: "";
  position: absolute;
  background-color: #000;
  transition: transform 0.25s ease-out;
}

/* Vertical line */
.dropdown-button:before {
  width: 2px;
  height: 16px;
}

/* horizontal line */
.dropdown-button:after {
  width: 16px;
  height: 2px;
}

.dropdown-1,
.dropdown-2,
.dropdown-3 {
  display: none;
}

.dropdown-button.collapse:before {
  transform: rotate(90deg);
}

.dropdown-button.collapse:after {
  transform: rotate(180deg);
}

p.nocontent {
  text-align: center;
  width: 100%;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

p.infinite-scroll-error {
  display: none !important;
}

@media (max-width: 991px) {
  .nap-wrap {
    display: none;
  }
  .mobile-nav {
    display: block;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 10px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .logo-once {
    width: 200px;
  }
  .mobile-nav {
    margin-top: 20px;
  }
}
/*---------- Mainnav -------------*/
.mainnav {
  z-index: 999999;
  position: fixed;
  top: 0;
}

.mainnavtoggle {
  cursor: pointer;
}

.mainnav .side-nav {
  position: fixed;
  right: -300px;
  width: 300px;
  height: 100vh;
  height: 100%;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  z-index: 99999;
  background: white;
  transition: right 0.5s ease;
}

.mainnav.shownav .side-nav {
  right: 0;
  transition: right 0.5s ease;
}

.sideclose {
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1882352941);
  width: 100%;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  transition: opacity 1s 200ms, visibility 0s 0.8s;
}

.mainnav.shownav .sideclose {
  opacity: 1;
  visibility: visible;
  transition: opacity 200ms, visibility 0s;
  -webkit-transition: opacity 200ms, visibility 0s;
}

.nav-wrap {
  list-style: none;
  -khtml-padding-start: 0;
  -o-padding-start: 0;
  padding-start: 0;
}

.mainnav .side-nav {
  padding: 40px 30px 50px 30px;
}

.side-nav .mainnavtoggle {
  position: absolute;
  right: 25px;
  top: 28px;
}

ul.nav-wrap a {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  font-family: "db_ozone_xmedium";
  color: #3b3c3e;
  transition: 0.2s ease;
}

.side-nav ul.nav-wrap a {
  font-family: thonglor, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

ul.nav-wrap a:hover {
  color: #ea3516;
  /*transform: rotate(-10deg);*/
}

.socialnav {
  position: absolute;
  bottom: 30px;
}

.socialnav a {
  margin-right: 10px;
}

.nav-wrap li {
  padding: 6px 0;
  position: relative;
}

@media (max-width: 767px) {
  ul.nav-wrap a {
    font-size: 24px;
  }
  .side-nav .mainnavtoggle {
    position: absolute;
    right: 20px;
    top: 15px;
  }
  .hamburger-icon {
    transform: scale(0.9);
    top: 1px;
    position: relative;
  }
}
/* ---------------------------------------------- 

HOMEPAGE  

------------------------------------------------*/
/* --- banner  ---------------------------------*/
.banner-img {
  border-radius: 100%;
  margin-top: -200px;
  position: relative;
  right: -100px;
  width: 900px;
  height: 900px;
  display: block;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(white, black);
          mask-image: radial-gradient(white, black);
}

#banner {
  overflow-x: hidden;
}

.banner-img img {
  width: auto;
  height: calc(100% - 167px);
  position: absolute;
  bottom: 0;
  transition: 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
}

.banner-img:hover img {
  transform: scale(1.1);
}

.banner-img:hover + .big-cate {
  color: #ea3516;
}

header + section {
  margin-top: 76px;
}

#banner .post-box {
  position: absolute;
  bottom: 80px;
  max-width: 400px;
}

.post-box h3 {
  margin: 0;
}

.big-cate {
  font-size: 235px;
  font-family: "db_ozone_xmedium";
  line-height: 0.6;
  position: absolute;
  top: 30px;
  left: -100px;
  color: transparent;
  -webkit-text-stroke-width: 1.8px;
  -webkit-text-stroke-color: #ea3516;
  pointer-events: none;
  text-transform: uppercase;
  z-index: 9;
}

.cate-box {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.cate-box:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #ea3516;
  position: absolute;
  top: 10px;
}

.cate-box span {
  background: #fff;
  display: inline-block;
  position: relative;
  padding-right: 8px;
  font-weight: 600;
}

.postthumb {
  overflow: hidden;
  position: relative;
  display: block;
  /* -webkit-mask-image: -webkit-radial-gradient(white, black); */
  -webkit-mask-image: radial-gradient(white, black);
          mask-image: radial-gradient(white, black);
}

.postthumb img {
  transition: 0.6s ease;
  vertical-align: middle;
  position: relative;
}

.postthumb a {
  position: relative;
  display: block;
}

.postthumb:hover img {
  transform: scale(1.15) rotate(5deg);
}

@media (max-width: 1100px) {
  .banner-img {
    right: 0;
  }
  .banner-img:hover img {
    transform: scale(1);
  }
}
@media (max-width: 991px) {
  #banner .post-box {
    position: relative;
  }
  .banner-img {
    right: 1px;
    margin-top: -315px;
  }
  .banner-img img {
    height: calc(100% - 240px);
  }
  .big-cate {
    top: auto;
    bottom: -58px;
    left: auto;
    right: 0;
  }
  #banner .post-box {
    bottom: 0;
    margin-top: 80px;
  }
  .postthumb:hover img {
    transform: none;
  }
}
@media (max-width: 767px) {
  .banner-img img {
    height: calc(100% - 140px);
  }
  .banner-img {
    right: 75px;
    margin-top: -175px;
    width: 125vw;
    height: 125vw;
  }
  .big-cate {
    left: 0;
    font-size: 120px;
    left: 10px;
    -webkit-text-stroke-width: 1.3px;
  }
  .cate-box:before {
    top: 8px;
  }
  #banner .post-box {
    max-width: 90%;
  }
}
/* --- Popular  ---------------------------------*/
.popular-wrap .postthumb {
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-mask-image: radial-gradient(white, black);
          mask-image: radial-gradient(white, black);
}

.popular-wrap .postthumb img {
  width: 100%;
  height: auto;
}

.popular-wrap .post-box {
  background: #fff;
  max-width: 100%;
  margin-top: -117px;
  z-index: 3;
  position: relative;
  text-align: center;
  padding: 15px 20px;
}

.popular-wrap .cate-box {
  margin-bottom: 10px;
}

.popular-wrap .cate-box:before {
  left: 0;
}

.popular-wrap {
  padding: 2.5vw;
}

.popular-wrap .cate-box span {
  padding-right: 0;
  padding: 0 8px;
}

.popular-wrap .credit {
  margin-top: 10px;
}

.credit {
  margin-top: 10px;
  font-size: 16px;
}

.postthumb span {
  position: absolute;
}

.popular-wrap .post-box h3 {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popular-wrap .viewcount {
  position: absolute;
  left: 15%;
  background: #ea3516;
  width: 50px;
  height: 50px;
  display: block;
  top: 13%;
  border-radius: 100%;
  text-align: center;
  z-index: 9;
}

.viewcount span {
  display: block;
  color: #fff;
  font-size: 16px;
}

.viewcount img {
  margin-bottom: -6px;
}

.credit br {
  display: none;
}

@media (max-width: 1100px) {
  .popular-wrap .post-box {
    margin-top: -75px;
  }
}
@media (max-width: 991px) {
  .popular-wrap {
    display: flex;
  }
  .popular-wrap > div:first-child {
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
  }
  .popular-wrap > div:last-child {
    flex: 0 0 60%;
    max-width: 60%;
    text-align: left;
  }
  .popular-wrap .post-box {
    margin-top: 0;
  }
  .popular-wrap .cate-box span {
    padding: 0;
    padding-right: 5px;
  }
  .popular-wrap .postthumb {
    width: 90%;
  }
  .popular-wrap .viewcount {
    left: 1%;
    top: 11%;
  }
  .popular-wrap {
    margin-bottom: 15px;
  }
  .popular-wrap .post-box h3 {
    -webkit-line-clamp: 4;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .popular-wrap {
    margin-bottom: 0;
  }
  .credit br {
    display: block;
  }
  #popular {
    margin-top: 40px;
  }
  .viewcount span {
    top: -3px;
    position: relative;
    font-size: 13px;
  }
  .viewcount img {
    margin-bottom: -1px;
    width: 15px;
  }
  .popular-wrap > div:last-child {
    padding-right: 0;
    padding-top: 0;
  }
  .credit,
  .popular-wrap .credit {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .popular-wrap .cate-box,
  .cate-box {
    margin-bottom: 5px;
  }
  .popular-wrap .viewcount {
    width: 38px;
    height: 38px;
    top: 10%;
    left: -3%;
  }
  .infinit-wrap .post-box h3 {
    font-size: 23px !important;
    line-height: 0.9;
  }
  .post-box h3 br {
    display: none;
  }
  .row.infinit-wrap {
    margin-right: -10px;
    margin-left: -10px;
  }
  .popular-wrap .post-box h3 {
    -webkit-line-clamp: 4;
    font-size: 26px;
  }
  .archive .post-wrap,
  .search-results .post-wrap {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
  }
  .popular-wrap .post-box {
    padding-left: 10px;
  }
  .right-panel .post-box {
    padding-right: 10px;
  }
  #newarticles .right-panel .post-wrap .col-4 {
    padding: 5px;
  }
}
/* --- New popular  ---------------------------------*/
.newpopular .popular-wrap .viewcount {
  font-size: 40px;
  color: #fff;
}

.newpopular .popular-wrap .post-box {
  margin-top: -91px;
  padding: 15px 32px;
}

@media (max-width: 991px) {
  .newpopular .popular-wrap .post-box {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .newpopular .popular-wrap .post-box {
    margin-top: 0px;
    padding: 10px;
  }
  .newpopular .popular-wrap .viewcount {
    font-size: 30px;
  }
}
/* --- New Articles  ---------------------------------*/
#newarticles {
  background-image: url(images/newarticles-bg.svg);
  background-size: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  background-color: #efefef;
}

#newarticles:before {
  content: "";
  height: 200px;
  width: 100%;
  position: absolute;
  top: -1px;
  background: transparent linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.9725490196) 6%, rgba(255, 255, 255, 0.9490196078) 12%, rgba(255, 255, 255, 0.8980392157) 19%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
}

#newarticles:after {
  content: "";
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: transparent linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.9725490196) 6%, rgba(255, 255, 255, 0.9490196078) 12%, rgba(255, 255, 255, 0.8980392157) 19%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
}

.new-wrap {
  padding-top: 400px;
  padding-bottom: 200px;
}

.new-wrap .left-panel .post-box {
  width: 400px;
  bottom: 0;
  position: absolute;
  padding: 20px 25px 10px;
  background: #fff;
}

.post-wrap {
  position: relative;
  margin-bottom: 30px;
}

.new-wrap .right-panel .post-wrap {
  display: flex;
  background: #fff;
  padding: 30px 20px;
  margin-left: 5px;
}

.right-panel .post-box {
  padding-left: 15px;
  margin-top: -10px;
}

.new-wrap .right-panel .postthumb {
  border-radius: 100%;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(white, black);
          mask-image: radial-gradient(white, black);
}

.new-wrap .right-panel .postthumb img {
  width: 100%;
  height: auto;
}

.ad-new {
  margin-left: 5px;
  display: block;
}

.ad-new img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (min-width: 1300px) {
  .new-wrap .col-lg-7 {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .new-wrap .col-lg-5 {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 1100px) {
  #newarticles {
    background-position: 0 -100px;
    background-attachment: scroll;
  }
  .new-wrap .right-panel .post-wrap {
    padding: 20px 8px;
  }
  #newarticles:before {
    height: 90px;
  }
  .new-wrap {
    padding-top: 400px;
  }
  .new-wrap {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  #newarticles:before,
  #newarticles:after {
    background: none;
  }
  .post-wrap {
    margin-bottom: 20px;
  }
  #newarticles {
    margin-top: 50px;
    background-size: 669px;
    background-position: top;
  }
  #newarticles .post-wrap {
    margin-bottom: 20px;
  }
  .new-wrap .right-panel .post-wrap,
  .ad-new {
    margin-left: 0;
  }
  .new-wrap .left-panel .post-box {
    width: calc(100% - 45px);
    position: relative;
    margin-top: -50px;
    padding: 30px 45px 25px;
  }
  #newarticles .right-panel {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .new-wrap {
    padding-top: 185px;
  }
  #newarticles {
    background-position: center -16px;
    background-size: 338px;
  }
  .new-wrap .left-panel .post-box {
    padding: 25px 15px 25px;
    width: calc(100% - 15px);
  }
  #newarticles .right-panel {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* --- About Once  ---------------------------------*/
#aboutonce {
  height: 500px;
}

.video-container {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

.play {
  width: 80px;
  height: 80px;
  background: #ea3516;
  display: block;
  margin: 40px auto 0;
  position: relative;
  border-radius: 50%;
  border: solid 1px #ea3516;
}

.play:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #ffffff;
}

video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
}

.video-wrap {
  width: 100vw;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
}

.video-wrap .content-box {
  z-index: 9;
  text-align: center;
  max-width: 800px;
}

.video-wrap img {
  width: 170px;
}

.video-container:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5882352941);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .video-wrap img {
    width: 100px;
  }
  .video-wrap .content-box {
    max-width: 450px;
  }
  #aboutonce {
    height: 400px;
  }
  body {
    font-size: 17px;
  }
  .play {
    width: 60px;
    height: 60px;
  }
  #aboutonce .font-50 {
    font-size: 30px;
    line-height: 1;
  }
}
/* --- Column section  ---------------------------------*/
.home section {
  overflow-x: hidden;
}

.postthumb:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1215686275);
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  left: 0;
}

.card-columns {
  column-gap: 30px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
}

.card {
  border: none;
  border-radius: 0;
}

.card-columns .card {
  margin-bottom: 30px;
}

.home .columnsection {
  overflow-x: visible;
}

.columnsection {
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-item {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 0;
  overflow: hidden !important;
}

.post-box {
  max-width: 90%;
  margin-top: -40px;
  background: #fff;
  position: relative;
  padding: 15px 20px 0 0;
  z-index: 2;
}

.archive .card-columns {
  column-gap: 40px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
}

.title-sticky {
  position: sticky;
  top: 100px;
  width: 55px;
}

@media (max-width: 1100px) {
  .grid-item {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .title-sticky {
    transform: rotate(270deg) scale(0.7);
    position: relative;
    transform-origin: top left;
    position: absolute;
    top: 65px;
    width: 70px;
  }
  .columnsection > .row > div:first-child {
    height: 120px;
  }
  .columnsection .col-lg-10 {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .columnsection .grid-item {
    padding: 0 7px;
    line-height: 1;
  }
  .home .columnsection {
    overflow-x: hidden;
  }
  .columnsection .grid {
    margin-left: 8px;
    margin-right: 8px;
  }
  .title-sticky {
    transform: rotate(270deg) scale(0.5);
  }
  .columnsection {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .columnsection .font-28 {
    font-size: 24px;
    position: relative;
    display: block;
    margin: 0;
    line-height: 0.9;
  }
  .post-box {
    max-width: 100%;
    width: 100%;
    display: block;
    margin-top: 0;
    padding: 10px 0;
    margin-bottom: 0px;
    overflow: hidden;
  }
  .grid-item {
    margin-bottom: 15px;
  }
  .columnsection > .row > div:first-child {
    height: 95px;
  }
  .columnsection .post-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .columnsection .col-lg-10 .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
/* --- OnceBook  ---------------------------------*/
.single-book-wrap .goback {
  top: -50px;
  position: relative;
}

#oncebook {
  background: #f5f5f5;
  padding-top: 150px;
  padding-bottom: 100px;
}

.oncebook-logo {
  width: 300px;
}

.book1 {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.051), 0 6.7px 5.3px rgba(0, 0, 0, 0.073), 0 12.5px 10px rgba(0, 0, 0, 0.09), 0 22.3px 17.9px rgba(0, 0, 0, 0.107), 0 41.8px 33.4px rgba(0, 0, 0, 0.129), 0 100px 80px rgba(0, 0, 0, 0.18);
  position: absolute;
  width: 280px;
  transform: rotate(-8deg);
  margin-left: auto;
  margin-right: auto;
  left: -80px;
  right: 0;
  display: block;
  top: -50px;
  transition: 0.5s ease;
}

.book2 {
  position: relative;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  left: 40px;
  right: 0;
  z-index: 2;
  display: block;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.051), 0 6.7px 5.3px rgba(0, 0, 0, 0.073), 0 12.5px 10px rgba(0, 0, 0, 0.09), 0 22.3px 17.9px rgba(0, 0, 0, 0.107), 0 41.8px 33.4px rgba(0, 0, 0, 0.129), 0 100px 80px rgba(0, 0, 0, 0.18);
}

#oncebook .book-wrap:hover .book1 {
  transform: rotate(-10deg);
  top: -50px;
  left: -160px;
}

@media (max-width: 1100px) {
  .book1,
  .book2 {
    width: 275px;
  }
  .oncebook-logo {
    width: 300px;
  }
}
@media (max-width: 991px) {
  #oncebook {
    text-align: center;
    padding-bottom: 100px;
  }
  .book-content {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .book1,
  .book2 {
    width: 180px;
  }
  .oncebook-logo {
    width: 200px;
  }
  .book-content {
    max-width: 300px;
    margin-top: 50px;
  }
  #oncebook {
    padding-bottom: 50px;
  }
  .single-book-wrap .goback {
    top: -30px;
  }
}
/* --- Onceinlife  ---------------------------------*/
#onceginlife {
  position: relative;
  margin-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 60px;
}

.title-onceinlife {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: block;
}

#onceginlife .container {
  overflow-x: visible !important;
}

#onceginlife .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5490196078);
  backdrop-filter: grayscale(100%);
  -webkit-backdrop-filter: grayscale(100%);
}

#onceginlife .content-box {
  z-index: 2;
  position: relative;
  overflow-x: hidden;
}

.logo-onceinlife {
  margin-top: -62px;
  z-index: 2;
  position: relative;
  left: 40px;
  width: 500px;
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.oneinlife-wrap .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  -webkit-mask-image: radial-gradient(white, black);
          mask-image: radial-gradient(white, black);
}
.oneinlife-wrap .swiper-slide a .postthumb img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.oneinlife-list img {
  vertical-align: middle;
  position: relative;
}

.oneinlife-list .post-box {
  position: absolute;
  bottom: -1px;
  left: -1px;
  text-align: left;
  padding: 20px;
  max-width: 101%;
  min-height: 222px;
  width: 101%;
  padding-top: 100px;
  pointer-events: none;
  padding-bottom: 30px;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

.oneinlife-list .cate-box {
  margin-bottom: 15px;
}

.oneinlife-list .cate-box:before {
  width: 85%;
  right: -20px;
}

.oneinlife-list .cate-box span {
  background: transparent;
}

.oneinlife-wrap {
  margin-top: 50px;
  padding-left: 40px;
}

img.playicon {
  position: absolute;
  right: 15px;
  top: -12px;
}

@media (max-width: 991px) {
  .logo-onceinlife {
    width: 450px;
  }
}
@media (max-width: 767px) {
  .logo-onceinlife {
    margin-top: -30px;
    width: 260px;
    left: 15px;
  }
  header + section,
  header + main {
    margin-top: 52px;
  }
  header {
    padding: 5px 15px;
    padding-top: 7px;
  }
  .oneinlife-list .cate-box:before {
    top: 10px;
    width: 80%;
  }
  .swiper-container img.playicon {
    top: -5px;
  }
  #onceginlife {
    padding-bottom: 55px;
  }
  .oneinlife-list .post-box {
    min-height: 190px;
  }
  img.playicon {
    right: -4px;
    top: -9px;
    width: 32px;
  }
  .cate-box span {
    font-size: 16px;
  }
  #onceginlife {
    margin-top: 50px;
  }
  #onceginlife .content-box {
    padding-left: 15px;
  }
}
/* --- Onceinlife  ---------------------------------*/
#contributors {
  height: 110vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: visible;
}

.large-team {
  width: 200px;
}

.small-team {
  width: 120px;
}

#contributors a {
  border-radius: 100%;
  overflow: hidden;
  display: block;
}

#contributors a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  transition: all 0.5s ease;
}
@keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.team-wrap a:nth-child(even) {
  animation: action 1.5s infinite alternate ease;
}

.team-wrap a:nth-child(odd) {
  animation: action 1.5s infinite alternate ease;
  animation-delay: 1.5s;
}

.team-wrap a:nth-child(3n+0) {
  animation: action 1.5s infinite alternate ease;
  animation-delay: 0.5s;
}

.team-wrap a {
  position: absolute;
  transition: all 0.5s ease;
  box-shadow: 0 1.5px 1.7px rgba(0, 0, 0, 0.028), 0 3.7px 4.1px rgba(0, 0, 0, 0.04), 0 7px 7.8px rgba(0, 0, 0, 0.05), 0 12.5px 13.8px rgba(0, 0, 0, 0.06), 0 23.4px 25.9px rgba(0, 0, 0, 0.072), 0 56px 62px rgba(0, 0, 0, 0.1);
}

.team-wrap a:hover {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.048), 0 6.7px 5.3px rgba(0, 0, 0, 0.069), 0 12.5px 10px rgba(0, 0, 0, 0.085), 0 22.3px 17.9px rgba(0, 0, 0, 0.101), 0 41.8px 33.4px rgba(0, 0, 0, 0.122), 0 100px 80px rgba(0, 0, 0, 0.17);
}

.team-wrap a:hover img {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  #contributors {
    height: 400px;
    max-width: 100%;
    overflow-x: hidden;
    background-size: cover;
    margin-bottom: 50px;
  }
  .large-team,
  .small-team {
    width: 80px;
  }
}
@media (max-width: 767px) {
  #contributors a {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    display: inline-block;
    margin: 10px;
  }
  #contributors {
    height: auto;
    background-size: 104%;
    background-position: top;
    padding-top: 90px;
    margin-top: 60px;
    text-align: center;
    padding-bottom: 60px;
    margin-bottom: 0;
  }
}
/* --- Footer  ---------------------------------*/
footer {
  background: #2e2e2f;
  padding-top: 40px;
  padding-bottom: 40px;
}

footer a,
footer p,
footer {
  color: #a4a4a4;
  font-size: 20px;
  line-height: 1.5 !important;
  font-family: "db_ozone_xregular";
  transition: 0.2s;
}

footer a:hover {
  color: #fff;
}

footer li,
footer ul {
  list-style: none;
  padding-left: 0;
}

footer .right-panel p,
footer .right-panel a {
  font-size: 18px;
}

.footer-row-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.footer-row-2 p {
  margin: 0;
}

.social img {
  margin-left: 10px;
}

.social {
  margin-bottom: 5px;
}

.designedby1dd {
  margin-left: 10px;
  display: inline-block;
}

footer .left-panel img {
  margin-right: 20px;
  height: 40px;
}

.footer-row-2 {
  margin-top: 30px;
}

#mc_embed_signup {
  background: transparent !important;
}

#mc_embed_signup form {
  text-align: left !important;
  padding: 0 !important;
  background-color: transparent !important;
  margin-bottom: 30px !important;
}

#mc_embed_signup input {
  border: solid 1px #707070 !important;
  font-size: 22px !important;
  padding: 20px !important;
  height: 66px !important;
}

#mc_embed_signup input.email {
  letter-spacing: 0 !important;
  width: 70% !important;
  background-color: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
  font-family: "db_ozone_xregular" !important;
  border-radius: 0 !important;
}

#mc_embed_signup .button {
  width: 30% !important;
  font-family: "db_ozone_xregular" !important;
  margin-left: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  margin-left: -5px !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

/* Popup subscription */
.popupSubscription {
  background: #fff;
  width: 350px;
  padding: 38px;
  position: fixed;
  right: 0;
  z-index: 999999;
  bottom: -500px;
  transition: 0.8s ease;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
}

.popupSubscription h3 {
  font-size: 24px;
  color: #000000;
}

.popupSubscription h3 span {
  color: #ea3516;
}

.popupSubscription .logo {
  width: 200px;
}

.popupSubscription .close {
  background-color: transparent;
  top: 12px;
  right: 12px;
  border: none;
  position: absolute;
}

.facebookpage {
  border: solid 1px #999;
  border-radius: 5px;
  padding: 7px 21px;
  background: transparent;
}

.popupSubscription.show {
  bottom: 0;
}

.popupSubscription.hide {
  bottom: -300px;
}

@media screen and (max-width: 500px) {
  .popupSubscription {
    width: 100%;
  }
}
@media (max-width: 991px) {
  footer .left-panel img {
    top: 12px;
    position: relative;
  }
}
@media (max-width: 767px) {
  footer a,
  footer p,
  footer {
    font-size: 16px;
  }
  footer .right-panel p,
  footer .right-panel a {
    font-size: 16px;
    line-height: 1.2 !important;
  }
  #mc_embed_signup input {
    font-size: 20px !important;
    padding: 12px 15px !important;
    height: 50px !important;
  }
  footer li,
  footer ul {
    margin: 0;
  }
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .left-panel img {
    margin-right: 20px;
    height: 32px;
    top: 0;
  }
}
/* ---------------------------------------------- 

BE WITH US

------------------------------------------------*/
#page-bewithus {
  background-image: url(images/bg-bewithus.svg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

#page-bewithus .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 80vh;
  max-height: 800px;
}

#page-bewithus .content-wrapper p {
  max-width: 480px;
  line-height: 1.15;
  margin-top: 40px;
  font-size: 24px;
}

#page-bewithus img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1800px) {
  #page-bewithus .content-wrapper {
    max-height: 1000px;
  }
}
@media (max-width: 767px) {
  #page-bewithus .content-wrapper {
    height: 70vh;
  }
  #page-bewithus .content-wrapper img {
    max-width: 300px;
  }
  #page-bewithus .content-wrapper img {
    max-width: 240px;
  }
  #page-bewithus .content-wrapper p {
    font-size: 20px;
    margin-top: 30px;
  }
}
/* ---------------------------------------------- 

Archive

------------------------------------------------*/
.page-archive {
  padding-top: 100px;
  overflow: hidden;
}

.logo-title {
  width: auto;
  height: 50px;
}

.title-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 2px #000;
  padding-bottom: 40px;
}

.page-archive .title {
  max-width: 50vw;
  width: 100%;
}

.page-archive .content {
  padding-top: 60px;
  padding-bottom: 100px;
}

.page-archive .grid-item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 0;
  overflow: hidden !important;
}

.cat-filter {
  display: block;
}

.cat-filter a {
  font-family: "db_ozone_xmedium";
  padding-left: 18px;
  padding-right: 18px;
  text-transform: uppercase;
}

.show-filters {
  display: none;
  border: 1px solid #e5e5e5;
  padding: 10px 24px 12px;
  margin-top: 20px;
}

@media (max-width: 1100px) {
  .page-archive .content {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .page-archive .grid-item {
    width: 50%;
    padding: 0 10px;
  }
  .infinit-wrap .post-box {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .page-archive {
    padding-top: 40px;
  }
  .title-tab {
    flex-direction: column;
    border-bottom: none;
  }
  .page-archive .title {
    max-width: 100%;
  }
  .title-tab .title {
    text-align: center;
  }
  .cat-filter {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: none;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: auto;
  }
  .cat-filter a {
    margin-top: 10px;
    margin-bottom: 10px;
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .logo-title {
    height: 32px;
    max-width: 100%;
  }
  .logo-title {
    max-width: 100%;
  }
  .cat-filter a {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 20px;
    margin: 0 10px;
    margin-top: 20px;
  }
  .cat-filter {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .title-tab {
    padding-bottom: 30px;
    border-bottom: none;
  }
}
/* ---------------------------------------------- 

Once in life All

------------------------------------------------*/
#page-onceinlife-all {
  padding-top: 120px;
}

.archive-onceinlife .container {
  max-width: 1320px;
}

#page-onceinlife-all .logo-onceinlife {
  left: 0;
}

.onceinlife-content-wrapper {
  position: relative;
  background-image: url(images/tvgrain.gif);
  margin-top: 60px;
  padding-bottom: 100px;
  z-index: 1;
}

.onceinlife-content-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 120px;
  background-color: #fff;
  top: -1px;
}

.list-inner {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.onceinlife-content-wrapper .filter,
.onceinlife-main-content .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5490196078);
  backdrop-filter: grayscale(100%);
  -webkit-backdrop-filter: grayscale(100%);
}

.onceinlife-content-wrapper .row {
  margin-left: -22px;
  margin-right: -22px;
}

.onceinlife-content-wrapper .onceinlife-list {
  margin-bottom: 44px;
}

.onceinlife-list .post-box {
  position: absolute;
  bottom: -1px;
  left: -1px;
  max-width: 101%;
  text-align: left;
  padding: 20px;
  min-height: 222px;
  width: 101%;
  padding-top: 100px;
  pointer-events: none;
  padding-bottom: 30px;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

.onceinlife-list .cate-box {
  margin-bottom: 15px;
}

.onceinlife-list .cate-box:before {
  width: 85%;
  right: -20px;
}

.onceinlife-list .cate-box span {
  background: transparent;
}

@media (max-width: 1100px) {
  .onceinlife-content-wrapper .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .onceinlife-content-wrapper .onceinlife-list {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  #page-onceinlife-all .logo-onceinlife {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .onceinlife-content-wrapper {
    padding-bottom: 40px;
  }
  .onceinlife-content-wrapper .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .onceinlife-list .cate-box:before {
    width: 73%;
  }
  .onceinlife-content-wrapper .onceinlife-list {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
  }
  .onceinlife-content-wrapper::before {
    height: 50px;
  }
  #page-onceinlife-all {
    padding-top: 80px;
  }
  #page-onceinlife-all .logo-onceinlife {
    max-width: 220px;
  }
  .list-inner {
    border-radius: 6px;
  }
  .onceinlife-list .post-box h3 {
    font-size: 22px;
  }
  .onceinlife-content-wrapper {
    margin-top: 30px;
  }
  .onceinlife-list .cate-box {
    margin-bottom: 7px;
  }
  .onceinlife-content-wrapper .onceinlife-list .post-box {
    padding: 15px;
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 25px;
  }
}
/* ---------------------------------------------- 

Once in life Single

------------------------------------------------*/
.wp-caption {
  max-width: 100%;
  width: 100% !important;
}

.wp-caption-text {
  margin-top: -22px !important;
  display: block;
  border-bottom: solid 1px #e5e5e5;
  font-size: 20px !important;
  padding-bottom: 7px;
  color: #999999;
}

.onceinlife-main-content {
  padding-top: 50px;
}

.content-wrapper img {
  max-width: 100%;
  height: auto;
}

.single-onceinlife .onceinlife-main-content .container {
  padding-left: 90px;
  padding-right: 90px;
  z-index: 1;
  position: relative;
}

.grain {
  position: absolute;
  background-image: url("images/tvgrain.gif");
  z-index: -1;
  height: 550px;
  width: 100%;
  top: 0;
}

.onceinlife-main-content h1 {
  max-width: 790px;
  margin-top: 24px;
}

.video-onceinlife {
  z-index: 5;
  position: relative;
  display: block;
}

/*.video-onceinlife img.wp-post-image {
  display: block;
}*/
.video-onceinlife img.wp-post-image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 600px;
}

.video-onceinlife .play {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 144px;
  height: 144px;
}

.video-onceinlife .play:after {
  content: "";
  margin-top: -32px;
  margin-left: -14px;
  border-width: 32px 0 32px 46px;
}

.reading-time {
  font-family: "db_ozone_xmedium";
}

.share-social {
  background-color: #ea3516;
  position: absolute;
  width: 90px;
  top: 0;
  left: -90px;
  display: flex;
  flex-direction: column;
  height: 400px;
  color: #fff;
  text-align: center;
  justify-content: space-between;
  padding: 25px 0;
}

.share-social p {
  margin: 0;
  font-family: "db_ozone_xmedium";
}

.share-social .line {
  background-color: #fff;
  width: 2px;
  height: 210px;
  align-self: center;
}

.share-social .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.share-social .icon .fb {
  width: 27px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.share-social .icon .tw {
  width: 29px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.more-video {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow-x: hidden;
}

.more-video h2 {
  margin: 0;
  margin-bottom: 30px;
}

.more-video .oneinlife-wrap {
  margin-top: 40px;
}

.more-video .oneinlife-wrap .swiper-slide {
  border-radius: 0;
}

.overflow-deco {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  height: 300px;
  right: -5%;
}
.overflow-deco .deco-text {
  position: absolute;
  right: 10vw;
}

@media (max-width: 1140px) {
  .deco-text {
    transform: translateX(54%);
  }
}
@media (max-width: 992px) {
  .video-onceinlife .play {
    width: 84px;
    height: 84px;
    margin-top: 0;
  }
  .single-onceinlife .onceinlife-main-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .video-onceinlife .play:after {
    margin-top: -13px;
    margin-left: -7px;
    border-width: 12px 0 12px 22px;
  }
  .share-social {
    height: auto;
    width: 100%;
    position: absolute;
    top: initial;
    left: 0;
    flex-direction: row;
    align-items: center;
    padding: 15px 25px;
  }
  .share-social .line {
    background-color: #fff;
    width: 532px;
    height: 2px;
    align-self: center;
  }
  .share-social .icon {
    flex-direction: row;
  }
  .share-social p {
    margin-right: 20px;
  }
  .share-social .icon .fb {
    width: 20px;
    margin-left: 20px;
    margin-right: 10px;
  }
  .share-social .icon .tw {
    width: 22px;
    margin-left: 10px;
  }
  .share-social .icon .fb {
    width: 20px;
    margin-left: 20px;
    margin-right: 10px;
  }
  .more-video {
    padding-top: 110px;
    padding-bottom: 80px;
  }
  .more-video .oneinlife-wrap {
    margin-top: 20px;
  }
  .single-onceinlife .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .onceinlife-main-content h1 {
    max-width: 500px;
  }
  .single-onceinlife .container.no-padding-md {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    max-width: 100%;
  }
  .deco-text {
    display: none;
  }
  .more-video .onceinlife-list {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
  }
  .more-video .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  .video-onceinlife .play {
    width: 54px;
    height: 54px;
    margin-top: 10px;
  }
  .onceinlife-list .post-box {
    padding: 15px;
    min-height: auto;
  }
  .deco-text {
    transform: translateX(40%);
    width: 300px;
  }
  .oneinlife-wrap {
    padding-left: 5px;
  }
  .more-video .onceinlife-list {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .deco-text {
    transform: translateX(20%);
    width: 200px;
    top: 16px;
  }
  .single-onceinlife .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .onceinlife-main-content h1.font-60 {
    max-width: 300px;
    font-size: 36px;
    margin-top: 10px;
  }
  .more-video {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .onceinlife-main-content h1 br {
    display: none;
  }
  .reading-time.font-28 {
    font-size: 20px;
  }
  .video-onceinlife .share-social {
    padding: 3px 25px;
  }
  .grain {
    height: 400px;
  }
  .onceinlife-main-content {
    padding-top: 30px;
  }
}
/* ---------------------------------------------- 

Book Archive

------------------------------------------------*/
.books-wrapper {
  padding-top: 100px;
  padding-bottom: 20px;
  text-align: center;
}

.books-wrapper .container {
  max-width: 1200px;
}

.books-wrapper .oncebook-logo {
  padding-bottom: 100px;
}

.book-wrapper {
  margin-bottom: 100px;
  transition: all 0.5s ease;
}

.book-wrapper img {
  max-height: 450px;
  width: auto;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.19);
  transition: all 0.5s ease;
  margin-left: auto;
  margin-right: auto;
}

.book-wrapper h2 {
  margin-bottom: 5px;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
}

.book-wrapper span {
  font-size: 20px;
}

.book-wrapper a h2 {
  color: #3b3c3e;
  transition: all 0.5s ease;
}

.book-wrapper:hover img {
  transform: translateY(-20px);
  transition: all 0.5s ease;
}

.book-wrapper:hover img {
  box-shadow: -20px 10px 50px rgba(0, 0, 0, 0.12);
}

.book-wrapper span {
  display: block;
}

.book-wrapper .author {
  margin-bottom: 5px;
  color: #3b3c3e;
}

.book-img-wrapper {
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media (max-width: 1100px) {
  .books-wrapper {
    padding-top: 60px;
  }
  .book-wrapper {
    margin-bottom: 30px;
  }
  .books-wrapper .oncebook-logo {
    padding-bottom: 80px;
  }
  .book-wrapper img {
    max-height: 360px;
  }
}
@media (max-width: 991px) {
  .book-wrapper img {
    max-height: 250px;
  }
  .title-book {
    text-align: center;
    margin: auto;
    max-width: 70%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .books-wrapper .oncebook-logo {
    padding-bottom: 60px;
  }
  .title-book {
    max-width: 260px;
  }
  .book-wrapper img {
    max-height: 300px;
  }
  .book-wrapper img {
    max-height: 230px;
  }
  .book-wrapper:hover img {
    transform: translateY(-10px);
  }
  .book-wrapper h2 {
    font-size: 24px;
    max-width: 155px;
    margin-bottom: 2px;
  }
  .book-wrapper span {
    font-size: 16px;
  }
  .book-wrapper .author {
    margin-bottom: 0;
  }
  .book-img-wrapper {
    min-height: 240px;
  }
}
/* ---------------------------------------------- 

Book Single

------------------------------------------------*/
.single-book {
  height: 100%;
  position: relative;
}

/* .single-book header::after {
  content: "";
  width: 340px;
  height: 100%;
  background-color: #f7f7f7;
  position: absolute;
  right: 0;
  z-index: -1;
} */
.single-book footer {
  position: relative;
  z-index: 1;
}

.order-wrap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #f7f7f7;
  width: 340px;
  padding: 170px 40px;
}

.order-wrap-mobile {
  background-color: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.single-book-wrap {
  padding-top: 170px;
  padding-bottom: 140px;
}

.single-book h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
}

.single-book h2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 28px;
}

.book {
  padding: 0 70px;
}

.book img {
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.19);
}

.book-sticky {
  position: sticky;
  top: 120px;
}

.single-book-wrap .content {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 22px;
  line-height: 1.22;
}

.single-book-wrap .content span {
  display: block;
}

.single-book-wrap .content .lead {
  line-height: 1.16;
}

.book-detail {
  margin-top: 50px;
}

.book-detail span {
  font-weight: 600;
}

.book-detail ul {
  list-style: none;
  margin: 0;
  padding-inline-start: 0;
}

.book-form input {
  font-family: thonglor, sans-serif;
}

.unit [name=unit] {
  width: 100px;
}

.book-form button[type=submit] {
  width: 100%;
  max-width: 175px;
  color: #fff;
  background-color: #ea3516;
  padding: 12px 0 12px 18px;
  text-align: left;
  position: relative;
  font-family: "db_ozone_xmedium";
  border: none;
  font-size: 22px;
  cursor: pointer;
  margin-top: 10px;
}

.book-form button[type=submit]::before {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  background-color: #fff;
  top: 24px;
  right: 0;
  transition: 0.2s ease;
}

.book-form button[type=submit]:hover::before {
  width: 40px;
}

.btn-red {
  width: 100%;
  max-width: 175px;
  color: #fff;
  background-color: #ea3516;
  padding: 12px 0 12px 18px;
  text-align: left;
  position: relative;
  font-family: "db_ozone_xmedium";
  border: none;
  font-size: 22px;
  cursor: pointer;
  margin-top: 10px;
}

.btn-red::before {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  background-color: #fff;
  top: 24px;
  right: 0;
  transition: 0.2s ease;
}

.btn-red:hover::before {
  width: 40px;
}

.btn-author {
  width: 100%;
  max-width: 175px;
  color: #ea3516;
  padding: 12px 0 12px 36px;
  text-align: left;
  position: relative;
  font-family: "db_ozone_xmedium";
  border: none;
  font-size: 22px;
  cursor: pointer;
  margin-top: 10px;
  background-color: transparent;
}

.btn-author:focus {
  outline: none;
}

.btn-author::before {
  content: "";
  width: 21px;
  height: 2px;
  position: absolute;
  background-color: #ea3516;
  top: 24px;
  left: 0;
  transition: 0.2s ease;
}

.btn-author:hover::before {
  width: 15px;
}

.book-form input::-moz-placeholder {
  color: #3b3c3e;
}

.book-form input::placeholder {
  color: #3b3c3e;
}

.book-form input {
  border-color: #ebebeb;
  color: #3b3c3e;
  margin-bottom: 5px;
  padding: 8px;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  font-size: 21px;
  width: 100%;
}

.unit-label {
  margin-bottom: 8px;
  display: block;
}

.flip {
  cursor: pointer;
  text-align: center;
}

@media (min-width: 1800px) {
  .order-wrap {
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .order-wrap {
    width: 280px;
    padding: 170px 30px 0;
  }
  .book {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .single-book-wrap .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-book h1 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .single-book-wrap {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .book {
    text-align: center;
    padding: 0;
  }
  .single-book h1 {
    font-size: 34px;
  }
  .single-book-wrap .content .lead {
    line-height: 1.16;
    font-size: 24px;
  }
  .single-book-wrap .content {
    font-size: 18px;
  }
  .order-wrap-mobile {
    padding: 50px 0;
  }
  .flip {
    margin-top: 30px;
    font-size: 18px !important;
  }
  .single-book-wrap p {
    font-size: 21px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
/* ---------------------------------------------- 

Book Single

------------------------------------------------*/
.about-wrap {
  padding-top: 170px;
}

.about-wrap .container {
  padding-right: 0;
}

.about-wrap h1 {
  margin-top: 0;
  margin-bottom: 30px;
}

.about-wrap .leftside {
  display: flex;
}

.namo-wrap {
  padding-right: 80px;
  border-right: 1px solid #d8d8d8;
}

.about-wrap .content {
  padding-left: 50px;
  padding-right: 30px;
}

.about-img img {
  display: block;
  margin-bottom: 20px;
}

.member {
  padding-top: 10px;
}

.member h2 {
  text-transform: uppercase;
}

.member .list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.member .list img {
  width: 67px;
  height: 67px;
  margin-right: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.member .list h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: thonglor, sans-serif;
  font-weight: 600;
}

.about-wrap .contact {
  margin-top: 60px;
}

.about-wrap .contact h2 {
  margin-bottom: 10px;
}

.about-wrap .contact .company-name {
  font-weight: 600;
}

.about-wrap .social {
  margin-top: 10px;
  margin-bottom: 140px;
}

.about-wrap .social a {
  display: block;
  margin-bottom: 3px;
}

.about-wrap .social a img {
  height: 14px;
  margin: 0 10px 0 0;
  position: relative;
  top: 2px;
}

@media (max-width: 991px) {
  .about-wrap {
    padding-top: 50px;
  }
  .about-wrap .container {
    padding-right: 40px;
  }
  .about-wrap .social {
    margin-bottom: 80px;
  }
  .about-img-mobile {
    margin-top: 20px;
  }
  .about-img-mobile img {
    display: block;
    margin-bottom: 20px;
  }
  .about-wrap .leftside {
    display: block;
  }
  .about-wrap h1 {
    font-size: 34px;
  }
  .about-wrap .container {
    padding-right: 20px;
  }
  .namo-wrap {
    padding-right: 0;
    border-right: none;
    margin-bottom: 30px;
  }
  .namo-wrap img {
    max-width: 70px;
  }
  .about-wrap .content {
    padding: 0;
  }
  .about-wrap .social {
    margin-bottom: 60px;
  }
  .about-wrap .font-22 {
    font-size: 20px;
  }
}
/* ---------------------------------------------- 

Single Post Type 1

------------------------------------------------*/
.tag-list a {
  display: inline-block;
  border: solid 1px #e5e5e5;
  padding: 4px 10px;
  margin: 3px;
}

.tag-list {
  margin-top: 40px;
}

/* .main-content .textquoteimg, */
.main-content .two-columns,
.main-content .text-only, .main-content .one-column {
  margin-top: 30px;
  margin-bottom: 30px;
}

.main-content .imgandlocation {
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 90%;
}

.main-content .leadparagraph {
  padding-bottom: 0;
}

/* .main-content .textquoteimg img {
  display: block;
  margin-bottom: 30px;
} */
/* .main-content .textquoteimg .content-wrapper {
  padding-right: 40px;
} */
/* .title-contributor {
  display: inline-block;
  margin-right: 10px;
} */
/* .two-columns blockquote {
  font-family: 'db_ozone_xregular';
  font-size: 50px;
  line-height: 1;
  color: #EA3516;
  padding-top: 35px;
  border-top: 2px solid #EA3516;
  margin-top: 0;
  margin: 50px 0;
} */
blockquote {
  margin-left: 0;
  margin-right: 0;
  margin-top: 40px;
}

.two-columns .row > .col-xl-6:first-child {
  padding-left: 30px;
  padding-right: 30px;
}

.two-columns .row > .col-xl-6:last-child {
  padding-left: 30px;
  padding-right: 30px;
}

blockquote p {
  font-family: "db_ozone_xregular";
  font-size: 40px !important;
  line-height: 1 !important;
  color: #ea3516;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  margin-bottom: 30px !important;
  border-left: 2px solid #ea3516;
}

.two-columns .row > div:first-child blockquote p {
  max-width: 450px;
}

p + blockquote {
  margin-top: 40px;
}

.main-content .fullimage {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* ---------------------------------------------- 

Single Post Type 2

------------------------------------------------*/
.highlight {
  position: relative;
}

.highlight::before {
  content: "";
  background-color: #ffd9d9;
  position: absolute;
  bottom: 3px;
  height: 6px;
  width: 100%;
  z-index: -1;
}

.textwithcircle-left,
.textwithcircle-right {
  padding-top: 40px;
  padding-bottom: 40px;
}

.aspect-ratio-square {
  position: sticky;
  padding-bottom: 100%;
  height: 0;
  margin-top: 40px;
  top: 140px;
}

.circle-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

/* .circle-wrapper img {
  width: 100%;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  margin-top: 40px;
} */
.textwithcircle-left .circle-wrapper,
.textwithcircle-left .content-wrapper,
.textwithcircle-right .circle-wrapper,
.textwithcircle-right .content-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.textwithcircle-left p + h3,
.textwithcircle-right p + h3 {
  margin-top: 30px;
}

/* ---------------------------------------------- 

Single Post Type 3

------------------------------------------------*/
.summary-title {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  color: #ea3516;
  font-family: "db_ozone_xmedium";
}

.eyes {
  position: absolute;
  right: 12px;
  top: 2px;
  text-align: center;
}

.eye {
  width: 16px;
  height: 18px;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 2px solid #ea3516;
}

.ball {
  width: 6px;
  height: 8px;
  background: #ea3516;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-13deg);
  border-radius: 50%;
}

.summary ul {
  padding-top: 0;
  padding-left: 24px;
  list-style: unset;
}

.summary li {
  font-weight: 600;
  margin-bottom: 10px !important;
}

.imgandlocation img {
  display: block;
}

.imgandlocation .container-fluid {
  padding: 0 15px;
}

.imgandlocation .row * {
  padding: 0;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.imgandlocation .row .map-responsive iframe {
  -o-object-fit: initial;
     object-fit: initial;
  -o-object-position: center;
     object-position: center;
}

.map-responsive {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 100%;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.main-content .leadparagraph p {
  margin-bottom: 0;
  font-size: 30px;
  font-family: "db_ozone_xregular";
  line-height: 1.2;
  margin-top: 30px;
}

.main-content .heroparagraph {
  padding-top: 5px;
  padding-bottom: 25px;
}

.main-content .heroparagraph .lead {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1.1;
}

.contactbox {
  margin-top: 0;
  background-color: #ffefef;
  padding: 20px 40px 40px;
  font-size: 22px;
  margin-bottom: 20px;
}

.main-content .contactbox h4 + p {
  margin-top: 5px;
}

.main-content .contactbox h4 {
  margin-top: 10px !important;
  margin: 30px 0px 0;
  font-size: 24px;
  line-height: 0.9;
}

.contactbox p,
.contactbox li {
  font-size: 22px !important;
}

.contactbox span {
  font-weight: 600;
}

/* ---------------------------------------------- 

Single Post Type 4

------------------------------------------------*/
.hero .cat-style {
  /* height: 18vw; */
  /* min-height: 120px;
  max-height: 260px; */
  position: absolute;
  right: 20px;
  top: -2px;
  transform: translateY(-75%);
  font-size: 245px;
  font-family: "db_ozone_xmedium";
  line-height: 0.6;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #ea3516;
  pointer-events: none;
  display: none;
}

.category-news .cat-style-flash {
  display: block;
}

.category-beingthere .cat-style-beingthere,
.category-detour .cat-style-detour,
.category-bemyguest .cat-style-bemyguest,
.category-flavor .cat-style-flavor,
.category-resound .cat-style-resound,
.category-artdesign .cat-style-artdesign,
.category-insights .cat-style-insights,
.category-trends .cat-style-trends,
.category-business .cat-style-business,
.category-insiders .cat-style-insiders,
.category-balance .cat-style-balance,
.category-craftyard .cat-style-craftyard {
  display: block;
}

.main-content .lead {
  font-family: "db_ozone_xregular";
  margin-top: 0;
}

.main-content h3 {
  margin: 40px 0 0 0;
  font-size: 36px;
}

.main-content h4 {
  margin: 30px 0 20px;
  font-size: 28px;
  line-height: 1.1;
}

.main-content h3 + p,
.main-content h4 + p {
  margin-top: 10px;
}

.main-content .one-column img,
.main-content .two-columns img {
  display: block;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
  max-height: 700px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-content .two-columns img {
  max-height: none;
}

.main-content .last-paragraph p {
  margin-top: 40px;
  font-weight: 600;
}

.contributors-wrap {
  background-color: #f5f5f5;
  padding-bottom: 60px;
  position: relative;
  margin-top: 90px;
}

.contributors-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 13%;
  max-width: 330px;
  background-color: #fff;
  height: 100%;
}

.category-flash .contributors-wrap {
  display: none;
}

.contributors-wrap img.circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contributors-wrap h3 {
  margin: 15px 0 10px;
}

.contributors-wrap p {
  margin: 0;
  max-width: 500px;
}

.contributors-wrap .position {
  font-family: db_ozone_xmedium;
  transform-origin: 0 0;
  transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  top: 91px;
  left: 67px;
}

.text-label {
  display: none;
  pointer-events: none;
}

.contributors-wrap + .share-social-horizontal {
  margin-top: 0;
}

.contributors-wrap .writer,
.contributors-wrap .photographer,
.contributors-wrap .illustrator {
  padding-left: 80px;
  margin-top: -30px;
  position: relative;
}

/* ---------------------------------------------- 

Single Post Type 5

------------------------------------------------*/
.main-content .first-container {
  padding-top: 60px;
}

.hero-style-05 .hero {
  width: 77%;
}

.main-content .hero-style {
  overflow-x: hidden;
}

.main-content .category {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.main-content h1 {
  margin: 10px 0 10px;
  max-width: 680px;
  position: relative;
  z-index: 1;
}

.main-content .hero-style-05 h1 {
  max-width: 90%;
}

.main-content .date {
  margin-bottom: 30px;
  display: inline-block;
  margin-left: 5px;
}

.hero {
  position: relative;
  margin-bottom: 55px;
  margin-top: 30px;
  height: auto;
}

.hero img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.hero-style-05 .hero .cat-style {
  transform: translateY(-15%);
  right: -14vw;
}

.main-content p,
.main-content li {
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
}

.main-content p + p {
  margin-top: 20px;
}

.main-content p + p img {
  /* margin-top: 20px;
  margin-bottom: 20px; */
  max-width: 100%;
  height: auto;
}

.main-content .last-paragraph p {
  margin-top: 20px;
}

.share-social-horizontal {
  color: #fff;
  margin-top: 80px;
  background-color: #ea3516;
  padding: 10px 0px;
}

.share-social-horizontal .share-inner {
  display: flex;
  justify-content: space-between;
  background-color: #ea3516;
  padding-right: 50px;
}

.share-social-horizontal::before {
  content: "";
  background-color: #ea3516;
  position: absolute;
  left: 0;
  height: 81px;
  width: 50%;
}

.share-inner p {
  margin-right: 36px;
  position: relative;
  top: -2px;
}

.share-social-horizontal .line {
  background-color: #fff;
  width: 600px;
  height: 2px;
  align-self: center;
}

.share-social-horizontal .icon {
  display: flex;
  align-items: center;
  margin-left: 36px;
}

.share-social-horizontal .icon a {
  display: inline-block;
  line-height: 1;
}

.share-social-horizontal .icon .fb {
  height: 27px;
}

.share-social-horizontal .icon .tw {
  height: 24px;
  position: relative;
  top: 1px;
  margin-left: 36px;
}

.main-content {
  margin-bottom: 50px;
}

@media (min-width: 1600px) {
  .contributors-wrap::before {
    content: none;
  }
}
@media (max-width: 1400px) {
  .contributors-wrap::before {
    width: 11%;
  }
}
@media (max-width: 1200px) {
  .contributors-wrap::before {
    width: 11%;
  }
  .main-content h1 {
    /*max-width: 550px;*/
    font-size: 50px;
  }
  .main-content .hero-style-05 h1 {
    max-width: none;
  }
  .hero .cat-style {
    font-size: 200px;
  }
  .hero img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .contributors-wrap::before {
    width: 6.5%;
  }
  .main-content p + p {
    margin-top: 15px;
  }
  .two-columns .row > div:first-child blockquote p {
    max-width: none;
  }
  .textwithcircle-left,
  .textwithcircle-right {
    padding-top: 0;
    padding-bottom: 0;
  }
  blockquote p {
    font-size: 36px;
    line-height: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .hero .cat-style {
    display: none;
  }
  .two-columns .row > .col-xl-6:first-child {
    padding-right: 15px;
  }
  .two-columns .row > .col-xl-6:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-content .hero-style-05 h1 {
    max-width: 60%;
  }
  .main-content .two-columns,
  .main-content .leadparagraph,
  .main-content .text-only,
  .main-content .one-column {
    margin-top: 0;
    margin-bottom: 0;
  }
  .contactbox {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .main-content .first-container {
    padding-top: 70px;
  }
  .parallax__container .parallax {
    background-position: center;
  }
  .main-content h3 + p,
  .main-content h4 + p {
    margin-bottom: 10px;
  }
  .textwithcircle-left p + h3,
  .textwithcircle-right p + h3 {
    margin-top: 20px;
  }
  .hero-style-05 .hero {
    width: 100%;
  }
  .contactbox p,
  .contactbox li {
    font-size: 22px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
  }
  .main-content .one-column img,
  .main-content .two-columns img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .eyes {
    top: 7px;
  }
  .summary {
    padding-top: 30px;
  }
  .main-content p,
  .main-content li {
    font-size: 23px;
  }
  .hero img {
    height: auto;
    width: 100%;
  }
  .banner-three-quarters {
    width: 82%;
  }
  .main-content h1 {
    font-size: 40px;
    line-height: 0.9;
  }
  .main-content h1 br {
    display: none;
  }
  .hero .cat-style {
    display: none;
  }
  .main-content .date {
    margin-bottom: 34px;
  }
  .hero {
    padding-bottom: 30px;
    margin-top: 20px;
  }
  .share-social-horizontal::before {
    height: 69px;
    width: 200px;
    display: none;
  }
  .share-social-horizontal {
    margin-top: 40px;
  }
  .share-social-horizontal .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .contributors-wrap::before {
    width: 2.5%;
  }
  .contactbox ul {
    margin-top: 0;
    padding-left: 20px;
  }
  .main-content h1 {
    max-width: 300px;
  }
  .main-content .hero-style-05 h1 {
    max-width: 80%;
  }
  .main-content h3 {
    font-size: 30px;
    margin: 30px 0 0 0;
  }
  .main-content h4 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .contributors-wrap {
    padding-bottom: 60px;
    margin-top: 60px;
  }
  .contributors-wrap .photographer {
    margin-top: 30px;
  }
  .contributors-wrap .illustrator {
    margin-top: 30px;
  }
  .contributors-wrap .position {
    top: 120px;
    left: 37px;
  }
  .map-responsive {
    height: 250px;
  }
  .main-content .col-xl-7 {
    max-width: none;
  }
  .two-columns .row > .col-xl-6:first-child {
    padding-left: 15px;
  }
  .contactbox {
    padding: 20px 20px 25px;
  }
  blockquote {
    margin-top: 20px;
  }
  blockquote p {
    font-size: 32px !important;
    padding-left: 18px !important;
  }
  .main-content .leadparagraph p {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.1;
    margin-top: 10px;
  }
  .hero-style-05 {
    margin-bottom: 20px;
  }
  .hero-style-05 .hero {
    margin-top: 20px;
  }
  .main-content .fullimage {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .main-content .first-container {
    padding-top: 40px;
  }
  .hero {
    margin-bottom: 20px;
    margin-top: 0;
    height: auto;
  }
  .banner-three-quarters {
    width: 100%;
  }
  .main-content p {
    font-size: 23px;
    line-height: 1.25;
    margin-bottom: 15px;
  }
  .main-content p + p {
    margin-top: 10px;
  }
  .main-content .leadparagraph .lead {
    margin-bottom: 0;
    font-size: 24px;
  }
  .main-content .heroparagraph {
    padding-top: 0;
  }
  .main-content .heroparagraph .lead {
    font-size: 24px;
  }
  .share-social-horizontal {
    margin-top: 20px;
  }
  .share-social-horizontal .share-inner {
    padding-right: 20px;
  }
  .share-social-horizontal .icon .fb {
    height: 22px;
  }
  .contributors-wrap::before {
    width: 0;
  }
  .share-social-horizontal .icon .tw {
    height: 20px;
    margin-left: 28px;
  }
  .contributors-wrap .writer,
  .contributors-wrap .photographer,
  .contributors-wrap .illustrator {
    padding-left: 50px;
  }
  .contributors-wrap .photographer,
  .contributors-wrap .illustrator {
    border-top: 1px solid #d8d8d8;
    padding-top: 30px;
  }
  .circle-wrapper img {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .textwithcircle-left .content-wrapper,
  .textwithcircle-right .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .textwithcircle-left .circle-wrapper,
  .textwithcircle-right .circle-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-style-05 .hero .cat-style {
    transform: translateY(-24%);
    right: 1vw;
  }
  .aspect-ratio-square {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .main-content .imgandlocation {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .imgandlocation .row * {
    max-height: 300px;
  }
}
/* Flip Book */
div.face-wrap {
  position: relative;
  transform-style: preserve-3d;
  width: 286px;
  height: 440px;
  margin: auto;
  transition: all ease-out 0.6s;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
}

div.face {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}

div.face-cover {
  width: 100%;
  height: 100%;
  transform: translateZ(25px);
}

div.normal-cover {
  width: 286px;
  height: auto;
  margin: auto;
}

div.face-spine {
  width: 50px;
  height: 100%;
  transform: rotateY(-90deg) translateZ(25px);
}

div.face-back {
  width: 100%;
  height: 100%;
  /* width: 286px; */
  /* height: 440px; */
  transform: rotateY(180deg) translateZ(25px);
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.19);
}

.three-d-rotate {
  transform: rotateY(30deg);
}

.three-d-flip {
  transform: rotateY(180deg);
}

@media (max-width: 991px) {
  div.face-wrap {
    width: 230px;
    height: 356px;
  }
  div.face-cover {
    transform: translateZ(20px);
  }
  div.face-spine {
    width: 40px;
    transform: rotateY(-90deg) translateZ(20px);
  }
  div.face-back {
    transform: rotateY(180deg) translateZ(20px);
  }
  div.normal-cover {
    margin-left: auto;
    margin-right: auto;
    width: 230px;
  }
}
@media (max-width: 767px) {
  div.face-wrap {
    width: 200px;
    height: 306px;
  }
  div.normal-cover {
    width: 168px;
  }
  div.face-cover {
    transform: translateZ(15px);
  }
  div.face-spine {
    width: 30px;
    transform: rotateY(-90deg) translateZ(14px);
  }
  div.face-back {
    transform: rotateY(180deg) translateZ(15px);
  }
  div.face-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
/* Author Page */
.circle.author {
  max-width: 100px;
  border-radius: 100%;
  overflow: hidden;
}

.page-author .content {
  padding-top: 80px;
  padding-bottom: 100px;
}

.page-author h3 {
  margin-bottom: 0;
  font-family: "db_ozone_xmedium";
}

.author-info {
  border-right: 1px solid #eaeaea;
  padding-right: 25px;
}

.author-info + div {
  padding-left: 30px;
}

.page-author .content p {
  margin-top: 10px;
}

.page-author .position {
  font-family: "db_ozone_xmedium";
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.social-author a {
  margin-right: 10px;
}

.social-author {
  margin-bottom: 30px;
}

@media (max-width: 1100px) {
  .page-author .content {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .page-author {
    padding-top: 0;
  }
  .author-info + div {
    padding-left: 15px;
  }
  .page-author h3 {
    font-size: 28px;
  }
  .author-info {
    border-right: none;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    max-width: 600px;
    margin: auto;
    margin-bottom: 30px;
  }
}
/* Homepage Contributor Section */
.popup-contributor {
  max-width: 400px;
  padding: 64px;
  background-image: url(images/bgpopup-contributor.svg);
  background-size: cover;
}

.popup-contributor img {
  width: 110px;
  height: 110px;
  border-radius: 100%;
}

.popup-contributor h3 {
  margin-bottom: 0;
  margin-top: 25px;
  font-family: "db_ozone_xmedium";
}

.popup-contributor p {
  margin-top: 10px;
}

.popup-contributor .position {
  font-family: "db_ozone_xmedium";
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transform-origin: 0 0;
  transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  top: 208px;
  left: 50px;
}

@media (max-width: 767px) {
  .popup-contributor {
    padding: 34px;
    max-width: 90%;
  }
  .popup-contributor .position {
    top: 178px;
    left: 26px;
  }
}
/* 404 */
#page-404 .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 80vh;
  max-height: 800px;
}

#page-404 .eyes {
  position: relative;
  right: 0;
  top: 0;
}

#page-404 .eye {
  width: 73px;
  height: 96px;
  border: 3px solid #ea3516;
}

#page-404 .ball {
  width: 24px;
  height: 24px;
}

.btn-wrap-404 {
  width: 160px;
  text-align: center;
}

/* Search */
.page-search .content {
  padding-top: 80px;
  padding-bottom: 100px;
}

.page-search .content h2 {
  text-align: center;
  margin-bottom: 0px;
}

.page-search .title-tab {
  margin-bottom: 50px;
}

#search-form .eyes {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 10px;
}

#search-form input {
  padding: 15px;
  color: #3b3c3e;
}

#search-form input:focus {
  outline: none;
}

#search-form input {
  padding: 15px;
  color: #3b3c3e;
  width: 100%;
  height: 66px;
  font-family: "db_ozone_xregular";
  font-size: 28px;
  border: solid 2px #ea3516;
}

.page-search .title-tab br {
  display: none;
}

div#search-form {
  max-width: 800px;
  width: 100%;
}

@media (max-width: 1100px) {
  .page-search .content {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .page-search {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .page-search {
    padding-top: 0;
  }
  #search-form input {
    font-size: 24px;
  }
  .page-search .title-tab {
    margin-bottom: 10px;
  }
  .page-search .title-tab br {
    display: block;
  }
  div#search-form {
    max-width: 90%;
    padding: 14px;
  }
  .fancybox-slide--html #search-form .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 15px;
    top: 23px;
  }
  .fancybox-slide {
    padding: 0;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
INFINITE LOOP
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.page-load-status {
  display: none;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
  color: #777;
}

.swiper-button-next,
.swiper-button-prev {
  top: 13%;
  width: 50px;
  height: 50px;
  color: #ea3516;
  background-color: white;
  border-radius: 50%;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

.swiper-button-prev {
  left: unset;
  right: 140px;
}

.swiper-button-next {
  right: 70px;
  left: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  position: relative;
}

.swiper-button-prev:after {
  right: 2px;
}

.swiper-button-next:after {
  left: 2px;
}

.post-ads-wrap {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .post-ads-wrap {
    margin-top: 60px;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
TEXONOMY
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.bigtitle {
  font-family: "db_ozone_xlight";
  font-size: 94px;
  margin: 0;
  margin-bottom: -15px;
  line-height: 0.9;
  margin-top: -20px;
  text-transform: uppercase;
  font-weight: 200;
}

@media (max-width: 767px) {
  .bigtitle {
    font-size: 60px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.hero .cat-style {
  transform: rotate(-90deg);
  top: 330px;
  right: -380px;
  position: absolute;
}

@media (max-width: 1200px) {
  .hero .cat-style {
    top: 280px;
    right: -330px;
  }
}
.hero-style {
  height: 100vh;
  min-height: 600px;
  position: relative;
}

.hero-style picture {
  height: 100vh;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.hero-style picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.7);
}

.hero-style .container.first-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  padding-bottom: 80px;
}

.hero-style .container.first-container .row .col-md-12 span {
  text-align: center;
}

.hero-style .container.first-container .row .col-md-12 span a {
  color: white;
}

.hero-style .container.first-container .row .col-md-12 h2 {
  max-width: none;
  margin: 32px 0px;
  color: white;
  text-align: center;
  font-size: 120px;
  line-height: 0.8;
  max-width: 900px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 10px;
}

.hero-style .container.first-container .row .col-md-12 h2 br {
  display: none;
}

@media (max-width: 768px) {
  .hero-style .container.first-container .row .col-md-12 h2 {
    margin: 20px 0px;
    font-size: 40px;
    line-height: 1;
  }
  .hero-style .container.first-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-style .container.first-container .row .col-md-12 h2 {
    margin: 20px 0px;
    font-size: 60px;
    line-height: 1;
  }
}
.hero-style .container.first-container .row .col-md-12 .title-contributor {
  color: white;
  text-align: center;
}

.hero-style .container.first-container .row .col-md-12 .title-contributor a {
  color: white;
}

.single-post header {
  background-color: transparent;
  transition: all ease-in-out 300ms;
}

.single-post header.animate {
  background-color: white;
}

.single-post header a .logo-once {
  filter: brightness(100);
  transition: all ease-in-out 300ms;
}

.single-post header a .logo-once.animate {
  filter: brightness(1);
}

.single-post header nav ul li a {
  color: white;
  transition: all ease-in-out 300ms;
}

.single-post header nav ul li a.animate {
  color: black;
}

.single-post header nav ul li a:hover {
  color: white;
  transition: all ease-in-out 300ms;
}

.single-post header nav ul li a.animate:hover {
  color: red;
  transition: all ease-in-out 300ms;
}

.single-post header nav ul li a img {
  filter: brightness(100);
}

.single-post header nav ul li a img.animate {
  filter: brightness(1);
}

.single-post header nav .right-menu a img {
  filter: brightness(100) !important;
}

.single-post header nav .right-menu a img.animate {
  filter: none !important;
}

.single-post article {
  overflow: hidden;
}

.single-post header nav ul .sub-menu li a {
  color: black;
}

.h1-wrap span,
.h1-wrap h2,
.h1-wrap .title-contributor {
  position: relative;
  z-index: 9;
}

.hero .cat-style {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top right;
  right: 100px;
  top: 0;
}

.hero-style .container.first-container .row .col-md-12 .h1-hidden {
  opacity: 0;
  position: absolute;
  left: 5000px;
}

.main-content .hero-style {
  overflow-x: visible;
}

.mainnav .side-nav {
  height: 100vh;
}

.popupSubscription form {
  height: 40px;
  border: 1px solid black;
  width: 100%;
  position: relative;
}
.popupSubscription form .email,
.popupSubscription form .button {
  height: 100%;
  font-size: 18px;
}
.popupSubscription form .email:focus {
  outline: 0;
}
.popupSubscription form .email::-moz-placeholder {
  color: rgba(0, 0, 0, 0.21);
}
.popupSubscription form .email::placeholder {
  color: rgba(0, 0, 0, 0.21);
}
.popupSubscription form .email {
  border: none;
  padding: 8px 16px;
  width: 70%;
  font-family: "db_ozone_xregular";
}
.popupSubscription form .button {
  font-family: "db_ozone_xmedium";
  width: 30%;
  border: none;
  border-left: 1px solid black !important;
  position: absolute;
  right: 0px;
  background-color: transparent;
  color: rgb(215, 69, 43);
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .popupSubscription h3 br {
    display: none;
  }
}
.speacial-single-cover-vdo img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .speacial-single-cover-vdo img {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .speacial-single-cover-vdo img {
    height: 250px;
  }
}
.title-tab .title img {
  display: none;
}
.title-tab .title h1 {
  display: block;
}

.title-contributor-edit {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media (max-width: 991px) {
  .title-contributor-edit {
    flex-direction: column;
    gap: 4px;
  }
}/*# sourceMappingURL=style.css.map */