/* WIDGET POSITION */
.wcag-widget {
    /*position: fixed;
    z-index: 999999 !important;
    right: 0px;
    top: 40px;*/
}

/* CONTRAST */
.wcag-contrast-button  {
    color: #1d242d;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block !important;
}
.wcag-contrast-button:hover {
    color: #ff7704;
}
body.wcag-contrast,
body.wcag-contrast *,
body.wcag-contrast .fusion-person .person-desc .person-author .person-name,
body.wcag-contrast .fusion-person .person-desc .person-author .person-title {
    background-color: #000 !important;
    background-image: none !important;
    color: #fff !important;
}
body.wcag-contrast .wcag-contrast-button img{
    background: #fff !important;
}
body.wcag-contrast .fusion-button{border: 1px solid #fff !important;}
body.wcag-contrast .wcag-contrast-button svg,
body.wcag-contrast a,
body.wcag-contrast .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a,
body.wcag-contrast .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a,
body.wcag-contrast .cbp-container .vc_row a,
body.wcag-contrast #wrapper .post-content .content-box-heading,
body.wcag-contrast .comment-form input[type="submit"],
body.wcag-contrast .fusion-button,
body.wcag-contrast .fusion-load-more-button,
body.wcag-contrast .ticket-selector-submit-btn[type="submit"],
body.wcag-contrast .wpcf7-form input[type="submit"],
body.wcag-contrast .menu-text,
body.wcag-contrast .button span {
    color: yellow !important;
}
.wcag-contrast-button {
    padding: 0 10px;
    top: -7px;
    position: relative;
}
.wcag-contrast-button svg {
    width: 32px;
    height: 32px;
}

/* FONT SIZE */
.wcag-font-size {    
    font-family: inherit !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #1d242d !important;
    font-weight: 400;
    padding-right: 3px;
}
.wcag-font-size:hover {
    color: #ef292a !important;
    text-decoration: none !important;
}
.wcag-font-size-level-0 {
    font-size: 18px;
}
.wcag-font-size-level-1 {
    font-size: 24px;
}
.wcag-font-size-level-2 {
    font-size: 30px;
}


/* level 1*/
body.wcag-font-size-1 .c-top .c-button,
body.wcag-font-size-1 p,
body.wcag-font-size-1 .r-strefa .entry-title a,
body.wcag-font-size-1 li,
body.wcag-font-size-1 table,
body.wcag-font-size-1 input,
body.wcag-font-size-1 textarea,
body.wcag-font-size-1 .acceptance{
    font-size: 105% !important;
}
body.wcag-font-size-1 .fusion-footer,
body.wcag-font-size-1 .fusion-footer strong,
body.wcag-font-size-1 .fusion-footer p,
body.wcag-font-size-1 .fusion-footer a{
    font-size: 105% !important;
}
body.wcag-font-size-1 .fusion-footer strong,
body.wcag-font-size-1 .fusion-footer p,
body.wcag-font-size-1 .fusion-footer a{
    font-size: 110% !important;
}
body.wcag-font-size-1 .fusion-main-menu > ul > li > a {
    font-size: 110% !important;
}
body.wcag-font-size-1 .fusion-button .fusion-button-text  {
    font-size: 110% !important;
}
body.wcag-font-size-1 h4,
body.wcag-font-size-1 h3 {
    font-size: 210% !important;
}
body.wcag-font-size-1 h1{
    font-size: 40px !important;
}
body.wcag-font-size-1  .fusion-page-title-bar .fusion-page-title-row h1{
     font-size: 42px !important;
}

/* level 2*/
body.wcag-font-size-2 .c-top .c-button,
body.wcag-font-size-2 p,
body.wcag-font-size-2 .r-strefa .entry-title a,
body.wcag-font-size-2 li,
body.wcag-font-size-2 table,
body.wcag-font-size-2 input,
body.wcag-font-size-2 textarea,
body.wcag-font-size-2 .acceptance{
    font-size: 110% !important;
}
body.wcag-font-size-2 .fusion-footer,
body.wcag-font-size-2 .fusion-footer strong,
body.wcag-font-size-2 .fusion-footer p,
body.wcag-font-size-2 .fusion-footer a{
    font-size: 115% !important;
}
body.wcag-font-size-2 .fusion-footer strong,
body.wcag-font-size-2 .fusion-footer p,
body.wcag-font-size-2 .fusion-footer a{
    font-size: 120% !important;
}
body.wcag-font-size-2 .fusion-main-menu > ul > li > a {
    font-size: 120% !important;
}
body.wcag-font-size-2 .fusion-button .fusion-button-text  {
    font-size: 120% !important;
}
body.wcag-font-size-2 h4,
body.wcag-font-size-2 h3 {
    font-size: 230% !important;
}
body.wcag-font-size-2 h1{
    font-size: 44px !important;
}
body.wcag-font-size-2  .fusion-page-title-bar .fusion-page-title-row h1{
     font-size: 46px !important;
}
@media only screen and (max-width: 800px) {
    .wcag-font-size-level-0 {
        font-size: 14px;
    }
    .wcag-font-size-level-1 {
        font-size: 18px;
    }
    .wcag-font-size-level-2 {
        font-size: 22px;
    }
    .wcag-contrast-button {
        width: 40px;
        padding: 0 5px;
    }
}