/*
 Theme Name: Litho Child
 Theme URI: https://litho.themezaa.com/
 Description: Child theme for Litho theme
 Version: 1.2
 Author: ThemeZaa
 Author URI: https://www.themezaa.com/
 Tested up to: 5.8
 Requires PHP: 7.3
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, flexible-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce
 License: Themeforest Split Licence
 License URI: https://themeforest.net/licenses/
 Template: litho
 Text Domain: litho-child
*/


/*Custom Contact Page CSS*/

.contact-form-class .custom_inputs {
    border: 0px;
    border-bottom: 2px solid #000000;
}

.contact-form-class .custom_btn {
    padding: 10px 25px;
    border-color: black;
    background-color: black;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 15px !important;
}


.newsletter_footer_form .custom_inputs {
    background-color: hsla(0, 100%, 50%, 0);
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
    color: white;
    border-bottom: solid 1px #8890A4;
}

.newsletter_footer_form .custom_btn {
    padding: 10px 25px;
    border-color: #8890A4;
    background-color: hsla(0, 100%, 50%, 0);
    color: #8890A4;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.newsletter_footer_form .custom_btn:hover {
    border-color: white;
    background-color: white;
    color: #8890A4;
}

.cta_form .custom_inputs {
    background-color: hsla(0, 100%, 50%, 0);
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
    color: white;
    border-bottom: solid 2px white;
    margin-bottom: 2rem;
}

.cta_form input::placeholder,
.cta_form textarea::placeholder {
  color: white;
}

.cta_form .custom_btn {
    padding: 10px 25px;
    border-color: white;
    background-color: hsla(0, 100%, 50%, 0);
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 15px !important;
}

.cta_form .custom_btn:hover {
    border-color: white;
    background-color: white;
    color: black;
}
.cta_form .wpcf7-spinner { display: none; }
