@media screen and (min-width: 769px) {

    .header-trustpilot:hover .header-trustpilot-score {
        background: rgba(0, 0, 0, 0.4);
    }
    
    .header-navigation ul li.menu-item-has-children:hover > a {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .header-navigation ul li.menu-item-has-children:hover ul {
        display: block;
        padding: 0px;
        padding-top: 8px;
    }
    .header-navigation ul li ul li.menu-item-last a {
        background: #F2F2F2;
        font-size: 14px;
        color: #232626;
        letter-spacing: 0.3px;
        line-height: 21px;
        font-weight: 700;
        padding-top: 11px;
        padding-bottom: 10px;
        margin-top: 12px;
    }
    .header-navigation ul li ul li.menu-item-last a:hover {
        color: #fff !important;
    }
    
    
    .header-top-in-right .searchBar form button:hover{
        color: #D71084;
    }
    
    .autoComplete-block .autoCompleteItems .item:hover {
        background: #E9E9E9;
    }
    
    .bg-visual-filter .filter-help a:hover {
        color: #fff !important;
        text-decoration:none !important;
    }
    .nav-footer ul li a:hover {
        color: #fff !important;
        text-decoration:underline !important;
    }
    
    .top-events a:hover .top-event-image {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .page-text-width a:hover{
        text-decoration: none;
    }
    .extra-info-menu ul li a:hover {
        color: #232626;
        font-weight: bold;
        background: #E9E9E9;
    }
    
    .gform_tooltip:hover,
    .content-tooltip:hover{
        color: #555;
        border-color: #555;
    }
    
    
   .form .ginput_container_select select:hover {
       background-image: url('../images/select-hover.png');
   }
   
   
    .bg-page-filter .filter-help a:hover{
        color: #D22288;
    }
    
    
    .filter-result .checkbox .check label:hover, 
    .filter-result .resultFilter .discount label:hover{
        color: #D71084;
    }
    
    
    .result .pageSwitch a:hover {
        color: #fff;
    }
    
    .result .resultSelectfilter:hover::after,
    .result .resultSelectfilter:hover select {
        color: #fff;
    }
    
    
    .activeSearchFilters ul li.removeFilter:hover{
        color: #fff;
    }
    
    
    .ftop .questions a.call:hover,
    .footer-simple .footer-simple-contact a.call:hover {
        color: #fff !important;
    }
    
    .sidebar-navigation-item:hover {
        font-weight: 600;
        background: #E9E9E9;
    }
    
    .buttons .btn:hover {
        color: white;
    }
    
    .pika-prev:hover,
    .pika-next:hover {
        opacity: 1;
    }
    
    .pika-button:hover {
        color: #fff !important;
        background: #ff8000;
        box-shadow: none;
    }
    
    li.datepicker input:hover,
    li.datepicker input:focus {
        background-image: url('../images/datepicker-hover.png');
    }
    
    .chat-controls:hover,
    .chat-activate:hover {
        background: #333;
        color: #fff;
    }
    
    .block-links .content-link-bottom .links-list ul > li a:hover{
        color: #595E5F;
        text-decoration: none;
    }
    
    .categorie:hover .categorie-image {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    .cookie-notice-links div:hover,
    .cookie-notice-links a:hover {
        text-decoration:none;
    }
    
    .contact-info a:hover{
        color: #D71084;
    }
    
    .header-contact a:hover,
    .scroll-cta-in:hover {
        background: #FFF;
    }

    body.search-focus .header-top-in-right .searchBar form button:hover {
        background: #FFF !important;
    }
    
    .recently-viewed .top-events a:hover .top-event-image {
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        transform: scale(1) !important;
    }
    
}