/**
* Theme Name: GvaDevAIO
* Theme URI: https://gvadev.ch/products/web/gvadevaio/
* Author: GVADEV.CH
* Author URI: https://gvadev.ch/
* Description: An all in one magazine theme for Wordpress
* Version: 1.0
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags:  two-columns, left-sidebar,  custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
* Text Domain: gvadevaio
*/
/* WordPress Core
-------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400|Roboto:300,400,700|Oswald");

.alignnone {
  margin: 5px 20px 20px 0;
}

.w-100.alignnone {
  margin: 5px 0 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

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

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

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

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

.bypostauthor {
  font-weight: 400;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.h75px {
  height: 75px;
}

.w120px {
  width: 120px;
}

.bg-f1f1f1 {
  background: #ddd;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/* Gallery Columns */
.gallery-item {
  max-width: 25%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

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

iframe {
  max-width: 100%;
}

.line-h-1 {
  line-height: 1;
}

.serif {
  font-family: 'Times New Roman', Times, serif;
}

.break-word {
  word-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.small-50 {
  font-size: 50%;
}

.font-size-07to1 {
  font-size: 0.7rem;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-100 {
  font-weight: 100;
}

.text-shadow {
  text-shadow: 0 1px 0 #000;
}

.bg-f1f1f1 {
  background-color: #f1f1f1;
}

.bg-transparent {
  background-color: transparent;
}

.bg-blur {
  filter: blur(2px) !important;
  -webkit-filter: blur(2px) !important;
  -moz-filter: blur(2px) !important;
  -o-filter: blur(2px) !important;
  -ms-filter: blur(2px) !important;
}

.gd-blur {
  background: rgba(0, 0, 0, 0.7);
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.bg-ccc {
  background-color: #ccc;
}

.text-ccc {
  color: #ccc;
}

.bg-gray {
  background-color: #808080;
}

.border-y-transparent {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.border-left-6 {
  border-left-style: solid;
  border-left-width: 6px;
}

.border-bottom-1 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.border-dashed {
  border-style: dashed !important;
}

.overflow-h {
  overflow: hidden;
}

.flex-no-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flex-equal-width {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.flex-0-1-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-0-0-45 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}

.right0 {
  right: 0;
}

.top0 {
  top: 0;
}

.bottom0 {
  bottom: 0;
}

.left0 {
  left: 0;
}

.display-4 {
  font-size: 2rem;
}

.full-width-in-card {
  margin-left: -20px;
  margin-right: -20px;
}

blockquote {
  display: block;
  position: relative;
  padding: 15px 20px 15px 45px !important;
  margin: 0;
  font-family: 'Georgia', 'Times New Roman', 'serif';
  border: 0;
  font-size: 95%;
  clear: both;
  color: #808080;
  font-style: italic;
}

blockquote:before {
  content: "\201C";
  position: absolute;
  left: 4px;
  top: 0;
  font-family: 'Georgia', 'Times New Roman', 'serif';
  font-size: 60px;
  font-weight: bold;
  color: #808080;
}

blockquote:after {
  content: "";
}

#site-header {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
}

.wp-block-cover.gd-contain {
  position: relative;
  min-height: auto;
  padding: 0;
}

.gd-contain img.wp-block-cover__image-background {
  position: relative;
}

.gd-contain .wp-block-cover__inner-container,
.gd-contain .wp-block-cover__inner-container h2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 20px;
}

.gd-contain .wp-block-cover__inner-container a {
  color: white;
  height: 100%;
  width: 100%;
  display: block;
  font-family: 'Raleway', sans-serif;
}

.gd-contain .wp-block-cover__inner-container a:hover {
  text-decoration: none;
}

@media (min-width: 470px) {
  .font-size-07to1 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .display-4 {
    font-size: 2.5rem;
  }
}



/* HEADER
-------------------------------------------------------------- */
nav.navbar {
  height: 65px;
}

nav.navbar .navbar-brand {
  white-space: normal;
  margin: 0;
}

nav.navbar .navbar-brand .img-logo {
  max-height: 63px;
  margin: 1px 0;
  width: auto;
}

nav.navbar .mobnav-btn {
  font-size: 2rem;
}

.offcanvas-collapse {
  position: fixed;
  width: 100%;
  top: 65px;
  bottom: 0;
  /* padding-right: 1rem;
    padding-left: 1rem; */
  overflow-y: auto;
  transition: -webkit-transform 1s ease-in-out;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.offcanvas-collapse.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media (min-width: 768px) {


  .topleftmenu {
    min-width: 231px;
  }

  nav.navbar .navbar-brand .img-logo {

    margin: 0;
  }

  nav.navbar #top-desc-n-menu {
    max-height: 158px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 1px;
  }

  nav.navbar #top-desc-n-menu .nav-item {
    border: 1px solid #fff;
    margin-right: 0.5rem;
    max-height: 31px;
    overflow: hidden;
  }

  nav.navbar #top-desc-n-menu .nav-item a {
    padding: 0;
    color: #fff;
    font-size: 10px;
    line-height: 29px;
    font-weight: 300;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  nav.navbar #top-desc-n-menu i::before {
    font-size: 25px;
    line-height: 29px;
  }

  nav.navbar .top-desc {
    letter-spacing: 3px;
    font-size: 60%;
    line-height: 1.2;
    padding: 1px 0;
  }

  .header-log-search .input-group,
  .header-log-search form {
    height: 26px;
    width: 100%;
    border-radius: 5px !important;

  }

  .header-log-search .input-group input {
    height: 24px;
    color: #ccc;
    font-size: 90%;
    border-radius: 5px !important;

  }

  .toppubbanner {
    max-width: 844px;
  }

  .toppubbanner img {
    border-radius: 8px !important;
  }
}

/* WP POST STYLING
-------------------------------------------------------------- */
.gdm-post-stats {
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}

.gdm-post-cat {
  position: absolute;
  font-size: 0.8rem;
}

.gdm-post-cat a {
  color: #fff;
}

.masonry-related .grid-sizer,
.masonry-related .card-ctn {
  width: 100%;
  margin: 0;
}

.masonry-related .card-img.position-relative {
  height: auto;
  overflow: hidden;
}

.card-title {
  font-size: 1.2rem;

}

.mescroll-1>a,
.mescroll-1>a>span {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0 !important;
  background: #ccc !important;
}

.mescroll-1>a>span>i {
  margin: 0 !important;
  padding: 0 !important;
}

.metopbanner img {
  min-height: 140px;
}

@media (min-width: 470px) {

  .masonry-related .grid-sizer,
  .masonry-related .card-ctn {
    width: calc(50% - 10px);
    margin: 5px;
  }

  .masonry-related .card-img.position-relative {
    height: 120px;
  }
}

@media (min-width: 769px) {

  .masonry-related .grid-sizer,
  .masonry-related .card-ctn {
    width: calc(33% - 10px);
    margin: 5px;
  }

  .masonry-related .card-img.position-relative {
    height: 120px;
  }

  .metopbanner img {
    min-height: none;
  }
}

@media (min-width: 992px) {
  nav.navbar {
    height: 170px;
  }

  .masonry-related .grid-sizer,
  .masonry-related .card-ctn {
    width: calc(33.33% - 10px);
    margin: 5px;
  }

  .masonry-related .card-img.position-relative {
    height: 140px;
  }

  nav.navbar .navbar-brand .img-logo {
    max-height: 135px;
  }

  .display-4 {
    font-size: 3.2rem;
  }

  body {
    padding-top: 224px !important;
  }

  #nav-tabs-offcanvas {
    display: none !important;
  }
}

@media (min-width: 1300px) {

  .masonry-related .grid-sizer,
  .masonry-related .card-ctn {
    width: calc(25% - 10px);
    margin: 5px;
  }

  .masonry-related .card-img.position-relative {
    height: 120px;
  }
}

@media (min-width: 1600px) {
  .masonry-related .card-img.position-relative {
    height: 150px;
  }
}

/* GENERAL
-------------------------------------------------------------- */
body {
  padding-top: 108px;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
}

.gvadev-site-container {
  max-width: 1240px;
  background: #fff;
}

#ctt {
  border-top: 1px solid transparent;
}

.raleway {
  font-family: 'Raleway', sans-serif;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.oswald {
  font-family: 'Roboto Condensed', 'Oswald', sans-serif;
}

.letter-spacing1 {
  letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: serif;
}

.nav-link {
  color: #9f2531;
}

.nav-tabs--vertical {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.nav-tabs--left {
  margin: 0;
}

.nav-tabs--left .nav-item+.nav-item {
  margin-top: 0;
}

.nav-tabs--left .nav-link {
  -webkit-transition: border-color .125s ease-in;
  transition: border-color .125s ease-in;
  white-space: nowrap;
  border-radius: 0;
}

.nav-tabs--left .nav-link:hover {
  background-color: #9f2531;
  border-color: transparent;
  color: #fff;
}

.nav-tabs--left .nav-link.active {
  background-color: #9f2531;
  border-color: transparent;
  color: #fff;
}

.nav-tabs--left .nav-link.active:hover {
  color: #fff;
  /* border-color: $color-link $color-body $color-link $color-link; */
}

.offcanvas-collapse {
  border: 1px solid #808080;
}

.offcanvas-collapse .nav-item {
  border-bottom: 1px solid #9f2531;
}

#secondary-navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

#secondary-navbar-collapse .me2nd {
  border-bottom: 2px solid #9f2531;
}

#secondary-navbar-collapse .me2nd li {
  background: #fff;
  margin-left: 0.15rem;
  padding: 0 !important;
  border: 2px solid #9f2531;
  border-bottom: 0;
}

#secondary-navbar-collapse .me2nd li .nav-link {
  background: #9f2531;
  color: #fff;
  padding: 0.1rem 0.3rem;
}

#secondary-navbar-collapse .me2nd li.active {
  margin-bottom: -2px;
}

#secondary-navbar-collapse .me2nd li.active a {
  background: #fff;
  color: #9f2531;
}

.mt-ft-menu .nav-link {
  background: #9f2531;
  color: #fff;
  padding: 0.1rem 0.5rem;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#myModal {
  top: 0;
  bottom: 0;
  left: 10%;
  right: 10%;
}

.me-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  color: #bc1421;
  margin: 30px 0;
}

.me-title:before,
.me-title:after {
  background-color: #bc1421;
  content: '\a0';
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 10px;
  position: relative;
  top: 0.5em;
  border-bottom: 6px solid #fff;
  border-bottom-style: double;
}

.me-title:before {
  margin-right: 10px;
}

.me-title:after {
  margin-left: 10px;
}

.tnp-widget-minimal>form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tnp-widget-minimal input.tnp-email {
  display: inline-block !important;
  width: 60% !important;
  background-color: #ccc !important;
}

.tnp-submit {
  display: inline-block !important;
  width: 40% !important;
}

#footer .widget_media_image.mag-img a img {
  height: auto !important;
  width: 100% !important;
}

#footer .widget_categories {
  max-height: 280px !important;
  overflow: scroll;
}

#footer .gd-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #444;
  padding: 10px;
}

#footer .gd-social a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2px;
  margin: 5px;
  background-color: #bc1421;
  color: #fff;
  text-align: center;
  font-size: 180%;
  -webkit-box-shadow: 0 1px 0 #808080;
  box-shadow: 0 1px 0 #808080;
}

#gvadev-sidebar-right .gd-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#gvadev-sidebar-right .gd-social a {
  font-size: 180%;
}

.title-bg {
  background: rgba(0, 0, 0, 0.3);
}

#nav-icon3 {
  width: 30px;
  height: 55px;
  position: relative;
  margin: 5px 10px 5px 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 15px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 25px;
}

#nav-icon3 span:nth-child(4) {
  top: 35px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.after-post-content-widget-area .gd-social {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.after-post-content-widget-area .gd-social a {
  color: #fff;
  padding: 0 10px;
  font-size: 23px;
  line-height: 23px;
}

form.search-form .ion-ios-search-strong::before {
  font-size: 25px;
}

form.search-form .sbtntxt {
  display: none;
}

#menu-top-pub li {
  border: 1px solid #9f2531;
  text-transform: uppercase;
  text-align: center;
  margin-right: 12px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#menu-top-pub li a {
  font-weight: 300;
  font-size: 12px;
}

.grd-format.sticky-top {
  top: 160px;
}

.pub-droite.sticky-top {
  top: 160px;
}

.grdfmt-card::before {
  display: block;
  content: " ";
  margin-top: 0;
  height: 160px;
  visibility: hidden;
  pointer-events: none;
}

.card:first-child .grdfmt-card::before {
  height: 0;
}

/*
img.grand-format{
    height: 300px;
}
*/
ul.me-p-links {
  padding-left: 20px;
}

.me-event-bg {
  background-size: cover;
}

.me-sec-title {
  font-size: 23px;
  letter-spacing: 1px;
}

.gvadev-widget-title {
  font-size: 20px;
  text-align: left;
}

body.home .hide-front {
  display: none;
}

body.home .front- {
  display: none;
}

.footer-partenaires .gdm-post-cat,
.footer-partenaires .card-title-ctn {
  display: none;
}

.footer-partenaires .card {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 1px solid #dee2e6 !important;
  padding: .5rem !important;
  margin: 1rem !important;
}

.navigation.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.navigation.pagination .page-numbers {
  display: inline-block;
  text-align: center;
  width: 22px;
  height: 22px;
  border: 1px solid #9f2531;
  padding-bottom: 1px;
}

.me-tn-title {
  z-index: 6;
}

.carousel-control-next,
.carousel-control-prev {
  background: rgba(0, 0, 0, 0.9);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

i.ion-home {
  font-size: 1rem;
  line-height: 1rem;
}

.gvadev-widget-pc a,
.gvadev-widget-pc i {
  font-size: 30px;
}

.flex-column .card>.h-100 {
  height: auto !important;
}

.sn-it-cat {
  height: 28px;
}

.sn-it-cat::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 28px solid #ffffff;
  border-right: 17px solid transparent;
}

/* 
-------------------------------------------------------------- */
@media (min-width: 375px) {
  #menu-menu-secondaire.me2nd li {
    margin: 0 3px;
    padding: 0 3px;
  }
}

@media (min-width: 768px) {
  body {
    /*font-family: 'Roboto Condensed' , 'Oswald' , sans-serif; */
    background: #fff;

  }

  .offcanvas-collapse {
    border: 0;
  }

  .offcanvas-collapse.left {
    position: relative;
    -webkit-transform: none;
    transform: none;
    top: auto;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }



  #desk-main-menu .navbar-nav>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 10px !important;
  }

  #desk-main-menu .navbar-nav.menu-from-left>li {
    padding: 0 10px 0 0 !important;
  }


  #desk-main-menu .prim-menu>li+li::before {
    content: " | ";
    padding: 0 10px 0 0;
  }

  #desk-main-menu .navbar-nav>li .nav-link {
    padding: 0;
    color: #212121;
  }

  #desk-main-menu .navbar-nav>li .nav-link:hover {
    color: #9f2531;
  }

  #desk-main-menu .navbar-nav>li .dropdown-menu {
    border: 0;
    margin: 0;
    box-shadow: 0.25rem 0.375rem 0.75rem 0 rgba(0, 0, 0, .42) !important;
    left: auto;
    right: 0;
  }

  #desk-main-menu .navbar-nav>li .dropdown-menu li {
    white-space: nowrap;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  #desk-main-menu .navbar-nav>li .dropdown-menu li+li {
    border-top: 1px solid #f1f1f1;
  }

  #desk-main-menu .navbar-nav li.active>.nav-link,
  #desk-main-menu .navbar-nav li.current-menu-ancestor>.nav-link {
    color: #9f2531;
  }

  .gd5col {
    width: 50%;
  }

  img.grand-format {
    height: auto;
  }

  .card-deck:not(.std-card) .card-img-top {
    -o-object-fit: cover;
    object-fit: cover;
  }

  #footer .widget_media_image.mag-img a img {
    height: 300px !important;
    width: auto !important;
  }

  i.ion-home {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}

@media print {
  #ctt {
    width: 100% !important;
    max-width: 100% !important;
  }
}