<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Avada Child
Description: A business, portfolio and blog child theme.
Author: TharinduH
Author URI: http://www.mclanka.com/
Version: 1.0
Template: Avada
*/

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

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

.wpcf7 .wpcf7-form .feilds {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.wpcf7 .wpcf7-form .feilds &gt; div {
    display: inline-block;
}
.wpcf7 .wpcf7-form .feilds &gt; div.lable {
    max-width: 200px;
    vertical-align: top;
    width: 22%;
}
.wpcf7 .wpcf7-form .feilds &gt; div.feild {
    width: 77%;
}
.wpcf7 .wpcf7-form .feilds.submit &gt; div.feild {
    text-align: right;
}
.page #main {
    padding-bottom: 0;
    padding-top: 0;
}
div.wpcf7 {
    margin-top: 20px;
}
.wpcf7 .wpcf7-form .feilds.submit &gt; div.feild .wpcf7-form-control.wpcf7-submit {
    background-color: #254061;
    background-image: none;
    border-radius: 0;
    color: #fff;
    float: right;
}
.wpcf7 .wpcf7-form .feilds.submit &gt; div.feild .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #1fa8e2;
}
.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 13px;
}</pre></body></html>