/*-------------------------------------------------------
Theme Name: Danielle Devs Child Divi Theme
Theme URI: 
Description: A child theme template for Divi
Author: Danielle Fortin
Author URI: 
Template: Divi
Version: 1.0.0
----------------- ADDITIONAL CSS HERE ------------------*/

:root{
    --blue: #0546D8;
    --dark-green:#57886C;
    --med-green:#81A684;
    --tan: #F7F2E8;
}

.et_pb_section{
    background-color: var(--tan)!important;
}

h1, h2, h3{
    font-family: "cheee-wowie", sans-serif;
    font-weight:400;
    font-style:normal;
    color:black;
}

h1{
    font-size:70px!important;
}

h2{
    font-size:36px!important;
}

h3{
    font-size:30px!important;
}

p, body{
    font-family: "circe-slab-c", serif;
    font-weight: 500;
    font-style: normal;
    font-size:18px;
    color:black;
}

/* NAV */

#top-menu li a{
    font-family: "cheee-wowie", sans-serif;
    font-weight: 400;
    font-style:normal;
    font-size:16px;
}

#top-menu li a:hover{
    color:var(--blue);
}

.et_pb_button_module_wrapper a{
    font-family: "cheee-wowie", sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
}

/* Call to Action */

input[type=email],textarea, input[type="text"]{
    background-color: var(--tan);
    font-size: 18px;
    padding: 5px 20px;
    border-radius:20px;
    border-color:black;
    color:black;
}

.footer-cta .wpcf7-submit{
    background-color: var(--dark-green);
    border:3px solid var(--dark-green);
    border-radius: 20px;
    color: var(--tan);
    font-family: "cheee-wowie", sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size:18px;
    padding: 5px 30px;
}

.footer-cta .wpcf7-submit:hover{
    background-color: var(--tan);
    color: var(--dark-green);
    border-radius: var(--tan);
}

textarea [name="your-message"]{
    height:200px;
}

::placeholder{
    color:black;
}

/* WORK */

.work-expertise{
    font-family: "cheee-wowie", sans-serif;
    font-weight:normal;
    font-style:normal;
    color: #0546D8;
    font-size:30px;
    line-height:1em
}

/* FOOTER */

#footer-bottom{
    display:none;
}

#footer-widgets{
    padding:0;
    display:flex;
}

.et_pb_gutters3 .footer-widget{
    margin-bottom:0;
}

#footer-widgets .footer-widget li a{
    color:black;
}

#footer-widgets .footer-widget{
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}

@media screen and (max-width: 500px) {

    h1{
        font-size:50px!important;
    }

    .work-expertise{
        font-size:25px;
        line-height:1.2;
    }

    .mobile_menu_bar:before{
        color: var(--blue);
    }

    #mobile_menu li a{
        font-weight:normal;
    }

    .et_mobile_menu{
        border-top: 3px solid var(--blue);
    }


    input[type=email],textarea, input[type="text"]{
    width: 300px;
    }

}