/*
Theme Name:   Godlike Child
Theme URI:    https://themeforest.net/user/_nK/portfolio
Author:       nK
Template:     godlike
Author URI:   https://nkdev.info/
Description:  Godlike Child Theme
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  godlike-child
Tags:
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* HOMEPAGE */
.ch27-home-box-container {
  margin: 100px 0 150px 0;
}

.ch27-home-box-container .nk-ibox-title,
.ch27-home-box-container .nk-ibox-icon {
  margin-bottom: 20px !important;
}

.ch27-home-carousel {
  margin: 50px 0 100px 0;
}

/* ---- */

@media screen and (min-width: 767px) {
  .ch27-events-cta {
    min-height: 362px;
  }
  .landing-logo-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .landing-logo-desktop {
    display: block !important;
  }
  .landing-logo-tablet,
  .landing-logo-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .landing-logo-desktop,
  .landing-logo-mobile {
    display: none !important;
  }
  .landing-logo-tablet {
    display: block !important;
  }
}

@media screen and (max-width: 766px) {
  /* LOGO */
  .landing-logo-desktop,
  .landing-logo-tablet {
    display: none !important;
  }

  /* HEADER */
  /* REDUIRE HEADER POUR LA VERSION MOBILE */
  .nk-header-title.nk-header-title-md .nk-header-table {
    min-height: 300px !important;
  }

  /* ---- */
  .ch27-home-box-container {
    margin-top: 50px;
  }
  .home .nk-header-title {
    /* display: none; */
  }
  .cta-events {
    margin-top: 30px;
  }
  .nk-header-title .nk-title-back {
    font-size: 50px !important;
  }
  .challenge-flex-mobile .vc_row {
    display: flex;
  }
  .sociality-share {
    display: none !important;
  }
}

#post-1672 > header {
  display: none;
}

.nk-pricing {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* *** CUSTOMISATION NOVEMBRE 2024 POPUP JEU CONCOURS RTN *** */
#popmake-4278 {
  overflow: hidden;
  width: 934px;
  height: 523px;
}

.popup-container {
  display: flex;
  flex-flow: row nowrap;
}

.popup-text {
  padding: 56px 68px;
}

.popup-text h2 {
  font-family: Marcellus SC;
  color: #c6712b;
  font-weight: regular;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.popup-text p {
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

.popup-text p:last-child {
  margin-top: 3rem;
}

.popup-text,
.popup-image {
  flex: 1 1 50%;
}

.popup-image {
  flex-shrink: 2;
  position: relative;
}

.popup-btn {
  font-family: Marcellus SC;
  border-radius: 5px;
  padding: 1rem 1.75rem;
  background: #c6712b;
  border: none;
  color: #000;
}
.popup-btn:hover {
  color: black;
  text-decoration: none;
  transform: translateX(-10px);
  transition: transform 300ms ease;
}

.popup-image img {
  margin: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 930px) {
  #popmake-4278 {
    width: 90vw;
    height: auto;
  }
  .popup-text {
    padding: 36px 48px;
  }
  .popup-text p {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 764px) {
  .popup-text h2 {
    font-size: 2rem;
    text-align: center;
  }
  .popup-text p {
    font-size: 1rem;
    text-align: center;
  }
  .popup-text {
    padding: 2rem 2rem;
  }
  .popup-container {
    flex-direction: column;
  }
  .popup-image {
    order: 2;
    max-height: 200px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
}

#menu-item-4422 {
  border: 2px solid #e0923a;
  border-radius: 5px;
}
#menu-item-4422 a {
  color: #e0923a;
}

/* FORM ERROR COLOR */
.frm_error {
  color: #dd1616 !important;
}

/* FORM TEXT FIELD COLOR */
.frm_forms input,
.frm_forms textarea {
  color: #101010 !important;
}

@media screen and (min-width: 1200px) {
  .nk-navbar > .container {
    max-width: 100% !important;
  }
}

/* ***FIN CUSTOMISATION POPUP JEU CONCOURS RTN *** */

/* CUSTOMISATION ALEX : NOUVELLE PAGE COMMANDE DE BON */

.bon-image-enveloppe img {
  filter: drop-shadow(10px 7px 26px rgba(0, 0, 0, 0.6));
}

.bon-informations {
  margin-bottom: 80px;
}

.bon-description > .vc_column-inner {
  padding: 0 50px 0 30px;
}

.bon-description p {
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .bon-description > .vc_column-inner {
    padding: 0 15px;
  }
  .bon-informations {
    margin-bottom: 0;
  }
}

/* *** FIN CUSTOMISATION COMMANDE DE BON *** */
