/*
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
*/


#header_main .container .inner-container {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}
#header_main .container .logo{
    display: inline-block;
    position: relative;
    float: none;
}
#header_main .container .main_menu {
	position: relative;
	
    justify-self: flex-end;
    order: 3;
}
#header_main .container .widget {
    margin-left: auto;
    margin-right: 1rem;
}

#header_main .container .widget .textwidget a {
    font-size: 18px;
    background-color: #00ffae;
    border-color: #00ffae;
    color: #282a2e;
    transition: all 0.4s ease-in-out;
	border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 3px 0;
	padding: 15px 30px 13px;
    font-size: 13px;
    min-width: 139px;
    line-height: 1.2em;
    position: relative;
    font-weight: 400;
    text-align: center;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .responsive #top .logo {
        position: relative;
        display: inline-block;
        height: fit-content !important;
        float: none;
        padding: 0;
        border: none;
        width: fit-content;
    }
	.responsive #top #wrap_all .main_menu {
        height: 80px;
        display: block;
        position: relative;
    }
	#header_main .container .widget {
		margin-left: 2rem;
		padding: 0;
		margin-right: 1rem;
	}
	#header_main .container .widget .textwidget a {
		padding: 10px 5px;
		min-width: 50px;
	}
}