/*
 Theme Name:   Twentytwenty
 Description:  Twentytwenty child theme
 Template:     twentytwenty
 Version:      1.4
*/

/* ALL CSS STYLES FROM PARENT THEME HAVE BEEN LOADED VIA FUNCTIONS.PHP FILE.
CSS STYLES BELOW ARE OVERRIDES TO PARENT THEME*/


/********************** 
		FONT
***********************/
@font-face {
  font-family: comfortaa;
  src: url('https://www.firethrive.com/wp-content/uploads/comfortaa.ttf');
}



/***********************
	GENERAL 
***********************/
h1, h2, h3, h4, h5, h6 {
	font-family: comfortaa;
	color: #2f2c3a;
	
}


p {

	font-family: Arial;
}



/***********************
		HEADER
***********************/


#site-header, body {
	background-color: #FFF;
}

.post-inner {
  padding-top: 0;
	margin-top: 100px;
}


.showing-menu-modal, .search_widget, .powered-by-wordpress,.home.page-template-default.page.page-id-2 .entry-header, .entry-header.has-text-align-center.header-footer-group, .featured-media, footer {
	display: none;
}

/***********************
	FRONT PAGE
***********************/

.opening-title {
	
	text-align: center;
	
}

.entry-content h2.has-text-align-center em, .entry-content h2.has-text-align-center , .entry-content h3.has-text-align-center , .entry-content h4.has-text-align-center, .entry-content h5.has-text-align-center, .entry-content h6.has-text-align-center   {
	font-family: comfortaa;
	color: #2f2c3a;
}

/***********************
	BUTTONS
***********************/

/***********************
	HIDDEN CONTENT
***********************/


/***********************
		WIDGETS
***********************/


/******FRONT PAGE WIDE WIDGET AREA*******/


/***********************
	COLOURS
***********************/


/***********************
	CUSTOM POST CONTENT
***********************/



/***********************
	FOOTER
***********************/

.footer-nav-widgets-wrapper.header-footer-group {
    background: #2f2c3a;
}

