/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: La Boite Numerique
Author URI: http://laboitenumerique.fr
Template: enfold
*/



/*Add your own styles here:*/

/* Annuler l'effet hover sur les images */
.image-overlay {
 visibility: hidden;
 }

/* Annuler la bordure supérieur */
.container_wrap { 
   border-top: none !important; 
}

/* Annule le bouton retour en haut */
#scroll-top-link {
   display: none; 
}

/* Taille du texte des tab sections */
.av-inner-tab-title {
    font-size: 14px;
}

/* Boutons page outils */

.btn-outils .avia-button {
   border-radius: 40px;
   background-color: #444444 !important;
   color: #white !important;
   border-bottom: 0px !important
}
.btn-outils .avia-button:hover {
   border-radius: 40px;
   background-color: #F0F0F0 !important;
   color: #444444 !important;
   border-bottom: 0px !important
}

/* Bouton menu */

.av-menu-button-bordered > a .avia-menu-text {
   border-radius: 40px !important;
}