.aios-smf-theme-two {
    display: block;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}

.aios-smf-theme-two br {
    display: none;
}

.aios-smf-theme-two a {
    color: #fff;
}

.aios-smf-theme-two ul {
    list-style: none !important;
}

.aios-smf-theme-two p {
    margin: 0 !important;
}

.aios-smf-theme-two .aios-smf-container {
    display: flex;
    max-width: 1290px;
    width: 100%;
    margin: 60px auto;
    font-size: 20px;
}

.aios-smf-theme-two .aios-smf-left {
    position: relative;
    z-index: 2;
    width: 200px;
    padding: 0 15px;
}

.aios-smf-theme-two .aios-smf-left #theme-title {
    display: block;
    padding: 50px 0;
    color: #666;
    text-align: center;
}

.aios-smf-theme-two .aios-smf-left #theme-title h2 {
    font-weight: 700;
    font-size: 37px;
    text-transform: uppercase;
    letter-spacing: -3px;
    color: #fff;
}

.aios-smf-theme-two .aios-smf-left #theme-title ul {
    margin: 22px 0 0;
}

.aios-smf-theme-two .aios-smf-left #theme-title ul li {
    display: block;
    position: relative;
    margin-top: 9px;
    z-index: 0;
}

.aios-smf-theme-two .aios-smf-left #theme-title ul li:hover {
    z-index: 10;
}

.aios-smf-theme-two .aios-smf-left #theme-title ul li a {
    display: block;
    position: relative;
    width: 123px;
    height: 123px;
    border: solid 1px #f10b28;
    transition: all 0.3s linear;
}

.aios-smf-theme-two .aios-smf-left #theme-title ul li a::before {
    content: attr(data-title);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    display: inline-block;
    min-width: 120px;
    padding: 7px;
    position: absolute;
    top: 50%;
    left: 95%;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    transform: translate(0, -50%);
    transition: opacity 0.3s linear;
    opacity: 0;
}

.aios-smf-theme-two .aios-smf-left #theme-title ul li a::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
    position: absolute;
    top: 50%;
    left: calc(95% - 6px);
    transform: translate(0, -50%);
    transition: opacity 0.3s linear;
    opacity: 0;
}

.aios-smf-theme-two .aios-smf-left #theme-title ul li a .ai-smi {
    display: block;
    margin: 33px 0 4px;
    font-size: 31px;
}

.aios-smf-theme-two .aios-smf-left #theme-title ul li a .social-followers {
    font-size: 12px;
}

.aios-smf-theme-two .aios-smf-left #theme-title ul li a:hover {
    background-color: #999;
    color: #fff;
}

.aios-smf-theme-two .aios-smf-left #theme-title ul li a:hover::before,.aios-smf-theme-two .aios-smf-left #theme-title ul li a:hover::after {
    opacity: 1;
}

.aios-smf-theme-two .aios-smf-left #theme-title ul li:first-child {
    margin-left: 0;
}

.aios-smf-theme-two .aios-smf-right {
    flex-grow: 1;
}

.aios-smf-theme-two .aios-smf-right #theme-content {
    display: flex;
    flex-wrap: wrap;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.aios-smf-theme-two .aios-smf-right #theme-content li {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    width: 50%;
    padding: 30px;
}

.aios-smf-theme-two .aios-smf-right #theme-content li.filter-feed {
    justify-content: end;
}

.aios-smf-theme-two .aios-smf-right #theme-content li:nth-of-type(1),.aios-smf-theme-two .aios-smf-right #theme-content li.filter-odd {
    border-right: solid 1px #d4d4d4;
}

.aios-smf-theme-two .aios-smf-right #theme-content li:nth-of-type(1)::after,.aios-smf-theme-two .aios-smf-right #theme-content li.filter-odd::after {
    content: '';
    background: #d4d4d4;
    display: inline-block;
    width: 3000px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 30px;
}

.aios-smf-theme-two .aios-smf-right #theme-content li.filter-feed a {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 0.6em;
    color: #a3a3a3;
    margin-top: 16px;
    transition: color 0.3s linear;
}

.aios-smf-theme-two .aios-smf-right #theme-content li.filter-feed a:nth-of-type(1) {
    color: #ccc;
}

.aios-smf-theme-two .aios-smf-right #theme-content li.filter-feed a.filter-active {
    color: #fff !important;
}

.aios-smf-theme-two .aios-smf-right #theme-content li.filter-feed a::before {
    content: '';
    display: block;
    width: calc(100% - 12px);
    height: 1px;
    background: #3f3f3f;
    position: absolute;
    bottom: -4px;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s linear;
}

.aios-smf-theme-two .aios-smf-right #theme-content li.filter-feed a:hover {
    color: #3f3f3f !important;
}

.aios-smf-theme-two .aios-smf-right #theme-content li.filter-feed a:hover::before {
    opacity: 1;
}

.aios-smf-theme-two .aios-smf-right #theme-content li.filter-view[data-feed-type=facebook]::before,.aios-smf-theme-two .aios-smf-right #theme-content li.filter-view[data-feed-type=instagram]::before,.aios-smf-theme-two .aios-smf-right #theme-content li.filter-view[data-feed-type=youtube]::before,.aios-smf-theme-two .aios-smf-right #theme-content li.filter-view[data-feed-type=linkedin]::before {
    content: "\b0114";
    font-family: 'agentimage' !important;
    speak: none;
    font-style: normal;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 45px;
    left: 45px;
    z-index: 3;
    opacity: 0.56;
}

.aios-smf-theme-two .aios-smf-right #theme-content li.filter-view[data-feed-type=instagram]::before {
    content: "\b0106";
}

.aios-smf-theme-two .aios-smf-right #theme-content li.filter-view[data-feed-type=youtube]::before {
    content: "\b0096";
}

.aios-smf-theme-two .aios-smf-right #theme-content li.filter-view[data-feed-type=linkedin]::before {
    content: "\b0105";
}

.aios-smf-theme-two .aios-smf-right #theme-content li.filter-view .filter-view-img {
    display: block;
    width: 100%;
}

.aios-smf-theme-two .aios-smf-right #theme-content li.filter-view .filter-view-img canvas {
    background-color: #474747;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.aios-smf-theme-two .aios-smf-right #theme-content li.filter-view .filter-view-status {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
    font-weight: 300;
    font-size: 13px;
}

.aios-smf-theme-two .aios-smf-right #theme-content li.filter-view .filter-view-status .filter-view-description {
    padding-right: 10px;
}

.aios-smf-theme-two .aios-smf-right #theme-content li.filter-view .filter-view-status .filter-view-description img {
    display: none !important;
}

.aios-smf-theme-two .aios-smf-right #theme-content li.filter-view .filter-view-status .filter-view-time {
    padding-right: 10px;
}

.aios-smf-theme-two .aios-smf-right #theme-content li.filter-view .filter-view-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    font-size: 0 !important;
}

.aios-smf-theme-two .aios-smf-form .aios-smf-form-title {
    text-align: left !important;
}

.aios-smf-theme-two .aios-smf-form input[type=submit] {
    margin-left: 0 !important;
}

@media only screen and (min-width: 992px) {
    .aios-smf-form .aios-smf-form-row .aios-smf-form-col {
        flex-grow:1;
        flex-basis: 0;
    }
}

@media only screen and (max-width: 991px) {
    .aios-smf-theme-two .aios-smf-container {
        display:block;
    }

    .aios-smf-theme-two .aios-smf-container .aios-smf-left {
        width: 100%;
        text-align: center;
    }

    .aios-smf-theme-two .aios-smf-container .aios-smf-left #theme-title ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .aios-smf-theme-two .aios-smf-container .aios-smf-left #theme-title ul li {
        display: inline-block;
        margin-top: 10px;
        margin-right: 5px;
        margin-left: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .aios-smf-theme-two .aios-smf-container .aios-smf-right #theme-content li {
        width:100%;
        padding: 15px;
    }

    .aios-smf-theme-two .aios-smf-container .aios-smf-right #theme-content li:nth-of-type(1),.aios-smf-theme-two .aios-smf-container .aios-smf-right #theme-content li.filter-odd {
        border-right: 0;
    }

    .aios-smf-theme-two .aios-smf-container .aios-smf-right #theme-content li::after {
        content: '';
        background: #d4d4d4;
        display: inline-block;
        width: 3000px;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0 !important;
    }

    .aios-smf-theme-two .aios-smf-container .aios-smf-right #theme-content li .filter-view-img,.aios-smf-theme-two .aios-smf-container .aios-smf-right #theme-content li .filter-view-status {
        display: block;
        width: 100%;
    }

    .aios-smf-theme-two .aios-smf-container .aios-smf-right #theme-content li .filter-view-img .filter-view-description,.aios-smf-theme-two .aios-smf-container .aios-smf-right #theme-content li .filter-view-status .filter-view-description,.aios-smf-theme-two .aios-smf-container .aios-smf-right #theme-content li .filter-view-img .filter-view-time,.aios-smf-theme-two .aios-smf-container .aios-smf-right #theme-content li .filter-view-status .filter-view-time {
        padding-left: 0;
        padding-right: 0;
    }

    .aios-smf-theme-two .aios-smf-container .aios-smf-right #theme-content li .filter-view-img .filter-view-time,.aios-smf-theme-two .aios-smf-container .aios-smf-right #theme-content li .filter-view-status .filter-view-time {
        margin-top: 10px;
        font-size: 10px;
        opacity: 0.7;
    }
}

@media only screen and (min-width: 481px) and (max-width:767px) {
    .aios-smf-theme-two .aios-smf-container .aios-smf-left #theme-title ul li:nth-child(4) a:before,.aios-smf-theme-two .aios-smf-container .aios-smf-left #theme-title ul li:nth-child(8) a:before {
        left:auto;
        right: 95%;
    }

    .aios-smf-theme-two .aios-smf-container .aios-smf-left #theme-title ul li:nth-child(4) a:after,.aios-smf-theme-two .aios-smf-container .aios-smf-left #theme-title ul li:nth-child(8) a:after {
        left: auto;
        right: calc(95% - 7px);
        transform: translate(0, -50%) rotate(180deg);
    }
}

@media only screen and (min-width: 420px) and (max-width:480px) {
    .aios-smf-theme-two .aios-smf-container .aios-smf-left #theme-title ul li:nth-child(3) a:before,.aios-smf-theme-two .aios-smf-container .aios-smf-left #theme-title ul li:nth-child(6) a:before {
        left:auto;
        right: 95%;
    }

    .aios-smf-theme-two .aios-smf-container .aios-smf-left #theme-title ul li:nth-child(3) a:after,.aios-smf-theme-two .aios-smf-container .aios-smf-left #theme-title ul li:nth-child(6) a:after {
        left: auto;
        right: calc(95% - 7px);
        transform: translate(0, -50%) rotate(180deg);
    }
}

@media only screen and (max-width: 419px) {
    .aios-smf-theme-two .aios-smf-right #theme-content li.filter-feed a {
        font-size:16px;
        letter-spacing: 0.3em;
    }

    .aios-smf-theme-two .aios-smf-container .aios-smf-left #theme-title ul li:nth-child(2) a:before,.aios-smf-theme-two .aios-smf-container .aios-smf-left #theme-title ul li:nth-child(4) a:before,.aios-smf-theme-two .aios-smf-container .aios-smf-left #theme-title ul li:nth-child(6) a:before {
        left: auto;
        right: 95%;
    }

    .aios-smf-theme-two .aios-smf-container .aios-smf-left #theme-title ul li:nth-child(2) a:after,.aios-smf-theme-two .aios-smf-container .aios-smf-left #theme-title ul li:nth-child(4) a:after,.aios-smf-theme-two .aios-smf-container .aios-smf-left #theme-title ul li:nth-child(6) a:after {
        left: auto;
        right: calc(95% - 7px);
        transform: translate(0, -50%) rotate(180deg);
    }
}
