/*
 Theme Name:     Al Caz'Arts (Fukasawa)
 Theme URI:      https://www.alcazarts.fr/
 Description:    Site du Collectif d'Artistes Al Caz'Arts
 Author:         Francesco Colombo
 Author URI:     https://francescocolombo.me/
 Template:       fukasawa
 Version:        1.0.1
 Text Domain:	 alcazarts
*/

h1, h2, h3, h4, h5, h6, .blog-title {font-family: 'Kaushan Script', cursive;}

/* Fix for homepage pagination covered by posts 
.archive-nav .archive-nav-older {padding: 50px;} */

/* Post meta artiste page ----------------------------------------- */

.post-meta-artiste { 
	margin-top: 15px;
	font-size: 0.85em;
	color: #999;
}

.post-meta-artiste:before {
	content: "";
	display: block;
	width: 48px;
	height: 2px;
	background: #ddd;
	margin-bottom: 18px;
}

.post-meta-artiste ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 33px;
}

.post-meta-artiste ul li { 
	float: left; 
	margin-right: 20px;
	line-height: 140%;
}

.post-meta-artiste li a { color: #999; }
.post-meta-artiste li a:hover { color: #666; }

.post-meta-artiste .post-tags a { margin-right: 6px; }
.post-meta-artiste .post-tags a:last-child { margin-right: 0; }
.post-meta-artiste .post-tags a:before { content: "#"; }

.artiste.type-artiste {padding-bottom: 40px}

/* VSCF Submit button and email field */

#vscf .form-group button {
	padding: 12px 16px;
	margin: 0;
	border: none;
	background: #333;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
	font-weight: 600;
	}

.post-content input[type="email"] {
	padding: 14px 16px;
	font-size: 0.9em;
	border: none;
	color: #333;
	background: #f2f2f2;
	border-radius: 3px;
	-moz-appearance:none;
   	-webkit-appearance:none;
	}