File: /home/slyfwmm/adspray/wp-content/themes/aivons-child/assets/css/ADS_home.css
.ADS_overlay_pop_up {
position: fixed;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.65);
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
z-index: -100;
opacity: 0;
pointer-events: none;
transition: 0.35s;
}
.ADS_overlay_pop_up.ADS_active_pop_up {
pointer-events: all;
opacity: 1;
z-index: 9999999;
}
.ADS_wrap_pop_up {
background-color: white;
max-width: 800px;
padding: 50px 30px 20px;
position: relative;
width: calc(100% - 30px);
max-height: calc(100vh - 100px);
overflow-y: scroll;
}
.ADS_wrap_pop_up > button {
position: absolute;
top: 7px;
border:none;
right: 10px;
background-color: transparent;
padding: 0;
font-weight: 700;
transition: 0.35s;
cursor: pointer;
font-size: 23px;
}
.ADS_wrap_pop_up > button:hover {
opacity: 0.6;
}
.ADS_box_form_home_footer {
background:var(--aivons-primary, #3c72fc) url('https://adspray.it/wp-content/uploads/2021/09/cta-one-bg.png') no-repeat center;
background-size: cover;
}
.ADS_box_form_home_footer .container {
display: flex;
align-items: center;
justify-content: space-between;
min-height: 300px;
padding-top: 30px;
padding-bottom: 30px;
}
.ADS_box_form_home_footer .container h3 {
font-size: 40px;
color:var(--aivons-base, #ffffff);
padding-right: 30px;
line-height: 1.1em;
font-weight: 700;
text-transform: uppercase;
}
@media (max-width:1500px) {
.ADS_box_form_home_footer .container h3 {
font-size: 30px;
}
}
@media (max-width:760px) {
.ADS_box_form_home_footer .container {
flex-direction: column;
align-items: center;
justify-content: center;
}
.ADS_box_form_home_footer a {
margin-top: 20px;
}
.ADS_box_form_home_footer .container h3 {
text-align: center;
font-size: 23px;
padding-right: 0;
}
}