/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #222;
    line-height: 1.4;
    margin: 0px;
}


div#gform_confirmation_message_1 {
    border-top: 4px solid #ffffff;
}
	

table th, table td {
    text-align: inherit;
    padding: .769em 1em;
    border: none !important;
}

.vc-gitem-zone-height-mode-auto:before {
    content: "";
    display: block;
    padding-top: 80%;
}

.navbar-style-one .dropdown-menu>li.menu-item>a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    color: #555;
}

.ult-carousel-wrapper {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.wpb_text_column.has-custom-color a {
    text-decoration: none !important;
}

input[type="submit"] .button {
    background-color: #a2ddee;
}

.purpleform label.gfield_label {
    color: #fff !important;
}

h3.gsection_title {
    color: #80a0d3 !important;
    margin-top: 50px !important;
}

h4.wpex-card-title.wpex-heading.wpex-text-lg.wpex-mb-5 {
    color: #a2ddee !important;
}