/*
Theme Name: AzaleaWP Child
Theme URI: http://azalea.elated-themes.com
Description: A child theme of AzaleaWP Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.1
Text Domain: azaleawp
Template: azaleawp
*/
mark {
  background-color: #ff8849 !important;
}

.home .eltdf-content {
   	overflow: hidden !important;
    height: calc(100vh) !important;
}

.eltdf-page-footer a {
 color: #b5b5b5;

}
.eltdf-page-footer a:hover {
 color: #ff8849;

}
.eltdf-search-opener, .eltdf-side-menu-button-opener {
 display: none !important;
}

#billing_country_field, #billing_state_field {
 margin-bottom: 15px; 
}

.woocommerce-page .eltdf-content input[type=email], .woocommerce-page .eltdf-content input[type=tel], .woocommerce-page .eltdf-content input[type=password], .woocommerce-page .eltdf-content input[type=text], .woocommerce-page .eltdf-content textarea, div.woocommerce input[type=email], div.woocommerce input[type=tel], div.woocommerce input[type=password], div.woocommerce input[type=text], div.woocommerce textarea {
 font-size: inherit!important; 
  
}

@media only screen and (max-width: 800px) { 
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead { display:none; }
}

