/*
Theme Name: Fountan Casino
Text Domain: fontan
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

@import "assets/css/normalize.css";
@import "assets/slick/slick.css";
@import "assets/slick/slick-theme.css";
@import "assets/css/home.css";

.buttontop {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
	margin: 0 auto;
    display: table;
}

.vipbonus p{
    line-height: 29px;
}
.vipbonus h1{
	display: block;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
	font-weight: bold;
}
.vipbonus h2{
	display: block;
	font-size: 1.5em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	font-weight: bold;
}
.vipbonus h3{
	display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
	font-weight: bold;
}
ul:not([class]){
	padding-left: 1.5em;
    list-style: disc;
	margin-left: 25px;
}
.toc {
	padding-left: 1.5em;
}
.ssend{
    background-color: #1dabdd !important;
    color: #fff !important;
    border-radius: 4px !important;
    border-color: #1dabdd !important;
    line-height: 17px !important;
    font-style: normal !important;
    margin: 16px 0 0 !important;
    cursor: pointer !important;
    border-style: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 56px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}
@media (min-width:750px){
    .pop-up-content-wrap form{
        display:flex
    }
}
@media (max-width:750px){
    .form-send {
        flex-direction: column-reverse;
    }

}

@media (min-width:900px){

    .header__box{
        margin-left: 529px;
    }
}


.wpcf7-response-output {
    display: none;
}

.popup__box br{
    display:none;
}