/*
 Theme Name:     Kelly Go Lightly
 Theme URI:      https://kellygolightly.com/
 Description:    A Custom Theme to Kelly Go Lightly
 Author:         Kristy Morton
 Author URI:     http://kristymorton.com/
 Template:       Divi
 Version:        1.0.2
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

header nav #top-menu li.wp-search {
    display: none;
}

@media screen and (max-width: 980px) {
    header #et_mobile_nav_menu li.wp-search {
        display: block;
    }
    header #et_mobile_nav_menu li.wp-search form input[type=text]::placeholder {
        color: #000000;
    }
    header #et_mobile_nav_menu li.wp-search form input[type=text] {
        width: calc(100% - 25px);
        padding: 2px 10px;
        border-color: #707070;
        color: #000000;
        text-transform: uppercase;
        font-size: 9pt;
        letter-spacing: 0.45pt;
        line-height: 11pt;
        height: 15pt;
    }
    header #et_mobile_nav_menu li.wp-search form > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 15px 5%;
    }
    header#main-header #et_mobile_nav_menu ul li.wp-search {
        position: relative;
        width: 100%;
        display: block;
    }
    header #et_mobile_nav_menu li.wp-search form input[type=submit] {
        width: 25px;
        border: unset;
        padding: 0;
    }
    header#main-header #et_mobile_nav_menu ul li.wp-search #et_search_icon {
        position: absolute !important;
        right: 5%;
        width: 25px;
        background: #fff;
        top: 0;
        pointer-events: none;
        padding: 13px 0;
        text-align: right;
    }
    header#main-header #et_mobile_nav_menu ul li.wp-search #et_search_icon::before {
        transform: rotate(270deg);
        display: inline-block;
        font-size: 13px;
        color: #000000;
        font-weight: 600;
    }
    header#main-header #et_mobile_nav_menu ul li a {
        width: 100%;
    }
}