/*
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.5
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

.responsive #top #header .social_bookmarks {
    display: block !important;
    width: auto;
}

@media screen and (max-width: 989px) {
    .phone-info {
        display:none;
    }
    #header_meta .sub_menu > ul {
        float: inherit;
        width: auto;
    }
    #avia2-menu {
        display:none;
    }
    .responsive #header_meta .sub_menu > ul {
        text-align:right;
        width: auto;
    }
    .social_bookmarks li {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
    }
    .responsive #top #header_meta .social_bookmarks li a,
    .responsive.html_mobile_menu_tablet #top #header .av-main-nav > li > a
    {
        color: rgb(122,122,122);
    }
}


/*
button[type="submit"] { 
    background-color: #b0c4de !important;
}

.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2{
    text-transform: none;
    font-weight: 400; 
    letter-spacing: 1px;
}


@media screen and (max-width: 989px) {
    #header_meta,
    #header_main,
    .avia_wpml_language_switch_extra,
    .phone-info {
        display: none;
    }

    .amh {
        background: white;
        position: relative;
        z-index: 1;
        display: block;
    }

    .amh__top{
        position: relative;
        border-top: 4px solid #ffbf28 !important;
        border-bottom: 1px solid #7a7a7a !important;
    }
        .amh__logo{
            display: inline-block;
            max-width: 250px;
            margin-left: 10px;
        }
        .amh__logo--tablet {
            display: inline-block;
        }
        .amh__logo--mobile {
            display: none;
        }
        .amh__logo a,
        .amh__logo img {
            display: block;
        }
        .amh__social{
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 5px;
            display: inline-block;
        }

    .amh__bottom{
        position: relative;
        padding: 5px 10px;
    }
        .amh__menu{
            vertical-align: top;
            position: relative;
            display: inline-block;
        }

        .amh__menu .amh__toggle {
            position: relative;
            display: inline-block;
            margin: 0;
            top: 0;
            height: 30px;
            width: 30px;
            line-height: 33px;
            font-size: 35px;
            text-decoration: none;
            border: 0;
            color: #7a7a7a;
        }

        .amh__lang {
            vertical-align: top;
            display: inline-block;
            text-transform: uppercase;
            line-height: 35px;
            margin-left: 10px;
            color: #7a7a7a;
        }
        .amh__lang a {
            color: inherit;
        }
        .amh__button {
            position: absolute;
            top: 7px;
            // top: 50%;
            // transform: translateY(-50%);
            right: 10px;
            display: inline-block;
        }

        .amh__button .avia-button {
            margin: 0;
            font-size: 1rem;
            padding: 6px 1rem;
            background: #ffbf28;
            color: white;
            font-weight: normal;
        }

    .container #advanced_menu_toggle, 
    #advanced_menu_hide {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .amh__logo{
        display: inline-block;
        max-width: 150px;
        margin-left: 10px;
    }
    .amh__logo--tablet {
        display: none;
    }
    .amh__logo--mobile {
        display: inline-block;
    }
}

@media screen and (max-width: 380px) {
    .amh__logo--mobile,
    .amh__social{
        position: relative;
        display: block;
        transform: none;
        margin: auto;
        text-align: center;
    }

    .amh__button .avia-button {
        margin: auto;
    }
}
@media screen and (min-width: 990px){
    .amh {
        display: none;
    }
}

.cn-set-cookie.button {
     color: white;
    font-family: Droid Sans;
    background-color: #ffbf28 !important;
    border: none !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

#cn-notice-text a {
color: #666666;
}
*/