/*
Theme Name:     Quartz V1
Author:         R3DF
Theme URI:		http://r3df.com
Description:    Custom WordPress child-theme. Anvil K - by R-Cubed Design Forge.
Version: 		1.0.0
Author URI:     http://r3df.com
Author email:   support@r3df.com
Copyright: 		R-Cubed Design Forge
Template:       kadence
*/


/**
 * Add Custom Theme CSS here
 * **********************************************************************
 */

body, input, select, optgroup, textarea {
	line-height: 1.4;
}

a {
	font-weight: 700;
}

.home .content-area {
	margin-top: 0;
	margin-bottom: 0;
}


.home .entry-content-wrap {
	padding-top: 0;
	padding-bottom: 0;
}

/* Temporary */
/* Hide home page header */
.home .hero-container.site-container {
	display: none;
}
/* fix header transparency */
.transparent-header #masthead, .transparent-header .site-top-header-wrap .site-header-row-container-inner, .transparent-header .site-main-header-wrap .site-header-row-container-inner, .transparent-header .site-bottom-header-wrap .site-header-row-container-inner {
	background: white;
}