/*!
Theme Name: Eduker
Theme URI: https://www.themepure.net/wp/eduker/
Author: Theme_Pure
Author URI: https://themeforest.net/user/theme_pure/portfolio
Description: Eduker – Education WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eduker
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.logo img{
	width: 100%!important;
}
.main-menu{
	text-align: right;
}

header .logo{
	padding: 0px 0px!important;
}

.woocommerce-account .woocommerce-MyAccount-content{
	width: 100%!important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
     display: none!important;
    width: 25%;
}

select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    height: 56px;
    line-height: 54px;
    padding: 0 23px;
    background: var(--tp-grey-2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid var(--tp-grey-2);
    color: var(--tp-common-black);
    font-size: 15px;
    margin-bottom: 20px;
}