/*
Theme Name: Domino Child
Theme URI: https://www.wpzoom.com/themes/domino
Template: domino
Description: This is a simple Child Theme.
Author: WPZOOM
Author URI: https://www.wpzoom.com
Version: 1.0.41
*/

/* Write your custom CSS code below or add it in the Customizer > Additional CSS */



/* from yamidoo child 
 * 
 * 
.home-categories #feature_col_1:hover h3{
background: #9e0522;
}

.home-categories #feature_col_2:hover h3{
background: #d89467;
}
.home-categories #feature_col_3:hover h3{
background: #025d06;
}
.home-categories #feature_col_4:hover h3{
background: #336a9b;
}

*/


.widget h3.title-color-red, 
.wpzoom-featured-cat h3.title-color-red a {
    background-color: #9e0522;
}

.widget h3.title-color-orange, 
.wpzoom-featured-cat h3.title-color-orange a {
    background-color: #d89467;
}

.widget h3.title-color-green, 
.wpzoom-featured-cat h3.title-color-green a {
    background-color: #025d06;
}

.widget h3.title-color-blue, 
.wpzoom-featured-cat h3.title-color-blue a {
    background-color: #336a9b;
}


#smblocks {
    width: 62px;
    height: 62px;
    margin: 0 0 0 20px;
    display: inline-block;
    padding-top: 14px;
}
#redbox {
    float: left;
}
#peachbox {
    float: right;
}
#greenbox {
    float: right;
    margin: 14px 0 0 0;
}
#greenbox {
    float: left;
    margin: 14px 0 0 0;
}
#bluebox {
    float: right;
    margin: 14px 0 0 0;
}

.adv {
    float: right;
    margin: 66px 0 0;
}


.main-navbar .navbar-nav>.current-menu-item.menu-item-1962>a,
.main-navbar .current-menu-parent.menu-item-1962>a {
    background: #9e0522;
}

.main-navbar .current-menu-parent.menu-item-1963>a,
.main-navbar .navbar-nav>.current-menu-item.menu-item-1963>a {
    background: #d89467;
}

.main-navbar .current-menu-parent.menu-item-1964>a,
.main-navbar .navbar-nav>.current-menu-item.menu-item-1964>a {
    background: #025d06;
}
.main-navbar .current-menu-parent.menu-item-1965>a,
.main-navbar .navbar-nav>.current-menu-item.menu-item-1965>a {
    background: #336a9b;
}