<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****** Backend ******/

.gfgeo-hidden-container {
    border: 1px solid #E4E4E4;
    padding: 20px;
    background-color: #F6F6F6
}

ul.gfgeo-geocoder-meta-fields-wrapper li {
    padding-bottom: 9px !important;
}

ul.gfgeo-geocoder-meta-fields-wrapper {
    padding: 15px;
	background: #fdfdfd;
	border: 1px solid #f1f1f1;
	display: none;
	border-radius: 5px;
}

ul.gfgeo-geocoder-meta-fields-wrapper li label {
    
}

ul.gfgeo-geocoder-meta-fields-wrapper li .custom-field-content {
    padding: 5px;
    margin-top: 10px;
}

ul.gfgeo-geocoder-meta-fields-wrapper li .custom-field-content input {
    margin-bottom: 5px;
}

.gfield input.gfgeo-address-field[data-locator_enabled="1"],
.gfield input.advanced-address-autocomplete[data-locator_enabled="1"] {
    padding-left: 20px !important;
}

.gfield .ginput_full.address_autocomplete.desc-top {
    margin-bottom: 20px;
}

.gfield .gfgeo-advanced-address-autocomplete-inner {
    position: relative;
}

.wp-admin .gfield .ginput_container_gfgeo_address .gfgeo-locator-button-wrapper img {
    width: 12px;
    padding: 4px 0 5px 2px;
    margin: 0px;
    cursor: pointer;
}

/*#gform_fields li #field_settings li.field_setting.gfgeo-settings-group {
	display: list-item;
	padding: 15px 0px;
	margin: 10px 0 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}*/


/*
.gfgeo-settings {
    background: #fcfcfc;
    padding: 7px 10px !important;
    border: 1px solid #e9e9e9 !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
    margin-bottom: 0px;
}

.gfgeo-settings.gfgeo-geocoder-section-start {
    border-top: 1px solid #e9e9e9 !important;
}

.gfgeo-settings.gfgeo-geocoder-section-start h3 {
    margin: 10px 0px 5px 0px;
}

.gfgeo-settings.gfgeo-geocoder-section-end {
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9 !important;
}
*/
/***** Front-end *****/

.gfield div.gfgeo-address-locator-wrapper {
    position: relative;
}

.gfield .ginput_container_gfgeo_address {
    position: relative;
}

.gfield .ginput_container .gfgeo-locator-button-wrapper img {
    width: 14px;
    padding: 0px;
    margin: 0 5px;
    cursor: pointer;
}

.gfield div.gfgeo-locator-button-wrapper.infield {
    position: absolute;
    top: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
    //padding: 3px 0px;
}

.gfield div.gfgeo-locator-button-wrapper.infield i.gfgeo-locator-button {
    font-size: 24px;
    cursor: pointer;
    width: 24px;
    height: auto;
    vertical-align: middle;
    margin: 0px 2px;
    margin-top: 30%;
}

.gfield div.gfgeo-coordinates-field-wrapper input {
    width: 100%;
}

.gfield div.gfgeo-coordinates-field-wrapper.medium {
    width: 49%;
}

.gfield div.gfgeo-latitude-field-wrapper.medium {
    float: left;
    margin-right: 1%;
}

.gfield div.gfgeo-longitude-field-wrapper.medium {
    float: right;
    position: relative;
}

.gfield div.gfgeo-longitude-field-wrapper.large {
    margin-top: 10px;
    position: relative;
}

.gfield div.gfgeo-longitude-field-wrapper .gfgeo-coordinates-update-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

.gfield div.gfgeo-longitude-field-wrapper .gfgeo-coordinates-update-btn:hover,
.gfield div.gfgeo-longitude-field-wrapper .gfgeo-coordinates-update-btn:active {
    color: #666;
}

.gfield div.gfgeo-map-wrapper {
    border: 1px solid #ccc;
    padding: 2px;
    box-sizing: border-box;
}

.gfield div.gfgeo-map {
    background: #f1f1f1;
}

body .gform_wrapper li.gfield.gfgeo-hidden-fields {
    display: none;
}

.gfgeo-directions-panel-holder {
	max-height: 350px;
	display: inline-block;
	overflow: scroll;
}

.gfgeo-directions-panel-holder .adp-directions {
	border: 0;
	width: 100%;
	display: inline-block;
	table-layout: initial;
}

.gfgeo-directions-panel-holder .adp-directions .adp-step, 
.gfgeo-directions-panel-holder .adp-directions .adp-substep {
	border: 0;
	border-top: 1px solid #cdcdcd;
}

.gfgeo-directions-panel-holder .adp-directions td.adp-substep:nth-child(1),
.gfgeo-directions-panel-holder .adp-directions td.adp-substep:nth-child(2) {
	width: 3%;
	max-width: 25px;
}

.gfgeo-directions-panel-holder .adp-directions td.adp-substep:nth-child(3) {
	width: 50%;
}

.gfgeo-directions-panel-holder .adp-directions td.adp-substep:nth-child(4) {
	width: 5%;
	max-width: 45px;
}

.gfgeo-directions-panel-holder table.adp-placemark tr td:nth-child(1) {
	width: 40px;
}
.gfgeo-directions-panel-holder table.adp-placemark td {
	vertical-align: middle;
	border: 0;
}

.gfgeo-directions-panel-holder .adp-placemark img {

}

</pre></body></html>