.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,
.wp-block-categories-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,
.wp-block-categories-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(--oxxo-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;
}
.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(--oxxo-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(--oxxo-mc2);
border-radius: b
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover{
color: var(--oxxo-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;
}
.oxxo_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;
border: 4px solid #000;
}
.oxxo_fn_ccategories li{
max-width: 100%;
margin: 0;
padding: 0;
border-bottom: 4px solid #000;
background-color: var(--oxxo-cbc);
}
.category__item span{
color: #fff;
color: var(--oxxo-ctc);
}
.oxxo_fn_ccategories li:last-child{
border-bottom: none;
}
.category__item .cat_title{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
font-size: 18px;
font-weight: 500;
letter-spacing: 0px;
text-transform: uppercase;
font-family: var(--hff);
text-overflow: ellipsis;
-ms-align-items: center;
align-items: center;
line-height: 52px;
}
.category__item .name{
padding: 0 10px 0 26px;
max-width: calc(100% - 46px);
overflow: hidden;
text-overflow: ellipsis;
position: relative;
top: 1px;
}
.category__item .cat_title span{
white-space: nowrap;
}
.category__item .count{
padding-right: 26px;
}
.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(--oxxo-bbc);
color: #fff;
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: 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-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;
}
.oxxo_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;
}
.oxxo_fn_widget_social li{
margin: 7px 0 7px 8px;
padding: 0;
}
.oxxo_fn_widget_social a{
display: block;
color: #000;
text-decoration: none;
font-size: 20px;
padding: 3px;
}
.oxxo_fn_widget_social a .fn__svg{
width: 20px;
height: 20px;
display: block;
}
.oxxo_fn_widget_social i:before{
display: block;
width: auto;
margin: 0;
padding: 0;
}
.oxxo_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;
}
.oxxo_fn_hassidebar .widget_oxxo_followers .wid_inner{
padding-bottom: 6px;
}
.oxxo_fn_widget_followers{
border: 4px solid #000;
}
.oxxo_fn_widget_followers ul{
margin: 0;
margin: -2px;
padding: 0;
list-style-type: none;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
}
.oxxo_fn_widget_followers li{
margin: 0;
width: 50%;
padding: 0;
border: 2px solid #000;
position: relative;
}
.oxxo_fn_widget_followers li:after{
content: '';
position: absolute;
z-index: 0;
pointer-events: none;
left: -4px;
right: -4px;
bottom: -4px;
top: -4px;
border: 2px solid #000;
}
.oxxo_fn_widget_followers li:last-child{
margin-bottom: 0;
}
.oxxo_fn_widget_followers .item{
position: relative;
}
.oxxo_fn_widget_followers .item a{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 6;
}
.oxxo_fn_widget_followers .icon{
width: 100%;
height: 88px;
display: block;
position: relative;
color: #000;
line-height: 88px;
text-align: center;
transition: all .3s ease;
border-bottom: 4px solid #000;
}
.oxxo_fn_widget_followers .icon .fn__svg{
position: absolute;
left: 50%;
top: 50%;
width: 36px;
height: 36px;
margin: -18px 0 0 -18px;
}
.oxxo_fn_widget_followers i{
font-size: 36px;
line-height: 0;
display: block;
}
.oxxo_fn_widget_followers .item:hover .subtitle{
opacity: 0;
transform: translateY(-27px);
}
.oxxo_fn_widget_followers .item:hover .count{
opacity: 1;
visibility: visible;
transform: translateY(0px);
}
.oxxo_fn_widget_followers .item:hover .icon{
color: #fff;
}
.oxxo_fn_widget_followers .fn__icon-facebook .item:hover .icon{
background-color: #4267B2;
}
.oxxo_fn_widget_followers .fn__icon-twitter .item:hover .icon{
background-color: #101213;
}
.oxxo_fn_widget_followers .fn__icon-pinterest .item:hover .icon{
background-color: #cb2027;
}
.oxxo_fn_widget_followers .fn__icon-linkedin .item:hover .icon{
background-color: #007ab9;
}
.oxxo_fn_widget_followers .fn__icon-behance .item:hover .icon{
background-color: #4176fa;
}
.oxxo_fn_widget_followers .fn__icon-vimeo .item:hover .icon{
background-color: #19b2e5;
}
.oxxo_fn_widget_followers .fn__icon-google .item:hover .icon{
background-color: #DB4437;
}
.oxxo_fn_widget_followers .fn__icon-youtube .item:hover .icon{
background-color: #f61c0d;
}
.oxxo_fn_widget_followers .fn__icon-instagram .item .icon{
background-color: #d6249f;
background: radial-gradient(circle at 30% 107%, #fff 0%, #fff 5%, #fff 45%, #fff 60%, #fff 90%);
}
.oxxo_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%);
}
.oxxo_fn_widget_followers .fn__icon-github .item:hover .icon{
background-color: #4078c0;
}
.oxxo_fn_widget_followers .fn__icon-flickr .item:hover .icon{
background-color: #0d64d2;
}
.oxxo_fn_widget_followers .fn__icon-dribbble .item:hover .icon{
background-color: #ea4c88;
}
.oxxo_fn_widget_followers .fn__icon-dropbox .item:hover .icon{
background-color: #1976d2;
}
.oxxo_fn_widget_followers .fn__icon-paypal .item:hover .icon{
background-color: #002987;
}
.oxxo_fn_widget_followers .fn__icon-picasa .item:hover .icon{
background-color: #ae75c5;
}
.oxxo_fn_widget_followers .fn__icon-soundcloud .item:hover .icon{
background-color: #fa3b00;
}
.oxxo_fn_widget_followers .fn__icon-whatsapp .item:hover .icon{
background-color: #29a71a;
}
.oxxo_fn_widget_followers .fn__icon-skype .item:hover .icon{
background-color: #00a9f0;
}
.oxxo_fn_widget_followers .fn__icon-slack .item:hover .icon{
background-color: #36c6ff;
}
.oxxo_fn_widget_followers .fn__icon-wechat .item:hover .icon{
background-color: #2dc100;
}
.oxxo_fn_widget_followers .fn__icon-rocketchat .item:hover .icon{
background-color: #f5455c;
}
.oxxo_fn_widget_followers .fn__icon-telegram .item:hover .icon{
background-color: #039be5;
}
.oxxo_fn_widget_followers .fn__icon-vk .item:hover .icon{
background-color: #4169e1;
}
.oxxo_fn_widget_followers .fn__icon-rss .item:hover .icon{
background-color: #f78422;
}
.oxxo_fn_widget_followers .count{
color: #000;
font-weight: 600;
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;
}
.oxxo_fn_widget_followers .f_right{
width: 100%;
position: relative;
min-width: 0;
height: 32px;
background-color: var(--oxxo-mc1);
overflow: hidden;
}
.oxxo_fn_widget_followers .subtitle{
color: #000;
font-weight: 600;
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;
}
.oxxo_fn_widget_featured{
overflow: hidden;
}
.oxxo_fn_widget_featured .item{
border: 4px solid #000;
border-radius: 10px;
padding: 16px 16px 10px;
margin-right: 5px;
position: relative;
}
.oxxo_fn_widget_featured .item:after{
content: '';
position: absolute;
top: 0;
left: 0;
right: -9px;
bottom: -9px;
z-index: -1;
border-radius: 0 10px 10px;
border-right: 9px solid #000;
border-bottom: 9px solid #000;
}
.oxxo_fn_widget_featured .blog__image{
height: 246px;
margin-bottom: 19px !important;
}
.oxxo_fn_widget_featured .abs_img{
background-size: cover;
background-position: center;
background-repeat: no-repeat;
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: 24px;
font-weight: 900;
color: #000;
text-transform: uppercase;
font-family: var(--hff);
}
.oxxo_fn_widget_featured .fn_title a{
white-space: nowrap;
overflow: hidden; 
text-overflow: ellipsis;
max-width: 100%;
display: inline-block;
}
.oxxo_fn_widget_featured .fn_title{
margin: 0;
letter-spacing: 0;
font-size: 18px;
font-weight: 600;
line-height: 1;
}
.oxxo_fn_widget_featured .swiper-wrapper{
margin-bottom: 15px;
}
.oxxo_fn_widget_featured .nav{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
}
.oxxo_fn_widget_featured .nav a{
width: 49%;
width: calc(50% - 2px);
display: block;
text-decoration: none;
background-color: #000;
height: 40px;
position: relative;
}
.oxxo_fn_widget_featured .prev{
border-radius: 10px 0 0 10px;
}
.oxxo_fn_widget_featured .next{
border-radius: 0 10px 10px 0;
}
.oxxo_fn_widget_featured .prev .arrow{
transform: rotate(180deg);	
}
.oxxo_fn_widget_featured .arrow{
display: block;
width: 22px;
height: 14px;
position: absolute;
top: 50%;
left: 50%;
margin: -7px 0 0 -11px;
transition: all .3s ease;
}
.oxxo_fn_widget_featured .arrow:after{
content: '';
position: absolute;
left: 0;
width: 22px;
height: 2px;
background-color: #fff;
top: 50%;
margin-top: -1px;
}
.oxxo_fn_widget_featured .arrow .fn__svg{
width: auto;
height: 14px;
display: block;
position: absolute;
top: 0;
color: #fff;
right: -1px;
}
.oxxo_fn_widget_featured .next:hover .arrow{
transform: translateX(10px);
}
.oxxo_fn_widget_featured .prev:hover .arrow{
transform: translateX(-10px) rotate(180deg);
}
.oxxo_fn_hassidebar .widget_block.widget-no-title{
padding-top: 50px;
}
.oxxo_fn_hassidebar .widget_block.widget_media_image .wid_inner{
background-color: transparent;
padding: 0;
border: none;
border-radius: 0;
}
.oxxo_fn_hassidebar .widget_block.widget_media_image{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
}
.oxxo_fn_hassidebar .widget_block.widget_media_image:after{
display: none;
}
.oxxo_fn_hassidebar .widget_block.widget_media_image .wp-caption{
margin-bottom: 0;
}
.oxxo_fn_hassidebar .widget_block:first-child{
border-top: none;
}
.oxxo_fn_hassidebar .widget_block{
position: relative;
padding: 0 50px 50px;
border-top: var(--oxxo-border) solid #000;
}
.oxxo_fn_hassidebar .wid-title{
margin: 0;
padding-top: 50px;
position: relative;
margin-bottom: 30px;
}
.oxxo_fn_hassidebar .wid-title:before{
content: '';
position: absolute;
top: 0px;
left: 50%;
margin-left: calc(var(--oxxo-border) / (-2));
width: var(--oxxo-border);
height: 50px;
background-color: #000;
}
.oxxo_fn_hassidebar .wid-title .text:before{
content: '';
position: absolute;
top: 100%;
left: 10px;
height: 10px;
right: 10px;
border: 4px solid #000;
border-top: none;
background-color: var(--oxxo-mc2);
}
.oxxo_fn_hassidebar .wid-title .text span{
height: 50px;
line-height: 50px;
background-color: #000;
border-top: none;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
text-align: center;
font-size: 16px;
font-weight: 500;
font-family: var(--hff);
text-transform: uppercase;
color: #fff;
display: block;
padding: 0 20px;
letter-spacing: 0;
}
.oxxo_fn_hassidebar .wid-title .text{
display: block;
position: relative;
}
.oxxo_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(--oxxo-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(--oxxo-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;
}
.oxxo_fn_widget_author .full_link{
z-index: 5;
}
.oxxo_fn_widget_author .img__holder{
position: relative;
padding-top: 10px;
margin-bottom: 21px;
}
.oxxo_fn_widget_author .img_in{
border-radius: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
margin: 0 !important;
position: absolute;
left: 10px;
right: 10px;
bottom: 10px;
top: 10px;
}
.oxxo_fn_widget_author .decor_left:after{
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 0 15px 14px 15px;
border-color: transparent transparent #000 transparent;
position: absolute;
bottom: 100%;
margin-bottom: 6px;
left: 50%;
margin-left: -15px;
}
.oxxo_fn_widget_author .decor_left:before{
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 14px 15px 0 15px;
border-color: #000 transparent transparent transparent;
position: absolute;
top: 100%;
margin-top: 6px;
left: 50%;
margin-left: -15px;
}
.oxxo_fn_widget_author .decor_right:after{
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 15px 14px 15px 0;
border-color: transparent #000 transparent transparent;
position: absolute;
top: 50%;
margin-right: 6px;
right: 100%;
margin-top: -15px;
}
.oxxo_fn_widget_author .decor_right:before{
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 15px 0 15px 14px;
border-color: transparent transparent transparent #000;
position: absolute;
top: 50%;
margin-left: 6px;
left: 100%;
margin-top: -15px;
}
.oxxo_fn_widget_author .info_img{
width: 240px;
max-width: 100%;
margin: 0 auto;
border-radius: 100%;
position: relative;
border: var(--oxxo-border) solid #000;
z-index: 2;
padding: var(--oxxo-border);
}
.oxxo_fn_widget_author .info_img div{
margin-bottom: 100%;
}
.oxxo_fn_widget_author .fn_title{
margin: 0;
padding: 0;
font-weight: 900;
font-size: 24px;
line-height: 30px;
text-align: center;
margin-bottom: 12px;
}
.oxxo_fn_widget_author .fn_desc{
margin: 0;
padding: 0;
font-weight: 500;
font-size: 18px;
line-height: 24px;
text-align: center;
margin-bottom: 9px;
}
.oxxo_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;
}
.oxxo_fn_widget_author .author_social li{
margin: 7px 0 7px 8px;
padding: 0;
}
.oxxo_fn_widget_author .author_social a{
display: block;
color: #000;
text-decoration: none;
font-size: 20px;
padding: 3px;
}
.oxxo_fn_widget_author .author_social a .fn__svg{
width: 20px;
height: 20px;
display: block;
}
.oxxo_fn_widget_author .author_social i:before{
display: block;
width: auto;
margin: 0;
padding: 0;
}
.oxxo_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_oxxo_top_articles .top_article{
padding: 0 0 32px;
position: relative;
margin-bottom: 26px;
}
.widget_oxxo_top_articles .top_article .fn_title{
margin: 0;
padding: 0;
font-size: 26px;
font-weight: 900;
text-align: center;
}
.widget_oxxo_top_articles .top_article .item_img{
border-radius: 10px;
border: 4px solid #000;
overflow: hidden;
position: relative;
margin-bottom: 25px;
}
.widget_oxxo_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_oxxo_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_oxxo_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(--oxxo-mc2);
}
.widget_oxxo_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(--oxxo-mc2);
}
.widget_oxxo_top_articles .top_article img{
min-width: 100%;
}
.widget_oxxo_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_oxxo_top_articles .t_rail span:nth-child(1){
width: 4px;
height: 20px;
background-color: #000;
position: absolute;
left: -18px;
display: block;
}
.widget_oxxo_top_articles .t_rail span:nth-child(2){
width: 4px;
height: 16px;
background-color: #000;
position: absolute;
left: -6px;
display: block;
}
.widget_oxxo_top_articles .t_rail span:nth-child(3){
width: 4px;
height: 12px;
background-color: #000;
position: absolute;
left: 6px;
display: block;
}
.widget_oxxo_top_articles .t_rail span:nth-child(4){
width: 4px;
height: 20px;
background-color: #000;
position: absolute;
right: -18px;
display: block;
}
.widget_oxxo_top_articles .t_rail span:nth-child(5){
width: 4px;
height: 16px;
background-color: #000;
position: absolute;
right: -6px;
display: block;
}
.widget_oxxo_top_articles .t_rail span:nth-child(6){
width: 4px;
height: 12px;
background-color: #000;
position: absolute;
right: 6px;
display: block;
}
.widget_oxxo_top_articles .t_rail:after{
content: '';
position: absolute;
left: -26px;
right: -26px;
height: 4px;
top: 50%;
margin-top: -2px;
background-color: #000;
}
.widget_oxxo_top_articles .fn_title a{
position: relative;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; line-clamp: 2; 
-webkit-box-orient: vertical;
}
.widget_oxxo_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_oxxo_top_articles .bottom_article:last-child{
margin-bottom: 0px;
}
.widget_oxxo_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_oxxo_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;
}
.oxxo_fn_hassidebar .widget_oxxo_top_articles .wid_inner{
padding-bottom: 16px;
}
.oxxo_fn_widget__articles .post_date{
margin-top: -1px;
}
.oxxo_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: 600;
}
.oxxo_fn_widget__articles .has_image .title_holder{
min-height: 100px;
}
.oxxo_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;
}
.oxxo_fn_widget__articles .fn_title{
margin: 0;
padding: 0;
font-size: 22px;
letter-spacing: 0;
font-weight: 900;
line-height: 1.1;
}
.oxxo_fn_widget__articles .counter{
display: block;
width: 32px;
height: 26px;
border: 2px solid #000;
line-height: 22px;
text-align: center;
background-color: var(--oxxo-mc1);
font-size: 14px;
color: #000;
font-family: var(--hff);
font-weight: 900;
letter-spacing: 0;
position: absolute;
left: -6px;
top: -6px;
padding-top: 1px;
}
.oxxo_fn_widget__articles .item_img{
width: 100px;
min-width: 100px;
margin-right: 20px;
height: 100px;
border: 4px solid #000;
position: relative;
padding: 4px;
}
.oxxo_fn_widget__articles .img_in{
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.oxxo_fn_widget__articles .typ_overlay .img_in{
background-color: #ddd;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
justify-content: center;
}
.oxxo_fn_widget__articles .typ_title{
font-size: 60px;
line-height: 1;
margin: 0;
padding: 0;
color: #131212;
font-weight: 600;
text-transform: uppercase;
}
.oxxo_fn_widget__articles .item{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
position: relative;
margin-bottom: 20px;
}