/* 
Theme Name: Platform Advisors
Theme URI: https://nilsson.digital
Description: Custom theme for Platform Advisors Website, based on Hello Elementor parent
Author: Chad Nilsson
Author URI: https://nilsson.digital/
Template: hello-elementor
Version: 1.0.1
Text Domain: platform-advisors-custom
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Form Styling */
.wpforms-field-label {
    font-family: 'Volte' !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}
input[type="checkbox"] {
    background: none !important;
    padding: 0 !important;
    height: 24px !important;
    width: 20px !important;
}

input[type="checkbox"]:before {
    height: 24px !important;
    width: 24px !important;
    text-align: center;
     border-color: black !important;
    box-shadow: 0 0 0 1px var(--e-global-color-accent)),0px 1px 2px rgba(0,0,0,0.15) !important;
   
}


input[type="checkbox"]:after {
    transform: translate(-2px, 3px) scale(0.7) rotate(-45deg) !important;
    left: 2px !important;
     border-color: var(--e-global-color-accent) !important;
}

.wpforms-container ul li {
    align-items: center !important;
    position: relative;
}

.wpforms-container li label {
    position: relative;
    top: 2px;
    left: 5px;
}

.wpforms-submit {
    background: #171847!important;
    border-radius: 30px !important;
    padding: 16px 24px !important;
    height: auto !important;
    font-family: 'Volte' !important;
    font-weight: 400 !important;
    border: solid 1px transparent !important;
    transition: ease all 0.3s !important;
    font-size: 20px !important;
    line-height: 20px !important;
}

.wpforms-submit:hover {
    background: transparent !important;
    border-radius: 30px !important;
    padding: 16px 24px !important;
    height: auto !important;
    font-family: 'Volte' !important;
    font-weight: 400 !important;
    color: black !important;
    border: solid 1px black !important;
    transition: ease all 0.3s !important;
    font-size: 20px !important;
    box-shadow: none !important;
    line-height: 20px !important;
    outline: none !important;
}

a.readmore-link {
    text-decoration: underline;
    color: var(--e-global-color-accent);
}

.popup-content {
    font-family: 'Volte', sans-serif;
	font-weight: 500;
	letter-spacing: -1px;
}