/*
Theme Name: Saren Child
Description: Child theme for the Saren. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Read More</a>
Author: PeThemes
Author URI: http://pethemes.com
Template: saren
*/


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

.contact-btn a{
    width: auto;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    background: linear-gradient(90deg, #00e5ff 0, #00b4ff 100%);
    display: inline-block;
    text-align: center;
}

.contact-btn a img {
    margin-right: 8px;
}

.menu-bottom a {
    font-size:1rem;
}

ul.menu.menu--vertical li {
    font-size: initial !important;
    line-height: 1.4;

}


.pe--form p:has(input[name="first-name"]) { width: 48% !important}.pe--form p:has(input[name="last-name"]) { width: 48% !important}.pe--form p:has(input[name=""]) { width: 31% !important}

.pe--form p:has(input[name="your-email"]) {
    width: 48% !important
}