/*
Theme Name: The Hanger Child
Theme URI: http://thehanger.wp-theme.design/
Description: This is a child theme for The Hanger.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: the-hanger
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/
/* fix submenu */
@media screen and (min-width: 990px) {
  ul#menu-main-navigation ul {
    display: none !important;
  }
  ul#menu-main-navigation .is-dropdown-submenu.js-dropdown-active {
    display: block !important;
  }
}

/* FONT FIXES */
@media print, screen and (min-width: 64em) {
  .h1, h1 {
      font-size: 2rem;
      line-height: 1.4;
      margin-top: 0;
      margin-bottom: 1.25rem;
  }
  .h2, h2 {
      font-size: 1.8rem;
      line-height: 1.4;
      margin-top: 0;
      margin-bottom: 1.25rem;
  }
  .h3, h3 {
      font-size: 1.45rem;
      line-height: 1.4;
      margin-top: 0;
      margin-bottom: 1.25rem;
  }
}
.woocommerce-mini-cart__empty-message {
  font-size: 19px;
}
.minicart_infos {
  font-size: 14px;
}

.gbt-mega-menu-content .megamenu_icon_list a span {
  font-size: 0.85em;
}


/* ACCUEIL */
@media screen and (max-width: 767px) {
  #home-carousel .vc_images_carousel {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 639px) {
  .francoise-featured-products li:nth-child(3) {
    display: none !important;
  }
}

blockquote {
  padding: 0 20px;
}




/* SERVICES */
/* @media screen and (min-width: 652px) { */
@media screen and (min-width: 1200px) {
  .sp-post-carousel-pro-section .sp-pcp-post a {
    height: 325px;
  }
}
@media screen and (max-width: 651px) {
  .sp-post-carousel-pro-isotope-items {
    height: auto !important;
  }
  .sp-post-carousel-pro-section .sp-pcp-post {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    /* display: block !important; */
  }
  .sp-post-carousel-pro-section .sp-pcp-post img {
    opacity: 1 !important;
  }
}
/* Hover */
.sp_pcp_theme_seven #sp-post-carousel-pro-4281.sp-post-carousel-pro-area .sp-pcp-post-relative:hover .sp-pcp-post-title a,
.sp_pcp_theme_seven #sp-post-carousel-pro-4281.sp-post-carousel-pro-area .sp-pcp-post-relative .sp-pcp-post-title a:hover {
  color: #757b7e !important;
}


/* SHOP */
.category-title-count,
.widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-list .wc-layered-nav-term>.count {
  display: none !important;
}


/* BUTTON RESERVATION SALONKEE */
@media screen and (max-width: 350px) {
  .book-now-btn {
    max-width: 100% !important;
    width: auto !important;
  }
}


@media only screen and (max-width: 769px) {
	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
}

/****************************************************************/
/****************************************************************/
/****************************************************************/

