/**
 * Theme Name:  Lush Child - Music Band & Musician WordPress Theme
 * Theme URI:   http://irontemplates.com/wp-demos/lush/
 * Description: Lush a complete solution for everybody in the music industry. If you are a jazz master, punk rocker, soprano singer, piano player, band manager or even a webmaster, this theme is for you.
 * Tags:        3d menu, music, blog, artist, musician, dj, club, responsive, html5, css3, design, irontemplates, ironband, lush 
 *
 * Author:      IronTemplates
 * Author URI:  http://irontemplates.com
 *
 * Version:     1.0.0
 * Template:    lush
 * Text Domain: lush-child
 *
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 */
 
 @import url("../lush/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

#pusher{
    padding-top:150px;
    overflow: hidden;
    height: auto !important;
}
.home #pusher{padding-top:0px;}
#pusher.righttype.type1 {
    transform: translateZ(0) !important;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 150px;
}
header:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 150px;
    background: rgb(227 237 240 / 50%);
    z-index: 250;
    box-shadow: 0px 0px 10px 0px #ccc;
	top:0;
	left:0;
}
.site-title-logo {
    width: 250px;
    height: auto;
    position: fixed;
    top: 58px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 299;
}
.site-title-logo img {
    width: 100%;
    height: auto;
}
.site-logo {
    top: 30px;
	opacity: 1 !important;
}
.site-logo .logo-desktop {
    height: 80px;
    width: auto;
}

ul.header-top-menu li a:hover {
    text-decoration: none;
    opacity: 1;
    color: #87c092;
}
.social-networks a:hover .fa{
	color: #87c092;
}
.text-white li, .text-white span {
    color: #fff;
}
.text-box h2 {
    color: #fff !important;
}
#footer .mc4wp-form-fields {
    padding-bottom: 20px;
}

/* Events */
body .bit-widget .bit-top-track-button {
    margin-bottom: 25px;
}
body .bit-widget .bit-venue {
    color: #87c092;
    font-weight: 700;
}
body .bit-widget .bit-rsvp {
    color: #2d2d2d;
    border: 1px solid #2d2d2d;
	-webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
body .bit-widget .bit-rsvp:hover{
	color: #fff;
	background-color:#2d2d2d;
}
body .bit-widget .bit-play-my-city-button, body .bit-widget .bit-offers {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

body .bit-widget .bit-play-my-city-button:hover, body .bit-widget .bit-offers:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}
.bit-logo-container {
    display: none;
}
.listing-section.videos {
    display: flex;
    flex-wrap: wrap;
}
/*.panel-action, .videogrid .text-box{*/
/*	background-color: rgb(27, 27, 27);*/
/*}*/
.footer-row .text {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-row .text p{color:#fff !important;}

/* WooCommerce CSS */
.woocommerce div.product .product_title{
	letter-spacing: 0px;
}
ul.tabs.wc-tabs li {
    background-color: black !important;
    color: #fff;
    opacity: 1 !important;
}
ul.tabs.wc-tabs li.active a {
    opacity: 1 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff;
    opacity: 0.8;
}
.woocommerce-Tabs-panel  * {
    color: #000 !important;
    letter-spacing: 0 !important;
}
.woocommerce-product-details__short-description * {
    color: #000;
}
.comment-form-rating {
    margin: 0 !important;
}
#reply-title {
    display: block;
    text-align: left;
}
.woocommerce-message {
    color: #000 !important;
}
form.woocommerce-cart-form .product-thumbnail img {
    width: 70px;
}
span.woocommerce-Price-amount {
    color: #000;
}
.woocommerce table.shop_table tr th {
    color: #000;
}
.woocommerce-info {
    color: #000 !important;
}
p.cart-empty {
    padding-left: 50px;
}
.woocommerce ul.products li.product .price del {
    opacity: 0.8;
    margin-right: 15px;
}
.woocommerce form .form-row select, .woocommerce-page form .form-row select {
    width: 100%;
    height: 30px;
    border-color: #d7d7d7;
}
.flex-control-thumbs {
    margin-top: 15px !important;
}

@media (max-width:1200px){
	header:before{width:100%;}
}
@media (max-width:767px){
	#pusher{
		padding-top: 50px;
	}
	.content-area, .woocommerce-page .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width:500px){
	header:before{height:110px;}
	.site-title-logo{width: 180px; top:40px;}
}

@media (min-width:1200px){
    html.no-touch body {
        overflow: auto;
        perspective: none;
        -moz-perspective: none;
        -webkit-perspective: none;
        perspective-origin: unset;
        -moz-perspective-origin: unset;
        -webkit-perspective-origin: unset;
    }
}