/*
 Theme Name:   Anemos Child
 Theme URI:    https://themeforest.net/user/euthemians
 Description:  Anemos Child Theme
 Version:      2.4.1
 Author:       Euthemians Team
 Author URI:   https://euthemians.com
 Template:     anemos
*/


/* ALLGEMEIN */

a, a:hover, #menu-top-menu li, #menu-top-menu li:hover, #menu-top-menu a span, #menu-top-menu a:hover span {
	transition: color .5s ease, background-color .5s ease, border-color .5s ease;
}


/* COLORS */

#eut-theme-wrapper .eut-bg-red, #eut-theme-wrapper .eut-bg-hover-red:hover, #eut-theme-wrapper a.eut-bg-hover-red:hover, #eut-theme-wrapper a:hover .eut-bg-hover-red, .eut-menu-type-button.eut-hover-red a:hover .eut-item {
    background-color: #a21126 !important;
    border-color: #a21126 !important;
    color: #ffffff;
}



/* TYPO */

.eut-main-menu .eut-wrapper > ul > li > a, .eut-main-menu .eut-wrapper > ul > li ul li a span {
	font-family: "Barlow Condensed Light", Arial, sans-serif !important;
	text-transform: uppercase !important;
}

body h1, h2, h3, h4, h5, h6 {
	font-family: "Barlow Condensed Bold", Arial, sans-serif !important;
	text-transform: none !important;
}

body p, body ol, body ul {
	font-family: "Barlow Condensed Regular", Arial, sans-serif !important;
	text-transform: none !important;
}

body .eut-small-text {
	font-size: 12px !important;
}

h1.no-margin-bottom,
h2.no-margin-bottom, 
h3.no-margin-bottom, 
h4.no-margin-bottom, 
h5.no-margin-bottom, 
h6.no-margin-bottom {
	margin-bottom: 0 !important;
}

h1.no-margin-top,
h2.no-margin-top, 
h3.no-margin-top, 
h4.no-margin-top, 
h5.no-margin-top, 
h6.no-margin-top {
	margin-top: 0 !important;
}

.eut-link-text, .eut-btn, .eut-btn span, input[type='submit'], input[type='reset'], input[type='button'], button:not(.mfp-arrow):not(.eut-search-btn), #eut-header .eut-shoppin-cart-content .total, #eut-header .eut-shoppin-cart-content .button, #cancel-comment-reply-link, .eut-anchor-menu .eut-anchor-wrapper .eut-container > ul > li > a, .eut-anchor-menu .eut-anchor-wrapper .eut-container ul.sub-menu li a, .eut-read-more, .eut-read-more span, .eut-copyright, .eut-link-text, .eut-copyright.eut-link-text, .eut-small-text, .eut-post-date {
	font-family: "Barlow Condensed Regular", Arial, sans-serif !important;
}


/* MENU */

#eut-main-menu .eut-menu-type-button > a .eut-item {
	border-radius: 0 !important;
}


/* CONTACT FORM */

#eut-theme-wrapper input[type='submit']:not(.eut-custom-btn) {
	border-radius: 0 !important;
	margin-top: 3%;
	margin-bottom: 3%;
}