.sidebar .widget {
    margin-bottom: 20px;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.widget-title,
.mc-title {
    font-size: 16px;
    letter-spacing: .03em;
    margin-bottom: 18px;
    font-weight: 700;
    margin-top: .25rem;
    /* font-family: "Graphie Bold"; */
}

.widget .sub-menu {
    padding-left: 15px;
    padding-top: 5px;
}

.widget .sub-menu li {
    padding: 5px 0 !important;
}

.widget .children {
    padding-top: 10px;
    padding-left: 15px;
    margin-top: 10px;
}


/* Widget Search
-------------------------------------------------------*/

.widget-search-input {
    background-color: #fff;
}

.widget-search-button,
.search-form__button {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    padding: 0 !important;
    background-color: transparent;
    border: 0;
    right: 0;
    font-size: 17px;
    vertical-align: middle;
    border-radius: 0 4px 4px 0;
}

.widget-popular-posts__list>li {
    padding: 14px 0;
}

.widget-popular-posts__list>li:first-child {
    padding-top: 0;
}

.widget-popular-posts__list>li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.widget-popular-posts__img-holder {
    width: 65px;
    float: left;
    position: relative;
    margin-right: 15px;
}

@media only screen and (max-width: 575px) {
    .widget-popular-posts__img-holder {
        width: 50px;
    }
}

.widget-popular-posts__entry {
    min-height: 60px;
}

.widget-popular-posts__number {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    background-color: #FFA028;
    z-index: 2;
}

.widget-popular-posts__entry-title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
    padding-left: 26px;
}

.widget-popular-posts__entry-title a {
    color: #000;
}

.widget-popular-posts__entry-title a:hover {
    color: #FFA028;
}


/* Categories
-------------------------------------------------------*/

.widget_categories li {
    padding: 9px 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #919BA3;
}

.widget_categories li:first-child {
    padding-top: 0;
}

.widget_categories li:last-child {
    padding-bottom: 0;
}

.widget_categories li a {
    margin-right: 4px;
    color: #49545E;
}

.widget_categories li a:hover {
    color: #FFA028;
}


/* Widget Newsletter 
-------------------------------------------------------*/

.widget_mc4wp_form_widget {
    border: 5px solid #f4f6f6;
    padding: 28px 24px;
}

.widget_mc4wp_form_widget .widget-title {
    text-transform: none;
    letter-spacing: normal;
    color: #3A444D;
    font-size: 15px;
    margin-top: .25rem;
    font-family: "Graphie Bold";
}