/*
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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
/* ---------------------------------------------------------
   EXPRESSUM — LANGUAGE SWITCHER
   --------------------------------------------------------- */

#top #header .av-main-nav > li.lang-item > a {
    padding-left: 7px;
    padding-right: 7px;
}

/* Separator between FR and EN */
#top #header .av-main-nav > li.lang-item-en > a::before {
    content: "|";
    display: inline-block;
    margin-right: 12px;
    color: #B4874C;
    font-weight: 400;
}

/* Current language */
#top #header .av-main-nav > li.current-lang > a {
    color: #0D1B2A;
    font-weight: 600;
}

/* Other language */
#top #header .av-main-nav > li.lang-item:not(.current-lang) > a {
    color: #6F6B64;
}

/* Hover */
#top #header .av-main-nav > li.lang-item > a:hover {
    color: #B4874C;
}
/* ---------------------------------------------------------
   EXPRESSUM — HERO BUTTONS
   --------------------------------------------------------- */

/* Same dimensions for both buttons */
.hero-buttons .avia-button {
    box-sizing: border-box !important;
    border-width: 2px !important;
    border-style: solid !important;
}

/* Primary button */
.hero-buttons .avia-button:nth-of-type(1) {
    border-color: #0D1B2A !important;
}

/* Secondary outline button */
.hero-buttons .avia-button:nth-of-type(2) {
    background: transparent !important;
    color: #0D1B2A !important;
    border-color: #0D1B2A !important;
}

/* Secondary button hover */
.hero-buttons .avia-button:nth-of-type(2):hover {
    background: #0D1B2A !important;
    color: #F7F4EE !important;
    border-color: #0D1B2A !important;
}