/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

@font-face {
  font-family: 'myt';
  src: url('../fonts/Myt.ttf')  format('truetype');
}
@font-face {
  font-family: 'cairo';
  src: url('../fonts/cairo.ttf')  format('truetype');
}
.cairo_text *{
  font-family: 'cairo' !important;
}

.myt_text *{
  font-family: 'myt' !important;
}

.cairo_font {
  font-family: 'cairo' !important;
}

.myt_font {
  font-family: 'myt' !important;
}
.cmspu{display:none !important;}

/*
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 */
  #after_layer_slider_1{display:none;}
  .blog-news article{height:250px; overflow:hidden; background-color:rgba(0,0,0,0.8);}
  #managepositions .dteCCc{width:200px !important;}
  
}



/*
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 */
.slide-image{margin-top:20px !important; margin-bottom:10px !important;}
#managepositions .dteCCc{
  max-width: 90% !important;
  margin: 0 5%;
  display: inline;
} 
#managepositions .eNQuho, #managepositions .gmtmqV{width:100% !important;}
.col-small-50{
    width: 48% !important;
  }
}

html[lang="en-GB"] .it-cookie { display: none !important; }
html[lang="en-GB"] .fr-cookie { display: none !important; }
html[lang="it-IT"] .en-cookie { display: none !important; }
html[lang="it-IT"] .fr-cookie { display: none !important; }
html[lang="fr-FR"] .it-cookie { display: none !important; }

  #top #wrap_all .av-social-link-spotify a:hover {
    background-image:url("../images/spotify_logo_icon.png") !important;
  }

  #top #wrap_all .av_header_transparency .av-social-link-spotify a {
    background-image:url("../images/spotify_logo_icon.png") !important;width: 27px;height: 16px;  background-position: center;background-repeat: no-repeat !important;
  }

  #top #wrap_all .av-social-link-spotify a {
    background-image:url("../images/spotify_logo_icon_grey.png") !important;width: 27px;height: 16px;  background-position: center;background-repeat: no-repeat !important;
  }

  #top #wrap_all .av-social-link-spotify:hover {
    background-color: #1BBF59 !important;
    /*background-image:url("../images/spotify_black_logo_icon_hover.png") !important;*/
  }
  