/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

#ct-ultimate-gdpr-cookie-modal-body .h2 {
    font-size: 30px!important;
    color: #333;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1!important;
    font-weight: 700;
    font-family: open_sans_bold,sans-serif;
    letter-spacing: normal;
    text-align: center;
}
#ct-ultimate-gdpr-cookie-modal-body .h3 {
    font-size: 20px!important;
    margin-top: 20px;
    margin-bottom: 40px;
    letter-spacing: normal;
    color: #333;
    line-height: normal;
    font-family: open_sans_bold,sans-serif;
    font-weight: 600;
}
.ct-ultimate-gdpr-cookie-modal-slider-desc .h4 {
    font-weight: 700;
    text-align: left;
    margin: 0 0 15px 0;
    font-family: open_sans_bold,sans-serif;
    font-size: 15px;
    color: #333;
    letter-spacing: normal;
    text-transform: none;
}



/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}