/*!
Theme Name: Dailytrust
Theme URI: http://underscores.me/
Author: smatec
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dailytrust
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Dailytrust is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import 'https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.css';
@font-face {
  font-family: "cheltenham";
  font-display: swap;
  font-weight: 200;
  font-style: normal;
  src: url("assets/fonts/cheltenham/cheltenham-normal-200.woff") format("woff"), url("assets/fonts/cheltenham/cheltenham-normal-200.woff2") format("woff2"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "cheltenham";
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  src: url("assets/fonts/cheltenham/cheltenham-normal-300.woff") format("woff"), url("assets/fonts/cheltenham/cheltenham-normal-300.woff2") format("woff2"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "cheltenham";
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url("assets/fonts/cheltenham/cheltenham-normal-400.woff") format("woff"), url("assets/fonts/cheltenham/cheltenham-normal-400.woff2") format("woff2"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "cheltenham";
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  src: url("assets/fonts/cheltenham/cheltenham-normal-500.woff") format("woff"), url("assets/fonts/cheltenham/cheltenham-normal-500.woff2") format("woff2"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "cheltenham";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url("assets/fonts/cheltenham/cheltenham-normal-700.woff") format("woff"), url("assets/fonts/cheltenham/cheltenham-normal-700.woff2") format("woff2"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "GT-Walsheim";
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  src: url("assets/fonts/gt-walsheim/GT-Walsheim-Regular.woff2") format("woff2"), url("assets/fonts/gt-walsheim/GT-Walsheim-Regular.woff") format("woff"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "GT-Walsheim";
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  src: url("assets/fonts/gt-walsheim/GT-Walsheim-Medium.woff2") format("woff2"), url("assets/fonts/gt-walsheim/GT-Walsheim-Medium.woff") format("woff"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "GT-Walsheim";
  font-display: swap;
  font-weight: bold;
  font-style: normal;
  src: url("assets/fonts/gt-walsheim/GT-Walsheim-Bold.woff2") format("woff2"), url("assets/fonts/gt-walsheim/GT-Walsheim-Bold.woff") format("woff"); /* Safari, Android, iOS */
}
:root {
  --border-color: #dbdbdb;
  --header-font: "cheltenham";
  --sans-font: "GT-Walsheim";
  --fainted: #a19d9d;
  --title-font: "Hepta Slab";
}

html,
body {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}

body {
  user-select: text;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizeLegibility;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden;
  font-family: "GT-Walsheim", -apple-system, "BlinkMacSystemFont", "Roboto", "Helvetica Neue", "Segoe UI", Arial, sans-serif !important;
}
body [tabindex="-1"]:focus {
  outline: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
  margin: 0;
}

figcaption,
.wp-caption-text {
  font-family: "cheltenham";
  font-weight: 200;
  color: #777;
  font-size: 10px;
  margin: 6px auto;
}
@media (max-width: 599px) {
  figcaption,
.wp-caption-text {
    width: calc(100% - 30px);
  }
}

.ad-container:before {
  content: "advertisement";
  text-transform: uppercase;
  font-size: 9px;
  font-style: normal;
  font-weight: 314;
  letter-spacing: 0.388em;
  line-height: 14px;
  display: flex;
  justify-content: center;
  color: #000;
}

.container {
  max-width: 1280px;
  width: calc(100% - 20px);
  margin: auto;
  display: flex;
}
@media (max-width: 599px) {
  .container {
    width: 100%;
    padding: 0px 5px;
  }
}

.page-header {
  padding: 1em;
}

.active {
  border-bottom: 1px solid #000000;
  color: #373a47 !important;
}

.nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.post-navigation {
  background-color: #f3f9ff;
  padding: 0px;
}

.nav-previous, .nav-next {
  padding: 10px;
  font-weight: bold;
}

#nprogress .bar {
  background: #0095da !important;
}
#nprogress .peg {
  box-shadow: none !important;
}

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

.text-danger {
  color: #e73c7e;
}

.text-success {
  color: #23d5ab;
}

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

.loading__bar {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 2s ease-in-out infinite;
  height: 2px;
}

.stop-scrolling {
  overflow: hidden;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.about .alignleft {
  width: 200px !important;
  min-width: 200px;
  height: auto;
}

.MuiInputBase-root {
  max-width: 170px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 6px 4px 6px 15px !important;
  border-radius: 40px;
}
.MuiInputBase-root::before {
  display: none;
}

.MuiInputLabel-formControl {
  transform: translate(10px, 33px) scale(0.8) !important;
}

.MuiInputLabel-shrink {
  transform: translate(0, 1.5px) scale(0.75) !important;
  transform-origin: top left !important;
}

.MuiInput-underline::after {
  display: none !important;
}

.CookieConsent {
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 1rem 1.25rem;
  background-color: rgb(255, 255, 255) !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px;
  border-radius: 4px;
  overflow: hidden;
  bottom: 0.5rem !important;
  max-width: 1000px;
  left: 0;
  right: 0;
  margin: auto;
  color: #212529 !important;
  align-items: center !important;
}
@media (max-width: 599px) {
  .CookieConsent {
    bottom: 0 !important;
    border-radius: 0px;
  }
}

.consentButton {
  background: #212529;
}

.jumbotron-title {
  text-align: center;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.jumbotron {
  position: relative;
  height: 600px;
}

.jumbotron img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(50%);
}

.page-container {
  max-width: 1280px;
  width: 70%;
  display: flex;
  margin: 15px auto;
}
@media (max-width: 599px) {
  .page-container {
    width: 100%;
  }
}

.advertise-page {
  max-width: 1280px;
  width: 100%;
  display: flex;
  margin: 15px auto;
}

.advertise-page img {
  width: 100%;
  height: auto;
}

.wrap {
  position: relative;
  display: flex;
  margin-top: 20px;
  padding: 20px 0;
  margin-left: -30px;
}
@media (max-width: 599px) {
  .wrap {
    margin-left: -15px;
    padding: 0;
  }
}

.ad {
  /* width:25%; */
  border-right: 1px light silver;
  /*border:1px solid blue;*/
  display: flex;
  justify-content: center;
}
@media (max-width: 599px) {
  .ad {
    margin-top: 3px;
    width: 100%;
    justify-content: center;
  }
}

.ad_left {
  /* width:25%; */
  border-right: 1px light silver;
  /*border:1px solid blue;*/
  display: flex;
  justify-content: center;
}
@media (max-width: 599px) {
  .ad_left {
    margin-top: 3px;
    width: 100%;
    justify-content: center;
  }
}

.ad_center {
  /* max-width:50%; */
  margin-right: 2px;
  /*border:1px solid red;*/
  display: flex;
  justify-content: center;
}
@media (max-width: 599px) {
  .ad_center {
    display: none;
    margin-top: 3px;
    width: 100%;
    justify-content: center;
  }
}

.ad_right {
  /* width:25%; */
  border-left: 1px light silver;
  /*border:1px solid green;*/
  display: flex;
  justify-content: center;
}
@media (max-width: 599px) {
  .ad_right {
    margin-top: 3px;
    width: 100%;
    justify-content: center;
  }
}

.dfp {
  margin: 0 auto;
  text-align: center;
}

.header, .author__share, .post-author {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 90000;
  background: #fff;
}

.ad_container {
  display: flex;
  justify-content: center;
  height: auto;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 599px) {
  .ad_container {
    /* flex-direction:column; */
    margin: 5px;
    justify-content: center;
    height: 80px;
  }
}

.header__advert {
  width: 100%;
  height: auto;
  top: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 15px 0px;
}
@media (max-width: 599px) {
  .header__advert {
    height: 76px;
  }
}

.dfp {
  margin: 5px auto;
  text-align: center;
}

@media (max-width: 599px) {
  .adImage {
    width: 100%;
    height: auto;
  }
}

.main {
  height: 60px;
  background: #fff;
  display: flex;
  position: relative;
  z-index: 10;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 599px) {
  .main {
    height: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.main img {
  width: 310px;
}
@media (max-width: 599px) {
  .main img {
    width: 200px;
  }
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.logo a {
  display: flex;
}

.right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.left {
  display: flex;
  align-items: center;
}
.left a {
  display: flex;
  align-items: center;
}
.left span {
  color: rgba(0, 0, 0, 0.75);
  font-size: 14px;
}
@media (max-width: 599px) {
  .left span {
    display: none;
  }
}

.search {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 599px) {
  .search {
    width: 35px;
    height: 35px;
    margin-right: 6px;
  }
}

.subscribe {
  background-color: transparent;
  border: 2px solid #0095da;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #0095da;
  text-transform: uppercase;
  font-size: 12px;
  padding: 14px 40px;
  border-radius: 4px;
  border-radius: 8px;
}
@media (max-width: 599px) {
  .subscribe {
    padding: 8px 12px;
    border-radius: 3px;
    font-size: 10px;
    background: #0095da;
    color: white;
  }
}

.inner {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 599px) {
  .inner {
    height: 48px;
  }
}
.inner > div {
  flex: 1;
}

.top__menu {
  height: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background-color: white;
  position: relative;
}

.top__menu__wrap {
  display: flex;
  list-style: none;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 29px;
}

.top__menu__item {
  margin-left: 14px;
  font-size: 12px;
  /* font-weight: bold; */
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 599px) {
  .top__menu__item {
    margin-left: 5px;
  }
}

.top__menu__item > a {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.925);
  font-family: "Times New Roman", Tahoma, Geneva, Verdana, sans-serif;
}
@media (max-width: 599px) {
  .top__menu__item > a {
    font-weight: 600;
    text-align: center;
    font-size: 12px;
  }
}

.divider {
  border-left: 1px solid rgb(168, 168, 168);
  color: rgb(168, 168, 168);
  width: 0px;
  margin: 0px;
  padding: 0px;
}

.glow_on_hover {
  width: 220px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 14px 40px;
  text-align: center;
}
@media (max-width: 599px) {
  .glow_on_hover {
    display: none;
  }
}

.glow_on_hover:before {
  content: "";
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 0px;
}

.glow_on_hover:active {
  color: #000;
}

.glow_on_hover:active:after {
  background: transparent;
}

.glow_on_hover:hover:before {
  opacity: 1;
}

.glow_on_hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 0px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
/* ---------------------------------- */
.to_animate {
  /* box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.795),
    inset 2px 2px 4px rgba(0, 0, 0, 0.795); */
  /* color: rgb(0, 60, 255); */
  /* text-shadow: 0 0 15px rgba(42, 71, 104, 0.918), 0 0 25px yellow; */
  padding: 2px;
  font-family: "Times New Roman", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  animation: glow 1.5s linear infinite;
}
@media (max-width: 599px) {
  .to_animate {
    font-weight: normal;
    text-align: center;
    font-size: 12px;
  }
}

@keyframes glow {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
    /* font-size: 25px; */
    opacity: 0.7;
  }
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #0095da;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  text-decoration: none;
  transition: 0.3s;
  display: block;
  padding: 10px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  font-size: 16px;
}

#main {
  transition: margin-right 0.5s;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.menu {
  height: 40px;
  display: flex;
  overflow: hidden;
  position: relative;
  background-color: #0095da;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.menu::before {
  height: 100%;
  width: 40px;
  right: 15px;
  position: absolute;
  top: 0;
  z-index: 10;
  /* background: linear-gradient(
  	270deg,
  	rgba(rgb(243, 243, 243), 1) 28%,
  	rgba(rgb(243, 243, 243), 0) 100%
  ); */
  content: "";
}
.menu ul {
  display: flex;
  overflow: auto;
  flex-wrap: nowrap;
  white-space: nowrap;
  height: calc(100% + 20px);
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  justify-content: center;
  padding: 0;
}
@media (max-width: 599px) {
  .menu ul {
    justify-content: start;
  }
}
.menu li {
  flex-wrap: nowrap;
  white-space: nowrap;
  list-style: none;
  margin-right: 20px;
  line-height: 40px;
  height: 40px;
}
@media (max-width: 599px) {
  .menu li {
    margin-right: 16px;
  }
  .menu li:last-child {
    margin-right: 100px;
  }
}
.menu li a {
  height: 100%;
  display: block;
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 500;
  -webkit-font-smoothing: auto;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.moreButton {
  cursor: pointer;
}

/*
Sidebar wrapper styles
Note: Beware of modifying this element as it can break the animations - you should not need to touch it in most cases
*/
.bm_menu_wrap {
  height: calc(100vh - 14em) !important;
  background-color: #373a47;
  padding-bottom: 20px;
}
@media (max-width: 599px) {
  .bm_menu_wrap {
    width: 60%;
  }
}

/* Wrapper for item list */
.bm-item-list {
  color: #b8b7ad;
  padding: 0.8em;
}

/* Individual item */
.bm-item {
  display: inline-block;
}

.menu_item {
  display: block;
  padding: 14px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.more {
  color: #ffffff;
  padding: 15px;
}

.subSection__item {
  flex: 1;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}
.subSection__item::before {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  z-index: 10;
  background-color: var(--border-color);
  right: 0;
}
.subSection__item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.subSection__item:last-child::before {
  display: none;
}

.widget-area {
  margin: 10px auto;
}

.widget-area section {
  text-align: center;
}

.hero_hero {
  flex-direction: row;
  margin-top: 40px;
  flex-wrap: wrap;
}

.hero_side {
  flex-basis: calc(25% - 15px);
  margin-right: 15px;
  position: relative;
}
@media (min-width: 1200px) {
  .hero_side::before {
    display: none;
  }
}
.hero_side__item {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}
.hero_side__item:last-child {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 0px solid var(--border-color);
}
.hero_side::before {
  height: 100%;
  width: 1px;
  background-color: var(--border-color);
  content: "";
  position: absolute;
  right: -8px;
  z-index: 10;
}
@media (max-width: 599px) {
  .hero_side {
    width: 100%;
    margin: 0px;
    order: 1;
  }
  .hero_side::before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hero_side::before {
    display: none;
  }
}

.list {
  list-style: none;
  margin-bottom: 32px;
  position: relative;
}
.list::before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  z-index: 10;
  background-color: var(--border-color);
  top: -16px;
  opacity: 0.5;
}
.list:first-child {
  margin-top: 0;
}
.list:first-child::before {
  display: none;
}
@media (max-width: 599px) {
  .list {
    padding: 0px;
  }
}

.dfp {
  margin: 5px auto;
  text-align: center;
}

.hero_latest {
  padding: 0;
  order: 3;
  flex-basis: calc(25% - 15px);
  margin-left: 15px;
  position: relative;
}
.hero_latest__item {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}
.hero_latest__item:last-child {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 0px solid var(--border-color);
}
@media (max-width: 599px) {
  .hero_latest::before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hero_latest::before {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .hero_latest {
    margin-left: 5px;
  }
}

.hero_latest_list {
  padding: 0px;
}
@media (min-width: 1200px) {
  .hero_latest_list {
    padding: 10px;
  }
}

.hero_lead {
  flex-basis: calc(50% - 0px);
}

@media (max-width: 599px) {
  .hero_hero {
    flex-direction: column;
    display: flex;
    margin-top: 5px;
  }
  .lead {
    order: unset;
    margin-bottom: 30px;
  }
  .latest {
    order: unset;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
  }
  .side {
    margin-right: 0;
  }
  .side__item {
    margin-bottom: 60px;
    position: relative;
    border-bottom: 0px solid var(--border-color);
  }
  .side__item::before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    z-index: 10;
    background-color: var(--border-color);
    bottom: -26px;
    opacity: 0.5;
  }
  .side__item:last-child {
    margin-bottom: 30px;
  }
  .side__item:last-child::before {
    display: none;
  }
  .subSection {
    flex-direction: column;
  }
  .subSection__item {
    margin-bottom: 32px;
  }
  .subSection__item::before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    z-index: 10;
    background-color: var(--border-color);
    bottom: -16px;
    opacity: 0.5;
  }
  .subSection__item:last-child {
    margin-bottom: 0;
  }
  .subSection__item:last-child::before {
    display: none;
  }
}
.subSection {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.subSection span {
  display: none;
}
@media (max-width: 599px) {
  .subSection {
    margin-top: 20px;
  }
}

.ad_left {
  width: 25%;
  border-right: 1px light silver;
  /*border:1px solid blue;*/
  display: flex;
  justify-content: left;
}
@media (max-width: 599px) {
  .ad_left {
    margin-top: 3px;
    width: 100%;
    justify-content: center;
  }
}

.hero_side__item {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}

.ad_center {
  max-width: 50%;
  margin-right: 2px;
  /*border:1px solid red;*/
  display: flex;
  justify-content: center;
}
@media (max-width: 599px) {
  .ad_center {
    display: none;
    margin-top: 3px;
    width: 100%;
    justify-content: center;
  }
}

.ad_right {
  width: 25%;
  border-left: 1px light silver;
  /*border:1px solid green;*/
  display: flex;
  justify-content: right;
}
@media (max-width: 599px) {
  .ad_right {
    margin-top: 3px;
    width: 100%;
    justify-content: center;
  }
}

.card_hero {
  width: 100%;
  margin-left: 0px;
  position: relative;
}
@media (max-width: 599px) {
  .card_hero {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-bottom: 40px;
    border-bottom: 8px solid #ccc;
  }
  .card_hero::before {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid rgba(85, 85, 85, 0.1);
    left: 0;
    bottom: -1px;
  }
}
.card_hero figure {
  position: relative;
  padding-top: 62%;
  height: 0;
  display: inline-block;
  width: 100%;
}
.card_hero figure a {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: #eff2f7;
}
.card_hero figure a > div:first-child {
  width: auto;
  height: 100%;
}
.card_hero figure a > div:first-child > img {
  object-fit: cover;
}
.card_hero img {
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  display: block;
  width: 0px;
  height: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  filter: none;
  background-size: cover;
  background-image: none;
  background-position: 0% 0%;
}

.card_medium__wide {
  position: relative;
  background-color: #555;
  padding-top: 66%;
}
.card_medium__wide img {
  object-fit: cover;
}

.card_medium {
  position: relative;
  background-color: #555;
  padding-top: 60%;
}
.card_medium img {
  object-fit: cover;
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  display: block;
  width: 0px;
  height: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  filter: none;
  background-size: cover;
  background-image: none;
  background-position: 0% 0%;
}

.tag {
  position: absolute;
  z-index: 10;
  padding: 12px 10px;
  text-transform: uppercase;
  line-height: 1.33333;
  font-size: 12px;
  font-weight: 600;
  background: rgb(27, 94, 206);
  bottom: 0;
  left: 0;
  color: white;
  max-height: 40px;
}

.hero__title {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 599px) {
  .hero__title {
    width: calc(100% - 30px);
    margin: 20px auto 16px;
  }
}

.list_card {
  position: relative;
  font-family: var(--header-font);
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
}
.list_card a {
  font-weight: 500;
  color: #000;
  font-size: 14px;
  font-family: var(--sans-font);
}
.list_card a > div {
  margin-left: 6px;
}
@media (max-width: 599px) {
  .list_card a {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    font-family: var(--header-font);
    line-height: 25px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .list_card_thumbnail {
    display: none;
  }
  .list_card {
    display: block;
  }
  .list_card .list_reverse {
    display: none;
  }
}
.list_reverse {
  order: -1;
}
.list_reverse > div {
  margin-left: 0px !important;
  margin-right: 16px;
}

.list_body {
  width: 100%;
  display: flex;
  flex-direction: column;
  line-height: 20px;
  margin-top: -4px;
}

.img {
  object-fit: cover;
}

.list_category {
  font-family: var(--sans-font);
  font-weight: 300;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .list_category {
    margin-top: 16px;
    margin-bottom: 0px;
    order: 1;
  }
}
.list_category > div,
.list_category a {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5) !important;
  font-family: var(--sans-font) !important;
  letter-spacing: 0.6px;
}

.list_time {
  font-size: 11px;
  text-transform: capitalize;
  font-family: var(--sans-font);
  color: rgba(33, 37, 41, 0.4);
  font-weight: 300;
  display: flex;
  position: relative;
  /* &::before {
  	content: '';
  	height: 1px;
  	width: 5px;
  	background-color: rgba(#a19d9d, 0.3);
  	position: absolute;
  	margin: auto;
  	top: 0;
  	bottom: 0;
  	margin-left: -9px;
  } */
}
.list_time svg {
  opacity: 0.5;
  margin-right: 4px;
  height: 12px;
  width: 12px;
  margin-top: 4px;
}

.list_list {
  list-style: none;
  margin-bottom: 32px;
  position: relative;
}
.list_list::before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  z-index: 10;
  background-color: var(--border-color);
  top: -16px;
  opacity: 0.5;
}
.list_list:first-child {
  margin-top: 0;
}
.list_list:first-child::before {
  display: none;
}
.more_list{
	list-style:none;
}
.more_list a {
	width: 100%;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
    background: transparent;
    padding: 10px 30px 11px;
    color: rgba(101,103,106,.9);
    border: 1px solid var(--border-color);
    line-height: 1;
    border-radius: 4px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    display: -moz-box;
    display: flex;
    cursor: pointer;
    font-size: 14px;
}
.list_compact a {
  font-family: var(--header-font);
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 599px) {
  .list_compact a {
    font-size: 17px;
    line-height: 23px;
    font-feature-settings: "kern";
    font-weight: 600;
  }
}
.list_compact > div {
  margin-bottom: 4px;
}
.list_compact > div a {
  font-size: 10px !important;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4) !important;
  font-family: var(--sans-font) !important;
  letter-spacing: 0.5px;
}

@media (min-width: 598px) {
  .list_desktop a {
    font-family: var(--header-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
  }
  .list_desktop__image {
    min-width: 200px !important;
    height: 120px !important;
    border-radius: 8px;
    overflow: hidden;
  }
}
.list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list > a {
  display: none;
}

.button {
  width: 100%;
  justify-content: center;
  text-align: center;
  background: transparent;
  padding: 10px 30px 11px;
  color: rgba(101, 103, 106, 0.9);
  border: 1px solid var(--border-color);
  line-height: 1;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  display: flex;
  cursor: pointer;
  font-size: 14px;
}
.button:disabled {
  border: none;
  padding: 10px 30px 11px;
  color: #fff;
  background-color: rgba(101, 103, 106, 0.9);
  cursor: wait;
}

.cloader {
  width: 20px;
  height: 20px;
  border: 2px solid #e5e5e5;
  border-top-color: #000;
  animation: isRotating 1s infinite;
  border-radius: 50%;
}

@keyframes isRotating {
  to {
    transform: rotate(1turn);
  }
}

.list__desktop {
  position: relative;
}
.list__desktop > a {
  width: 100%;
  justify-content: center;
  text-align: center;
  background: transparent;
  padding: 10px 30px 11px;
  color: rgba(101, 103, 106, 0.9);
  border: 1px solid var(--border-color);
  line-height: 1;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  display: flex;
  cursor: pointer;
  font-size: 14px;
}
.list__desktop > button {
  display: none;
}
@media (max-width: 599px) {
  .list__desktop > a {
    display: none;
  }
  .list__desktop > button {
    display: flex;
  }
}

.h1v1 {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 46px;
  line-height: 52px;
  text-transform: capitalize;
  color: #000;
  margin: 0 0 16px;
  width: 100%;
}
.h1v1.typo_card {
  font-weight: 400;
  font-size: 38px;
  letter-spacing: -0.2px;
}
@media (max-width: 599px) {
  .h1v1.typo_card {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 auto 16px;
  }
}
@media (max-width: 599px) {
  .h1v1 {
    font-size: 28px;
    line-height: 36px;
  }
}

.h1, .body h1 {
  font-family: "adobe-garamond-pro";
  letter-spacing: 0;
  font-weight: 400;
  font-size: 44px;
  line-height: 1.125;
}
@media (max-width: 599px) {
  .h1, .body h1 {
    font-size: 38px;
    line-height: 40px;
  }
}

.h2 {
  font-family: var(--header-font);
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 14px;
}
@media (max-width: 599px) {
  .h2 {
    font-size: 23px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
}

.categoty__title {
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--fainted);
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: val(--title-font);
}
.categoty__title a {
  color: var(--fainted);
}

.excerpt {
  font-weight: 300;
  font-family: var(--header-font);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1px;
  -webkit-font-smoothing: subpixel-antialiased;
  color: rgba(0, 0, 0, 0.75);
}
@media (max-width: 599px) {
  .excerpt {
    font-size: 18px;
    line-height: 25px;
  }
}

.body {
  font-family: var(--header-font);
  font-size: 18px;
  line-height: 1.7;
  position: relative;
}
.body strong {
  font-weight: 700;
  font-family: var(--sans-font);
}
.body h1 {
  margin-top: 20px;
}
.body a {
  color: #326891;
  text-decoration: underline;
}
.body p {
  color: #333;
  margin-bottom: 30px;
}
.body ul,
.body ol {
  padding-left: 16px;
}
.body ul li,
.body ol li {
  margin-bottom: 16px;
  color: #000;
  font-weight: 400;
  font-family: var(--sans-font);
  font-size: 14px;
  text-decoration: none;
}
.body ul li a,
.body ol li a {
  color: #000;
  font-weight: bold;
}
.body ul li::marker,
.body ol li::marker {
  color: #e18237;
  width: 3px;
  font-size: 10px;
  margin-top: -3px;
}
.body blockquote {
  font-family: "Caveat", cursive;
  padding-left: 20px;
  color: rgb(117, 117, 117);
  font-size: 28px;
  line-height: 1.4;
  font-weight: 400;
}
.body blockquote p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .body blockquote {
    padding-left: 10px;
  }
}
.body :global .size-full {
  max-width: 130%;
  min-width: 130%;
  margin-left: -15%;
}
@media only screen and (max-width: 640px) {
  .body :global .size-full {
    width: 100%;
    max-width: 100%;
    min-width: 130%;
    margin-left: -15%;
  }
}
.body :global img,
.body :global figure {
  height: auto;
  min-width: 100%;
}
.body :global .alignright {
  float: right;
  margin-left: 20px;
  width: 50%;
}
.body :global .alignleft {
  float: left;
  margin-right: 20px;
  width: 50%;
}
.body :global .alignnone {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.body :global figure > img {
  margin-bottom: 0;
  max-width: 100%;
}
.body > * {
  margin-bottom: 30px;
  max-width: 100%;
}

.excerpt__lead {
  font-size: 20px;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 599px) {
  .excerpt__lead {
    font-size: 18px;
  }
}

.hor_wrap {
  position: relative;
  display: flex;
  margin-top: 20px;
  padding: 20px 0;
  margin-left: -30px;
}
@media (max-width: 599px) {
  .hor_wrap {
    margin-left: -15px;
    padding: 0;
  }
}

.hor_title {
  font-weight: 200;
  font-size: 18px;
  padding: 20px 15px;
  font-family: var(--header-font);
  min-height: 140px;
  line-height: 22px;
}
@media (max-width: 599px) {
  .hor_title {
    font-weight: 400;
    font-size: 21px;
    line-height: 26px;
    text-transform: capitalize;
  }
}

.hor_titleHeader {
  margin: 0 0 20px;
  padding: 0 15px 10px;
  font-size: 16px;
  border-bottom: 1px solid #dbdbdb;
}

.hor_titleName {
  font-family: "chunk";
  letter-spacing: 0.5px;
  font-weight: 400;
  color: black;
  padding: 0 15px 10px;
  font-size: 16px;
  float: left;
  justify-content: flex-start;
}
@media (max-width: 599px) {
  .hor_titleName {
    font-size: 20px;
  }
}

.hor_linkName {
  font-family: "chunk";
  letter-spacing: 0.5px;
  font-weight: 400;
  color: rgba(101, 103, 106, 0.9);
  padding: 0 15px 10px;
  font-size: 16px;
  float: right;
  justify-content: flex-end;
}
@media (max-width: 599px) {
  .hor_linkName {
    font-size: 20px;
  }
}

.author {
  border-top: #eaeaea solid 1px;
  padding: 15px 15px 10px;
}

.hor_opinion {
  overflow: auto;
  position: relative;
  z-index: 10px;
  grid-template-columns: repeat(5, minmax(230px, 1fr));
  display: grid;
  gap: 20px;
  padding-bottom: 50px;
  padding-left: 30px;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 599px) {
  .hor_opinion {
    grid-template-columns: repeat(5, minmax(280px, 1fr));
  }
}
.hor_opinion::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.hor_opinion::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 10px;
}
.hor_opinion::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.hor_opinion::-webkit-scrollbar-thumb:hover {
  background: #b7b7b7;
  transition: all 0.3s ease;
}
@media (max-width: 599px) {
  .hor_opinion {
    padding-left: 15px;
    gap: 20px;
    margin-bottom: 0;
  }
  .hor_opinion::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
  }
}

.hor_boxes {
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 40px 0 rgba(56, 56, 57, 0.05), 0 1px 10px 0 rgba(56, 56, 57, 0.05);
  box-shadow: 0 20px 40px 0 rgba(56, 56, 57, 0.05), 0 1px 10px 0 rgba(56, 56, 57, 0.05);
  border: 1px solid #eaeaea;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 10px;
}

.block_category {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.category__title {
  font-family: "chunk";
  letter-spacing: 0.5px;
  color: black;
  margin: 0 0 20px;
  padding: 0 0 10px;
  text-transform: capitalize;
  font-size: 16px;
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 599px) {
  .category__title {
    border: none;
    margin-bottom: 0;
    font-size: 20px;
  }
}

.category__segemnt {
  border-right: 1px solid #dbdbdb;
  width: 33.3%;
  margin-bottom: 60px;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .category__segemnt:nth-child(3n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .category__segemnt {
    width: 25%;
  }
  .category__segemnt:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (max-width: 599px) {
  .category__segemnt {
    width: 100%;
    border-right: 0px solid transparent;
    padding: 0px 0px 20px;
    position: relative;
  }
  .category__segemnt::before {
    content: "";
    position: absolute;
    left: 0;
    width: calc(100% + 30px);
    height: 6px;
    background-color: #ccc;
    bottom: -46px;
    margin-left: -15px;
  }
  .category__segemnt:last-child {
    border: none;
  }
}

.textCenter {
  text-align: center;
  font-weight: 100;
  font-style: italic;
  color: #bcbcbc;
}

.adSpace {
  background-color: #f9f9f9;
  margin: 10px 0px;
}

.dfp {
  margin: 0 auto;
}

.wraper {
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .wraper {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
}

.article__body img {
  width: 100%;
  height: auto;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
}

.flow {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.flow__more {
  flex-direction: column;
  justify-content: flex-start;
  align-items: normal;
}

.names {
  display: flex;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
}
.names li {
  margin-right: 6px;
  list-style: none;
}
.names li a {
  text-decoration: underline;
  text-decoration-color: #ccc;
}

.post {
  flex-direction: column;
}

.article-container {
  max-width: 1280px;
  width: 70%;
  display: flex;
  margin: 15px;
}

.title-header, .footer__share, .post-tags, .article-footer {
  max-width: 660px;
  width: 100%;
  margin: 10px 0px 0px 0px;
}
.title-header h1, .footer__share h1, .post-tags h1, .article-footer h1 {
  margin-bottom: 15px;
  margin-top: 0px;
}

.post-time {
  font-weight: 500;
  font-size: 12px;
  color: #222;
}

.post-author {
  margin-top: 10px;
}

.author__share {
  margin-top: 10px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2px;
}

.featured-image {
  max-width: 800px;
  width: 100%;
  margin: 40px auto 0;
}
@media (max-width: 599px) {
  .featured-image {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.article-footer {
  margin: 15px 0px;
}

.article-footer .widget_text {
  padding: 10px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 20px 0px;
}

.post-tags {
  margin-top: 10px;
}

.footer__share {
  margin: 30px auto 0;
  display: flex;
}
@media (max-width: 599px) {
  .footer__share {
    align-items: center;
    justify-content: center;
  }
}

.section__title {
  font-family: "chunk";
  margin-bottom: 40px;
  margin-top: 30px;
  font-size: 26px;
  position: relative;
  z-index: 10;
  color: transparent;
}
.section__title::after {
  content: "More Stories";
  color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 26px;
  z-index: 2;
  line-height: 1;
}
.section__title::before {
  content: "More Stories";
  color: #ebe8e1;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 160%;
  z-index: 0;
  line-height: 1;
}

.related {
  background-color: #f7f6f3;
  margin-top: 40px;
  border-radius: 16px;
  padding: 20px;
}
@media (max-width: 599px) {
  .related {
    border-radius: 0px;
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 15px;
  }
}

.video__player {
  width: 100%;
  height: 420px;
  margin: 10px 0px;
}
@media (max-width: 599px) {
  .video__player {
    height: 300px;
  }
}

.row {
  display: flex;
  flex-direction: row;
}

.post-left,
.post-right {
  width: 30%;
  z-index: 0;
  display: block;
  justify-content: center;
}

.widget-area .widget {
  margin: 10px 0px;
}

.widget ul li {
  text-align: left;
}

@media screen and (max-width: 800px) {
  .row {
    display: flex;
    flex-direction: column;
  }
  .post-left {
    order: 1;
  }
  .post-left,
.post-right,
.post-middle {
    float: left;
    display: unset;
    width: 100%;
    margin: 0px;
  }
}
.share {
  display: flex;
  list-style: none;
  padding: 0;
}
.share__tail {
  display: flex;
  list-style: none;
  padding: 0;
}
@media (max-width: 599px) {
  .share__tail {
    width: 100%;
    justify-content: space-between;
    padding: 0 0px;
  }
}
.share__tail.dark li {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.share__tail.small > li {
  height: 40px;
  width: 40px;
}
.share__tail li {
  margin-right: 5px;
  border: 1px solid #ccc;
  border-radius: 100%;
  height: 60px;
  width: 60px;
}
.share__tail li:last-child {
  margin: 0;
}
.share__tail li a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.share.small > li {
  height: 40px;
  width: 40px;
}
.share li {
  margin-right: 5px;
  border: 1px solid #ccc;
  border-radius: 100%;
  height: 60px;
  width: 60px;
}
.share li:last-child {
  margin: 0;
}
.share li a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-tags ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.post-tags ul li {
  background-color: rgb(242, 242, 242);
  color: rgb(117, 117, 117);
  border-radius: 3px;
  text-decoration: none;
  font-size: 13px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.post-tags ul li:last-child {
  margin-right: 0px;
}
.post-tags ul li a {
  padding: 5px 10px;
  line-height: 22px;
  display: block;
  white-space: nowrap;
}

.post-container,
.post-container-fluid,
.post-container-xxl,
.post-container-xl,
.post-container-lg,
.post-container-md,
.post-container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .post-container-sm, .post-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .post-container-md, .post-container-sm, .post-container {
    max-width: 920px;
  }
}
@media (min-width: 992px) {
  .post-container-lg, .post-container-md, .post-container-sm, .post-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .post-container-xl, .post-container-lg, .post-container-md, .post-container-sm, .post-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .post-container-xxl, .post-container-xl, .post-container-lg, .post-container-md, .post-container-sm, .post-container {
    max-width: 1020px;
  }
}
.caption,
.wp-caption-text {
  color: #939598;
  font-size: 12px;
  font-weight: 100;
  margin-top: 6px;
  line-height: 16px;
  font-family: "adobe-garamond-pro";
}
@media only screen and (max-width: 640px) {
  .caption,
.wp-caption-text {
    width: calc(100% - 30px);
    margin: 8px auto;
  }
}

.topics {
  flex-direction: row;
  margin-top: 80px;
}

.topic_contentArea {
  flex-direction: row;
  margin-top: 10px;
}
@media (max-width: 599px) {
  .topic_contentArea {
    flex-direction: column;
    margin-top: 20px;
  }
}

.filter_btn {
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.2);
  font-weight: bold;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 11px;
  padding: 10px 40px 8px;
  border-radius: 4px;
  border-radius: 8px;
  font-family: var(--sans-font);
}
@media (max-width: 599px) {
  .filter_btn {
    padding: 8px 12px;
    border-radius: 3px;
    font-size: 10px;
    background: rgba(0, 0, 0, 0.4);
    color: white;
  }
}

.category__content {
  max-width: 600px;
  margin: 0px 15px;
}

.page__title {
  background-color: #f7f6f3;
  padding: 14px 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-family: "chunk";
  font-size: 40px;
  text-transform: capitalize;
}
@media (max-width: 599px) {
  .page__title {
    font-size: 28px;
    margin-bottom: -4px;
  }
}

.page__title__text {
  margin-top: 10px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0095da;
}

.title__bar {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .title__bar {
    flex-direction: column;
    align-items: flex-start;
  }
}

.controls {
  display: flex;
}

#breadcrumbs {
  font-size: 15px;
}

.btn {
  border: none;
  display: flex;
  height: 60px;
  background: #1b5ece;
  color: white;
  text-align: center;
  border-radius: 8px;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: var(--sans-font);
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.sidebar {
  display: flex;
  width: 300px;
  margin-top: 70px;
}
@media (max-width: 599px) {
  .sidebar {
    width: 100%;
    margin-bottom: 40px;
    justify-content: center;
  }
}

.headlines {
  flex-direction: column;
  margin-top: 40px;
}

.category__card {
  position: relative;
  font-family: var(--header-font);
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
}
.category__card a {
  font-weight: 500;
  color: #000;
  font-size: 14px;
  font-family: var(--sans-font);
}
.category__card a > div {
  margin-left: 6px;
}
@media (max-width: 599px) {
  .category__card a {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    font-family: var(--header-font);
    line-height: 25px;
  }
}

.category__reverse {
  order: -1;
}
.category__reverse > div {
  margin-left: 0px !important;
  margin-right: 16px;
}

.category__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  line-height: 20px;
  margin-top: -4px;
}

.category__img {
  object-fit: cover;
}

.category {
  font-family: var(--sans-font);
  font-weight: 300;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .category {
    margin-top: 16px;
    margin-bottom: 0px;
    order: 1;
  }
}
.category > div,
.category a {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5) !important;
  font-family: var(--sans-font) !important;
  letter-spacing: 0.6px;
}

.time {
  font-size: 11px;
  text-transform: capitalize;
  font-family: var(--sans-font);
  color: rgba(33, 37, 41, 0.4);
  font-weight: 300;
  display: flex;
  position: relative;
}
.time::before {
  content: "";
  height: 1px;
  width: 5px;
  background-color: rgba(161, 157, 157, 0.3);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  margin-left: -9px;
}
.time svg {
  opacity: 0.5;
  margin-right: 4px;
  height: 12px;
  width: 12px;
  margin-top: 4px;
}

.category__list {
  list-style: none;
  margin-bottom: 32px;
  position: relative;
}
.category__list::before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  z-index: 10;
  background-color: var(--border-color);
  top: -16px;
  opacity: 0.5;
}
.category__list:first-child {
  margin-top: 0;
}
.category__list:first-child::before {
  display: none;
}

.category__compact a {
  font-family: var(--header-font);
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 599px) {
  .category__compact a {
    font-size: 17px;
    line-height: 23px;
    font-feature-settings: "kern";
    font-weight: 600;
  }
}
.category__compact > div {
  margin-bottom: 4px;
}
.category__compact > div a {
  font-size: 10px !important;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4) !important;
  font-family: var(--sans-font) !important;
  letter-spacing: 0.5px;
}

@media (min-width: 598px) {
  .category__desktop a {
    font-family: var(--header-font);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
  }
  .category__desktop__image {
    min-width: 200px !important;
    height: 120px !important;
    border-radius: 8px;
    overflow: hidden;
    background: #ccc;
    display: block;
    position: relative;
  }
}
.f_title {
  padding-bottom: 40px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
}
.f_title span {
  color: white;
  text-transform: uppercase;
  font-size: 26px;
}

.footer {
  background: black;
  min-height: 400px;
  padding-top: 100px;
  position: relative;
  z-index: 10;
  margin-top: 100px;
  color: white;
}
.footer__top {
  padding-bottom: 130px;
}
.footer__social {
  flex: 1;
}
.footer__menu {
  flex: 1;
  display: flex;
}
.footer__bottom {
  padding-top: 22px;
  padding-bottom: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  font-size: 12px;
}

.footer__wrapper {
  flex-direction: row;
  display: flex;
}

.f_menu {
  list-style: none;
  padding: 0;
  width: 33.3%;
}
.f_menu__addr {
  width: 33.3%;
}
.f_menu li {
  font-size: 13px;
  margin-bottom: 20px;
}

@media (max-width: 599px) {
  .footer__menu {
    display: block;
  }
  .f_menu {
    padding-top: 30px;
    float: left;
    width: 50%;
  }
  .f_menu__addr {
    width: 100%;
  }
  .f_menu__addr li {
    margin-bottom: 14px;
  }
  .footer {
    padding: 50px;
  }
  .footer__bottom {
    text-align: center;
  }
  .footer__top {
    padding: 0 0 60px 0;
  }
  .footer__wrapper {
    flex-direction: column;
    display: flex;
  }
  .f_title {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .f_title span {
    font-size: 20px;
  }
}

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