@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&family=Rajdhani:wght@400;700&display=swap");
* {
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

html {
  font-size: 10px;
  line-height: 1.2;
  overflow-x: hidden;
}

body {
  font-family: "Merriweather", serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #000000;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
  transition: 0.2s linear;
  left: 0;
}
body.pushed {
  left: 0;
}
@media (min-width: 576px) {
  body.pushed {
    left: 270px;
  }
}

main {
  padding-top: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

.list-unstyled {
  list-style: none;
  padding-left: 0px;
}

p {
  margin-bottom: 1rem;
  font-weight: 300;
}

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

.img-placeholder {
  position: relative;
  display: block;
}
.img-placeholder:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.blog-section .img-placeholder:after {
  padding-top: 67.9%;
}
.shops .img-placeholder:after {
  padding-top: 63.8%;
}
.img-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-title {
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.section-title a {
  display: inline-block;
}

.hover {
  transition: 0.35s ease-in-out;
}
.hover:hover {
  opacity: 0.65;
}

.menu-toggler {
  background-color: transparent;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
.menu-toggler span {
  width: 16px;
  height: 3px;
  display: block;
  background-color: #000;
}
.menu-toggler span:not(:last-of-type) {
  margin-bottom: 3px;
}

.news {
  position: relative;
}
.news.video-item .news-image:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  color: #000;
  background-color: #fff;
  z-index: 1;
  width: 40px;
  height: 30px;
  background: url("assets/video-icon.svg") no-repeat center center;
  background-size: 100% 100%;
}
.news.gallery-item .news-image:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 30px;
  color: #000;
  background-color: #fff;
  z-index: 1;
  background: url("assets/gallery-icon.svg") no-repeat center center;
  background-size: 100% auto;
}
.news .news-image::after {
  padding-top: 60%;
  background-color: #ccc;
}
.news .news-image .tag-name {
  display: none;
  position: absolute;
  bottom: 0;
  left: 5%;
  background-color: #fff;
  color: #000;
  padding: 2px 6px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
}
.news .news-content .news-category {
  display: block;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #b9b9b9;
  margin-bottom: 12px;
}
.news .news-content .news-tag,
.news .news-content .news-author,
.news .news-content .search-term {
  display: none;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #b9b9b9;
  margin-bottom: 12px;
}
.news .news-content .news-title {
  font-size: 1.8rem;
  line-height: 1.2;
}
.news .news-content .news-title a {
  display: block;
  font-family: inherit;
  font-size: inherit;
}
@media (min-width: 1200px) {
  .news .news-content .news-title {
    font-size: 2.8rem;
    margin-bottom: 12px;
  }
}
.news .news-content .short-desc {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.mb-40 {
  margin-bottom: 40px;
}

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.banner.bilboard {
  margin-bottom: 10px;
  margin-top: 10px;
}

.banner-wrapper {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.banner-wrapper:after {
  content: "Oglas";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  color: #777;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.banner-wrapper .banner-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.bilboard .banner-wrapper {
  min-height: 100px;
  width: 100%;
}
@media (min-width: 992px) {
  .bilboard .banner-wrapper {
    min-height: 250px;
  }
}
.bilboard2 .banner-wrapper {
  min-height: 100px;
  width: 100%;
}
@media (min-width: 992px) {
  .bilboard2 .banner-wrapper {
    min-height: 250px;
  }
}
.sidebar-wrapper .banner-wrapper {
  width: 300px;
  min-height: 100px;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../img/preloader2.gif) center no-repeat #fff;
  text-align: center;
}

.wp-polls-ul label {
  display: flex !important;
  align-items: flex-start !important;
}
.wp-polls-ul input {
  display: none !important;
}
.wp-polls-ul .fake-radio {
  order: -1 !important;
  padding: 2px;
  background-clip: content-box;
}
.wp-polls-ul .fake-radio:after {
  display: none;
}
.wp-polls-ul input:checked ~ .fake-radio {
  background-color: #000;
}

.wp-polls-ans .btn-primary {
  border-radius: 0 !important;
  padding: 5px 20px !important;
  display: inline-block !important;
  border: none !important;
}

.wp-polls {
  background-color: #eee;
  padding: 10px;
  margin-bottom: 3rem;
}
.wp-polls .code-block {
  display: none !important;
}

.single-page blockquote {
  background-color: #ccc;
  border-left: 5px solid #000;
  padding: 10px 20px;
  margin-bottom: 3rem;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.position-relative {
  position: relative;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

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

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

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

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

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.btn-secondary, .btn-light, .btn-dark, .btn-white, .btn-info, .btn-warning-light, .btn-warning, .btn-danger, .btn-primary {
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: 0.2s linear;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.19px;
  border-radius: 3rem;
}

.btn-block {
  display: block;
}

.btn-primary {
  background-color: #000000;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: black;
  color: #fff !important;
}

.bg-primary {
  background-color: #000000;
}

.text-primary {
  color: #000000 !important;
}

.btn-danger {
  background-color: #FF4B51;
  color: #fff !important;
}
.btn-danger:hover {
  background-color: #ff1820;
  color: #fff !important;
}

.bg-danger {
  background-color: #FF4B51;
}

.text-danger {
  color: #FF4B51 !important;
}

.btn-warning {
  background-color: #FD7944;
  color: #000 !important;
}
.btn-warning:hover {
  background-color: #fc5512;
  color: #fff !important;
}

.bg-warning {
  background-color: #FD7944;
}

.text-warning {
  color: #FD7944 !important;
}

.btn-warning-light {
  background-color: #FFD77F;
  color: #000 !important;
}
.btn-warning-light:hover {
  background-color: #ffc74c;
  color: #000 !important;
}

.bg-warning-light {
  background-color: #FFD77F;
}

.text-warning-light {
  color: #FFD77F !important;
}

.btn-info {
  background-color: #7969E6;
  color: #fff !important;
}
.btn-info:hover {
  background-color: #523ddf;
  color: #fff !important;
}

.bg-info {
  background-color: #7969E6;
}

.text-info {
  color: #7969E6 !important;
}

.btn-white {
  background-color: #fff;
  color: #000 !important;
}
.btn-white:hover {
  background-color: #e6e6e6;
  color: #000 !important;
}

.bg-white {
  background-color: #fff;
}

.text-white {
  color: #fff !important;
}

.btn-dark {
  background-color: #000000;
  color: #fff !important;
}
.btn-dark:hover {
  background-color: black;
  color: #fff !important;
}

.bg-dark {
  background-color: #000000;
}

.text-dark {
  color: #000000 !important;
}

.btn-light {
  background-color: #D8D8D8;
  color: #000 !important;
}
.btn-light:hover {
  background-color: #bfbfbf;
  color: #000 !important;
}

.bg-light {
  background-color: #D8D8D8;
}

.text-light {
  color: #D8D8D8 !important;
}

.btn-secondary {
  background-color: #fff;
  color: #000 !important;
}
.btn-secondary:hover {
  background-color: #e6e6e6;
  color: #000 !important;
}

.bg-secondary {
  background-color: #fff;
}

.text-secondary {
  color: #fff !important;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.row > [class*=col-] {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.row.no-gutters {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.row.no-gutters > [class*=col-] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.container,
.container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.col-1 {
  flex: 0 0 calc(100% / (12/1));
  max-width: calc(100% / (12/1));
}

.col-2 {
  flex: 0 0 calc(100% / (12/2));
  max-width: calc(100% / (12/2));
}

.col-3 {
  flex: 0 0 calc(100% / (12/3));
  max-width: calc(100% / (12/3));
}

.col-4 {
  flex: 0 0 calc(100% / (12/4));
  max-width: calc(100% / (12/4));
}

.col-5 {
  flex: 0 0 calc(100% / (12/5));
  max-width: calc(100% / (12/5));
}

.col-6 {
  flex: 0 0 calc(100% / (12/6));
  max-width: calc(100% / (12/6));
}

.col-7 {
  flex: 0 0 calc(100% / (12/7));
  max-width: calc(100% / (12/7));
}

.col-8 {
  flex: 0 0 calc(100% / (12/8));
  max-width: calc(100% / (12/8));
}

.col-9 {
  flex: 0 0 calc(100% / (12/9));
  max-width: calc(100% / (12/9));
}

.col-10 {
  flex: 0 0 calc(100% / (12/10));
  max-width: calc(100% / (12/10));
}

.col-11 {
  flex: 0 0 calc(100% / (12/11));
  max-width: calc(100% / (12/11));
}

.col-12 {
  flex: 0 0 calc(100% / (12/12));
  max-width: calc(100% / (12/12));
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

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

.flex-column {
  flex-direction: column;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

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

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

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

.align-content-stretch {
  align-content: stretch;
}

.align-content-between {
  align-content: space-between;
}

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

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

@media (min-width: 450px) {
  .col-xm-1 {
    flex: 0 0 calc(100% / (12/1));
    max-width: calc(100% / (12/1));
  }

  .col-xm-2 {
    flex: 0 0 calc(100% / (12/2));
    max-width: calc(100% / (12/2));
  }

  .col-xm-3 {
    flex: 0 0 calc(100% / (12/3));
    max-width: calc(100% / (12/3));
  }

  .col-xm-4 {
    flex: 0 0 calc(100% / (12/4));
    max-width: calc(100% / (12/4));
  }

  .col-xm-5 {
    flex: 0 0 calc(100% / (12/5));
    max-width: calc(100% / (12/5));
  }

  .col-xm-6 {
    flex: 0 0 calc(100% / (12/6));
    max-width: calc(100% / (12/6));
  }

  .col-xm-7 {
    flex: 0 0 calc(100% / (12/7));
    max-width: calc(100% / (12/7));
  }

  .col-xm-8 {
    flex: 0 0 calc(100% / (12/8));
    max-width: calc(100% / (12/8));
  }

  .col-xm-9 {
    flex: 0 0 calc(100% / (12/9));
    max-width: calc(100% / (12/9));
  }

  .col-xm-10 {
    flex: 0 0 calc(100% / (12/10));
    max-width: calc(100% / (12/10));
  }

  .col-xm-11 {
    flex: 0 0 calc(100% / (12/11));
    max-width: calc(100% / (12/11));
  }

  .col-xm-12 {
    flex: 0 0 calc(100% / (12/12));
    max-width: calc(100% / (12/12));
  }

  .d-xm-none {
    display: none !important;
  }

  .d-xm-block {
    display: block !important;
  }

  .d-xm-flex {
    display: flex !important;
  }

  .d-xm-inline-block {
    display: inline-block !important;
  }

  .d-xm-inline-flex {
    display: inline-flex !important;
  }

  .flex-xm-wrap {
    flex-wrap: wrap;
  }

  .flex-xm-nowrap {
    flex-wrap: nowrap;
  }

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

  .flex-xm-column {
    flex-direction: column;
  }

  .align-items-xm-start {
    align-items: flex-start;
  }

  .align-items-xm-end {
    align-items: flex-end;
  }

  .align-items-xm-center {
    align-items: center;
  }

  .align-items-xm-stretch {
    align-items: stretch;
  }

  .align-content-xm-start {
    align-content: flex-start;
  }

  .align-content-xm-end {
    align-content: flex-end;
  }

  .align-content-xm-center {
    align-content: center;
  }

  .align-content-xm-stretch {
    align-content: stretch;
  }

  .align-content-xm-between {
    align-content: space-between;
  }

  .justify-content-xm-start {
    justify-content: flex-start;
  }

  .justify-content-xm-end {
    justify-content: flex-end;
  }

  .justify-content-xm-center {
    justify-content: center;
  }

  .justify-content-xm-between {
    justify-content: space-between;
  }

  .justify-content-xm-around {
    justify-content: space-around;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 calc(100% / (12/1));
    max-width: calc(100% / (12/1));
  }

  .col-sm-2 {
    flex: 0 0 calc(100% / (12/2));
    max-width: calc(100% / (12/2));
  }

  .col-sm-3 {
    flex: 0 0 calc(100% / (12/3));
    max-width: calc(100% / (12/3));
  }

  .col-sm-4 {
    flex: 0 0 calc(100% / (12/4));
    max-width: calc(100% / (12/4));
  }

  .col-sm-5 {
    flex: 0 0 calc(100% / (12/5));
    max-width: calc(100% / (12/5));
  }

  .col-sm-6 {
    flex: 0 0 calc(100% / (12/6));
    max-width: calc(100% / (12/6));
  }

  .col-sm-7 {
    flex: 0 0 calc(100% / (12/7));
    max-width: calc(100% / (12/7));
  }

  .col-sm-8 {
    flex: 0 0 calc(100% / (12/8));
    max-width: calc(100% / (12/8));
  }

  .col-sm-9 {
    flex: 0 0 calc(100% / (12/9));
    max-width: calc(100% / (12/9));
  }

  .col-sm-10 {
    flex: 0 0 calc(100% / (12/10));
    max-width: calc(100% / (12/10));
  }

  .col-sm-11 {
    flex: 0 0 calc(100% / (12/11));
    max-width: calc(100% / (12/11));
  }

  .col-sm-12 {
    flex: 0 0 calc(100% / (12/12));
    max-width: calc(100% / (12/12));
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }

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

  .flex-sm-column {
    flex-direction: column;
  }

  .align-items-sm-start {
    align-items: flex-start;
  }

  .align-items-sm-end {
    align-items: flex-end;
  }

  .align-items-sm-center {
    align-items: center;
  }

  .align-items-sm-stretch {
    align-items: stretch;
  }

  .align-content-sm-start {
    align-content: flex-start;
  }

  .align-content-sm-end {
    align-content: flex-end;
  }

  .align-content-sm-center {
    align-content: center;
  }

  .align-content-sm-stretch {
    align-content: stretch;
  }

  .align-content-sm-between {
    align-content: space-between;
  }

  .justify-content-sm-start {
    justify-content: flex-start;
  }

  .justify-content-sm-end {
    justify-content: flex-end;
  }

  .justify-content-sm-center {
    justify-content: center;
  }

  .justify-content-sm-between {
    justify-content: space-between;
  }

  .justify-content-sm-around {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 93%;
  }

  .col-md-1 {
    flex: 0 0 calc(100% / (12/1));
    max-width: calc(100% / (12/1));
  }

  .col-md-2 {
    flex: 0 0 calc(100% / (12/2));
    max-width: calc(100% / (12/2));
  }

  .col-md-3 {
    flex: 0 0 calc(100% / (12/3));
    max-width: calc(100% / (12/3));
  }

  .col-md-4 {
    flex: 0 0 calc(100% / (12/4));
    max-width: calc(100% / (12/4));
  }

  .col-md-5 {
    flex: 0 0 calc(100% / (12/5));
    max-width: calc(100% / (12/5));
  }

  .col-md-6 {
    flex: 0 0 calc(100% / (12/6));
    max-width: calc(100% / (12/6));
  }

  .col-md-7 {
    flex: 0 0 calc(100% / (12/7));
    max-width: calc(100% / (12/7));
  }

  .col-md-8 {
    flex: 0 0 calc(100% / (12/8));
    max-width: calc(100% / (12/8));
  }

  .col-md-9 {
    flex: 0 0 calc(100% / (12/9));
    max-width: calc(100% / (12/9));
  }

  .col-md-10 {
    flex: 0 0 calc(100% / (12/10));
    max-width: calc(100% / (12/10));
  }

  .col-md-11 {
    flex: 0 0 calc(100% / (12/11));
    max-width: calc(100% / (12/11));
  }

  .col-md-12 {
    flex: 0 0 calc(100% / (12/12));
    max-width: calc(100% / (12/12));
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap;
  }

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

  .flex-md-column {
    flex-direction: column;
  }

  .align-items-md-start {
    align-items: flex-start;
  }

  .align-items-md-end {
    align-items: flex-end;
  }

  .align-items-md-center {
    align-items: center;
  }

  .align-items-md-stretch {
    align-items: stretch;
  }

  .align-content-md-start {
    align-content: flex-start;
  }

  .align-content-md-end {
    align-content: flex-end;
  }

  .align-content-md-center {
    align-content: center;
  }

  .align-content-md-stretch {
    align-content: stretch;
  }

  .align-content-md-between {
    align-content: space-between;
  }

  .justify-content-md-start {
    justify-content: flex-start;
  }

  .justify-content-md-end {
    justify-content: flex-end;
  }

  .justify-content-md-center {
    justify-content: center;
  }

  .justify-content-md-between {
    justify-content: space-between;
  }

  .justify-content-md-around {
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 93%;
  }

  .col-lg-1 {
    flex: 0 0 calc(100% / (12/1));
    max-width: calc(100% / (12/1));
  }

  .col-lg-2 {
    flex: 0 0 calc(100% / (12/2));
    max-width: calc(100% / (12/2));
  }

  .col-lg-3 {
    flex: 0 0 calc(100% / (12/3));
    max-width: calc(100% / (12/3));
  }

  .col-lg-4 {
    flex: 0 0 calc(100% / (12/4));
    max-width: calc(100% / (12/4));
  }

  .col-lg-5 {
    flex: 0 0 calc(100% / (12/5));
    max-width: calc(100% / (12/5));
  }

  .col-lg-6 {
    flex: 0 0 calc(100% / (12/6));
    max-width: calc(100% / (12/6));
  }

  .col-lg-7 {
    flex: 0 0 calc(100% / (12/7));
    max-width: calc(100% / (12/7));
  }

  .col-lg-8 {
    flex: 0 0 calc(100% / (12/8));
    max-width: calc(100% / (12/8));
  }

  .col-lg-9 {
    flex: 0 0 calc(100% / (12/9));
    max-width: calc(100% / (12/9));
  }

  .col-lg-10 {
    flex: 0 0 calc(100% / (12/10));
    max-width: calc(100% / (12/10));
  }

  .col-lg-11 {
    flex: 0 0 calc(100% / (12/11));
    max-width: calc(100% / (12/11));
  }

  .col-lg-12 {
    flex: 0 0 calc(100% / (12/12));
    max-width: calc(100% / (12/12));
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }

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

  .flex-lg-column {
    flex-direction: column;
  }

  .align-items-lg-start {
    align-items: flex-start;
  }

  .align-items-lg-end {
    align-items: flex-end;
  }

  .align-items-lg-center {
    align-items: center;
  }

  .align-items-lg-stretch {
    align-items: stretch;
  }

  .align-content-lg-start {
    align-content: flex-start;
  }

  .align-content-lg-end {
    align-content: flex-end;
  }

  .align-content-lg-center {
    align-content: center;
  }

  .align-content-lg-stretch {
    align-content: stretch;
  }

  .align-content-lg-between {
    align-content: space-between;
  }

  .justify-content-lg-start {
    justify-content: flex-start;
  }

  .justify-content-lg-end {
    justify-content: flex-end;
  }

  .justify-content-lg-center {
    justify-content: center;
  }

  .justify-content-lg-between {
    justify-content: space-between;
  }

  .justify-content-lg-around {
    justify-content: space-around;
  }
}
@media (min-width: 1265px) {
  .container {
    max-width: 1040px;
  }

  .col-xl-1 {
    flex: 0 0 calc(100% / (12/1));
    max-width: calc(100% / (12/1));
  }

  .col-xl-2 {
    flex: 0 0 calc(100% / (12/2));
    max-width: calc(100% / (12/2));
  }

  .col-xl-3 {
    flex: 0 0 calc(100% / (12/3));
    max-width: calc(100% / (12/3));
  }

  .col-xl-4 {
    flex: 0 0 calc(100% / (12/4));
    max-width: calc(100% / (12/4));
  }

  .col-xl-5 {
    flex: 0 0 calc(100% / (12/5));
    max-width: calc(100% / (12/5));
  }

  .col-xl-6 {
    flex: 0 0 calc(100% / (12/6));
    max-width: calc(100% / (12/6));
  }

  .col-xl-7 {
    flex: 0 0 calc(100% / (12/7));
    max-width: calc(100% / (12/7));
  }

  .col-xl-8 {
    flex: 0 0 calc(100% / (12/8));
    max-width: calc(100% / (12/8));
  }

  .col-xl-9 {
    flex: 0 0 calc(100% / (12/9));
    max-width: calc(100% / (12/9));
  }

  .col-xl-10 {
    flex: 0 0 calc(100% / (12/10));
    max-width: calc(100% / (12/10));
  }

  .col-xl-11 {
    flex: 0 0 calc(100% / (12/11));
    max-width: calc(100% / (12/11));
  }

  .col-xl-12 {
    flex: 0 0 calc(100% / (12/12));
    max-width: calc(100% / (12/12));
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }

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

  .flex-xl-column {
    flex-direction: column;
  }

  .align-items-xl-start {
    align-items: flex-start;
  }

  .align-items-xl-end {
    align-items: flex-end;
  }

  .align-items-xl-center {
    align-items: center;
  }

  .align-items-xl-stretch {
    align-items: stretch;
  }

  .align-content-xl-start {
    align-content: flex-start;
  }

  .align-content-xl-end {
    align-content: flex-end;
  }

  .align-content-xl-center {
    align-content: center;
  }

  .align-content-xl-stretch {
    align-content: stretch;
  }

  .align-content-xl-between {
    align-content: space-between;
  }

  .justify-content-xl-start {
    justify-content: flex-start;
  }

  .justify-content-xl-end {
    justify-content: flex-end;
  }

  .justify-content-xl-center {
    justify-content: center;
  }

  .justify-content-xl-between {
    justify-content: space-between;
  }

  .justify-content-xl-around {
    justify-content: space-around;
  }
}
@media (min-width: 1450px) {
  .col-xxl-1 {
    flex: 0 0 calc(100% / (12/1));
    max-width: calc(100% / (12/1));
  }

  .col-xxl-2 {
    flex: 0 0 calc(100% / (12/2));
    max-width: calc(100% / (12/2));
  }

  .col-xxl-3 {
    flex: 0 0 calc(100% / (12/3));
    max-width: calc(100% / (12/3));
  }

  .col-xxl-4 {
    flex: 0 0 calc(100% / (12/4));
    max-width: calc(100% / (12/4));
  }

  .col-xxl-5 {
    flex: 0 0 calc(100% / (12/5));
    max-width: calc(100% / (12/5));
  }

  .col-xxl-6 {
    flex: 0 0 calc(100% / (12/6));
    max-width: calc(100% / (12/6));
  }

  .col-xxl-7 {
    flex: 0 0 calc(100% / (12/7));
    max-width: calc(100% / (12/7));
  }

  .col-xxl-8 {
    flex: 0 0 calc(100% / (12/8));
    max-width: calc(100% / (12/8));
  }

  .col-xxl-9 {
    flex: 0 0 calc(100% / (12/9));
    max-width: calc(100% / (12/9));
  }

  .col-xxl-10 {
    flex: 0 0 calc(100% / (12/10));
    max-width: calc(100% / (12/10));
  }

  .col-xxl-11 {
    flex: 0 0 calc(100% / (12/11));
    max-width: calc(100% / (12/11));
  }

  .col-xxl-12 {
    flex: 0 0 calc(100% / (12/12));
    max-width: calc(100% / (12/12));
  }

  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap;
  }

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

  .flex-xxl-column {
    flex-direction: column;
  }

  .align-items-xxl-start {
    align-items: flex-start;
  }

  .align-items-xxl-end {
    align-items: flex-end;
  }

  .align-items-xxl-center {
    align-items: center;
  }

  .align-items-xxl-stretch {
    align-items: stretch;
  }

  .align-content-xxl-start {
    align-content: flex-start;
  }

  .align-content-xxl-end {
    align-content: flex-end;
  }

  .align-content-xxl-center {
    align-content: center;
  }

  .align-content-xxl-stretch {
    align-content: stretch;
  }

  .align-content-xxl-between {
    align-content: space-between;
  }

  .justify-content-xxl-start {
    justify-content: flex-start;
  }

  .justify-content-xxl-end {
    justify-content: flex-end;
  }

  .justify-content-xxl-center {
    justify-content: center;
  }

  .justify-content-xxl-between {
    justify-content: space-between;
  }

  .justify-content-xxl-around {
    justify-content: space-around;
  }
}
.form-group {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .form-group {
    margin-bottom: 3rem;
  }
}

.input-group {
  display: flex;
  width: 100%;
  min-width: 1px;
}
.input-group input {
  border-right: none !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  flex: 0 1 100%;
  min-width: 1px;
}
.input-group .input-group-append .btn {
  height: 100%;
  border-radius: 0;
  font-size: 1.3rem;
}
.input-group .input-group-append .text {
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border: 2px solid #d9d9d9;
  border-left: none;
  border-radius: 0 9px 9px 0;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #a6a6a6;
}
.input-group .input-group-append .text:before {
  content: "";
  width: 1px;
  height: 60%;
  top: 20%;
  background-color: #a6a6a6;
  left: 0;
  position: absolute;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.form-control {
  height: auto;
  line-height: 4.5rem;
  transition: 0.2s linear;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  border: none;
  padding: 0 15px;
  background-color: #fff;
  border: 2px solid #d9d9d9;
  font-weight: 600;
  color: #000000;
}
@media (min-width: 768px) {
  .form-control {
    line-height: 5rem;
    padding: 0 2.5rem;
    font-size: 1.6rem;
  }
}
.form-control::placeholder {
  opacity: 1;
  color: #a6a6a6;
  font-weight: 400;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .form-control::placeholder {
    font-size: 1.6rem;
  }
}
.form-control[type=number] {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
@media (min-width: 768px) {
  .form-control[type=number] {
    text-align: right;
  }
}
.form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control.is-invalid {
  border: 1px solid #c92327;
  box-shadow: 0 0 3px #c92327;
}
.form-control.is-valid {
  border: 1px solid #04d967;
  box-shadow: 0 0 3px #04d967;
}
.form-control:focus {
  outline: none;
}

.invalid-feedback {
  padding: 1rem 0 0;
  color: #c92327;
}

.error {
  color: #c92327;
  font-size: 1.4rem;
  font-style: italic;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

.label-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.26px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .label-text {
    font-size: 1.6rem;
  }
}

.fake-radio,
.fake-checkbox {
  width: 22px;
  flex: 0 0 22px;
  height: 22px;
  border-radius: 60%;
  margin-right: 1rem;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #000000;
  cursor: pointer;
}
.fake-radio:after,
.fake-checkbox:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 1.3rem !important;
  color: #000000;
}

.fake-checkbox {
  border-radius: 4px !important;
}

input[type=radio]:checked + .fake-radio:after,
input[type=checkbox]:checked + .fake-checkbox:after {
  background-color: #fff;
  content: "\f00c";
}

input[type=radio]:checked + .fake-radio:after {
  background-color: #fff;
  content: "\f00c";
}

.radio-label {
  cursor: pointer;
  margin-bottom: 0;
}

.fake-checkbox::after {
  font-family: "Font Awesome 5 Free";
}

.fake-radio::after {
  font-family: "Font Awesome 5 Free";
}

input[type=checkbox]:checked + .fake-checkbox::after {
  background-image: url(img/check.png);
  color: #7969E6;
  font-weight: bolder;
}

input[type=radio]:checked + .fake-radio::after {
  background-image: url(img/check.png);
  color: #7969E6;
  font-weight: bolder;
}

input[type=checkbox]:checked ~ .checkbox-text {
  color: #000000 !important;
}

input[type=radio]:checked ~ .radio-text {
  color: #000000 !important;
}

header .header-top {
  padding-top: 15px;
  margin-bottom: 22px;
}
header .header-top .header-top-wrapper {
  display: flex;
  align-items: center;
}
header .header-top .header-top-wrapper .search-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-top .header-top-wrapper .search-btn {
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
header .header-top .header-top-wrapper .social-menu-wrapper .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 7px;
}
header .header-top .header-top-wrapper .social-menu-wrapper .social-link svg {
  fill: #fff;
}
header .header-top .header-top-wrapper .social-menu-wrapper .subscribe-link {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
}
header .header-top .search-form {
  display: none;
  max-width: 170px;
  margin-right: 9px;
  position: absolute;
  right: 20px;
}
@media (min-width: 992px) {
  header .header-top .search-form {
    display: flex;
    align-items: center;
    position: static;
    max-width: 190px;
  }
  header .header-top .search-form .search-btn {
    margin-left: 10px;
  }
}
header .header-top .search-form .form-group {
  margin-bottom: 0;
}
header .header-top .search-form input {
  line-height: 2.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  padding: 0 4px;
}
header .header-top .search-form.visible {
  display: block;
}
header .header-middle {
  margin-bottom: 35px;
}
header .container {
  text-align: center;
}
header .header-logo,
header .custom-logo-link {
  display: block;
  max-width: 380px;
  margin-inline: auto;
  transition: 0.35s ease-in-out;
}
header .header-logo:hover,
header .custom-logo-link:hover {
  opacity: 0.65;
}
header .header-bottom {
  transition: 0.1s linear;
}
header .header-bottom.header-bottom-fixed {
  border-bottom: 1px solid #e0e0e0;
  position: fixed;
  bottom: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  transform: translateY(100%);
}
header .header-bottom.header-bottom-fixed .header-bottom-wrapper {
  border-bottom: none;
  padding: 15px 0;
}
header .header-bottom.header-bottom-fixed .header-bottom-wrapper .header-logo,
header .header-bottom.header-bottom-fixed .header-bottom-wrapper .custom-logo-link {
  display: block;
  max-width: 120px;
  flex: 0 0 120px;
  height: auto;
}
header .header-bottom .header-bottom-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 26px;
}
header .header-bottom .header-bottom-wrapper .menu-toggler {
  margin-right: 13px;
}
header .header-bottom .header-bottom-wrapper .category-menu-wrapper .category-menu {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
}
header .header-bottom .header-bottom-wrapper .category-menu-wrapper .category-menu .category-menu-item {
  margin-inline: 7px;
  position: relative;
}
header .header-bottom .header-bottom-wrapper .category-menu-wrapper .category-menu .category-menu-item:hover .category-submenu {
  display: block;
}
header .header-bottom .header-bottom-wrapper .category-menu-wrapper .category-menu .category-menu-item:hover .toggle-submenu {
  transform: rotateX(180deg);
}
header .header-bottom .header-bottom-wrapper .category-menu-wrapper .category-menu .category-menu-item .category-submenu {
  list-style: none;
  display: none;
  padding: 10px;
  position: absolute;
  transition: 0.4s linear;
  top: 100%;
  left: 5%;
  width: auto;
  z-index: 3;
  background-color: #fff;
  box-shadow: 1px 2px 5px 2px #888888;
}
header .header-bottom .header-bottom-wrapper .category-menu-wrapper .category-menu .category-menu-item .category-menu-link {
  display: block;
  font-size: 2.1rem;
  font-weight: 700;
  padding: 0 7px;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-bottom .header-bottom-wrapper .category-menu-wrapper .category-menu .category-menu-item .category-menu-link .toggle-submenu {
  padding-inline: 5px;
  flex: 0 0 26px;
  width: 26px;
  margin-left: 5px;
  transition: 0.2s linear;
}
header .header-bottom .header-bottom-wrapper .category-menu-wrapper .category-menu .category-menu-item .category-menu-link .toggle-submenu svg {
  fill: #000;
}
header .header-bottom .header-logo,
header .header-bottom .custom-logo-link {
  display: none;
}
header .header-menu {
  position: fixed;
  z-index: 1050;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  padding: 18px 14px 18px 18px;
  transition: 0.2s linear;
}
header .header-menu.visible {
  left: 0;
}
@media (min-width: 576px) {
  header .header-menu {
    max-width: 270px;
    left: -270px;
  }
}
header .header-menu .close-menu {
  text-align: right;
  margin-bottom: 20px;
}
header .header-menu .close-button {
  background-color: transparent;
  box-shadow: none;
  border: none;
  display: inline-block;
  margin-left: auto;
  height: 20px;
  cursor: pointer;
}
header .header-menu .close-button span {
  display: block;
  width: 23px;
  height: 4px;
  background-color: #fff;
}
header .header-menu .close-button span:first-of-type {
  transform: rotateZ(45deg);
  margin: 2px 0 -4px;
}
header .header-menu .close-button span:last-of-type {
  transform: rotateZ(-45deg);
}
header .header-menu .primary-menu {
  max-width: 250px;
  list-style: none;
  padding-left: 0;
}
header .header-menu .primary-menu .primary-menu-item {
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid transparent;
}
header .header-menu .primary-menu .primary-menu-item:not(:last-of-type) {
  margin-bottom: 5px;
}
header .header-menu .primary-menu .primary-menu-item.clicked {
  border: 1px solid #aaa;
}
header .header-menu .primary-menu .primary-menu-item .primary-submenu {
  display: none;
  list-style: none;
  padding-left: 10px;
}
header .header-menu .primary-menu .primary-menu-link {
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 2.6rem;
  display: block;
  padding: 0 7px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-menu .primary-menu .primary-menu-link .toggle-submenu {
  padding-inline: 5px;
  flex: 0 0 26px;
  width: 26px;
  margin-left: 5px;
  transition: 0.2s linear;
}
header .header-menu .primary-menu .primary-menu-link .toggle-submenu.clicked {
  transform: rotateX(180deg);
}
header .header-menu .primary-menu .primary-menu-link .toggle-submenu svg {
  fill: #fff;
}

.single-page {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .single-page .single-page-wrapper {
    border-bottom: 1px solid #e0e0e0;
  }
}
@media (min-width: 1200px) {
  .single-page .single-page-wrapper {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .single-page .single-page-wrapper .main-content {
    flex: 0 0 66.66%;
    width: 66.66%;
    padding-inline: 15px;
  }
}
.single-page .single-page-wrapper .main-content .category-tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.single-page .single-page-wrapper .main-content .category-tag-wrapper a {
  display: block;
  margin-right: 8px;
  border-radius: 3px;
  color: #000;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 0 6px;
  margin-bottom: 5px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.single-page .single-page-wrapper .main-content .category-tag-wrapper a.category {
  background-color: #000;
  color: #fff;
}
.single-page .single-page-wrapper .main-content .category-tag-wrapper a:last-of-type {
  margin-right: 0;
}
.single-page .single-page-wrapper .main-content .page-title {
  font-size: 3.3rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .single-page .single-page-wrapper .main-content .page-title {
    font-size: 4.1rem;
  }
}
.single-page .single-page-wrapper .main-content .news-info {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-family: "Rajdhani", sans-serif;
  display: flex;
  margin-bottom: 20px;
}
.single-page .single-page-wrapper .main-content .news-info .date {
  margin-right: 5px;
}
.single-page .single-page-wrapper .main-content .news-info .author {
  font-style: italic;
  margin-left: 5px;
}
.single-page .single-page-wrapper .main-content .news-info .author:hover {
  text-decoration: underline;
}
.single-page .single-page-wrapper .main-content .short-desc {
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 2.4rem;
}
.single-page .single-page-wrapper .main-content .share {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.single-page .single-page-wrapper .main-content .share .share-link {
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 10px 20px;
  margin-inline: 4px;
}
.single-page .single-page-wrapper .main-content .share .share-link.facebook {
  background-color: #2a66b3;
}
.single-page .single-page-wrapper .main-content .share .share-link.twitter {
  background-color: #35bbec;
}
.single-page .single-page-wrapper .main-content .share .share-link.pinterest {
  background-color: #ad0016;
}
.single-page .single-page-wrapper .main-content .share .share-link svg {
  fill: #fff;
}
.single-page .single-page-wrapper .main-content .share .share-link span {
  display: none;
}
@media (min-width: 768px) {
  .single-page .single-page-wrapper .main-content .share .share-link span {
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-left: 15px;
  }
}
.single-page .single-page-wrapper .main-content .content {
  margin-bottom: 35px;
}
.single-page .single-page-wrapper .main-content .content h2,
.single-page .single-page-wrapper .main-content .content h3,
.single-page .single-page-wrapper .main-content .content h4,
.single-page .single-page-wrapper .main-content .content h5,
.single-page .single-page-wrapper .main-content .content h6 {
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.2;
}
.single-page .single-page-wrapper .main-content .content h1 {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .single-page .single-page-wrapper .main-content .content h1 {
    font-size: 3.6rem;
  }
}
.single-page .single-page-wrapper .main-content .content h2 {
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  .single-page .single-page-wrapper .main-content .content h2 {
    font-size: 3rem;
  }
}
.single-page .single-page-wrapper .main-content .content h3 {
  font-size: 2.2rem;
}
@media (min-width: 992px) {
  .single-page .single-page-wrapper .main-content .content h3 {
    font-size: 2.6rem;
  }
}
.single-page .single-page-wrapper .main-content .content h4 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .single-page .single-page-wrapper .main-content .content h4 {
    font-size: 2.3rem;
  }
}
.single-page .single-page-wrapper .main-content .content h5 {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .single-page .single-page-wrapper .main-content .content h5 {
    font-size: 2rem;
  }
}
.single-page .single-page-wrapper .main-content .content h6 {
  font-size: 1.6rem;
}
.single-page .single-page-wrapper .main-content .content strong,
.single-page .single-page-wrapper .main-content .content bold {
  font-weight: 700;
}
.single-page .single-page-wrapper .main-content .content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 20px;
}
.single-page .single-page-wrapper .main-content .content a {
  border-bottom: 2px solid #ad0016;
}
.single-page .single-page-wrapper .main-content .content ul,
.single-page .single-page-wrapper .main-content .content ol {
  margin-bottom: 20px;
}
.single-page .single-page-wrapper .main-content .content ul li,
.single-page .single-page-wrapper .main-content .content ol li {
  margin-bottom: 10px;
}
.single-page .single-page-wrapper .main-content .content table,
.single-page .single-page-wrapper .main-content .content td,
.single-page .single-page-wrapper .main-content .content th {
  border: 1px solid #000000;
  border-collapse: collapse;
  border-spacing: 0;
}
.single-page .single-page-wrapper .main-content .content table {
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .single-page .single-page-wrapper .main-content .content table {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .single-page .single-page-wrapper .main-content .content table {
    margin-bottom: 2.5rem;
  }
}
.single-page .single-page-wrapper .main-content .content table td,
.single-page .single-page-wrapper .main-content .content table th {
  padding: 5px;
  font-size: 1.4rem;
  line-height: 1.25;
}
.single-page .single-page-wrapper .main-content .content table th {
  font-weight: 700;
}
.single-page .single-page-wrapper .main-content .content iframe:not(.instagram-media) {
  max-width: 100% !important;
}
.single-page .single-page-wrapper .main-content .content iframe[src*=facebook] {
  display: block;
  margin: 0 auto 20px;
}
.single-page .single-page-wrapper .main-content .content iframe[src*=youtube],
.single-page .single-page-wrapper .main-content .content iframe[src*=vimeo] {
  display: block;
  margin: 0 auto 20px;
  width: 100% !important;
  height: 56.65% !important;
  aspect-ratio: 16/9;
}
.single-page .single-page-wrapper .main-content .content iframe[src*=pinterest] {
  display: block;
  margin-inline: auto;
}
.single-page .single-page-wrapper .main-content .content .instagram-media {
  margin: 0 auto !important;
  margin-bottom: 20px !important;
}
.single-page .single-page-wrapper .main-content .content .twitter-tweet {
  margin-inline: auto;
}
.single-page .single-page-wrapper .main-content .content .embed-responsive {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .single-page .single-page-wrapper .main-content .content .embed-responsive {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .single-page .single-page-wrapper .main-content .content .embed-responsive {
    margin-bottom: 2.5rem;
  }
}
.single-page .single-page-wrapper .main-content .content .embed-responsive iframe {
  width: 100%;
}
.single-page .single-page-wrapper .main-content .content .embed-responsive[data-socialembed=instagram] iframe {
  position: relative;
  max-width: none !important;
}
.single-page .single-page-wrapper .main-content .content figure {
  position: relative;
  margin-bottom: 5px;
  /*margin-bottom: 15px;
  @media (min-width: 768px) {
    margin-bottom: 2rem;
  }
  @media (min-width: 992px) {
    margin-bottom: 2.5rem;
  }*/
}
.single-page .single-page-wrapper .main-content .content figure .caption {
  position: absolute;
  top: 100%;
  font-size: 12px;
  line-height: 24px;
  font-style: italic;
  padding: 5px 10px;
}
.single-page .single-page-wrapper .main-content .content figure img {
  display: block;
}
.single-page .single-page-wrapper .main-content .content figure .image-source {
  position: absolute;
  bottom: 2px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 3px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .single-page .single-page-wrapper .main-content .content figure .image-source {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.single-page .single-page-wrapper .main-content .content .single-news-img {
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .single-page .single-page-wrapper .main-content .content .single-news-img {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .single-page .single-page-wrapper .main-content .content .single-news-img {
    margin-bottom: 2.5rem;
  }
}
.single-page .single-page-wrapper .main-content .content .single-news-img .image-source {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 3px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .single-page .single-page-wrapper .main-content .content .single-news-img .image-source {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.single-page .single-page-wrapper .main-content .content .single-news-img figcaption {
  position: absolute;
  top: 100%;
  font-size: 8px;
  line-height: 20px;
}
@media (min-width: 1300px) {
  .single-page .single-page-wrapper .main-content .content .single-news-img figcaption {
    font-size: 12px;
    line-height: 14px;
  }
}
.single-page .single-page-wrapper .main-content .content .image-wrapper {
  margin-bottom: 2rem;
}
.single-page .single-page-wrapper .main-content .content .image-wrapper.aligncenter {
  text-align: center;
}
.single-page .single-page-wrapper .main-content .content .wp-caption {
  max-width: 100%;
  position: relative;
}
.single-page .single-page-wrapper .main-content .content .wp-caption.alignleft {
  float: left;
  margin-right: 15px;
}
.single-page .single-page-wrapper .main-content .content .wp-caption.alignright {
  float: right;
  margin-left: 15px;
}
.single-page .single-page-wrapper .main-content .content .wp-caption.aligncenter {
  display: inline-block;
}
.single-page .single-page-wrapper .main-content .content .wp-caption img {
  display: block;
}
.single-page .single-page-wrapper .main-content .content .wp-caption .wp-caption-text {
  width: 100%;
  line-height: 24px;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.single-page .single-page-wrapper .main-content .content .wp-caption .wp-caption-text .img-source {
  position: absolute;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.2rem;
  bottom: 24px;
  right: 0;
  padding: 3px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}
.single-page .single-page-wrapper .main-content .content .instagram-media {
  min-width: 300px !important;
  margin-bottom: 1.5rem;
  margin-inline: auto !important;
}
@media (min-width: 768px) {
  .single-page .single-page-wrapper .main-content .content .instagram-media {
    margin-bottom: 2.5rem;
  }
}
.single-page .single-page-wrapper .main-content .content .youtube {
  margin: 30px auto;
  position: relative;
  display: block;
}
.single-page .single-page-wrapper .main-content .content .youtube:before {
  content: "";
  display: block;
  padding-top: 56%;
}
.single-page .single-page-wrapper .main-content .content .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.single-page .single-page-wrapper .main-content .content .twitter {
  margin: 30px 0;
}
.single-page .single-page-wrapper .main-content .content .twitter .twitter-tweet {
  margin-inline: auto;
}
.single-page .single-page-wrapper .main-content .content .facebook {
  margin: 30px auto;
  position: relative;
  display: block;
}
.single-page .single-page-wrapper .main-content .content .facebook:before {
  content: "";
  display: block;
  padding-top: 56%;
}
.single-page .single-page-wrapper .main-content .content .facebook iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.single-page .single-page-wrapper .main-content .content .anterfile,
.single-page .single-page-wrapper .main-content .content .pullquote {
  padding: 23px 13px;
  margin-bottom: 23px;
  border: none !important;
  background-color: #f7f7f7;
  text-align: left !important;
}
@media (min-width: 992px) {
  .single-page .single-page-wrapper .main-content .content .anterfile,
.single-page .single-page-wrapper .main-content .content .pullquote {
    margin-bottom: 30px;
    padding: 30px 24px;
  }
}
@media (min-width: 576px) {
  .single-page .single-page-wrapper .main-content .content .anterfile.pull-left, .single-page .single-page-wrapper .main-content .content .anterfile.align-left,
.single-page .single-page-wrapper .main-content .content .pullquote.pull-left,
.single-page .single-page-wrapper .main-content .content .pullquote.align-left {
    width: 50%;
    margin-right: 25px;
    margin-left: 0;
    margin-bottom: 1rem !important;
    float: left;
  }
  .single-page .single-page-wrapper .main-content .content .anterfile.pull-right, .single-page .single-page-wrapper .main-content .content .anterfile.align-right,
.single-page .single-page-wrapper .main-content .content .pullquote.pull-right,
.single-page .single-page-wrapper .main-content .content .pullquote.align-right {
    width: 50%;
    margin-left: 25px;
    margin-right: 0;
    margin-bottom: 1rem !important;
    float: right;
  }
}
.single-page .single-page-wrapper .main-content .content .anterfile p b,
.single-page .single-page-wrapper .main-content .content .anterfile p strong,
.single-page .single-page-wrapper .main-content .content .pullquote p b,
.single-page .single-page-wrapper .main-content .content .pullquote p strong {
  font-weight: 800;
  font-size: 2rem;
}
.single-page .single-page-wrapper .main-content .content .anterfile p:last-of-type,
.single-page .single-page-wrapper .main-content .content .pullquote p:last-of-type {
  margin-bottom: 0px;
}
.single-page .single-page-wrapper .main-content .content .quote {
  padding: 13px 0 13px 13px;
  margin-bottom: 0;
  width: 100%;
  position: relative;
  border-left: 1px solid #000000;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .single-page .single-page-wrapper .main-content .content .quote {
    margin-bottom: 34px;
    padding-left: 19px;
  }
  .single-page .single-page-wrapper .main-content .content .quote.pull-left {
    width: 57%;
    margin-right: 25px;
    margin-left: 0;
    margin-bottom: 1rem !important;
    float: left;
  }
  .single-page .single-page-wrapper .main-content .content .quote.pull-right {
    width: 57%;
    margin-left: 25px;
    margin-right: 0;
    margin-bottom: 1rem !important;
    float: right;
  }
}
.single-page .single-page-wrapper .main-content .content .quote p:last-of-type {
  margin-bottom: 0;
}
.single-page .single-page-wrapper .main-content .content .quote p {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.53px;
  font-weight: 700;
}
@media (min-width: 1300px) {
  .single-page .single-page-wrapper .main-content .content .quote p {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
  }
}
.single-page .single-page-wrapper .main-content .content .inlineImage_center {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .single-page .single-page-wrapper .main-content .content .gallery-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .single-page .single-page-wrapper .main-content .content .gallery-wrapper {
    margin-bottom: 2.5rem;
  }
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper img {
  display: block;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item {
  display: none !important;
  text-decoration: none;
  position: relative;
  background-color: transparent;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item:first-of-type {
  display: block !important;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .figure-caption {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-style: italic;
  color: #000;
  text-decoration: none;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .image-source {
  position: absolute;
  bottom: 2px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 3px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .image-source {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .display-gallery {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000000;
  padding: 7px 20px 7px 13px;
  margin-bottom: 0;
  font-family: "Merriweather", serif;
}
@media (min-width: 992px) {
  .single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .display-gallery {
    padding: 7px 40px 7px 22px;
  }
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .display-gallery:hover span:last-of-type {
  text-decoration: underline;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .display-gallery .gallery-icon {
  display: block;
  width: 20px;
  height: 20px;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .display-gallery .gallery-icon svg {
  fill: #fff;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .display-gallery span:last-of-type {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  margin-left: 8px;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey {
  margin-bottom: 25px;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey form {
  margin-bottom: 20px;
}
.single-news-content .single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey {
  background-color: #f3f3f3;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .single-news-content .single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey {
    padding: 24px 42px;
  }
}
.single-news-content .single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey .survey-question {
  font-size: 2rem !important;
  line-height: 2.3rem !important;
  font-weight: 500 !important;
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .single-news-content .single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey .survey-question {
    font-size: 2.2rem !important;
    line-height: 2.3rem !important;
    margin-bottom: 33px !important;
  }
}
.single-news-content .single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey .form-group {
  padding-left: 1rem;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey .survey-question {
  font-size: 17px;
  line-height: 24px;
  font-family: "Merriweather", serif;
  font-weight: 200;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  background-color: #000000;
  text-transform: uppercase;
  margin-bottom: 0;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey .survey-inner {
  background-color: #f7f7f7;
  padding: 20px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey .survey-inner {
    padding-bottom: 80px;
  }
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey .survey-inner .fake-radio {
  top: 8px;
  align-self: flex-start;
  border: none;
  background-color: #000000;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey .survey-inner .radio-label {
  align-items: center;
  max-width: 100%;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey .survey-inner .radio-label:not(:last-of-type) {
  margin-bottom: 20px;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey .survey-inner .radio-label:checked .fake-radio::after {
  background-color: #000000;
}
@media (min-width: 768px) {
  .single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey .survey-inner .radio-label {
    max-width: 70%;
  }
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey .survey-inner .radio-label .survey-option-title {
  color: #8c8b8a;
  font-size: 21px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Merriweather", serif;
  flex: 1 1 100%;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey .survey-inner input[type=radio]:checked ~ * {
  color: #000000 !important;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey .survey-action {
  text-align: center;
  background-color: #f7f7f7;
  justify-content: space-between !important;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey .survey-action .btn {
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  line-height: 36px;
  padding: 4px 24px;
  font-family: "Merriweather", serif;
  font-weight: 200;
  border: none;
  cursor: pointer;
  transition: 0.2s linear;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey .survey-action .btn.btn-pink {
  background: #000000;
  color: #fff;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey .survey-action .btn.btn-pink:hover {
  color: #000000;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .widget-survey .survey-result .survey-option {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .fancybox-caption {
  padding: 15px 5px;
  opacity: 1 !important;
  visibility: visible !important;
  font-style: italic;
}
@media (min-width: 768px) {
  .single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .fancybox-caption {
    padding: 15px;
  }
  .single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .fancybox-caption:after {
    left: 15px;
    right: 15px;
  }
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .fancybox-caption .description {
  max-width: 350px;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .fancybox-caption .signature {
  text-align: right;
  max-width: 350px;
  margin-left: auto;
}
.single-page .single-page-wrapper .main-content .content .gallery-wrapper .gallery-item .fancybox-caption:after {
  left: 5px;
  right: 5px;
}
.single-page .single-page-wrapper .main-content .content .podcast-part h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 35px;
}
.single-page .single-page-wrapper .main-content .content .podcast-part audio {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.single-page .single-page-wrapper .main-content .content .inside-news-wrapper {
  margin-bottom: 35px;
}
.single-page .single-page-wrapper .main-content .content .inside-news-wrapper h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 35px;
}
.single-page .single-page-wrapper .main-content .content .inside-news {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .single-page .single-page-wrapper .main-content .content .inside-news {
    display: flex;
    align-items: flex-start;
  }
}
.single-page .single-page-wrapper .main-content .content .inside-news .news-image {
  display: block;
  max-width: 320px;
  height: auto;
  margin-inline: auto;
  border: none;
}
@media (min-width: 768px) {
  .single-page .single-page-wrapper .main-content .content .inside-news .news-image {
    flex: 0 0 40%;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .single-page .single-page-wrapper .main-content .content .inside-news .news-image {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
}
.single-page .single-page-wrapper .main-content .content .inside-news .news-image::after {
  padding-top: 64%;
}
.single-page .single-page-wrapper .main-content .content .inside-news .news-content {
  padding-inline: 15px;
}
@media (min-width: 768px) {
  .single-page .single-page-wrapper .main-content .content .inside-news .news-content {
    flex: 0 0 60%;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .single-page .single-page-wrapper .main-content .content .inside-news .news-content {
    flex: 0 0 66.66%;
    width: 66.66%;
  }
}
.single-page .single-page-wrapper .main-content .content .inside-news .news-content .news-title a {
  background-color: transparent;
  border: none;
  font-size: 2.8rem;
}
.single-page .single-page-wrapper .main-content .content .inside-news .news-content .short-desc {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .single-page .single-page-wrapper .main-content .content .inside-news .news-content .short-desc {
    max-width: unset;
  }
}
@media (min-width: 1200px) {
  .single-page .single-page-wrapper .sidebar {
    flex: 0 0 33.33%;
    width: 33.33%;
    padding-inline: 15px;
  }
}
.single-page .single-page-wrapper .sidebar .most-read-wrapper {
  background-color: #000;
  color: #fff;
  padding: 16px;
  margin-bottom: 30px;
}
.single-page .single-page-wrapper .sidebar .most-read-wrapper h3 {
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.single-page .single-page-wrapper .sidebar .most-read-wrapper .news-title {
  display: block;
  border-bottom: 1px solid #666;
  padding: 10px 0;
  color: inherit;
}
.single-page .single-page-wrapper .sidebar .most-read-wrapper .news-title:last-of-type {
  border-bottom: none;
}

.similar-news {
  margin-bottom: 50px;
}
.similar-news h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.similar-news h2 span {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 300;
  color: #ababab;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.similar-news h2 span::after {
  content: "";
  width: 150px;
  height: 1px;
  position: absolute;
  background-color: #e0e0e0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.similar-news h2 strong {
  display: block;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 576px) {
  .similar-news .news-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-bottom: 1px solid #e0e0e0;
  }
}
@media (min-width: 992px) {
  .similar-news .news-wrapper {
    justify-content: flex-start;
  }
}
.similar-news .news-wrapper .news {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .similar-news .news-wrapper .news {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  .similar-news .news-wrapper .news {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin-inline: 15px;
  }
}
.similar-news .news-wrapper .news .news-image {
  margin-bottom: 15px;
}
.similar-news .news-wrapper .news .news-image::after {
  padding-top: 100%;
}
.similar-news .news-wrapper .news .news-title {
  font-size: 1.8rem;
  line-height: 1.2;
}
.similar-news .news-wrapper .news .news-category {
  display: none;
}
.similar-news .news-wrapper .news .tag-name {
  display: block;
}
.similar-news .news-wrapper .news .short-desc {
  display: none;
}

.other-news {
  margin-bottom: 50px;
}
.other-news h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.other-news h2 span {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 300;
  color: #ababab;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.other-news h2 span::after {
  content: "";
  width: 150px;
  height: 1px;
  position: absolute;
  background-color: #e0e0e0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.other-news h2 strong {
  display: block;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 768px) {
  .other-news .news-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-bottom: 1px solid #e0e0e0;
  }
}
.other-news .news-wrapper .news {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .other-news .news-wrapper .news {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
.other-news .news-wrapper .news .news-image {
  margin-bottom: 15px;
}
.other-news .news-wrapper .news .news-image::after {
  padding-top: 52%;
}
.other-news .news-wrapper .news .news-title {
  font-size: 1.8rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .other-news .news-wrapper .news .news-title {
    font-size: 2.8rem;
  }
}
.other-news .news-wrapper .news .news-category {
  display: none;
}
.other-news .news-wrapper .news .tag-name {
  display: block;
}
@media (min-width: 768px) {
  .other-news .news-wrapper .news .short-desc {
    display: none;
  }
}
@media (min-width: 992px) {
  .other-news .news-wrapper .news .short-desc {
    display: block;
  }
}

.comments-section {
  padding: 0 15px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .comments-section {
    padding: 0;
  }
}
.comments-section .comment-reply-title {
  display: none;
}
.comments-section .comment-notes {
  display: none;
}
.comments-section .comment-form-url {
  display: none;
}
.comments-section .comment-form-cookies-consent {
  display: none;
}
.comments-section .logged-in-as a {
  color: #000;
}
.comments-section .comment-form {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comments-section .comment-form p {
  font-size: 1.6rem;
  font-weight: 300;
}
.comments-section .comment-form .gglcptch {
  order: 3;
}
.comments-section .comment-form .form-group .form-control {
  border-radius: 0px;
}
.comments-section .comment-form .comment-form-comment {
  order: 2;
  flex: 0 0 100%;
  max-width: 100%;
}
.comments-section .comment-form .comment-form-author {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .comments-section .comment-form .comment-form-author {
    flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
  }
}
.comments-section .comment-form .comment-form-email {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .comments-section .comment-form .comment-form-email {
    flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
  }
}
.comments-section .comment-form .form-submit {
  order: 3;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
}
.comments-section .comment-form .form-submit input {
  background-color: #000;
  color: #fff;
  padding: 13px 20px;
  border-radius: 0px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}
.comments-section .comment-form .form-submit input:hover {
  background-color: #333333;
}
.comments-section .comment-form .form-submit input:hover:after {
  opacity: 1;
  top: -30%;
  left: 5%;
  transition-property: left, top, opacity;
  transition-duration: 0.4s, 0.4s, 0.2s;
  transition-timing-function: ease;
}
.comments-section .comment-form .form-submit input:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 25px;
  opacity: 0;
  transform: rotate(45deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.03) 100%);
}
.comments-section .commentlist {
  list-style: none;
  padding-left: 0;
  border-top: 1px solid #f4f4f4;
  order: 2;
}
.comments-section .commentlist .children {
  list-style: none;
  padding-left: 10px;
}
.comments-section .commentlist .comment-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid #f4f4f4;
}
.comments-section .commentlist .comment-body p {
  font-size: 1.6rem;
  font-weight: 300;
}
.comments-section .commentlist .comment-body .comment-author {
  order: 1;
  margin-right: 2rem;
}
.comments-section .commentlist .comment-body .comment-author .avatar {
  display: none;
}
.comments-section .commentlist .comment-body .comment-author .says {
  display: none;
}
.comments-section .commentlist .comment-body .comment-author cite {
  font-family: "Merriweather", serif;
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin-right: 1rem;
  font-weight: bold;
}
.comments-section .commentlist .comment-body .comment-author cite a {
  font-weight: bold;
}
.comments-section .commentlist .comment-body .comment-meta {
  order: 2;
}
.comments-section .commentlist .comment-body .comment-meta a {
  font-family: "Merriweather", serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0.35px;
  color: #868686;
  border-bottom: none;
}
.comments-section .commentlist .comment-body .reply {
  order: 3;
  margin-left: auto;
  font-family: "Merriweather", serif;
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-transform: uppercase;
  border-bottom: none;
}
.comments-section .commentlist .comment-body .reply a {
  border-bottom: none;
  font-weight: bold;
}
.comments-section .commentlist .comment-body > p {
  order: 4;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 1rem;
}
.comments-section .commentslist {
  border-top: 1px solid #f4f4f4;
}
.comments-section .commentslist .comment-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #f4f4f4;
}
.comments-section .commentslist .comment-item .comment-header {
  margin-bottom: 1rem;
}
.comments-section .commentslist .comment-item .comment-header .comment-author {
  font-family: "Merriweather", serif;
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin-right: 1rem;
}
.comments-section .commentslist .comment-item .comment-header .comment-published {
  font-family: "Merriweather", serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0.35px;
  color: #868686;
}
.comments-section .commentslist .comment-item .comment-header .reply {
  font-family: "Merriweather", serif;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: 1.33px;
}
.comments-section .commentslist .comment-item .comment-body {
  color: #313131;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 50px;
  max-width: 710px;
  margin-inline: auto;
  position: relative;
}
.nav-links .page-numbers {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #a1a1a1;
  border-bottom: 2px solid transparent;
  margin-inline: 4px;
  padding: 14px 2px;
  display: block;
  text-align: center;
}
@media (min-width: 576px) {
  .nav-links .page-numbers {
    min-width: 20px;
  }
}
@media (min-width: 768px) {
  .nav-links .page-numbers {
    min-width: 50px;
  }
}
.nav-links .page-numbers.current, .nav-links .page-numbers:hover {
  color: #000;
}
.nav-links .page-numbers.current {
  border-bottom: 2px solid #fff600;
}
.nav-links .page-numbers.prev {
  position: absolute;
  left: 0;
}
.nav-links .page-numbers.next {
  position: absolute;
  right: 0;
}
.nav-links .next:hover svg,
.nav-links .prev:hover svg {
  fill: #a1a1a1;
}

.link-section .link-section-wrapper {
  max-width: 500px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .link-section .link-section-wrapper {
    max-width: 960px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .link-section .link-section-wrapper .links {
    flex: 0 0 180px;
    width: 180px;
  }
}
.link-section .link-section-wrapper .links a {
  display: block;
  background-color: #d7d7d7;
  border-radius: 4px;
  font-size: 2rem;
  line-height: 2.6rem;
  text-transform: uppercase;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 700;
}
.link-section .link-section-wrapper .images figure {
  margin-bottom: 0;
}
.link-section .link-section-wrapper .images figure img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .link-section .link-section-wrapper .images .magazine-mobile {
    display: none;
  }
}
.link-section .link-section-wrapper .images .magazine-desktop {
  display: none;
}
@media (min-width: 768px) {
  .link-section .link-section-wrapper .images .magazine-desktop {
    display: block;
  }
}

footer .footer-top {
  background-color: #000;
  border-top: 2px solid #fff600;
  padding: 45px 0;
}
footer .footer-top .footer-top-wrapper {
  display: flex;
  align-items: center;
}
footer .footer-top .menu-toggler span {
  background-color: #fff;
  width: 18px;
}
footer .footer-top .menu-toggler span:not(:last-of-type) {
  margin-bottom: 4px;
}
footer .footer-top .social-menu-wrapper {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (min-width: 1265px) {
  footer .footer-top .social-menu-wrapper {
    margin-right: auto;
    margin-left: unset;
  }
}
footer .footer-top .social-menu-wrapper .social-menu {
  display: flex;
  align-items: center;
}
footer .footer-top .social-menu-wrapper .subscribe-link {
  background-color: #404040;
  color: #fff;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  order: -1;
}
@media (min-width: 1200px) {
  footer .footer-top .social-menu-wrapper .subscribe-link {
    display: none;
  }
}
footer .footer-top .social-menu-wrapper .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #404040;
  margin-left: 7px;
}
@media (min-width: 1265px) {
  footer .footer-top .social-menu-wrapper .social-link {
    margin-right: 7px;
    margin-left: unset;
  }
}
footer .footer-top .social-menu-wrapper .social-link svg {
  fill: #fff;
}
@media (min-width: 1265px) {
  footer .footer-top .footer-top-menu-wrapper {
    flex: 0 0 75%;
    width: 75%;
  }
}
footer .footer-top .footer-top-menu-wrapper .footer-top-menu {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .footer-top .footer-top-menu-wrapper .footer-top-menu .footer-top-menu-item {
  margin-inline: 10px;
}
footer .footer-top .footer-top-menu-wrapper .footer-top-menu .footer-top-menu-item .footer-top-menu-link {
  color: #fefefe;
  font-size: 1.4rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
footer .footer-bottom {
  background-color: #6e6e6e;
  padding: 45px 0;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  line-height: 1.4;
}
@media (min-width: 768px) {
  footer .footer-bottom .footer-bottom-wrapper {
    display: flex;
  }
}
footer .footer-bottom .footer-bottom-wrapper .footer-logo,
footer .footer-bottom .footer-bottom-wrapper .custom-logo-link {
  filter: brightness(0) invert(1);
  max-width: 151px;
  display: block;
  transition: 0.35s ease-in-out;
}
footer .footer-bottom .footer-bottom-wrapper .footer-logo:hover,
footer .footer-bottom .footer-bottom-wrapper .custom-logo-link:hover {
  opacity: 0.65;
}
@media (min-width: 768px) {
  footer .footer-bottom .footer-bottom-wrapper .footer-logo,
footer .footer-bottom .footer-bottom-wrapper .custom-logo-link {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  footer .footer-bottom .footer-bottom-wrapper .footer-logo,
footer .footer-bottom .footer-bottom-wrapper .custom-logo-link {
    margin-right: 80px;
  }
}
@media (min-width: 1200px) {
  footer .footer-bottom .footer-bottom-wrapper .footer-logo,
footer .footer-bottom .footer-bottom-wrapper .custom-logo-link {
    margin-right: 110px;
  }
}
footer .footer-bottom .footer-bottom-wrapper .footer-bottom-right .footer-bottom-menu-wrapper {
  margin-bottom: 10px;
}
footer .footer-bottom .footer-bottom-wrapper .footer-bottom-right .footer-bottom-menu-wrapper .footer-bottom-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
footer .footer-bottom .footer-bottom-wrapper .footer-bottom-right .footer-bottom-menu-wrapper .footer-bottom-menu .footer-bottom-menu-item {
  margin-right: 15px;
}
footer .footer-bottom .footer-bottom-wrapper .footer-bottom-right .footer-bottom-menu-wrapper .footer-bottom-menu .footer-bottom-menu-item:last-of-type .footer-bottom-menu-link::after {
  display: none;
}
footer .footer-bottom .footer-bottom-wrapper .footer-bottom-right .footer-bottom-menu-wrapper .footer-bottom-menu .footer-bottom-menu-item .footer-bottom-menu-link {
  display: block;
  color: #fefefe;
  font-size: 1.4rem;
  text-transform: uppercase;
}
footer .footer-bottom .footer-bottom-wrapper .footer-bottom-right .footer-bottom-menu-wrapper .footer-bottom-menu .footer-bottom-menu-item .footer-bottom-menu-link::after {
  content: "/";
  margin-left: 15px;
}
footer .footer-bottom .footer-bottom-wrapper .footer-bottom-right .copyright {
  color: #fefefe;
  font-size: 1.6rem;
}

/*# sourceMappingURL=single-news.css.map */
