/*
Theme Name: Kitchen Confidante
Author URI: https://www.oncecoupled.com
*/

/* Sidebar */

.default-sidebar .widget {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
}

/* Sidebar Subscribe */

.default-sidebar .footer__optin {
    margin: 60px 0 80px;
}

.default-sidebar .footer__optin .footer__box-inner {
    border: 0;
    padding: 0;
}

/* Post Header */

.single .header__top {
    text-align: left;
}

.single .header__top nav,
.single .header__icon {
    float: left;
}

.single .header__icon,
.single .header__social {
    position: relative;
}

.single .header__icon {
    position: relative;
    margin-right: 40px;
}

.single .header__social {
    float: right;
    margin: 0;
}

.single .header__social .site-content__search {
    width: auto;
    font-size: inherit;
    margin-right: 5px;
}

.single .header__social .site-content__search .search-form {
    width: 215px;
    max-height: 0;
    background: #fafafa;
    top: 3.5rem;
    left: -15px;
}

.single .header__social .site-content__search.active .search-form {
    max-height: 47px;
}

.single .header__social .site-content__search input {
    margin: 0;
}