/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*For the CTA Form*/
textarea#input_1_2 {
    font-size: inherit;
    font-family: inherit;
}

/*This Adds A Red Line Below the Main Navigation*/
header.fusion-header-wrapper {
    border-bottom: 5px solid #b90101;
}
.fusion-header.fusion-sticky-shadow {
    border-bottom: 5px solid #b90101 !important;
}

/*This adds a blue outline to the hero box with their blue*/
.div#slide-1-layer-21{
	border: 1px solid #0032a0;
}

/*This makes the Contact Button on the Navigation Red & The Submit Button in the first Gravity Forms*/
.home .fusion-main-menu .button-default, .ticket-selector-submit-btn[type=submit], .tml-submit-wrap input[type="submit"], input.button-default {
    background: #b90101;
}
input#gform_submit_button_1 {
    background-color: #b90101;
}

/*This removes clickability on items that have a native Avada link click*/
.no-click {
	pointer-events: none !important;
}

/* This makes the membership button stretch full across the page */
table#pmpro_levels_table {
    width: 100%;
    text-align: center;
}

.page-id-2200 #main {
  padding-top: 0px !important;
}

input#gform_submit_button_3 {
    background-color: #b90101 !important;
}
input#gform_submit_button_4 {
    background-color: #b90101 !important;
}
li#field_6_13 {
    position: absolute;
    right: 0;
    bottom: 36px;
    padding: 18px;
    background: #f3f3f3;
    border: 1px solid #e1e1e1;
}
li#field_6_13:before {
    content: "Powered By";
    /*text-align: right;*/
    width: 100%;
    display: block;
    margin: -45px -18px 0px;
}