/*
Theme Name:     Jupiter Child Theme
Theme URI:    http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Julien Monvoisin julien.monvoisin@gmail.com
Theme URI:    http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/

/* Colors */
/*
#ffda0b >> jaune
#f0881f >> orange
#3d3d3f >> gris
#1a181b >> noir
#a0a60f >> verdatre
#cbe000 >> vert
*/

/* à classer : style Archives page */
.mk-blog-grid-item.three-column {
  width: 25% !important;
}
.page-subtitle {
  font-weight: 600;
  text-align: center;
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
  font-style: italic;
}

/* test plus de show-more en pages jeux */
.showmore-content {
  display: block !important;
}
.showmore-button,
.hidedescription-button {
  display: none !important;
}

/* temp test hide links en trop page principale et archive catégorie */
/*.woocommerce.woocommerce-page.post-type-archive-product .woocommerce-LoopProduct-link*/
.woocommerce-loop-product__link {
  display: none;
}

/* BODY ********************************************* */

/* bg gris noir pour les cas où la page est trop petite et laisse apparaitre du vide sous le footer */
body {
  background-color: #1a181b;
}
/* fix body bg */
select option {
  background-color: #fff;
}

/* HEADER ********************************************* */

/*#theme-page.master-holder {
  margin-top: -90px;
}
*/

.mk-header .mk-language-nav {
  float: right;
}

#mk-header-1.mk-header {
  /*background-color: transparent;*/
  background-color: #cbe000;
  border-bottom-width: 0;
}

.header-logo > a > img.dark-logo {
  height: 120px;
  width: 120px;
  max-height: none;
  margin-top: 30px;
}

.mk-header
  .mk-main-navigation
  .main-navigation-ul
  > .menu-item
  > .menu-item-link {
  line-height: 50px !important;
  font-size: 15px;
}

.main-navigation-ul > .menu-item.menu-item-language > .menu-item-link {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* menu boutique */
.mk-header-nav-container
  .mk-main-navigation
  .menu-item.special-item
  .menu-item-link,
.mk-header-nav-container
  .mk-main-navigation
  .menu-item.special-item
  .menu-item-link:hover {
  background-color: #cbe000;
  color: #1a181b !important;
}

/* hide Jupiter search icon */
.main-nav-side-search {
  display: none;
}

/* hide subtitle / category description (used in promo page) */
#mk-page-introduce .page-subtitle {
  display: none;
}

/* Custom user acount icon */
.mk-header .shopping-cart-header.custom-user-icon {
  padding-left: 15px;
  padding-top: 3px;
}
.mk-header .shopping-cart-header.custom-user-icon a {
  color: #fff;
}

/* BREADCRUMBS */
/*
#mk-breadcrumbs .mk-breadcrumbs-inner.light-skin a {
  color: #606060;
  font-size: 12px;
}
*/
/* repositionnement du breadcrumb en dehors du header */
.mk-header #mk-breadcrumbs .mk-breadcrumbs-inner {
  margin-top: 15px;
  margin-bottom: -99px;
}
/* masque le dernier élément, trop long et redondant */
/*
#mk-breadcrumbs .mk-breadcrumbs-inner {
  overflow: hidden;
  height: 7px;
}
#mk-breadcrumbs .mk-breadcrumbs-inner > span {
  margin-right: -1px;
}
#mk-breadcrumbs .mk-breadcrumbs-inner .breadcrumb_last {
  display: none;
}
*/
#mk-breadcrumbs .mk-breadcrumbs-inner.light-skin {
  color: #323232 !important;
}

/* FOOTER ********************************************* */

/*.footer-divider .mk-shape-divider {
  margin-bottom: -10px;
}*/

#mk-footer .footer-wrapper {
  padding-bottom: 0;
}
#mk-footer .widget .widgettitle {
  font-size: 20px;
  color: #383838;
}

#mk-footer .widget_social_networks .builtin-icons {
  margin-top: 27px !important;
}
#mk-footer .widget_social_networks .mk-svg-icon {
  height: 45px !important;
  width: 45px !important;
}

/* FOOTER MAILJET WIDGET */

#mk-footer #mailjetSubscriptionForm #mailjet_widget_email {
  background-color: #1a181b;
  color: #cbe000 !important;
  border-width: 0;
  width: 100%;
  border-radius: 3px;
  box-shadow: none;
  padding: 13px 12px;
}
#mk-footer #mailjetSubscriptionForm input[type="submit"] {
  float: right;
  padding: 6px 15px;
  border-radius: 3px;
  background-color: #ee322b;
  color: #fff !important;
  border-width: 0;
  box-shadow: 1px 1px 10px -3px #000;
  margin-top: -49px;
  z-index: 9;
  position: relative;
  margin-right: 6px;
}

/* CONTENT MAILJET WIDGET */
#mk-footer .mailjet_widget_front_container #mailjet-widget-title-wrap {
  display: none;
}
#mk-footer #mailjetSubscriptionForm {
  margin-top: -25px;
}

.wpb_widgetised_column #mailjetSubscriptionForm input {
  font-size: 18px;
  border: 1px solid #000;
  height: 60px;
}
.wpb_widgetised_column #mailjetSubscriptionForm #mailjet_widget_email {
  color: #4f4f4f;
  float: left;
  width: calc(100% - 160px);
}
.wpb_widgetised_column #mailjetSubscriptionForm [type="submit"] {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  width: 160px;
}

/* CONTENT SMALL SUBSCRIBE WIDGET */
.small-subscribe-form .wpb_wrapper {
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.05);
}
.small-subscribe-form .widgettitle {
  font-size: 15px;
  font-weight: bold;
}

.mk-go-top,
.mk-quick-contact-wrapper {
  bottom: 10px;
}

/* LAYOUT ********************************************* */

body {
  background-color: #1a181b;
}

#mk-page-introduce {
  /*background-color: #F7F7F7;*/
  background-color: #cbe000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#mk-page-introduce .page-title {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  /*color: #1A181B;*/
}

/*
#mk-breadcrumbs {
  margin-top: -10px;
  margin-bottom: 40px;
}
#mk-breadcrumbs .mk-breadcrumbs-inner.light-skin {
  font-size: 12px;
  font-weight: 600;
}
#mk-breadcrumbs .mk-breadcrumbs-inner a,
#mk-breadcrumbs .mk-breadcrumbs-inner span {
    color: rgba(0,0,0,0.4) !important;
}
*/

/* Evite le vert illisible sur les <strong> */
.master-holder strong {
  color: unset !important;
}

.mk-page-section:not(.author-section)
  .page-section-content
  > .mk-padding-wrapper
  > .vc_col-sm-12
  > .wpb_row {
  margin-left: -10px !important;
  margin-right: -10px !important;
  /* display: none; */
}

.wpb_single_image.fullwidth .wpb_wrapper,
.wpb_single_image.fullwidth .vc_single_image-wrapper,
.wpb_single_image.fullwidth .vc_single_image-img {
  width: 100%;
}

/* 3D SHADOW */
/* styles Jupiter élargis */
.vc_box_shadow_3d::after,
.vc_box_shadow_3d::before {
  border-radius: inherit;
  bottom: 8px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
  content: "";
  height: 30%;
  left: 5px;
  position: absolute;
  right: 50%;
  transform: skewY(-6deg);
  transform-origin: 0 0 0;
  z-index: -1;
}
.vc_box_shadow_3d::after {
  left: 50%;
  right: 5px;
  transform: skewY(6deg);
  transform-origin: 100% 0 0;
}
.vc_box_shadow_3d {
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px;
  /*display: inline-block;*/
  max-width: 100%;
  position: relative;
  z-index: 0;
}
/* custom */
.vc_box_shadow_3d .vc_single_image-img {
  box-shadow: 0 0 10px -7px #000 !important;
}

.box_shadow-big {
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}

/* BIG BUTTON */
.mk-button.mk-button--size-x-large.text-color-dark,
.mk-button.mk-button--size-large.text-color-dark {
  /*color: #404040 !important;*/
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 15px 30px;
  text-transform: uppercase;
}
.mk-button--size-x-large .mk-svg-icon,
.mk-button--size-large .mk-svg-icon {
  height: 20px !important;
  width: 20px !important;
}

/* TAG COUD */

#mk-toggle-2 {
  margin: 0 8px 20px;
}
.mk-toggle .mk-toggle-pane {
  padding-bottom: 0;
}
.mk-toggle.fancy-style .mk-toggle-title {
  font-size: 20px;
  background-color: #1a181b !important;
  color: #fff;
}

.tagcloud > br {
  display: none;
}

.tagcloud > a,
.single-post-tags > a {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #1a181b;
  color: #cbe000;
  border-radius: 3px;
  font-size: 14px !important;
  margin: 8px 3px 0 0;
  padding: 8px 10px;
}
.tagcloud > a:hover,
.single-post-tags > a:hover {
  background-color: #f0881f;
  color: #fff;
}

/* EDGE SLIDER */

.edge-title img {
  max-width: 100% !important;
}
.edge-title > a,
.edge-title > a:hover {
  color: #fff;
}

.mk-edge-slider .edge-desc {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.9));
  /* max-width: 500px; */
}

/* FLEX SLIDER */
.vc_row.mk-fullwidth-true .mk-flexslider {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
  .home .mk-flexslider a {
    display: flex;
    justify-content: center;
  }
  /*.home .mk-flexslider img {
	    max-width: unset;
	    width: auto !important;
	    height: 188px;
	}*/
}

/* HOME TITLES */

.under-title {
  background-color: #cbe000;
  color: #1a181b !important;
  border-radius: 0 0 2px 2px;
  padding: 15px !important;
  font-size: 16px !important;
  line-height: 15px !important;
  font-weight: 600 !important;
  margin-top: -15px;
  margin-bottom: 20px !important;
  /*z-index: 9;
  position: relative;*/
}
.wpb_single_image + .under-title {
  margin-top: -35px;
  padding-top: 0 !important;
  min-height: 30px;
}
.under-title p {
  color: unset;
}
.under-title em {
  font-size: 16px;
  color: #383838;
}

/* HOME - ajustements FR */

.mk-fullwidth-true.vc_row .vc_col-sm-12.resources-panel {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.home .wpb_single_image .vc_figure,
.home .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d,
.home .home-lastest-news-img .vc_single_image-img {
  /*height: 197px;*/
  width: 100%;
}

.yellow-bg {
  background-color: #cbe000 !important;
  margin-bottom: 34px;
}

.wpb_raw_html.tttv.tttv-home {
  margin-bottom: 15px;
}
.wpb_raw_html.tttv.tttv-home .wpb_wrapper {
  height: 197px;
}
.tttv.tttv-home iframe {
  max-height: 197px;
}

/* HOME - Latest news */
.latest-news-home {
  margin-top: 40px;
}
/*
@media only screen and (min-width: 768px) {
	.latest-news-home li .item-holder {
		margin-left: 6.68px;
		margin-right: 6.68px;
	}
	.latest-news-home li:first-child .item-holder {
		margin-left: 0;
	}
	.latest-news-home li:last-child .item-holder {
		margin-right: 0;
	}
}
*/
.latest-news-home .item-thumb {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  height: 257px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.latest-news-home .posts-carousel .detail-holder {
  background-color: #cbe000;
  min-height: 75px;
}
.latest-news-home .detail-holder .item-title {
  text-align: left;
  line-height: 15px;
  text-transform: unset;
}
.latest-news-home .detail-holder .item-title > a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 46px;
  color: #1a181b;
}

.latest-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 17px;
  margin-bottom: -2px;
}
.latest-baseline {
  font-size: 13px;
  font-weight: normal;
  margin-top: 6px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 16px;
}

/* DOWNLOAD BUTTON */
/*.wp-caption-text > button {
  background-color: #cbe000;
  border-radius: 2px;
  border-width: 0;
  box-shadow: 0 3px 0 0 #a2b300;
  color: white;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 24px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}*/

/* QUOTES */

.mk-blockquote p {
  text-align: left;
}
/*.vc_custom_heading.quote {
  border-bottom: 2px solid #cbe000;
  border-top: 2px solid #cbe000;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 25px;
}*/

/* PATTERNS */

.pattern-swirl {
  background-image: url("https://www.dontpanicgames.com/wp-content/themes/jupiter-child/img/pattern_swirl.png");
}
.pattern-fancy-pants {
  background-image: url("https://www.dontpanicgames.com/wp-content/themes/jupiter-child/img/pattern_fancy-pants.jpg");
}
.pattern-patt {
  background-image: url("https://www.dontpanicgames.com/wp-content/themes/jupiter-child/img/pattern_patt.jpg");
}
.pattern-the-illusionist {
  background-image: url("https://www.dontpanicgames.com/wp-content/themes/jupiter-child/img/pattern_the-illusionist.png");
}
.pattern-wild-sea {
  background-image: url("https://www.dontpanicgames.com/wp-content/themes/jupiter-child/img/pattern_wild-sea.png");
}
.pattern-wild-sea-mod {
  background-image: url("https://www.dontpanicgames.com/wp-content/themes/jupiter-child/img/pattern-wild-sea-mod.jpg");
}
/* Fix temp Accueil FR */
.pattern-wild-sea-mod {
  border-top-width: 3px !important;
  border-bottom-width: 3px !important;
  padding-top: 50px !important;
  padding-bottom: 32px !important;
  background-color: #1a181b !important;
  border-color: #cbe000 !important;
  border-style: solid !important;
}

/* EMPLOYEES */

.single-employee-sidebar .employees-featured-image img {
  border-radius: 3px;
  box-shadow: 0px 4px 0px #cbe000;
}

.single-employee-content p {
  text-align: justify;
}

/*.mk-employee-item .team-thumbnail.rounded-true {
    max-width: 103px;
    box-sizing: content-box;
}*/
.mk-employees.simple.four-column .team-thumbnail.rounded-true {
  padding: 0;
}
@media (max-width: 767px) {
  .mk-employees .mk-employee-item {
    width: 50% !important;
  }
}

/* fix portraits auteurs */
.mk-employees.simple.three-column .team-thumbnail.rounded-true {
  padding: 0;
}

/* fix filter theme */
.mk-employees.simple.mk-employees-grayscale .team-thumbnail img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter 0.3s;
}

/* fix hauteur meta inutilisée */
.mk-single-employee.layout-style2 .mk-employeee-networks {
  margin-bottom: 0;
}

/* fix 5 col */
.mk-employees.five-column .team-thumbnail {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mk-employee-item {
  margin-bottom: 0 !important;
}

/* NEWS BLOG POSTS ****************************************/

.post-template-default .page-title,
.no-title .widgettitle,
.mk-blog-author.blog-meta-item,
.mk-blog-author {
  display: none !important;
}

/*.post-template-default .featured-image {
    border: 1px solid rgba(0,0,0,0.05);
}*/

.blog-similar-posts,
.post-template-default .mk-gallery {
  background-color: #f7f7f7;
  padding-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.mk-blog-grid-item .blog-grid-holder {
  background-color: #f7f7f7;
}
.mk-blog-grid-item .featured-image {
  height: 257px;
  line-height: 254px;
  background-color: #fff;
  /*border-bottom: 1px solid #e3e3e3;*/
}
.mk-blog-grid-item .featured-image .post-type-badge {
  line-height: initial;
}
.mk-blog-meta {
  background-color: #1a181b;
}
.mk-blog-grid-item .the-title a {
  color: #cbe000;
}
.mk-blog-grid-item .the-title a:hover {
  color: #f0881f;
}
.mk-blog-grid-item .the-excerpt p {
  color: #f7f7f7;
  line-height: 1.25em;
}

@media only screen and (min-width: 768px) {
  .mk-blog-grid-item .mk-blog-meta {
    height: 240px;
    overflow-y: hidden;
  }
  .mk-blog-grid-item .the-title {
    /* height: 40px; */
    margin-top: -11px;
    margin-bottom: 0;
  }
  /*.mk-blog-grid-item .the-excerpt {
    height: 150px;
    overflow: hidden;
  }*/
}

/* CONTACT */

.s_contact.dark .s_txt-input {
  background-color: #1a181b;
}

#mk-contact-form-6 .contact-form-button {
  border-radius: 4px;
  border-width: 1px;
  background-color: #1a181b;
  color: #959495;
}
#mk-contact-form-6 .contact-form-button:hover {
  color: #fff;
}

/* GAME PAGE ********************************************* */

.full-width-12 .page-section-content {
  padding: 10px 0 50px;
}

/*.showmore-content {
  display: none;
}*/

.showmore-content > .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 9px;
}

.section-title.mk-fancy-title {
  margin-top: -70px;
}
.section-title.mk-fancy-title > span {
  background-color: #cbe000;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 3px 0 0 #a2b300;
  font-size: 19px;
  font-weight: 900;
  padding: 5px 15px;
  display: inline-block;
  /*width: 310px;*/
}

.tttv iframe {
  max-width: 100%;
  max-height: 191px;
}

@media only screen and (max-width: 767px) {
  .header-game-title {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .header-game-title .vc_single_image-img {
    max-height: 200px;
    width: auto;
  }
  /* fix mobile */
  body.page {
    padding-top: 0 !important;
  }
}

/* AUTHOR SECTION */
.author-section .page-section-content {
  padding-bottom: 50px !important;
}
.author-section .section-title.mk-fancy-title {
  margin-bottom: 30px;
  margin-top: -80px;
  margin-left: 5px;
}
/*@media only screen and (min-width: 768px) {
  .author-section .section-title.mk-fancy-title > span {
    margin-left: 15px;
  }
}*/

.dev-studio p {
  font-size: 14px;
}

/*@media only screen and (min-width: 768px) {
  .dev-authors {
    padding-left: 63px;
  }
}*/

/*@media only screen and (max-width: 767px) {
  .dev-authors .vc_col-sm-4 {
    float: left;
    width: 33%;
  }
}

.dev-authors .vc_figure-caption {
  font-size: 15px !important;
  font-weight: 600;
}*/

/* ON EN PARLE */
.onenparle {
  background-color: #cbe000;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 3px 0 0 #a2b300;
  padding: 20px;
}
@media only screen and (min-width: 767px) {
  .onenparle {
    height: 191px;
  }
}

.onenparle .mk-fancy-title {
  font-size: 16px;
  font-weight: 900;
}
.onenparle ul {
  margin-left: 0;
}
.onenparle li {
  list-style-type: none;
  margin-left: 0;
  padding: 3px 10px;
}
.onenparle li:nth-child(2n + 1) {
  background-color: rgba(0, 0, 0, 0.1);
}
.onenparle li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.onenparle li > a {
  display: block;
  color: #2e2e2e;
}
/*.onenparle li > a:hover {
  color: #2e2e2e;
}*/

/* DOWNLOAD LINKS */
.download-links > p {
  display: flex;
  margin: 0 auto 20px;
  width: 286px;
}
.download-links a,
.cartouche .links a {
  background-color: #f0881f;
  border-radius: 2px;
  color: #fff;
  flex: 1 1 0;
  font-weight: 700;
  letter-spacing: 1px;
  /*line-height: 20px;*/
  margin-right: 12px;
  padding: 3px 12px;
  text-align: center;
}
.download-links a:last-child,
.cartouche .links a:last-child {
  margin-right: 0;
}
.download-links a:hover,
.cartouche .links a:hover,
.cartouche .cart:hover {
  background-color: #cbe000;
  color: #fff;
}

/* aligne la cover sur les dimensions des download buttons juste au-dessus */
.download-links + .wpb_single_image .vc_single_image-img {
  max-width: 286px;
  border-radius: 2px !important;
}

/* GAME PICTOS */

/*
.game-pictos .addtocart {
  background-color: #f0881f;
  float: left;
  width: 200px;
  height: 60px;
  border-radius: 6px;
  margin-right: 10px;
  background-image: url("https://dontpanicgames.com/wp-content/themes/jupiter-child/img/addtocart-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: left 7px;
}
.game-pictos .addtocart a {
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  line-height: 58px;
  display: block;
}
*/

/* http://tobiasahlin.com/blog/how-to-animate-box-shadow/ */
/*
.game-pictos .addtocart {
  position: relative;
  display: inline-block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.game-pictos .addtocart::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.game-pictos .addtocart:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.game-pictos .addtocart:hover::after {
    opacity: 1;
}
*/

.game-pictos {
  background-color: #f2f2f2;
  padding: 20px 0 35px;
}
.game-pictos .genre {
  background-color: #4f545e;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin: 0 20px 15px;
  padding: 10px;
  display: none;
}
.game-pictos .wrapper {
  display: flex;
  /*margin: 0 auto;*/
}
.game-pictos .wrapper > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1 1 0;
  height: 60px;
}
.game-pictos .players {
  background-image: url("https://www.dontpanicgames.com/wp-content/uploads/2017/02/picto-players.png");
  margin-right: 25px;
}
.game-pictos .age {
  background-image: url("https://www.dontpanicgames.com/wp-content/uploads/2017/02/picto-age.png");
}
.game-pictos .duration {
  margin-left: 25px;
  background-image: url("https://www.dontpanicgames.com/wp-content/uploads/2017/02/picto-duration.png");
}
.game-pictos > div > div > p {
  font-size: 22px;
  font-weight: 900;
  line-height: 22px;
  margin-top: 60px;
  text-align: center;
}

.game-pictos,
.cartouche {
  margin-left: auto;
  margin-right: auto;
  max-width: 441px;
  margin-top: 3px;
}

.cartouche {
  margin: 3px auto 0;
  background-color: #f2f2f2;
  padding: 20px;
}
.cartouche .cart {
  background-color: #f0881f;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  border-radius: 3px;
  display: block;
  padding: 0 !important;
  text-align: center;
}
.cartouche .cart img {
  width: 45px;
  margin-right: 10px;
}
.cartouche p {
  text-align: unset;
}
.cartouche .cart > a {
  color: unset;
}
.cartouche .links {
  display: flex;
}
/* 
.cartouche .links a >> voir .download-links a
.cartouche .links a:last-child >> voir .download-links a:last-child
.cartouche .links a:hover >> voir .download-links a:hover 
*/
.cartouche .links a.unused {
  background-color: #b9b9b9;
  cursor: not-allowed;
}

.cartouche .links .external {
  position: relative;
}
.cartouche .external::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background-color: #f0881f;
  border-radius: 30px;
  position: absolute;
  top: -12px;
  right: -8px;
  background-image: url(https://www.dontpanicgames.com/wp-content/themes/jupiter-child/img/ext-link-icon-white.png);
  border: 3px solid #f2f2f2;
  padding: 12px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.cartouche .external::after {
  top: -69px;
  right: -156px;
}
.cartouche .links .external::after {
  top: -12px;
  right: -8px;
}

.cartouche.social {
  padding-top: 1px;
  padding-bottom: 0px;
}

.cartouche.social .swp_social_panel .swp_share_button:first-child {
  margin-left: 0;
}

.cartouche.social .swp_social_panel .swp_share_button:last-child {
  margin-right: 0;
}

.cartouche.altcolor {
  background-color: #1a181b;
}

.cartouche.mk-button-container {
  padding-top: 14px;
  padding-bottom: 14px;
}
.cartouche.mk-button-container .mk-button {
  width: 100%;
}

.cartouche .title,
.enhanced-product_cats + .title {
  background-color: #4f545e;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin: 0 20px 15px;
  padding: 10px;
  display: none;
}

/* AUTHORS */

.team-thumbnail img {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  margin: 4px;
  /*max-width: 165px;*/
}
.vc_col-sm-6 .team-thumbnail > img {
  max-width: 150px;
}

/* bouton showmore plus visible */
.showmore-button > a#showmore-button {
  width: 100%;
  background-color: #3f3f41;
  color: #fff !important;
  font-size: 18px;
  padding-top: 35px;
}

/* fix titres Articles/Auteurs coupés */
.mk-page-section.full_layout.middle-section,
.mk-page-section.full_layout.author-section {
  overflow: visible !important;
}

/* Bloque en hauteur les images de la middle-section pour les éventuelles images inférieures à 650px de large. */
@media only screen and (min-width: 768px) {
  .middle-section .mk-image .mk-image-inner {
    max-height: 194.667px;
  }
}

/* FEARZ ********************************************* */

table.fearz-apps td {
  padding: 0;
}
table.fearz-apps td img {
  margin-bottom: 0;
}
table.fearz-apps td strong {
  color: #000;
  font-size: 150%;
  font-weight: 600;
  margin-bottom: 10px;
}

.fearz-sidebar .wpb_single_image {
  margin-bottom: 10px;
}

.fearz-mainpic img {
  margin-top: -72px;
  margin-bottom: -115px;
}

/* MIDGARD ********************************************* */

.midgard-mainpic {
  display: inline-block;
}

.headsup {
  background-color: #1a181b;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 15px;
  width: calc(100% - 30px);
}

/* ATTACK ON TITAN - THE LAST STAND **********************************************/

.page-id-6083 #page-section-2 .vc_single_image-img,
.page-id-8109 #page-section-2 .vc_single_image-img {
  padding: 10px;
  margin-top: 160px;
}
@media only screen and (max-width: 767px) {
  .page-id-6083 #page-section-2 .vc_single_image-img,
  .page-id-8109 #page-section-2 .vc_single_image-img {
    transform: scale(0.6);
  }
}

/* DC COMICS **********************************************/

#gallery-loop-13 .mk-gallery-image {
  min-height: 288px;
} /* rectifie le problème des cartes de hauteur différente




/* LEVEL 42 *********************************************************/

.page-id-6948 #background-layer--2,
.page-id-8263 #background-layer--2 {
  background-position-y: 59%;
}
.page-id-6948 .cartouche,
.page-id-8263 .cartouche {
  margin-top: -15px;
  padding-bottom: 0;
}
.page-id-6948 .cartouche .cart a,
.page-id-8263 .cartouche .cart a {
  color: #fff;
}

/* PANTONE */

.pantone-concours {
  display: flex;
  margin-top: 50px;
}
.pantone-concours .wp-caption-text {
  text-align: center;
}

/* GAMES HOMEPAGE **********************************************/

.portfolio-grid .ajax-controls {
  display: none;
}
#mk-filter-portfolio.sortable-classic-style .mk-grid ul li {
  margin: 0;
}
.portfolio-grid .sortable-classic-style li a {
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px !important;
}

.portfolio-grid .sortable-classic-style li a[data-filter="games"],
.portfolio-grid .sortable-classic-style li a[data-filter="jeux"] {
  display: none !important;
}

.mk-portfolio-item.zoomin-hover .featured-image.hover .portfolio-meta,
.mk-portfolio-item.zoomin-hover .featured-image:hover .portfolio-meta {
  /*bottom: 33%;*/
  bottom: unset !important;
  padding-left: 5%;
  padding-right: 5%;
  top: 0;
  padding-top: 9%;
}
.mk-portfolio-item.zoomin-hover .featured-image.hover .icons-holder,
.mk-portfolio-item.zoomin-hover .featured-image:hover .icons-holder {
  top: 69%;
}
.mk-portfolio-item .featured-image:not(.hover):hover .icons-holder {
  top: 28% !important;
}
.mk-portfolio-item .featured-image:not(.hover):hover .icons-holder .hover-icon {
  padding: 60px 0;
  width: 100%;
}

.mk-portfolio-grid .the-excerpt {
  color: #fff;
  height: 100px;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0 20px;
}

.featured-image:not(.hover) > .portfolio-meta {
  display: none;
}
.mk-portfolio-item.zoomin-hover
  .item-holder
  .featured-image.hover
  .image-hover-overlay {
  background-color: #1a181b !important;
  opacity: 1;
}

.mk-portfolio-item.zoomin-hover
  .featured-image.hover
  .image-hover-overlay::before,
.mk-portfolio-item.zoomin-hover
  .featured-image.hover
  .image-hover-overlay::after {
  border-width: 0;
}
/*.mk-portfolio-item .hover-icon {
  display: none !important;
}*/
.mk-portfolio-item .featured-image:not(.hover) .hover-icon/*,
.mk-portfolio-item .icons-holder a:hover*/ {
  opacity: 0 !important;
}
.mk-portfolio-item .featured-image.hover .hover-icon {
  display: inline-block !important;
}
.mk-portfolio-item.zoomin-hover .icons-holder a {
  opacity: 1;
  /*color: #777;*/
}

.mk-portfolio-grid-item .portfolio-meta .the-title a {
  color: #cbe000;
}
.mk-portfolio-grid-item .portfolio-meta .the-title a:hover {
  color: #f0881f;
}

@media only screen and (max-width: 770px) {
  .mk-portfolio-grid .mk-portfolio-grid-item {
    width: 100% !important;
  }
  .mk-portfolio-grid .mk-portfolio-grid-item:nth-child(2n + 1) {
    margin-bottom: 25px;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .mk-portfolio-grid .portfolio-meta .the-title {
    font-size: 25px !important;
    line-height: 25px !important;
  }
  .mk-portfolio-item .featured-image.hover .icons-holder .hover-icon {
    display: none !important;
  }
}

@media only screen and (min-width: 771px) and (max-width: 900px) {
  .mk-portfolio-grid .the-excerpt {
    line-height: 15px;
    height: 123px !important;
  }
  .mk-portfolio-item .featured-image.hover .portfolio-meta {
    bottom: 11% !important;
  }
  .mk-portfolio-item .featured-image:hover .icons-holder {
    top: 22% !important;
  }
  .mk-portfolio-item .featured-image.hover .icons-holder {
    display: none;
  }
}

@media only screen and (min-width: 900px) {
  .mk-portfolio-grid .portfolio-meta .the-title {
    font-size: 25px !important;
    line-height: 25px !important;
  }
}

/* Masquer l'icone Hover, trop chiante à gérer en responsive et inutile */
.page-boardgames .featured-image.hover .icons-holder,
.page-jeux .featured-image.hover .icons-holder {
  display: none;
}

/* RESOURCES **********************************************/

.page-id-6728 .wpb_heading.wpb_singleimage_heading,
.page-id-8293 .wpb_heading.wpb_singleimage_heading {
  font-size: 19px;
  box-shadow: 0px 5px 5px -6px rgba(0, 0, 0, 0.4);
  padding-bottom: 5px;
}

.game-list > .column_container .vc_single_image-img {
  cursor: pointer;
}

.games-resources {
  /* background: #1A181B; */
  background: rgba(26, 24, 27, 0.98);
  position: absolute;
  z-index: 9;
  border-radius: 5px;
  border: 2px solid #cbe000;
  margin-top: -175px;
  display: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  margin-left: 5px;
  width: calc(100% - 40px);
  /* overflow: hidden; */
  transition: opacity 300ms;
  opacity: 0;
}

.column_container.active .games-resources {
  display: block;
  opacity: 1;
  transition: opacity 300ms;
}
/*@media only screen and (min-width: 768px) { 
  .column_container.active .games-resources {
    width: 146%; 
  }
}*/

.games-resources::before {
  content: "";
  display: block;
  border-width: 15px;
  border-color: transparent transparent #1a181b transparent;
  /*border-color: transparent transparent rgba(26,24,27,0.97) transparent;*/
  position: absolute;
  top: -30px;
  left: calc(50% - 15px);
  border-style: solid;
}

/*
.games-resources > p {
  padding: 15px 20px;
  color: white;
}
*/

.games-resources > .wrapper {
  max-height: 427px;
  overflow-y: auto;
}

.download-item {
  height: 110px;
  /*width: 405px;
  margin-left: auto;
  margin-right: auto;*/
}
.download-item .size-thumbnail {
  margin-left: 20px;
  border: 2px solid #fff;
  border-radius: 2px;
  box-shadow: 0 0 5px 1px #000;
  max-width: 100px;
}
.download-line {
  padding-top: 2px;
}

.download-item-title {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.download-line .download-links {
  display: flex;
  flex-wrap: wrap;
}
.download-line .download-links a {
  max-width: 24px;
  margin-bottom: 5px;
  margin-right: 12px;
}

.games-resources .external-link {
  margin: 20px;
}

/* close icon */
.download-item > .mk-font-icons {
  position: absolute;
  top: -18px;
  right: -18px;
}
.download-item > .mk-font-icons > a > .font-icon > svg {
  height: 25px;
  width: 25px;
  background-color: #cbe000;
  border-radius: 20px;
  padding: 1px;
}

/* WOOCOMMERCE **********************************************/

/* SHOP HOME */

.woocommerce-page.archive #theme-page .theme-page-wrapper.full-width-layout {
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
}
.woocommerce-pagination {
  /*width: 100%;
  text-align: center;
  padding-top: 0;
  float: unset;*/
  display: none;
}
.woocommerce-ordering {
  display: none;
}

/* customisation page shop */
.mk-image.fullwidth .mk-image-container {
  max-width: 100% !important;
  width: 100%;
}
/*.mk-image.fullwidth .mk-image-holder {
	display: none;
}*/

/* masque le contenu "normal" de la page Shop pour choisir plus finement avec les shortcodes */
.woocommerce-page.post-type-archive-product #mk-archive-products {
  display: none;
}

/* espacements titre et images */
.woocommerce.archive .mk-image {
  margin-bottom: 20px !important;
}
.woocommerce.archive .mk-image .mk-fancy-title {
  margin-bottom: 10px;
}
.woocommerce.archive .mk-product-loop {
  margin-top: -30px;
}

/* simule Image Frame Style: Border with shadow */
.mk-gallery.random-pic-gal .gray_border-frame .item-holder {
  border: 6px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.mk-gallery .gray_border-frame .gallery-inner {
  border: none;
}

/* ombre globale sous les items du shop */
.woocommerce .product-category > .item-holder,
.woocommerce .item > .mk-product-holder {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

/* border WC products thumbs */
.woocommerce-product-gallery .flex-control-thumbs img {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* style store notice */
.woocommerce-store-notice.demo_store {
  background-color: rgba(255, 255, 255, 0.8);
  top: unset;
  bottom: 0;
  box-shadow: 0 0px 10px gray;
}

/* eshop announcement */
.annonce {
  margin: 5px 0 !important;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  background-color: #cbe000;
  border: 6px solid #fff;
}
.annonce p {
  color: #1a181b;
  margin: 0;
}

/* eshop submenu */
#menu-eshop-submenu,
#menu-eshop-submenu-3 {
  display: none;
}
/*
#menu-eshop-submenu, 
#menu-eshop-submenu-3 {
	background-color: #fcfcfc;
	text-align: center;
	margin-top: 35px;
}
#menu-eshop-submenu > li, #menu-eshop-submenu-3 > li {
	border-bottom: none;
	display: inline-block;
}
#menu-eshop-submenu > li.current_page_item a, #menu-eshop-submenu-3 > li.current_page_item a {
	font-weight: 400;
}
*/

/* espacement */
.woocommerce-page .mk-main-wrapper-holder {
  padding-top: 10px;
}
.woocommerce-page .term-description {
  margin-bottom: 50px;
}

/* filtre */
.theme-content .searchandfilter ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-bottom: 30px;
}
.theme-content .searchandfilter li {
  margin: 0 10px;
}
.theme-content .searchandfilter .sf-input-select {
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .theme-content .searchandfilter li,
  .theme-content .searchandfilter label,
  .theme-content .searchandfilter .sf-input-select {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .theme-content .searchandfilter ul {
    justify-content: space-between;
  }
}
.searchandfilter .sf-field-search,
.searchandfilter .sf-field-search label,
.searchandfilter .sf-field-search input.sf-input-text {
  width: 100%;
}

/* ajustement design product loop */
.mk-woocommerce-shop-loop__title {
  display: none;
}
.mk-product-loop.compact-layout .mk-product-holder .mk-shop-item-detail {
  background-color: #cbe000;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 10px;
}
.mk-product-loop .mk-product-holder .product-title {
  height: 35px;
  overflow: hidden;
  padding-right: 0;
  font-weight: bold;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mk-product-loop .mk-product-holder .mk-shop-item-detail .product-title a {
  /*color: white;*/
  color: #252525;
}
.mk-product-loop .mk-product-holder .price {
  padding-top: 0;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: -25px;
  right: 0;
  border-top-left-radius: 7px;
  background-color: #252525;
  color: #fff;
  /*background-color: #cbe000;*/
}

/* masque le result count des produits */
.woocommerce-result-count {
  display: none;
}

/* infinite scroll */
.search-filter-scroll-loading {
  margin: 0 auto 20px;
}

/* ajustements checkout */
.wc-proceed-to-checkout {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
  margin-top: -45px;
}

.wc-proceed-to-checkout .checkout-button.wc-forward {
  margin-bottom: 20px;
  color: #333;
}
.wc-proceed-to-checkout .checkout-button.wc-forward:hover {
  color: #fff;
}

/* ajustements my-account */
.woocommerce-MyAccount-navigation {
  width: 23%;
}
.woocommerce-MyAccount-content {
  width: 75%;
}
.woocommerce-button.button.view {
  margin-right: 3px;
}

/* PRODUCTS PAGES */

/* justif description produits */
.woocommerce-product-details__short-description p {
  text-align: justify;
}
.woocommerce-product-details__short-description a {
  color: #f0881f;
}

.product_meta > span {
  background-color: #d8d8d8;
  padding: 3px 10px;
  border-radius: 2px;
  margin: 0 3px;
}

.up-sells.upsells.products {
  clear: both;
}

/* ENHANCED PRODUCTS PAGES */

/* Masquer les parties natives et rétablir les espacements */
.dpg-enhanced-product.woocommerce-page .mk-main-wrapper-holder {
  padding-top: 0;
}
.dpg-enhanced-product #theme-page .theme-page-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.dpg-enhanced-product #theme-page .theme-page-wrapper .theme-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.dpg-enhanced-product #tab-description {
  padding: 0;
}

.dpg-enhanced-product #mk-page-introduce,
.dpg-enhanced-product .woocommerce-product-gallery,
.dpg-enhanced-product .summary.entry-summary,
.dpg-enhanced-product .tabs.wc-tabs,
.dpg-enhanced-product .woocommerce-Tabs-panel--description > h2 {
  display: none;
}

.dpg-enhanced-product p {
  text-align: justify;
}

/* Add to cart */
.enhanced-addtocart {
  margin-top: 0;
}
.enhanced-addtocart .woocommerce-Price-amount {
  font-size: 18px;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: -35px;
  background-color: #4f545e;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 7px;
}
.enhanced-addtocart
  .woocommerce-Price-amount
  .woocommerce-Price-currencySymbol {
  font-size: 12px;
  padding-left: 5px;
  line-height: 11px;
  vertical-align: super;
}
/* Fix pour prix promo */
/*.enhanced-addtocart del .woocommerce-Price-amount {
	    padding-bottom: 6px;
	}*/
.enhanced-addtocart del .woocommerce-Price-amount bdi {
  margin-left: -80px;
  color: #aaa;
}
.enhanced-addtocart ins .woocommerce-Price-amount {
  padding-top: 4px;
}
.enhanced-addtocart ins .woocommerce-Price-amount bdi {
  margin-right: -80px;
}

.product .enhanced-addtocart .woocommerce form.cart {
  background-color: unset;
  margin-bottom: 0;
}
.product .enhanced-addtocart .woocommerce form.cart:not(.variations_form),
.enhanced-addtocart .woocommerce-variation-add-to-cart {
  display: flex;
}
.product .enhanced-addtocart .variations .value {
  display: flex;
  /*margin-bottom: 12px;*/
}
.product .enhanced-addtocart .woocommerce-variation {
  float: none !important;
  width: 100%;
  margin-bottom: -12px;
  text-align: left;
}
.product .enhanced-addtocart .woocommerce-variation .stock.in-stock {
  margin-bottom: 26px;
}
.enhanced-addtocart .quantity {
  margin-right: 4px !important;
}
.enhanced-addtocart .single_add_to_cart_button {
  /*color: #333;*/
  border-bottom: 1px solid #f0881f;
  background-color: #f0881f !important;
  flex-grow: 1;
}
.enhanced-addtocart .single_add_to_cart_button:hover {
  background-color: #252525 !important;
  border-bottom-color: #252525;
}

.enhanced-addtocart .variations_form.cart .variations {
  margin-bottom: -15px !important;
  margin-bottom: 10px !important;
}

/* Enhanced attributes: lang */
.enhanced-product-lang {
  margin: -17px 0 -25px;
}
.enhanced-product-lang li {
  list-style: none;
  margin-left: 0;
  display: none;
}
.enhanced-product-lang li.Langage,
.enhanced-product-lang li.Language {
  display: block;
}
.enhanced-product-lang li a {
  pointer-events: none;
}

/* Enhanced products categories & tags */
.enhanced-product_cats,
.enhanced-product_tags {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.enhanced-product_cats li,
.enhanced-product_tags li {
  display: inline-block;
  background-color: #707684;
  border-radius: 7px;
  color: #fff;
  padding: 0 10px;
  margin: 2px;
}

.enhanced-product_cats li a,
.enhanced-product_tags li a {
  color: #fff;
}
.enhanced-product_cats li a:hover,
.enhanced-product_tags li a:hover {
  color: #f0881f;
}

/* removes p after cats/tags */
.enhanced-product_tags + p,
.enhanced-product_cats + p {
  display: none;
}

/* Related products */
.mk-page-section.enhanced-related {
  background-color: #1a181b;
}
.mk-page-section.enhanced-related .page-section-content {
  padding-top: 30px;
  padding-bottom: 20px;
}
.mk-page-section.enhanced-related h2 {
  color: #fff;
}

.dpg-enhanced-product .enhanced-related .products.mk--row {
  padding-bottom: 0;
}

/* Hide 5th product - but why is it displayed since settings is on 4 products? */
.enhanced-related .item.product:nth-child(5) {
  display: none;
}

/* Hide uppsells on product page */
.dpg-enhanced-product .up-sells.upsells.products {
  display: none;
}

/* Added to cart woo notice */

.dpg-enhanced-product .woocommerce-notices-wrapper {
  position: absolute;
  z-index: 999;
  top: 20px;
}
@media (max-width: 767px) {
  .dpg-enhanced-product .woocommerce-notices-wrapper {
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .dpg-enhanced-product .woocommerce-notices-wrapper {
    width: 700px;
    left: calc(50% - 350px);
  }
}
@media (min-width: 1100px) {
  .dpg-enhanced-product .woocommerce-notices-wrapper {
    width: 1000px;
    left: calc(50% - 500px);
  }
}

.dpg-enhanced-product .woocommerce-notices-wrapper a {
  margin-left: 15px;
}

/* WC Bundle products */

/*.woocommerce .product-type-bundle .summary.entry-summary {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .product-type-bundle .swpb-bundled-product {
    width: 33%;
    float: left;
  }
  .product-type-bundle .cart {
    clear: both;
    padding-top: 15px;
    padding-left: 70%;
  }
}

.swpb-bundled-products-container .swpb-info h3 {
  float: left;
}
.swpb-bundled-products-container .swpb-info .price {
  margin: 7px 0 0 14px;
  clear: unset;
}*/
.swpb-bundled-products-container .swpb-bundled-product-title,
.swpb-bundled-products-container
  .price
  .wcpbc-price
  .woocommerce-Price-amount.amount {
  font-size: 15px;
}
/*.product-type-bundle .woocommerce-product-gallery,*/
.swpb-bundled-products-container .swpb-info .category,
.swpb-bundled-products-container .swpb-bundled-product-stock {
  display: none;
}

/* MOBILE MENU **********************************************/

.mk-responsive-nav {
  margin-top: 25px;
}

.mk-css-icon-close div,
.mk-css-icon-menu div {
  background-color: #f0881f;
}

/* PASSWORD PROTECTED PAGE **********************************************/

.post-password-form {
  min-height: 400px;
  padding-top: 100px;
}
.post-password-form p {
  text-align: center;
}

.malfosse-vid {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* FIX WPBAKERY IMAGE CAROUSEL ON MOBILE **********************************************/
.vc_images_carousel {
  max-width: 100%;
}

/* IVORY SEARCh ********************************************************* */

.astm-search-menu .search-icon {
  padding-top: 20px;
  padding-left: 14px;
}
.astm-search-menu path.search-icon-path {
  fill: #fff;
}
.is-ajax-search-result .meta-date {
  display: none;
}

form.is-search-form label {
  border: 2px solid #cbe000;
}

#is-search-input-24176 {
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 18px !important;
  /*text-transform: uppercase;*/
}

.is-ajax-search-post.is-product {
  background-color: beige;
}

/* Style:  popup */
/*div#is-popup-wrapper {
  background-color: rgba(4,4,4,.5);
}
form.is-search-form {
  max-width: 550px;
  padding: 20px !important;
  background-color: #1a181b;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.is-popup-search-form input.is-search-submit {
  margin-top: 22px;
  margin-right: 19px;
  height: 50px;
  font-weight: 600;
  text-transform: uppercase;
}*/

/* Style:  dropdown */

form.is-search-form {
  padding: 20px !important;
  background-color: #1a181b;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  min-width: 1073px !important;
  max-width: unset !important;
  right: -90px !important;
  margin-top: -1px;
}
.is-form-style input.is-search-submit {
  margin-top: 22px;
  margin-right: 19px;
  height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.is-ajax-search .is-loader-image {
  right: 154px !important;
}

/* mobile */
.astm-search-menu-wrapper.is-menu-wrapper {
  display: none;
}
