.wp-block-latest-comments,
.wp-block-latest-posts__list,
.wp-block-archives-list,
.wp-block-categories-list,
#recentcomments,
.widget_rss ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul{
	margin: 0;
	list-style-type: none;
}
#recentcomments li,
.wp-block-latest-comments li,
.wp-block-latest-posts__list li,
.wp-block-archives-list li,
.widget_rss li,
.widget_recent_entries li,
.widget_meta li,
.widget_pages li,
.widget_categories li,
.widget_archive li{
	margin-bottom: 5px;
	font-size: 18px;
	font-family: var(--hff);
	font-weight: 600;
	letter-spacing: 0px;
	color: #000;
	position: relative;
}
#recentcomments a,
.wp-block-latest-comments a,
.wp-block-latest-posts__list a,
.wp-block-archives-list a,
.wp-block-categories-list a,
.widget_rss a,
.widget_recent_entries a,
.widget_meta a,
.widget_pages a,
.widget_categories a,
.widget_archive a{
	color: #000;
}
#recentcomments a:hover,
.wp-block-latest-comments a:hover,
.wp-block-latest-posts__list a:hover,
.wp-block-archives-list a:hover,
.widget_rss a:hover,
.widget_recent_entries a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_categories a:hover,
.widget_archive a:hover{
	color: var(--spide-mc2);
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
.widget_archive li,
.widget_categories li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
}
.widget_block .children{
	margin: 7px 0 7px 10px;
	flex: 1 1 100%;
}
.widget_categories .children{
	margin-top: 10px;
	flex: 1 1 100%;
	margin-bottom: -10px;
	margin-left: 10px;
}
.wp-block-categories-list li{
	max-width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}
.wp-block-categories-list li a{
	background-color: var(--spide-mc2);
	color: #fff;
    border: 4px solid #000;
    border-radius: 20px 0;
    padding: 0 20px;
    text-align: center;
    transition: all .3s ease;
	display: block;
	text-decoration: none;
	font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--hff);
    text-overflow: ellipsis;
    -ms-align-items: center;
    align-items: center;
    line-height: 42px;
    letter-spacing: 0.5px;
}
.wp-block-categories-list li a:hover{
	border-radius: 0 20px;
}
.rssSummary{
	font-size: 16px;
    line-height: 1.44;
    font-family: var(--bff);
    font-style: normal;
	margin: 24px 0 18px;
}
.rss-date{
	font-weight: 400;
    font-size: 16px;
    font-family: var(--bff);
    background: #000;
    color: #fff;
    display: inline-block;
    border-radius: 15px;
    padding: 0 10px;
    font-style: normal;
}


.wp-calendar-nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: space-between;
}
.wp-calendar-nav .pad{
	display: none;
}
.wp-calendar-nav span{
	width: 49%;
	width: calc(50% - 2px);
	display: block;
}
.wp-calendar-nav a{
	color: #fff;
	
	background-color: #000;
	
	height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-family: var(--hff);
	text-transform: uppercase;
	font-weight: 600;
}
.wp-calendar-nav-next a{
	border-radius: 0 8px 8px 0;
}
.wp-calendar-nav-prev a{
	border-radius: 8px 0 0 8px;
}


.searchform .search-wrapper{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    border: 4px solid #000;
    border-radius: 20px;
    background-color: #eee;
}
.searchform .search-wrapper input[type="submit"]{
	height: 60px;
    background-color: var(--spide-mc1);
    color: #000;
    font-family: var(--hff);
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    outline: none;
    padding: 0 30px;
    border: 4px solid #000;
    cursor: pointer;
    border-radius: 20px;
    margin: -4px;
    margin-left: 0;
}
.searchform .search-wrapper input[type="submit"]:hover{
	background-color: #fff;
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
.searchform .search-wrapper input[type="text"]{
	width: 100%;
    color: #000;
    height: 52px;
    background-color: transparent!important;
    padding: 0 20px;
    border-radius: 0 !important;
    outline: none;
    max-width: 100%;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    font-style: normal;
    font-family: var(--hff);
    border: none !important;
}
.wp-block-tag-cloud,
.tagcloud{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-left: -15px;
}
.wp-block-tag-cloud a,
.tagcloud a{
	text-decoration: none;
	color: #000;
	font-size: 16px !important;
	font-weight: 900;
	font-family: var(--hff);
	margin-left: 15px;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.wp-block-tag-cloud a:before,
.tagcloud a:before{
	content: '#';
	color: var(--spide-mc2);
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover{
	color: var(--spide-mc2);
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
.category__item:hover .name{
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
.wp-block-tag-cloud a:hover:before,
.tagcloud a:hover:before{
	color: #000;
}



.spide_fn_ccategories ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.spide_fn_ccategories li{
	max-width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
.category__item{
	background-color: var(--spide-cbc);
	border: 4px solid #000;
	border-radius: 20px 0;
	padding: 0 20px;
	text-align: center;
	transition: all .3s ease;
}
.category__item:hover{
	border-radius: 0 20px;
}
.category__item span{
	color: #fff;
	color: var(--spide-ctc);
}
.spide_fn_ccategories li:last-child{
	border-bottom: none;
}
.category__item .cat_title{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--hff);
    text-overflow: ellipsis;
	-ms-align-items: center;
	align-items: center;
	line-height: 42px;
	letter-spacing: 0.5px;
}
.category__item .cat_title span{
	white-space: nowrap;
}
.category__item .count:before{
	content: ' - '
}
.category__item{
	position: relative;
}
.category__item a{
	z-index: 10;
}



.wp-block-search{
	margin-bottom: 0px;
}
.wp-block-search__inside-wrapper {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
	border: 4px solid #000;
	border-radius: 30px;
	background-color: #eee;
}
.wp-block-search__inside-wrapper button[type="submit"]{
	height: 60px;
    background-color: var(--spide-mc2);
    color: #fff;
    font-family: var(--hff);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    outline: none;
    padding: 0 30px;
    border: 4px solid #000;
	cursor: pointer;
	border-radius: 30px;
	margin: -4px;
	margin-left: 0;
}
.wp-block-search__inside-wrapper button[type="submit"]:hover{
	background-color: #000;
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
	color: #fff;
}
.wp-block-search__label{
	display: none;
}
.wp-block-search__inside-wrapper input[type="search"]{
	width: 100%;
    color: #000;
    height: 52px;
    background-color: transparent!important;
    padding: 0 20px;
    border-radius: 0 !important;
    outline: none;
    max-width: 100%;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    font-style: normal;
    font-family: var(--hff);
    border: none !important;
}



/* wp block*/
.wp-block-group.has-background{
	padding: 20px;
	border-radius: 8px;
}
.wp-block-group{
	margin-bottom: 20px;
}
.wp-block-group:last-child{
	margin-bottom: 0;
}
.wp-block-media-text{
	margin-bottom: 20px;
}
.wp-block-group.has-background > * > *{margin-bottom: 20px;}
.wp-block-group.has-background > * > *:last-child{margin-bottom: 0;}
figcaption{
	margin-bottom: 20px;
}
#wp-calendar caption{
	margin-bottom: 15px;
	color: #000;
}


.aligncenter{
	text-align: center;
}
.is-style-squared .wp-block-button__link{
	border-radius: 0;
}
.wp-caption{
	margin-bottom: 30px;
}
.wp-block-image .alignleft{
	margin-right: 30px;
	margin-bottom: 30px;
}
.wp-block-image .alignright{
	margin-left: 30px;
	margin-bottom: 30px;
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption{
	left: 0;
}
.has-background-dim .wp-block-cover-text a{
	color: #fff !important;
}
.is-style-outline>.wp-block-button__link,
.wp-block-button__link.is-style-outline{
	border: 2px solid #000;
	padding-top: 11px;
	padding-bottom: 11px;
	background-color: transparent !important;
}
.blocks-gallery-caption{
	margin-bottom: 30px;
	text-align: center;
}
.wp-block-gallery{
	margin-bottom: 30px;
}
.wp-block-calendar table caption, .wp-block-calendar table tbody{
	color: #eee;
}
.wp-block-latest-comments__comment{
	width: 100%;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{
	margin-left: 0;
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar{
	margin-bottom: 15px;
	margin-right: 15px;
}
.calendar_wrap *:last-child{
	margin-bottom: 0;
}
.wp-block-embed{
	margin: 0 0 30px;
}
.wp-block-search .wp-block-search__button{
	min-width: inherit;
	padding: .375em 20px;
}
.wp-block-latest-comments__comment{
	line-height: 1.7;
}

.wp-block-latest-comments__comment a{
	display: inline;
}
.wp-block-archives-list a{
	border: none !important;
}
.wp-block-calendar table th{
	background-color: #000;
}

.alignleft{
	margin-right: 30px !important;
}
.blocks-gallery-caption{
	margin-bottom: 30px !important;
}
.wp-block-calendar tbody td, .wp-block-calendar th{
	border: 2px solid #000;
	color: #000;
}






.spide_fn_widget_social ul{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: -8px;
}
.spide_fn_widget_social li{
	margin: 7px 0 7px 8px;
	padding: 0;
}
.spide_fn_widget_social a{
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 20px;
	padding: 3px;
}
.spide_fn_widget_social a .fn__svg{
	width: 20px;
	height: 20px;
	display: block;
}
.spide_fn_widget_social i:before{
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
}
.spide_fn_widget_social a:hover{
	-webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,.6) 30%, #fff 50%, rgba(255,255,255,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}


.spide_fn_hassidebar .widget_spide_followers.widget_block{
	padding: 0 26px 14px;
}
.spide_fn_hassidebar .widget_spide_followers .wid_inner{
	padding-bottom: 6px;
}
.spide_fn_widget_followers ul{
    margin: 0;
    padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}
.spide_fn_widget_followers li{
	margin: 0;
	width: 50%;
	padding-left: 10px;
	margin-bottom: 9px;
}
.spide_fn_widget_followers .item{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	overflow: hidden;
}
.spide_fn_widget_followers .item a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 6;
}
.spide_fn_widget_followers .icon{
	width: 120px;
    height: 120px;
    display: block;
    position: relative;
    color: #000;
	background-color: #e3efee;
    line-height: 112px;
    text-align: center;
    transition: all .3s ease;
	border: 4px solid #000;
	border-radius: 100%;
}
.spide_fn_widget_followers .icon span{
	width: 120px;
    height: 120px;
    display: block;
    position: absolute;
	background-color: var(--spide-mc2);
    line-height: 88px;
    text-align: center;
    transition: all .3s ease;
	border: 4px solid #000;
	bottom: -13px;
	left: -4px;
	border-radius: 100%;
	z-index: -1;
}
.spide_fn_widget_followers .icon span:before{
	content: "";
	display: block;
	width: 15px;
	height: 4px;
	background-color: #000;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 100%;
	margin-right: 4px;
}
.spide_fn_widget_followers .icon span:after{
	content: "";
	display: block;
	width: 15px;
	height: 4px;
	background-color: #000;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 100%;
	margin-left: 4px;
}
.spide_fn_widget_followers .icon .fn__svg{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 36px;
	height: 36px;
	margin: -18px 0 0 -18px;
}
.spide_fn_widget_followers i{
	font-size: 36px;
	line-height: 0;
	display: block;
}
.spide_fn_widget_followers .item:hover .subtitle{
	opacity: 0;
    transform: translateY(-27px);
}
.spide_fn_widget_followers .item:hover .count{
	opacity: 1;
	visibility: visible;
    transform: translateY(0px);
}
.spide_fn_widget_followers .item:hover .icon{
	color: #fff;
}
.spide_fn_widget_followers .fn__icon-facebook .item:hover .icon{
	background-color: #4267B2;
}
.spide_fn_widget_followers .fn__icon-twitter .item:hover .icon{
	background-color: #03a9f4;
}
.spide_fn_widget_followers .fn__icon-pinterest .item:hover .icon{
	background-color: #cb2027;
}
.spide_fn_widget_followers .fn__icon-linkedin .item:hover .icon{
	background-color: #007ab9;
}
.spide_fn_widget_followers .fn__icon-behance .item:hover .icon{
	background-color: #4176fa;
}
.spide_fn_widget_followers .fn__icon-vimeo .item:hover .icon{
	background-color: #19b2e5;
}
.spide_fn_widget_followers .fn__icon-google .item:hover .icon{
	background-color: #DB4437;
}
.spide_fn_widget_followers .fn__icon-youtube .item:hover .icon{
	background-color: #f61c0d;
}
.spide_fn_widget_followers .fn__icon-instagram .item .icon{
	background-color: #d6249f;
  	background: radial-gradient(circle at 30% 107%, #e3efee 0%, #e3efee 5%, #e3efee 45%, #e3efee 60%, #e3efee 90%);
}
.spide_fn_widget_followers .fn__icon-instagram .item:hover .icon{
	background-color: #d6249f;
  	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.spide_fn_widget_followers .fn__icon-github .item:hover .icon{
	background-color: #4078c0;
}
.spide_fn_widget_followers .fn__icon-flickr .item:hover .icon{
	background-color: #0d64d2;
}
.spide_fn_widget_followers .fn__icon-dribbble .item:hover .icon{
	background-color: #ea4c88;
}
.spide_fn_widget_followers .fn__icon-dropbox .item:hover .icon{
	background-color: #1976d2;
}
.spide_fn_widget_followers .fn__icon-paypal .item:hover .icon{
	background-color: #002987;
}
.spide_fn_widget_followers .fn__icon-picasa .item:hover .icon{
	background-color: #ae75c5;
}
.spide_fn_widget_followers .fn__icon-soundcloud .item:hover .icon{
	background-color: #fa3b00;
}
.spide_fn_widget_followers .fn__icon-whatsapp .item:hover .icon{
	background-color: #29a71a;
}
.spide_fn_widget_followers .fn__icon-skype .item:hover .icon{
	background-color: #00a9f0;
}
.spide_fn_widget_followers .fn__icon-slack .item:hover .icon{
	background-color: #36c6ff;
}
.spide_fn_widget_followers .fn__icon-wechat .item:hover .icon{
	background-color: #2dc100;
}
.spide_fn_widget_followers .fn__icon-rocketchat .item:hover .icon{
	background-color: #f5455c;
}
.spide_fn_widget_followers .fn__icon-telegram .item:hover .icon{
	background-color: #039be5;
}
.spide_fn_widget_followers .fn__icon-vk .item:hover .icon{
	background-color: #4169e1;
}
.spide_fn_widget_followers .fn__icon-rss .item:hover .icon{
	background-color: #f78422;
}
.spide_fn_widget_followers .count{
	color: #000;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: var(--hff);
    display: block;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translateY(27px);
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    z-index: 4;
    opacity: 0;
    text-align: center;
	transition: all .3s ease;
	width: 100%;
	padding: 0 10px;
}
.spide_fn_widget_followers .f_right{
	width: 100%;
	position: relative;
	min-width: 0;
	height: 32px;
	overflow: hidden;
	margin-top: 14px;
}
.spide_fn_widget_followers .subtitle{
	color: #000;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: var(--hff);
    display: block;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 3;
	transition: all .3s ease;
	width: 100%;
	text-align: center;
	padding: 0 10px;
}





.spide_fn_hassidebar .widget_block.widget-no-title{
	padding-top: 36px;
}
.spide_fn_hassidebar .widget_block.widget_media_image .wid_inner{
	background-color: transparent;
	padding: 0;
	border: none;
	border-radius: 0;
}
.spide_fn_hassidebar .widget_block.widget_media_image{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding: 0;
	border: none;
}
.spide_fn_hassidebar .widget_block.widget_media_image:after{
	display: none;
}
.spide_fn_hassidebar .widget_block.widget_media_image .wp-caption{
	margin-bottom: 0;
}
.spide_fn_hassidebar .widget_block{
	position: relative;
	padding: 0 36px 36px;
	border: var(--spide-border) solid #000;
	border-radius: 20px;
	margin-bottom: 70px;
}
.spide_fn_hassidebar .widget_block:after{
	height: 14px;
	content: '';
	position: absolute;
	left: 70px;
	right: 70px;
	bottom: -9px;
	bottom: calc((var(--spide-border) / (2) + 7px) * (-1));
	border-radius: 7px;
	background-color: #000;
	display: block;
}
.spide_fn_hassidebar .widget_block:last-child{
	margin-bottom: 0;
}
.spide_fn_hassidebar .wid-title{
	margin: 0;
	position: relative;
	margin-bottom: 30px;
}
.spide_fn_hassidebar .wid-title .text span{
	height: 40px;
	line-height: 32px;
	background-color: #fff;
	border-top: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	font-family: var(--hff);
	text-transform: uppercase;
	color: #000;
	display: block;
	padding: 0 20px;
	letter-spacing: 0;
	border: 4px solid #000;
	border-radius: 20px;
	margin-top: -22px;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
}
.spide_fn_hassidebar .wid-title .text{
	display: block;
	position: relative;
}
.spide_fn_hassidebar .wid-title a{
	color: #fff;
}
.widget_archive ul{
	margin-left: -10px;
}
.widget_archive li{
	width: 100%;
	border: 4px solid #000;
	border-radius: 14px;
	margin-bottom: 10px;
}
.widget_archive a{
	padding: 0 10px 0 16px;
	font-weight: 900;
	font-size: 16px;
	text-transform: uppercase;
	font-family: var(--hff);
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	flex: 1;
}
.widget_categories .count,
.widget_archive .count{
	width: 40px;
	height: 40px;
	border-radius: 14px;
	background-color: var(--spide-mc1);
	color: #000;
	border: 4px solid #000;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	line-height: 32px;
	margin: -4px;
	margin-left: 0;
	font-family: var(--hff);
}
.widget_categories li{
	margin-bottom: 10px;
}
.widget_categories .count{
	margin: 0;
}


.widget_nav_menu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.widget_nav_menu ul ul{
	margin-left: 20px;
}
.widget_nav_menu .sub-menu{
	display: none;
	overflow: hidden;
}
.widget_nav_menu a{
	font-size: 18px;
    display: block;
    font-family: var(--hff);
    color: #000;
    font-weight: 900;
    letter-spacing: .25px;
    text-transform: uppercase;
    line-height: 30px;
}
.widget_nav_menu li.menu-item-has-children.active > a:after{
	transform: rotate(0deg);
}
.widget_nav_menu li.menu-item-has-children > a:after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #000 transparent transparent transparent;
	transform: rotate(-90deg);
	transition: all .3s ease;
}
.widget_nav_menu li.menu-item-has-children > a{
	position: relative;
    padding-right: 16px;
}
ul.wp-block-rss{
	margin-left: 0;
}
ul.wp-block-rss a{
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .25px;
	font-family: var(--hff);
	color: #000;
}
ul.wp-block-rss a:hover{
	color: var(--spide-mc2);
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}


.spide_fn_widget_author .full_link{
	z-index: 5;
}
.spide_fn_widget_author .img__holder{
	position: relative;
	padding-top: 10px;
	margin-bottom: 36px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.spide_fn_widget_author:hover .img img{
	transform: scale(1);
}
.spide_fn_widget_author .img_in{
	position: relative;
	overflow: hidden;
	border: 4px solid #000;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
	border-radius: 100%;
}
.spide_fn_widget_author .img{
	position: relative;
}
.spide_fn_widget_author .d1{
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 100%;
	background-color: var(--spide-mc2);
	border: 4px solid #000;
	position: absolute;
	left: 0;
	top: -10px;
	z-index: -1;
}
.spide_fn_widget_author .d3:after{
	content: '';
	position: absolute;
	display: block;
	top: -40px;
	bottom: -40px;
	width: 4px;
	background-color: #000;
	transform: rotate(50deg);
	left: 50%;
	z-index: -2;
}
.spide_fn_widget_author .d3:before{
	content: '';
	position: absolute;
	display: block;
	top: -40px;
	bottom: -40px;
	width: 4px;
	background-color: #000;
	transform: rotate(40deg);
	left: 50%;
	z-index: -2;
}
.spide_fn_widget_author .d2{
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 100%;
	background-color: var(--spide-mc2);
	border: 4px solid #000;
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: -1;
}
.spide_fn_widget_author .d4:after{
	content: '';
	position: absolute;
	display: block;
	top: -40px;
	bottom: -40px;
	width: 4px;
	background-color: #000;
	transform: rotate(-40deg);
	left: 50%;
	z-index: -2;
}
.spide_fn_widget_author .d4:before{
	content: '';
	position: absolute;
	display: block;
	top: -40px;
	bottom: -40px;
	width: 4px;
	background-color: #000;
	transform: rotate(-50deg);
	left: 50%;
	z-index: -2;
}
.spide_fn_widget_author .img img{
	width: 240px;
	max-width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	transform: scale(1.5);
	transition: all 1s ease;
}
.spide_fn_widget_author .fn_title{
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 17px;
	text-transform: capitalize;
}
.spide_fn_widget_author .fn_desc{
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3; 
	-webkit-box-orient: vertical;
}
.spide_fn_widget_author .author_social{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -8px;
}
.spide_fn_widget_author .author_social li{
	margin: 7px 0 7px 8px;
	padding: 0;
}
.spide_fn_widget_author .author_social a{
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 20px;
	padding: 3px;
}
.spide_fn_widget_author .author_social a .fn__svg{
	width: 20px;
	height: 20px;
	display: block;
}
.spide_fn_widget_author .author_social i:before{
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
}
.spide_fn_widget_author .author_social a:hover{
	-webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,.6) 30%, #fff 50%, rgba(255,255,255,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}



.widget_spide_top_articles .top_article{
	padding: 0 0 32px;
	position: relative;
	margin-bottom: 26px;
}
.widget_spide_top_articles .top_article .fn_title{
	margin: 0;
	padding: 0;
	font-size: 26px;
	font-weight: 900;
	text-align: center;
}
.widget_spide_top_articles .top_article .item_img{
	border-radius: 10px;
	border: 4px solid #000;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}
.widget_spide_top_articles .top_article .item_img.typ_overlay{
	height: 230px;
	padding: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-color: #e5e5e5;
	border-radius: 6px;
}
.widget_spide_top_articles .bottom_article .item_img.typ_overlay{
	padding: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-color: #e5e5e5;
	border-radius: 6px;
}
.widget_spide_top_articles .bottom_article .item_img.typ_overlay .typ_title{
	margin: 0;
    padding: 0;
    font-weight: 900;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1;
    color: var(--spide-mc2);
}
.widget_spide_top_articles .top_article .item_img.typ_overlay .typ_title{
	margin: 0;
    padding: 0;
    font-weight: 900;
    font-size: 150px;
    text-transform: uppercase;
    line-height: 1;
    color: var(--spide-mc2);
}
.widget_spide_top_articles .top_article img{
	min-width: 100%;
}
.widget_spide_top_articles .t_rail{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-left: -10px;
	position: absolute;
	left: 10px;
	right: 0;
	bottom: 0;
}
.widget_spide_top_articles .t_rail span:nth-child(1){
	width: 4px;
	height: 20px;
	background-color: #000;
	position: absolute;
	left: -18px;
	display: block;
}
.widget_spide_top_articles .t_rail span:nth-child(2){
	width: 4px;
	height: 16px;
	background-color: #000;
	position: absolute;
	left: -6px;
	display: block;
}
.widget_spide_top_articles .t_rail span:nth-child(3){
	width: 4px;
	height: 12px;
	background-color: #000;
	position: absolute;
	left: 6px;
	display: block;
}
.widget_spide_top_articles .t_rail span:nth-child(4){
	width: 4px;
	height: 20px;
	background-color: #000;
	position: absolute;
	right: -18px;
	display: block;
}
.widget_spide_top_articles .t_rail span:nth-child(5){
	width: 4px;
	height: 16px;
	background-color: #000;
	position: absolute;
	right: -6px;
	display: block;
}
.widget_spide_top_articles .t_rail span:nth-child(6){
	width: 4px;
	height: 12px;
	background-color: #000;
	position: absolute;
	right: 6px;
	display: block;
}
.widget_spide_top_articles .t_rail:after{
	content: '';
	position: absolute;
	left: -26px;
	right: -26px;
	height: 4px;
	top: 50%;
	margin-top: -2px;
	background-color: #000;
}
.widget_spide_top_articles .fn_title span{
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.widget_spide_top_articles .fn_title:hover a{
	background-size: 100% 2px;	
}
.widget_spide_top_articles .fn_title a{
	color: #000;
	position: relative;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 85%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .5s;
}
.widget_spide_top_articles .bottom_article{
	position: relative;
	margin-bottom: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.widget_spide_top_articles .bottom_article:last-child{
	margin-bottom: 0px;
}
.widget_spide_top_articles .bottom_article .item_img{
	width: 110px;
	min-width: 110px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 78px;
	border: 4px solid #000;
	border-radius: 10px;
	margin-right: 20px;
}
.widget_spide_top_articles .bottom_article .fn_title{
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 26px;
	font-weight: 900;
}
.wp-block-image figure{
	margin-bottom: 30px;
}
figure{margin-bottom: 30px;}
.wp-block-embed iframe {width: 100%;height: 400px;}
.widget_search > div > form{
	margin-bottom: 0;
}




.spide_fn_hassidebar .widget_spide_top_articles .wid_inner{
	padding-bottom: 16px;
}
.spide_fn_widget__articles .post_date{
	margin-top: -1px;
}
.spide_fn_widget__articles .post_date span{
	font-family: var(--hff);
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    letter-spacing: .25px;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
}
.spide_fn_widget__articles .has_image .title_holder{
	min-height: 100px;
}
.spide_fn_widget__articles .title_holder{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}
.spide_fn_widget__articles .fn_title{
	margin: 0;
	padding: 0;
	font-size: 22px;
	letter-spacing: 0;
	font-weight: 900;
	line-height: 1.1;
}
.spide_fn_widget__articles .counter{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: var(--spide-mc2);
	font-size: 14px;
	color: #fff;
	font-family: var(--hff);
	font-weight: 600;
	letter-spacing: 0.5px;
	position: absolute;
	left: -9px;
	top: -9px;
	padding-top: 1px;
	border-radius: 50% 50% 0 50%;
}
.spide_fn_widget__articles .item_img{
	width: 100px;
	min-width: 100px;
	margin-right: 20px;
	height: 100px;
	border: 4px solid #000;
	position: relative;
	border-radius: 20px;
}
.spide_fn_widget__articles .item_img img{
	border-radius: 14px;
}
.spide_fn_widget__articles .img_in{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 14px;
}
.spide_fn_widget__articles .typ_overlay .img_in{
	background-color: #e3efee;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
}
.spide_fn_widget__articles .typ_title{
	font-size: 60px;
	line-height: 1;
	margin: 0;
	padding: 0;
	color: #131212;
	font-weight: 600;
	text-transform: uppercase;
}
.spide_fn_widget__articles .item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	margin-bottom: 20px;
}