/*
Theme Name: Tema Ufficiale Emiliano Ponzi
Author: Matteo Dacome
Version:1.0
*/

html {
  scroll-behavior: smooth;
}

body{
    background-color:#000!important;
}
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");


.pt100{padding-top:100px!important;}
.pb100{padding-bottom:100px!important;}
.pt80{padding-top:80px!important;}
.pb80{padding-bottom:80px!important;}
.pt60{padding-top:60px!important;}
.pb60{padding-bottom:60px!important;}
.pt40{padding-top:40px!important;}
.pb40{padding-bottom:40px!important;}
.pt20{padding-top:20px!important;}
.pb20{padding-bottom:20px!important;}
.pt10{padding-top:10px!important;}
.pb10{padding-bottom:10px!important;}

h1,h2,h3,h4,h5,h6{
    font-family: 'Bebas Neue', cursive!important;
}
a.nft{
    color:#000;
}

a.nft p {
    color:#000!important;
}

a.nft p:hover{
    color: #FF69B4!important;
    text-decoration: none;
    
}

a.nft:hover{
    color: #FF69B4!important;
    text-decoration: none;
}
a.introwhite{
 color: #fff!important;
 font-family: 'Bebas Neue', cursive!important;
 font-size:2.5rem;
}

.intro{
    font-size:20rem;
    text-align:center!important;
    margin-top:15%!important;
    bottom:auto!important;
    font-weight: 900;
    color: #fff!important;
}


b{
    color:#FF69B4!important;
}


|:before{
    color:#7CCEFA!important;    
}

p.testo{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
}
p.footer{
    font-family: 'Bebas Neue', cursive;
    font-size: 0.8rem;
}

.bgblack{
    background-color:#000!important;
}

.black{
    color:#000;
}

.bgwhite{
    background-color:#fff!important;
}

.white{
    color:#fff;
}

.pink{
    color: #FF69B4!important;
}


.grey{color: grey!important;}

.right{float:right;}

.bold{font-weight:900!important;}

.light{font-weight: 100!important;}

.small{font-size: 0.75rem}

a.nav-link{
    color: #fff!important;
    font-family: 'Bebas Neue', cursive;
    font-size: 1.2rem;
}
a.navbar-brand{
    color: #FF69B4!important;
    font-family: 'Bebas Neue', cursive;
    
}


a:hover{
    color: #FF69B4!important;
    
}

a.slider-card2 {
    
    color:#FF69B4!important;
}

ul.dropdown-menu.show {
    background-color: #000;
    border: none!important;
    margin-top:6px;
}

li.social a:hover{
    color:#7CCEFA!important;
}

.dropdown-item{
    color:#fff!important;
    font-family: 'Bebas Neue', cursive;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 10px!important;
}

.dropdown-item:focus, .dropdown-item:hover{
    background-color:transparent!important;
    color: #FF69B4!important;
    
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0; left: 95%; margin-top: -9px!important;
}
@media (max-width: 992px)
{
    .dropdown-menu {
        padding: .5rem 0;
        margin: .125rem 0 0;
    }
    li > ul > li > ul > li > .dropdown-item {
        padding: .25rem 3rem;
    }
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255,255,255);
} 

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.footerarea{
    height: 100%;
    padding-top: 20px;
}

/* Header video */

video {
    margin-top:10px;
    left: 0;
    display: block;
    width: 100%;
    object-fit: fill;
}

 button.muter{
    border:none;
 }

 button.muter:hover,:focus, :visited {
    text-decoration: none!important;
    border:hidden!important;
    background: transparent!important;
    outline: none!important;
}

 .muter {
  position: absolute;
  right: 45px;
  bottom: 45px;
  display: block;
  background-size: cover;
  color: #fff;
  background-color: transparent;
  font-size: 2rem;
}

.volume-control.muted {
  background-position: 0 -25px;
}

.card{
    background-color:transparent!important;
    border: 1px solid #fff!important;
}
span.page-numbers.current {
    height: 15px;
    width: 15px;
    background-color: transparent;
    color: #000;
    font-weight:900!important;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

span.page-numbers.current:hover {
    height: 15px;
    width: 15px;
    background-color: transparent;
    color: #000!important;
    display: inline-block;
}

.wpsp-load-more {
    text-align: center!important;
}

a.next.page-numbers{
  display: none;
}

a.prev.page-numbers {
    display: none;
}
span.page-numbers.dots {
    display: none;
}

a.page-numbers
{
    height: 15px;
    width: 15px;
    background-color: transparent;
    color: #FF69B4!important;
    border:1px solid #fff!important ;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

a.page-numbers:hover
{
    height: 15px;
    width: 15px;
    background-color: transparent!important;
    color: transparent;
    border-radius: 50%;
    display: inline-block;
    color:#000!important;
}

iframe {
    width: 100%!important;
    height: 550px!important;
}

header.wp-show-posts-entry-header {
    text-align: center;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.02);
    padding-top: 10px;
    padding-bottom: 10px;

}

p.wp-show-posts-entry-title a {
    color: #000!important;
    font-size: 1.3rem;
    font-family: 'Bebas Neue', cursive!important;
    line-height: 1rem;
}

p.wp-show-posts-entry-title a:hover {
    color: #FF69B4!important;
    text-decoration: none;
    
}

p.wp-show-posts-entry-title {
    margin: 0px!important;
}


.wp-show-posts-image {
    margin-bottom: 0;
}

.carousel-caption{
    bottom: auto!important;
    margin-top: 50px!important;
}

#particles-js {
    height: 100vh;
}

.btn-cta {
    color: #fff!important;
    background-color: transparent!important;
    border: transparent!important;
    padding-top: 15px!important;
    cursor: default!important;
    text-decoration: none;
}

.btn-cta:hover {
    background: transparent!important;
    color: #fff!important;
    cursor: default!important;
    text-decoration: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%)!important;
}

.wp-block-columns{
    margin-bottom: auto!important;
}


.dropdown-toggle::after {
    border: 0px!important;
    content: '\f107'!important;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-size:15px;
}

li.nav-item.show .dropdown-toggle::after {
    content: '\f106'!important;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-size:15px;
}

li.nav-item {
    margin-right: 20px;
}

.wp-block-video video {
    width: 30%;
    margin: 0 auto;
}

.wp-block-video {
    box-sizing: border-box;
    width: 100%;
}

figure.is-layout-flex.wp-block-gallery-1.wp-block-gallery.has-nested-images.columns-default.is-cropped {
    width: 100%!important;
    margin: 0 auto;
    margin-bottom:30px;
}

.videorizzontale video {
    width: 100%!important;
}

.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right], .iubenda-tp-btn[data-tp-float][data-tp-float=top-right], .iubenda-uspr-btn[data-tp-float][data-tp-float=bottom-right], .iubenda-uspr-btn[data-tp-float][data-tp-float=top-right] {
    right: 0!important;
    display: none!important;
}