.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}#map_elements,
#map {
width:100%;
height: 500px;
}
.custom-map-container {
margin-bottom: 20px;
}
.single-tp_maps .custom-map-container {
margin-bottom: 0px;
}
body .map-box {
background-color: #fff;
box-shadow: 0 0 22px rgba(0,0,0,0.07);
}
body .map-box h2,
body .map-box a h2 {
padding: 5px 25px 0 25px;
margin: 20px 0px 0px 0px;
font-size: 16px;
line-height: 21px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
letter-spacing: 0;
color: #222
}
body .map-box a {
text-decoration: none;
border: 0px;
max-height: 190px;
}
body .map-box a img {
width: 100%;
height: 100%;
object-fit: fill;
display: inline-block;
image-rendering: auto;
image-rendering: crisp-edges;
image-rendering: pixelated;
}
body .map-box a h2:hover { color: #666; }
body .map-box ul,
body .map-box p {
padding: 6px 25px 25px;
margin: 0 0 15px 0;
font-size: 13px;
line-height: 23px;
}
body .map-box ul.post-series-links {
margin: 0 0 15px 0;
}
.infoBox .date {
padding: 0 25px;
color: #888;
font-weight: 400;
margin: 4px 0 4px 0;
display: block;
text-transform: none;
font-size: 13px;
letter-spacing: 0;
}
.infoBox > img {
position: absolute !important;
right: 0px;
top: 0px;
} .infoBox-close {
position: absolute;
top: 0;
right: 0;
display: inline-block;
z-index: 999;
text-align: center;
line-height: 36px;
cursor: pointer;
font-size: 14px;
font-weight: 500;
height: 36px;
width: 36px;
background-color: #fff;
color: #333;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
font-family: "FontAwesome";
}
.infoBox-close:hover {
color: #fff;
background-color: #3685cf;
} .map-box-icon {
height: 38px;
width: 38px;
position: absolute;
bottom:0;
right:0;
background-color: #3685cf;
display: block;
color: #fff;
font-size: 14px;
z-index: 101;
font-style: normal;
text-align: center;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
opacity:0;
visibility: hidden;
display: none;
}
.map-box-icon:before {
content: "\f064";
font-family: "FontAwesome";
position: relative;
margin-top: 12px;
display: block;
}
.map-box-image:hover .map-box-icon {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateX(0);
}
.map-box-image {
position: relative;
overflow: hidden;
display: block;
}
.infoBox {
-webkit-animation: fadeIn 300ms; animation: fadeIn 300ms;
} @-webkit-keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
} @keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}
body .infoBox:after {
content: "";
position: absolute;
bottom: 0px;
left: 40px;
width: 0; 
height: 0; 
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #fff;
}