/*
Theme Name:   betheme child theme
Description:  Scrivi qui una breve descrizione del tuo child theme
Author:       alph286
Author URL:   Scrivi qui il l'URL  del blog / sito web dell'autore
Template:     betheme
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  betheme-child
*/

/* Scrivi qui il tuo foglio di stile personalizzato */
.starrating {
  margin-top: 2px;
  text-align: center;
    font-size: 13px;
    text-transform: uppercase;
}

.starrating a {color: #000;}
.starrating img {width: 13px;
  position: relative;
  top: 2px;
}


.espertowa {
  width: 100%;
  padding: 6px;
  border: 2px solid #34AF23 !important;
  border-radius: 6px
}

.espertowa .ico {
  width: 20%;
  display: inline-block;
  text-align: center;
}

.espertowa .ico img {
  width: 70%;
}

.espertowa .text {
  width: 80%;
  display: inline-block;
  color: #34AF23;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 25px;
}


.ctaheader {
  background-color: #585DBA;
  padding: 12px;
  text-align: center;
}

.ctaheader a {
  width: 100%;
  display: block;
  text-decoration: none;
}
.ctaheader a:active, .ctaheader a:visited {
  text-decoration: none;

}

.ctaheader span {
  color: #ffffff;
}

.ctaheader .cta {
  font-size: 1.6em;
  font-weight: bold;
  background: transparent;
}

.ctaheader .info {font-size: 1.4em; margin-top: 5px; display: inline-block;}




/*
Desktop Styles
================================================== */

/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
  .hidden-xs {
    display: block;
  }
  .visibile-xs {display: none;}
}

/*
Mobile Styles
================================================== */

/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
  .visibile-xs {
    display: block;
  }
  .hidden-xs {
    display: none !important;
  }
  .fb_dialog_mobile {
    display: none !important;
  }
}
