body,
html {
  font-family: 'Abhaya Libre';
  color: black;
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-size: 18px;
  text-rendering: optimizeLegibility;
}

:focus {
  outline: none !important;
}

/*----------font style------------------*/

/*.txt--uppercase {
  text-transform: uppercase;
}*/
.txt--capitalize {
  text-transform: capitalize;
}
.txt--underline {
  text-decoration: underline;
}
.txt--linethrough {
  text-decoration: line-through;
}
.txt--xs {
  font-size: 0.8rem;
}
.txt--lg {
  font-size: 3rem;
}
.txt--md {
  font-size: 1.4rem;
}

/*-----------font align -------------------*/

.txt--center {
  text-align: center;
}
.txt--left {
  text-align: left;
}
.txt--right {
  text-align: right;
}
.txt--justify {
  text-align: justify;
}

/*---------elements align------------------*/

.pull--left {
  float: left;
}
.pull--right {
  float: right;
}
.pull--none {
  float: none;
}
.clearfix {
  clear: both;
}

/*--------elements visibility--------------------*/

.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}

.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.hidden {
  display: none !important;
}

/*---------elements position-----------------------*/

.p--relative {
  position: relative;
}
.p--absolute {
  position: absolute;
}
.p--fixed {
  position: fixed;
}

/*--------overflow---------------------------------*/

.overflow--hidden {
  overflow: hidden;
}
.overflow--visible {
  overflow: visible;
}
.overflow--auto {
  overflow: auto;
}

/*--------width---------------------------------*/
.w--100 {
  width: 100%;
}

/*--------border---------------------------------*/
.bb--grey {
  border-bottom: 1px solid #e5e5e5;
}

.bt--white {
  border-top: 1px solid #fff;
}

/*--------fonts---------------------------------*/

.ff--abhaya {
  font-family: 'Abhaya Libre' !important;
}

/*--------border---------------------------------*/

.br--1 {
  border-right: 1px solid #000;
}

/*----gutters----*/

.gutters-md {
  margin-left: 10px;
  margin-right: 10px;
}

.gutters-sm {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.gutters-xs {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.gutters-md [class*='col'] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutters-sm [class*='col'] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutters-xs [class*='col'] {
  padding-left: 0px;
  padding-right: 0px;
}

/*----------------------------------------------------------------------------*/
/*#GLOBAL*/
/*----------------------------------------------------------------------------*/

a {
  text-decoration: none;
  color: #000;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.cstm-article-content a {
  color: #df5f27;
}

.cstm-article-content img {
  margin-bottom: 25px;
}

/*strong { font-family: 'Gotham-Medium'; }*/

a:hover {
  text-decoration: none;
  color: #df5f27;
}

a.txt--orange:hover {
  color: #4b555b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* line-height: 1.5; */
  letter-spacing: 0 !important;
  font-family: 'Gotham-Medium';
  /*  text-transform: uppercase;*/
  margin-bottom: 25px;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
  letter-spacing: 5px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
  line-height: 1.4;
}

ol li,
ul li,
p {
  font-size: 18px;
  /* line-height: 1.; */
  font-family: 'Abhaya Libre';
}

ol,
ul {
  padding-left: 2rem;
}

/* 
p { 
    margin: 15px 0; 
    font-weight: 300;
    } */
.gform_footer input[type='submit'],
.btn-cstm {
  font-family: 'Gotham-Medium';
  background-color: #062a62 !important;
  color: white;
  border: none;
  padding: 10px 70px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: pointer !important;
}

input[type='submit'].btn-cstm {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
}

.gform_footer input[type='submit'] {
  background-color: #df5f27 !important;
}

.gform_footer {
  display: flex;
  justify-content: center;
}

.gform_footer input[type='submit']:hover {
  background-color: #062a62 !important;
}

.magazine-footer-content .btn-cstm:hover {
  background-color: #062a62 !important;
}

.newsletter .mc4wp-form-fields p input.btn-cstm:hover {
  background-color: #062a62 !important;
}

.btn-cstm:hover {
  background-color: #df5f27 !important;
}

.flex-direction-column {
  flex-direction: column;
}

.permalink {
  color: #df5f27;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  text-decoration: none;
}

.permalink:hover {
  color: #062a62;
}

.d-none {
  display: none !important;
}

/*----------------------------------------------------------------------------*/
/*#GUTTERS*/
/*----------------------------------------------------------------------------*/

[class*='col-'] {
  padding-left: 30px;
  padding-right: 30px;
}

.row {
  margin-left: -22px;
  margin-right: -22px;
}

/*----------------------------------------------------------------------------*/
/*#CONTAINER STYLE*/
/*----------------------------------------------------------------------------*/

[class^='container'] {
  width: 100%;
  padding-right: 22px;
  padding-left: 22px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
  }
}

/*----------------------------------------------------------------------------*/
/*#BACKGROUND COLOR*/
/*----------------------------------------------------------------------------*/

.bg--blue {
  background-color: #062a62;
}

.bg--orange {
  background-color: #df5f27 !important;
}

.bg--light {
  background-color: #dcd8cc;
}

.bg--grey {
  background-color: #4b555b;
}

/*----------------------------------------------------------------------------*/
/*#BACKGROUND */
/*----------------------------------------------------------------------------*/

.bg--properties-cover {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.bg--properties-contain {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/*----------------------------------------------------------------------------*/
/*#TEXT SIZE*/
/*----------------------------------------------------------------------------*/
.txt--sm {
  font-size: 16px;
}

.lh--1 {
  line-height: 1;
}

/*----------------------------------------------------------------------------*/
/*#TEXT COLOR*/
/*----------------------------------------------------------------------------*/

.txt--grey {
  color: #4b555b !important;
}

.txt--white {
  color: white !important;
}

.txt--orange {
  color: #df5f27 !important;
}

.txt--l-grey {
  color: #dcd8cc;
}

.txt--red {
  color: red;
}

/*----------------------------------------------------------------------------*/
/*#PADDING*/
/*----------------------------------------------------------------------------*/

.p-x--0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.pt--2 {
  padding-top: 2rem;
}

.p-y--20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-y--40 {
  padding-top: 45px;
  padding-bottom: 45px;
}

/*----------------------------------------------------------------------------*/
/*#MARGIN*/
/*----------------------------------------------------------------------------*/
.m--0 {
  margin: 0;
}

.m--0-auto {
  margin: 0 auto;
}

.mb--10 {
  margin-bottom: 10px;
}

.mb--20 {
  margin-bottom: 20px;
}

.mb--25 {
  margin-bottom: 25px !important;
}

.mb--35 {
  margin-bottom: 35px;
}

.mb--45 {
  margin-bottom: 45px;
}

.mb--65 {
  margin-bottom: 65px !important;
}

.m--auto {
  margin: 0 auto;
}

.ml--15 {
  margin-left: 15px !important;
}

.mr--0 {
  margin-right: 0px !important;
}

/*----------------------------------------------------------------------------*/
/*#HEADER*/
/*----------------------------------------------------------------------------*/

.site-header-fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 22;
  background: white;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.site-header.active {
  box-shadow: -1px 4px 15px 0px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: -1px 4px 15px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -1px 4px 15px 0px rgba(0, 0, 0, 0.45);
}

.site-header.active .custom-logo-link {
  max-width: 115px;
}

.site-header.active .p-y--20 {
  padding-top: 15px;
  padding-bottom: 15px;
}

#login-menu {
  display: flex;
  align-items: center;
}

.modal-header {
  padding-top: 30px;
  padding-bottom: 80px;
  border: none;
}

#login-menu #login {
  position: relative;
  margin-right: 30px !important;
}

#login-menu #login a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

#login-menu #login::after {
  content: '' !important;
  position: absolute !important;
  right: -15px !important;
  border-right: 2px solid #000 !important;
  top: 0;
  bottom: 0;
  height: 15px;
  margin: auto;
}

#primary-menu #login {
  display: none;
}

#login {
  order: -1;
}

.modal-header .logo {
  margin: 0 auto;
}

.modal-header .custom-logo-link {
  max-width: 215px;
}

.modal-header .close {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 60px;
}

#loginform * {
  font-family: 'Gotham-Medium';
  font-size: 16px;
}

.navbar {
  padding: 0;
}

.custom-logo-link {
  max-width: 162px;
}

.header-up {
  padding-top: 20px;
  padding-bottom: 20px;
}

#primary-menu li a,
#login-menu li a {
  font-family: 'Gotham-Medium';
  font-size: 16px;
  color: #000;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

#primary-menu li a:hover,
#login-menu li a:hover {
  color: #df5f27;
}

#login-menu .nav-item:not(:first-child) {
  margin-left: 30px !important;
}

#login-menu .nav-item {
  position: relative;
}

#login-menu .nav-item:not(:first-child)::before {
  content: '' !important;
  position: absolute !important;
  left: -15px !important;
  border-right: 2px solid #000 !important;
  top: 0;
  bottom: 0;
  height: 15px;
  margin: auto;
}

/* #primary-menu > li:first-child  a { padding-left: 0;} */

#primary-menu > li:not(:last-child) {
  position: relative;
  margin-right: 30px !important;
}

#primary-menu li a {
  color: #062a62;
}

#primary-menu > li:not(:last-child)::before {
  content: '' !important;
  position: absolute !important;
  right: -15px !important;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  transform: rotate(180deg);
  top: 0;
  bottom: 0;
  height: 30px;
  margin: auto;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu li:not(:last-child)::before {
  content: '' !important;
  position: absolute !important;
  border-bottom: 1px dashed rgba(223, 95, 39, 0.2);
  bottom: 0;
  margin: auto;
  width: 100%;
}

ul.dropdown-menu.depth_0.show {
  border-radius: 0;
  top: calc(100% + 9px);
  border: none;
  -webkit-box-shadow: 0px 24px 33px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 24px 33px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 24px 33px -3px rgba(0, 0, 0, 0.2);
}

.site-header {
  margin-bottom: 40px;
}

.form-popup {
  padding: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

p.login-submit input {
  font-family: 'Gotham-Medium';
  background-color: #062a62 !important;
  color: white;
  border: none !important;
  padding: 10px 70px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  border-radius: unset !important;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px !important;
}

p.login-submit input:hover {
  background-color: #df5f27 !important;
}

.login-register-tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.login-register-tabs .nav-item {
  max-width: 900px;
  width: 100%;
  background: #4b555b;
  font-family: 'Gotham-Medium';
  font-size: 16px;
  color: #dcd8cc;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.login-register-tabs .nav-item:first-child {
  border-radius: 14px 0px 0 0;
  -webkit-border-radius: 14px 0px 0 0;
  -moz-border-radius: 14px 0px 0 0;
  -ms-border-radius: 14px 0px 0 0;
  -o-border-radius: 14px 0px 0 0;
}
.login-register-tabs .nav-item:last-child {
  border-radius: 0px 14px 0 0;
  -webkit-border-radius: 0px 14px 0 0;
  -moz-border-radius: 0px 14px 0 0;
  -ms-border-radius: 0px 14px 0 0;
  -o-border-radius: 0px 14px 0 0;
}

.login-register-tabs .nav-item.active {
  background: #df5f27;
  color: #dcd8cc;
  padding: 20px;
}

.login-remember {
  color: #4b555b;
}

.login-register-tab-content {
  padding: 40px;
  border: 1px solid #c4c4c4;
  border-radius: 0px 0px 14px 14px;
  -webkit-border-radius: 0px 0px 14px 14px;
  -moz-border-radius: 0px 0px 14px 14px;
  -ms-border-radius: 0px 0px 14px 14px;
  -o-border-radius: 0px 0px 14px 14px;
}

/*----------------------------------------------------------------------------*/
/*#HERO*/
/*----------------------------------------------------------------------------*/

.site-content {
  padding-top: 220px;
}

.newsletter {
  border: 1px solid #f6f6f6;
  margin-bottom: 20px;
}

.featured-post {
  margin-bottom: 52px;
}

/* .featured-post-content {
    /* max-width: 360px;
    padding-left: 40px; */
/* }  */

.newsletter-header,
.newsletter-form {
  padding: 15px;
}

.newsletter-header {
  padding-bottom: 10px;
}

.side-ad {
  max-width: 263px;
  margin: auto;
}

.header-ad {
  max-width: 728px;
}

/*----------------------------------------------------------------------------*/
/*#HOME*/
/*----------------------------------------------------------------------------*/

.article-post {
  margin-bottom: 40px;
}

.featured-post-left {
  overflow: hidden;
}

.featured-post-img {
  transition: 0.3s ease-in-out;
}

.featured-post-left:hover .featured-post-img {
  transform: scale(1.1);
}

.article-post-header {
  overflow: hidden;
  margin-bottom: 15px;
}

.article-image {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.article-post:hover .article-image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.magazine-footer,
.magazine-cover-header {
  padding: 15px;
  background-color: #222e3a;
}

.magazine-footer-content {
  max-width: 345px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
}

.magazine-footer-content p {
  position: relative;
}

.magazine-footer-content p::before {
  content: '';
  position: absolute;
  width: 100%;
  border-top: 1px solid white;
  top: -29px;
}

/*----------------------------------------------------------------------------*/
/*#SINGLE*/
/*----------------------------------------------------------------------------*/

.breadcrumb {
  background: transparent;
  padding: 0;
  text-transform: uppercase;
  /* font-weight: 700; */
}

.breadcrumb-item {
  font-family: 'Gotham-Medium';
}

.breadcrumb-item a {
  color: #df5f27;
}

.breadcrumb-item.active {
  color: #000;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #000;
  content: '/';
}

.post-author {
  border-top: 1px dashed #c4c4c4;
  border-bottom: 1px dashed #c4c4c4;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}

.author-img {
  max-width: 100px;
  margin-right: 30px;
}

.author-img img {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.author-meta-social i {
  font-size: 20px;
}

.author-meta-social a:not(:last-child) {
  margin-right: 20px;
}

.comments-area .wb-comment-form {
  padding: 2.5rem 0;
}

p.comment-form-cookies-consent {
  margin-left: 20px;
}

.reply-title {
  padding: 20px;
  background-color: #4b555b;
  color: #dcd8cc;
  text-transform: uppercase;
  margin-left: 5px;
  margin-bottom: 40px;
}

.comment-form-author,
.comment-form-email {
  margin-bottom: 40px;
}

.a2a_dd {
  display: none !important;
}

.a2a_kit a svg path {
  transition: 0.3s ease-in-out;
}

.a2a_kit a:hover svg path {
  fill: #df5f27 !important;
}

#menu-sitemap #login {
  display: none;
}

#menu-sitemap {
  list-style: none;
  padding-left: 1.3em;
}

#menu-sitemap a {
  color: white;
  font-family: 'Gotham-Medium';
  color: #dcd8cc !important;
  transition: 0.3s ease-in-out;
}

#menu-sitemap a:hover {
  color: #df5f27 !important;
}

h5.widget-title {
  transition: 0.3s ease-in-out;
}

.footer-1 h5.widget-title:hover,
.footer-3-area h5.widget-title:hover {
  color: #df5f27 !important;
}

.widget-area.footer-4-area {
  padding: 0 0.6em;
}

/*----------------------------------------------------------------------------*/
/*#FAQ TEMPLATE*/
/*----------------------------------------------------------------------------*/
.question,
.answer {
  list-style-type: none;
}

.faqs {
  max-width: 900px;
  width: 100%;
}

.answer {
  opacity: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.answer.show {
  opacity: 1;
}

.question:first-child {
  border: none;
}

.magazine-accordion,
ul.faqs {
  border: 1px solid #ededed;
}

.question.open {
  border-bottom: 1px solid #ededed;
}

.question {
  border-top: 1px solid #ededed;
  padding: 1em 1.5em;
  font-weight: bold;
  position: relative;
  color: #4b555b;
}

.question:hover {
  cursor: pointer;
}

.answer {
  display: none;
  padding: 1em;
}

.expand-bar {
  position: absolute;
  top: 50%;
  right: 1em;
  transition: all 0.5s ease;
}

.expand-bar,
.expand-bar:after {
  width: 15px;
  height: 2px;
  background-color: #4b555b;
}

.expand-bar:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(90deg);
  transition: all 0.5s ease;
}

.open {
  border-bottom: none;
}

.open .expand-bar {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.open .expand-bar:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
/*----------------------------------------------------------------------------*/
/*#SIDEBAR*/
/*----------------------------------------------------------------------------*/

.card {
  border: none;
}

.card-body,
.hentry.card .card-body {
  padding: 0;
}

.magazine-cover.side-ad .btn-cstm {
  padding: 10px 30px;
}

.magazine-cover.side-ad .magazine-footer-content {
  padding-top: 15px;
}

.most-read-articles-header {
  background-color: #4b555b;
  padding: 15px;
}

.most-read-articles-body {
  display: flex;
  border: 1px solid #ededed;
  border-top: none;
  padding: 12px;
  align-items: center;
}

.most-read-articles-content {
  margin-left: 15px;
}

.newsletter-sub {
  width: 100%;
  border-radius: 10px !important;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  padding: 10px 15px;
}

.widget-area .newsletter-sub:hover {
  background-color: #ff8651 !important;
}

.newsletter-sub:hover {
  background-color: #062a62 !important;
}

.most-read-articles-img {
  max-width: 65px;
}

@media (max-width: 1200px) {
  .mc4wp-form-fields p input {
    font-size: 14px;
    padding: 10px 15px;
  }

  .header-ad {
    max-width: 355px;
    width: 100%;
  }
}

/*----------------------------------------------------------------------------*/
/*#LOGIN PAGE*/
/*----------------------------------------------------------------------------*/

.login form {
  margin-top: 20px;
  margin-left: 0;
  padding: 26px 24px 34px;
  font-weight: 400;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c3c4c7;
  box-shadow: 0 1px 3px rgb(0 0 0 / 4%);
  display: flex;
  flex-direction: column;
}

/*----------------------------------------------------------------------------*/
/*#MAGAZINE PAGE*/
/*----------------------------------------------------------------------------*/

.filter-year {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 65px;
}

.custom-select {
  max-width: 300px;
  border: none;
  background: none;
  position: relative;
  background: url(/wp-content/themes/dvv-blank-child/assets/Vector.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Gotham-Medium';
  font-size: 18px;
}

.year {
  position: relative;
  padding: 10px;
  background: url('/wp-content/themes/dvv-blank-child/assets/year.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}

.year h3 {
  color: #dcd8cc;
}

.magazine-cover-art {
  overflow: hidden;
}

.magazine-cover h6,
.magazine-cover-img img {
  transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  cursor: pointer !important;
}

.magazine-cover-img {
  overflow: hidden;
}

.magazine-cover:hover .magazine-cover-img img {
  transform: scale(1.1) !important;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.magazine-cover:hover h6 {
  color: #df5f27 !important;
}

.arrow-down {
  background: url(/wp-content/themes/dvv-blank-child/assets/Vector.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  height: 15px;
  width: 24px;
  position: absolute;
  top: 22px;
  right: 25px;
}

.question.open .arrow-down {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.accordion-items {
  border: 1px solid #ededed;
  margin-top: -1px;
}

.accordion-mag:last-child {
  margin-bottom: 65px;
}

/*----------------------------------------------------------------------------*/
/*#ADVERTISING PAGE*/
/*----------------------------------------------------------------------------*/

.advertisment-hero-text {
  max-width: 778px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

#section-two {
  padding: 40px;
}

.bg--gradient {
  background: rgb(6, 13, 13);
  background: linear-gradient(
    117deg,
    rgba(6, 13, 13, 1) 0%,
    rgba(65, 25, 189, 1) 35%,
    rgba(113, 13, 20, 1) 86%,
    rgba(61, 13, 14, 1) 100%
  );
  min-height: 450px;
  display: flex;
  align-items: center;
}

.counting {
  position: relative;
  font-family: 'Gotham-Medium';
  font-size: 64px;
  color: #fff;
}

.stat-count {
  position: relative;
}

.stat-count:not(:last-child)::after {
  content: '';
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
}

#section-two h1 {
  font-size: 64px;
}

#hero h1 {
  font-size: 48px;
  margin-bottom: 40px;
}

.img-solution {
  position: relative;
  overflow: hidden;
}

.img-solution .img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.img-solution:hover .img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.btn-solution {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.solution-title {
  max-width: 350px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.client-img {
  /* padding: 10px; */
  margin-bottom: 13px;
  max-width: 156px;
  width: 100%;
  overflow: hidden;
}

.client-img img {
  width: 100%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.client-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#gform_fields_2 label {
  color: #fff;
  font-family: 'Gotham-Medium';
  font-size: 16px;
  max-width: 400px;
  font-weight: 500;
  /* margin-left: 20px !important; */
}

#gform_fields_2 input {
  text-indent: 15px;
  color: #000;
  padding: 15px;
}

#gform_fields_2 .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type='checkbox'],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type='radio'] {
  margin-top: 0px;
}

#gform_fields_2 .gfield_checkbox li label {
  margin-left: 20px !important;
}

#field_2_1 {
  position: relative;
}

#field_2_1::after {
  content: '';
  border-bottom: 1px solid #fff;
  width: calc(100% + 16px);
  position: absolute;
  left: -10px;
  right: 0px;
}

#contact-form-2 {
  padding: 40px;
}

#contact-form-2 h2 {
  font-size: 48px;
}

div.gform_wrapper span.gfield_required.gfield_required_asterisk,
div.gform_wrapper span.gfield_required.gfield_required_asterisk {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.gform_wrapper div.validation_error {
  color: #ff6767;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #ff6767;
  border-bottom: 2px solid #ff6767;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}
.gform_wrapper .validation_message {
  color: #ff6767 !important;
}

.gform_wrapper
  li.gfield_error
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not(
    [type='button']
  ):not([type='image']):not([type='file']),
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #ff6767;
}

@media (max-width: 991px) {
  .stat-count:nth-child(odd)::after {
    content: none;
  }
}

@media (max-width: 767px) {
  .stat-count:nth-child(even)::after {
    content: none;
  }

  .search-form {
    height: 80% !important;
  }

  .gfield_checkbox li {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .br--1 {
    border: none;
  }

  #section-two h1 {
    font-size: 30px;
  }

  .counting {
    font-size: 44px;
  }
}
/*----------------------------------------------------------------------------*/
/*#CONTACT PAGE*/
/*----------------------------------------------------------------------------*/

.contact-form {
  max-width: 900px;
  width: 100%;
}

.article-post.archive:nth-child(even) {
  margin-left: 30px !important;
}
/*----------------------------------------------------------------------------*/
/*#FOOTER*/
/*----------------------------------------------------------------------------*/

.site-footer {
  padding-bottom: 1rem;
}

.footer-widgets .widget ul {
  padding-left: 0px;
}
.footer-widgets a.btn-cstm:hover {
  color: #fff !important;
}

.widget-area ul li {
  list-style: none !important;
}

.widget-area ul li a {
  color: #dcd8cc !important;
  /* text-transform: uppercase; */
  font-family: 'Gotham-Medium';
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.widget-area ul li a:hover {
  color: #df5f27 !important;
}

.footer-logo {
  max-width: 108px;
}

.social-media {
  display: flex;
  justify-content: flex-end;
}

.social-media-list a {
  font-size: 25px;
  padding: 10px;
}

.social-media-list a .fab {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.social-media-list a:hover .fab {
  color: #df5f27 !important;
}

/* .social-media-list a:not(:first-child) { margin-left: 10px;} */

.site-info p {
  color: white;
  font-family: 'Gotham-Medium';
}

h5.widget-title {
  color: #fff;
}

.mc4wp-form-fields input,
.mc4wp-form-fields label {
  width: 100%;
}

.mc4wp-form-fields input[type='email'] {
  font-family: 'Gotham-Medium';
}

.mc4wp-form-fields input[type='submit'] {
  background-color: #df5f27;
  border: none;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.mc4wp-form-fields input[type='submit']:hover {
  background-color: #ff8651 !important;
}

.widget-area #login {
  display: none;
}

#loginModal .modal-dialog {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

#loginModal .modal-dialog.active {
  max-width: 900px !important;
}

/*----------------------------------------------------------------------------*/
/*#REGISTER PAGE*/
/*----------------------------------------------------------------------------*/

.register-form-cstm * {
  font-family: 'Gotham-Medium';
}

span.required {
  color: red;
}

/*----------------------------------------------------------------------------*/
/*#ЕVENTS PAGE*/
/*----------------------------------------------------------------------------*/
.event-info-bar {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.event-label {
  background: #4b555b;
  color: #dcd8cc;
  padding: 13px;
}

.upcoming-event-title-bar {
  border-bottom: 1px solid #000000;
}

.upcoming-event-title-bar .btn-cstm {
  padding: 10px 30px;
}

.upcoming-event-title-bar .btn-cstm:hover {
  background: #062a62 !important ;
  color: white !important;
}

.btn-load-more {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.btn-load-more:hover {
  background: #df5f27;
}

/* ------------------------------------------------------
#MY ACCOUNT PAGE
------------------------------------------------------ */

.my-account-form,
.cstm-page-content label {
  font-family: 'Gotham-Medium';
}

.subscription h5 {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  cursor: pointer;
}

.radio-desc .form-check-label {
  font-family: 'Gotham-Medium';
  font-size: 17px;
}

.radio-desc .form-check-label:hover,
.subscription:hover h5 {
  color: #df5f27;
}

input:checked + .slider {
  background-color: #df5f27;
}

.form-horizontal .btn-cstm {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.form-horizontal .control-group {
  margin-bottom: 25px;
}

.errors-wrap {
  font-family: 'Gotham-Medium';
  color: red;
}

/* ------------------------------------------------------
#SEARCH FORM
------------------------------------------------------ */

.search-form {
  position: fixed;
  z-index: 222;
  left: 0;
  right: 0;
  top: -300%;
  bottom: 0;
  height: 80%;
  background: white;
  display: flex;
  padding-top: 190px;
  width: 100%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  box-shadow: 0px -3px 31px -4px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px -3px 31px -4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px -3px 31px -4px rgba(0, 0, 0, 0.6);
}

.search-form.active {
  top: 0;
}

.search-icon {
  position: relative;
}

.search-icon {
  position: absolute !important;
  right: 11px !important;
  top: 8px !important;
  font-size: 26px !important;
}

.search-form .input {
  padding-right: 40px;
}

.searchform label {
  font-family: 'Gotham-Medium';
  font-size: 18px;
}

.searchform .form-check:not(:last-child) {
  margin-right: 10px;
}

.close-form {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}

.close-form .close {
  font-size: 65px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.close-form .close::after {
  content: 'CLOSE';
  font-size: 15px;
  position: relative;
  top: -10px;
  left: 0;
  right: 0;
  font-family: 'Gotham-Medium';
}

.modal {
  overflow: auto !important;
}
/*----------------------------------------------------------------------------*/
/*#SEARCH PAGE*/
/*----------------------------------------------------------------------------*/

.search-post-img {
  margin-bottom: 35px;
  overflow: hidden;
  width: 100%;
  max-width: 150px;
  margin-right: 20px;
}

.search-post-img img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.post-result {
  cursor: pointer;
}

.post-result:hover .search-post-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.search-post-content-header h3 a {
  color: #000;
}

.search-post-content-header h3:hover a {
  color: #df5f27;
}

.search-post-content-header .permalink:not(:last-child) {
  margin-right: 10px;
}

.filter * {
  font-family: 'Gotham-Medium';
}

.permalink.txt--grey:hover {
  color: #df5f27 !important;
}

.filters-right {
  display: flex;
  justify-content: space-between;
  /* max-width: 590px; */
  width: 100%;
  /* padding-left: 35px; */
  align-items: center;
}

.filter-left::after {
  position: absolute;
  content: '';
  border-left: 1px solid #000;
  height: auto;
  top: 0;
  bottom: 0;
  right: -20px;
}

.filter {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-bottom: 30px;
}

.filter-right:not(:last-child) {
  margin-right: 20px;
}

.filter-left {
  display: flex;
  justify-content: space-between;
  max-width: 390px;
  width: 100%;
}

.filter-right .permalink {
  background: transparent;
  padding: 10px 0;
  color: #4b555b;
  border: none;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.filter-right .permalink:hover {
  color: #df5f27;
  background: transparent;
}

.form-check-label {
  cursor: pointer;
}

.filter-right .active.permalink {
  color: #df5f27;
}

.d-mobile {
  display: none;
}

.d-desktop {
  display: block;
}

.header-ad-mobile {
  display: none;
}

#about--desc > p:not(:first-of-type) {
  background: #eee;
}
#about--desc > p:first-of-type {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#about--desc > p:last-of-type {
  padding-top: 0;
}
#about--desc > p {
  margin-bottom: 0;
  padding: 1rem 0.5rem 1rem 0.5rem;
}
#about--desc > p img {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  border-radius: 5px 5px 0 0;
}

div#homeStoriesBtn a button {
  position: relative;
  display: inline-block;
  background: #062a62;
  color: #fff;
  border: none;
  outline: none;
  min-width: 250px;
  padding: 15px;
  text-transform: uppercase;
  font-family: 'Gotham-Medium';
  margin-top: 2em;
}
div#homeStoriesBtn a button:hover {
  background: #df5f27;
}
nav ol.breadcrumb li.breadcrumb-item,
nav ol.breadcrumb span.breadcrumb-item,
nav ol.breadcrumb span.breadcrumb-item a {
  font-size: 1rem !important;
  text-transform: none !important;
}

/* ------------------------------------------------------
MEET THE TEAM PAGE STYLES
------------------------------------------------------ */
.members--row {
  justify-content: center;
}
.members--container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4em;
  column-gap: 2%;
  width: 100%;
  max-width: 1000px;
  justify-content: center;
}
.team--member {
  grid-template-columns: unset !important;
  grid-template-rows: auto;
  width: 23.5%;
  min-width: 230px;
}
.team--member .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 2;
  margin-top: 1em;
}
.team--member img {
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  width: 80%;
}
.team--member figure.wp-block-media-text__media {
  text-align: center;
}
.team--member h3,
.member--bio h3 {
  font-size: 1rem;
  text-transform: none;
  margin-bottom: 0.5em;
}
.team--member h5,
.member--bio h5 {
  font-size: 0.7rem;
  margin-bottom: 1.5em;
  color: #888888;
}
.member--bio h3 {
  font-size: 2rem;
}
.member--bio h5 {
  font-size: 1rem;
}
.team--member a.wp-element-button {
  background-color: unset;
  padding: 0;
  color: #df5f27;
}
.member--bio figure {
  align-self: flex-start !important;
}
.member--bio img {
  border-radius: 100%;
}
.member--bio {
  grid-template-columns: 30% 70%;
}
body.parent-pageid-77773 h1 {
  display: none;
}

/* ------------------------------------------------------
Top Hotels Awards Nomination Page
------------------------------------------------------ */
img#topHotels--badge {
  width: 100%;
  max-width: 400px;
}
p.gform_required_legend {
  display: none;
}
div#nomination--form {
  margin-top: 4em;
}
div#nomination--form .gfield--type-html p {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}
div#nomination--form .gfield--type-html p:first-of-type {
  margin-bottom: 0;
}
body.page-id-77839 .col-md-12.mb--25 h1 {
  display: none;
}
body.page-id-77839 .col-md-12.mb--25 {
  padding-top: 3em;
}

/* ------------------------------------------------------
#MEDIA QUERY
------------------------------------------------------ */

@media (max-width: 1360px) {
  .filter * {
    font-size: 14px;
  }

  .filter-left {
    max-width: 320px;
  }
}

@media (max-width: 1200px) {
  .filter {
    flex-direction: column;
  }

  .filters-right,
  .filter-left {
    max-width: 100%;
  }

  .filters-right {
    padding-left: 0 !important;
  }

  .filter * {
    font-size: 18px;
  }

  .filter-left::after {
    display: none;
  }
}

@media (max-width: 991px) {
  #primary-menu #login {
    display: block;
    order: 10;
  }

  .featured-post .col-xl-5 {
    padding: 0;
  }

  .d-mobile {
    display: block;
  }

  .d-desktop {
    display: none;
  }

  #login-menu-wrap {
    display: none;
  }

  #primary-menu > li:not(:last-child)::before {
    content: none !important    ;
  }

  #primary-menu > li {
    padding: 0 15px;
  }

  ul.dropdown-menu.depth_0.show {
    border-radius: 0;
    /* top: calc(100% + 9px); */
    border: none;
    box-shadow: none;
    padding-left: 30px;
  }

  #hamburger-menu {
    display: flex;
    flex-direction: column;
  }

  .navbar-toggler-icon {
    width: 40px;
    background: #4b555b;
    height: 5px;
    margin-bottom: 9px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }

  .navbar-toggler.active .menu-item-1 {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    top: 14px;
  }

  .navbar-toggler.active .menu-item-3 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: -14px;
    position: relative;
  }

  .navbar-toggler.active .menu-item-2 {
    opacity: 0;
  }

  .navbar-toggler.active.collapsed .menu-item-1,
  .navbar-toggler.active.collapsed .menu-item-2,
  .navbar-toggler.active.collapsed .menu-item-3 {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    opacity: 1 !important;
    top: 0;
  }
}

@media (max-width: 980px) {
  .member--bio {
    grid-template-columns: auto;
  }
  .member--bio .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
    padding: 0;
  }
  .member--bio figure img {
    max-width: 300px;
  }
}

.fspeaker-name {
  line-height: 1.2em;
  font-size: 1em;
  text-transform: uppercase;
  font-family: 'Gotham-Medium';
  /* overflow: hidden; */
  color: #4b555b;
  margin-top: 0.75em;
}

@media (max-width: 757px) {
  .fs-item .fs-name {
    overflow: unset !important;
  }

  .filters-right,
  .filter-left {
    flex-direction: column;
    text-align: center;
  }

  .header-ad-desktop {
    display: none;
  }
  .header-ad-mobile {
    display: block;
    margin-bottom: 30px;
  }
}

@media (max-width: 640px) and (max-height: 360px) {
  #primary-menu {
    max-height: 250px;
    overflow: auto;
  }
}

@media (max-width: 575px) {
  .custom-logo-link {
    max-width: 100px;
  }

  .site-content {
    padding-top: 145px;
  }

  .txt--lg {
    font-size: 1.45999999rem;
  }

  .close-form {
    top: 20px;
    right: 20px;
  }

  .login-password a.permalink,
  .login-username a.permalink {
    font-size: 12px;
  }

  .footer-widgets .container .row {
    flex-direction: column !important;
  }

  .filter-left-filters,
  .filter-right-filters {
    flex-direction: column;
  }

  .filter-right:not(:last-child) {
    margin-right: 0px;
  }

  .past-events-img-thumb img {
    width: 100%;
  }

  #contact-form-2 h2 {
    font-size: 35px;
  }

  .gform_validation_errors > h2 {
    font-size: 20px !important;
  }

  #contact-form-2 {
    padding: 0;
  }

  #hero h1 {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .btn-cstm {
    padding: 10px 30px;
  }

  .featured-post-content-text .mb--65 {
    margin-bottom: 18px !important;
  }

  .featured-post {
    margin-bottom: 25px;
  }

  /* .breadcrumb-item { font-size: 11px;} */
}

.social-share {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
