.rd-map-plugin-wrapper{
	position:relative;
	overflow:hidden;
}

.rd-acf-map{
	width:100%;
	height:700px;
	position:relative;
}

.rd-info-btn {
    position: absolute;
    z-index: 5;
    bottom: 4px;
    left: 10px;
    border: 0;
    border: solid 2px #3dd1f2;
    background-color: #020a35;
    color: white;
    border-radius: 50%;
    padding: 15px;
}
#style-selector-control {
    background-color: white;
    padding: 15px;
    margin-top: 11px;
}

#style-selector-control h6{
	margin-bottom:8px;
}

.map-sidebar {
    background: #e2e7eb;
    padding:15px;
    position: absolute;
    width: 360px;
    height: 100%;
    z-index: 9999;
    top: 0;
    transition: all 0.3s ease-in-out;
    overflow-y: scroll;
}
.map-sidebar h2 {
	 letter-spacing: -0.04em;
	 font-size: 42px;
	 font-weight: 600;
	 margin: 0;
	 padding: 20px;
}
 .map-sidebar h2 a {
	 color: #19aad9;
}
 .map-sidebar h2 a ::after {
	 content: ".";
	 color: #fff;
	 font-family: sans-serif;
}
 .map-sidebar li > a {
	 display: block;
	 color: #a0aec0;
	 font-size: 1.2em;
	 padding: 20px;
	 line-height: 1;
	 cursor: pointer;
}
 .map-sidebar li > a:hover {
	 color: #edf5ff;
}
 .map-sidebar #menu-menu-1 {
	 padding: 0;
	 margin: 0;
	 list-style: none;
}
 .map-sidebar #menu-menu-1 .dropdown-menu.show {
	 border: none;
	 background: none;
	 box-shadow: none;
	 position: relative;
	 margin-top: 0px;
	 padding: 0;
}
 .map-sidebar #menu-menu-1 .dropdown-menu.show a {
	 padding: 0.5rem 1rem;
}
.map-sidebar {
    right: -380px;
    opacity: .7;
}

.map-sidebar-open {
    right: 0;
    opacity: 1;
}

.map-sidebar .gfield_visibility_hidden {
    display: none;
}

.map-sidebar .gform-field-label--type-sub {
    display: none;
}

.map-sidebar .gform_button{
	box-shadow: 1px 1px 1px 1px grey;
}

.map-sidebar  .form-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.map-sidebar h4{
	margin-bottom:0;
	font-size:1.2em;
}

.sign-like{
	background-color: #1db503;
    color: white;
    font-weight: bold;
    width: fit-content;
    padding: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.sign-dislike {
    background-color: red;
    color: white;
    font-weight: bold;
    width: fit-content;
    padding: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.sign-neutral {
    background-color: #3dd1f2;
    color: white;
    font-weight: bold;
    width: fit-content;
    padding: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.modal-body h5 {
    font-weight: bold;
}

.modal-body p {
	font-size:13px;
}

.modal-body-intro {
    padding: 20px;
}

.modal-body-intro h6 {
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 10px;
}

.modal-body-intro ol {
    padding-left: 15px;
}

.modal-body-intro li{
	padding-bottom: 10px;
}

.gform_confirmation_message {
    background-color: #020a35;
    color: white;
    padding: 15px;
    margin-top: 15px;
}

