/*
 Theme Name:     WP Bootstrap Starter Child Theme
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    A child theme of WPBS Theme
 Author:         Afterimage Designs
 Author URI:     https://afterimagedesigns.com/
 Template:       wp-bootstrap-starter
 Version:        1.4
*/


/****************************************
*** Theme customization starts below ***
*****************************************/

.dark-purple{
    background: #322b4f;
}

.bg-white {
    background-color: rgba(255, 255, 255, 0.95)!important;
}

a.navbar-btn.btn.btn-sm.btn-default.btn-sm.btn-success-soft.lift.ml-auto.force-login-border{
    border: 1px soild red!important;
    border-color: #42ba96!important;
}


.navbar-nav .dropdown-img-left::before {

    background-color: rgba(136, 94, 233, 0.92)!important;
}



input#gform_submit_button_17{
    
    display: inline-block;
    font-weight: 600;
    color: #161c2d;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .8125rem 1.25rem;
    font-size: 1.0625rem;
    line-height: 1.6;
    border-radius: .375rem;

    width: 100%;

    color: #fff;
    background-color: #42ba96;
    border-color: #42ba96;
    box-shadow: none;
  }

  input#input_17_1_3, input#input_17_1_6, input#input_17_6, input#input_17_7, input#input_17_4, input#input_17_2{
    display: block;
    width: 100%;
    height: calc(1.6em + 1.625rem + 2px);
    padding: .8125rem 1.25rem;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.6;
    color: #161c2d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f1f4f8;
    border: 1px solid #e4e7eb;
    border-radius: .375rem;
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  label.gfield_label {
    font-size: 14px!important;
}

.purple-topper{
    border-top: 4px solid rgba(136, 94, 233, 0.92);
    border: 1px solid rgba(136, 94, 233, 0.92);
    border-top: 4px solid rgba(136, 94, 233, 0.92);
    border-radius: 4px;
}

.purple-icon{
    color: rgba(136, 94, 233, 0.92);