/*
Theme Name:     Genesis Child
Theme URI:      n/a
Template:       kadence
Author:         Genesis
Author URI:     n/a
Description:    Genesis child theme
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/* WIRELINE */

/* Field Ticket */

@media print { 
#header, #footer, #socket, .site-header, .header-wrap, .page-header, .site-footer {
    display: none !important;
}
}

.field-ticket-print {
	background: #ccc;
	padding: 10px 26px;
	border-radius: 5px;
	color: #000;
	border: 1px solid #333;
}

.field-ticket-print:hover {
	text-decoration: none;
	background: #eee;
	border: 1px solid #333;
}

.psa-1-list-font .gform-field-label {
  font-size: 13px!important;
}

.ticket_hide {
	display: none;
}

.ginput_container_number #input_1_40,
.ginput_container_number #input_4_40,
.ginput_container_number #input_5_40,
.ginput_container_number #input_6_39 {
	border: none!important;
  	padding: 0!important;
  	color: green;
}


#gform_1 .gfield--input-type-calculation,
#gform_4 .gfield--input-type-calculation,
#gform_5 .gfield--input-type-calculation,
#gform_6 .gfield--input-type-calculation {
	display: none;
}

.gform_confirmation_message {
	border: 1px solid #333;
	padding: 20px;
}
.gform_confirmation_message a {
	color: #fff;
	text-shadow: none;
	border: 1px solid #333;
	border-radius: 5px;
	padding: 10px;
	background: #333;
	text-decoration: none;
}

.gform_confirmation_message a:hover {
	background: #fff;
	color: #333;
	text-decoration: none;
}

.tml-lostpassword-link {
	display: none;
}

/* Ticket Entry Nav Items */

.landon-entry,
.landon-new,
.landon-edit,
.clay-entry,
.derek-entry,
.genesis-home,
.jonathan-entry,
.jonathan-new,
.jonathan-edit {
  display: none;
}

.page-id-27 .landon-entry,
.page-id-27 .landon-new,
.page-id-27 .landon-edit,
.page-id-27 .genesis-home,
.page-id-41 .landon-entry,
.page-id-41 .landon-new,
.page-id-41 .landon-edit,
.page-id-41 .genesis-home,
.page-id-85 .jonathan-entry,
.page-id-85 .jonathan-new,
.page-id-85 .jonathan-edit,
.page-id-85 .genesis-home,
.page-id-86 .jonathan-entry,
.page-id-86 .jonathan-new,
.page-id-86 .jonathan-edit,
.page-id-86 .genesis-home,
.page-id-25 .clay-entry,
.page-id-25 .genesis-home,
.page-id-68 .derek-entry,
.page-id-68 .genesis-home {
  display: block;
}