/* here you can put your own css to customize and override the theme */
/** Sizes **/
.margin-top-medium {
    margin-top: 10px;
}
.margin-top-big{
    margin-top: 15px;
}
.btn-width-medium{
    width:100px;
}

/** Alignments **/
.text-right{
    text-align: right;
}
/** Kbkg Menus **/
.kbkgTopMenu .phoneButton:before {
    content: "\f525";
    font-family: dashicons;
    color: white;
}
.kbkgTopMenu .phoneButton {
    margin: 0 6px 0 0px;
    vertical-align: top;
    width: 40px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}
.kbkgTopMenu .phoneButton:hover {
    background-color: #333;
}
.kbkgTopMenu .phoneNumber {
    color: white;
}
