/*
Theme Name: Enfold-Hodes-v1
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for Findly, based on the Enfold Wordpress Theme.
Version: 1.3.2
Author: Eric Birnbaum and Nick Bowman
Author URI: http://www.findly.com
Template: enfold
*/

#toggleAdvSearch:after {
    content: '▼';
    font-size: 16px;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    right: 10px;
    top: 50%;
}

#toggleAdvSearch.close:after {
    content: '▲';
}

/**
* IE8 img height fix
*/

.avia-msie-8  img, .avia-msie-8 a img {
    height: auto;
    width: auto;
}

/* WCAG 2.0 A / Section 508 Compliance */

.WCAG-2-A {
    display: none !important;
}

/**
* Unique to Chloe
*/

.flex_column .template-blog .tribe-events-back {
    display: none;
}

#main>.title_container {
    display: none;
}


.post-meta-infos .text-sep-date {
    display: none;
}

#top #avia-menu .av-language-switch-item{ display: none; }

@media only screen and (max-width: 480px) {
    .widget.widget-jobsearch {
        padding:30px 0 0px 0;
    }

    .avia-content-slider .slide-entry-wrap {
        margin-bottom: 0px;
    }

    .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even {
        margin-bottom: 20px;
    }

    .single-tribe_events .tribe-events-event-meta.primary {
        width: 100%;
    }

    .single-tribe_events .tribe-events-event-meta.secondary {
        width: 100%;
    }

}

/****** NEW CHAnges to add ****/


/* change to the Multi Lang display */

#top .sub_menu .avia_wpml_language_switch{ display: none; }
.header_color .container_wrap_meta {background: transparent !important; }
#top #avia-menu .av-language-switch-item{ display: none; }

.wdpu-buttons {padding: 10px; height: 55px;}
.breadcrumb .sep {
    width: 10px;
    text-align: center;
}

/* Events page */
.av-single-event-content {
    margin-left: 0;
}

/* Fix for mobile device hover */
.av-overlay-on-hover .avia-image-container-inner:active .av-image-caption-overlay
{
    -webkit-user-select: none; -webkit-touch-callout: none;
    opacity: 1;
    filter:alpha(opacity=100);
}