.et_pb_fullwidth_header {
padding: 25px 0;
}
.et_pb_pricing li.et_pb_not_available span:before {
border-color: #FF0000 !important;
color: #111111 !important;
} #main-header {
box-shadow: none !important;
}
#main-header.et-fixed-header {
box-shadow: none !important;
} #overlay {
display: block;
width: 500px;
height: 500px;
position:fixed;
top:50%;
left:50%;
transform:translate(-50%, -50%);
background-color: #000;
z-index: 99999;
cursor: pointer;
border: 2px solid white;
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
@media (max-width: 1000px) {
#overlay {
display: block;
width: 89%;
height: 520px;
position:fixed;
top:50%;
left:50%;
transform:translate(-50%, -50%);
background-color: #000;
z-index: 99999;
cursor: pointer;
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
}
#text{
padding-top: 20px;
position: absolute;
width: 100%;
top: 50%;
left: 50%;
font-size: 16px;
color: white;
line-height: normal;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
}
#x {
position: absolute;
top: -20px;
right: -20px;
}