/*------------------------------------------------------------

RAAAAAAR

  ----------------------------------------------------------

  Theme:   RAAAAAAR 2019
  Author:  Christy Nyiri
           //christynyiri.com

------------------------------------------------------------*/



/*============================================================
 Base
============================================================*/

.welcome_image .welcome_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  animation: none;
  top: 50%;
}

.welcome_image .welcome_text.fade_out {
  animation: none;
}

.welcome_text img {
  max-width: 100%;
  height: auto;
}

.logo {
  width: 100%;
}

.logo img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 2em;
}

.btn {
width: 80%;
max-width: 350px;
}

@media only screen and (min-width: 600px) {

  .logo img {
    width: 80%;
  }

  .btn {
  width: 30%;
  transition: .2s ease-in-out;
  }

  .btn:hover {
    transform: translateY(-10px);
  }

}



.shop-now {}

.wholesale {}

section.content .custom_page img {
  margin: 20px 0;
}

@media only screen and (min-width: 600px) {
  section.content .custom_page img.righty {
    float: right;
    max-width: 50%;
    margin-left: 20px;
    margin-top: 0;
  }

  section.content .custom_page img.lefty {
    float: left;
    max-width: 50%;
    margin-top: 0;
    margin-right: 20px;
  }

  section.content .custom_page img.center {
    float: none;
    max-width: 70%;
    margin: 0 auto 40px;
  }

}


@media only screen and (min-width: 768px) {
  
  .product_list li {
    padding: 0 20px 40px;
  }
  
  .product_list li a {
    position: relative;
  }

  .product_list li a img {
    z-index: 1;
  }

  .product_list li a .product_details {
    position: absolute;
    z-index: 2;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    opacity: 0;
    transition: .25s ease-in-out;
  }

  .product_list li:hover a .product_details {
    opacity: 1;
  }

  .product_list li a .product_details .details_background {
    background: #fdede6;
    opacity: 1;
  }

  .product_list li a .product_details .product_status {
    top: 0;
    width: 100%;
    margin-bottom: 12px;
    position: relative;
    /* color: #f47b62; */
  }

}

.overlay .overlay_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.custom_page h1, 
.custom_page h2, 
.custom_page h3, 
.custom_page h4, 
.custom_page h5, 
.custom_page h6 {
  margin-bottom: 1em;
}

.custom_page h3 {
  font-weight: bold;
}

section.content .custom_page p {
  font-size: 16px;
}

body.has_welcome header {
  /* background-color: #92a9e4 !important; */
}

body#home.has_welcome header, body#home header {
  background-color: transparent !important;
}

body#home .store_name {
  display: none;
}

@media only screen and (min-width: 1024px) {

  header {
    height: 100px;
    padding: 15px 0;
  }

  header .store_name.image {
    /* width: 100%; */
    max-width: unset;
    /* margin: 0 auto; */
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    margin: 0;
    float: none;
    display: inline-block;
  }

  header .store_name.image a {
    height: 70px;
  }
}

.mailchimp #mc_embed_signup .button {
  background-color: #5c78ba;;
}

.mailchimp #mc_embed_signup label {
  /* color: #92a9e4; */
  color: #5c78ba;
}

.mailchimp #mc_embed_signup {
  width: 100%;
}