/**
* Theme Stylesheet
*
* This file is read by WordPress to generate theme information
* in the theme selector area.
*
* @package      TicketSmarter Child Theme
* @version      1.0.0
*
* Theme Name:       TicketSmarter
* Text Domain:      ticketsmarter
* Template:         salient
* Version:          1.0.0
* Tested up to:     6.0
* Requires PHP:     7.0
* Description:      An object-oriented WordPress child theme for Salient. Built with love for TicketSmarter.
* Tags:             wordpress, wordpress-development, wordpress-theme, child-theme, salient, wpbakery
* Author:           Avalaunch Media
* Author URI:       https://avalaunchmedia.com/
* Theme URI:        git@github.com:avalaunchmedia/TicketSmarter.git
**/

/**
* Note: Theme .css files will be loaded from the /dist/css/
* directory however, this file is still enqueued so you can
* place custom CSS below.
**/

#popmake-715 form ._form-title,
.has-activecampaign-form form ._form-title {

    display: none;

}

#popmake-715 form ._form-content > div:not(:first-child, :last-child),
.has-activecampaign-form form ._form-content > div:not(:first-child, :last-child) {

    margin-bottom: 13px;

}

#popmake-715 form ._form-content > div label,
.has-activecampaign-form form ._form-content > div label {

    margin-bottom: 7px;
    display: block;

}

#popmake-715 form button[type="submit"],
.has-activecampaign-form form button[type="submit"] {

    margin-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 14px;
    padding: 15px 22px;

}

.has-activecampaign-form > .wpb_wrapper > [class*="_form_"] {

    margin: 0 auto;
    max-width: 600px;

}

.has-activecampaign-form form ._form-content > div label {

    color: #ffffff;
    text-align: left;

}

.has-activecampaign-form form input {

    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);

}

.has-activecampaign-form form input::placeholder {

    color: rgba(255, 255, 255, 0.5);

}

.has-activecampaign-form form input:focus {

    border-color: #ffffff !important;

}
