/*
Theme Name:   Draftbiz
Theme URI:    http://kautukbhatnagar.com
Description:  A Child-Theme based on penguin Framework
Author:       Kautuk Bhatnagar
Author URI:   http://kautukbhatnagar.com
Template:     mx
Version:      1.0.0
Text Domain:  mx-child
*/

@import url("../mx/style.css");

/* Navigation Menu */
.mx-nav-menu > li > a {
    text-transform: capitalize;
}
/*Equal size colums*/
.equalizer{
	min-height:220px;
}
/*custom heading spacing*/
.cust-head-space{
	padding-top:40px;
}
/*blockquote Customized*/
blockquote p {
    font-size: 18px !important;
    line-height: 22px !important;
    font-style: italic !important;
}
/*SUBMIT BUTTON CONTACT FORM*/
.btn {
    display: inline-block;
    padding: 12px 24px !important;
    margin-bottom: 0;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0px !important; 
}
.btn:hover {
    display: inline-block;
    padding: 12px 24px !important;
    margin-bottom: 0;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 22px !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0px; 
	background-color:#000 !important;
	color:#fff !important;
}
/*footer text color*/
#site-footer-custom-area-left, #site-footer-custom-area-right {
	color: #8e8e8e !important;
}