/*
	Theme Name:   trueorfalse.gallery
	Theme URI:    https://trueorfalse.gallery
	Description:  Child theme of Hamilton
	Author:       Andrew F. Burton
	Author URI:   https://trueorfalse.gallery
	Template:     hamilton
	Version:      1.0.0
	License:      GNU General Public License v2 or later
	License URI:  http://www.gnu.org/licenses/gpl-2.0.html
	Tags:         user generated content, sticky headerbar, child theme, fukasawa
	Text Domain:  trueorfalse
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

-----------------------------------------------------------------------------------

	1.	General HTML elements
	2.	Nav Bar
	3.  Header (including text logo)
	4.  Allgemeine Styling-Anpassungen (Frontpage)
	5.	News & Single Post
	6.	Glossary
	7.	Form Styling CF7
	8.  Produktseite Basispaket - Booking Calendar
	9.  Salon Booking (Demoseiten)
	10. Enfold-Beispiele
	11. WooCommerce
	12. Mediaqueries

----------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------- */
/*	1. General HTML elements
/* -------------------------------------------------------------------------------- */
body, a, p {
	font-family: 'Signika', sans-serif !important;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Staatliches', cursive !important;
	font-weight: 400;
}
.alt-nav li a {
	font-family: 'Staatliches', cursive !important;
	font-weight: 400;
	letter-spacing: 0.1em;
	padding: 15px 20px;
}
.alt-nav li a:hover {
	text-decoration: none;
}
.alt-nav li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  right: 0%;
  position: absolute;
  background: #000;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.alt-nav li a:hover:after { 
  width: 100%; 
  right: 0; 
}
.group:after {
    display: none;
}
