.user_media_list_section.insta {
	margin: 5px -10px 0;
}
.user_media_list_section.insta .photo-data {
	padding: 10px;position: relative;
}
.user_media_list_section.insta .photo-data:nth-child(2) {
	width: 66.6666667%;
    float: right;
}
.user_media_list_section.insta .photo-data:nth-child(10) {
	width: 66.6666667%;
}
.user_media_list_section.insta .photo-data .ico {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: initial;
    padding: 25px;
    z-index: 1;
    color: #fff;pointer-events: none;
}
.user_media_list_section.insta .photo-data .ico svg {
	filter: drop-shadow(0 0 .75px rgba(0, 0, 0, .42)) drop-shadow(0 1px .5px rgba(0, 0, 0, .18)) drop-shadow(0 2px 3px rgba(0, 0, 0, .2));
}

.insta_post_filter {
	display: flex;
	align-items: center;
}
.insta_post_filter ul {
	margin: 0 auto 15px;
    border: 0;
    background: #ffffff;
    border-radius: 5px;
    padding: 0;
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
}
.insta_post_filter ul > li > a {
    font-weight: 600;
    display: block;
    padding: 10px 23px;text-decoration: none;
}
.insta_post_filter ul > li > a svg {
	width: 20px;
    height: 20px;
    margin-top: -3px;
}
.insta_post_filter ul > li > a.active {
    box-shadow: inset 0 -2.5px 0 currentColor;
}
.user_media_list_section.insta.profile {
	margin: 5px -5px 0;
}
.user_media_list_section.insta.profile .photo-data {
	padding: 5px;
}

.col-md-2.leftcol {
    display: none;
}

.explore_hdr {
    position: relative;
    overflow: hidden;
    padding: 50px 50px 100px;
    margin: -20px 0 -50px;
}
.explore_hdr:before {
    content: '';
    position: absolute;
    background: linear-gradient(currentColor, transparent);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;z-index: -1;
}
.explore_hdr > svg {
	height: 38px;
    width: 38px;
    background-color: currentColor;
    position: relative;
    border-radius: 10px;
    padding: 6px;
    margin: 0 0 5px;
}
.explore_hdr > .title {
	position: relative;
    font-size: 48px;
    font-weight: 600;
}
.explore_hdr > p {
	margin: 0;
    font-size: 19px;
    opacity: 0.7;
}
.explore_hdr .circle_one {
	position: absolute;
    top: -30px;
    left: 120px;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background: currentColor;
    opacity: 0.1;
}
.explore_hdr .circle_two {
	position: absolute;
    bottom: -10px;
    right: -20px;
    width: 330px;
    height: 200px;
    border-radius: 100px;
    background: linear-gradient(currentColor, transparent);
    opacity: 0.08;
}

.insta_post_footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.insta#wo_post_stat_button {
    justify-content: flex-start;
	width: calc(100% + 12px);
    margin: 0 -6px;border: 0;
    padding: 15px 0 5px;
}
.insta#wo_post_stat_button .stat-item {
    width: auto;
    flex: none;
    padding: 12px;
    background: rgb(0 0 0 / 6%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;height: 44px;
}
.insta#wo_post_stat_button .stat-item:last-child {
    margin-left: auto;
}
.insta#wo_post_stat_button .stat-item svg {
    width: 20px;
    height: 20px;
}
.insta#wo_post_stat_button .stat-item .active-like svg {
	fill: #f44336;animation-duration: 0.5s;animation-fill-mode: both;animation-name: pullse;
}
@keyframes pullse {
  from {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  to {
    transform: scale(1);
  }
}

.post .post-description .stats.post-actions .stat-item {
    padding: 3px 3px;display: inline-flex;
	font-weight: 500;
    font-size: 13px !important;
    font-family: Roboto, sans-serif;
}
.options {
    margin: 12px 0;
}


@media (min-width: 1300px) {
#wo_home_search {
    margin-right: 10px;
    margin-left: auto;
}
}

@media (min-width: 992px) {
.middlecol {
    width: 67%;
}
.rightcol {
    width: 33%;
}
}

@media (max-width: 1270px) {
.search-container .search-input {
    width: 280px;
}
}

@media (max-width: 992px) {
.user_media_list_section.insta .photo-data, .user_media_list_section.insta .video-data {
    flex: 0 0 33.3333333%;
    width: 33.3333333%;
}
}

@media (max-width: 985px) {
.search-container .search-input {
    width: 240px;
}
}

@media (max-width: 900px) {
.search-container .search-input {
    width: 180px;
}
}

@media (max-width: 660px) {
.header-brand {
	display: none;
}
}

@media (max-width: 600px) {
#wo_home_btns {
    padding: 12px 7px;
}
.user_media_list_section.insta {
    margin: 5px -4px 0;
}
.user_media_list_section.insta .photo-data {
    padding: 4px;
}
.user_media_list_section.insta .photo-data .ico {
    padding: 10px;
}
}