/*
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
*/



/*Add your own styles here:*/
::-webkit-selection {
    background-color: highlight; color: highlighttext;
}
::-moz-selection {
    background-color: highlight; color: highlighttext;
}
::selection {
    background-color: highlight; color: highlighttext;
}
#header .logo a {
    font-size: 36px;
    color: #fff;
    text-decoration: none;
}
#header .logo a img {
    display: none;
}
#header_main {
    background: #d02828;
}
#header_main ul li a {
    color: #fff;
}
#header_main ul li a:hover {
    color: #000;
}
.menu-item-top-level .avia-menu-text {
    text-transform: uppercase;
}
.current-menu-item .avia-menu-text {
    color: #000;
}
.product_categories-container {
    background: #d02828;
    border-top: 4px solid #fff;
}
.product_categories-container #menu-produktove-kategorie {
    padding: 10px 0;
}
#menu-produktove-kategorie li {
    display: inline-block;
    padding-right: 12px;
}
#menu-produktove-kategorie li a {
    background: none;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    text-decoration: none;
}
#menu-produktove-kategorie li a:hover {
    color: #000;
}
#menu-produktove-kategorie li.current-menu-item a {
    color: #000;
}
#main .container_wrap {
    border: none;
}
.home .inner_product {
    height: 410px;
    position: relative;
}
.home .inner_product .avia_cart_buttons {
    position: absolute !important;
    bottom: 0;
}
@media all and (max-width: 500px) {
    .logo .subtext {
            font-size: 6vw;
    }
}