.aios-smf-theme-three {
    display: block;
    overflow: hidden;
    font-size: 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.aios-smf-theme-three br {
    display: none;
}
.aios-smf-theme-three a {
    color: inherit;
}
.aios-smf-theme-three ul {
    list-style: none !important;
}
.aios-smf-theme-three p {
    margin: 0 !important;
}
.aios-smf-theme-three .aios-smf-header {
    padding: 0 15px;
}
.aios-smf-theme-three .aios-smf-header #theme-title {
    display: block;
    padding: 50px 0;
    color: #333333;
    text-align: center;
}
.aios-smf-theme-three .aios-smf-header #theme-title h2 {
    font-weight: 700;
    font-size: 37px;
    text-transform: uppercase;
    letter-spacing: -3px;
}
.aios-smf-theme-three .aios-smf-header #theme-title .social-media-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 22px 0 0;
}
.aios-smf-theme-three .aios-smf-header #theme-title .social-media-icons li {
    margin: 5px;
}
.aios-smf-theme-three .aios-smf-header #theme-title .social-media-icons li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 133px;
    height: 103px;
    border: solid 1px #999999;
    transition: all 0.3s linear;
}
.aios-smf-theme-three .aios-smf-header #theme-title .social-media-icons 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;
    left: 50%;
    bottom: 95%;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    line-height: 1.5;
    transform: translate(-50%, 0);
    transition: opacity 0.3s linear;
    opacity: 0;
}
.aios-smf-theme-three .aios-smf-header #theme-title .social-media-icons li a::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: calc(95% - 7px);
    transform: translate(-50%, 0);
    transition: opacity 0.3s linear;
    opacity: 0;
}
.aios-smf-theme-three .aios-smf-header #theme-title .social-media-icons li a .ai-smi {
    font-size: 31px;
    margin-right: 8px;
}
.aios-smf-theme-three .aios-smf-header #theme-title .social-media-icons li a .social-followers {
    font-size: 12px;
}
.aios-smf-theme-three .aios-smf-header #theme-title .social-media-icons li a:hover {
    background-color: #333333;
    border-color: #333333 !important;
    color: #ffffff;
}
.aios-smf-theme-three .aios-smf-header #theme-title .social-media-icons li a:hover::before, .aios-smf-theme-three .aios-smf-header #theme-title .social-media-icons li a:hover::after {
    opacity: 1;
}
.aios-smf-theme-three .aios-smf-header #theme-title .social-media-icons[data-layout-inner=compact] li a {
    display: block;
    justify-content: initial;
    align-items: initial;
    width: 123px;
    height: 123px;
}
.aios-smf-theme-three .aios-smf-header #theme-title .social-media-icons[data-layout-inner=compact] li a .ai-smi {
    display: block;
    margin: 33px 0 4px !important;
}
.aios-smf-theme-three .aios-smf-header #theme-title .filter-feed {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px;
    font-size: 0;
    padding-bottom: 20px;
    border-bottom: solid 1px #d9d9d9;
}
.aios-smf-theme-three .aios-smf-header #theme-title .filter-feed a {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.6em;
    text-decoration: none !important;
    color: #999999;
    margin: 12px 25px;
    transition: color 0.3s linear;
}
.aios-smf-theme-three .aios-smf-header #theme-title .filter-feed a:first-of-type {
    margin-left: 0 !important;
}
.aios-smf-theme-three .aios-smf-header #theme-title .filter-feed a.filter-active {
    color: #3f3f3f !important;
}
.aios-smf-theme-three .aios-smf-header #theme-title .filter-feed a:hover {
    color: #3f3f3f;
}
.aios-smf-theme-three .aios-smf-header #theme-title .filter-feed[data-style=underline] a {
    position: relative;
}
.aios-smf-theme-three .aios-smf-header #theme-title .filter-feed[data-style=underline] a::before {
    content: '';
    display: block;
    width: calc( 100% - 8px);
    height: 3px;
    background: #3f3f3f;
    position: absolute;
    bottom: -24px;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s linear;
}
.aios-smf-theme-three .aios-smf-header #theme-title .filter-feed[data-style=underline] a:hover {
    color: #3f3f3f !important;
}
.aios-smf-theme-three .aios-smf-header #theme-title .filter-feed[data-style=underline] a:hover::before {
    opacity: 1;
}
.aios-smf-theme-three .aios-smf-group .aios-smf-group-title {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.6em;
    text-decoration: none !important;
    color: #999999;
    text-align: center;
}
.aios-smf-theme-three .aios-smf-group .aios-smf-group-title span {
    display: inline-block;
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -3px;
}
.aios-smf-theme-three .aios-smf-group .aios-smf-group-items {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: flex-start;
    list-style: none !important;
    padding: 0 !important;
    margin: 30px 0 0 !important;
}
.aios-smf-theme-three .aios-smf-group .aios-smf-group-items li {
    width: calc( ( 100% / 3 ) - 11px);
    position: relative;
    margin-bottom: 20px;
    margin-right: 11px;
}
.aios-smf-theme-three .aios-smf-group .aios-smf-group-items li .aios-smf-group-item {
    display: block;
    position: relative;
}
.aios-smf-theme-three .aios-smf-group .aios-smf-group-items li .aios-smf-group-item .filter-view-img {
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.aios-smf-theme-three .aios-smf-group .aios-smf-group-items li .aios-smf-group-item .filter-view-img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #000000;
    opacity: 0.42;
}
.aios-smf-theme-three .aios-smf-group .aios-smf-group-items li .aios-smf-group-item .filter-view-img canvas {
    display: block;
    width: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.aios-smf-theme-three .aios-smf-group .aios-smf-group-items li .aios-smf-group-item .filter-view-status {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 0 30px 30px;
    font-weight: 300;
    font-size: 20px;
    color: #ffffff;
    line-height: 23px;
}
.aios-smf-theme-three .aios-smf-group .aios-smf-group-items li .aios-smf-group-item .filter-view-status .filter-view-time {
    font-size: 12px;
    margin-top: 13px;
}
.aios-smf-theme-three .aios-smf-group .aios-smf-group-items li .aios-smf-group-item .filter-view-status .filter-smi {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 3;
    font-size: 22px;
    color: #ffffff;
}
.aios-smf-theme-three .aios-smf-group[data-feed-type=facebook] .aios-smf-group-items li .aios-smf-group-item .filter-view-img canvas {
    background-color: #336699;
}
.aios-smf-theme-three .aios-smf-group[data-feed-style=styleone] .aios-smf-group-items li .aios-smf-group-item .filter-view-img::before {
    display: none;
}
.aios-smf-theme-three .aios-smf-group[data-feed-style=styleone] .aios-smf-group-items li .aios-smf-group-item .filter-view-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.51);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
    font-size: 13px;
    line-height: 23px;
    min-height: 82px;
}
.aios-smf-theme-three .aios-smf-group[data-feed-style=styleone] .aios-smf-group-items li .aios-smf-group-item .filter-view-status .filter-smi {
    position: static !important;
    padding: 0 15px;
    font-size: 30px;
}
.aios-smf-theme-three .aios-smf-group[data-feed-style=styletwo] .aios-smf-group-items li .aios-smf-group-item .filter-view-img::before {
    display: none;
}
.aios-smf-theme-three .aios-smf-group[data-feed-style=styletwo] .aios-smf-group-items li .aios-smf-group-item .filter-view-img canvas {
    background-color: #999999;
}
.aios-smf-theme-three .aios-smf-group[data-feed-style=styletwo] .aios-smf-group-items li .aios-smf-group-item .filter-view-status {
    background: #999999;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 24px;
}
.aios-smf-theme-three .aios-smf-group[data-feed-style=stylethree] .aios-smf-group-items li .aios-smf-group-item .filter-view-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.51);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
    font-size: 21px;
    line-height: 23px;
    min-height: 82px;
}
.aios-smf-theme-three .aios-smf-group[data-feed-style=stylethree] .aios-smf-group-items li .aios-smf-group-item .filter-view-status .filter-smi {
    position: static !important;
    padding: 0 15px;
    font-size: 30px;
}
.aios-smf-theme-three[data-layout=ungrid] .aios-smf-group .aios-smf-group-items {
    padding: 108px 0 0 !important;
}
.aios-smf-theme-three[data-layout=ungrid] .aios-smf-group .aios-smf-group-items li:nth-of-type(2), .aios-smf-theme-three[data-layout=ungrid] .aios-smf-group .aios-smf-group-items li:nth-of-type(5), .aios-smf-theme-three[data-layout=ungrid] .aios-smf-group .aios-smf-group-items li:nth-of-type(8), .aios-smf-theme-three[data-layout=ungrid] .aios-smf-group .aios-smf-group-items li:nth-of-type(11) {
    margin-top: -108px;
}
/*.ip-grid-videos-filter,
.tags-search {
    display: inline-block;
    margin-right: 10px;
}*/

.ip-grid-videos-top{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.ip-grid-videos-top ::-webkit-input-placeholder {
  color:#7f7f7f;
}
.ip-grid-videos-top ::-moz-placeholder {
  color:#7f7f7f;
}
.ip-grid-videos-top :-ms-input-placeholder {
  color:#7f7f7f;
}
.ip-grid-videos-top :-moz-placeholder {
  color:#7f7f7f;
}
.ip-grid-videos-top .tags-search{
    position: relative;
}
.ip-grid-videos-top .tags-search input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 15px;
    padding: 0 53px 0 18px;
    border: 1px solid #668b84;
}
.ip-grid-videos-top .tags-search button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    background: none;
    border: 0;
    color: #668b84;
    font-size: 21px;
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    padding: 0 0;
    margin: auto 0;
    max-height: fit-content;
    pointer-events: none;
}
.ip-grid-videos-top select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    background: url(../../images/filter-dd.png) calc(100% - 18px) center no-repeat #668b84;
    background-size: 10px auto;
    color: #fff;
    font-size: 15px;
    padding: 0 43px 0 20px;
    height: 40px;
    border: 0;
    width: 100%;
}
.ip-grid-videos-top option{
    background: #fff;
    color: #000;
}
@media only screen and (min-width: 992px) {
    .ip-grid-videos-top{
        justify-content: flex-end;
        margin: 0 -15px;
    }
    .ip-grid-videos-top .tags-search{
        margin-right: auto;
        width: 400px;
    }
    .ip-grid-videos-filter.tags{
        width: 180px;
        margin-right: 22px;
    }
    .ip-grid-videos-filter.sort{
        width: 120px;
    }
}
@media only screen and (max-width: 1200px) {
    .aios-smf-theme-three .aios-smf-header #theme-title {
        padding-bottom: 25px !important;
    }
    .aios-smf-theme-three .aios-smf-header #theme-title .filter-feed a {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .ip-grid-videos-top{
        max-width: 500px;
        margin: 0 auto;
    }
    .ip-grid-videos-top .tags-search{
        width: 100%;
    }
    .ip-grid-videos-filter.tags,
    .ip-grid-videos-filter.sort{
        width: calc(50% - 5px);
        margin: 20px 0 0;
    }
    .ip-grid-videos-top .tags-search input{
        font-size: 14px;
        padding: 0 53px 0 10px;
    }
    .ip-grid-videos-top select {
        font-size: 14px;
        padding: 0 28px 0 10px;
        background: url(../../images/filter-dd.png) calc(100% - 10px) center no-repeat #668b84;
        background-size: 10px auto;
    }
    .aios-smf-theme-three .aios-smf-header #theme-title ul {
        flex-wrap: wrap;
    }
    .aios-smf-theme-three .aios-smf-header #theme-title ul li {
        margin-top: 10px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .aios-smf-theme-three .aios-smf-header #theme-title .filter-feed {
        display: block;
        margin-bottom: 0;
    }
    .aios-smf-theme-three .aios-smf-header #theme-title .filter-feed a {
        display: inline-block;
        margin: 5px 15px !important;
    }
    .aios-smf-theme-three .aios-smf-group {
        margin-top: 40px;
    }
    .aios-smf-theme-three .aios-smf-group .aios-smf-group-items {
        padding: 0 !important;
    }
    .aios-smf-theme-three .aios-smf-group .aios-smf-group-items li {
        margin-top: 0 !important;
        width: 50%;
        padding: 0 15px;
    }
    .aios-smf-theme-three[data-layout=ungrid] .aios-smf-group .aios-smf-group-items {
        padding: 0 !important;
    }
}
@media only screen and (max-width: 480px) {
    .aios-smf-theme-three .aios-smf-header #theme-title .filter-feed a {
        display: block;
        font-size: 24px;
    }
    .aios-smf-theme-three .aios-smf-group .aios-smf-group-items li {
        width: 100%;
    }
}
