/*
Theme Name:   Entrada Child
Theme URI:    https://themes.waituk.com/entrada-intro/
Description:  Tour Booking Adventure Tour Package Theme - Entrada
Author:       WAITUK
Author URI:   https://www.waituk.com
Template:     entrada
Version: 3.3.7
License: Themeforest Regular License
License URI: http://themeforest.net/licenses/standard
Tags:         two-columns, three-columns, four-columns, right-sidebar, left-sidebar, full-width-template, custom-background, custom-colors, custom-menu, featured-images, microformats, translation-ready
Text Domain:  entrada-child
*/

@import url("../entrada/style.css");
@import url("../entrada/woocommerce/woocommerce.css");
/* = Child Theme customization starts here
------------------------------------------------------- */
#sticky-tab.nav-wrap {
 background: #424242;
}

.nav-tabs > li > a {
 color: #ffffff;
}
/*coffee cup*/
.coffee_cup {
width: 40px;
height: 50px;
border: 2px #64b771 solid;
border-radius: 0 0 5px 5px;
position: relative;
margin: 36px auto;
}
.coffee_cup:after,
.coffee_cup:before {
position: absolute;
content: '';
}
.coffee_cup:after {
width: 10px;
height: 20px;
border: 2px #64b771 solid;
border-left: none;
border-radius: 0 20px 20px 0;
left: 40px;
top: 5px;
}
.coffee_cup:before {
width: 3px;
height: 10px;
background-color: #64b771;
top: -16px;
left: 12px;
box-shadow: 5px 0 0 0 #64b771,
5px -5px 0 0 #6b6957,
10px 0 0 0 #6b6957;
-webkit-animation: steam 700ms linear infinite alternate;
animation: steam 700ms linear infinite alternate;
}
