/*
Theme Name: Jevelin Child
Description: Child theme for Jevelin theme
Author: Shufflehound
Author URI: http://shufflehound.com
Template: jevelin
*/

/* Bug Theme Search Icon in Top Menu */
.sh-nav-search{ display: none; }

/* Couleurs Logo CSEB */
.bleu-clair{
    background: #00acf8;
}

.bleu-fonce{
    background: #2906a2;
}

/* Module Retour en Haut */
.sh-back-to-top{
    width: 30px;
    height: 30px;
}

.sh-back-to-top i {
    font-size: 14px;
    line-height: 24px;
}

.sh-back-to-top.active {
    opacity: 0.8;
}

.center{
    text-align: center;
}

.sh-iconbox-slider-tab-content h5{
    padding: 10px;
}

#button-slide-box1 .sh-button, #button-slide-box2 .sh-button, #button-slide-box3 .sh-button, #button-slide-box4 .sh-button, #button-slide-box5 .sh-button {
    background: #00acf8;
    border-radius: 35px;
}

#button-slide-box1.sh-button-container, #button-slide-box2.sh-button-container, #button-slide-box3.sh-button-container, #button-slide-box4.sh-button-container, #button-slide-box5.sh-button-container {
    margin: 25px auto;
}

.contact-us-acc a{
    color: white;
}

.contact-us-acc a:hover{
    color: white;
    text-decoration: underline;
}

/* Contact Form 7 */
.wpcf7-form .wpcf7-response-output{
    background: none!important;
}

/* Footer */
.sh-footer a:hover{
    text-decoration: underline;
}

.sh-copyrights-text, .sh-copyrights-text a, .menu-footer-menu-container, .menu-footer-menu-container a {
    font-size: 14px!important;
}
.menu-footer-menu-container{
    display: inline-block; 
    list-style: none;
}

.menu-footer-menu-container ul{
    list-style: none;
}

/* Cookie Notice */
#cookie-notice .cn-button.bootstrap {
    color: #fff;
    background: #00acf8;
}

/* Menu */
.sh-nav ul.sub-menu{
    width: 350px!important;
}

.blog-style-grid.minimalistic .post-container{
    background: #FFFFFF;
}

/* Personnalisation de wp-login */
/* Logo */
.login h1 a{
    background: url(https://cseb-beziers.website/wp-content/uploads/2020/06/logo-cseb-150.jpg) no-repeat!important;
    width: 85px !important;
    height: 100px !important;
    border:none;
}
/* Couleur des liens */
#backtoblog a {
    color: #999 !important;
}
#backtoblog a:hover{color: #0073aa !important;}

/* Encart informatif */
.encartinfo{
    padding: 20px;
    background: #2906a2;
    margin: 50px 0;
    color: #FFFFFF;
    text-align: justify;
}

.grecaptcha-badge { visibility: hidden; }

.home .sh-titlebar{ display:none; }
