/*
Theme Name: Unim Theme
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme for Unim Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Moncef Tech
Author URI: https://www.moncef.tech
Template: enfold
*/



/*Add your own styles here:*/

.logo img, .logo svg {
    padding: 0;
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    image-rendering: auto;
    position: relative;
    z-index: 2;
    transition: opacity .4s ease-in-out;
    margin-top: 31px;
}

@media only screen and (max-width: 767px) {
    .responsive .logo img, .responsive .logo svg {
        margin: 0;
        width: 247px;
    }
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
    display: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.avia-timeline-vertical .av-milestone-icon-wrap {
    padding: 30px 0 30px 10px;
    width: 90px;
}

.avia-cookie-consent .avia-cookie-consent-button.avia-cookie-hide-notification, .avia-popup .avia-cookie-consent-button.avia-cookie-hide-notification {
  background-color: #fff;
  color: #000;
}