


@media (max-width: 768px) {
	
	.fn__logo img {
    max-width: 230px;
    max-height: 80px;
	}
	
}

.fn__widget_posts_interactive li.interactive_item:hover .title_holder .post_title a,
.fn__widget_posts_interactive li.interactive_item:has(:hover) .title_holder .post_title a {
    color: var(--mow-mc1);
}

.mow_fn_fixed_posts .label {
	font-size: 12px;
	margin-bottom: 0;
	display: flex;
  margin-top: 10px;
}

.mow_fn_fixed_posts .label .icon {
		right: -5px;
    top: 23px;
    transform: rotateZ(-14deg);
}

.mow_fn_fixed_posts .label .text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
	  margin: 0 auto 10px;
	background-image: unset;
}


.mow_fn_header_social_list {
    transform: translateY(-13px);
}


.mow_fn_header_social_list .title {
		line-height: 1px;
    padding: 14px 16px;
    border-radius: 30px;
    background-color: #080808;
    display: block;
    font-size: 14px;
    font-weight: var(--mow-fweb);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .25px;
    font-family: var(--hff);
    white-space: nowrap;
    width: 100px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    transition: .3s;
    transform: translateY(5px);
    margin: auto;
}


.mow_fn_header_social_list ul {
 width: 134px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 0px 10px;
    border-radius: 40px;
    background-color: var(--mow-bbc);
    border: 1px solid var(--mow-border-color);
    box-shadow: var(--mow-box-shadow);
    display: flex;
	position: relative;
	z-index:1;
}

.mow_fn_header_social_list li{
    margin: 0;
    padding: 0;
    position: relative;
}


.mow_fn_header_social_list a {
    color: var(--mow-hc);
    display: block;
    padding: 10px;
    text-decoration: none;
    border-radius: 100%;
}

.mow_fn_header_social_list .fn__isvg {
    width: 18px;
    font-size: 18px;
    height: 18px;
    display: block;
}

.mow_fn_header_social_list a[aria-label="instagram"]:hover .text {
  margin-right: 68px;
}

.mow_fn_header_social_list a[aria-label="linkedin"]:hover .text {
  margin-right: 106px;
}

.header_logo .mow_fn_fixed_right_bar {
	position: relative;
	top: unset !important;
	left: unset !important;
	right: unset !important;
	bottom: unset !important;
	    transform: translateY(0px) !important;
	display: flex;
	align-items: center;
}

.header_logo .right_item {
	gap: 10px;
}

.header_logo a.register,
.header_logo a.search {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: var(--mow-ebc);
    box-shadow: var(--mow-box-shadow);
    margin-bottom: 10px;
    color: var(--mow-hc);
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
		margin: auto 0;
}

.header_logo a.register .img {
    width: 100%;
    height: 100%;
    display: block;
}

.header_logo a.register .img img {
    border-radius: 100%;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}

.mow_fn_register_opener {
	display: none;
}

.fn__widget_posts_interactive .fn__meta .meta_sep,
.fn__widget_posts_interactive .fn__meta .meta_item,
.fn__post_count,
.mow_fn_header_social_list .text,
.header_logo a.register .t_text,
.header_logo a.search .t_text {
	display: none;
}


.fn_cs_team_members .img_holder img {
    border-radius: 100%;
}

 .header_logo a.search {
	display:none;
}
.fn__widget_posts_fslider .fslider__item {
	height:80vh !important;
}
