/*
 Theme Name:   Buro247 Malaysia
 Theme URI:    https://www.buro247.my/
 Description:  Buro247 Malaysia Themes
 Author:       Dwivy Andre | Toffee Developer Team
 Author URI:   http://toffeedev.com
 Template:     toffeecore
 Version:      1.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-header, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
 Text Domain:  toffeecore-child
*/

/*FONT TYPE*/

@font-face {
  font-family: 'Buro';
  src: url('fonts/Buro-Medium.ttf')  format('truetype'),
       url('fonts/Buro-Medium.woff')  format('woff'),
       url('fonts/Buro-Medium.woff2')  format('woff2'); 
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica-Light.ttf')  format('truetype'),
       url('fonts/Helvetica-Light.woff')  format('woff'),
       url('fonts/Helvetica-Light.woff2')  format('woff2'); 
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica.ttf')  format('truetype'),
       url('fonts/Helvetica.woff')  format('woff'),
       url('fonts/Helvetica.woff2')  format('woff2'); 
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica-Bold.ttf')  format('truetype'),
       url('fonts/Helvetica-Bold.woff')  format('woff'),
       url('fonts/Helvetica-Bold.woff2')  format('woff2'); 
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'NimbusMono';
  src: url('fonts/NimbusMono-Regular.ttf')  format('truetype'),
       url('fonts/NimbusMono-Regular.woff')  format('woff'),
       url('fonts/NimbusMono-Regular.woff2')  format('woff2'); 
  font-weight: 400;
  font-style: normal;
}



 /* --- BODY TYPOGRAPHY --- */

figure {
	width: 100% !important;
}

body {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000;
  background-color: #fff;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
}

/* --- HEADING TYPOGRAPHY --- */

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0;
  font-family: "Buro", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1;
}
h1 {
    font-size: 45px;
}
h2 {
    font-size: 38px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 40px;
}
h5 {
    font-size: 20px;
    margin: 10px 0;
}
h6 {
    font-size: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #000;
}

a:hover {
    color: #000;
    text-decoration: unset;
}

b, strong {
    font-family:'Buro';
}

hr {
    border-top: 1px solid #000;
}

/* --- COLOR --- */
code.stk-reset.stk-code {
    font-family: inherit;
    color: inherit;
}

#main .tcore-btn-1 > button {
  border-color: #000;
}

.primary-menu .menu > li:after,
#main .tcore-btn-1 > button:after {
  background-color: #000;
}

.button a {
    padding: 10px 20px;
    border-radius:20px;
}

/* --- STYLING --- */

.primary-menu li {
  float: left;
  padding: 10px 15px;
  margin: 0 16px;
}

.primary-menu ul li a {
    text-transform: capitalize;
    text-align: center;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    display: block;
    color: #000;
    transition: 0.3s all;
    position: relative;
}

.primary-menu li a {
    padding: 5px 0;
}

.container-fluid {
  padding: unset;
}

.container-section {
    padding: 0 7%;
	width: 100%;
}

.container-section div:not[class*="leaderboard"] iframe {
    width: 100%;
}
.second-bar ul.sub-menu {
    background: #fff;
    margin-left: unset !important;
    min-width: unset;
    width: 180px;
}

.second-bar ul.sub-menu > li {
    padding: unset;
}

.second-bar ul.sub-menu > li > a {
    color: #000 !important;
    padding: 0 5px;
}

/*--- HEADER -----*/

.tcore-page-banner {
    min-height: 680px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
    padding-top: 18%;
}

.tcore-page-banner > img {
    width: 100%;
    position: absolute;
    bottom: -2px;
}

.wrap-page-title {
    max-width: 40%;
}

.wrap-page-title > h1,
.wrap-page-title > h3 {
    color: #000;
}

.wrap-page-title > h1 {
    font-size: 50px;
}

.wrap-page-title > h3 {
    font-size: 20px;
    padding-left: 3px;
}

.home .header {
    min-height: unset;
    margin-bottom: unset;
}

.header {
  transition: all 0.4s ease;
  width: 100%;
  padding: 0;
  position: relative;
  min-height: 60px;
  margin-bottom: 2em;
}

.single-post .header {
    margin: unset;
}

.ads-google {
    margin: 20px 0;
}

#top {
  position: absolute;
  z-index: 9;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#top .container-section {
    padding: 0 40px;
}

.mobile i {
    color: #000;
}

.sticky .sticky-header #top {
  position: fixed;
  z-index: 99;
  padding: 0;
  width: 100%;
  background: #fff;
}

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

.sticky .menu .wpml-ls-item > a {
    color: #000;
}

.sticky .menu .wpml-ls-item > a:before {
    background: #000;
}

#top .row div.display-table {
  display: table;
  width: 100%;
}

#top .row div.display-table > div {
    float: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
    display: block;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
    display: block;
}

#branding {
  display: inline;
  margin: 10px 0;
}

.sticky #branding {
  height: 50px;
}

.sticky #branding img {
  height: auto;
  width: auto;
}

.top-bar {
    background: #3a3e4c;
    display: flex;
    min-height: 50px;
    align-items: center;
}

.second-bar {
    position: relative;
}

.second-bar > div {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.second-bar > div > div:first-child {
    padding: 0;
}

.second-bar .menu-block ul {
    margin-left: 2em;
}

.backtotop > a > i {
    color: #000;
}

.breadcrumbs {
    padding: 15px 0;
    text-align: right;
    color: #004ca8;
}

.tcore-search input.search-field {
  top: 85px;
}

span.breadcrumb_last {
    color: #000;
}

.wrap-breadcrumb-post {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.wrap-breadcrumb {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
}

.wrap-breadcrumb span,
.wrap-breadcrumb a {
    color: #fff;
}

.wrap-breadcrumb-post > p,
.wrap-breadcrumb > p {
    margin: 0;
}

.wrap-breadcrumb-post i,
.wrap-breadcrumb i {
    margin: 0 5px;
}

.breadcrumbs a {
    color: #000;
}

.home .breadcrumbs {
    display:none;
}

.search-form input {
    font-weight: 400;
    font-size: 13px;
}

.search-form label {
    width:100%;
    margin: 10px 0;
}

.search-form > label > i {
    position: absolute;
    right: 25px;
    bottom: 20px;
    color: #b9b9b9;
}

input:focus, textarea:focus, select:focus {
    outline: 0;
}

/* Page Author */
.author-box p {
    margin: unset;
}

.author-box h4 {
    text-transform: uppercase;
    font-size: 30px;
    margin:10px 0;
}

.author-box {
    margin: 2em 0;
}

.author-box .d-flex > div:first-child {
    padding: unset;
}

.author-box img {
    width: 150px;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
}

/* Page 404 */
section#section-404 {
    height: 70vh;
}

.wrap-text-404 {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    font-weight: 700;
}

.wrap-text-404 * {
    margin: unset;
}

.wrap-text-404 > h1 {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid;
}

/*Overlay Menu*/
.button_container {
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
  float: right;
  position: relative;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #000;
}
.button_container.active .middle {
  opacity: 0;
  background: #000;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #000;
}
.button_container.active {
    position: fixed;
    z-index: 1;
    right: 4%;
    top: 1em;
}
.home .button_container span {
  background: #fff;
}
.button_container span {
  background: #000;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.sticky .button_container span {
    background: #000;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #FFF;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  visibility: hidden;
  transition: opacity .50s, visibility .50s, height .50s;
  overflow: hidden;
  padding: 1em 0em;
}
.overlay.open {
  visibility: visible;
  height: 100%;
}

.second-bar .menu-overlay {
    display: block;
    width: 100%;
    float: left;
    margin: 2em 0;
}

.second-bar .menu-overlay ul > li {
    float: none;
    padding: unset;
}

.second-bar .menu-overlay ul.menu > li > a {
    color: #000;
    font-size: 42px;
    line-height: 1.2;
    font-family: 'Helvetica';
}

.wrapper {
    display: block;
    float: left;
    width: 100%;
}


/*Back to Top*/
#buttonTop.show {
    opacity: 1;
    visibility: visible;
}

#buttonTop {
    opacity: 0;
}

/*Main Menu*/
.second-bar ul > li {
    padding: 0 28px 0 9px;
}

.second-bar ul > li.item-social-media {
    padding: unset;
}

.home .second-bar ul > li.item-social-media > a {
    color: inherit;
}

.second-bar ul > li > a {
    padding: unset;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    color: #000;
}

.second-bar ul > li > a:after {
    content:".";
    font-size: 20px;
    position: relative;
    right: -4px;
    opacity: 0;
}

.second-bar ul > li > a:hover:after {
    opacity: 1;
}

/*Global Use*/

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

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

.section_page {
    min-height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.big_section {
    min-height: 100vh;
}

.medium_section {
    min-height: 500px;
}

.small_section {
    min-height: 300px;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: 1;
}

.background_fixed {
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*Links*/
a {
    color: #000;
    transition: 0.2s all;
    font-family: 'Buro';
    font-weight: 400;
}

a:focus {
    outline: none;
    color: unset;
}

button:focus {
    outline: none;
}

/*Footer*/
.footer-logo {
    margin-bottom: 2em;
}

.wrap-widget > .row {
    display: flex;
    align-items: center;
    padding: 3em 0;
    align-items: flex-start;
}

.quick-links ul > li {
    float: none;
    line-height: 1;
}

.quick-links ul > li > a {
    padding: unset;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.2px;
}

.footer-menu-links ul {
    float: right;
}

.footer-menu-links ul > li > a {
    padding: unset;
    text-transform: uppercase;
    color: #7b7b7b;
}

.footer-menu-links ul > li {
    margin-left: 1em;
}

ul.list-icon-social {
    list-style: none;
    padding: unset;
    margin: unset;
}

ul.list-icon-social > li {
    display: inline-block;
    margin-right: 15px;
} 

ul.list-icon-social > li > a > i {
    font-size: 25px;
    font-style: normal;
}

ul.list-icon-social > li > a {
    text-decoration: unset !important;
}

/*Footer Country Select*/
.select-country-buro {
    height: 250px;
    padding-top: 1em;
    text-align: right;
}

div#country-select > .card {
    border-radius: unset;
    border: unset;
    padding: 20px 0px 20px 0px;
}

ul#menu-country {
    column-count: 2;
    width: 50%;
    float: right;
/*     right: 2em; */
    position: relative;
}

ul#menu-country > li {
    width: 100px;
    text-align: left;
}

li#menu-item-235 {
    width: 130px !important;
}

ul#menu-country > li > a {
    padding: unset;
    display: inline-block;
    font-size: 18px;
    font-family: 'Helvetica';
}

ul#menu-country > li > a:hover,
.btn-country-select:hover {
    color: unset;
}

.btn-country-select {
    font-family: 'Helvetica';
}

.btn-country-select > i {
    vertical-align: middle;
    font-size: 25px;
    margin-left: 5px;
    transition: 0.4s all;
}

.btn-country-select.collapsed > i {
    transform: rotate(-180deg);    
}

/*Overlay Search Form*/
.wrapper-search {
    display: block;
    float: left;
    width: 100%;
    font-family:'Helvetica';
    margin-bottom: 1em;
    font-size: 22px;
    font-weight: 400;
}

.wrapper-search > a {
    font-weight: 400;
    font-family:'Helvetica';
}

.form-search > form {
    margin: 1em 0;
}

.form-search > p {
    margin: unset;
}

.search-form label {
    margin: unset;
    display: inline-block;
    width: 30%;
}

.search-form label > input {
    width: 100%;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-bottom: 1px solid #000;
    font-size: 22px;
    background: #fff;
}

.search-form button {
    display: inline-block;
    background: unset;
    border: unset;
    font-size: 20px;
    padding: unset;
    vertical-align:middle;
}

/* Animate Logo */
.home .second-bar ul > li > a {
    color: #fff;
}

.home ._33Lc- {
    fill: #fff;
}

.home .headerlogo .tM7FX {
    stroke: #fff;
}

.home .headerlogo .tM7FX, 
.home .headerlogo ._2VUQN {
    fill: #fff;
}

.home.sticky .second-bar ul > li > a {
    color: #000;
}

.home.sticky ._33Lc- {
    fill: #000;
}

.home.sticky .headerlogo .tM7FX {
    stroke: #000;
}

.home.sticky .headerlogo .tM7FX, 
.home.sticky .headerlogo ._2VUQN {
    fill: #000;
}

._3H0M2._1Poy3 {
    overflow: hidden;
}
._1Poy3 {
    overflow: hidden;
}
._3H0M2 {
    position: relative;
    width: 68px;
    height: 60px;
    text-decoration: none;
    color: inherit;
    outline: none;
    display: block;
    background-color: transparent;
}

._33Lc- {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 60px;
    fill: #000;
}

#header.header_outer.sticky ._33Lc- {
    fill: #000;
}

._1Poy3 ._1PsGY {
    transform: translateX(-174px);
    -webkit-transform: translateX(-174px);
}

._1Poy3 ._1VJpu {
    x: -125px;
}

._1Gsmi ._1PsGY {
    -webkit-animation: _2bLMI 2.005s linear .3s;
    animation: _2bLMI 2.005s linear .3s;
}

.headerlogo {
    float: left;
    width: auto;
}


@keyframes _2bLMI {

0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
100% {
    transform: translateX(-174px);
    -webkit-transform: translateX(-174px);
}

}

._1Gsmi .tM7FX {
    -webkit-animation: _2Cw3A .3s ease-in-out,_3a2m5 .3s ease-in-out .25s;
    animation: _2Cw3A .3s ease-in-out,_3a2m5 .3s ease-in-out .25s;
    transform-origin: 189.5px 42.5px;
    -webkit-transform-origin: 189.5px 42.5px;
}

._1Gsmi ._2VUQN {
    animation: _19j8j 2s linear .3s reverse;
    -webkit-animation: _19j8j 2s linear .3s reverse;
    transform-origin: 189.5px 42.5px;
    -webkit-transform-origin: 189.5px 42.5px;
}

._1Gsmi ._1VJpu {
    -webkit-animation: eeoK_ 2s linear .56s;
    animation: eeoK_ 2s linear .56s;
}

.headerlogo .tM7FX,
.headerlogo ._2VUQN {
    fill: #000;
}
.headerlogo .tM7FX{
stroke: #000;
}

@keyframes _3a2m5 {

50% {
    transform: scale(1.05);
}
100% {
    transform: scale(1);
}
}

@keyframes _2Cw3A{
0% {
    fill: transparent;
}
100% {
    fill: currentColor;

}

}

@keyframes _19j8j{

100% {
    transform: rotate(-1turn);
}

}

@keyframes eeoK_
{
0% {
    x: 24px;
}
100% {
    x: -151px;
}

}


/*Homepage*/
span.typed-cursor {
    display: none;
}

.post-hero {
    display: flex;
    align-items: flex-end;
    padding: 5em 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.post-hero .meta-hero h1 > a,
.post-hero .meta-hero h2 > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 90px;
    font-weight: 500;
    font-family: 'Buro';
}

.post-hero .meta-hero h1 > a:hover,
.post-hero .meta-hero h2 > a:hover {
    color: #fff;
}

.post-hero.hide-mobile {
    display: flex;
}

.post-hero.hide-desktop {
    display: none;
}

.item-post img {
    width: 100%;
    height: auto;
    object-fit: fill;
    aspect-ratio: 178/153;
}

.other-card .item-post img {
    height: auto;
    aspect-ratio: 89/124;
    object-fit: fill;
}

.wrapper-post > div {
    display: flex;
    justify-content: center;
    padding: 2em 0;
}

.meta-post * {
    font-family: 'Buro';
    line-height: 1;
}

.meta-post h5 {
    margin: unset;
    text-transform: uppercase;
}

.meta-post {
    margin: 1em 0;
    display: block;
}

span.author-post {
    text-transform: uppercase;
}

.meta-post span.separator {
    margin: 0 10px;
}

.title-section-post {
    display: block;
    width: 100%;
    padding: 0 3.1em;
    font-weight: 400;
    text-transform: uppercase;
    height: 38px;
}

.btn-categories {
    font-size: 22px;
    text-transform: uppercase;
}

.btn-categories:hover {
    color: #000;
}

section.outer-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.outer-background > section:last-child {
    padding-bottom: 3em;
}

.wrap-advertising {
    padding: 2em 0;
    text-align: center;
}

.wrapper-ads {
    text-align: right;
    margin-bottom: 20px;
}

.single-post .wrapper-ads {
    text-align: left;
}

.images-grid {
    margin: 1em 0;
}

.images-grid img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    object-fit: cover;
}

.images-grid p {
    text-decoration: underline;
    font-size: 12px;
}

.credit-desc {
    font-style: italic;
}

/*Cookie Bar*/
#cookie-law-info-bar {
    width: 650px !important;
    left: 0 !important;
    right: 0 !important;
    top: 25% !important;
    margin: 0 auto !important;
}

#cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
    margin: unset;
    justify-content: center;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
    padding-top: 5em !important;
}

.cli-bar-message {
    font-family: "Buro";
    font-size: 12px;
}

.cli-bar-message a {
    color: #666;
    text-decoration: underline;
}

.heading-cookie {
    font-size: 1.2em !important;
    font-weight: 700;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    font-family: "Buro" !important;
    font-size: 12px !important;
    padding: 1.2em 2em !important;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button:hover {
    background: unset !important;
}

.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button {
    text-decoration: underline !important;
}

a#wt-cli-accept-all-btn:hover {
    background: #000 !important;
}

/*Single Post*/
.entry-content > p {
    font-size: 16px;
}

.wrapper-content a,
.entry-content a,
.wrapper-content a:hover,
.entry-content a:hover {
    text-decoration: underline !important;
}

.categories > a,
.categories {
    text-transform: uppercase;
}

.header-post * {
    text-transform: uppercase;
    margin: 10px 0;
}

.header-post h4 {
    font-size: 18px;
    text-transform: unset;
}

.meta-author * {
    margin: unset;
    line-height: 1;
    font-weight: 500;
}

.section-related .other-card .item-post img {
    /*height: 450px;*/
}

.section-related .meta-post h5 {
    font-size: 18px;
}

.section-related .meta-post {
	color: #000;
    font-size: 14px;
}

.item-recommended > h5 {
    font-size: 16px;
    text-transform: uppercase;
}

.item-recommended img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 89/124;
}

.wrapper-ads img {
    margin: 20px 0;
}

.single-post .wrapper-ads img {
    width: 100%;
}

.wrapper-content {
    margin-bottom: 3em;
}

.wrapper-content h1,
.wrapper-content h2,
.wrapper-content h3,
.wrapper-content h4,
.wrapper-content h5,
.wrapper-content h6 {
    font-family:"Buro";
    text-transform: uppercase;
}

.share-button {
    display: flex;
    align-items: center;
    font-family:"Buro";
    justify-content: flex-end;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.img-single-post > img {
    object-fit: contain;
    width: 100%;
}

@keyframes gradient-bg {
  0% {
    background-color: #ffcbb5;
  }
  25% {
    background-color: #97c1b2;
  }
  50% {
    background-color: #fdd244;
  }
  75% {
    background-color: #f8b71c;
  }
  100% {
    background-color: #ffcbb5;
  }
}

.section-related {
    padding: 2.5em 0;
    background: #ffcbb5;
    -webkit-animation: gradient-bg 20s infinite;
    animation: gradient-bg 20s infinite;
    margin-top: 2em;
}

.share-button.flex-start {
    justify-content: flex-start;
}

.share-button.flex-start > span {
    margin-left: unset;
}

.explore-categories {
    display: flex;
    align-items: center;
    font-family:"Buro";
    font-size: 14px;
    text-transform: uppercase;
}

ul.list-explore-more {
    list-style: none;
    padding: unset;
    margin: unset;
}

ul.list-explore-more > li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

ul.list-explore-more > li > a {
    padding: 5px;
    display: inline-block;
    color: #fff;
    background: black;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
}

.share-button > span {
    width: 150px;
}

ul.list-social-share-buro {
    padding: unset;
    list-style: none;
    margin: unset;
}

ul.list-social-share-buro > li {
    display: inline-block;
    margin-right: 10px;
}

ul.list-social-share-buro > li > a > i {
    font-style: normal;
    font-size: 16px;
}

ul.list-social-share-buro a {
    text-decoration: unset !important;
}

.clipboard-url {
    cursor: pointer;
}

.explore-categories > span {
    width: 150px;
}

ul.list-social-share-buro > li > a > img {
    height: unset;
}

table.table-action-article td {
    padding: 5px;
}

table.table-action-article tr > td:first-child {
    text-transform: uppercase;
    font-family:'Buro';
    width: 30%;
}

/*Single Post: Image Full Width*/
.image-full > img {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

.header-post.meta-image-full {
    text-align: center;
    padding-top: 4em;
    padding-bottom: 1em;
}

.header-post.meta-image-full h4 {
    margin: 1em 0;
}

.header-post.meta-image-full .share-button {
    justify-content: center;
    margin: 2em 0;
}

/*Single Post: Image Carousel*/

.meta-gallery-carousel {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-family: 'Courier';
    font-size: 14px;
}

p.caption-image {
    padding-right: 5px;
}

.item-list-gallery-carousel > img {
    height: 500px;
    object-fit: contain;
}

.list-gallery-carousel .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}

.list-gallery-carousel .owl-nav > button {
    position: absolute;
}

.list-gallery-carousel .owl-nav > button > span {
    height:10px;
    width: 10px;
    background: #000;
    display: inline-block;
    border-radius: 50%;
}

.list-gallery-carousel .owl-nav > button.owl-prev {
    left: -25px;
}

.list-gallery-carousel .owl-nav > button.owl-next {
    right: -25px;
}

.list-gallery-carousel {
    width: 80%;
    margin: 2em auto;
}

.meta-gallery-carousel > p {
    margin: unset;
}

p.numbering-carousel > span {
    margin:  0 5px;
}

.carousel-gallery .header-post {
    margin-bottom: 3em;
}

/*Single Post: Video Background*/

.post-video-wrap > video {
    margin: unset;
    width: 100%;
}

/*Single Post Section: Carousel*/
.list-gallery-carousel.carousel-post {
    width: 100%;
}

/*Single Post Section: Parallax*/

.full-width-parallax {
    width: 100vw;
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/*Single Post Section: Quotes*/
.quotes-post {
    padding: 2em;
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.3;
    font-family:'Buro';
}

.quotes-post > p {
    margin: unset;
}

/*Table*/
table {
  background-color: #fff;
  width: 100%;
  text-align: left;
  table-layout: fixed;
  border-collapse: collapse;
}
table tbody td {
  padding: 20px;
  word-wrap: break-word;
  vertical-align: top;
}
table thead {
  border-bottom: 2px solid #d5d4d4;
}
table thead th {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  padding: 20px;
}

/*Single Category*/
h1.categories {
    font-size: 55px;
    letter-spacing: 1px;
    font-family: "Buro";
    font-weight: 400;
}

ul.nav-pills.nav-sub-categories > li {
    margin-right: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.nav-pills.nav-sub-categories > li > a {
    padding: 5px;
    text-transform: uppercase;
    font-family: "Helvetica";
    font-size: 18px;
}

ul.nav-pills.nav-sub-categories > li > a:hover,
ul.nav-pills.nav-sub-categories > li > a.active.show {
    background: black;
    color: #fff;
}

.meta-post-category * {
    font-family: "Buro";
    font-weight: 400;
}

.meta-post-category > h4 {
    font-size: 30px;
    font-family: "Helvetica";
    font-weight: 400;
    text-transform: uppercase;
    margin: unset;
}

.meta-post-category .meta-author {
    margin-bottom: 1em;
}

.meta-post-category .meta-author > span {
    margin:0 5px;
    text-transform: uppercase;
}

.meta-post-category .meta-author > span:first-child {
    margin-left: unset;
}

.meta-post-category .share-button {
    justify-content: unset;
    margin: 10px 0;
    position: relative;
}

.item-post-category > div {
    align-items: center;
}

.item-post-category img {
    height: 100%;
    width: 100%;
    object-fit: fill;
    aspect-ratio: 89/124;
}

.item-post-category {
    margin-bottom: 3em;
}

.tab-content-categories {
    margin: 2em 0;
}

.nav-most-read > li > a {
    font-size: 24px;
    text-transform: uppercase;
    font-family:'Helvetica';
}

.nav-most-read > li {
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}
.nav-most-read > li > a:before {
    content:'';
    position: absolute;
    height: 90%;
    width: 2px;
    background: #000;
    right: 0;
}

.nav-most-read > li:last-child > a:before {
    display: none;
}

.tab-most-read > div > h2 {
    margin-top: unset;
}

.most-read {
    margin: 2em 0;
    display: block;
}

.pagination .page-numbers {
    margin-right: 20px;
    font-family: 'Helvetica';
    font-size: 20px;
}

.pagination .page-numbers.current {
    color: #bdbbbb;
}

/*Ticker Subscribe Now*/
.subscribe-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ticker-wrap {
    width: 100%;
    background-color: #000;
    padding-left: 100vw;
}

@keyframes ticker {
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.ticker-move {
    display: inline-block;
    white-space: nowrap;
    padding-right: 200%;
    animation-timing-function: linear;
    animation: ticker 800s infinite;
    margin: unset;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ticker-move:hover {
    animation-play-state: paused;
}

.ticker-item {
    display: inline-block;
    padding: 0 30px;
    font-size: 22px;
}

.ticker-item > a {
    font-family: "Buro";
    color: #fff;
}

h3.subscribe-footer {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.subscribe-white .ticker-wrap {
    background: unset;
}

.subscribe-white .ticker-item > a {
    font-size: 50px;
    text-transform: uppercase;
    color: #000;
}

section.subscribe-wrapper.subscribe-white {
    padding-top: 3em;
}

/*Homepage Header Type: Video*/
.page-video-wrap {
    position: relative;
}

.page-video-wrap > video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.page-video-wrap .container-section {
    position: absolute;
    bottom: 3em;
}

.meta-hero h1 > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 90px;
    font-weight: 500;
    font-family: 'Buro';
}

/*Homepage Header Type: Carousel*/
.intro-homepage .list-gallery-carousel {
    width: 100%;
    margin: unset;
}

.intro-homepage .item-list-gallery-carousel > img {
    height: 100vh;
}

.carousel-header-homepage {
    position: relative;
}

.carousel-header-homepage .container-section {
    position: absolute;
    bottom: 3em;
}

.carousel-header-homepage .container-section .meta-hero > h1 > a {
    z-index: 2;
    position: relative;
}

.carousel-header-homepage .list-gallery-carousel .owl-nav > button.owl-prev {
    left: 50px;
}

.carousel-header-homepage .list-gallery-carousel .owl-nav > button.owl-next {
    right: 50px;
}

/*Search Result*/
.title-result {
    text-transform: uppercase;
}

/*Display Header Mobile*/
.mobile > .navbar-mobile {
    visibility: hidden;
}

/*Carousel Post Homepage Mobile*/
.hide-desktop {
    display: none;
}

.hide-mobile {
    display: block;
}

.hide-desktop .title-section-post {
    padding: unset;
}

.owl-carousel .item-post {
    margin-bottom: unset;
}

.owl-carousel .item-post img {
    height: auto;
    aspect-ratio: 89/124;
    object-fit: fill;
}

.mobile-post-carousel .owl-dots > button {
    margin-right: 5px;
}

.mobile-post-carousel .owl-dots > button > span {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    border: 1px solid;
}

.mobile-post-carousel .owl-dots > button.active > span {
    background: #000;
}

.mobile-post-carousel .owl-dots {
    position:absolute;
    top: 0;
}

.mobile-post-carousel .owl-stage {
    padding-top: 2em;
}

/*Popup*/

.wrap-container-popup .row {
    display: flex;
    align-items: center;
    background: #fff;
}

.wrap-container-popup .row > div {
    padding: unset;
}

.wrap-container-popup img {
    width: 100%;
}

.wrap-form-subscribe {
    padding: 20px;
}

.wrap-form-subscribe h4 {
    font-size: 26px;
}

.wrap-form-subscribe span {
    text-align: center;
    display: block;
}

.wrap-form-subscribe .gform_wrapper.gravity-theme .gform_footer input {
    padding: 15px;
    border: unset;
    border-radius: unset;
    background: #000;
    color: #fff;
}

.gform_wrapper.gravity-theme .gfield_label {
    display: none !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
    margin-left: 14px;
    font-size: 14px;
    color: #000;
}

div.gfield_checkbox > div {
    margin-bottom: 10px;
}


/*Responsive*/

@media (min-width: 1024px) and (max-width: 1280px) {
    
    .item-post-category img {
        /*height: 400px;*/
    }
    
    .other-card .item-post img {
        /*height: 400px;*/
    }
    
    .item-post img {
        /*height: 300px;*/
    }
    
}

@media (min-width: 768px) and (max-width: 1023px) {
    .post-hero.hide-desktop {
        display: none;
    }
    
    .post-hero.hide-mobile {
        display: flex;
    }
    
    .page-video-wrap.hide-desktop {
        display:none;
    }
    
    .page-video-wrap.hide-mobile {
        display:block;
    }
    
    .hide-desktop {
        display: none;
    }

    .hide-mobile {
        display: block;
    }
    
/*  .author-box img {
        height: 80px;
    } */

    .other-card .item-post img,
    .item-post img {
        /*height: 350px;*/
    }

    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 30px;
    }
    h5 {
        font-size: 14px;
        margin: 10px 0;
    }
    h6 {
        font-size: 18px;
    }

    .mobile > .navbar-mobile {
        visibility: visible;
    }

    section.subscribe-wrapper.subscribe-white {
        padding-top: 2em;
    }

    .subscribe-white .ticker-item > a {
        font-size: 30px;
    }

    .second-bar > div {
        justify-content: space-between;
    }

    #top .container-section {
        padding: 0 20px;
    }

    .second-bar .menu-overlay ul.menu > li > a {
        font-size: 36px;
    }

    .search-form label {
        width: 90%;
    }
    
    .post-hero .meta-hero h1>a, 
    .post-hero .meta-hero h2>a {
        font-size: 50px;
    }

    .meta-hero h1 > a,
    .meta-hero h2 > a {
        font-size: 50px;
        display: block;
    }

    section.intro-homepage.row {
        margin: unset;
    }

    .title-section-post {
        padding: 0 15px;
    }

    span.author-post,
    span.separator,
    span.date-post {
        font-size: 12px;
    }

    .item-post {
        margin-bottom: 3em;
    }

    .wrapper-post > div {
        padding: unset;
    }

    .wrap-widget > .row {
        padding: 1em 0;
    }

    .select-country-buro {
        height: unset;
    }

    .select-country-buro {
        text-align: left;
    }

    ul#menu-country {
        float: unset;
        position: unset;
        column-count: 2;
        column-gap: 150px
    }

    ul#menu-country > li {
        width: 200px;
    }

    .footer-menu-links ul > li {
        margin: unset;
        display: block;
        float: none;
    }

    .footer-menu-links ul {
        margin: 2em 0;
        float: left;
    }

    ul.nav-pills.nav-sub-categories > li > a {
        font-size: 12px;
    }

    ul.nav-pills.nav-sub-categories > li {
        margin-right: 0.5em;
    }

    .item-post-category img {
        margin-bottom: 2em;
        /*height: 300px;*/
    }

    .meta-post-category > h4 {
        font-size: 22px;
    }

    .single-post .container-section > .row {
        flex-direction: column-reverse;
    }

    .container-section {
        width: 100%;
    }

    .quotes-post {
        padding: 1em;
        font-size: 22px;
    }

    .wrapper-content {
        margin-bottom: 1em;
    }

    .wrapper-sticky {
        margin: 2em 0;
    }

    .section-related {
        margin-top: unset;
    }

    .item-recommended img {
        width: 100%;
    }

    .item-recommended > h5 {
        font-size: 18px;
    }

    .explore-categories {
        display: block;
    }

    .image-full > img {
        width: 100%;
        height: auto;
    }

    .header-post.meta-image-full .share-button {
        margin: 1em 0;
    }
      
    .item-post-category img {
        /*height: 300px;*/
    }
    
    

}

@media only screen and (max-width: 480px) {
	
	.full-width-parallax {
		height: 100vh;
	}

    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 30px;
    }
    h5 {
        font-size: 14px;
        margin: 10px 0;
    }
    h6 {
        font-size: 18px;
    }
    
    .post-hero.hide-desktop {
        display: flex;
    }
    
    .post-hero.hide-mobile {
        display: none;
    }

    .hide-desktop {
        display: block;
    }

    .hide-mobile {
        display: none;
    }

    .mobile > .navbar-mobile {
        visibility: visible;
    }

    section.subscribe-wrapper.subscribe-white {
        padding-top: 2em;
    }

    .subscribe-white .ticker-item > a {
        font-size: 30px;
    }

    .second-bar > div {
        justify-content: space-between;
    }

    #top .container-section {
        padding: 0 20px;
    }

    .second-bar .menu-overlay ul.menu > li > a {
        font-size: 36px;
    }

    .search-form label {
        width: 90%;
    }

    .meta-hero h1 > a {
        font-size: 40px;
        display: block;
    }

    section.intro-homepage.row {
        margin: unset;
    }

    .title-section-post {
        padding: 0 15px;
    }

    span.author-post,
    span.separator,
    span.date-post {
        font-size: 12px;
    }

    .item-post {
        margin-bottom: 3em;
    }

    .wrapper-post > div {
        padding: unset;
    }

    .wrap-widget > .row {
        padding: 1em 0;
    }

    .select-country-buro {
        height: unset;
    }

    .select-country-buro {
        text-align: left;
    }

    ul#menu-country {
        float: unset;
        position: unset;
        column-count: 2;
        column-gap: 10px;
		width: 75%;
    }

    ul#menu-country > li {
        width: 250px !important;
    }

    .footer-menu-links ul > li {
        margin: unset;
        display: block;
        float: none;
    }

    .footer-menu-links ul {
        margin: 2em 0;
        float: left;
    }

    ul.nav-pills.nav-sub-categories > li > a {
        font-size: 12px;
    }

    ul.nav-pills.nav-sub-categories > li {
        margin-right: 0.5em;
    }

    .item-post-category img {
        margin-bottom: 2em;
    }

    .meta-post-category > h4 {
        font-size: 22px;
    }

    .single-post .container-section > .row {
        flex-direction: column-reverse;
    }

    .container-section {
        width: 100%;
    }

    .quotes-post {
        padding: 1em;
        font-size: 22px;
    }

    .wrapper-content {
        margin-bottom: 1em;
    }

    .wrapper-sticky {
        margin: 2em 0;
    }

    .section-related {
        margin-top: unset;
    }

    .item-recommended img {
        width: 100%;
    }

    .item-recommended > h5 {
        font-size: 18px;
    }

    .explore-categories {
        display: block;
    }

    .image-full > img {
        width: 100%;
        height: auto;
    }

    .header-post.meta-image-full .share-button {
        margin: 1em 0;
    }

    .single-post .wrapper-ads {
        text-align: center;
    }

    .wrapper-ads img {
        width: 100%;
    }

    .wrapper-content iframe {
        width: 100%;
    }

    table.table-action-article tr > td:first-child {
        width: 50%;
    }

    .post-hero .meta-hero h1 > a, 
    .post-hero .meta-hero h2 > a {
        font-size: 50px;
    }

}
/* Remove oveerflow on leaderboard for lenovo ad 14sept2023 */
@media(max-width:767px) {
	.ad.leaderboard {
/* 		overflow: hidden; */
		text-align: center;
		object-position: center;
		object-fit: cover;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}