/**
* Theme Name: Karon Child
* Description: This is a child theme of Karon, generated by Merlin WP.
* Author: <a href="https://creativesplanet.com/">Creative's Planet</a>
* Template: karon
* Version: 1.0
*/

/*slider get a quote button style*/
.contactformlite{
	background-color: #7DD61D !important;
    border-color: #7DD61D !important;
    color: #000 !important;
    font-family: Barlow,sans-serif;
    font-size: 13px !important;
    font-weight: 700 !important;
}
.formhead{
	font-family: Barlow Condensed,sans-serif;
    font-size: 50px !important;
    font-weight: 600 !important;
}
.slidercontactform input[type="text"], .slidercontactform input[type="email"]{
	height: 40px !important;
    font-family: barlow condensed, sans-serif;
}
.slidercontactform textarea {
    height: 115px !important;
    font-family: barlow condensed, sans-serif;
}

@media screen and (max-width: 1024px) and (min-width: 778px){
    .formhead{
        font-size: 30px !important;
    }
    .slidercontactform textarea {
        font-family: Barlow Condensed,sans-serif;
        height: 70px !important;
    }
}
