/*
Theme Name: rifarmista
Theme URI: 
Description: Il Rifarmista
Author: Mario Musiano
Author URI: https://www.mariomusiano.com
Template: Divi
Version: 1.0.0
*/
@import url("https://use.typekit.net/rst3evl.css");
.shadow, #plus .et_pb_row .et_pb_main_blurb_image .et-pb-icon, #offerta .et_pb_column_single {
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3); }

.smooth, #at-cv-toaster .at-cv-close, .at-icon-wrapper, .et_pb_scroll_top.et-pb-icon {
  transition: all .3s linear; }

.brandfont, .page-template-default h1, .page-template-default h2, .page-template-default h3, .page-template-default h4, .page-template-default h5, .page-template-default h6, .page-template-default .et_pb_button, #main-menu a, #secondary-menu a, .risparmio > div, .tooltip, #at-cv-toaster .at-cv-toaster-message {
  font-family: futura-pt, sans-serif;
  font-weight: bold; }

.brandfontlight, .tooltip .tooltiptext {
  font-family: futura-pt, sans-serif;
  font-weight: normal; }

.page-template-default .et_pb_text h1, .page-template-default .et_pb_text h2, .page-template-default .et_pb_text h3, .page-template-default .et_pb_text h4, .page-template-default .et_pb_text h5, .page-template-default .et_pb_text h6 {
  margin: 20px 0px 10px; }

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
#et-main-area {
  overflow-x: hidden; }

#custom-header {
  position: fixed;
  width: 100%;
  top: 0;
  opacity: 0; }

.fixed-header {
  z-index: 999;
  -webkit-animation: fadein 0.5s ease-in;
  -moz-animation: fadein 0.5s ease-in;
  animation: fadein 0.5s ease-in;
  opacity: 1 !important; }
  @media (max-width: 981px) {
    .fixed-header .et_pb_menu {
      background: transparent !important; }
    .fixed-header .et_pb_column_0_tb_header {
      max-width: 200px;
      float: left; }
    .fixed-header .et-last-child {
      position: absolute;
      top: 50px;
      right: 0px; } }
  .fixed-header .et_mobile_menu {
    top: 50px;
    text-align: center; }
    .fixed-header .et_mobile_menu a {
      border: 0px; }

#secondary-menu li a {
  padding: 0px 20px 0px 0px; }

#main-menu li {
  padding: 20px; }
  #main-menu li a {
    padding: 15px 25px !important;
    border-radius: 5px;
    background: #95bf1f; }
    @media (min-width: 981px) and (max-width: 1315px) {
      #main-menu li a {
        font-size: 100%; } }
    #main-menu li a:hover {
      background: none;
      color: #fbc800; }
#main-menu li + li a {
  background: #fbc800; }
#main-menu li + li + li a {
  background: #FF6E1E; }
#main-menu li + li + li + li a {
  background: none;
  color: #95bf1f; }

#cover .header-logo {
  width: 50%; }
@media (max-width: 1500px) {
  #cover .et_pb_fullwidth_header {
    background-size: 22%;
    background-position: bottom right; } }

@media (max-width: 980px) {
  .et_pb_text_inner h2 {
    font-size: 26px; } }

.et_pb_blurb_position_top .et_pb_module_header {
  padding: 0px 20px; }
.et_pb_blurb_position_top .et_pb_blurb_description {
  padding: 20px; }

.blur_left .et_pb_main_blurb_image {
  width: 50px;
  margin-bottom: 0px; }

.risparmio > div {
  background: #fbc800;
  width: 100px;
  padding: 25px 10px;
  border-radius: 100px;
  color: white;
  font-size: 75%;
  z-index: 800;
  line-height: 1;
  margin: 0px auto; }
  @media (min-width: 981px) {
    .risparmio > div {
      position: absolute;
      bottom: -80px;
      left: 0;
      right: 0; } }

/* Tooltip */
.et_pb_blurb {
  overflow: visible !important; }

.tooltip {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  background: #FF6E1E;
  color: white;
  padding: 0px 10px;
  cursor: pointer; }

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #FF6E1E;
  color: white;
  text-align: center;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.5;
	height:auto;
  /* Position the tooltip text */
  position: absolute;
  z-index: 999;
  bottom: 125%;
  left: 50%;
  margin-left: -150px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s; }

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #FF6E1E transparent transparent transparent; }

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover {
  background-color: #301b10; }
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    background-color: #301b10; }
    .tooltip:hover .tooltiptext::after {
      border-color: #301b10 transparent transparent transparent; }

#plus {
  height: 0;
  padding: 0; }
  @media (min-width: 981px) {
    #plus .et_pb_row {
      position: absolute;
      top: 200px;
      left: 0;
      right: 0;
      width: 100px; } }
  #plus .et_pb_row .et_pb_main_blurb_image {
    margin: 0px;
    padding: 0px; }
    #plus .et_pb_row .et_pb_main_blurb_image .et-pb-icon {
      padding: 10px 12px 12px 10px;
      position: relative; }

#offerta .et_pb_row_inner.et_pb_row_inner_2.et_pb_gutters2.et_pb_row_1-6_1-6_1-6 {
  overflow: visible;
  position: relative; }
#offerta .et_pb_column_single {
  background-color: white;
  padding: 0px;
  border-radius: 10px; }
#offerta .et_pb_specialty_column h3 small {
  font-size: 70%;
  line-height: 1;
  display: block; }
@media (min-width: 981px) {
  #offerta .et_pb_specialty_column h6 u {
    display: block; } }
@media (min-width: 981px) {
  #offerta .et_pb_specialty_column p:last-child strong {
    display: block; } }
#offerta .et_pb_specialty_column .et_pb_row_inner_2 p {
  line-height: 1.8; }
  #offerta .et_pb_specialty_column .et_pb_row_inner_2 p small {
    font-size: 80%;
    font-weight: bold; }

#at-cv-toaster .at-cv-toaster-win {
  bottom: -60px; }
  @media (min-width: 981px) {
    #at-cv-toaster .at-cv-toaster-win {
      left: -20px; } }

#at-cv-toaster .at-cv-toaster-message {
  color: #95bf1f !important; }

@media (max-width: 980px) {
  #at-cv-toaster {
    display: none; }

  #at-cv-toaster .at-cv-toaster-bottomLeft {
    left: 0;
    right: 0; }

  #at-cv-toaster .at-cv-head {
    height: 20px !important; }

  .at-cv-body {
    padding: 0 0 30px 0 !important; }

  #at-cv-toaster.at-cv-mask {
    z-index: 500; } }
@media (min-width: 981px) {
  .at-cv-body {
    padding: 0 0 50px !important; } }
#at-cv-toaster .at-cv-close {
  color: #FF6E1E !important; }
  #at-cv-toaster .at-cv-close:hover {
    background: #FF6E1E;
    color: #fbc800 !important; }

#at-cv-toaster .at-cv-share a .at-icon-wrapper {
  border-radius: 5px; }

#at-cv-toaster .at-cv-message {
  margin-bottom: 10px !important; }

.at-icon-wrapper {
  background: #FF6E1E !important; }
  .at-icon-wrapper:hover {
    background: #fbc800 !important; }

.et_pb_scroll_top.et-pb-icon {
  background: #95bf1f;
  border-radius: 30px 0px 0px 30px;
  padding: 15px 30px 15px 15px;
  right: -20px; }
  .et_pb_scroll_top.et-pb-icon:hover {
    background: #FF6E1E;
    right: 0px; }
