/*
Theme Name: Elessi Child Theme
Theme URI: http://elessi.nasatheme.com
Description: This is a child theme for Elessi Theme
Author: NasaTheme
Author URI: http://www.nasatheme.com
Template: elessi-theme
Version: 1.0
*/

/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

html,
body {
  font-size: 16px;
}

.row{
  max-width: 1200px
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.nav-wrapper {
  font-family: "Ropa Sans", monospace;
}

/* .site-header .menu-item a {
  font-family: "Ropa Sans";
} */

/* HEADER */

/* #top-bar{
  display: none !important;
} */

.nasa-topbar-wrap .nasa-icon-toggle {
  display: none !important;
}

.nasa-instagram .username-text,
.end-portfolio {
  display: none !important;
}

.nasa-bg-dark {
  margin-top: 0;
}

.bread {
  background: #fdd5bd;
  color: white;
}

/* MENU EDIT */
.nasa-elements-wrap-main-menu {
  position: absolute;
  top: 0;
  width: 100%;
}

.nasa-elements-wrap-main-menu .m-left {
  margin-left: 50px;
}
.nasa-elements-wrap-main-menu .m-right {
  margin-right: 50px;
}

.nav-wrapper .header-nav li.root-item > a {
  padding: 15px 20px;
}

.search_box .header-icons {
  float: none;
}

.nasa-search-space .nasa-show-search-form.nasa-over-hide {
  width: 100%;
}
.nasa-search-space .nasa-show-search-form.nasa-over-hide.nasa-show {
  visibility: visible;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1000;
}

.search-wrapper {
  width: 80%;
  margin: 100px auto;
  position: relative;
}

#masthead {
  margin: 10px 0;
}

/* LOGO */
.header-nav .logo_item .nasa-text-menu {
  visibility: hidden;
  text-indent: -9999px;
  display: inline-block;
  overflow: hidden;
}

@media only screen and (min-width: 53em) {
  .logo-wrapper a {
    display: none;
  }
  #masthead {
    margin: 50px 0;
    padding-top: 5px;
  }
}

.logo-wrapper {
  min-height: 1px;
}

.header-nav .logo_item a {
  height: 120px;
  width: 180px;
  background: url("public/images/logo.png") no-repeat center;
  background-size: contain;
  top: -30px;
}

@media only screen and (max-width: 52.96552em) {
  .logo_item {
    display: none;
  }
}

.menu-item-account {
  display: none;
}

.fixed-header .header-nav .logo_item a,
.fixed-already .header-nav .logo_item a {
  height: 64px;
  width: 90px;
  top: 0px;
}

.fixed-header,
.fixed-already {
  padding: 10px 0;
}

.fixed-already #masthead {
  margin: 0;
}

.header-icons {
  z-index: 1000;
  position: relative;
}

.nasa-search-space
  .nasa-show-search-form
  .search-wrapper
  form
  .twitter-typeahead
  input[name="s"] {
  background: white !important;
}

/* ARTIST MENU */
.artists_menu {
  background: #fdd5bd;
  position: relative;
  overflow: hidden;
  max-height: 55px;
}

.artist_carousel {
  padding: 5px 0 0;
}

.artists_menu .carousel-cell {
  display: inline-block;
  /* width: 150px; */
}

.artists_menu .carousel-cell a {
  display: block;
  font-weight: 700;
}

#nasa-breadcrumb-site {
  display: none;
}

.artists_menu {
  color: white;
}
.artists_menu a {
  margin: 0 10px;
  text-transform: uppercase;
  color: white !important;
}

/* .artist-item.current, .artist-item.current a{
  color: black !important;
} */

.artists_menu .menu-item {
  display: inline-block;
  list-style: none;
}

/* FOOTER */
#nasa-footer .nasa-logo-img {
  max-width: 200px;
}

/* HOME */
.hover_artists .wpb_single_image {
  position: relative;
}
.hover_artists .wpb_single_image h2.wpb_heading {
  font-size: 20px;
  font-weight: bold;
  z-index: 10;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  /* color: white; */
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s;
}

.hover_artists .wpb_single_image .wpb_wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fdd5bd;
  opacity: 0;
  top: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.hover_artists .wpb_single_image:hover h2.wpb_heading {
  opacity: 1;
}

.hover_artists .wpb_single_image:hover .wpb_wrapper:after {
  opacity: 0.9;
}

#nasa-init-viewed,
.nasa-toggle-layout-side-sidebar,
.reviews_tab {
  display: none;
}

/* Product */

body .cart button.nasa-buy-now {
  border-color: #fdd5bd;
  -webkit-box-shadow: 0 2px 0 #fdd5bd;
  -moz-box-shadow: 0 2px 0 #fdd5bd;
  box-shadow: 0 2px 0 #fdd5bd;
}

.info_sizes_shipment p {
  margin-bottom: 5px;
}

.price small {
  font-size: 14px;
}

.logo_cards {
  max-width: 150px;
  margin-top: 30px;
}

.artist_preview {
  position: relative;
}

.image_artist:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fdd5bd;
  opacity: 0;
  transition: all 0.6s;
}

.title_artist {
  position: absolute;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  opacity: 0;
  transition: all 0.8s;
}

.artist_preview:hover .image_artist:after {
  opacity: 0.8;
}

.artist_preview:hover .title_artist {
  opacity: 1;
}

.portfolio-link {
  position: relative;
}

/* SHOP */
.nasa-sort-by-action {
  display: none;
}

.nasa-product-content-nasa_label-wrap {
  background: rgba(255, 255, 255, 0.7);
  padding: 5px;
}

.product-item
  .nasa-product-grid
  .product-interactions
  .add-to-cart-btn
  .add-to-cart-grid {
  background: #6eb769;
}
