/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

#top.category-caminoen #header .av-main-nav > li > a {color: #808080;}

#top.category-danmark #header .av-main-nav > li#menu-item-101 > a,
#top.category-england #header .av-main-nav > li#menu-item-101 > a,
#top.category-kroatien #header .av-main-nav > li#menu-item-101 > a,
#top.category-italien #header .av-main-nav > li#menu-item-101 > a,
#top.category-spanien #header .av-main-nav > li#menu-item-101 > a,
#top.category-vietnam #header .av-main-nav > li#menu-item-101 > a
{ color: #74b86b; }

.current-menu-item>a>span, .current-post-parent>a>span{
color: #74b86b;
}

.template-blog .image-overlay {
    background: none !important;
}

/* Accordion  Custom CSS */
.togglecontainer {
    overflow: hidden;
}
.togglecontainer .single_toggle {
    margin: 0 0 10px 0;
}
.togglecontainer .single_toggle .toggler {
    padding-left: 35px;
    border: 1px solid #eee !important;
    background-color: #eee;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.togglecontainer .single_toggle:hover .toggler,
.togglecontainer .single_toggle:hover .toggler .toggle_icon {
    background-color: #e1e1e1;
    border-color: #e1e1e1 !important;
}
.togglecontainer .single_toggle .toggler .toggle_icon {
    left: 10px;
    top: 23px;
    width: 24px;
    height: 20px;
    margin-top: -10px;
    border: none !important;
    background-color: #eee;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.togglecontainer .single_toggle .toggler .toggle_icon * {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-color: #857949 !important;
}
.togglecontainer .single_toggle .toggle_wrap {
    border: 1px solid #eee;
    background-color: #fcfcfc;
}

.togglecontainer .single_toggle .toggle_wrap .toggle_content {
    border: none;
    background-color: none;
}
#top .av_seperator_big_border .av-main-nav > #menu-item-search > a:before {
    content: 'SEARCH' !important;
}