/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/
/* A11y Fixes */

/* Allow for esc key to close Kadence submenu */
.nav--toggle-sub li:hover > ul,
.nav--toggle-sub li.menu-item--toggled-on > ul,
.nav--toggle-sub li:not(.menu-item--has-toggle):focus > ul {
 display: none;
}

.main-navigation .menu-item .sub-menu {
  display: none;
}
.main-navigation .menu-item .sub-menu.submenu-open,
.main-navigation .menu-item .sub-menu.toggle-show {
  display: block;
}

/* Styling for floating label for gravity forms. 
 * Add class of floating-label to desired form fields */
.floating-label {
	 position: relative;
}
.floating-label label {
	 cursor: text;
	 font-size: 1rem;
	 left: 1rem;
	 margin: 0;
	 opacity: 0;
	 padding-right: 3.5em;
	 position: absolute;
	 top: 0.75rem;
	 font-weight: 500;
	 transition: all ease 0.4s;
}
.floating-label:focus-within label {
	 position: absolute;
    left: 12px;
    padding: 0 5px !important;
    background: #fff;
    font-size: 13px!important;
    top: -15px;
    left: 1px;
    line-height: 19px;
    color: #383b41;
    opacity: 1;
}
.floating-label input:focus ~ label, 
.floating-label textarea:focus ~ label,
.floating-label input.valid ~ label,
.floating-label textarea.valid ~ label, 
.floating-label input:visited ~ label,
.floating-label textarea:visited ~ label,
.floating-label input:-webkit-autofill ~ label,
.floating-label textarea:-webkit-autofill ~ label {
	 position: absolute;
    left: 12px;
    padding: 0 5px !important;
    background: #fff;
    font-size: 13px!important;
    top: -15px;
    left: 1px;
    line-height: 19px;
    color: #383b41;
    opacity: 1;

}
 .floating-label.input-active label {
	position: absolute;
    left: 12px;
    padding: 0 5px !important;
    background: #fff;
    font-size: 13px!important;
    top: -15px;
    left: 1px;
    line-height: 19px;
    color: #383b41;
    opacity: 1;
}

/* Basic A11Y fixes for Kadence Blocks */
body .kt-blocks-modal-link:not(.kb-btn-global-inherit):focus-within {
	outline:inherit;
}

/* Search Bar */
.woocommerce-product-search {
	position:relative;
}
.woocommerce-product-search .screen-reader-text {
	cursor: text;
	 font-size: 1rem;
	 left: 1rem;
	 margin: 0;
	 opacity: 0;
	 padding-right: 3.5em;
	 position: absolute;
	 top: 0.75rem;
	 font-weight: 500;
	 transition: all ease 0.4s;
}
.woocommerce-product-search:focus-within .screen-reader-text {
	clip:unset;
	clip-path:unset;
	height:auto;
	width:auto;
	left: 12px;
    padding: 0 5px !important;
    background: #fff;
    font-size: 13px!important;
    top: -13px;
    left: 1px;
    line-height: 19px;
    color: #383b41;
    opacity: 1;
}
.woocommerce-product-search input[type='search']::placeholder,
.search-form input[type='search']::placeholder {
	opacity:1;
}

/* menu */
body:not(.hide-focus-outline) .header-navigation li.menu-item--has-toggle>a:focus .dropdown-nav-toggle {
	opacity:1 !important;
}

/* Cookies */
.cky-preference-header .cky-btn-close img {
	filter:brightness(0);
}

/* Kadence Slider */
.kb-splide .splide__pagination__page:focus-visible {
	outline:2px solid #000;
}

/* Smart Slider */
body .n2-ss-slider :focus,
body .n2-ss-slider a.n2-ow:focus, 
body .n2-ss-slider .n2-ow-all a:focus {
	outline:1px solid #fff !important;
	box-shadow:inset 0 0 0 1px #000000 !important;
}
.n2-ss-slider .n2-ss-widget.n2-ss-widget-hidden {
	display:none;
}

/* Forms */
body select {
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='kadence-svg-icon kadence-arrow-down-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5.293 9.707l6 6c0.391 0.391 1.024 0.391 1.414 0l6-6c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z'%3E%3C/path%3E%3C/svg%3E");
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, body select, body .select2-container--default .select2-selection--single {
	border-color:#4E5C74;
}

/* Events Calendar */
.tribe-events .datepicker .day.focused, .tribe-events .datepicker .day:focus, .tribe-events .datepicker .day:hover, .tribe-events .datepicker .month.focused, .tribe-events .datepicker .month:focus, .tribe-events .datepicker .month:hover, .tribe-events .datepicker .year.focused, .tribe-events .datepicker .year:focus, .tribe-events .datepicker .year:hover {
	outline:2px solid #000;
}
.tribe-events-c-search__input-group {
	position:relative;
}
.tribe-events-c-search__input-group label {
	opacity:0;
	transition: all ease 0.4s;
}
.tribe-events-c-search__input-group:focus-within label {
	clip:unset;
	height:auto;
	width:auto;
	opacity:1;
	margin:0;
	top:-40px;
}
.tribe-events .datepicker .next .tribe-events-c-top-bar__datepicker-nav-icon-svg path, .tribe-events .datepicker .prev .tribe-events-c-top-bar__datepicker-nav-icon-svg path, #primary .tribe-events .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, #primary .tribe-events .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path,
.tribe-events .tribe-events-c-nav__next:disabled .tribe-events-c-nav__next-icon-svg path, .tribe-events button.tribe-events-c-nav__next:disabled .tribe-events-c-nav__next-icon-svg path {
	fill:#707070;
}

/* WooCommerce */
select.orderby:focus-visible {
	outline:2px solid #000;
}
.kadence-shop-top-row {
	position:relative;
}
.kadence-shop-top-row .skip-link {
	right:0;
	left:auto;
}
span.required {
	color:red;
}
.form-description {
	font-size:1rem;
}


/* End A11y Fixes */

/*/// Global \\\*/

/* Custom Golden Gradient Text, just add "gradient-text" class to element */
.gradient-text {
   background: linear-gradient(128.1deg, #C5A753 0%, #fff 99.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

input, select {
	color:#272829;
}


/* Custom Button Gradient */
.button,
.gform_button,
button.gpnf-add-entry {
	  background: linear-gradient(232.1deg, #F4E8B6 0%, #C5A853 99.04%);
}

.button:hover,
.button:focus,
button.gpnf-add-entry:hover,
button.gpnf-add-entry:focus {
	  background: linear-gradient(232.1deg, #C5A853 0%, #F4E8B6 99.04%);
}

.gform_button{
	  background: linear-gradient(232.1deg, #F4E8B6 0%, #C5A853 99.04%)!important;
}

.gform_button:hover,
.gform_button:focus{
	  background: linear-gradient(232.1deg, #C5A853 0%, #F4E8B6 99.04%)!important;
}




.wp-block-kadence-advancedbtn a:nth-child(2):hover,
.wp-block-kadence-advancedbtn a:nth-child(2):focus{
    background: linear-gradient(232.1deg, #243259 0%, #243259 99.04%);
	border: 2px solid #243259;
  	border-radius: 5px;
	color: white;
}
@media(max-width: 767px){
	
	.wp-block-kadence-advancedbtn a{
		width: 100%;
	}
}

.wp-block-kadence-advancedbtn {
	width: 100%;
}

/*/// Header \\\*/

/* Header Sign in Button */
.header-button{
	position:relative;
	padding: 10px 20px 10px 60px;
}

.header-button:before{
	content:"";
	display: block;
	width: 40px;
	height: 40px;
	background-image: url("/wp-content/uploads/icon_system_user.svg");
	object-fit: cover;
	position: absolute;
	top: 0px;
	left: 10px;
}

.mobile-html-inner p{
	margin: 0;
}

/* Members logged in header */
.logged-in.non-transparent-header #masthead:not(.kadence-sticky-header) {
	background-color: transparent !important;
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
}

@media (min-width: 1024px) {
	.logged-in.non-transparent-header #masthead:not(.kadence-sticky-header) .site-branding {
		margin-top: -45px;
	}
}

/*/// Homepage \\\*/

/* Sign In */
.sign-in .kt-svg-icon-list-item-wrap {
    display: flex;
    flex-direction: row-reverse;
}

.sign-in .kt-svg-icon-list-item-wrap  a{
    display: flex;
    flex-direction: row-reverse;
	text-decoration: none;
}

.sign-in .kt-svg-icon-list-item-wrap:hover .sign-in .kt-svg-icon-list span.kb-svg-icon-wrap,
.sign-in .kt-svg-icon-list-item-wrap:focus .sign-in .kt-svg-icon-list span.kb-svg-icon-wrap{
  background: linear-gradient(232.1deg, #C5A853 0%, #F4E8B6 99.04%)!important;
}

.sign-in .kt-svg-icon-list span.kb-svg-icon-wrap{
   height: 60px;
	width: 60px;
    background: linear-gradient(232.1deg, #F4E8B6 0%, #C5A853 99.04%);
	border-radius: 100%;
	margin-left: 20px;
}

.sign-in .kt-svg-icon-list svg {
   height: 60px;
	width: 60px;
}

/* 50/50 Video Section */
@media(min-width: 1420px){

	.left-staggered .kt-inside-inner-col .kt-inside-inner-col{
		margin-left: calc((100vw - 1420px) / 2);
		padding-right: 100px;
	}
	
	.right-staggered .kt-inside-inner-col .kt-inside-inner-col{
		margin-right: calc((100vw - 1420px) / 2);
		padding-left: 100px;
	}
}

.wp-block-kadence-videopopup, .kadence-video-popup-wrap {
	height: 100%;
} 

.kadence-video-popup-wrap .kt-video-svg-icon {
    color: #1A202C;
    background: #ffffffcc;
    padding: 60px;
    border-radius: 100px;
}

/* Gradient Cards */

.gold-card .kt-blocks-info-box-link-wrap,
.gold-card .kt-inside-inner-col {
	 background: linear-gradient(235.59deg, #F4E8B6 0%, #C5A853 100%)!important;
}

.gold-card .kt-blocks-info-box-link-wrap:hover,
.kt-blocks-info-box-link-wrap:focus,
.gold-card .kt-inside-inner-col:hover,
.gold-card .kt-inside-inner-col:focus {
	 background: linear-gradient(235.59deg, #FFFFFF 0%, #FFFFFF 100%)!important;
	transform: scale(1.1);
	transition:500ms;
}

.wp-block-kadence-infobox:not(.profile),
.wp-block-kadence-infobox:not(.profile) a{
	height: 100%;
}


/*/// Interior \\\*/

/* General Interior Page */

/* Side Rail */

.wp-block-kadence-column.side-rail {
   	align-items: flex-end!important;
}
.side-rail-card{
	max-width: 360px;
}

.blue-rail-card{
	 background: linear-gradient(12.12deg, #2D4CA1 0%, #243259 100%)!important;
}

.gold-rail-card{
  background: linear-gradient(188.36deg, #C5A853 0%, #F4E8B6 100%)!important;

}

.side-rail-list a{
	text-decoration:none;
	color:#555859;
}

.side-rail-list a:hover,
.side-rail-list a:focus{
	text-decoration:underline;
	color:#3A68E5;
}

.side-rail-list .kt-svg-icon-list-single{
	display: none!important;
}

@media(max-width: 767px){
	.wp-block-kadence-column.side-rail {
    	align-items: center!important;
	}
}

/* Check List */
.check-list li svg{
	position: relative;
	top: 3px;
}

/* Dot List */
.dot-list li svg{
	position: relative;
	top: 7px;
}


/* Numbered List */
.numbered-list li{
	padding: 10px 20px;
}

.numbered-list li::marker{
	color:#3A68E5!important;
	font-family: Ubuntu;
  	font-size: 18px;
  	font-weight: bold;
}


/* Download List */
.download-list li{
	border-bottom: 1px solid #ACB2B4;
	padding-top:10px!important;
	padding-bottom: 10px!important;
}

.download-list .kt-svg-icon-list-item-wrap:not(:last-child) {
    margin-bottom: 0!important;
	margin-top 0!important;
}

.download-list li a{
	text-decoration: none;
}

.download-list li svg{
	position: relative;
	top: 0px;
}


/* Custom Cards /Info Box */
.custom-card {
	border-radius: 10px;
}
.custom-card img{
	border-radius: 10px 10px 0 0;
}
.custom-card:hover,
.custom-card:focus{
	box-shadow: 0 2px 30px 0 rgba(0,0,0,0.2);

}

.team-card-section:hover,
.team-card-section:focus{
	box-shadow: 0 2px 30px 0 rgba(0,0,0,0.2);

}

@media(max-width: 767px){
/* 	.team-card-section figure{
		width: 80px!important;
	} */

	.team-card-section figure {
		flex: 0 0 150px !important;
		width: 150px!important;
		height: 100%;
	}
	
	.team-card-section figure img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}

/* Accordians */
.kt-accordion-panel-active.kt-accordion-panel-active.kt-acccordion-button-label-show{
	border-radius: 10px 10px 0 0!important;
}

.kt-blocks-accordion-header.kt-accordion-panel-active{
	background: linear-gradient(232.1deg, #F4E8B6 0%, #C5A853 99.04%);
}

.kt-blocks-accordion-header{
  background: linear-gradient(232.1deg, #F4E8B6 0%, #C5A853 99.04%);
}

.kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:before,
.kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:after{
    background: linear-gradient(232.1deg, #F4E8B6 0%, #C5A853 99.04%);
}

/* Table */
.wp-block-table.is-style-stripes thead{
	background-color: #243259;
	color: white;
}

.wp-block-table td, .wp-block-table th {
    padding: 20px;
    border: 1px solid white!important;
    word-break: normal;
}


#footable_parent_447 #footable_447 {
	border-bottom: 5px solid #243259!important;
}

.footable-header th {
	text-transform: uppercase!important;
}

#footable_447 tr td:first-child{
	font-weight: bold;
}


/* Tabs */

.wp-block-kadence-tabs .kt-tabs-title-list li {
   flex-grow: 1;
}

.wp-block-kadence-tabs .kt-tabs-title-list a {
   justify-content: center;
}



@media(max-width:767px){
	.custom-tabs.wp-block-kadence-tabs {
		margin: 0 -31px;
	}
	
	.custom-tabs .kt-tabs-accordion-title .kt-tab-title{
		border-radius: 0!important;
	}
	
	.custom-tabs.wp-block-kadence-tabs .kt-tab-title-active:after {
    	left: 20px;
	}
	
	.custom-tabs .kt-tabs-accordion-title .kt-tab-title {
		background-color:#3A68E5;
		border-bottom: 2px solid #F0F2F3;
		color: white;
	}
	.custom-tabs .kt-tabs-accordion-title .kt-tab-title span{
		color: white;
		
	}
	
	.custom-tabs .kt-tab-title span{
		position: relative;
		width: 100%;
	}
	
	.custom-tabs .kt-tab-title-active span:after{
		content: "";
		display: block;
		height: 15px;
		width: 15px;
		background-image: url("https://iatselocal4dev.wpengine.com/wp-content/uploads/minus.png")!important;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top:6px!important;
		right: 10px;

	}
	
	
	.custom-tabs .kt-tab-title span:after{
		content: "";
		display: block;
		height: 15px;
		width: 15px;
		background-image: url("https://iatselocal4dev.wpengine.com/wp-content/uploads/plus.png");
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: 0px;
		right: 10px;

	}
}

/* Contact Us Form */
.gform_required_legend{
	color: white!important;
	font-family: Ubuntu;
  	font-size: 14px;
  	letter-spacing: 0;
  	line-height: 30px;
	text-align: right;
}

#gform_4 input,
#gform_4 select{
	border: 1px solid #ACB2B4;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 14px;
}

#gform_4 input::placeholder,
#gform_4 select::placeholder{
	color: #3A68E5;
	font-family: Ubuntu;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}

#gform_4 .gfield_label , #gform_4 .gform-field-label {
	color: white;font-family: Ubuntu;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}

#gform_4 input,
#gform_4 select{
	border: 1px solid #ACB2B4;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 14px;
}

#gform_5 input::placeholder,
#gform_5 select::placeholder{
	color: #3A68E5;
	font-family: Ubuntu;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}

#gform_5 .gfield_label , #gform_4 .gform-field-label {
	color: white;font-family: Ubuntu;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}
.gform-field-label, .gform-field-label--type-sub{
  color: #FFF;
}

/* Availability List */

/* Filter styles */
#frmWorkAvailability select,
#frmMembersDirectory select {
	width: 100%;
	border-radius: 10px;
	height: 60px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#frmMembersDirectory input {
	width: 100%;
	border-radius: 10px;
	height: 60px;
	margin-bottom: 10px;
}

.filter-legend {
	margin-bottom: 10px;
}

.filter-label {
	display: block;
}

.sf_days_available {
	background-color: white;
	border-radius: 10px;
	padding: 20px;
	margin-top: 0;
	margin-bottom: 10px;
	color:var(--global-palette3);
}

#frmWorkAvailability #submit,
#frmMembersDirectory #submit {
	background-color: #3A68E5;
	border-radius: 25px;
	color: white;
	padding: 10px 20px;
}

/* Results Style */


.member-details {
	border-radius:10px;
	overflow:hidden;
	border-top:10px solid #C5A853;
	margin-bottom:30px;
}

.member-details-header{
	align-items: center;
	display:flex;
	justify-content:space-between;
	background-color: white;
	padding: 15px 30px;
}

@media (max-width: 1024px) {
	.member-details-header {
		align-items: flex-start;
		flex-direction: column;
	}
}

.user-full-name a{
	color: #272829;
	font-family: Ubuntu;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	text-decoration:none;	
}

.user-full-name a:hover,
.user-full-name a:focus{
	text-decoration:underline;	
}

.user-contact{
	color: #555859;
	display: flex;
	flex-direction: row;
	font-family: Ubuntu;
	font-size: 16px;
	font-weight: 600;
	gap: 10px;
	line-height: 30px;
	text-transform: uppercase;
}

.user-phone {
	align-items: center;
	display: flex;
	gap: 10px;
}

.member-details-main{
	background-color: #F0F2F3;
	padding: 20px 30px;
	border-radius: 0 0 10px 10px;
	display:flex;
	align-items:flex-start;
}

@media (min-width: 768px) {
	.user-details-page .profile-details {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}
	
	.user-details-page .profile-information {
		display: flex;
		gap: 60px;
	}

	.profile-picture-section {
		flex-basis: calc(33% - 30px);
	}
	
	.profile-contact-section {
		flex-basis: calc(66% - 30px);
	}
	
}

.profile-img {
	margin-right:15px;
	width:150px;
}
.profile-img img {
	width:100%;
}


.profile-section h2 {
	background: #1A202D;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 24px;
}

.availability-section h2 {
	background: linear-gradient(128.1deg, #C5A753 0%, #fff 99.04%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 34px;
	padding-top: 20px;
}

.profile-info {
	align-items: center;
	display: flex;
}

.profile-info h3 {
	flex: 0 0 200px;
	font-size: 20px;
	margin-bottom: 0;
}

.contact-information .profile-info h3 {
	flex-basis: 100px;
}

.profile-info div {
	font-size: 18px;
}

.profile-info.resume img {
	height: 24px;
	margin-bottom: 4px;
	width: 18px;
}

.profile-info.resume .resume-link a {
	align-items: flex-end;
	display: flex;
	gap: 10px;
}

.profile-dues-style{
  color: #000 !important;
}

@media (max-width: 1024px) {
	.profile-info.avail {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
}

@media (min-width:768px) {
	.profile.profile-photo {
		max-width: 400px;
		border-radius: 10px;
	}
}

.profile-info.dues-history ul {
	list-style: none;
	padding-left: 0;
}

.profile-info.dues-history ul a {
	color: white;	
}

@media (max-width:767px) {
	.member-details-main {
		display:block;
	}
	.profile-img {
		width:100%;
		margin-bottom:15px;
		margin-right:0;
	}
	
	.profile-details .profile-information,
	.profile-details .category-certification-section,
	.profile-details .availability-section,
	.profile-details .profile-information .profile-picture-section {
		margin-bottom: 40px;
	}
	
	.profile-info.cats {
		display: block;
	}
}

.category-certification-section{
	padding-top: 20px;
}

.category-row ,
.certification-row,
.days-row ,
.references-row {
	color: #555859;
	font-family: Ubuntu;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}
.category-row td,
.certification-row td,
.days-row td,
.references-row td {
	padding:5px;
	vertical-align:top;
}
.category-row td:first-child,
.certification-row td:first-child,
.days-row td:first-child,
.references-row td:first-child {
	width:150px;
}

.days-row td div {
	margin-bottom: 10px;
}

.days-row .days-avail {
	font-weight: 400;
}

@media(max-width: 767px){
	.member-details-header{
		display:block;
	}
}

.gform_wrapper.gravity-theme #gform_10 .gfield_label {
	font-size: 20px;
}

.gform_wrapper.gravity-theme #gform_10 .gfield_checkbox label {
	font-size: 18px;
	margin-left: 10px;
}

.gform_wrapper.gravity-theme #gform_10 .gfield input {
	height: 18px;
	width: 18px;
}

.gform_wrapper.gravity-theme .ginput_container_total input[type=text] {
	padding: 0;
}

/*/// Footer \\\*/

.footer-social .kb-svg-icon-wrap,
.footer-company-logo {
	height: 40px;
	width: 40px;
    background: linear-gradient(232.1deg, #F4E8B6 0%, #C5A853 99.04%)!important;
	border-radius: 100%;
}

.footer-social .kb-svg-icon-fa_facebook-f svg{
	width:.5em;
}

.footer-aux-menu li{
	position:relative;
	padding: 0 20px!important;
}
.footer-aux-menu li a:hover,
.footer-aux-menu li a:focus{
	color:#c5a853;
}

.footer-aux-menu li:before{
	content:"";
	display: block;
	width: 1px;
	height: 10px;
	background-color: #ffffff;
	position:absolute;
	left: -20px;
	margin-left: 20px;
}

/* Members */
.user-contact a {
	color:#3A68E5;
	text-decoration:none;
}
.user-contact a:hover,
.user-contact a:focus {
	color:var(--global-palette3);
	text-decoration:underline;
}
.page-numbers {
	color:var(--global-palette9);
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	display:inline-block;
	background: #67759D;
	border-radius:100px;
	font-size:16px;
	text-decoration:none;
	font-weight:500;
	margin-right:10px;
	margin-bottom:10px;
}
.page-numbers:hover,
.page-numbers:focus {
	color:var(--global-palette9);
	background:#3A68E5;
}
.page-numbers:last-child {
	margin:0;
}
.page-numbers.current {
	background:#3A68E5;
}
.page-numbers.next,
.page-numbers.prev {
	background:transparent;
	width:auto;
}
.page-numbers.next:hover,
.page-numbers.next:focus,
.page-numbers.prev:hover,
.page-numbers.prev:focus {
	color:#C5A853;
}
#frmWorkAvailability input[type="submit"] {
	width:100%;
	border-radius:10px;
}

.profile-contact-section h2{
  background: linear-gradient(128.1deg, #C5A753 0%, #fff 99.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 34px;
}

/* Production Listing Page */
button.export-pdf:hover,
button.export-pdf:active {
	background-color: white;
}

.production {
	border-bottom: 4px #c5a854 solid;
	margin-bottom: 40px;
}

.production.recent-updates {
	border: 4px #c5a854 solid;
	border-radius: 10px;
	padding: 20px;
}

@media screen and (min-width: 768px) {
	.production-header,
	.production-title {
		align-items:flex-end;
		display: flex;
		gap: 30px;
	}	
}

.production h2,
.production-title {
	margin-bottom: 0;
}

.production h2,
.production h3 {
	color: white;
}

.production-info {
	display: flex;
	gap: 40px;
}

.production-header,
.production-office,
.contact-info,
.department-heads,
.key-first-aid {
	margin-bottom: 40px;
}

.production-details,
.key-first-aid {
	flex: 0 0 calc((var(--global-calc-content-width) - 80px) / 4);
}

.department-heads {
	flex: 1 1 auto;
}

.department-heads-wrap {
	column-count: 2;
	font-style: italic;
	gap: 30px;
}

.department-heads-wrap div strong {
	font-style: normal;
}

@media (max-width: 1110px) {
	.department-heads-wrap {
		column-count: 1;
	}	
}

@media (max-width: 767px) {
	.production-info {
		flex-direction: column;
	}
	
	.production-details,
	.key-first-aid,
	.department-heads {
		flex-basis: 100%;
	}
}

.gold-text{
	color: #C6A956;
}

/* QC */


.search-results .search-title {
	margin-bottom: 50px;
}

.search-results .loop-entry {
	margin-bottom: 0;
	border-bottom: 4px #c5a854 solid;
}

.search-results .loop-entry .entry-content-wrap {
	height: 100%;
	display: flex;
	flex-direction: column;
}


.search-results .loop-entry .entry-summary {
	margin-top: 0;
}

.search-results .loop-entry .entry-summary p, 
.search-results .loop-entry .entry-header .entry-meta {
	margin-top: 0;
}

.search-results .loop-entry .entry-footer {
	margin-top: auto;
}

.search-results h2 a {
	color: var(--global-palette-highlight-alt);
}

.search-results .search-archive {
	color: var(--global-palette1);
}

.search-results a.post-more-link {
	color: var(--global-palette-highlight-alt);
}

.search-results .pagination .page-numbers {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.search-results .page-numbers.current {
	background-color: var(--global-palette-btn-bg);
}

.search-results .page-numbers:hover,
.search-results .page-numbers:focus {
	background-color: var(--global-palette-btn-bg);
	color: var(--global-palette1);
}

textarea {
	color: var(--global-palette3);
}
.login-form #loginform p label {
	color:#fff !important;
}
@media (max-width: 1024px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (hover: none) {
	.login-form #loginform p label,
	.not-a-member,
	.not-a-member a,
	a.header-account-button{
		color: #fff !important;
	}
}


@media screen and (min-width: 1025px) and (max-width: 1180px) {
	.site-branding a.brand img {
		max-width: 150px;
	}
	
	.main-navigation .primary-menu-container > ul li.menu-item > a {
		font-size: .875rem;
	}
}

@media screen and (min-width: 1180px) and (max-width: 1340px) {
	.site-branding a.brand img {
		max-width: 200px;
	}
}

body .kt-accordion-panel-inner ul,
body .kt-accordion-panel-inner ol,
body ul.list-padding,
body ol.list-padding {
	padding-left: 30px !important;
}


/* QC A11y Fixes */
.tingle-modal-box {
	background:var(--global-palette1);
}
.tingle-modal-box__content {
	padding-bottom:40px !important;
}
.tingle-modal-box__footer--sticky {
	position:static
}

.gpnf-row-actions .delete a, 
.gpnf-row-actions .delete-button {
	color:#CCB46B;
}
.gpnf-modal .gpnf-modal-header {
	background-color:#1F74AD !important;
}
.tingle-modal-box__footer .gpnf-btn-cancel:hover,
.tingle-modal-box__footer .gpnf-btn-cancel:focus {
	color:#D1BD7A;
}
.tingle-modal-box__footer .gpnf-btn-submit:hover,
.tingle-modal-box__footer .gpnf-btn-submit:focus {
	color:#000;
}
.ginput_container_fileupload input[type="file"] {
	background:#fff;
	padding:5px;
}
body .gform_wrapper.gravity-theme .gfield_error label {
	color:#FFA8A8;
}
.gpnf-modal .tingle-btn.gpnf-btn-delete {
	display:none;
}
button:focus {
	background:var(--global-palette7);
}

/*Sign In Page*/
#loginform p label{
	font-weight: 600;
	padding-bottom: 10px;
	color: #243259 !important;
	font-size: 22px;
}

/* input#wp-submit{
	background: linear-gradient(232.1deg, #F4E8B6 0%, #C5A853 99.04%);
	padding-top: 10px;
	padding-bottom:10px;
	padding-left: 30px;
	padding-right: 30px;
} */

#gform_fields_login label{
	font-weight: 600;	
	font-size: 22px;
}
#gform_fields_login #input_1,
#gform_fields_login #input_2{
	width: 250px;
}

#gform_0 .gform_footer{
	display: block;
}
#gform_submit_button_0{
	padding: 10px 30px;
}

#somfrp_user_info {
	width: 400px;
}

/*password protected page*/
.post-password-form{
	color: #000;
	padding-top: 50px;
	padding-bottom: 50px;
}

/*Reset Password*/
#resetpasswordform p {
	margin-bottom: 32px;
}
.som-password-sent-message{
	color: #000;
}

p.no-margin{
	padding-top: 30px;
}

#somfrp_user_info{
	margin-top: 10px;
}

button#reset-pass-submit {
	margin-top: 20px;
}

input[type="password"].som-password-input {
	margin-top: 10px;
	width: 100%;
}
/* List Indent */
.single-content .profile-categories > ul,
.single-content .profile-certifications > ul{
	padding-left:2em!important;
	margin-bottom:1em;
}