@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    overflow: auto
}

.generic_testata {
    margin-top: 150px;
}

a.concorso-product-image {
    position: relative;
    display: block
}

a.concorso-product-image .video-icon {
    position: absolute;
    margin: auto;
    width: 20%;
    height: 20%;
    top: 40%;
    left: 40%
}

.testataGiffoni {
    background-color: #efee20
}

svg {
    display: block
}

.light-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    z-index: 30000;
    display: table
}

.light-loading-overlay svg {
    display: block;
    width: 232px;
    margin: auto;
    margin-top: 100px
}

div.um {
    margin-bottom: 0px !important;
    color: black;
    opacity: 1
}

.um-field {
    padding: 0 !important
}

label.um-field-half {
    width: auto
}

.um select.picker__select--year {
    margin: auto;
    height: 34px
}

.um button.picker__button--today {
    display: none
}

.um button.picker__button--close {
    padding: 0;
    margin: 0;
    width: 50%;
    display: inline-block
}

.um-error-block,
.um-field-error {
    width: auto;
    max-width: 100%;
    background: #C74A4A;
    box-sizing: border-box;
    padding: 12px;
    margin: 12px 0 0
}

.um-field-error {
    border-radius: 3px;
    color: #fff;
    position: relative;
    font-size: 14px;
    line-height: 20px !important
}

.um-faicon-caret-up:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 9px;
    right: -20px;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #C74A4A
}

.um-field-arrow {
    top: -17px;
    left: 10px;
    position: absolute;
    z-index: 900;
    color: #C74A4A;
    font-size: 28px;
    line-height: 1em !important
}

.um button.picker__button--clear {
    padding: 0
}

/* 
** ALERT MESSAGE
*/
/* banner box */
.banner-message {
    margin-top: 15px;
    padding: 20px;
    color: white;
    background-color: #2196F3;
}

.banner-message.error {
    background-color: #f44336;
}

.banner-message.warning {
    background-color: #ff9800;
}

.banner-message .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.banner-message .closebtn:hover {
    color: black;
}

.banner-message p {
    margin: 0;
    font: normal normal 400 18px/18px 'Roboto';
}

/* popup alert box */
.popup-message {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-message>.flex {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 10px;
    width: 90%;
    max-width: 660px;
    padding: 58px 40px;
}

.popup-message>.flex>h1 {
    font-style: italic;
    font-weight: 700;
    font-size: 36px;
    line-height: 32px;
    text-align: center;
    margin: 0px;
}

.popup-message.error>.flex>h1 {
    color: #D55151;
}

.popup-message.warning>.flex>h1 {
    color: #ff9800;
}

.popup-message>.flex>h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-top: 24px;
}

.popup-message>.flex>p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1D1D1B;
    margin-top: 24px;
}

.popup-message>.flex>button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px 32px;
    gap: 10px;

    width: 100%;
    max-width: 300px;
    height: 56px;

    background: #FDCA17;
    color: black;
    border-radius: 15px;

    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;

    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-top: 40px;
}

/* mobile */
@media screen and (max-width:480px) {
    .popup-message>.flex>h1 {
        font-size: 25px;
        line-height: 26px;
    }

    .popup-message>.flex>h3 {
        font-size: 18px;
    }
}

/* 
** LOADER
*/
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.95);
    color: #164194;
    z-index: 9999;
    font: normal normal bold 18px/23px Roboto;
}

#loader>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
    max-width: 350px;
}

#loader>div>p {
    margin: 0;
    margin-top: 17px;
    text-align: center;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #164194;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*
** HEADER
*/

header {
    width: 100%;
    height: 70px;
    background-color: rgba(255, 255, 255, .5);
    color: rgb(0, 0, 0);
    visibility: visible !important;
    position: fixed
}

header>div {
    width: 100%
}

header .content a.myLogo {
    display: inline-block;
    position: relative;
    padding: 0;
    height: inherit
}

header.top-classic .myLogo svg {
    width: 150px;
    height: 30px;
    padding: 0 15px;
    position: absolute;
    top: 30%
}

header .icons-pack li {
    margin: 0
}

header.top-classic .icons-pack.item-right {
    margin-left: 20px
}

header.top-classic nav>ul>li {
    display: table-cell;
    vertical-align: middle;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    text-align: inherit;
    font-family: 'redkost_comicregular';
    font-size: 1.2vw;
    padding: .6em !important;
    height: 70px
}

header.top-classic nav>ul>li:hover {
    background-color: black
}

header.top-classic nav>ul>li:hover a .menu-title {
    color: white !important
}

header.top-classic nav>ul>.separator {
    padding: 0 !important
}

.login-icons {
    display: table;
    padding: 0 15px;
    margin-top: 22px
}

.login-icons>img,
.login-icons>svg {
    display: table-cell;
    padding-right: 10px
}

.login-icons>p {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: initial
}

.menu-icons-separator {
    border: 1px solid black;
    height: 60%;
    margin: 0;
    margin-top: 16px
}

header.top-classic nav.navigation {
    float: right;
    height: inherit;
    width: fit-content !important;
    width: -moz-fit-content !important;
    background: #fff;
    color: #000
}

header .navigation a .menu-title {
    color: #000;
    padding: 0;
    text-transform: uppercase
}

header.top-classic nav>ul>li a:hover .menu-title {
    background-color: transparent !important;
    color: white !important
}

.actualPage {
    display: none;
    position: absolute;
    bottom: 0;
    border: 2px solid black;
    width: 60%;
    left: 18%;
    margin: auto
}

.actualPage.active {
    display: block
}

.my-navigation-button {
    float: left;
    margin: 25px 15px 0 7px;
    padding: 0
}

.my-navigation-button>svg {
    width: 25px;
    height: 25px
}

header.top-classic .logo img {
    padding: 0 15px
}

div[id^="submenu_container_"] {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    transform: translateX(-100%);
    transition: all .1s;
    z-index: 2;
    background-color: #fff;
    padding-top: 20px;
}

a[id^="submenu_title_"]:after {
    content: url(../images/sito/freccia-azzurra-destra.svg);
    padding-left: 10px;
    float: right;
}

div[id^="submenu_container_"].show {
    transform: translateX(-1px);
}

div[id^="submenu_container_"]>div:after {
    content: url(../images/sito/freccia-azzurra-destra.svg);
    padding-left: 10px;
    padding-right: 12px;
    float: left;
    transform: rotateY(180deg);
}

.close_submenu {
    padding-bottom: 12px;
    border-bottom: solid 1px #e4e4e4;
}

.background_yellow {
    background-color: #FDCA17
}


/*
** HOME
*/

#testataCarousel {
    position: relative;
    width: 100%
}

.battuteContainer,
.cartelliContainer,
.blogContainer,
.focusContainer,
.newsletterContainer {
    position: relative;
    overflow: hidden;
    margin-top: 50px
}

.myCarousel,
#focusCarousel {
    margin: 0;
    max-width: 100%;
    min-height: 350px !important;
    padding: 0;
    position: initial
}

.myCarousel .item {
    width: 350px !important;
    border-radius: 5px ;
    /* height: 450px !important; */
    /* position: relative!important; */
}

#focusCarousel .item img {
    width: 420px
}

.myCarousel .post-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40px;
    margin-top: 16px;
}

.myCarousel .post-title>h1 {
    font-size: 1.3em;
    text-align: left;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 130%;
    padding-top: 8px;
    /* text-transform: uppercase; */
    
}

.myCarousel .post-description {
    font-family: "Roboto", sans-serif;
    height: 60px;
    margin-top: 8px;
    font-size: 1.1em;
    color: gray;
}

.myCarousel .post-meta-container {
     background: rgb(255, 255, 255);
     /*padding: 5px 18px; */
     display: inline-block; 
}

.myCarousel .post-meta-container span a {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: rgb(0, 0, 0)
}

.myCarousel .item>a>img {
    min-height: 200px;
}

.myCarousel .item>img,
.myCarousel .item>svg {
    position: absolute;
    top: 0;
    left: 0;
    width: initial !important;
}

.myCarousel .detailData {
    display: flex;
    width: 20px;
    padding-top: 16px;
    /* position: absolute;
      top: 1%;
    right: 2%;
     padding: 0; */
}

.myCarousel .detailData>div {
    display: flex;
    margin-bottom: 8px !important;
    padding: 4px;
    flex-direction: row;
    align-items: center;
}

.myCarousel .detailData>div>svg {
    margin: auto;
    margin-right: 3px;
    /* margin-bottom: 4px !important;*/
    fill: #000;
    flex-direction: row;
    align-items: center;
}

.myCarousel .detailData>div>svg:hover {
    fill:#ff0000;
}
.myCarousel .detailData>div>p {
    color: #000;
    text-align: center !important;
    font-size: 16px;
    line-height: 14px;
    margin: 0!important;
}

p.um-notice {
    display: none
}

.likedColor path {
    fill: red
}

.likedColor p {
    color: red !important
}

/*.opacityBg {
     background-color: rgba(0, 0, 0, .5);
}*/

/*.opacityBgAuthor {
    background-color: rgba(255, 255, 255, .5); 
}*/

.owl-item.active {
    background-color: transparent
}

.owl-dots {
    position: absolute;
    top: 0;
    left: 120px
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    backface-visibility: visible;
    transition: opacity .2s ease;
    border: 1px solid;
    border-radius: 30px
}

.owl-dots .owl-dot.active {
    background-color: transparent
}

.owl-dots .owl-dot.active span {
    background: black
}

.leftImage {
    position: absolute;
    left: 0;
    top: 0;
    width: 190px
}

.leftImage img,
.leftImage svg {
    width: 190px!important;
}

.rightBlock {
    display: block;
    margin-left: 190px
}

.wp-block-image img {
    height: auto;
    border-radius: 5px !important;
    margin: 40px 0 16px 0;
}

.focusContainer .leftImage svg {
    margin: auto;
    display: block;
    width: auto;
    height: 241px;
}

.myCarousel .detailInfo {
    background-color: #FFD152;
    padding: 4% 5%;
    height: auto;
    border-radius: 0 0 5px 5px;
}

.myCarousel .detailInfo p {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 1.15em;
    line-height: normal;
    margin: 0;
}

.myCarousel .detailAuthor {
    position: relative;
    top: 0;
    display: table;
    margin-bottom: 16px;
}

.myCarousel .detailAuthor div {
    display: table-cell;
    vertical-align: middle
}

.myCarousel .detailAuthor p {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Barlow', sans-serif;
    text-align: left;
    word-wrap: break-word;
    font-size: 14px;
    margin: 0;
    padding: 0 10px;
    color: black
}

.myCarousel .detailAuthor p a {
    color: black !important
}

.myCarousel .item a:hover {
    text-decoration: none
}

.battutaContent {
    display: flex;
    align-items: center;
    min-height: 200px;
    padding: 20px 20px;
    border-radius: 5px;
}

.battutaContent h1 {
    font-family: 'Barlow';
    font-size: 1.8em;
    text-align: center;
    color: black;
    font-weight: 700;
    line-height: 130% !important;
}

.battutaAuthor {
    height: 37px;
    display: table;
    margin-bottom: 16px;
}

.battutaAuthor div {
    display: table-cell;
    vertical-align: middle
}

.battutaAuthor p {
    font-family: 'Barlow', sans-serif;
    display: table-cell;
    vertical-align: middle;
    line-height: initial;
    padding-left: 10px;
    font-size: 14px;
    color: black;
}

.battutaAuthor p a {
    color: black !important
}

.bgboxbattute01 {
    background-color: #4FE1E8 !important
}

.bgboxbattute02 {
    background-color: #F59F1D  !important;
}

.bgboxbattute03 {
    background-color: #AAE976 !important
}

.bgboxbattute04 {
    background-color: #EFEF20 !important
}

.bgboxbattute05 {
    background-color: #7BE5B0 !important
}

.bgboxbattute06 {
    background-color: #D42F61 !important
}

.bgboxbattute07 {
    background-color: #AD2E9D !important
}

.bgboxbattute08 {
    background-color: #8E2ECC !important
}

.backButton {
    display: flex;
    font-size: 18px;
    color: black;
    margin-bottom: 32px;

}
#categoryListContainer {
    width: 90%;
    margin: 50px auto
}

#categoryListContainer>div {
    display: inline-block;
    width: 19.5%;
    padding: 0 10px
}

#categoryListContainer>div svg {
    width: 100%;
    height: auto
}

.newsletterContainer {
    background-color: #FFC700
}

.newsletterContainer .leftImage {
    width: 10%;
    height: 100%;
    display: flex
}

.newsletterContainer .leftImage svg {
    margin: auto;
    vertical-align: middle
}

.newsletterContainer .rightBlock {
    width: 100%;
    display: block;
    margin: 0
}

.newsletterContainer .rightBlock>div {
    width: 80%;
    margin: auto
}

.newsletterTitle {
    margin-top: 30px
}

.newsletterTitle p {
    font-family: 'Roboto', sans-serif;
    font-size: 2.6vw;
    text-align: center;
    color: #000;
    text-transform: uppercase
}

.newsletterTitle p span {
    font-weight: 700
}

.newsletterForm label {
    display: none
}

.tnp-field-privacy,
.muTermsCheckbox {
    padding-top: 1%;
    margin-left: 10%
}

.muSubmit {
    padding-top: 3%
}

.muResponse {
    text-align: center
}

.muResponse>span {
    font-family: 'Roboto', sans-serif;
    font-size: 18px
}

.muTerms {
    margin-left: 10%;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    font-size: 1vw;
    margin-bottom: 0
}

.tnp-field-privacy label,
.muTermsCheckbox label {
    display: table
}

.tnp-field-privacy label input,
.muTermsCheckbox label input {
    position: relative !important;
    left: auto !important;
    border: 1px solid black;
    border-radius: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-color: transparent;
    position: relative;
    vertical-align: middle;
    opacity: 1 !important;
    margin: 0
}

.tnp-field-privacy label input:focus,
.muTermsCheckbox label input:focus {
    outline: none
}

.tnp-field-privacy label input:checked,
.muTermsCheckboxlabel input:checked {
    color: rgb(9, 173, 126)
}

.tnp-field-privacy label input:checked:after,
.muTermsCheckbox label input:checked:after {
    content: '\2714';
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 3px;
    color: rgb(9, 173, 126)
}

.tnp-field-privacy label a,
.muTermsCheckbox label span {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    font-size: 1vw;
    padding-left: 10px
}

.newsletterForm input[name="nn"],
.newsletterForm input[name="ne"],
.subscribeForm input[type=text] {
    height: auto;
    padding: 8px 25px;
    margin-bottom: 18px;
    font-size: 2vw;
    outline: none;
    border-radius: 0;
    line-height: initial
}

.newsletterForm input[type="submit"],
.subscribeForm input[type="submit"] {
    font-family: 'Roboto', sans-serif;
    margin: auto;
    display: block;
    margin-bottom: 30px;
    width: 18%;
    height: inherit;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 2vw;
    padding: 6px 12px;
    background-color: #000;
    width: auto;
}

.newsletterForm input[type="submit"]:hover,
.subscribeForm input[type="submit"]:hover {
    color: white
}

.footerContainer {
    width: 100%;
    margin-top: 0px !important;
    background: #000;
    color: #fff;
    padding: 40px 100px;
    padding-bottom: 100px
}

.footerCopyright {
    display: table;
    padding-right: 15px
}

.footerlogo,
.footertitle {
    display: table-cell
}

.footerlogo>svg {
    width: 200px;
    height: auto
}

.footertitle {
    vertical-align: bottom;
    padding-left: 40px
}

.footertitle p {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -.5px;
    font-size: 12px
}

.footertitle p a {
    color: white
}

.footerSocial {
    float: right;
    display: table;
    margin-right: 50px
}

.footerFacebook,
.footerInstagram,
.footerTiktok,
.footerYoutube {
    display: table-cell;
    vertical-align: middle
}

.footerFacebook,
.footerYoutube,
.footerInstagram {
    padding-right: 20px
}

.footerFacebook svg,
.footerInstagram svg,
.footerTiktok svg,
.footerYoutube svg {
    width: 55px;
    height: auto
}

.my-navigation-mobile {
    position: fixed;
    width: 100%;
    z-index: 30000;
    height: 100%;
    visibility: hidden
}

.my-navigation-mobile>nav {
    position: absolute;
    top: 0;
    left: -250px;
    background-color: #fff;
    width: 250px;
    height: 100%;
    display: block !important;
    overflow: hidden;
    z-index: 1;
    text-align: left
}

#header-menu-item-mobile {
    padding: 23px
}

.closeMenuMobile,
.logoMenuMobile {
    display: inline-block;
    vertical-align: middle
}

.logoMenuMobile {
    width: 116px;
    height: 29px;
    margin-left: 15px
}

.my-navigation-mobile li a {
    padding: 15px 0;
    line-height: 1em;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-family: LemonYellowSun;
    text-decoration: none;
    margin-left: 30px
}

.my-navigation-mobile li a span {
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
    font-size: 22px
}

.concorso-mobile {
    background-color: #ffc600
}

.concorso-mobile span {
    color: black
}

.normal-mobile span {
    color: black
}

.selected-mobile {
    background-color: black
}

.selected-mobile span {
    color: white
}

.subMenuComix {
    position: absolute;
    width: auto;
    top: 70px;
    left: 0;
    visibility: hidden;
    background-color: white;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out
}

.menu-item:hover .subMenuComix {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible
}

.subMenuComix ul li {
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    float: none;
    display: block;
    text-align: left
}

.subMenuComix ul li>a {
    margin: 0 25px;
    padding: 3px 0;
    white-space: nowrap
}

.subMenuComix ul li:hover {
    background-color: black
}

.subMenuComix ul li:hover .submenu-title {
    color: white !important
}

.subMenuComix ul li a:hover .submenu-title {
    color: white !important;
    background-color: black
}

.subMenuComix ul li .submenu-title {
    font-size: 1.2vw
}

#searchIcon {
    cursor: pointer
}

.searchForm {
    position: absolute;
    width: auto;
    right: 0;
    display: none;
    background-color: rgba(255, 255, 255, .5)
}

.searchForm>form {
    padding: 10px;
    display: inline-block
}

.searchForm>form>label,
.searchForm>form>input {
    display: none
}

.searchForm>form>div {
    display: flex;
    width: 300px
}

input[name="s"] {
    font-family: 'Roboto', sans-serif;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    font-size: 17px;
    height: auto;
    padding: 6px;
    width: 250px;
    border-radius: 0
}

input[name="s"]::placeholder {
    font-size: 17px
}

.searchForm>form>div>button {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    font-size: x-large;
    width: 12%;
    height: auto;
    border-radius: 0;
    margin: 0;
}

.searchForm>form>div>button>svg {
    display: table-cell;
    margin: 4px
}

.um .um-form {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 42px
}

.my-log-container {
    position: fixed;
    width: 100%;
    z-index: 10000;
    height: 100%;
    visibility: hidden
}

.logForm {
    position: absolute;
    top: 0;
    right: -250px;
    background-color: #fff;
    width: 300px;
    height: 100%;
    display: block !important;
    overflow: hidden;
    z-index: 1;
    text-align: left;
    padding-top: 0
}

.logTitle {
    height: 70px;
    width: 100%;
    display: table;
    padding: 0 20px
}

.logForm .um.um-login {
    background-color: #ffc600;
    padding-top: 15px;
    opacity: 1
}

.logTitle>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.logTitle>div>svg {
    display: block;
    margin: auto
}

.logTitle>div>svg.closeLog {
    float: right
}

.logTitle h1 {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 29px;
    line-height: 26px;
    color: black
}

.logTitle img {
    float: right;
    margin-top: 21px;
    cursor: pointer
}

.logForm .um-177840.um .um-form input.um-form-field {
    border: none !important;
    border-bottom: 1px solid black !important;
    border-radius: 0;
    padding: 8px 0 0 8px !important;
    font-size: 20px !important;
    height: 50px !important;
    outline: none !important;
    width: 100%;
    background-color: transparent;
    color: black
}

.logForm .um-177840.um .um-form input.um-form-field::placeholder {
    font-size: 20px !important
}

.logForm .um-right.um-half>p {
    width: 100%;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700
}

.logForm .facebookContainer>p {
    color: black;
    font-weight: 400;
    font-size: 16px
}

.logForm .facebookContainer>div>button {
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: initial;
    padding: 9px 15px;
    border-radius: 10px;
    background-color: blue
}

.login-icons>p>span {
    font-size: 12px
}

#logIcon {
    cursor: pointer
}

#logIcon:hover .login-icons>p {
    color: black
}

.logForm .um-field-username {
    margin-bottom: 10px
}

.logForm .um-field-label {
    font-family: 'Roboto', sans-serif;
    color: black !important;
    font-size: 14px;
    line-height: normal
}

.um-177840.um .um-form input[type=text],
.um-177840.um .um-form input[type=password],
.um-177840.um .um-form textarea {
    padding: 8px;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: normal;
    height: auto;
    outline: none;
    margin: 0;
    width: 100%;
    border: none !important
}

.logForm .um-field-user_password {
    position: relative
}

.logForm .request_name,
.logForm .um-field-checkbox-state {
    display: none
}

.logForm .um-field-checkbox {
    background-color: transparent;
    display: table;
    height: auto;
    width: 100%;
    margin: 0;
    top: 0 !important
}

.logForm .um-field-checkbox>input {
    border: 1px solid black;
    display: table-cell !important;
    width: 28px !important;
    height: 28px;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-color: transparent !important;
    position: relative;
    margin-top: 0;
    vertical-align: middle;
    border-radius: 15px !important;
    opacity: 1 !important;
    float: none;
    left: 0;
}

.logForm .um-field-checkbox>input:focus {
    outline: none
}

.logForm .um-field-checkbox>input:checked:after {
    content: '\2714';
    font-size: 19px;
    position: absolute;
    top: 2px;
    left: 5px;
    color: rgb(9, 173, 126)
}

.logForm .um-field-c {
    display: inline-block;
    margin-top: 25px
}

.logForm .um-field-checkbox-option {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    color: black !important;
    font-size: 17px;
    line-height: normal;
    font-weight: 400;
    padding-left: 7px
}

.logForm .um-field.um-field-c {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-left: 20px !important
}

.logForm .um-left.um-half {
    padding: 0 20px;
    width: 100%;
    margin: 0 0 30px;
    box-sizing: border-box;
}

.logForm .um-right.um-half {
    background-color: white;
    padding-top: 10px;
    width: 100%
}

.logForm .um-left.um-half>input {
    margin: 0;
    font-size: 22px;
    display: block;
    width: 100%;
    height: auto !important;
    padding: 13px 15px !important;
    line-height: normal !important;
    font-family: 'Roboto', sans-serif;
    background-color: black !important;
    border-radius: 0 !important;
    font-weight: 400 !important;
    text-transform: uppercase !important
}

.logForm .um-left.um-half>input:focus {
    font-size: 22px !important
}

.logForm .um-col-alt-b {
    position: absolute;
    bottom: -25px;
    left: 0;
    line-height: normal;
    font-size: 14px
}

.logForm .um-col-alt-b>a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    padding: 0;
    color: white !important;
    text-decoration: underline !important
}

.logForm .um-row._um_row_1 {
    margin: 0 0 20px 0 !important;
    padding: 0 20px
}

.logForm .um-right.um-half>a {
    font-family: 'Roboto', sans-serif;
    margin: auto;
    display: table;
    width: 260px;
    border-radius: 0 !important;
    font-size: 22px;
    padding: 13px 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background-color: transparent !important;
    border: 2px solid black !important;
    color: black !important;
    text-align: center;
    line-height: normal
}

.logForm .um-field-error {
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300
}

.userDataBlock {
    font-family: 'Roboto', sans-serif;
    text-align: right;
    width: 100%;
    margin-bottom: 20px
}

.userDataTitle {
    text-align: left;
    margin: 0;
    border: 0;
    line-height: normal;
    font-size: 17px;
    color: gray;
    text-transform: uppercase
}

.userDataInfo {
    font-size: 17px;
    text-align: left;
    margin-left: 0;
    border-bottom: 1px solid;
    color: black;
    margin-bottom: 5px;
    font-weight: 600
}

.editButton,
.logoutButton {
    margin: 10px auto;
    font-size: 20px;
    display: block;
    width: 260px;
    height: auto !important;
    padding: 13px 15px !important;
    line-height: normal !important;
    font-family: 'Roboto', sans-serif;
    border-radius: 0 !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    text-align: center
}

.editButton {
    background-color: gray !important;
    color: white
}

.editButton:focus {
    color: white;
    text-decoration: none
}

.editButton:hover {
    color: white
}

.logoutButton {
    background-color: white !important;
    color: black;
    border: 1px solid black
}

.logoutButton:focus {
    color: black;
    text-decoration: none
}

.logoutButton:hover {
    color: black
}

.filtriGallery {
    display: table;
    width: 100%;
    margin-left: 20%;
    z-index: 10;
    position: inherit;
    clear: both;
    margin-top: 0;
    margin-right: 0;
    padding-top: 2em;
    padding-bottom: 2em
}

.filtriGallery p {
    display: table-cell;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-size: 1.3vw;
    line-height: normal !important;
    text-align: right;
    vertical-align: middle;
    color: #AFAFAF
}

.filtriGallery select {
    display: none;
    padding: 8px 70px 5px 13px !important;
    max-width: 100%;
    height: auto !important;
    background: url(../images/sito/select_arrow.png) right center no-repeat;
    color: grey;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Roboto', sans-serif !important;
    margin-left: 7%;
    border: 2px solid #fdca17;
    border-radius: 5px;
    text-decoration: none
}

.normalFilter {
    display: table-cell;
    vertical-align: middle
}

.normalFilter ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
    width: 100%
}

.normalFilter ul li {
    margin-left: 2%
}

.normalFilter ul li a {
    display: block;
    float: left;
    font-family: 'Barlow', sans-serif !important;
    color: grey;
    margin: auto;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid #fdca17;
    border-radius: 5px;
    padding: 5px;
}

.normalFilter ul li a:hover {
    background-color: #fdca17;
}

/*.normalFilter ul li a span {
     text-decoration: underline; 
}*/

.activeFilter {
    color: #000000 !important;
    background-color: #fdca17;
}

.testataSection {
    max-width: 100%;

}

.testataSection>div {
    display: table;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 30px
}

.testataSection>div>div {
    display: table-cell;
    vertical-align: middle
}

.testataSection>div>div:first-child {
    visibility: hidden
}

.testataSection>div>div svg {
    width: 142px;
    height: 142px
}

.testataSection>div>div h2 {
    font-family: 'Barlow', sans-serif;
    font-style: italic;
    font-size: 51px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin: 0 50px;
    color: #fff;
    text-shadow: 0px 4px 4px #44444461;
}

.testataCerca {
    background-color: #8D3FA0
}

.testataBattute {
    background-color: #4ee1e8;
}

.testataCartelli {
    background-color: #efee20
}

.testataBlog {
    background-color: #8e2ecd
}

.testataComixSpy {
    background-color: #fd9c17;
}

.testataStrice {
    background-color: #c12d69
}

.pageButton {
    display: table-cell;
    vertical-align: middle;
    padding: 0 7px
}

.pageButton button, .pageButton a {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    font-size: 16px;
    line-height: initial;
    width: auto;
    height: auto;
    padding: 3px 7px;
    margin: 5px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
}

.pageButton button.pageButtonDisable,
.pageButton a.pageButtonDisable
{
    background-color: rgb(255, 255, 255);
    color: darkgrey;
}

.pageButton button.pageButtonActual,
.pageButton a.pageButtonActual{
    background-color: #ffc600;
    color: black !important
}

.pageButton button, .pageButton a:hover{
    background-color: #ffc600;
}

section#primary {
    margin-top: 2%
}

section#primary>div#content>div:first-child {
    margin-top: 0px !important
}

@font-face {
    font-family: 'spray.meregular';
    src: url(../../fonts/sprayme-webfont.eot);
    src: url('../../fonts/sprayme-webfont.eot?#iefix') format('embedded-opentype'), url(../../fonts/sprayme-webfont.woff2) format('woff2'), url(../../fonts/sprayme-webfont.woff) format('woff'), url(../../fonts/sprayme-webfont.ttf) format('truetype'), url('../../fonts/sprayme-webfont.svg#spray.meregular') format('svg');
    font-weight: 400;
    font-style: normal
}

.carouselMost {
    margin-top: 50px
}

.carouselTitle {
    margin-left: 200px
}

.carouselTitle p,
.otherPostTitle p {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: darkgray;
    font-size: 1.8em;
    text-transform: uppercase
}

.detailContainer {
    display: block;
    position: relative;
    width: 95%;
    max-width: 1500px;
    margin: auto;
    margin-top: 40px
}

.categoryImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px
}

.categoryImage svg {
    width: 85%;
    height: auto
}

.detailBox {
    display: block;
    width: 100%;
    padding: 50px
}

.postDetail {
    display: inline-block;
    width: 67%;
    min-width: 450px
}

.postDetailTitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
   /* margin-bottom: 30px */
}

.postDetailTitle p {
    font-family: "Barlow", sans-serif !important;
    color: darkgrey !important

}

.dettablioBox {
    position: relative;
    overflow: hidden
}

.dettaglioTitle {
    display: inline-block;
    width: 100%;
    min-width: 380px
}

.dettaglioTextContent {
    font-family: 'Barlow', sans-serif;
    font-size: 2.3em;
    font-weight: 700;
    padding: 0;
    margin: 0;
    width: 100%;
    resize: none;
    line-height: 50px;
    border: 0;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dettaglioDati {
    display: flex;
    width: 100%;
    margin: 8px 0px;
    flex-direction: row;
    align-items: center;
    display: flex;
    float: none;
    
}

.likeClick {
    cursor: pointer
}

.dettaglioView,
.dettaglioComment,
.dettaglioLike {
    display: flex;
    gap: 2px;
    margin-bottom: 7px !important;
    padding: 4px;
    flex-direction: row;
    align-items: center;
}

.dettaglioLike svg,
.dettaglioComment svg,
.dettaglioView svg {
    display: flex;
    margin: auto;
    fill: black
}

.dettaglioView p,
.dettaglioComment p,
.dettaglioLike p {
    font-family: 'Roboto', sans-serif;
    color: black;
    text-align: center;
    margin: 0px !important;
}

.dettaglioAuthor {
    height: 37px;
    display: table;
    margin-top: 0px;
    margin-bottom: 16px;
}

.dettaglioAuthor div {
    display: table-cell;
    vertical-align: middle
}

.dettaglioAuthor p {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    color: grey;
    display: table-cell;
    vertical-align: middle;
    line-height: initial;
    padding-left: 8px;
    font-size: 1em;
}

.dettaglioAuthor p a {
    color: grey !important
}

.otherPost {
    float: right;
    margin: 0 1%;
    width: 300px
}

.otherDetail {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    width: 300px
}

.otherDetail:last-child {
    border-bottom: none
}

.otherDetail>a {
    color: black !important
}

.otherTitle {
    width: auto;
    /* display: inline-block; */
}

.otherTitle h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    font-weight: 800;
    word-wrap: break-word;
    line-height: 130% ;
    color: #141414;
}

.otherAuthor {
    margin-top: 20px
}

.dettaglioColorBattute {
    color: #1bcbd3
}

.dettaglioColorComixSpy {
    color: #efa329
}

.dettaglioImageContent img {
    width: 100%;
    border-radius: 5px 5px 0 0; 
}

.dettaglioTitleContent {
     background-color: #FFD152;
     padding: 1% 5%; 
     border-radius: 0 0 5px 5px;


} 

.dettaglioTitleContent p {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 130%;
    padding: 16px 0;
    /*background-color: #FFD152;*/
    margin: 0
}

#wp_comments {
    margin-top: 50px
}

#wp_comments .logged-in-as {
    display: none
}

.comment-reply-title {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: darkgray;
    text-transform: uppercase;
    line-height: normal;
    font-size: 1.8em
}

#respond .comment-notes {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    margin-bottom: 10px
}

.comment-form-comment>label {
    display: none
}

.comment-form-comment>textarea {
    width: 100%;
    border: 2px solid #ffc600;
    color: gray;
    padding: 2%;
    font-size: 16px;
    outline: none;
    resize: none;
    height: auto;
    border-radius: 5px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
#comment-user-details>div.input-prepend:last-of-type,
#alt-login-methods {
    display: none
}

#comment-user-details>div.input-prepend,
#commentform .input-prepend {
    margin-bottom: 15px
}

.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 30px;
    min-width: 28px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-right: -5px
}

#email,
#author {
    display: inline-block;
    border: 3px solid #ffc600;
    font-size: 17px;
    padding: 0 10px;
    line-height: 45px;
    color: gray;
    width: 250px;
    margin: 0
}

input#email::placeholder,
input#author::placeholder {
    color: gray !important;
    font-size: 17px
}

.icon-asterisk {
    vertical-align: top;
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px
}

#comment-user-details {
    display: inline-block;
    margin-top: 3%
}

.form-submit {
    display: inline-block;
    vertical-align: top;
   /*  float: right; */
    width: 120px;
    height: 50px;
    margin-top: 3%
}

#submit {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 23px;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #fdca17;
    border-radius: 5px;
}

#commentform {
    border-bottom: 2px solid #eee
}

.commentlist {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    max-height: 500px;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: hidden
}

.commentlist>li {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-top: 25px
}

.comment.boxed {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    align-items: center;
    margin-bottom: 20px
}

.comment.boxed>footer {
    opacity: 1 !important
}

.simil-widget-comment span.inner cite.fn {
    padding: 8px;
    background-color: #ffd152;
    border-radius: 5px;
}

.simil-widget-comment span.inner cite.fn a,
.comment-meta>a {
    color: black
}

.comment-author>img {
    display: none
}

.comment-content {
    float: none;
}

.comment-content p {
    font-weight: 400;
    word-break: break-all;
    margin: 0!important;
}

.comment-meta {
    margin-top: 20px;
    display: none
}

#plusonecomments,
#plusonecomments iframe {
    height: 250px !important
}

#plusonecomments iframe,
#widget_bounds {
    min-height: inherit !important
}

.wp-block-table.is-style-stripes {
    margin: auto;
}

.wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes td {
    padding: .5em;
}

@media screen and (max-width:1024px) {
    .form-submit {
        display: block;
        float: none;
        margin: auto;
        margin-bottom: 5%
    }
}

.registrationContent {
    display: table;
    max-width: 950px;
    margin: auto;
}

.registrationForm,
.loginForm {
    display: table-cell;
    vertical-align: top;
    position: relative
}

.registrationForm {
    width: 100%;
}

.loginForm {
    display:none
}

.registrationTitle {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-100%, 0%) rotate(-90deg);
    -moz-transform: translate(-100%, 0%) rotate(-90deg);
    -ms-transform: translate(-100%, 0%) rotate(-90deg);
    -o-transform: translate(-100%, 0%) rotate(-90deg);
    transform: translate(-100%, 0%) rotate(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.registrationTitle h2 {
    display: initial;
    color: black;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    font-size: 40px
}

.registrationBox {
    float: right;
    width: 90%;
    padding-left: 5%
}

.registrationBox>p {
    max-width: 450px;
    text-transform: uppercase
}

.registrationForm .um .um-form div.um-field {
    position: relative
}

.registrationForm .um-177839.um .um-form input.um-form-field,
.loginForm .um-177840.um .um-form input.um-form-field {
    border: none !important;
    border-bottom: 1px solid black !important;
    border-radius: 0;
    padding: 8px 0 0 8px !important;
    margin: 20px 0 !important;
    font-size: 20px !important;
    height: 50px !important;
    outline: none !important;
    width: 100%;
    background-color: transparent;
    color: black
}

.registrationForm input.um-form-field::placeholder {
    font-size: 20px
}

.registrationForm .um-177839.um .um-form input.um-form-field:focus,
.loginForm .um-177840.um .um-form input.um-form-field:focus,
.logForm .um-177840.um .um-form input.um-form-field:focus {
    border: none !important;
    border-bottom: 1px solid black !important;
    background-color: transparent !important
}

.registrationForm .um-177839.um .um-form select.um-form-field {
    width: 96% !important;
    margin: 20px 0;
    font-size: 20px;
    background: white;
    border-bottom: 1px solid;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 8px 0 0 8px
}

.registrationForm .um-177839.um .um-form .select2-container {
    direction: none
}

div.uimob500 .um-field-half {
    background-color: white !important
}

.um-field-checkbox-state {
    display: none
}

.registrationForm .um-field-acconsento .um-field-checkbox input[name="acconsento[]"] {
    border: 1px solid black;
    border-radius: 0;
    display: inline-block !important;
    width: 25px !important;
    height: 25px;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-color: transparent;
    position: relative;
    left: unset;
    margin-right: 15px;
    margin-top: 0;
    vertical-align: top;
    opacity: 1 !important
}

.registrationForm .um-field-acconsento .um-field-checkbox input[name="acconsento[]"]:focus {
    outline: none
}

.registrationForm .um-field-acconsento .um-field-checkbox input[name="acconsento[]"]:checked {
    color: rgb(9, 173, 126)
}

.registrationForm .um-field-acconsento .um-field-checkbox input[name="acconsento[]"]:checked:after {
    content: '\2714';
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 3px;
    color: rgb(9, 173, 126)
}

.registrationForm .um-field-acconsento .um-field-checkbox .um-field-checkbox-option {
    display: inline-block;
    width: 75%;
    font-size: 15px;
    line-height: normal;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0;
    color: black !important
}

.registrationForm .um-field-acconsento .um-field-checkbox .um-field-checkbox-option>a {
    color: black;
    text-decoration: underline
}

.registrationForm .um-col-alt .um-center {
    float: right
}

.registrationForm .subP {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase
}

.registrationForm div[data-key="mobile_number"] {
    display: none;
}

.loginForm .um-field-username .um-field-label,
.loginForm .um-field-user_password .um-field-label,
.loginForm .um-right.um-half,
.loginForm .request_name,
.loginForm .um-field-checkbox-state,
.registrationForm .um-field-privacy {
    display: none
}

.loginBox {
    margin: 0 20px;
    padding: 20px;
    background-color: #ffc700;
    overflow: hidden
}

.loginBox>h2 {
    color: black;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    font-size: 40px
}

.loginForm .um-field.um-field-c {
    display: inline-block
}

.loginForm .um-left.um-half {
    float: right;
    width: auto
}

.loginForm .um-field-checkbox {
    background-color: transparent;
    display: table;
    height: auto;
    width: 100%;
    margin: 0 !important;
    top: 0px !important
}

.loginForm .um-field-checkbox>input {
    border: 1px solid black;
    display: inline-block !important;
    width: 25px !important;
    height: 25px;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-color: white !important;
    position: relative;
    margin-right: 5px;
    margin-top: 0;
    vertical-align: text-top;
    border-radius: 15px !important;
    opacity: 1 !important;
    left: unset;
}

.loginForm .um-field-checkbox>input:focus {
    outline: none
}

.loginForm .um-field-checkbox>input:checked:after {
    content: '\2714';
    font-size: 17px;
    position: absolute;
    top: 2px;
    left: 5px;
    color: rgb(9, 173, 126)
}

.loginForm .um-field-checkbox-option {
    display: inline-block;
    vertical-align: super;
    font-family: 'Roboto', sans-serif;
    color: black !important;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    margin-left: 7px
}

.loginForm .um-left.um-half>input,
.registrationForm .um-col-alt .um-center>input {
    margin: 0;
    font-size: 15px;
    display: block !important;
    width: 130px !important;
    height: auto !important;
    padding: 11px 15px !important;
    line-height: normal !important;
    font-family: 'Roboto', sans-serif;
    background-color: black !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
    min-width: 0px !important
}

.loginForm .um-field-user_password {
    position: relative
}

.loginForm .um-col-alt {
    margin-top: 20px
}

.loginForm .um-col-alt-b {
    position: absolute;
    bottom: -25px;
    left: 0;
    line-height: normal;
    font-size: 14px
}

.loginForm .um-col-alt-b>a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    color: white !important;
    text-decoration: underline !important
}

.resetPassword .um-um_password_id.um {
    padding: 10px;
    background-color: #ffc700;
    position: relative;
    overflow: hidden;
    margin: auto
}

.resetPassword .um-um_password_id.um .um-field-password_reset_text {
    margin-bottom: 20px
}

.resetPassword .um-um_password_id.um .um-form div[data-key=user_password] {
    margin: 10px 0 25px
}

.resetPassword .um-um_password_id.um .um-field-password_reset_text>div>div,
.resetPassword .um-um_password_id.um .um-field-block p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    padding: 0 10px;
    color: black
}

.resetPassword .um-um_password_id.um .um-form input[type=text],
.resetPassword .um-um_password_id.um .um-form input[type=password] {
    margin: auto !important;
    font-size: 20px !important;
    width: 90%;
    background-color: transparent;
    border: 0 !important;
    border-bottom: 1px solid black !important;
    outline: none !important;
    color: black;
    border-radius: 0
}

.resetPassword input[type=text]::placeholder,
.resetPassword input[type=password]::placeholder {
    font-size: 20px !important
}

.resetPassword .um-um_password_id.um .um-form input[type=text]:focus,
.resetPassword .um-um_password_id.um .um-form input[type=password]:focus {
    background-color: transparent;
    border: 0 !important;
    border-bottom: 1px solid black !important
}

.resetPassword .um-um_password_id.um .um-col-alt.um-col-alt-b>div>input {
    margin: 25px 0 10px;
    font-size: 15px;
    display: block !important;
    width: 200px !important;
    height: auto !important;
    padding: 11px 15px !important;
    line-height: normal !important;
    font-family: 'Roboto', sans-serif;
    background-color: black !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
    float: right
}

.resetPassword .um-um_password_id.um .request_name, .um_request_name {
    display: none
}

.accountContent {
    display: table;
    max-width: 950px;
    margin: auto;
    margin-bottom: 40px
}

.accountForm {
    display: block;
    position: relative
}

.accountForm {
    width: 425px;
    padding-right: 25px
}

.accountHeader {
    display: inline-block;
    width: 55px
}

.accountHeaderButton {
    margin-top: 190px;
    display: inline-block
}

.accountHeaderButton>a {
    display: block;
    padding-top: 6px
}

.accountHeaderButton>a>img {
    width: 44px
}

.accountTitle {
    display: block;
    position: absolute;
    -webkit-transform: translate(-100%, 0%) rotate(-90deg);
    -moz-transform: translate(-100%, 0%) rotate(-90deg);
    -ms-transform: translate(-100%, 0%) rotate(-90deg);
    -o-transform: translate(-100%, 0%) rotate(-90deg);
    transform: translate(-100%, 0%) rotate(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.accountTitle h2 {
    display: initial;
    color: black;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    font-size: 40px
}

.accountBox {
    display: inline-block;
    width: 340px;
    vertical-align: top
}

.accountBox>p {
    max-width: 450px;
    text-transform: uppercase
}

.accountBox .uimob500-show {
    display: none
}

.accountBox .um-account-main {
    max-width: 100%;
    padding: 0;
    width: 100%
}

.accountBox .um-header,
.accountBox .request_name,
.accountBox div.uimob800 .um-account-side {
    display: none
}

.accountBox .um-profile-nav {
    display: none
}

.accountBox .um-profile-body {
    padding: 0 !important
}

.accountBox .um-field {
    margin-bottom: 40px
}

.accountBox .um-177841.um .um-form input[type=text],
.accountBox .um-177841.um .um-form input[type=tel],
.accountBox .um-um_account_id.um .um-form input[type=text],
.accountBox .um-um_account_id.um .um-form input[type=tel],
.accountBox .um-um_account_id.um .um-form input[type=password] {
    width: 100% !important;
    margin: 0 !important;
    font-size: 25px !important;
    line-height: 35px;
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0;
    outline: none;
    padding: 0 25px 0 0 !important;
    height: auto !important;
    font-weight: 400;
    color: black;
    background: url(../images/sito/editIcon.png) no-repeat scroll 7px 7px;
    background-position: right;
    background-size: 20px
}

.accountBox .um-177841.um .um-form input[disabled],
.accountBox .um-um_account_id.um .um-form input[disabled],
.accountBox .um-um_account_id.um .um-form input[disabled] {
    background: none
}

.accountBox .um-177841.um .um-form input[type=text]:focus,
.accountBox .um-um_account_id.um .um-form input[type=text]:focus,
.accountBox .um-um_account_id.um .um-form input[type=password]:focus {
    border: none !important;
    border-bottom: 1px solid !important
}

.accountBox .um-field-label {
    position: absolute;
    bottom: -30px;
    margin: 0;
    line-height: normal !important
}

.accountBox .um-field-label label {
    text-transform: uppercase;
    color: gray;
    font-size: 15px !important
}

.accountBox #provincia,
.accountBox #genere {
    display: block;
    height: auto !important;
    width: 100% !important;
    opacity: 1 !important;
    position: relative !important;
    font-size: 25px;
    background: white;
    border-bottom: 1px solid black !important;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    color: black;
    font-weight: 400;
    background: url(../images/sito/editIcon.png) no-repeat scroll 7px 7px;
    background-position: right;
    background-size: 20px;
    padding: 0
}

.accountBox .select2-container {
    display: none
}

.accountBox .um-col-alt {
    margin-top: 20px;
    width: 200px;
    float: right
}

.accountBox .um-col-alt .um-left {
    width: 100%
}

.accountBox .um-col-alt .um-right.um-half {
    display: none
}

.accountBox .um-col-alt .um-left.um-half {
    float: right
}

.accountBox .um-col-alt .um-left.um-half input,
.accountBox .um-um_account_id.um input#um_account_submit,
.accountBox input[type="submit"] {
    border-radius: 0 !important;
    border: none !important;
    background-color: gray !important;
    text-transform: uppercase !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 600 !important
}

.accountBox .um-left.um-half {
    width: 100%
}

.accountBox .um-col-121,
.accountBox .um-cover {
    display: none
}

.accountBox .um-col-122 {
    width: 100%;
    float: none;
    margin: 0
}

.accountBox .um-account-meta,
.accountBox .um-account-side,
.accountBox .um-account-main .um-account-nav,
.accountBox .um-account-main div.um-account-heading {
    display: none !important
}

.accountBox div.uimob340 .um-account-tab {
    border-bottom: 0
}

.accountBox .um-account-main p {
    font-size: 20px;
    line-height: normal;
    margin: 0 0 15px !important;
    font-weight: 400
}

.userContent {
    display: table;
    max-width: 950px;
    margin: auto;
    margin-top: 40px
}

.userTitle {
    position: absolute;
    -webkit-transform: translate(-100%, 0%) rotate(-90deg);
    -moz-transform: translate(-100%, 0%) rotate(-90deg);
    -ms-transform: translate(-100%, 0%) rotate(-90deg);
    -o-transform: translate(-100%, 0%) rotate(-90deg);
    transform: translate(-100%, 0%) rotate(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.userTitle h2 {
    display: initial;
    color: black;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    font-size: 40px
}

.userBox {
    display: block;
    width: 110%;
    padding-left: 55px;
    min-height: 200px
}

.userBox .um-col-121,
.userBox .um-col-122 {
    float: none;
    width: 100%
}

.userBox .um-header,
.userBox .um-profile-nav,
.userBox .request_name,
.userBox .um-cover {
    display: none
}

.userBox .um-177841.um .um-profile-body {
    padding: 0
}

.userBox .um-field {
    margin-bottom: 40px
}

.userBox .um-177841.um .um-field-label {
    position: absolute;
    left: 0;
    bottom: -30px;
    border: 0;
    margin: 0;
    height: auto;
    padding: 0
}

.userBox .um-177841.um .um-field-label label {
    text-transform: uppercase;
    color: gray;
    font-size: 15px !important
}

.userBox .um-field-area {
    border-bottom: 1px solid;
    line-height: 35px;
    font-size: 25px;
    font-weight: 400
}

.userBox .um .um-form a,
.userBox .um .um-form a:hover,
.userBox .um .um-form a:focus {
    color: black
}

.relatedPostBorder {
    border-top: 1px solid;
    width: 95%;
    margin: auto;
    padding-top: 30px
}

.relatedPostContainer {
    width: 1525px;
    margin: auto
}

.relatedPostTitle {
    position: absolute;
    -webkit-transform: translate(-100%, 0%) rotate(-90deg);
    -moz-transform: translate(-100%, 0%) rotate(-90deg);
    -ms-transform: translate(-100%, 0%) rotate(-90deg);
    -o-transform: translate(-100%, 0%) rotate(-90deg);
    transform: translate(-100%, 0%) rotate(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.relatedPostTitle h2 {
    display: initial;
    color: black;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    font-size: 40px
}

.relatedPostBox {
    min-height: 250px;
    width: 100%;
    padding-left: 60px
}

.contributoMenu {
    display: table;
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, .7);
    padding: 15px 25px
}

.contributoIcon {
    float: left;
    display: table-cell;
    vertical-align: middle
}

.contributoIcon>a {
    display: table-cell
}

.contributoIcon>a>svg {
    width: 42px;
    height: 42px;
    display: block
}

.contributoButton {
    display: table-cell;
    vertical-align: middle;
    float: right
}

.contributoButton>svg,
.contributoButton>a {
    display: inline-block;
    vertical-align: middle
}

.contributoButton>a:focus {
    text-decoration: none
}

.contributoButton>svg {
    margin-right: 20px
}

.contributoButton>a>p {
    margin: 0;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    font-size: 18px;
    background-color: #FFC700;
    padding: 7px 17px;
    border-radius: 5px;
}

.contributoButton>a>p span {
    font-weight: 400
}

.errorPageContaniner {
    width: 900px;
    margin: auto
}

.errorPageContaniner>h2 {
    text-align: center;
    font-size: 50px
}

.errorPageContaniner .entry-content>p {
    text-align: center;
    font-size: 27px
}

.errorPageContaniner #searchform {
    margin-top: 30px
}

.errorPageContaniner #searchform>label,
.errorPageContaniner #searchform #searchsubmit {
    display: none
}

.errorPageContaniner #searchform .input-append {
    display: flex;
    margin: auto;
    width: 300px
}

.errorPageContaniner #searchform .input-append>input {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid;
    height: 40px;
    outline: none
}

.errorPageContaniner #searchform .input-append>button {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 0;
    padding: 0;
    margin-left: 0;
}

.errorPageContaniner #searchform .input-append>button>i {
    font-size: 20px
}

.postDetail .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
    width: 100% !important;
    height: auto
}

.postDetail .wp-caption img {
    height: auto
}

.dettaglioTitle .entry-title {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    text-align: left;
    color: #8e2ecd;
    padding: 8px;
    line-height: 130%;
}

.dettaglioTitle .entry-content p {
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
    line-height: 160%;
    padding: 0 16px;

}

.testataInvia {
    background-color: #28D0DE;
    margin-bottom: 40px
}

.testataInvia div {
    width: 100%;
    max-width: 1120px
}

.testataInvia svg {
    width: 100%;
    height: auto
}

/* 
** INVIA CONTENUTO
*/
/* Input */
.input_style {
    border: none !important;
    border-bottom: 1px solid black !important;
    border-radius: 0;
    padding: 8px 0 0 8px !important;
    margin: 20px 0 !important;
    font-size: 20px;
    height: 50px !important;
    outline: none !important;
    width: 100%;
    background-color: transparent;
    color: black;
}

/*.input_style::placeholder{
            color: gray !important;
        }*/

/* Input Checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0;
    height: 1.75em;
    margin-left: 2.2em;
}

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: -2.2em;
    top: 0;
    width: 1.75em;
    height: 1.75em;
    border: 1px solid black;
    background: transparent;
    border-radius: 15px
}

[type="checkbox"]:checked+label:after {
    content: '✔';
    position: absolute;
    top: .3em;
    left: -1.3em;
    font-size: 1.3em;
    line-height: .8;
    color: #09ad7e;
    transition: all .2s
}

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

[type="checkbox"]:disabled:checked+label:after {
    color: #999
}

[type="checkbox"]:disabled+label {
    color: #aaa
}

label:hover:before {
    border: 2px solid #4778d9 !important
}

/***************/

/* date picker */
#ui-datepicker-div {
    width: 300px;
    padding: 10px;
    box-shadow: 0 0 17px;
    border: none;
    border-radius: 0;
}

#ui-datepicker-div .ui-datepicker-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    padding: 5px;
    background-color: #FDCA17;
    border: none;
    border-radius: 0;
}

#ui-datepicker-div .ui-datepicker-header::before,
#ui-datepicker-div .ui-datepicker-header::after {
    display: none;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
    position: relative;
    top: unset;
    left: unset;
    width: 10%;
    cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
    border: none;
    background-color: transparent;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
    order: 1;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    width: 80%;
    margin: 0;
    order: 2;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
    padding: 5px;
    height: auto;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
    width: 60%;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
    width: 40%;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
    order: 3;
}

#ui-datepicker-div table {
    margin-top: 15px;
    background-color: #FDCA17;
}

#ui-datepicker-div table thead {
    background-color: #333;
    color: white;
}

#ui-datepicker-div table tbody tr td a {
    border: none;
    background-color: transparent;
    text-align: center;
    color: black;
}

#ui-datepicker-div table tbody tr td a.ui-state-hover,
#ui-datepicker-div table tbody tr td a.ui-state-active {
    border: none;
    background-color: white;
    color: black;
}


#ui-datepicker-div .ui-datepicker-buttonpane {
    border: none
}

#ui-datepicker-div .ui-datepicker-buttonpane button {
    height: auto;
    padding: 5px 15px;
    background-color: #333;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    outline: none;
    border: none;
}

#ui-datepicker-div .ui-datepicker-buttonpane button.ui-state-hover {
    border: none;
}


#ui-datepicker-div .ui-datepicker-header>a>span {
    background-image: none;
    font: normal normal 800 18px/18px 'Roboto';
    color: #333;
    text-indent: 0;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    text-align: center;
    line-height: 25px;
}

/* Desktop */
/* Content upload */
#game_container {
    position: relative;
    width: 94%;
    margin: auto;
    margin-top: 3%;
    margin-bottom: 3%;
    max-width: 880px;
}

#game_container .hidden_element {
    display: none !important;
}

#game_container .bg_color {
    background: #FDCA17;
    padding: 40px 30px;
}

#game_container .browser_warning {
    font: normal normal 500 13px/15px Roboto;
    background-color: orange;
    padding: 11px;
    color: #000000;
    margin: 0;
    margin-top: 10px;
}

#game_container .steps_container {
    position: relative;
    overflow: hidden;
}

#game_container .steps_container>div {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: left 500ms ease-out;
    -moz-transition: left 500ms ease-out;
    -o-transition: left 500ms ease-out;
    transition: left 500ms ease-out;
}

#game_container .steps_container>.active {
    position: relative;
    left: 0%;
}

/* Content */
#game_container .steps_container #game ul.game_tab {
    display: flex;
    width: 100%;
    list-style: none;
}

#game_container .steps_container #game ul.game_tab>li {
    width: 50%;
}

#game_container .steps_container #game[data-game-type="image"]>ul.game_tab>li[data-type="image"] {
    background-color: #FDCA17;
    border-radius: 5px 5px 0 0;
}

#game_container .steps_container #game[data-game-type="text"]>ul.game_tab>li[data-type="text"] {
    background-color: #FDCA17;
    border-radius: 5px 5px 0 0;
    
}


#game_container .steps_container #game ul.game_tab>li>p {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    margin: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
}

#game_container .steps_container #game .game_content {
    background-color: #FDCA17;
    border-radius: 0 0px 5px 5px;
}

#game_container .steps_container #game .game_content>div {
    display: none;
    padding: 3% 5%;
}

#game_container .steps_container #game[data-game-type="image"]>.game_content #send_image {
    display: block;
}

#game_container .steps_container #game[data-game-type="text"]>.game_content #send_text {
    display: block;
}

#game_container .steps_container #game .game_content #send_image #preview_container #remove_image {
    background-color: transparent;
    padding: 0;
    float: right;
    width: auto;
    margin: 0;
}

#game_container .steps_container #game .game_content #send_image #image_selection_container {
    display: table;
    margin: auto;
}

#game_container .steps_container #game .game_content #send_image #image_selection_container>label {
    width: 182px;
    height: auto;
    font-family: 'Roboto', sans-serif;
    border: 0;
    background-color: white;
    border-radius: 5px;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 12px 10px;
    margin-top: 2em;
    font-weight: 500;
    text-align: center;
    
}

#game_container .steps_container #game .game_content #send_image input#image_title {
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin: 20px 0;
    width: 100%;
    background-color: transparent;
    height: auto;
    padding: 0;
    outline: none;
}

#game_container .steps_container #game .game_content #send_text textarea {
    margin: auto;
    width: 100%;
    padding: 10px;
    height: 200px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    resize: none;
    color: gray;
    outline: none;
    border-radius: 5px;
}

#game_container .steps_container #game .game_content #send_text>textarea::placeholder {
    color: gray !important;
}

#game_container .steps_container #game .game_content #send_text>p {
    margin: 10px 0;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid black;
}

#game_container .steps_container #game .game_content #send_text>.text_selection {
    display: flex;
    align-items: center;
}

#game_container .steps_container #game .game_content #send_text>.text_selection>input {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 15px;
    outline: none;
}

#game_container .steps_container #game .game_content #send_text>.text_selection>input:checked:after {
    content: '\2714';
    font-size: 21px;
    position: absolute;
    top: 3px;
    left: 6px;
    color: rgb(9, 173, 126);
}

#game_container .steps_container #game .game_content #send_text>.text_selection>p {
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-transform: uppercase;
    margin-left: 5px;
    margin-right: 50px;
    font-size: 17px;
}

#game_container .steps_container #game .customer_mail label[for="terms_of_use_check"] {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000000;
    display: block;
    font: normal normal 500 15px/17px Roboto;
    height: auto;
}

#game_container .steps_container #game .customer_mail label[for="terms_of_use_check"] a {
    margin-left: 5px;
    color: #164194;
}

/*Classi Editor*/

/* --- STILE GENERALE DEL POST --- */
.post-personalizzato {
  margin: 0 auto;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.7;
  color: #2c2c2c;
  background-color: #ffffff;
	margin-top:30px;
}

/* --- TITOLI --- */
.post-personalizzato h1,
.post-personalizzato h2,
.post-personalizzato h3 {
  color: #1e1e1e;
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-weight: 700;
}

.post-personalizzato h1 { font-size: 2.5em; }
.post-personalizzato h2 { font-size: 2em;     padding: 15px;}
.post-personalizzato h3 { font-size: 1.5em; }
.post-personalizzato .wp-block-list{margin-left:50px; font-size: 1.2em; list-style: none;}
/* --- PARAGRAFI --- */
.post-personalizzato p {
  font-size: 1.125rem;
  margin-bottom: 1.5em;
}

/* --- IMMAGINI --- */
.post-personalizzato .wp-block-image {
  margin: 2em 0;
  text-align: center;
}
.post-personalizzato #vert img {
    max-width: 450px !important;
	width:100%;
}

.post-personalizzato #oriz img {
    max-width: 600px !important;
	width:100%;
}

/* --- CITAZIONI --- */
.post-personalizzato blockquote {
  border-left: 4px solid #0073aa;
  padding-left: 20px;
  margin: 1.5em 0;
  color: #444;
  font-style: italic;
  background-color: #f5f5f5;
}

/* --- PULSANTI --- */
.post-personalizzato .bottone {

    color: #000;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 200;
    text-decoration: none;
    transition: background-color 0.3s ease;
    width: 285px;
    padding: 8px !important;
    margin: auto;
    font-size: 16px !important;
}

.post-personalizzato .bottone a {
	text-decoration:none;
	color:#000;
}

.post-personalizzato .spaziovuoto{height:50px}

.post-personalizzato .wp-block-button__link:hover {
  background-color: #005f8d;
}

/* --- LINK --- */
.post-personalizzato a {
  color: #0073aa;
  text-decoration: underline;
}
.post-personalizzato a:hover {
  color: #005f8d;
}

/* --- SEZIONI/GRUPPI --- */
.post-personalizzato .wp-block-group {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 12px;
  margin: 2em 0;
}


/* Login */
#login>div {
    display: none;
}

#login>div.show {
    display: block;
}

#login>div,
#success>div {
    width: fit-content;
    width: -moz-fit-content;
    max-width: 500px;
    margin: auto;
}

#login>div>h1,
#success>div>h1 {
    text-align: center;
    margin-bottom: 10px;
}

#login>div>p,
#success>div>p {
    text-transform: none;
    margin-bottom: 25px;
}

/* password */
#login>div#password>p.password_reset {
    font-size: 12px;
    margin: 10px 0 0 0;
}

/* registration */
#login>div#register>div {
    margin-bottom: 25px;
}

#login>div#register>div>p {
    font: italic normal 500 15px/17px Roboto;
    margin: 0;
}

#login>div#register>div.privacy p {
    font-style: normal;
}

#login>div#register>div.privacy p label {
    font-weight: 400;
    display: block;
    padding-top: 4px;
    height: auto;
}

/* Control Step */
.control_step {
    overflow: hidden;
    margin: 20px 0;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.control_step a, .control_step button{
    margin: 0;
    width: unset;
    background-color: black;
    color: white;
    padding: 15px;
    font-size: 18px;
    height: auto;
    border-radius: 5px;
}

/*.control_step > button{
                height: auto;
                width: auto;
                font-family: 'Roboto', sans-serif;
                border: 0;
                background-color: black;
                color: white;
                text-transform: uppercase;
                letter-spacing: 1px;
                width: 140px;
                line-height: normal;
                font-size: 20px;
                padding: 14px 10px;
                margin: 0;
                display: inline-block;
            }*/

/* concorso ended */
.concorso_ended {
    text-align: center;
    margin: 100px auto;
    max-width: 700px;
}

.concorso_ended p {
    font-size: 3vw;
}

@media screen and (min-width: 1024px) and (max-width:1400px) {}

@media screen and (max-width:1023px) {
    #game_container {
        width: 600px;
    }

    /*.control_step > button{
            padding: 14px 10px;
        }*/
}

@media screen and (max-width:700px) {
    #game_container {
        width: 90%;
    }

    #game_container .bg_color {
        padding: 5.84vw 4.38vw;
    }
}

@media screen and (max-width:480px) {
    #game_container .bg_color {
        padding: 4.84vw 3.38vw;
    }

    #game_container .browser_warning {
        font-size: 3vw;
        line-height: 3.5vw;
    }

    #game_container .steps_container #game ul.game_tab>li>p,
    #game_container .steps_container #game .game_content #send_text textarea,
    #game_container .steps_container #game .game_content #send_text>p,
    #game_container .steps_container #game .game_content #send_image input#image_title,
    #game_container .steps_container #game .game_content #send_image #image_selection_container>label {
        font-size: 4vw;
    }

    #game_container .steps_container #game .game_content #send_text>.text_selection>p {
        font-size: 3.5vw;
    }

    #login>div>h1,
    #success>div>h1 {
        font-size: 6vw;
        line-height: 8vw;
    }

    #login>div>p,
    #success>div>p {
        font-size: 4vw;
        line-height: 4.8vw;
    }

    #login>div>p.ps,
    #success>div>p.ps {
        font-size: 3vw;
        line-height: 4.5vw;
    }

    #login>div#register>div>p {
        font-size: 13px;
    }
}

.masonryBlock {
    width: 1480px;
    margin: auto;
    margin-top: 2%;
    position: relative
}

.grid-item {
    width: 350px;
    margin-bottom: 20px;
}

.preload_masonry {
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    min-height: 700px;
    background-color: white
}

.preload_masonry img {
    display: block;
    margin: auto;
    width: 150px;
    height: 150px
}

.g-recaptcha {
    margin-top: 35px !important;
}

@media screen and (max-width:1630px) {
    .relatedPostContainer {
        width: 1160px
    }
}

@media screen and (max-width:1550px) {
    .masonryBlock {
        width: 1100px
    }
}

@media screen and (max-width:1240px) {
    .postDetail {
        width: 65%
    }

    .categoryImage {
        width: 110px
    }

    .detailBox {
        padding-left: 50px
    }

    .relatedPostContainer {
        width: 790px
    }

    .tnp-field-privacy label a,
    .muTermsCheckbox label span {
        font-size: 19px
    }
}

@media screen and (max-width:1180px) {
    .masonryBlock {
        width: 740px
    }

    .postDetail {
        width: 62%
    }
}

@media (max-width:1024px) {
    .header-style3 {
        position: fixed !important;
        opacity: 1 !important
    }

    body:not(.compose-mode) header:not(.retina-screen-header) {
        height: 75px !important
    }

    header.top-classic .myLogo svg {
        width: 90px;
        height: 24px;
        padding: 0;
        top: 35%
    }

    #testataCarousel {
        margin-top: 0
    }

    .footerContainer {
        padding: 40px;
        padding-bottom: 100px
    }

    .footerlogo>svg {
        width: 150px
    }

    .footertitle {
        padding-left: 25px
    }

    .footerFacebook,
    .footerInstagram {
        padding-right: 15px
    }

    .footerFacebook svg,
    .footerInstagram svg,
    .footerTiktok svg,
    .footerYoutube svg {
        width: 40px
    }

    .logTitle {
        height: 75px
    }

    .normalFilter ul li a {
        font-family: "Barlow", sans-serif;
        font-size: 20px
    }

    .filtriGallery {
        margin-left: 9%
    }

    .filtriGallery p {
        font-family: "Barlow", sans-serif!important;
        font-size: 20px
    }

    .categoryImage {
        display: none
    }

    .detailBox {
        padding: 0
    }

    .postDetail {
        margin-left: 0;
        width: 65%
    }

    .dettaglioTextContent {
        font-size: 2.8em;
        line-height: 130%;
    }

    .my-navigation-mobile li a {
        padding: 12px 0
    }

    .my-navigation-mobile li a span {
        font-size: 18px;
        line-height: 18px
    }

    .tnp-field-privacy label input,
    .muTermsCheckbox label input {
        width: 20px;
        height: 20px
    }

    .tnp-field-privacy label input:checked:after,
    .muTermsCheckbox label input:checked:after {
        font-size: 15px
    }

    .tnp-field-privacy label a,
    .muTermsCheckbox label span {
        font-size: 15px
    }
}

@media screen and (max-width:960px) {
    .postDetail {
        width: 62%
    }

    .loginForm {
        display: none
    }

    .registrationForm {
        width: 100%
    }

    .registrationBox {
        width: 100%;
        padding-left: 70px
    }

    .registrationBox>p {
        max-width: 100%
    }

    .registrationBox .um-177839.um {
        max-width: 100%
    }

    .accountContent {
        display: block;
        width: 100%
    }

    .accountForm {
        width: 600px;
        padding: 0;
        margin: auto;
        display: block
    }

    .accountBox {
        width: 540px
    }

    .errorPageContaniner {
        width: 95%
    }
}

@media screen and (max-width:880px) {
    .postDetail {
        width: 60%
    }
}

@media screen and (max-width:840px) {

    .postDetail,
    .otherPost {
        width: 100%
    }

    .dettaglioTitle {
        width: 100%
    }

    .otherPost {
        margin-top: 50px;
        margin-left: 0
    }

    .otherContainer {
        width: 660px;
        margin: auto
    }

    .otherDetail {
        width: 300px;
        display: inline-block;
        margin: 15px 14px 0 14px
    }

    /* .otherDetail:last-child {
         border-bottom: 4px dotted; 
    }*/

    .otherPostTitle {
        margin-left: 200px
    }

    .registrationContent {
        width: 90%
    }

    .relatedPostContainer {
        width: 420px
    }
}

@media screen and (max-width:760px) {
    .masonryBlock {
        width: 350px
    }
}

.myCarousel,
#focusCarousel {
    margin: 0;
    max-width: 100%;
    min-height: 0px;
    padding: 0;
    position: initial
}

@media (max-width:736px) {

    .battutaContent {
        height: auto;
    }

    .my-navigation-button {
        float: left;
        margin: 14px 10px 0 10px
    }

    .my-navigation-button>svg {
        width: 18px;
        height: 18px
    }

    .menu-icons-separator {
        height: 45%;
        margin-top: 13px
    }

    .login-icons {
        padding: 0 10px;
        margin-top: 12px
    }

    .login-icons img,
    .login-icons>svg {
        width: 30px;
        height: 25px
    }

    .login-icons>p {
        font-size: 16px
    }

    body:not(.compose-mode) header:not(.retina-screen-header) {
        height: 45px !important
    }

    header.top-classic .myLogo svg {
        top: 25%
    }

    .login-icons>img {
        padding-right: 4px
    }

    .mobileHand {
        position: absolute;
        top: 50px;
        right: 15px;
        z-index: 2;
        width: 26px
    }

    .newsletterForm input[name="nn"],
    .newsletterForm input[name="ne"],
    .newsletterForm input[type="submit"],
    .subscribeForm input[type=text],
    .subscribeForm input[type="submit"] {
        font-size: 3vw
    }

    .newsletterTitle p {
        font-size: 3.2vw
    }

    input[name="nn"]::placeholder {
        font-size: 3vw
    }

    input[name="ne"]::placeholder {
        font-size: 3vw
    }

    .newsletterForm input[type="submit"],
    .subscribeForm input[type="submit"] {
        width: 25%
    }

    .footerSocial {
        float: none;
        margin: auto
    }

    .footerFacebook,
    .footerInstagram {
        padding-right: 30px
    }

    .footerFacebook svg,
    .footerInstagram svg,
    .footerTiktok svg,
    .footerYoutube svg {
        width: 60px
    }

    .footerCopyright {
        margin: auto;
        padding: 0;
        margin-top: 30px
    }

    .footerlogo {
        display: block
    }

    .footerlogo>svg {
        display: block;
        margin: auto;
        width: 250px
    }

    .footertitle {
        display: block;
        padding: 0;
        margin-top: 15px;
        width: 315px
    }

    .footertitle p {
        font-size: 15px;
        text-transform: none;
        letter-spacing: 0;
        text-align: center
    }

    #categoryListContainer {
        width: 80%
    }

    #categoryListContainer>div {
        width: 49%;
        margin-bottom: 15px
    }

    .battuteContainer {
        margin-top: 45px
    }

    .leftImage {
        width: 45px
    }

    .leftImage img,
    .leftImage svg {
        width: 65%;
        margin: auto;
        display: block
    }

    .rightBlock {
        margin-left: 45px
    }

    .masonryBlock {
        margin-top: 90px;
        width: 300px
    }

    .focusContainer .leftImage svg {
        width: 35px;
        height: auto;
        margin: 0
    }

    .myCarousel .detailData {
        width: auto;
        left: 0;
    }

    .myCarousel .detailData>div>p {
        font-size: 16px
    }

    .myCarousel .post-title>h1 {
        font-size: 1.2em;
        text-align: left;
        font-family: 'Barlow', sans-serif;
        font-weight: 700;
        color: #000;
        line-height: 130%;
        padding-top: 8px;
        /* text-transform: uppercase; */
        
    }
    .owl-dots {
        left: 25px
    }

    #header-menu-item-mobile {
        padding: 11.8px;
        padding-left: 20px
    }

    .closeMenuMobile {
        height: 20px
    }

    .logoMenuMobile {
        width: 88px;
        height: 22px;
        margin-left: 10px
    }

    .logTitle {
        height: 45px
    }

    .logTitle>div>svg:not(.closeLog) {
        width: 30px;
        height: 30px
    }

    .logTitle>div>svg.closeLog {
        width: 20px;
        height: 20px
    }

    .logTitle h1 {
        font-size: 25px;
        line-height: 25px
    }

    .logTitle img {
        margin-top: 13px;
        height: 20px
    }

    .testataSection>div {
        width: auto;
        max-width: 90%;
        padding-top: 60px
    }

    .testataSection>div>div:first-child {
        display: none
    }

    .testataSection>div>div h2 {
        margin: 0;
        margin-right: 30px;
        font-size: 40px
    }

    .filtriGallery {
        padding-left: 0;
        float: right;
        width: 300px;
        right: 5%;
        margin-left: 0
    }

    .filtriGallery p {
        font-size: 17px
    }

    .filtriGallery select {
        display: table-cell;
        vertical-align: middle;
        margin-bottom: 0;
        padding: 8px 30px 5px 13px !important
    }

    .normalFilter {
        display: none
    }

    .pageButton {
        padding: 0 5px
    }

    section#primary {
        margin-top: 90px
    }

    .carouselTitle {
        margin-left: 0
    }

    .carouselTitle p {
        color: darkgrey;
        text-align: center
    }

    .postDetail {
        display: block;
        margin: auto;
        min-width: 280px
    }

    .dettaglioTitle {
        width: 100%;
        min-width: 220px
    }

    .dettaglioDati.mobile {
        display: flex;
        float: none;
        width: 100%;
        margin-top: 20px
    }

    .mobile .dettaglioView,
    .mobile .dettaglioComment,
    .mobile .dettaglioLike {
        display: inline-flex;
        /* width: 50px; */
        margin-bottom: 0;
        margin-right: 10px
    }

    .dettaglioAuthor {
        margin-top: 20px
    }

    .otherPostTitle {
        margin-left: 0
    }

    .otherPostTitle p {
        text-align: center
    }

    .relatedPostContainer {
        width: 370px
    }

    .contributoButton {
        float: none;
        display: table;
        margin: auto
    }

    .giocaButton {
        position: relative;
        float: none
    }

    .tnp-field-privacy label a,
    .muTermsCheckbox label span {
        font-size: 13px
    }

    .wp-block-image img {
        height: auto;
        border-radius: 5px !important;
        margin: 32px 0 8px 0;
    }

}

@media screen and (max-width:690px) {

    .testataSection {
        max-width: 100%;
        max-height: 150px;
    }

    .otherContainer {
        width: 300px
    }

    .otherDetail {
        margin: 15px 0 0 0
    }

    .registrationTitle h2 {
        font-size: 30px
    }

    .registrationBox {
        padding-left: 50px
    }

    .registrationForm .um-177839.um .um-form input.um-form-field {
        font-size: 15px !important
    }

    .resetPassword .um-um_password_id.um .um-form input[type=text] {
        font-size: 15px !important
    }

    .registrationForm input.um-form-field::placeholder {
        font-size: 15px !important
    }

    .registrationForm .um-177839.um .um-form select.um-form-field {
        font-size: 15px !important
    }

    .accountForm {
        width: 450px
    }

    .accountBox {
        width: 390px
    }

    div.uimob500 .um-account-tab {
        padding-bottom: 0px !important;
        border-bottom: 0 !important
    }
}

@media (max-width:480px) {
    body:not(.compose-mode) header:not(.retina-screen-header) {
        padding: 0 !important
    }

    header.top-classic .icons-pack.item-right {
        margin-left: 10px
    }

    .newsletterTitle p {
        font-size: 1.8em;
    }

    .newsletterForm input[name="nn"],
    .newsletterForm input[name="ne"],
    .subscribeForm input[type=text] {
        padding: 8px 15px
    }

    .newsletterForm input[name="nn"],
    .newsletterForm input[name="ne"],
    .newsletterForm input[type="submit"],
    .subscribeForm input[type=text],
    .subscribeForm input[type="submit"] {
        font-size: 3.5vw
    }

    input[name="nn"]::placeholder {
        font-size: 3.5vw
    }

    input[name="ne"]::placeholder {
        font-size: 3.5vw
    }

    .newsletterForm input[type="submit"],
    .subscribeForm input[type="submit"] {
        width: 30%
    }

    .testataSection>div>div svg {
        width: 80px;
        height: auto
    }

    .testataSection>div>div h2 {
        font-size: 32px
    }

    .carouselTitle p {
        font-size: 1.8em
    }

    .dettaglioTextContent {
        font-size: 2.eem;
        line-height: 130%
    }

    .grid-item {
        width: 300px
    }

    .resetPassword .um-um_password_id.um {
        width: 90%
    }

    .resetPassword .um-um_password_id.um .um-field-password_reset_text>div>div {
        font-size: 15px
    }

    .resetPassword input[type=text]::placeholder {
        font-size: 15px
    }

    .relatedPostContainer {
        width: 340px
    }

    .relatedPostBox {
        padding-left: 30px
    }

    .relatedPostTitle h2 {
        font-size: 20px
    }

    .login-icons {
        padding: 0 8px
    }

    .accountForm {
        width: 300px
    }

    .accountTitle h2 {
        font-size: 20px
    }

    .accountHeader {
        width: 25px
    }

    .accountHeaderButton {
        margin-top: 100px
    }

    .accountBox {
        width: 270px;
        padding-left: 5px
    }

    .accountBox .um-177841.um .um-form input[type=text],
    .accountBox .um-um_account_id.um .um-form input[type=text],
    .accountBox .um-um_account_id.um .um-form input[type=password] {
        font-size: 20px !important;
        line-height: 30px
    }

    .accountBox .um-field-label label {
        font-size: 12px !important
    }

    .accountBox .um-field {
        margin-bottom: 35px
    }

    .accountBox #provincia,
    .accountBox #genere {
        font-size: 20px;
        line-height: 30px
    }

    .myCarousel .item,
    #focusCarousel .item {
        width: 300px !important;
        margin: auto;
        /*height: 400px;*/
    }

    #focusCarousel .item img {
        width: 300px
    }

    .detailData.blog_dimension svg {
        height: 25px;
    }

    .tnp-field-privacy label a,
    .muTermsCheckbox label span {
        font-size: 12px
    }

    .footertitle {
        width: auto
    }

    .my-navigation-mobile li a {
        padding: 9px 0
    }

    .my-navigation-mobile li a span {
        font-size: 15px;
        line-height: 15px
    }

    .logForm .um-field-username {
        margin-bottom: 15px;
    }

    .logForm .um-177840.um .um-form input.um-form-field {
        height: 30px !important;
        font-size: 18px !important;
        padding-top: 0 !important;
    }

    .logForm .um-177840.um .um-form input.um-form-field::placeholder {
        font-size: 18px !important
    }

    .logForm .um-field.um-field-c {
        margin-top: 10px;
    }

    .logForm .um-left.um-half {
        margin: 0 0 20px;
    }

    .logForm .um-left.um-half>input, .logForm .um-right.um-half>a {
        padding: 10px 12px !important;
        font-size: 20px;
    }
}

@media (max-width:349px) {
    .leftImage {
        width: 35px
    }

    .leftImage img {
        width: 80%
    }

    .rightBlock {
        margin-left: 35px
    }

    .myCarousel .item,
    #focusCarousel .item {
        width: 270px !important
    }

    #focusCarousel .item img {
        width: 270px
    }

    .owl-dots {
        left: 20px
    }
}