/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*
 * 
 * 
 * 
 * 
 * Top Navigation CSS
 */

.header-widget aside#block-2 {
    display: inline-flex;
    align-items: center;
}

.nav-float-right #site-navigation { 
	margin: auto; 
}

.c7-user-nav__cart button.c7-link:hover {
    background: none;
}

button.c7-link {
    font-family: 'Inter', sans-serif;
}

a.c7-user-nav__account__login {
    font-weight: bold;
}

/* current page a tag font color changed to match others*/
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #000;
}

/* a tags in top navigation*/
.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-items {
	color: #000;
    font-weight: bold;
}

a.c7-user-nav__account__login:hover {
    color: #F1983D;
}

.main-navigation #primary-menu a:hover {
    color: #F1983D;
}

:root {
    --c7-font-family: "Playfair Display", serif !important;
    --c7-heading-font-family: "Playfair Display", serif !important;
}


/*
 * 
 * 
 * 
 * 
 * Additional CSS 
 */

/* .textWhite given to Text Editor Module in the header */
.textWhite { 
	color: white; 
}

.textWhite a {
	color: #f1983d;
}