/*
Theme Name: Enfold Child Theme
Description: A child theme for Enfold
Version: 1.0
Author: KhatamWP
Author URI: http://khatamwp.dev
Template: enfold
*/

.main_menu {
    clear: none;
    position: unset !important;
    z-index: 100;
    line-height: 30px;
    height: 100%;
    margin: 0;
}

div .logo {

    position: unset !important;
}

.av-main-nav-wrap {
    float: left;
    position: relative;
    z-index: 3;

}

.polylang_langswitcher{
    
}

.lang-item{}


.order-button-link{
      color: white !important;
}

.order-button{
       background-color: #d24d4e;
       width: 150px;
       padding: 10px 0;
       display: flex;
       gap: 15px;
       justify-content: center;
       border-radius: 3px;
       margin: 50px auto;
       font-size: 15px;
       color: white;
       transition: 1s;
}

.order-button:hover{
    background: #b02b2c none repeat scroll 0 0;
	    text-decoration: unset !important;
}

.order-button-text{justify-content: space-around;}


.order-button-text a{color: white !important;margin-left: 20px;}

.order-button-link:hover{
text-decoration: unset !important;
}

.entry-content a{
    color: #719430;
    border-bottom: dashed 1px #719430;
    text-decoration: unset;
}

.logo a{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    margin-right: 30px;
}

.logo svg{
    height: 65%;
}


@media only screen and (max-width: 767px) {
    .logo svg {
        max-height: 65px !important;
        
    }
    
    
   

}