/*
Theme Name: Carapaces
Theme URI: https://carapaces.ca
Description: Thême enfant de Divi par NickoLabs
Author: Nickolas Simard
Author URI: https://nickolabs.com
Template: Divi
Version: 1.0
*/
/* Recaptcha */
body .grecaptcha-badge,
.grecaptcha-badge { 
    visibility: hidden !important
}
/* Menu */
#top-menu li {
    font-weight: normal;
    font-size: 16px;
}
#top-menu-nav > ul > li > a:hover {
    opacity: 1;
    color:#f26422;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.mobile_menu_bar::before,
.mobile_menu_bar::after,
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a {
    color: #f26422;
}
/* Typography */
p {
    font-size: 16px;
    line-height: 2em;
    font-weight: 300;
}
ol li {
    list-style: none;
    line-height: 2em;
    font-size: 16px;
    font-weight: 300;
    position: relative; 
    padding-left: 2em;
    padding-bottom: 0.5em;
}
ol li::before {
    content: '◼';
    position: absolute;
    left: 0;
    font-size: 25px;
    color: #595959;
    top: -2px;
}
ol.orange li::before {color: #f26422;}

a:hover {text-decoration: dotted;}
a:visited {
    color: #993f15c7;
    text-decoration: dotted;
}
.et-pb-contact-message {color: #fff}
.et_pb_contact p .et_contact_error {border: 5px solid #f26422 !important}