/*
Theme Name: Fufl
Description: Fufl Child Theme
Author: Geoff Bailey
Template: themetrust-weston
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fufl-child
*/

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

TABLE OF CONTENTS

1.0 -- TYPOGRAPHY
2.0 -- ELEMENTS
3.0 -- FORMS
4.0 -- RESPONSIVE

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

/* dark bg #131a1e
bg - #31393d
accent - #ff7d26 */

/*--------------------------------------------------------------
1.0 -- TYPOGRAPHY
--------------------------------------------------------------*/

html, body, div, applet, object, iframe, 
p, blockquote, pre, abbr, acronym, address, big, 
cite, code, del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: helvetica-neue-lt-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
  	font-size: 1rem;
  	color: #eaeaea;
  	letter-spacing: .2px;
}

em {
	font-style: italic;
}
	
h1, h2, h3, h4, h5 {
	font-family: helvetica-neue-lt-pro, sans-serif;
  	font-weight: 700;
  	font-style: normal;
  	color: #ff7d26;
	text-transform: none;
  	letter-spacing: -1px;
  	line-height: 0.85em;
}

h2 {
	font-size: 6rem;
	letter-spacing: -4px;
	text-transform: lowercase;
}

h3 {
	font-size: 2.5rem;
}

blockquote {
	border-left: 3px solid #ff7d26;
	margin-left: 0;
	margin-bottom: 64px !important;
}

blockquote p {
	font-family: helvetica-neue-lt-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #ff7d26;
	font-size: 2.5rem !important;
	letter-spacing: 2px;
	line-height: 2.5rem;
	padding-left: 32px;
}

.content-area p {
	font-size: 1.1rem;
}

.content-area ul {
	list-style: square;
}

.content-area li {
	font-size: 1.1rem;
	margin: 0 20px 0 0;
}

.content-area li::marker {
  color: #ff7d26;
}

.main-nav ul a, .main-nav ul li {
	font-size: 0.95rem;
  	font-weight: 400;
	text-transform: lowercase;
}


.home-text p {
  font-size: 1.4rem;
}

.home-text {
  width: 75%;
  margin: auto !important;
}

h2.person {
	font-size: 3rem;
  	text-transform: none;
  	margin-bottom: 10px;
  	color: white;
	letter-spacing: -2px;
}

h2.role {
	font-size: 1.5rem;
	color: #ff7d26;
  	padding-bottom: 16px;
  	margin-bottom: 32px;
  	text-transform: none;
  	border-bottom: solid 1px;
  	font-weight: 300;
  	letter-spacing: 2px;
}

.bio {
	margin-bottom: 64px;
}


.bio p {
	font-size: 1rem;
}

.emphasis {
	color: #ff7d26;
}


/*--------------------------------------------------------------
2.0 -- ELEMENTS
--------------------------------------------------------------*/

body {
	background: #31393d;
}

.using-vc .site-main {
  padding: 30px 30px 0 !important;
}

img.headshot {
	width: 200px;
	float: left;
	margin-right: 25px;
}

.fuflizer-container {
	border-top: solid #ff7d26 0.1px;
  	max-width: 1200px;
  	margin: 10px auto 0 !important;
	text-align: right;
}

.fuflizer-container button {
	color: #ff7d26;
	font-weight: 700;
  	border: 1.25px solid #ff7d26;
  	border-radius: 5px;
  	background-color: transparent;
  	padding: 10px 20px;
  	margin: 20px 0px;
	cursor: pointer;
  	transition: transform 0.1s ease, background-color 0.1s ease;
}

.fuflizer-container button:active {
	background-color: #ff7d26;
  	transform: scale(0.95);

}

/*---- fuflizer ----*/

.hidden {
	display: none !important;
}

.fufu-img, .fufu-punctuation{
	width: 128px;
  	float: left;
  	margin: 10px;
}

.fufu-punctuation {
	position: relative;
	top: 12px;
	left: -10px;
}

.fufu-img img {
	border: solid 2px #59676e;
 	border-radius: 7px;
}

.fufu-block {  
	float: left;
	margin: 0 0 10px 0 !important;
  	padding: 0 !important;
	border: solid 2px #ff7d26;
 	border-radius: 7px;
}

.fufu-block p {
  margin: 10px 0 0 0;
  padding: 0;
}

.fufu-block img {
	width: 128px;
  	margin: 0 10px;
	border: solid 2px #59676e;
 	border-radius: 7px;
}




/*--------------------------------------------------------------
3.0 -- FORMS
--------------------------------------------------------------*/

form.fluent_form_3 .ff-btn-submit {
  	background: none !important;
  	color: #ff7d26 !important;
  	font-size: 0.75em;
  	padding: 8px 22px 8px !important;
  	font-weight: 400;
  	line-height: 1.8em;
  	text-decoration: none;
  	position: relative;
  	cursor: pointer;
  	margin: 0 3px 0 0;
  	text-transform: none;
  	-moz-border-radius: 7px !important;
  	-webkit-border-radius: 7px !important;
  border-radius: 7px !important;
  border: solid 2px #ff7d26 !important;
}

.ff-message-success {
	border: 1px solid #ff7d26;
}




/*--------------------------------------------------------------
4.0 -- RESPONSIVE
--------------------------------------------------------------*/
@media only screen and (max-width : 768px) {

	h2 {
  		letter-spacing: -1px;
	}

	h4 {
    	font-size: 1.4em !important;
	}

	#site-header .inside {
		padding-top: 10px;
	}

	.fufu-img, .fufu-punctuation{
		width: 72px;
		margin: 5px;
	}

	.fufu-punctuation {
		top: 6px;
		left: -5px;
	}

	.fufu-img img {
		border: solid 1px #59676e;
		border-radius: 7px;
	}

	.fufu-block {  
		margin: 0 0 5px 0 !important;
		border: solid 1px #ff7d26;
	}

	.fufu-block p {
	margin: 5px 0 0 0;
	}

	.fufu-block img {
		width: 72px;
		margin: 0 5px;
		border: solid 1px #59676e;
		border-radius: 7px;
	}
}
