a.custom-rounded-icon {
    width: 25px;
    height: 27px;
    position: relative;
    text-decoration: none;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin: 0 3px;
    list-style: none;
    top: -5px;
    overflow: hidden;
}
a.custom-rounded-icon:hover .rounded-icon {
    top: -30px;
    -webkit-transition: top 0.3s ease;
    -moz-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    transition: top 0.3s ease;
}
a.custom-rounded-icon:hover .rounded-icon-hover {
    top: 0;
    -webkit-transition: top 0.3s ease;
    -moz-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    transition: top 0.3s ease;
}
span.rounded-icon {
    position: relative;
    background: #bdbebd;
    border-radius: 50%;
    display: list-item;
    height: 100%;
    top: 2px;
    -webkit-transition: top 0.3s ease;
    -moz-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    transition: top 0.3s ease;
}
span.rounded-icon i,
span.rounded-icon-hover i {
    position: relative;
    top: 2px;
}
.rounded-icon-hover {
    position: absolute;
    top: 30px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 50%;
    -webkit-transition: top 0.3s ease;
    -moz-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    transition: top 0.3s ease;
}
.mailpoet_paragraph input.mailpoet_text {
    background-color: #0a4683;
    height: 30px;
    padding-left: 5%;
    border: none;
    width: 93%!important;
}
.mailpoet_paragraph input.mailpoet_submit {
    float: right;
    margin: 0px;
    background: #052b51;
    border: none;
    color: #6296ca;
    border-radius: 0.8em;
    padding: 8px 30px 8px 16px;
    font-size: 13px;
}
.widget_mailpoet_form h5.widget-title:before {
    content: '';
    display: inline-block;
    background: url(images/sprite.png) no-repeat top left;
    background-position: -114px -17px;
    width: 34px;
    height: 27px;
    position: relative;
    top: 1px;
    margin-right: 10px;
}
ul.wpp-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 10px;
    margin-left: 0;
}
ul.wpp-list li {
    flex-basis: 33.333%
}
.wpp-list li + li {
    padding-left: 20px;
}
.wpp-views {
    display: none;
}
a.wpp-post-title {
    font-size: 17px;
    padding-top: 10px;
    display: table;
}
.custom-popup {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}
.custom-popup img.background {
    box-shadow: 2px 2px 6px #000;
}
.custom-popup.active {
    opacity: 1;
    visibility: visible;
}
.custom-popup .inner-wrapper-popup {
    position: relative;
}
.custom-popup .inner-wrapper-popup .link {
    position: absolute;
    bottom: 10px;
}
.custom-popup .inner-wrapper-popup .facebook-link {
    left: 10px;
}
.custom-popup .inner-wrapper-popup .instagram-link {
    right: 10px;
}

.custom-popup a.remove-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}


