/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.modal-dialog {
    overflow: auto !important;
}
body.page-id-42075 #cookie_hdr_showagain, body.page-id-42075 #wpadminbar, body.postid-42033 #cookie_hdr_showagain, body.postid-42033 #cookie-law-info-again, body.page-id-42075 #cookie-law-info-again{
    display:none !important;
}
.ua-mobile .modal-open {
    position: initial;
    overflow: scroll;
}
@media screen and (min-width:768px) and (max-width:1500px) {
	.modal-body {
    position: relative;
    padding: 20px;
    zoom: 0.8;
}
	.ua-mobile .modal-open {
    position: initial;
    overflow: scroll;
}
}
body.page-id-42075 .to-top-container #toTop {
    display:none !important;
}