/*
Theme Name: Camile Thomsen
Theme URI: https://www.valice.com/
Author: Valice
Author URI: https://www.valice.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Template: frost
Text Domain: camile-thomsen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Whitespace is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url("https://use.typekit.net/ltw1gwf.css");

.wp-block-group.home-top {
    margin-top: -150px !important;
}

.wp-block-group.home-top .wp-block-cover {
   text-shadow: 3px 3px 5px #fff;
}

a, a:focus, a:hover, a:not(.wp-element-button) {
    text-decoration: none;
}

.site-header {
    z-index: 999;
    position: relative;
}

.gform_wrapper.gravity-theme.lender-form_wrapper .left_label .gfield_label {
    width: 20%;
    font-size: 20px;
    font-weight: normal;
}

.gform_wrapper.gravity-theme.questionnaire_wrapper .gfield_label {
    font-size: 20px;
    font-weight: normal;
}

.gform_wrapper.gravity-theme.lender-form_wrapper .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset) {
    justify-content: space-between;
}

.gform_wrapper.gravity-theme.lender-form_wrapper .left_label div.gfield > div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
    width: 80%;
}

.gform_wrapper.gravity-theme .gform_required_legend {
    display: none;
}

.gform_wrapper.gravity-theme.lender-form_wrapper .gform_footer.left_label {
    padding: 10px;
    text-align: center;
}

.gform_wrapper.gravity-theme.lender-form_wrapper .gform_footer input[type="submit"],
.gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    width: 150px;
    margin: 0 auto;
    color: #fff;
    background-color: #581E31;
    padding: 0;
    border-radius: 6px;
}

.gform_wrapper.gravity-theme.questionnaire_wrapper .gsection {
    border-bottom: none;
}

@media only screen and (max-width: 600px) {
    .gform_wrapper.gravity-theme.lender-form_wrapper .left_label .gfield_label {
        width: 100%;
    }

    .gform_wrapper.gravity-theme.lender-form_wrapper .left_label div.gfield > div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
        width: 100%;
    }
}