/* placeholder for css */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

li.prizewheelclass{
	display: none;
}





/* remodal stuff */

    .remodal-bg.with-red-theme.remodal-is-opening,
    .remodal-bg.with-red-theme.remodal-is-opened {
      filter: none;
    }

    .remodal-overlay.with-red-theme {
      background-color: #f44336;
    }

    .remodal.with-red-theme {
      background: #fff;
    }


.bootstrap-iso .formcolumn input{
	width:90% !important;
}

/* get that button */
.bootstrap-iso button{
	background:purple;
	width:90%;
	color:#fff !important;
    font-weight: bold !important;
    font-size: 22px !important;
    line-height: 22px !important;
}

.bootstrap-iso .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}


/*.toast{
    display: none !important;
}*/
/*.gform_confirmation_wrapper{
    position: absolute;
    width:50%;
    background-color: #E81D62;
}*/