/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Dec 22 2021 | 03:48:26 (am)
/*
/******* Do not edit this file *******/

span.libobject.mceNonEditable {
    display: none;
}
.sf-menu a.sf-with-ul {
    padding-right: 13px !important;
}
/*.sf-menu > li > a {
    padding: 0 20px !important;
}
*/
.td-social-icon-wrap .td-icon-font {
    font-size: 20px;
}
.td-post-featured-image {
    position: relative;
    margin-bottom: 20px;
}
.bottom-leaderboard-container {
    width:728px; margin: 60px auto 20px auto;
}
.bnt-shortcode .bnt-title {
    font-weight: bold;
    color: #000;
}
.td-visual-hidden {
    display: none;
}
a#td-header-search-button-mob {
    display: none;
}
.flavor-title a {
    color: #9FAD25 !important;
}
@media (max-width: 1000px) {
.vc_row.wpb_row.td-pb-row.vc_custom_1463682448683 {
    display: none;
}
}
/* 12 Days of Xmas Css */
.sponsorlogo img {
    height: 75px;
    width: auto;
    }
.prizecircle:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/* End of 12 Days of Xmas Css */