/*
Theme Name:     Typology Child
Theme URI:      http://mekshq.com
Description:    Child theme for Typology theme
Author:         meks
Author URI:     http://mekshq.com
Template:       typology
Version:        0.1.0
*/




.typology-sidebar-header {
    background: #d4d4d4;
}
/* input field */
input[type="text"], input[type="email"], input[type=search], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="password"], textarea, select {
    border-color: rgba(68,68,68,1);
}

/* button */
.button-invert {
    color: #000000;
    background: transparent;
}
.typology-button{
	color: #000000 !important;
    background: transparent !important;
}

.typology-button-search{background: #999 !important;}

/* menu */
.current-post-ancestor,
.current-menu-ancestor {background-color: #d9d9d9;}
.current-post-ancestor a,
.current-menu-ancestor a{color: black !important;}
.typology-header .typology-nav .sub-menu{width: 250px !important;}