/*
Theme Name: ESTX Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: Huckster Design
Author URI:  https://hucksterdesign.com
Template: salient
Version: 1.0
*/


/* Hide Case Studies btn */
.nectar-button.hidden {
    display: none;
}

/* Get Started Pop-Up */
.popmake-content .gform_required_legend {
   display: none;
}
.popmake-content .gform_description {
    font-size: 20px;
    line-height: 1.2em;
}
.popmake-content .gform_wrapper .top_label .gfield_label {
    margin-top: 0;
}
.popmake-content .ginput_container_radio {
    margin-top: -10px;
}
.popmake-content .gform_wrapper.gravity-theme .gform_footer {
	padding-bottom: 0;
}
.popmake-content p:last-child {
	padding-bottom: 0;
}

/* Get Started Toggle */
#groups.wpb_row .toggle {
	text-align: center;
}
#groups.wpb_row .toggle > div .inner-toggle-wrap {
	text-align: left;
}

/* Typography */
body, h1, h2, h3, h4, h5, h6, p, body .gform_wrapper .top_label .gfield_label, #page-header-bg .subheader, header#top nav > ul > li > a, body:not([data-header-format="left-header"]) header#top nav >ul >li.megamenu >ul >li >ul >li.has-ul >a, #page-header-bg h1, input[type=submit], button[type=submit], input[type="button"], .bold, b, strong, .tribe-events-event-meta, dt, .row .col.section-title h2, .nectar-milestone .number {
    font-family: degular, sans-serif;
}
hr {
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}
.codes p {
    font-size: 16px;
    letter-spacing: 1px;
}
.row .col .iwithtext .iwt-icon img:not([srcset]) {
    width: 70px;
}
.iwithtext .iwt-text {
    padding-left: 90px;
}
img.max-height-icon, img.max-height-img {
    max-height: 150px;
    width: auto;
}
.pull-left {
    float: left;
}
.nectar-fancy-ul ul li {
    line-height: 1.2em;
    margin-bottom: 10px;
}
.light input[type=date], 
.light input[type=email], 
.light input[type=number], 
.light input[type=password], 
.light input[type=search], 
.light input[type=tel], 
.light input[type=text], 
.light input[type=url], 
.light textarea {
	color: #fff;
}
.gform_wrapper.gravity-theme .gfield_description {
	line-height: 1.4em;
}
body .vc_pie_chart .vc_pie_chart_value {
    font-size: 54px;
    font-family: 'degular';
    font-weight: bold;
}


/* Event Calendar */
#tribe-events-content a, .tribe-events-event-meta a {
    color: #6ad1e3;
}
.tribe-common button.tribe-common-c-btn.tribe-events-c-search__button[type=submit] {
    padding: 8px 12px!important;
}
.tribe-events-notices li {
    list-style: none;
}
.tribe-events-schedule h2,
.tribe-events .tribe-events-calendar-list__event-datetime {
    font-size: 24px;
    line-height: 1.2em;
}
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    border-color: #005c56;
    color: #005c56;
}
.tribe-common .tribe-events-c-small-cta__price {
    background-color: #005c56;
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
    background-color: #005c56;
    padding: 5px 15px;
    color: #fff;
    float: right;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous {
    list-style: none;
    line-height: 1.2em;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous {
    text-align: left;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next {
    text-align: right;
}
#tribe-events-content a.tribe-events-gmap {
    display: block;
}
.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
    line-height: 1.2em;
}

    @media (min-width: 768px) {
        .tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
            width: 50%;
            float: left;
        }
        .tribe-events-venue-map>div, .tribe-events-venue-map>iframe {
            max-height: 500px;
        }
        .tribe-events-venue-map {
            min-width: 455px;
        }
    }

/* Newsletter Signup Inline Form */
.inline-newsletter-form .gform_wrapper.gravity-theme input[type=text],
.inline-newsletter-form .gform_wrapper.gravity-theme input[type=email] {
    border-radius: 4px;
    padding: 12px 8px;
    background: rgba(0,0,0,.45) !important;
}
.inline-newsletter-form input[type=submit] {
    width: 100%;
}
.inline-newsletter-form .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder,
.inline-newsletter-form .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-weight: bold;
}
.inline-newsletter-form .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder,
.inline-newsletter-form .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-weight: bold;
}
.inline-newsletter-form .gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder,
.inline-newsletter-form .gform_wrapper.gravity-theme input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-weight: bold;
}
.inline-newsletter-form .gform_wrapper.gravity-theme input[type=text]:-moz-placeholder,
.inline-newsletter-form .gform_wrapper.gravity-theme input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-weight: bold;
}

.gform_required_legend { display: none; }
.gform_wrapper.gravity-theme .gfield_required {
    color: #fa4616;
	line-height: 1em;
}

/* payment form */
.gform_wrapper.gravity-theme .gf_page_steps {
	text-align: center;
	border-bottom: 0;
}
.gform_wrapper.gravity-theme .gf_step_number {
	display: table;
    margin: 0 auto;
	color: #6ad1e3;
    background: #fff;
    font-weight: bold;
    border: none;
	height: 30px;
    width: 30px;
}
.gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
	background: #6ad1e3;
    color: #fff;
}
.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before {
	height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
    background: #6ad1e3;
    border: none;
}
.gform_wrapper.gravity-theme .gf_step_label {
	padding-left: 0;
	padding-top: 5px;
}
.gform_wrapper.gravity-theme .gf_step.gf_step_last {
	margin-right: 0;
}
.light .gform_wrapper.gravity-theme .gf_progressbar_title {
	color: #fce300;
	padding-bottom: 0;
}
.gform_wrapper.gravity-theme form.paginated-payment-form .gsection {
	border-bottom: none;
}
body .gform_wrapper form.paginated-payment-form .top_label .gfield_label {
	font-size: 21px;
	margin-top: 0;
}
.gform_wrapper.gravity-theme form.paginated-payment-form .field_description_above .gfield_description {
	padding-bottom: 5px;
}
.gform_wrapper.gravity-theme .ginput_product_price_label,
.gform_wrapper.gravity-theme .ginput_product_price,
.gform_wrapper.gravity-theme .ginput_quantity_label,
.gform_wrapper.gravity-theme input.ginput_total {
	font-size: 21px;
	font-weight: bold;
}
.gform_wrapper.gravity-theme .ginput_product_price,
.gform_wrapper.gravity-theme input.ginput_total {
    color: #7ccc6c;
}
.gform_wrapper.gravity-theme .ginput_quantity_label {
	margin-left: 30px;
}
.gform_wrapper.gravity-theme form.paginated-payment-form .gfield .ginput_quantity {
    max-width: 75px;
	padding: 4px 8px;
    border-radius: 5px;
}
.gform_wrapper.gravity-theme form.paginated-payment-form .gfield_checkbox label,
.gform_wrapper.gravity-theme form.paginated-payment-form .gfield_radio label {
    font-size: 18px;
    line-height: 1.2em;
}
.gform_wrapper.gravity-theme form.paginated-payment-form .gfield_checkbox label {
	vertical-align: text-top;
}
.gform_wrapper.gravity-theme .processing-fee .gfield_label,
.gform_wrapper.gravity-theme .processing-fee .ginput_container_product_calculation,
.gform_wrapper.gravity-theme .gfield_total .gfield_label,
.gform_wrapper.gravity-theme .gfield_total .ginput_container_total {
	display: inline-block;
}
.gform_wrapper.gravity-theme .processing-fee .gfield_label {
	margin-right: 10px;
}
.gform_wrapper.gravity-theme .processing-fee .ginput_product_price_label {
	display: none;
}
.gform_wrapper.gravity-theme input.ginput_total {
	border: none !important;
	color: #7ccc6c !important;
}
.gform_wrapper.gravity-theme .gform_page_footer input {
	padding: 15px 22px;
    font-size: 16px;
    font-weight: 700;
}
.gform_wrapper.gravity-theme .gform_page_footer input.gform_next_button {
	background: #6ad1e3;
}

/* Footer */
.nectar-global-section.before-footer {
    display: none;
}
body.single-post .nectar-global-section.before-footer {
    display: block;
}
#footer-outer .row {
    flex-direction: row;
    align-items: center;
}
#footer-outer #footer-widgets .col {
    padding: 0 2%;
}
#footer-outer #footer-widgets .col ul.wp-block-social-links li:first-child {
    padding-top: 8px !important;
}
body[data-form-submit=regular] .wp-block-search__inside-wrapper button[type=submit] {
	border-radius: 0 4px 4px 0 !important;
}
.wp-block-social-links .wp-social-link svg {
    width: 1.25em;
    height: 1.25em;
}
#footer-outer .widget.widget_nav_menu li a:hover {
	color: #6ad1e3;
}
body #footer-outer #copyright li a i {
	color: #fff;
}


