/*
 Theme Name:   ThriveKin
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Mike Grotton
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.featured-image {
  display: none !important;
}

@font-face {
  font-family: 'Playlist';
  src: url('./fonts/playlist/Playlist-Script.ttf.woff') format('woff'),
    url('./fonts/playlist/Playlist-Script.ttf.svg#Playlist-Script') format('svg'),
    url('./fonts/playlist/Playlist-Script.ttf.eot'),
    url('./fonts/playlist/Playlist-Script.ttf.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

.gp-custom-header {
  background: #ffffff;
  padding: 20px 0px;
}

.gp-custom-header-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.header-flx-contain {
  flex: 1;
}

.gp-ch-logo {
  max-width: 200px;
}

.gp-ch-logo img {
  max-width: 150px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.gp-custom-header-wrap.container {
  padding: 0 20px;
}

.gp-ch-social a {
  background: #E2BCBB;
  color: #ffffff;
  font-size: 24px;
  padding: 10px;
  border-radius: 50px;
  width: 30px !important;
  height: 30px !important;
  line-height: 1.25;
  margin: 0 5px;
}

.gp-ch-social .head-social {
  display: block;
}

.gp-ch-social {
  display: inline-flex;
}

.white-svg {
  fill: #000000;
}

.gp-ch-socials {
  max-width: 200px;
}

.gp-ch-social-wrap {
  text-align: right;
}

.gp-ch-nav nav {
  display: inline-block;
  background: #ffffff;
}

.gp-ch-nav {
  text-align: center;
}

.gp-ch-nav li {
  padding: 0 10px;
}

.gp-ch-nav li a {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}

.gp-ch-nav li a:hover, .gp-ch-nav li.current-menu-item a {
  color: #E3BCBC;
}

.gp-custom-header-mobile-wrap ul, .gp-custom-header-mobile-wrap li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.gp-custom-header-mobile-wrap li {
  border-top: 1px solid #E3BCBC
}




.gp-custom-header-mobile-wrap li a {
  color: #000000;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0px 10px 20px;
}
.gp-custom-header-mobile-wrap li.current-menu-item a {
  color: #E3BCBC;
}

.mobile-hamburger {
  display: none ;
}

.gp-custom-header-mobile-wrap {
  display: none;
}

@media screen and (max-width: 992px) {
  .gp-ch-social a.mobile-hamburger {
    display: block;
  }
  .gp-ch-social a.head-social, .gp-ch-nav .main-navigation {
    display: none ;
  }

}
