@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('fonts/Caviar/CaviarDreams-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'caviar_dreamsregular_bold';
    src: url('fonts/Caviar/CaviarDreams_Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

#subscribe_modal{
    font-family: 'caviar_dreamsregular';
    background-image: url('../images/pop-up-ze-journal-2.png') !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 600px;
    width: 600px !important;
    height: 487px !important;
    padding: 0px!important;
    background-color: transparent!important;
    box-shadow: none!important;
}

#close_subscribe_modal_bt{
    background-color: rgba(255,255,255,.0);
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;

}

.subscribe_form{
    display: flex;
    padding:0px;
    padding-left: 310px;
    padding-right: 0px;
    align-items: center;
    height: 330px;
    width: 250px;
    color:#fff;
}

#subscribe_modal h2{
    font-family: 'caviar_dreamsregular_bold';
    color:#a4d4a6;
    font-size: 1.75rem;
    margin-bottom:15px;
}

#subscribe_modal p{
    font-family: 'caviar_dreamsregular';
    color:#fff;
    margin:0px;
    margin-bottom:30px;
    font-size: 1.1rem;
}

#subscribe_form input{
    width: 80%;
    margin-bottom: 20px;
    border-radius: 200px;
    padding:10px 20px;
    font-size: 1rem;
    text-align: center;
}

#subscribe_form button{
    font-family: 'caviar_dreamsregular_bold';
    color:#16486b;
    border-radius: 200px;
    padding:10px 20px;
    font-size: 1rem;
    background-color: #a4d4a6;
    border: none;
}

#subscribe_form{
    text-align: center;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
    
#subscribe_modal{
    background-size: 350px;
    width: 350px !important;
    height: 200px !important;
    padding: 0px!important;
    top: calc(50vh - 130px) !important;
}


#close_subscribe_modal_bt{
    background-color: rgba(255,255,255,.0);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;

}

.subscribe_form{
    padding:0px;
    padding-left: 180px;
    padding-right: 0px;
    align-items: center;
    width: 150px;
    height: 200px;
    color:#fff;
}

#subscribe_modal h2 {
    font-size: 1rem;
    margin-bottom: 10px;
}


#subscribe_modal p {
    margin-bottom: 15px;
    font-size: .75rem;
}

#subscribe_form input {
    width: 80%;
    margin-bottom: 10px;
    border-radius: 200px;
    padding: 5px 10px;
    font-size: .75rem;
}

#subscribe_form button{
    font-family: 'caviar_dreamsregular_bold';
    color:#16486b;
    border-radius: 200px;
    padding:5px 20px;
    font-size: .75rem;
    background-color: #a4d4a6;
    border: none;
}

}