/*
 Theme Name:   Storefront Child
 Theme URI:    http://www.tramanco.com.au/storefront-child/
 Description:  Tramanco Storefront Child Theme
 Author:       D Tim Cummings
 Author URI:   https://triptera.com.au
 Template:     storefront
 Template Version: 2.5.5
 Version:      1.0.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: 
 Text Domain: storefront-child
*/



.tramanco-splash {
  color: #676767;
  text-align: left;
  background-color: white;
  font-family: Lato, sans-serif;
  padding: 0;
  margin: 0;
  font-style: italic;
  font-weight: 100;
  border: 0px solid black;
  width: 470px;
  height: 76px;
  float: right;
}

#arrow {
  position: absolute;
  top: 0px;
  left: -20px;
  height: 30px;
}

.tramanco-splash h1 {
  line-height: 1em;
  margin: 0;
  border: 0px solid black;
  overflow: hidden;
  white-space: nowrap;
  width: 380px;
}

.tramanco-splash .preface {
  height: 30px;
  font-size: 25px;
}

.tramanco-splash .topic {
  height: 40px;
  font-size: 30px;
  margin-left: 90px;
}

@media (max-width: 970px) {
  .tramanco-splash {
    float: none;
  }
  .tramanco-splash h1.preface {
    font-size: 13px;
    height: 16px;
  }
  .tramanco-splash h1.topic {
    font-size: 15px;
    height: 20px;
  }
}

.tramanco-splash svg {
  display: none;
}

.custom-logo-link {
  float: left;
}

.site-header-cart {
  display: none;
}