.arz-post-tags {
    color: #707070;
    font-size: 14px;
    margin-bottom: 2rem;
}
.arz-post-tags__title {
    margin: 0 0 .5em .5em;
    min-width: 65px;
}
.arz-post-tags__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 1rem;
}
.arz-post-tags__item {
    margin-bottom: .5em;
    margin-left: 5px;
    /* flex-grow: 1; */
}
.arz-post-tags__item-link {
    border-color: #35748a;
    font-size: 14px;
    color: #35748a;
    line-height: 100%;
    padding: 0.25em 0.8em!important;
    display: block;
}
.arz-post-tags__item-link:hover {
    background-color: #35748a;
    color: #FFF;
}
.arz-trend-tags-page{
    background: #FFF;
    padding: 5px 1rem;
}

#footer {
    background: #FFF;
    margin-top: 1rem;
    padding-top: 1px;
}
#other-posts {
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}
#arz-logo-in-background {
    border-top: 7px #dcdcdc solid;
    padding-top: 1rem;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#footer-bottom {
    padding: 1rem 0;
    background-color: #252525;
}
#footer-logo .arz-icon-arzdigital-logo {
    display: block;
    fill: #3B3B3B;
    height: 90px;
    margin: auto;
    width: 90px;
}
#footer-logo .arz-icon-arzdigital-logo-text {
    display: block;
    fill: #3B3B3B;
    height: 50px;
    margin: auto;
    width: 190px;
    position: relative;
    top: -5px;
}
#copyright {
    color: #FFF;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
}
#copyright .arz-yellow-dark{
    color: #daa609!important;
}
.arz-newsletter__form{
    padding: 1rem 0;
    margin: 0;
}
.arz-add-to-newsletters {
    width: 68px;
}
.arz-add-to-newsletters__input-box {
    position: relative;
    width: calc(100% - 75px);
}
.arz-add-to-newsletters__submit{
    background-color: #30505c;
    height: 33px;
    width: 100%;
}
.arz-add-to-newsletters__mail-icon {
    fill: #333;
    height: 20px;
    right: 1rem;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: 20px;
}
.arz-add-to-newsletters__input{
    font-size: 14px;
    padding: .4em 1em;
    padding-right: 1em;
    padding-right: 2.5rem;
    height: 33px;
    width: 100%;
}
.arz-add-to-newsletters__input::-webkit-input-placeholder{
    font-size: 12px;
}
.arz-add-to-newsletters__input::-moz-placeholder{
    font-size: 12px;
}
.arz-add-to-newsletters__input::-ms-input-placeholder{
    font-size: 12px;
}
.arz-add-to-newsletters__input::placeholder{
    font-size: 12px;
}
.arz-add-to-newsletters__input::placeholder {
    font-size: 12px;
}
.arz-sociel-links{
    display: flex;
    justify-content: space-evenly;
    padding: .5rem 0;
    width: 100%;
}
.arz-sociel {
    height: 28px;
    width: 28px;
    position: relative;
    z-index: 0;
}
.arz-sociel__link {
    display: block;
    height: 100%;
    width: 100%;
}
.arz-sociel__icon {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 24px;
    line-height: 28px!important;
    text-align: center;
}
.arz-sociel-link:not(:last-child) {
    margin-bottom: 8px;
}
.arz-sociel::before {
    background-color: #00000020;
    border-radius: 100%;
    border: 1px #eee solid;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    transform: scale(0);
    transition: all 0.2s;
    border-radius: 5px;
    z-index: -1;
}
.arz-sociel:hover::before {
    transform: scale(1.2);
}
@media (min-width: 768px) and (max-width: 1111px) {
    #newsletters {
        min-width: 328px;
        width: 328px;
        margin-bottom: 1rem;
    }
}

@keyframes get-more-waiting-blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes get-more-waiting-rotate {
    0% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(450deg);
    }
}
.arz-popular-post {
    color: #333!important;
    font-size: 14px!important;
    font-weight: normal;
    line-height: 20px;
    transition: all .2s linear;
}
.arz-popular-post:not(:last-child) {
    margin-bottom: 1rem;
}
.arz-popular-post__image-box{
    height: 60px;
    width: 90px;
    border-radius: 5px;
    overflow: hidden;
}
.arz-popular-post__title-box{
    height: 60px;
    padding-right: 1em;
    width: calc(100% - 90px);
}
.arz-popular-post__image {
    height: 100%;
    transition: transform .2s linear;
    object-fit: cover;
    width: 100%;
}
.arz-popular-post__image .arz-image-loading {
    width: 20px;
    height: 20px;
}
.arz-popular-post:hover .arz-popular-post__image {
    transform: scale(1.1);
}
.arz-popular-post__publish,
.arz-popular-post__view {
    color: #707070;
    font-size: 10px;
    line-height: 22px;
}
.arz-popular-post:hover{
    color: #ff8033!important;
}
@media (max-width:1111px) {
    .arz-last-video-second .arz-last-video {
        width: calc(33.33% - .5rem);
    }
    .arz-last-video-second .arz-last-video:last-child:not(:nth-child(3n)) {
        margin-left: auto;
    }
    .arz-last-video-second .arz-last-video:nth-child(3n+1):nth-last-child(2)~.arz-last-video {
        margin-right: 12px;
    }
}

.arz-search-results-container {
    background-color: #FFF;
    border-radius: .5em;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    font-size: 14px;
    max-height: 425px;
    position: absolute;
    overflow: auto;
    z-index: 1072;
}

.arz-search-result__not-found {
    padding: 1rem;
}
.arz-search-result__title {
    background-color: #fff;
    padding: 15px .75em 3px 10px;
    border-bottom: 1px #eee solid;
    color: #000;
    font-size: 17px;
}
.arz-search-result__title > a {
    float: left;
    font-size: 11px;
    margin-top: 8px;
    background: #3489a9;
    padding: 3px 10px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    transition: all 0.2s;
}
.arz-search-result__title > a:hover {
    background: #30505c;
}
.arz-search-result__list {
    list-style-type: none;
}
.arz-search-result__item {
    padding: .5em 1em;
    transition: all 0.2s;
}
.arz-search-result__item:hover {
    background: #efefef69;
}
.arz-search-result__item.arz-search-result__item-events {
    text-align: left;
}
.arz-search-result__item:not(:last-child) {
    border-bottom: 1px solid #F3F3F3;
}
.arz-search-result__item>a {
    align-items: center;
    font-size: 12px;
    color: #3b628c;
    display: flex;
}
.arz-search-result__item img.arz-coin-icon {
    height: 24px;
    margin-left: 5px;
    width: 24px;
}
.arz-search-result__item img.arz-post-img {
    border-radius: 10px;
    height: 40px;
    min-height: 40px;
    margin-left: 5px;
    object-fit: cover;
    width: 60px;
    min-width: 60px;
}
.arz-search-result__item > span:not(.arz-direction-rtl) {
    display: block;
    direction: ltr;
}
.arz-search-result__item > span:not(.arz-direction-rtl) span {
    margin-left: 5px;
    float: left;
    color: #999;
}
.arz-search-result__item > a span:last-child {
    padding-right: 5px;
}


.arz-menu-footer {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 0 0 60px;
    text-align: right;
}
.arz-menu-footer__item {
    flex-grow: 1;
    padding: .5rem 1rem;
    position: relative;
}
.arz-menu-footer__item-title {
    color: #FFF;
    display: block;
    margin-bottom: .5rem
}
.arz-menu-footer__sub-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style-type: none;
    height: 150px;
    width: 100%;
}
.arz-menu-footer__sub-menu-item {
    font-size: 14px;
    padding: .4rem 0;
}
.arz-menu-footer__sub-menu-item:nth-child(4n) {
    padding-bottom: 0;
}
.arz-menu-footer__sub-menu-item-title {
    cursor: pointer;
    /* color: #927622; */
    color: #e3ae0f;
    transition: all .2s linear;
}
.arz-menu-footer__sub-menu-item-title:hover {
    color: #DAA609;
}

.arz-mobile-app{
    padding: 2rem;
    border-radius: .5rem;
    background: #FFF;
    margin-bottom: 1rem;
    margin-top: 2rem;
    align-items: center;
    position: relative;
}
.arz-mobile-app__title{
    font-size: 1.5rem;
    font-weight: 600;
}
.arz-mobile-app__description{
    font-size: 12px;
    text-align: justify;
    line-height: 2;
}
.arz-mobile-app__right{
    max-width: 500px!important;
    width: 100%!important;
}
.arz-mobile-app__left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 3rem;
}
.arz-mobile-app__store{
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}
.arz-mobile-app__store a{
    height: 53px;
    width: 180px;
}
.arz-mobile-app__store a:first-child{
    margin-bottom: 5px;
}

@media (min-width: 1112px){
    .arz-mobile-app::after{
        content: '';
        background-image: url('../images/app_demo.png');
        position: absolute;
        height: 130%;
        width: 500px;
        left: 0;
        bottom: -18px;
        background-position: right;
        background-repeat: no-repeat;
    }
}
