/*
Theme Name: Maní
Theme URI: http://www.manimanioca.com.br
Description: Tema desenvolvido para o Maní
Version: 1.0
Author: Agência Manga
Author URL: http://www.agenciamanga.com.br
Tags: portal, food, gourmet

*/
@import url('css/style.css');

.popUpAnoNovo2019--close{
	position: absolute;
    color: #fff;
    right: 25%;
    top: 10%;
    font-size: 40px;
}
.popUpAnoNovo2019{
	position: fixed;
	display: none;
    z-index: 446545545;
    max-height: 100vh;
    max-width: 100vw;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(5,5,5,0.5);
    width: 100%;
    height: 100%;
}
.popUpAnoNovo2019.active{
	display: flex;
}
.popUpAnoNovo2019--img{
	max-width: 100vw;
    max-height: 100vh;
}
#GIWidget-button{
    background-image: url("https://manimanioca.com.br/wp-content/uploads/2019/01/Selo-Mani-1.png") !important;
    width: 200px !important; 
    height: 84px !important; 
    background-size: 200px 84px !important;
}

.wph-modal-active {
    display: none!important;

}
@media(min-width: 1199px){
    .wph-modal-active {
        display: flex!important;
    }
    .hustle-modal-message img{
        width: 490px;
        margin: 0 auto;
        text-align: center;
        display: block;
        position: relative;
        left: inherit;
        right: inherit;
        top: inherit;
        object-fit: cover;
        height: 460px;
    }


    svg.hustle-icon.hustle-i_close{
        position: absolute;
        right: 28%;
    }

}

