/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*
Eigener Code:
*/
#top #header .social_bookmarks_facebook a {
background-color: #37589B;
}
span.trail-before {
display: none!important;
}
.av-parallax {
height: 100% !important;
top: -190px !important;
}
#av_product_description {
  height: 200px;
}

.av-parallax.avia-full-stretch.enabled-parallax.active-parallax{
  top: auto !important;
  transform: translate3d(0px, 0px, 0px) !important;
  height: 200px !important;
  background-image: url(https://musikhaus-dinter.de/wp-content/uploads/Transporter-Banner1100px01.png) !important;
  background-attachment: scroll !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}

.title_container { 
display: none; }
}
.title_container .breadcrumb{
left: 10px;
}
.breadcrumbs span{ color: #a80505 !important; font-size: 16px !important; 
}
.breadcrumbs a{ color: grey !important; font-size: 14px !important; 
}
.stock.in-stock { 
font-size: 15px !important; color:green;
}
.stock.out-of-stock { 
font-size: 15px !important; color:red;
}
.backorder_notification{
display: none;
}
.backorder_notification.custom{
display: block;
}
.stock.available-on-backorder{ 
font-size: 15px !important; color:orange;
}

/* Sidebar on top in mobile */
@media only screen and (max-width: 786px) {

.container {
display: flex!important;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
}

/* Sidebar */
#top .container aside {
order: 1;
flex-grow: 1;
}

/* Main Content */
#top .container main {
order: 2;
flex-grow: 1;
padding: 0 50px 0 0;
}
}