/*404*/ #cookie-notice {
min-width: 26em;
max-width: 26em;
padding: 1.5rem;
margin: 1rem;
font-size: 16px;
line-height: 1.5;
text-align: left;
}
#cookie-notice .cookie-notice-container {
padding: 0;
text-align: left;
}
#cookie-notice #cn-notice-text {
font-family: "Abel", sans-serif;
text-align: left;
display: block;
margin-bottom: 1rem;
}
#cookie-notice #cn-notice-text a {
color: #F15A22;
}
#cookie-notice #cn-notice-text a:hover {
color: #F99C22;
}
#cn-accept-cookie {
border-radius: 0;
border: solid 1px #F15A22;
background: #F15A22;
color: #FFFFFF;
margin: 0;
}
#cn-accept-cookie:hover {
background: #F99C22;
border: solid 1px #F99C22;
}
#cn-more-info {
margin-left: 1rem !important;
background: none;
border-radius: 0;
border: solid 1px #FFF;
}
#cn-more-info:hover {
background: rgba(255,255,255,.2);
border: solid 1px #FFF;
color: #FFF;
}
#cookie-notice .cn-button {
margin: 0;
} body{
background-color: rgb(241, 90, 34) !important;
}
.Backdrop{
-webkit-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.4);
box-shadow: 0 5px 10px 0px rgba(0,0,0,0.4);
}
h5{
color:white !important;
}
.hermes .tp-bullet{
width:8px !important;
height:8px !important;
}
a.splite_sideEnquiry:hover{
color:black !important;
}
#location-identifier .wpb_text_column  {
width: 13em;
padding: 1em 1.5em 1em 4em;
background: #FFF;
box-shadow: 0 5px 20px rgba(27,27,27,.1);
border: solid 1px #e8e8e8;
border-radius: .25rem;
margin-bottom: -6em;
margin-left: 2rem;
z-index: 200;
position: relative;
pointer-events: none;
color: rgba(52,52,52,0.9);
}
#location-identifier .wpb_text_column:before {
width: 4em;
height: 100%;
content: '\f3c5';
position: absolute;
left: 0;
top: 0;
text-align: center;
line-height: 7.25rem;
font-family: 'FontAwesome';
font-weight: 300;
}
#footer-map {
position: relative;
}
.c_map {
width: 100%;
height: 40vh;
position: relative;
box-shadow: 0 5px 20px rgba(27,27,27,.1);
border-radius: .25rem;
overflow: hidden;
}
.c_map_inner {
background-position: center;
display: block;
height: 100%;
background-image: url(https:///sinube.be/wp-content/uploads/2018/06/map-2320x760.jpg);
background-size: 2320px 760px;
visibility: inherit;
opacity: 1;
}
.c_map_marker {
position: absolute;
top: calc(50% - 5px);
left: calc(50% - 5px);
width: 9px;
height: 9px;
border-radius: 50%;
background-color: #253140;
box-shadow: 0 0 0 35px rgba(27,27,27,.1);
animation: pulse 2.5s ease infinite;
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(27,27,27,.15);
}
70% {
box-shadow: 0 0 0 35px rgba(27,27,27,0);
}
100% {
box-shadow: 0 0 0 0 rgba(27,27,27,0);
}
}
#footer-map .l-section-h {
border: solid 1px rgba(0,0,100,0.1);
box-shadow: 0 2px 4px rgba(3,27,78,.06);
border-radius: .25em;
z-index: 10;
}
.no-touch body:not(.btn_hov_none) .button:hover{
background-color: rgba(255, 255, 255, 0.1);
border-radius: 0 !important;
}
#cn-refuse-cookie{
border-radius: 0 !important;
padding-bottom: 2px !important;
margin-left:5% !important;
}