body, h1, h2, h3, h4, h5, h6 {
  font-family: "garamond-premier-pro-subhead",serif;
  font-weight: 400;
}

a.fl-button *, a.fl-button:visited *, a.fl-button:hover * ,.fl-builder-content a.fl-button *, .fl-builder-content a.fl-button:visited *, .fl-builder-content a.fl-button:hover * {
	color: #fff;
}

a.fl-button, a.fl-button:visited, .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited {
	font-family: 'futura-pt',sans-serif;
	font-weight: 700;
	border: 0;
	color: #fff;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);

}

a.fl-button:hover, .fl-builder-content a.fl-button:hover {
	border: 0;
}

button, input[type=button], input[type=submit] {
	padding: 15px 30px;
	font-weight: 700;
	font-family: 'futura-pt',sans-serif;
	font-size: 18px;
	border: 0;
	-moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	transition: all .15s ease-in-out;
}

button:hover, input[type=button]:hover, input[type=submit]:hover {
	border: 0;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url] {
	height: 44px;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url], textarea {
	color: #777;
	-moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

label {
	font-weight: 400;
}

.dropcap p {
	font-size: 28px !important;
  color: #333;
  line-height: 1.55 !important;
}

.dropcap .fl-rich-text p:first-letter {
	float: left;
  font-family: "garamond-premier-pro-display",serif;
font-size: 135px;
  line-height: 100px;
  padding-right: 10px;
  margin-top: -14px;
  margin-left: -2px;
	color: #fa8938;
}

/*.dropcap .fl-rich-text p:first-letter {
	float: left;
  font-family: "garamond-premier-pro-display",serif;
  font-size: 110px;
  line-height: 70px;
  margin-top: 5px;
  color: #e86830;
  padding: 25px 15px 10px;
  margin-right: 15px;
  border: 5px double #fae4d1;
}*/

.narrow {
	max-width: 600px;
	margin: 0 auto;
}

.centered {
  text-align: center;
}

/*HEADER*/

#logo .fl-callout-title {
	font-size: 32px;
}

#logo .fl-callout-title a {
	color: rgba(255,255,255,1);
}

#logo .fl-callout-title a:hover {
	color: rgba(255,255,255,0.8);
}

#logo .fl-callout-title a span {
	font-style: italic;
}

#logo .fl-callout-photo {
	width: 45px !important;
	padding-right: 0px;
	vertical-align: middle;
}

#logo .fl-callout-photo, #logo .fl-callout-content {
	width: initial;
}

@media screen and (max-width: 768px) {
	#logo .fl-callout-photo, #logo .fl-callout-content {
		display: inline-block;
	}

	#logo .fl-callout-photo-left .fl-callout-photo {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	#logo .fl-callout-title {
		font-size: 24px;
	}
}

body #logo h1.fl-callout-title {
	padding: 0;
	margin-bottom: -3px;
	margin-left: 12px;
}

#main-header .fl-menu a {
	font-family: 'futura-pt',sans-serif;
	font-weight: 400;
	color: rgba(255,255,255,0.8);
}

#main-header .fl-menu a:hover {
	color: #fff;
}

#main-header .fl-menu .current-page-ancestor a, #main-header .fl-menu .current-menu-item a {
	font-weight: 600;
}

#main-header .fl-row-content-wrap {
background: rgba(240,128,96,1);
background: -moz-linear-gradient(45deg, rgba(240,128,96,1) 0%, rgba(239,116,82,1) 0%, rgba(250,137,56,1) 70%, rgba(250,137,56,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(240,128,96,1)), color-stop(0%, rgba(239,116,82,1)), color-stop(70%, rgba(250,137,56,1)), color-stop(100%, rgba(250,137,56,1)));
background: -webkit-linear-gradient(45deg, rgba(240,128,96,1) 0%, rgba(239,116,82,1) 0%, rgba(250,137,56,1) 70%, rgba(250,137,56,1) 100%);
background: -o-linear-gradient(45deg, rgba(240,128,96,1) 0%, rgba(239,116,82,1) 0%, rgba(250,137,56,1) 70%, rgba(250,137,56,1) 100%);
background: -ms-linear-gradient(45deg, rgba(240,128,96,1) 0%, rgba(239,116,82,1) 0%, rgba(250,137,56,1) 70%, rgba(250,137,56,1) 100%);
background: linear-gradient(45deg, rgba(240,128,96,1) 0%, rgba(239,116,82,1) 0%, rgba(250,137,56,1) 70%, rgba(250,137,56,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08060', endColorstr='#fa8938', GradientType=1 );
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.hamburger-menu {
	color: #fff;
}

#main-header .fl-menu-mobile-toggle {
	border: 1px solid rgba(255,255,255,0.15);
}

/*FOOTER*/

#pre-footer .fl-row-content-wrap:after {
background: rgba(0,0,0,0);
background: -moz-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.9)));
background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
background: -o-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
background: -ms-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
background: linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

#pre-footer .fl-callout-title a {
	color: #fff;
}

#pre-footer .fl-callout-text {
	color: rgba(255,255,255,0.7);
}

#pre-footer .fl-callout-button {
	padding: 20px 0 0 0;
}

#pre-footer .fl-callout-photo-above-title .fl-photo {
	margin-bottom: 30px;
}

#pre-footer .fl-callout .fl-photo-content {
	max-width: 230px;
}

#pre-footer .promo-book-small .fl-callout .fl-photo-content {
	max-width: 150px;
}

.site-credit .fl-rich-text {
	font-family: 'futura-pt',sans-serif;
	font-size: 18px;
  color: rgba(255,255,255,0.6);
}

.site-credit .fl-rich-text a {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.social-icons .fl-icon-group-right {
		text-align: center;
	}

	.social-icons .fl-icon-group-right .fl-icon {
		margin-left: 8px;
		margin-right: 8px;
	}

	.site-credit .fl-rich-text {
		text-align: center;
	}
}

/*PAGES*/

#about-the-book p {
	font-size: 20px;
}

.hero .fl-row-content-wrap, .banner .fl-row-content-wrap {
	background-color: #fafafa;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='9' viewBox='0 0 100 18'%3E%3Cpath fill='%23ffffff' fill-opacity='0.4' d='M61.82 18c3.47-1.45 6.86-3.78 11.3-7.34C78 6.76 80.34 5.1 83.87 3.42 88.56 1.16 93.75 0 100 0v6.16C98.76 6.05 97.43 6 96 6c-9.59 0-14.23 2.23-23.13 9.34-1.28 1.03-2.39 1.9-3.4 2.66h-7.65zm-23.64 0H22.52c-1-.76-2.1-1.63-3.4-2.66C11.57 9.3 7.08 6.78 0 6.16V0c6.25 0 11.44 1.16 16.14 3.42 3.53 1.7 5.87 3.35 10.73 7.24 4.45 3.56 7.84 5.9 11.31 7.34zM61.82 0h7.66a39.57 39.57 0 0 1-7.34 4.58C57.44 6.84 52.25 8 46 8S34.56 6.84 29.86 4.58A39.57 39.57 0 0 1 22.52 0h15.66C41.65 1.44 45.21 2 50 2c4.8 0 8.35-.56 11.82-2z'%3E%3C/path%3E%3C/svg%3E");
}

.hero .fl-photo-content {
	max-width: 350px;
}

.promo-book .fl-callout-title {
	font-family: 'futura-pt';
  font-weight:600;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.promo-book-alt .fl-callout-title {
	font-family: 'garamond-premier-pro-display', serif;
	font-size: 72px;
	line-height: 1;
	margin-bottom: 0;
}

body .promo-book-alt h1.fl-callout-title {
	padding: 0;
}

.promo-book-alt .fl-callout-text h2 {
	font-size: 32px;
  font-family: 'futura-pt',sans-serif;
  line-height: 1.2;
	color: #777;
	margin-top: 0
}

.promo-book-alt .fl-callout-button {
	padding: 20px 0 0 0;
}

.promo-book-alt .fl-photo-content img {
	border-radius: 2px;
}

.promo-book .fl-callout-title:before, .page-title .fl-callout-title:before, .promo-book-alt .fl-callout-title:before {
	display: block;
  content: ' ';
  background-image: url('/wp-content/uploads/2018/03/swirl.svg');
  background-size: 142px 30px;
  height: 30px;
  width: 142px;
	margin: 0 auto 15px auto;
}

.promo-book .fl-callout-title a {
	color: #ee7c2b;
}

.promo-book .fl-callout-text h1, .page-title h1.fl-callout-title {
	margin-top: 0;
  font-family: 'garamond-premier-pro-display',serif;
  font-size: 90px;
	line-height: 1;
}

.promo-book .fl-callout-text, .page-title .fl-callout-text {
	font-size: 32px;
  font-family: 'futura-pt',sans-serif;
  line-height: 1.2;
}

.promo-book .fl-callout-button {
	padding: 30px 0 0 0;
}

.promo-book-small .fl-photo-content, .promo-book-alt .fl-photo-content {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	transition: all .15s ease-in-out;
}

.promo-book-small .fl-photo-content:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}

.promo-book-small img {
	border-radius: 2px;
}

.promo-book-small .fl-callout-text p {
	padding: 0;
}

.promo-book-small .fl-callout-title {
  font-size: 42px;
	line-height: 1;
	margin-top: 30px;
}

.promo-book-small .fl-callout-text {
	font-family: 'futura-pt',sans-serif;
	line-height: 1.3;
}

.book-callout .fl-photo-content img {
	max-height: 300px;
	width: auto;
}

.section-heading {
	max-width: 700px;
	margin: 0 auto;
}

.section-heading .fl-callout-title, .section-heading .fl-heading {
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

body .section-heading .fl-callout-title {
	padding: 0 0 20px 0;
}

.info-callout .fl-callout-title {
	font-family: 'futura-pt', sans-serif;
	font-size: 26px;
}

.info-callout .fl-callout-icon-above-title .fl-icon {
	margin-bottom: 10px;
}

.info-callout .fl-photo-content {
	max-width: 34px;
}

@media screen and (min-width: 769px) {
	#amazon img {
		margin-top: 35px;
	}

	#barnes-noble img {
		margin-top: 35px;
	}

	#hearts-minds img {
		margin-top: -15px;
	}

	#indiebound img {
		margin-top: 0px;
	}

	#lifeway img {
		margin-top: 30px;
	}

	#purchase .fl-module, #purchase .fl-module-content, #purchase .fl-callout, #purchase .fl-callout-content {
		height: 100%;
	}

	#purchase .fl-callout-text-wrap {
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	#purchase .fl-callout-content {
		position: relative;
	}

}

#purchase .fl-callout-title {
	display: none;
}

.reviews .fl-photo-content {
	max-width: 24px;
}

body .reviews h4.fl-callout-title {
	padding: 0 0 20px 0;
	font-size: 24px;
}

.reviews .fl-callout-text h5 {
	margin-top: 0;
	margin-bottom: 5px;
	font-family: 'futura-pt',sans-serif;
  font-weight: 600;
	font-size: 20px;
}

.reviews .fl-callout-text {
	font-size: 18px;
	line-height: 1.4;
}

body .icon-list-item h5.fl-callout-title {
	padding: 0;
}

.icon-list-item .fl-callout-icon-right-title .fl-icon {
	padding-left: 9px;
}

.icon-list-item .fl-callout-icon-left-title .fl-icon {
	padding-right: 9px;
}

.tablepress {
	font-size: 18px;
}

.tablepress thead {
	font-family: 'futura-pt',sans-serif;
}

.tablepress tfoot th, .tablepress thead th {
	background-color: #fdf0e7;
}

.tablepress td, .tablepress th {
	padding: 12px 15px 12px 8px;
}

.tablepress tfoot th, .tablepress thead th {
	padding: 8px 15px 8px 8px;
}

.tablepress .column-1:not(th) {
	font-style: italic;
}

.featured-article .fl-col-content {
	background: #fff;
	margin: 15px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.02);
  transition: all .15s ease-in-out;
}

.featured-article .fl-col-content:hover {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.featured-article .fl-callout-content {
	padding: 10px;
}

.featured-article .fl-callout-title {
	font-size: 30px;
}

.featured-article .fl-callout-text {
	font-size: 17px;
}

.featured-article a.fl-callout-cta-link {
	font-family: "futura-pt", sans-serif;
	font-size: 16px;
	font-weight: 600;

}

.featured-article a.fl-callout-cta-link i {
	font-size: 14px;
	margin-left: 3px;
}

/*GRAVITY FORMS*/

@media only screen and (min-width: 641px) {
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	color: #fff;
	}
}

.gform_wrapper label.gfield_label {
	font-weight: 400;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	margin: 5px 0 0px 1px;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	letter-spacing: 0.04em;
	font-style: italic;
	color: #999;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size: 18px;
	font-family: 'futura-pt', sans-serif;
	padding: 6px 8px;
}

.gform_wrapper select, .gform_wrapper textarea {
	font-size: 18px;
	font-family: 'futura-pt', sans-serif;
}

body .gform_wrapper ul li.gfield {
	margin-top: 22px;
}

.gform_wrapper div.validation_error, .gform_wrapper .validation_message {
	font-weight: 400;
}
