.pea_cook_wrapper {
position: fixed;
padding: 8px 21px;
margin: 0;
border-radius: 5px;
z-index: 10000;
text-align: center;
}
.pea_cook_control {
width:80%;
padding: 8px 21px;
margin: 20px auto;
border-radius: 5px;
z-index: 10000;
text-align: center;
color:white;
}
.eu_control_btn {
border: none;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
cursor:pointer;
margin: 10px;
}
.pea_cook_wrapper.pea_cook_topleft {
top:30px;
left:30px;
margin-right:5%;
}
.pea_cook_wrapper.pea_cook_topright {
top:30px;
right:30px;
margin-left:5%;
}
.pea_cook_wrapper.pea_cook_topcenter {
top:30px;
left:30px;
margin: 0 25%;
}
.pea_cook_wrapper.pea_cook_bottomleft {
bottom:30px;
left:30px;
margin-right:5%;
}
.pea_cook_wrapper.pea_cook_bottomright {
bottom:30px;
right:30px;
margin-left:5%;
}
.pea_cook_wrapper.pea_cook_bottomcenter {
bottom:30px;
left:30px;
margin: 0 25%;
}
.pea_cook_wrapper p{
bottom: 30px;
font-family: "helvetica neue", helvetica, arial, sans-serif;
font-size: 11px;
margin: 0;
font-weight: bold;
}
.pea_cook_wrapper a {
border-bottom: dotted thin #eee;
text-decoration: none;
}
.pea_cook_wrapper a:hover {
text-decoration: none;
border-bottom-style: solid;
}
a#fom, a#pea_close {border-bottom: 1px dotted;}
a#pea_close {
padding-top: 20px;
display: block;
}
button.pea_cook_btn {
background: #e3e3e3;
border: 1px solid #bbb;
border-radius: 5px;
box-shadow: inset 0 0 1px 1px #f6f6f6;
color: #333;
font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
line-height: 1;
padding: 5px 0;
text-align: center;
text-shadow: 0 1px 0 #fff;
width: 100px; 
margin-left: 20px;
}
button.pea_cook_btn:hover {
background: #d9d9d9;
-webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
-moz-box-shadow: inset 0 0 1px 1px #eaeaea;
box-shadow: inset 0 0 1px 1px #eaeaea;
color: #222;
cursor: pointer; }
button.pea_cook_btn:active {
background: #d0d0d0;
-webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
-moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
box-shadow: inset 0 0 1px 1px #e3e3e3;
color: #000; }
.pea_cook_more_info_popover {
display:none;
position: absolute;
top: 0;
z-index: 1000000;
height: 80%;
width: 100%;
left: 0;
}
.pea_cook_more_info_popover_inner {
margin: 40px auto;
min-width: 50%;
min-height: 200px;
padding: 50px;
max-width:60%;
background-color: rgba(0,0,0,0.75); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";    
}
.pea_cook_more_info_popover_inner a {
border-bottom: dotted thin #eee;
text-decoration: none;
}
.pea_cook_more_info_popover_inner a:hover {
text-decoration: none;
border-bottom-style: solid;
color: #ddd;
}
.pea_cook_more_info_popover h2{
font-size: 22px;
font-weight: bold;
}
.pea_cook_more_info_popover h3{
font-size: 22px;  font-weight: bold;
}
.eucookie {
float:left;
border-radius: 5px;
transition: background 0.5s;
margin: 10px;
}
.eucookie:hover {
cursor: pointer;
background-position: -20px -10px!important;
transition: background 0.5s;
}
.eucookie span {
width: 100%;
padding: 10px;
text-align: center;
float:left;
}.bodrum-destination-map {
--bdm-white: #FFFFFF;
--bdm-beige: #FFF9ED;
--bdm-black: #000000;
--bdm-locator-grey: #8C8C8C;
display: grid;
grid-template-columns: minmax(0, 2.55fr) minmax(350px, .92fr);
gap: clamp(24px, 2.1vw, 38px);
align-items: stretch;
width: 100%;
padding: clamp(22px, 2.5vw, 34px);
border: 2px solid var(--bdm-black);
border-radius: 20px;
background: var(--bdm-white);
color: var(--bdm-black);
font-family: inherit;
box-sizing: border-box;
}
.bodrum-destination-map *,
.bodrum-destination-map *::before,
.bodrum-destination-map *::after {
box-sizing: border-box;
}
.bdm-map-side {
display: flex;
min-width: 0;
flex-direction: column;
}
.bdm-view-toggle {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 0 0 22px;
}
.bodrum-destination-map .bdm-view-button {
min-height: 48px;
margin: 0;
padding: 10px 18px;
border: 2px solid var(--bdm-black) !important;
border-radius: 8px;
background: var(--bdm-white) !important;
color: var(--bdm-black) !important;
font: inherit;
font-size: 16px;
font-weight: 700;
line-height: 1.15;
cursor: pointer;
appearance: none;
}
.bodrum-destination-map .bdm-view-button:hover,
.bodrum-destination-map .bdm-view-button:focus,
.bodrum-destination-map .bdm-view-button:focus-visible,
.bodrum-destination-map .bdm-view-button[aria-selected="true"] {
border-color: var(--bdm-beige) !important;
background: var(--bdm-black) !important;
color: var(--bdm-beige) !important;
outline: 2px solid var(--bdm-black);
outline-offset: 2px;
}
.bodrum-destination-map .bdm-view-button[aria-selected="true"] {
outline: 0;
}
.bdm-map-stage {
display: flex;
min-width: 0;
flex: 1 1 auto;
align-items: center;
justify-content: center;
overflow: hidden;
}
.bdm-map-canvas {
display: block;
width: 100%;
height: auto;
overflow: hidden;
font-family: inherit;
}
.bdm-map-canvas[data-view="day-trips"] {
width: 82%;
}
.bdm-map-water,
.bdm-map-lake {
fill: var(--bdm-white);
}
.bdm-map-land {
fill: var(--bdm-beige);
stroke: var(--bdm-black);
stroke-linejoin: round;
vector-effect: non-scaling-stroke;
}
.bdm-map-land-peninsula {
stroke-width: 3px;
}
.bdm-map-land-regional {
stroke-width: 2.2px;
}
.bdm-map-lake {
stroke: var(--bdm-black);
stroke-width: 1.2px;
stroke-linejoin: round;
vector-effect: non-scaling-stroke;
}
.bdm-map-boundary {
fill: none;
stroke: var(--bdm-black);
stroke-width: .85px;
stroke-linecap: round;
stroke-linejoin: round;
vector-effect: non-scaling-stroke;
}
.bdm-bodrum-locator-area {
fill: var(--bdm-locator-grey);
stroke: var(--bdm-black);
stroke-width: 2.4px;
stroke-linejoin: round;
vector-effect: non-scaling-stroke;
}
.bdm-destination {
cursor: pointer;
outline: none;
}
.bdm-marker-dot {
fill: var(--bdm-black);
stroke: var(--bdm-black);
stroke-width: .2px;
vector-effect: non-scaling-stroke;
}
.bdm-map-label {
fill: var(--bdm-black);
stroke: var(--bdm-white);
stroke-width: 1.22px;
stroke-linejoin: round;
paint-order: stroke fill;
font-family: inherit;
font-size: 5.3px;
font-weight: 700;
pointer-events: visiblePainted;
}
.bdm-starting-point .bdm-map-label {
font-size: 5.7px;
}
.bdm-destination:hover .bdm-marker-dot,
.bdm-destination:focus .bdm-marker-dot,
.bdm-destination:focus-visible .bdm-marker-dot {
fill: var(--bdm-white);
stroke: var(--bdm-black);
stroke-width: 2px;
}
.bdm-destination.is-active .bdm-marker-dot {
fill: var(--bdm-black);
stroke: var(--bdm-white);
stroke-width: 3px;
}
.bdm-map-canvas[data-view="museum"] .bdm-museum-marker:hover circle,
.bdm-map-canvas[data-view="museum"] .bdm-museum-marker:focus circle,
.bdm-map-canvas[data-view="museum"] .bdm-museum-marker:focus-visible circle {
fill: var(--bdm-white);
stroke: var(--bdm-black);
stroke-width: 5px;
}
.bdm-map-canvas[data-view="museum"] .bdm-museum-marker:hover text,
.bdm-map-canvas[data-view="museum"] .bdm-museum-marker:focus text,
.bdm-map-canvas[data-view="museum"] .bdm-museum-marker:focus-visible text {
fill: var(--bdm-black);
}
.bdm-map-canvas[data-view="museum"] .bdm-museum-marker.is-active circle {
fill: var(--bdm-black);
stroke: var(--bdm-white);
stroke-width: 7px;
}
.bdm-panel {
display: flex;
min-width: 0;
padding: 16px 0 12px clamp(24px, 2.3vw, 40px);
border-left: 2px solid var(--bdm-black);
color: var(--bdm-black);
}
.bdm-panel-default,
.bdm-panel-selected {
width: 100%;
min-height: 100%;
}
.bdm-panel-selected {
display: flex;
flex-direction: column;
}
.bdm-panel-label {
margin: 0 0 3px;
color: var(--bdm-black);
font-size: 16px;
font-weight: 600;
line-height: 1.2;
}
.bdm-panel-title {
margin: 0;
color: var(--bdm-black);
font-size: clamp(38px, 3vw, 42px);
font-weight: 800;
line-height: 1.05;
letter-spacing: -.02em;
}
.bdm-panel-prompt {
max-width: 390px;
margin: 5px 0 0;
color: var(--bdm-black);
font-size: clamp(23px, 2vw, 31px);
font-weight: 700;
line-height: 1.16;
}
.bdm-panel-description {
margin: 28px 0 24px;
color: var(--bdm-black);
font-size: 18px;
font-weight: 600;
line-height: 1.45;
}
.bdm-panel-heading {
margin: 28px 0 10px;
padding: 0 0 10px;
border-bottom: 2px solid var(--bdm-black);
color: var(--bdm-black);
font-size: 17px;
font-weight: 700;
line-height: 1.25;
}
.bdm-places {
margin: 0 0 24px;
padding: 0;
overflow: hidden;
border: 2px solid var(--bdm-black);
border-radius: 8px;
background: var(--bdm-beige);
list-style: none;
}
.bdm-panel-selected.is-starting-point .bdm-places {
margin-top: 28px;
}
.bdm-place {
margin: 0;
padding: 12px 14px;
border-bottom: 1px solid var(--bdm-black);
color: var(--bdm-black);
font-size: 17px;
font-weight: 600;
line-height: 1.25;
}
.bdm-place:last-child {
border-bottom: 0;
}
.bdm-place a,
.bdm-place span {
color: inherit;
font: inherit;
}
.bdm-place a {
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 3px;
}
.bdm-place a:hover,
.bdm-place a:focus,
.bdm-place a:focus-visible {
background: var(--bdm-black);
color: var(--bdm-beige);
outline: 2px solid var(--bdm-black);
outline-offset: 2px;
}
.bodrum-destination-map .bdm-guides-button {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 54px;
margin-top: auto;
padding: 12px 18px;
border: 2px solid var(--bdm-black) !important;
border-radius: 8px;
background: var(--bdm-white) !important;
color: var(--bdm-black) !important;
font-size: 16px;
font-weight: 800;
line-height: 1.25;
text-align: center;
text-decoration: none !important;
}
.bodrum-destination-map .bdm-guides-button:hover,
.bodrum-destination-map .bdm-guides-button:focus,
.bodrum-destination-map .bdm-guides-button:focus-visible {
border-color: var(--bdm-beige) !important;
background: var(--bdm-black) !important;
color: var(--bdm-beige) !important;
outline: 2px solid var(--bdm-black);
outline-offset: 2px;
}
.bdm-load-error {
margin: 20px 0;
color: var(--bdm-black);
font-size: 18px;
font-weight: 600;
}
.bodrum-destination-map [hidden] {
display: none !important;
}
@media (max-width: 820px) {
.bodrum-destination-map {
grid-template-columns: minmax(0, 1fr);
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
.bdm-map-stage {
justify-content: flex-start;
overflow-x: auto;
padding-bottom: 8px;
}
.bdm-map-canvas {
width: 680px;
min-width: 680px;
}
.bdm-map-canvas[data-view="day-trips"] {
width: 590px;
min-width: 590px;
margin: 0 auto;
}
.bdm-map-canvas[data-view="museum"] {
width: 680px;
min-width: 680px;
}
.bodrum-destination-map .bdm-map-canvas[data-view="peninsula"] .bdm-map-label,
.bodrum-destination-map .bdm-map-canvas[data-view="day-trips"] .bdm-map-label {
font-size: 4px !important;
}
.bodrum-destination-map .bdm-map-canvas[data-view="day-trips"]
.bdm-starting-point .bdm-map-label {
font-size: 4.3px !important;
}
.bdm-panel {
padding: 28px 0 0;
border-top: 2px solid var(--bdm-black);
border-left: 0;
}
.bdm-panel-default,
.bdm-panel-selected {
min-height: 0;
}
.bdm-panel-title {
font-size: clamp(34px, 9vw, 40px);
}
.bdm-guides-button {
margin-top: 22px;
}
}
@media (max-width: 480px) {
.bodrum-destination-map {
padding: 16px;
border-radius: 14px;
}
.bodrum-destination-map .bdm-view-button {
min-height: 46px;
padding: 9px 14px;
font-size: 15px;
}
}
@media (prefers-reduced-motion: reduce) {
.bodrum-destination-map * {
scroll-behavior: auto !important;
}
}