/* Google Maps Overrides */
#parish-map .gm-style .gm-style-iw-c {
	/* background-color: rgba(8,22,41,0.7) !important; */
	background-color: rgba(227,231,241,0.7) !important;
	backdrop-filter: blur(8px);
	padding: 20px !important;
	color: black !important;

}
#parish-map .gm-style .gm-style-iw-d,
#parish-map .gm-style .gm-style-iw-d::-webkit-scrollbar-track {
    background-color: transparent !important;
}
#parish-map .gm-style .gm-style-iw-c h2,
#parish-map .gm-style .gm-style-iw-c p {
	color: black;
}

/* Strip the default white padding from the main wrapper */
.gm-style .gm-style-iw-c {
    padding: 0 !important;
}
/* Clear out the inner content spacing and force size boundaries */
.gm-style-iw-d {
    overflow: hidden !important; /* Forces scrollbar areas away */
    max-height: none !important;
    max-width: none !important;
}
/* Eliminate hidden scroll tracks that cause the right/bottom bars */
.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: transparent !important;
}
.gm-style .gm-style-iw-tc:after {
	background-color: rgba(227,231,241,0.7) !important;
	backdrop-filter: blur(8px);
}
body[data-theme="dark"] button.gm-ui-hover-effect {
	filter: invert(1);
}

/* Map Page Tighten Gutters */
.page-primary:has(>#parish-map) {
	padding-block-end: 40px !important;
}
.page-header:has(+.page-primary>#parish-map) {
	margin-block-end: 40px !important;
}

/* Church Page Tighten Gutters */
body.church-template-default .page-primary {
	padding-block-end: 80px;
}

#parish-map{
	/* background-color: #fff; */
	z-index: 3;
	position: relative;
	/* top: -100px; */
	/* margin-top: -263px; */
	height: 100%;
}
#parish-map .map-wrap {
	height: 100%;
}
#parish-map .map-wrap:after{
	clear: both;
	display: table;
	content: '';
}

#parish-map #filters{
	width: 345px;
	float: left;
	min-height: 813px;
	padding: 0 16px 16px 16px;
}
#parish-map #filters fieldset {
	margin-top: 0;
	margin-bottom: 20px;
}
#parish-map #filters fieldset legend {
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
	color: white;
}
#parish-map #filters fieldset legend h4 {
	padding-top: 0px;
	margin-block-start: 0px;
}
#parish-map #filters fieldset input {
	margin-bottom: 20px;
}
#parish-map #filters fieldset label {
	font-weight: 100;
}
#parish-map #filters .filter_buttons {
	display: flex;
	padding-bottom: 20px;
}

#parish-map #map {
	position: relative;
	/* top: -75px; */
	/* margin-top: -59px;
	float: left; */
	width: calc(100% - 345px);
	height: auto;
	min-height: 100%;
}

#parish-map .inscription-wrap:after{
	clear: both;
	display: table;
	content: '';
}

.inscription-wrap .inscriptions{
	/* width: calc(100% - 300px); */
	float: right;
	/* background-color: #0c2340; */
	color: #000;
	padding: 20px;
}

.inscription-wrap .inscriptions .inscription{
	/* background-color: #fff; */
	display: flex;
	align-content: normal;
	justify-content: flex-start;
	position: relative;
	border-bottom-style: solid;
	border-width: 2px;
	/* border-color: #dadada; */
	border-color: rgba(212,212,212,0.5);
}

.inscription-wrap .inscription div{
	width: 30%;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.inscription-wrap .inscription-wrap .name{
	
}

.inscription-wrap .inscription .church_name{
	color: #0c2340;
	cursor: pointer;
}

.inscription-wrap .inscription .church_name:hover{
	color: #1c4f8f;
}

.inscription-wrap .inscription .text{
	width: 40%;
}

.inscription-wrap .inscription .images a{
	display:none;
}

.inscription-wrap .inscription .images a:first-of-type{
	display:block;
	text-decoration: none;
	background-color: #10243f;
	color: #fff;
	padding: 12px 15px;
	box-shadow: none;
	border: 0px;
	border-radius: 50px;
	font-size: 0.9rem;
	margin-bottom: 0px;
	display: block;
	display: inline-block;
	padding: 0.6em 1.5em;
	margin: 5px 0.25em 0.25em 0;
	font-size: 15px;
	border: 3px solid transparent;
	line-height: 1.2;
	text-decoration: none;
	align-self: flex-start;
	background-image: var(--icon-dark);
	transition: all var(--anim-duration-fast) var(--anim-ease);
}

.inscription-wrap .inscription .images a:first-of-type:hover{
	background-color: #edf2f9;
    color: #111111;
    font-weight: 400;
    /* border: none; */
    background-color: var(--brand-blue-light);
    color: #fff;
    transform: scale(1.02);
}
.inscription-wrap table.inscription tbody tr td:nth-child(2) {
	font-size: 14px;
}

#lightbox .lb-nav a{
	opacity: 1;
}

#church-page .images{
	width: 100%;
}

#church-page .images .slide{
	display: none;
	height: 300px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#church-page .wrap{
	/* max-width: 1728px; */
	margin: 0 auto;
	/* padding: 30px 44px; */
	/* background-color: #fff; */
	position: relative;
}

@media(max-width: 1777px){
	#church-page .wrap{
		margin: 0 5vw;
	}
}

@media(max-width: 959px){
	#church-page{
		/* padding: 0 3vw; */
	}
	#church-page .wrap{
		margin: 0;
		padding: 30px calc(1vw + 20px);
	}
}

#church-page .wrap:after{
	clear: both;
	display: table;
	content: '';
}

#church-page h1{
	padding: 0 0px;
}

#church-page .left h1{
	padding: 0 0;
}

#church-page .left,
#church-page .right{
	padding: 20px;
	width: 50%;
}

@media(max-width: 600px){
	#church-page .flex{
		flex-direction: initial !important;
		flex-wrap: wrap;
	}
	#church-page .left,
	#church-page .right{
		width: 100%;
	}
}

#church-page .left{
	padding: 34px 15px;
}

#church-page .flex{
	display: flex;
	flex-direction: row-reverse;
}

#church-page .breadcrumbs{
	padding: 0 0px;
	margin: 0;
	margin-left: -10px;
	margin-bottom: 26px;
}

#church-page .right{
	padding-top: 17px;
	padding-left: 40px;
}
#church-page .right p {
	padding-bottom: 0;
	margin-bottom: 0;
}

#church-page .inscriptions{
	width: 100%;
	float: left;
	padding: 20px 40px;
}

#parish-map .inscriptions .text,
#parish-map .inscriptions .images{
	display: none;
}

#parish-map .inscription-wrap .inscription div,
#parish-map .inscription-wrap2 tr td{
	width: 49%;
	min-height: 40px;
	font-size: 13px;
	color: #494949;
	text-align: left;
	justify-content: flex-start;
	padding: 5px 7px;
}
body[data-theme="dark"] #parish-map .inscription-wrap .inscription div,
body[data-theme="dark"] #parish-map .inscription-wrap2 tr td{
	color: white;
}

#parish-map .inscription-wrap2 tr td{
	min-height: initial;
	padding: 13px 0px;
	width: 45%;
}

#parish-map .inscription-wrap .inscriptions{
	padding: 0;
	width: 100%;
	/*max-height: 572px;*/
}

#parish-map .inscription-wrap{
	/* border-style: solid;
	border-width: 2px;
	border-color: #dadada; */
	border: 1px solid rgba(212,212,212,0.3);
}

#parish-map .inscription-wrap .inscriptions .inscription:nth-of-type(even){
	/* background-color: #f2f2f2; */
	background-color: rgba(212,212,212,0.1);
}

#parish-map .inscription-wrap .inscription-header{
	display: flex;
	/* background-color: #e2e2e2; */
	background-color: rgba(212,212,212,0.1);
	font-weight: 600;
	/* border-bottom-style: solid;
	border-color: #4a4a4a; */
	border-bottom: 1px solid rgba(212,212,212,0.3);
}

#parish-map .inscription-wrap .inscription-header .name{
	width: 40%;
	text-align: left;
	height: 37px;
	align-items: center;
	display: flex;
	/* border-right-style: solid;
	border-width: 2px;
	border-color: #dadada; */
	border-right: 1px solid rgba(212,212,212,0.3);
}

#parish-map .inscription-wrap .inscription-header .church{
	width: 55%;
	text-align: left;
	height: 37px;
	align-items: center;
	display: flex;
}

#parish-map .inscription-wrap .inscription-header div{
	padding: 5px 7px;
}

#parish-map .inscription-wrap .inscription div.name,
#parish-map table tr td.name{
	width: 40%;
	/* border-right-style: solid;
	border-width: 2px;
	border-color: #dadada; */
	cursor: pointer;
	border-right: 1px solid rgba(212,212,212,0.3);
}

#parish-map table tr td.name{
	padding-left: 7px;
	width: 36%;
}

#parish-map .inscription-wrap .inscription div.hover-box{
	position: absolute;
	left: calc(100% + -1px);
	display: block;
	top: -26px;
	width: 340px;
	background-color: transparent;
	z-index: 6;
	/* border-bottom-style: solid; */
	/* border-color: #c1cddb; */
	display: none;
	padding: 0;
	padding-left: 3px;
}

@media(max-width: 767px){
	#parish-map .inscription-wrap .inscription div.hover-box{
		left: calc(-2px - 0vw);
		width: 100%;
		top: calc(100% + 3px);
	}
}

#parish-map .inscription-wrap .inscription:hover{
	background-color: #e2e8f2 !important;
}
body[data-theme="dark"] #parish-map .inscription-wrap .inscription:hover {
	background-color: var(--brand-blue-dark) !important;
}

#parish-map .inscription-wrap .inscription div.hover-box .text{
	display: block;
	width: 100%;
	color: #000;
	font-size: 16px;
	font-weight: 300;
}

#parish-map .inscription-wrap .inscription:hover div.hover-box{
	display: block;
}

#parish-map .inscription-wrap .inscription div.hover-box .type{
	font-size: 19px;
	color: #0c1a2c;
}

.inscription-wrap .inscriptions .inscription:last-of-type{
	border-bottom-style: none;
}

#parish-map .inscriptions .hover-box .images{
	display: block;
	min-height: 1px;
	padding: 3px 7px;
	width: 100%;
}

#parish-map .inscription-wrap .inscription div.church_name svg,
#parish-map .inscription-wrap2 tr td.church_name svg{
	height: 20px;
	width: 17px;
	vertical-align: middle;
	position: absolute;
	left: 2px;
	top: 9px;
}

#parish-map .inscription-wrap .inscription div.church_name,
#parish-map .inscription-wrap2 tr td.church_name{
	position: relative;
	padding-right: 2px;
	padding-left: 20px;
	width: 47%;
}

#parish-map .inscription-wrap .inscription div.chevron,
#parish-map .inscription-wrap2 tr td.chevron{
	width: 13%;
	text-align: center;
	align-items: center;
	justify-content: center;
	/* border-left-style: solid;
	border-width: 2px;
	border-color: #dadada; */
	border-left: 1px solid rgba(212,212,212,0.3);
}

#parish-map .inscription-wrap .inscription div.hover-box .wrap {
	width: 100%;
	display: block;
	max-height: 400px;
	overflow-y: auto;
	padding: 15px;
	padding-bottom: 37px;
	padding-top: 25px;
	/* border-bottom-style: solid;
	border-color: #c1cddb; */
	border-bottom: 1px solid rgba(212,212,212,0.3);
	/* background-color: #e2e8f2; */
	background-color: rgba(227,231,241,0.7);
	backdrop-filter: blur(8px);
}
body[data-theme="dark"] #parish-map .inscription-wrap .inscription div.hover-box .wrap {
	background-color: var(--brand-blue-dark);
	background-color: rgba(8,22,41,0.7);
	backdrop-filter: blur(8px);
	color: white;
}
body[data-theme="dark"] #parish-map .inscription-wrap .inscription div.hover-box .wrap div.type,
body[data-theme="dark"] #parish-map .inscription-wrap .inscription div.hover-box .wrap div.text {
	color: white;
}

.map-wrap .pages .page {
	display: inline-grid;
	padding: 6px 5px 1px;
	background-color: #edf2f9;
	text-align: center;
	align-content: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	cursor: pointer;
	margin: 0;
	font-size: 16px;
	border-radius: 5px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: black;
	background: #EDF1F8;
}

.map-wrap .pages{
	padding-top: 20px;
	display: flex;
	gap: 6px;
	
}

.map-wrap .pages .page.active{
	/* background-color: #0c2340;
	color: #fff; */
	background-color: var(--brand-gold);
	color: white;
}

#map svg.clicked path{
	fill: #D39F10;
}


/** Style Modifications Map Page **/ 

.page-id-959 div.site-content div.post-thumbnail.loaded::after {
    background-image: url(https://parishprojedev.wpenginepowered.com/wp-content/themes/ndt3-wp-master-ndcsc/assets/images/hdr-cube-ptn.png);
    background-size: contain;
    background-position: 0 0;
}
#map .popup a:visited{
    color: #fff;
}

#map .popup a:hover{
    color: #0c2340;
    font-weight: 400;
    background-color: var(--brand-blue-light);
    color: #fff;
    /* border-radius: 9.6px; */
}

/* .page-id-959 div#parish-map button#search {
    margin: 20px 9px 20px 0;
} */

/* button#search, button.clear-search {
	display: inline-block;
    padding: 0.6em 1.5em;
    margin: 0 0.25em 0.25em 0;
    font-size: 1rem;
    border: 3px solid transparent;
    border-radius: 0.6em;
    line-height: 1.2;
    text-decoration: none;
    align-self: flex-start;
    color: var(--brand-blue);
    background-color: var(--sky-blue-light);
    background-image: var(--icon-dark);
    transition: all var(--anim-duration-fast) var(--anim-ease);
	text-transform: none;
	cursor: pointer;
}
body button#search:hover, body button.clear-search:hover {
	background-color: var(--sky-blue);
    color: var(--brand-blue);
}
body button#search:active, body button.clear-search:active {
	color: var(--brand-blue);
    background-color: var(--sky-blue-dark);
}
body button#search:focus, body button.clear-search:focus {
    border-color: #15a6b5;
    outline: none;
} */

/* #filters #search,
#filters .clear-search{
	cursor: pointer;
    background-color: #10243f;
    color: #fff;
    padding: 12px 15px;
    box-shadow: none;
    border: 0px;
    border-radius: 5px;
    font-size: 0.9rem;
    margin-bottom: 0px;
    display: block;
    display: inline-block;
    padding: 0.6em 1.5em;
    margin: 0 0.25em 0.25em 0;
    font-size: 1rem;
    border: 3px solid transparent;
    border-radius: 0.6em;
    line-height: 1.2;
    text-decoration: none;
    align-self: flex-start;
    background-image: var(--icon-dark);
    transition: all var(--anim-duration-fast) var(--anim-ease);
} */

#church-page #filters #search,
#church-page #filters .clear-search{
	align-self: flex-end;
	margin-right: 0;
}

.gm-style-iw-chr {
    height: 15px;
}

button.gm-ui-hover-effect {
    position: absolute !important;
    right: -15px;
    top: -13px;
}

button.gm-ui-hover-effect span{
	height: 19px !important;
	width: 19px !important;
}



.popup {
    display: inline-grid;
}

.popup a {
    background-color: #0c2340;
    color: #fff;
    padding: 11px 12px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.9rem;
    margin-top: 10px;
    font-weight: 400;
    width: 98%;
    margin: 7px auto;
    /*  border-radius: 9.6px !important; */
   	border-radius: 50px;
    transition: all 0.25s ease;
}



.popup a:hover {
	background-color: #edf2f9;
	color: #111111;
	font-weight: 400;
	/* border: none; */
	background-color: var(--brand-blue-light);
	color: #fff;
	transform: scale(1.02);
	border-radius: 50px;
}

.popup a:focus, #filters #search:focus{
	outline: none;
}

.popup h2 {
    font-family: "Libre Franklin";
    font-size: 16px !important;
    font-weight: 600;
}

/* legend h6,
legend h2{
    font-family: "Libre Franklin";
    font-weight: 300 !important;
    padding: 0px 5px;
    color: #555;
    font-size: 19px;
} */


.popup p {
    font-size: 15px;
}

#radius{
	background-color: #fff;
	border-radius: 3px;
}
/** End Style Modifications Map Page **/ 


/** Map Sidebar Modification **/

@media(max-width:767px){
	div#filters {
		width: 100% !important;
		float: initial !important;
		height: auto !important;
	}
    div#map {
        width: 100% !important;
        margin-top: 0px !important;
        margin-bottom: -100px;
    }
    .page-id-959 input#location, .page-id-959 input#first_name, .page-id-959 input#last_name  {
        width: 100%;
    }

	#parish-map #filters{
		min-height: initial;
	}

	#parish-map #map{
		height: 500px !important;
		margin-bottom: 0;
	}
    
}

/** End Map Sidebar Modification **/

/** Single page Modifications **/


.single-church .map-wrap .pages {
    padding-left: 37px;
	display: flex !important;
	gap: 6px;
}

.single-church  #church-page .inscriptions {
    float: initial !important;

}

.single-church #church-page .inscriptions.no-padding{
	padding: 0 0;
}

/* Fixes overlapping issues between left column and right column */


.single-church  #church-page .images {
    width: 100%;
    display: grid;
}

.single-church  #church-page .images img{
	display: none;
}

/* End Fixes overlapping issues between left column and right column */

.filters-wrapper {
    display: flex;
    gap: 14px;
    align-items: flex-end;
}

.inscription-wrap .inscription .text {
    width: 40%;
    padding: 5px;
}

@media(max-width: 1151px){
	.filters-wrapper {
		display: flex;
		flex-wrap: wrap;
		row-gap: 10px;
	}
}

@media(max-width:767px){
    .single-church .map-wrap .pages {
        padding-left: 0px;
    }
    
    .single-church .pages .page {
        margin-bottom: 5px !important;
    }

    .single-church  #church-page .left, #church-page .right{
        float: initial;
        width: 100%;
    }
    .single-church  .inscription {
        flex-direction: column;
        align-items: center;
    }
    .single-church .inscription-wrap .inscription div, .inscription-wrap .inscription .text{
        width: 100%;
        padding: 5px;
    }
    .single-church  .map-wrap {
        float: inline-start;
    }
    .single-church #church-page .right {
        padding-top: 0px;
    }
    .filters-wrapper {
        display: block;
        margin-bottom: 30px;
    }
    .filters-wrapper input {
        width: 100%;
    }
}
/** End Single page Modifications **/


#church-page #filters form{
	margin-bottom: 0;
}

#church-page .inscription-wrap tbody tr .image-links a{
	display: none;
}

#church-page .inscription-wrap tbody tr .image-links a:first-of-type{
	display: block;
}

@media(max-width:767px){
	.single-church #church-page .left{
		padding: 0;
		margin-top: 20px;
	}

	.single-church #church-page .right{
		padding: 18px 10px 18px 21px;
	}

	.single-church #church-page .inscriptions{
		padding: 30px 0;
	}
}

@media(max-width: 959px){
	.single-church #church-page .right{
		padding: 18px 10px 18px 0px;
	}
}

@media(max-width:400px){
	#church-page .wrap{
		padding: 30px calc(1vw + 20px);
	}
}

#church-page .wrap .subtitle{
	font-size: 16.8px;
	/* color: #111;
	font-family: "Libre Franklin"; */
	margin-bottom: 0;
	font-weight: 600;
	margin-top: 7px;
}

#church-page .wrap .subtitle:first-of-type{
	margin-top: 8px;
}


.loader-wrap{
	text-align: left;
}

.loader {
  display: inline-block;
  border: 6px solid #0c2340;
  border-radius: 50%;
  border-top: 6px solid #ae9142;
  width: 35px;
  height: 35px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position: relative;
  left: 3px;
  top: 0px;
}

#church-page .loader-wrap{
	text-align: center;
}

#church-page .loader{
	top: 26px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Remove Background */
/* @media(max-width: 959px){
	#parish-map{
		margin-top: -400px;
	}
	#parish-map #map{
		margin-top: 0;
	}
} */

/* Collapse Form */
#parish-map .search-wrap.hide-filters{
	display: none;
}

#parish-map .inscription-wrap .inscriptions::-webkit-scrollbar {
    display: none;
}

/* Map Responsive */
@media screen and (max-width:959px) {
	#parish-map .map-wrap {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto 1fr;
	}
	#parish-map #filters {
		display: block;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		min-height: 0;
	}
	#parish-map #filters .search-wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		gap: 10px;
		align-items: stretch;
	}
	#parish-map #filters .search-wrap .location {
		grid-column: 1 / span 1;
		grid-row: 1 / span 1;
	}
	#parish-map #filters .search-wrap .name {
		grid-column: 2 / span 1;
		grid-row: 1 / span 2;
	}
	#parish-map #filters .search-wrap .filter_buttons {
		grid-column: 1 / span 1;
		grid-row: 2 / span 1;
	}
	#parish-map #map {
		width: 100%;
	}
	#parish-map .inscription-wrap .inscription div.hover-box {
		left: auto;
		top: auto;
		right: 0;
		bottom: -1px;
		width: 70%;
	}
	#parish-map .chevron img {
		transform: rotate(270deg);
	}
	
}
@media screen and (max-width: 660px) {
	#parish-map #filters .search-wrap {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 10px;
		align-items: stretch;
	}
	#parish-map #filters .search-wrap .location {
		grid-column: auto;
		grid-row: auto;
	}
	#parish-map #filters .search-wrap .name {
		grid-column: auto;
		grid-row: auto;
	}
	#parish-map #filters .search-wrap .filter_buttons {
		grid-column: auto;
		grid-row: auto;
	}
}

/* Church Responsive */
@media screen and (max-width:959px) {
	#church-page .flex {
		flex-direction: column;
	}
	#church-page .flex .left {
		width: 100%;
	}
	#church-page input[type="text"] {
		margin-bottom: 10px;
	}
}

/* General Darkmode */
body[data-theme="dark"] .wp-block-image figcaption {
	color: rgba(255,255,255,0.8) !important;
	font-style: italic;
}

/* Gravity Forms */
.gform_wrapper {
	background: none !important;
	background-color: transparent !important;
}
body[data-theme="dark"] .gform_wrapper {
	color: white;
}
body[data-theme="dark"] .gform_wrapper legend,
body[data-theme="dark"] .gform_wrapper label {
	color: white !important;
}
/* Apply Notre Dame .btn styles to Gravity Forms Submit Button */
.gform_footer .gform_button {
    display: inline-block !important;
    padding: 12px 24px !important;
    font-family: "GP", "Galaxie Polaris", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    text-align: center !important;
    text-decoration: none !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    border: 2px solid transparent !important;
    border-radius: 50px !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out !important;
    
    /* Primary Brand Colors */
    background-color: var(--brand-blue-dark); /* Notre Dame Blue */
    color: #ffffff !important;
}

/* Hover State */
.gform_footer .gform_button:hover,
.gform_footer .gform_button:focus {
    background-color: var(--brand-blue-light) !important;
    color: #ffffff !important;
    outline: 0 !important;
    text-decoration: none !important;
	transform: scale(1.02);
}

/* Active/Click State */
.gform_footer .gform_button:active {
    background-color: #d39f10 !important;
    transform: translateY(1px) !important;
}