/*
Theme Name: Inspirada
Description: Custom Child theme for Uncode theme
Author: Brian Kerr Design
Author URI: http://www.briankerrdesign.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

@font-face {
    font-family: 'Tay Brunch';
    src: url('fonts/taybrunch-webfont.woff2') format('woff2'),
         url('fonts/taybrunch-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'El Camino';
    src: url('fonts/elcamino-softedges-webfont.woff2') format('woff2'),
         url('fonts/elcamino-softedges-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Paper BG */
.box-wrapper{background-size: 500px;}
.page-body.style-color-sand-bg{background:none;}


.home .header-wrapper{overflow-y: visible !important;}
#header-home .hero-bottles{position: relative; margin-top:-70px !important;}
#header-home .hero-bottles,
#header-home .hero-bottles img{height:75vh !important; width: auto;}

#header-home .hero-bottles .single-wrapper{position: absolute; bottom:-70px; z-index: 100; display: block; }
#header-home .hero-bottles .uncode-single-media-wrapper{
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
}
#header-home .hero-bottles img{width:auto; display: block; margin: 0 auto;}

.newsletter{margin-top:30px;}
.newsletter input{display: block; margin:8px auto; width:300px; text-align: center;}



/* DESKTOP ONLY */
@media (min-width: 960px) {

}

/* TABLET */
@media (max-width: 959px) {

}

/* MOBILE */
@media (max-width: 569px) {
	#header-home .hero-bottles{margin-top: 20px !important;}
	#header-home .hero-bottles,
	#header-home .hero-bottles img{height:60vh !important;}
}