/**
* Theme Name: Kalkulat Child
* Description: This is a child theme of Kalkulat, generated by Merlin WP.
* Author: <a href="http://themelayer.net">Themelayer</a>
* Template: kalkulat
* Version: 3.1
*/

.kalkulat-header .search-box a i {
    color: #5a596a;
    visibility: hidden;
}

ul.main-menu-list > li > a {
    color: #232323;
    font-weight: 500;
    padding: 40px 5px;
}

.mobile-menu .humbarger-button i {
    cursor: pointer;
    
}

.desktop-menu, .menu-logo {
    transition: 0.3s;
    background-color: white !important;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px !important;
}

.mobile-logo-search-humbarger {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: static;
   
}

.search-box {
    width: 180px;
    min-height: 55px;
    display: flex;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    align-items: center;
    justify-content: flex-end;
    visibility: hidden;
}

.copyright-area {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    background-color: #232323;
}

.form {
	text-align:center !important;
}







