/*!
Theme Name: Upgrade Labs
Theme URI: https://upgradelabs.com/
Author: Virtual Window
Author URI: https://upgradelabs.com/
Description: A beautifully-simple yet powerful WordPress theme that integrates perfectly with the block editor and plugin. Start amazing websites with blocks today! Install the plugin to add even more page such as testimonials, sharing icons, notices, call to actions, buttons and more.
Tags: one-column, featured-images, theme-options, custom-background, custom-colors, custom-logo, custom-menu, editor-style, translation-ready, footer-widgets, full-width-template, blog, sticky-post, threaded-comments, wide-blocks
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: upgrade-labs
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.


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

:root {
    --orange: #FFA400;
    --purple: #4B36C1;
    --darkgrey:  #364153;
    --blue:  #201751;
    --white: #ffffff;
    --black: #000;
    --navyblue:#0D0231;
}
body
{
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'TASA Explorer';
    font-size: 14px;
}
body h1, body h2, body h3, body .header-2 h1
{
    font-family: 'Montserrat';
    font-weight: 300;
}
h1, h2.cta-primary-email
{
    font-size: 86px !important;
}
h2
{
    font-size: 56px !important;
        line-height: 1.1;
}
h4 {
    font-size: 32px;
    font-weight: 400;
}
h3 {
    font-size: 15.36px;
    line-height: 1.3;
}
a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.entry-title {
    display: none;
}
.theme-btn, .search-submit, .wp-block-button__link {
    padding: 10px 20px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    color: var(--white);
}
.btn-purple, .search-submit, .wp-block-button__link, #load-more, #mainNav li.theme-btn.btn-purple a{
    background: var(--purple);
    border-radius: 30px;
    border: 1px solid var(--purple);
}
.btn-purple:hover, .newsletter_form .theme-btn:hover, .search-submit:hover, 
.wp-block-button__link:hover, .location-form .theme-btn:hover, #load-more:hover,
#mainNav li.theme-btn.btn-purple a:hover {
   background: var(--orange);
   color: var(--white);
   border-color: var(--orange);
}
.text-link:hover
{
     color: var(--orange);
}
.text-link:hover svg path {
    fill: var(--orange);
}
.newsletter_form .theme-btn {
       border-radius: 4px;
    background: #3A2A94;
    border-color: #3A2A94;
    height: 36px;
    line-height: 1;
    padding: 0;
    text-align: center;
    font-weight: 600;
}

.wpcf7-not-valid-tip {
    font-size: 0px;
}
.form-control, .search-field {
      height: 52px;
    color: #6A7282;
    font-size: 16px;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 8px;
    border: 2px solid rgba(16, 24, 40, 0.17);
    background-color: #FFF !important;
}
.contact-form .form-group p {
    margin-bottom: 0px;
}
form {
    position: relative;
}
.wpcf7 form .wpcf7-response-output {
    position: absolute;
    bottom: -35px;
    font-size: 8px;
    width: 100%;
    text-align: center;
}
.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10px;
}
.form-control.wpcf7-not-valid {
    border:1px solid #dc3232 !important;
}