.lark-phone-dropdown-container
{
    display: flex;
    gap: 10px;
    align-items: center;
}

.lark-phone-dropdown
{
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    background: none !important;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    cursor: pointer;
}

.lark-phone-dropdown:hover
{
    background: none;
}


.lark-dropdown-container {
    position: relative;
    width: 200px;
    padding: 10px 20px;
}


.lark-dropdown-container a{
    text-decoration: none !important;
}

.lark-phones-list {
    display: none;
    list-style-type: none;
    padding: 0;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    z-index: 1;
    background-color: white;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    margin: 0;
    left: 0;
}


.lark-dropdown-container:hover .lark-phones-list
{
    display: block;
}

.lark-phones-list li a {
    color: black;
    display: block;
    padding: 10px 20px;
}

.lark-phones-list li a:hover {
    background-color: #ddd;
}


a.social-button
{
    background: none !important;
}

.mobile-drowdown-menu a
{
    text-decoration: none !important;
    color: #222;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

.mobile-drowdown-menu-social
{
    display: flex;
    gap: 5px;
    align-items: center;
}

.mobile-drowdown-menu-social img
{
    width: 20px;
    height: 20px;
    background: none;
    border-radius: 50%;
}

.mobile-drowdown-menu a
{
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-drowdown-menu b
{
    font-size: 20px;
    font-weight: 500;
}

.wpcf7 .wpcf7-form-control-wrap input ~ .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-form-control-wrap select ~ .wpcf7-not-valid-tip 
{
    margin-top: -25px;
    margin-bottom: 30px;
}

.site-footer .widget-area ul li
{
    text-transform: none;
}

.wpcf7-form-control.wpcf7-select
{
    color: #666;
}

footer .wp-block-group
{
    text-transform: none;
}