/*
Theme Name: Future Houle
Theme URI: http://davidhoule.com
Author: what2design
Author URI: http://what2design.com
Description: Future Houle Theme
Version: 1.0
License: NA
License URI: NA
*/
/*
**********************************************************************************************
* Variables
**********************************************************************************************
 */
/*******************************.***************************************************************
* Mixins
**********************************************************************************************/
/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3em;
  border: none;
  outline: none;
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: 'Open Sans', Helvetica, sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  line-height: 1.2em;
  color: #141414;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
p {
  color: #141414;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
}
a {
  color: inherit;
}
strong,
b {
  font-weight: 900;
}
.flex-wrap > div {
  flex-wrap: nowrap;
}
/*/////////////////////////////////////////////////////////////
COMMON
*/
.vert-align-center > div {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
#wrapper {
  overflow: hidden;
}
body.freeze {
  overflow: hidden;
}
.margin-center {
  margin: 0 auto;
}
.margin-center p {
  margin: 0 auto;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.pointer {
  cursor: pointer;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto !important;
}
.align-self-center {
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
form.aligncenter table {
  display: inline-block;
  margin: 0 auto;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.clearfloat {
  clear: both;
}
.flex-no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap,
div.flex-wrap > .flex-container {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-align-bottom {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.show-mobile {
  display: none;
}
.fade-point {
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.fade-point.fade-in {
  opacity: 1;
}
#wrapper .full-width {
  max-width: 100%;
  width: 100%;
}
#wrapper .full-width h1,
#wrapper .full-width h2,
#wrapper .full-width h3,
#wrapper .full-width h4,
#wrapper .full-width h5,
#wrapper .full-width h6,
#wrapper .full-width p {
  max-width: 100%;
  width: 100%;
}
.box-outline .box-inner {
  border: 1px solid #a1a1a1;
  padding: 30px;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.box-outline .box-inner span.date-meta {
  display: inline;
}
.box-outline .box-inner h1 {
  margin-top: 45px;
}
.box-outline .box-inner a.button {
  margin-top: 45px;
  display: inline-block;
}
.box-outline .box-inner img {
  filter: grayscale(1);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  max-width: 200px !important;
  height: auto;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.box-outline .box-inner img.opacity {
  opacity: 0.75;
}
.box-outline .box-inner:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.content-medium-max {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.content-small-max {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
/*/////////////////////////////////////////////////////////////
HEADER
*/
#header-wrapper {
  padding: 20px;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #ffffff;
}
#header-wrapper nav > ul > li {
  display: inline-block;
  margin-left: 12px;
}
#header-wrapper nav > ul > li a {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#header-wrapper nav > ul > li a:hover {
  color: #f7b70f;
}
#header-wrapper #primary-nav {
  font-size: 13px;
  font-weight: 600;
}
#header-wrapper #secondary-nav {
  color: #b8b8b8;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: -10px;
}
#header-wrapper ul li a {
  display: block;
}
ul.sub-menu {
  background-color: #ffffff;
  width: 140px;
  text-align: left;
}
ul.sub-menu a {
  display: block;
  padding: 10px;
  font-size: 12px;
}
#nav-wrapper {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
li.menu-item-has-children {
  position: relative;
  margin-right: 10px;
}
li.menu-item-has-children ul.sub-menu {
  position: absolute;
  top: -2000px;
  left: -10px;
  z-index: 10;
  opacity: 0;
}
li.menu-item-has-children ul.sub-menu li a:hover {
  background-color: #262626;
  color: #f7b70f;
}
li.menu-item-has-children:before {
  content: '';
  display: block;
  zoom: 1;
  width: 5px;
  height: 10px;
  position: absolute;
  right: -10px;
  top: 5px;
  background-image: url(https://davidhoule.com/wp-content/themes/futurehoule/images/futurehoule-menu-arrow.svg);
  background-size: contain;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
li.menu-item-has-children.show > ul.sub-menu {
  top: 30px;
  opacity: 1;
}
li.menu-item-has-children.show:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#primary-nav li.menu-item-has-children:last-child ul.sub-menu {
  left: -70px;
}
#header-logo {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#header-logo img {
  max-width: 280px;
  width: 100%;
  height: auto;
  display: block;
}
/*/////////////////////////////////////////////////////////////
MOBILE ICON
*/
#mobile-icon.is-open .burger-stack::before,
#mobile-icon.is-open .burger-stack::after {
  top: 0;
  -webkit-transition: all 0.4s 0.2s ease-in-out;
  transition: all 0.4s 0.2s ease-in-out;
}
#mobile-icon.is-open .burger-stack::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile-icon.is-open .burger-stack::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-icon.is-open .burger-stack {
  background: none;
}
#mobile-icon {
  position: fixed;
  right: 15px;
  top: 20px;
  height: 35px;
  width: 40px;
  background-color: #141414;
  z-index: 100000;
}
#mobile-icon div.burger-stack {
  background-color: #f7b70f;
  height: 2px;
  width: 20px;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 17px;
  left: 10px;
}
#mobile-icon div.burger-stack::before {
  top: -5px;
}
#mobile-icon div.burger-stack::after {
  top: 5px;
}
#mobile-icon div.burger-stack::before,
#mobile-icon div.burger-stack::after {
  height: 2px;
  width: 20px;
  background-color: #f7b70f;
  display: block;
  content: '';
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#mobile-icon.is-open + #nav-wrapper {
  display: block;
}
/*/////////////////////////////////////////////////////////////
HOME CONTENT
*/
body.home h1 {
  font-size: 23px;
  font-weight: 600;
  text-transform: none;
}
body.home h6 {
  font-size: 30px;
  font-style: italic;
  text-transform: uppercase;
  color: #a1a1a1;
}
body.home #content-wrapper {
  padding-top: 0 !important;
}
body.archive h1 {
  font-size: 23px;
  font-weight: 600;
  text-transform: none;
}
/*/////////////////////////////////////////////////////////////
BLOG CONTENT
*/
body.single .content .post-wrapper {
  margin-top: 30px;
}
body.single .content .post-wrapper p {
  margin-bottom: 15px;
}
body.single .content .post-wrapper i,
body.single .content .post-wrapper em {
  font-style: italic;
}
body.single .content .post-wrapper h3 {
  color: #f7b70f;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
body.single .content .post-wrapper h5 {
  color: #a1a1a1;
  font-size: 18px;
  line-height: 20px;
}
body.single .content .post-wrapper ul {
  margin-left: 25px;
}
body.single .content .post-wrapper ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}
body.single .content .post-wrapper ul li a {
  font-size: 14px;
  font-family: 'Open Sans', Helvetica, sans-serif;
}
body.single .content .post-wrapper ol {
  margin-left: 25px;
}
body.single .content .post-wrapper ol li {
  margin-bottom: 10px;
  list-style-type: decimal;
}
body.single .content .post-wrapper ol li a {
  font-size: 14px;
  font-family: 'Open Sans', Helvetica, sans-serif;
}
ul.cat-links {
  color: #b8b8b8;
}
ul.cat-links li {
  display: inline-block;
  margin-right: 10px;
}
ul.cat-links li a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}
body.archive #particles,
body.single #particles,
body.page-template-category-page #particles,
body.search #particles {
  background-color: #141414;
}
span.white {
  color: #ffffff;
  line-height: inherit;
}
span.yellow {
  color: #f7b70f;
  line-height: inherit;
}
.social-wrapper {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
div#sidebar > ul section {
  display: inline-block;
  vertical-align: top;
}
div#sidebar > ul section.widget_search label {
  display: none;
}
div#sidebar #search-2,
div#sidebar .drop-archive {
  vertical-align: middle;
}
.drop-archive {
  position: relative;
}
.drop-archive .widget-inner {
  padding-right: 15px;
  position: relative;
}
.drop-archive .widget-inner h2.widget-title {
  padding-right: 5px;
  font-size: 13px;
  cursor: pointer;
}
.drop-archive .widget-inner h2.widget-title:before {
  content: '';
  display: block;
  width: 5px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 5px;
  background-image: url(https://davidhoule.com/wp-content/themes/futurehoule/images/futurehoule-menu-arrow.svg);
  background-size: contain;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.drop-archive .widget-inner h2.widget-title.show:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.drop-archive .widget-inner h2.widget-title.show + ul,
.drop-archive .widget-inner h2.widget-title.show + .execphpwidget ul {
  left: 0;
  opacity: 1;
}
.drop-archive .widget-inner > ul,
.drop-archive .widget-inner .execphpwidget > ul {
  position: absolute;
  left: -20000px;
  top: 100%;
  width: 160px;
  z-index: 2;
  background-color: #ffffff;
  text-align: left;
  font-family: 'Open Sans', Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.drop-archive .widget-inner > ul li,
.drop-archive .widget-inner .execphpwidget > ul li {
  display: block;
  margin: 0;
  font-size: 12px;
}
.drop-archive .widget-inner > ul li a,
.drop-archive .widget-inner .execphpwidget > ul li a {
  border: none;
  display: inline-block;
  padding: 5px;
}
.drop-archive .widget-inner > ul li a:hover,
.drop-archive .widget-inner .execphpwidget > ul li a:hover {
  background-color: #444444;
  color: #ffffff;
}
/*/////////////////////////////////////////////////////////////
CONTENT
*/
.holder {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
#content-wrapper img {
  max-width: 100%;
  height: auto;
}
#content-wrapper img.book-image {
  max-width: 200px;
}
.book-row {
  margin: 0 -15px;
}
.book-row > .flex-container {
  flex-wrap: wrap;
}
.book-row.all-books .book-col {
  margin-bottom: 60px;
}
.book-col {
  padding: 0 15px;
}
#content-wrapper,
#bottom-cta-wrapper,
#footer-wrapper {
  position: relative;
  z-index: 2;
}
#mc_signup_form br {
  display: none;
}
#mc-indicates-required {
  font-size: 14px;
  color: #a1a1a1;
}
.content.holder .mc_signup_submit {
  text-align: left;
}
.content.holder .mc_signup_submit #mc_signup_submit {
  width: auto;
  background-color: #f7b70f;
  color: #ffffff;
  cursor: pointer;
}
.content.holder .mc_signup_submit #mc_signup_submit:hover {
  background-color: #141414;
  color: #f7b70f;
}
.content.holder label {
  display: block;
}
.mc_var_label,
.mc_interest_label {
  margin-bottom: 0em;
  font-size: 14px;
  font-weight: bold;
}
.mc_input,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  outline: 0px;
  border: 0px;
  background: #f0f0f0;
  padding: 10px;
  font-size: 12px;
  max-width: 800px;
}
.wpcf7 p {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}
#mc_signup_submit {
  margin-top: 1.5em;
  width: 150px;
  border: 0;
}
.mc_signup_submit {
  text-align: left;
}
#mc_display_rewards {
  display: none;
}
.content.holder {
  padding: 90px 40px;
}
.content.holder h1,
.content.holder h2,
.content.holder h3,
.content.holder h4,
.content.holder h5,
.content.holder h6 {
  max-width: 800px;
}
.content .text-inset-wrapper {
  position: relative;
}
.content .text-inset-wrapper:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  right: -15vw;
  bottom: -50px;
  border-left: 30vw solid transparent;
  border-bottom: 30vw solid #f0f0f0;
  z-index: 0;
}
.featured-video {
  padding-right: 20px;
  padding-bottom: 20px;
}
.video.large-50:nth-child(odd) {
  padding-right: 20px;
}
.video.large-50:nth-child(even) {
  padding-left: 20px;
}
.video.large-25 {
  padding: 0 20px 0 20px;
}
.video {
  padding-bottom: 20px;
}
.video-inset {
  float: right;
  margin: 0 0 60px 30px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-inset {
  position: relative;
  z-index: 2;
  background-color: #f1b11f;
  color: #ffffff;
  font-size: 30px;
  padding: 30px;
}
.text-inset h4 {
  text-transform: uppercase;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  color: #414141;
  letter-spacing: 2px;
}
ul.content-ul {
  padding: 20px 0 0px 20px;
}
ul.content-ul li {
  list-style: disc;
  color: #141414;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
}
body.single .content .post-wrapper .cta.dark .text-inset {
  background-color: #f0f0f0;
}
body.single .content .post-wrapper .cta.dark .text-inset ul {
  margin-left: 0;
}
body.single .content .post-wrapper .cta.dark .text-inset ul li {
  list-style-type: none;
  line-height: 14px;
}
body.single .content .post-wrapper .cta.dark .text-inset ul li a {
  color: #141414;
  border-bottom: 0px;
}
.post-wrapper {
  clear: both;
}
.recent-posts-wrapper {
  margin-bottom: 60px;
}
.recent-posts-wrapper .button {
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 0 !important;
}
.img-inset-right {
  margin-top: 0px;
  position: relative;
  max-width: 550px;
}
.img-inset-right img {
  max-width: 550px;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}
.img-inset-right:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  right: -15vw;
  bottom: -50px;
  border-left: 30vw solid transparent;
  border-bottom: 30vw solid #f1b11f;
  z-index: 0;
}
.img-inset-right > div {
  z-index: 2;
}
.img-inset-right.alignright {
  margin: 0 0 60px 60px;
}
footer {
  position: relative;
}
footer:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  right: -25vw;
  bottom: -50px;
  border-left: 40vw solid transparent;
  border-bottom: 40vw solid #f0f0f0;
}
p.intro-copy {
  font-weight: 600;
  font-size: 15px;
}
p,
.width-fix {
  max-width: 800px;
}
hr.divider {
  max-width: 800px;
  clear: both;
}
.pullquote,
blockquote {
  color: #f1b11f;
  padding: 30px 0 30px 0;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0px;
  font-size: 22px;
  max-width: 605px;
  line-height: 32px;
  float: right;
  margin-left: 60px;
}
.pullquote h4,
blockquote h4 {
  font-style: normal;
  color: #000;
  padding: 12px 0px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 11px;
}
blockquote p {
  color: #f1b11f;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0px;
  font-size: 22px;
  line-height: 32px;
}
.wiki-callout {
  position: relative;
  margin-top: 40px;
}
.wiki-callout p.support-grey-text {
  color: #a1a1a1;
  font-size: 12px;
  margin-bottom: 10px;
}
.wiki-callout img {
  width: 150px;
  margin-left: -10px;
  margin-bottom: 4px;
}
.wiki-callout a.button {
  background: #a1a1a1;
  color: #fff;
}
.wiki-callout:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  left: -12vw;
  bottom: -23px;
  border-left: 10vw solid #f0f0f0;
  border-bottom: 10vw solid transparent;
  z-index: 0;
  border-top: 10vw solid transparent;
}
h1 {
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  color: #141414;
  line-height: 1.2em;
}
h2 {
  font-size: 20px;
  font-weight: 600;
}
h4 {
  font-size: 26px;
  display: block;
  text-align: left;
  font-family: 'OpenSansItalic', Arial, sans-serif;
  color: #a1a1a1;
  font-style: italic;
  margin: 0px;
  line-height: 1.2em;
}
h6 {
  font-size: 30px;
  font-style: italic;
  text-transform: uppercase;
  color: #141414;
  line-height: 1em;
}
.bottom-cta-widget h2 {
  padding: 20px 0px 30px;
}
.scene {
  padding-top: 90px;
  padding-bottom: 90px;
}
.scene .pad-top-btm {
  padding-top: 75px;
  padding-bottom: 75px;
}
.scene .pad-top {
  padding-top: 75px;
}
.pad-right {
  padding-right: 30px;
}
.pad-right-2 {
  padding-right: 60px;
}
.content-block {
  padding-top: 45px;
  padding-bottom: 45px;
}
.date-meta,
#quotes-wrapper h2 {
  color: #f7b70f;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}
.date-meta.headline,
#quotes-wrapper h2.headline {
  font-size: 16px;
}
.bg.yellow {
  background-color: #f7b70f;
}
.bg.yellow h6 {
  color: #ffffff;
}
.bg.lightest-grey {
  background-color: #f0f0f0;
}
.bg.white-trans {
  background-color: #ffffff;
}
.bg.white {
  background-color: #ffffff;
}
.button,
input[type="submit"] {
  cursor: pointer;
  background-color: #f0f0f0;
  width: auto;
  max-width: 100%;
  display: inline-block;
  padding: 12px 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 11px;
  position: relative;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.button.yellow,
input[type="submit"].yellow {
  background-color: #f7b70f;
  color: #ffffff;
}
.button.outline,
input[type="submit"].outline {
  border: 1px solid #b8b8b8;
  background-color: transparent;
  color: #a1a1a1;
  padding: 10px 18px;
}
.button.outline.yellow,
input[type="submit"].outline.yellow {
  border-color: #f7b70f;
  color: #f7b70f;
}
.button.outline.yellow:after,
input[type="submit"].outline.yellow:after {
  background-color: #f7b70f;
}
.button.white,
input[type="submit"].white {
  background-color: #ffffff;
}
.button.small,
input[type="submit"].small {
  padding: 12px;
  letter-spacing: 1px;
}
.button:hover,
input[type="submit"]:hover {
  background-color: #141414;
  color: #f7b70f;
}
.button.inactive,
input[type="submit"].inactive {
  line-height: 1.3em;
}
.button.page,
input[type="submit"].page {
  margin-bottom: 10px;
}
.page-template-category-page .content.holder ul li {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 11px;
  text-transform: uppercase;
}
.page-template-category-page .content.holder ul li a {
  background-color: #f0f0f0;
  width: auto;
  max-width: 100%;
  display: inline-block;
  padding: 12px 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 11px;
  position: relative;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.page-template-category-page .content.holder ul li a:hover {
  background-color: #141414;
  color: #f7b70f;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@supports ((-webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%)) or (clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%))) {
  .button,
  input[type="submit"],
  ul.tabs li.tab,
  .page-template-category-page .content.holder ul li a,
  .socialIcon {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  }
  .button.outline:after,
  input[type="submit"].outline:after,
  ul.tabs li.tab.outline:after,
  .page-template-category-page .content.holder ul li a.outline:after,
  .socialIcon.outline:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 20px;
    background-color: #b8b8b8;
    transform: rotate(-45deg);
    bottom: 2px;
    right: -5px;
  }
  #mobile-icon {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  }
}
a.button + a.button,
span.button + a.button,
a.button + span.button {
  margin-left: 10px;
}
li.button + li.button {
  margin-left: 10px;
}
input[type="submit"],
input[type="email"],
input[type="text"],
input[type="date"] {
  border: 0;
  outline: 0;
  font-family: 'Open Sans', Helvetica, sans-serif;
}
input[type="email"],
input[type="text"],
input[type="date"],
textarea {
  background-color: #f0f0f0;
  padding: 10px;
  border: 0;
}
#hero-wrapper {
  position: relative;
  overflow: hidden;
}
#hero-photo {
  position: absolute;
  top: 120px;
  z-index: 2;
  height: 100%;
  background-image: url(https://davidhoule.com/wp-content/themes/futurehoule/images/david-houle-futurist-speaker-thinker-black-white.png);
  width: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  right: -26%;
  background-position: bottom center;
}
body.home #hero-text {
  color: #a1a1a1;
}
body.home #hero-text h1 {
  color: #fff;
  font-size: 15vw;
  text-transform: uppercase;
  font-style: italic;
  opacity: 0.0;
  line-height: 1em;
  left: -100%;
  position: relative;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
body.home #hero-text h2 {
  color: #fff;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 500;
  width: 50%;
  opacity: 0;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
body.home #hero-text .text-slider-wrapper > ul li {
  position: absolute;
  left: 200%;
}
body.home #hero-text .text-slider-wrapper > ul li.active {
  position: static;
}
body.home #hero-text .text-slider-wrapper > ul li.active h1 {
  left: 0;
  opacity: 0.75;
}
body.home #hero-text .text-slider-wrapper > ul li.active h2 {
  opacity: 1;
}
body.home #hero-text .slide-btns {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 3;
}
body.home #hero-text .slide-btns li.active {
  background-color: #f7b70f;
  color: #ffffff;
}
body.home #hero-text .slide-btns li:not(.active):hover {
  background-color: #b8b8b8;
  color: #ffffff;
}
#hero {
  position: relative;
}
#hero .page-title {
  padding: 60px 0;
}
#hero .page-title h6 {
  font-weight: 600;
  font-size: 44px;
  color: #ffffff;
}
#speaking-boxes h6 {
  color: #ffffff;
}
#speaking-boxes .button {
  color: #a1a1a1;
}
#speaking-boxes .button:hover {
  color: #f7b70f;
}
body.page #content-wrapper,
body.single #content-wrapper,
body.archive #content-wrapper,
body.search #content-wrapper {
  padding-top: 100px;
}
#book-banner-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 115px;
  height: 115px;
  background-image: url(https://davidhoule.com/wp-content/themes/futurehoule/images/white-corner.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 3;
}
#book-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-image: url(https://davidhoule.com/wp-content/themes/futurehoule/images/david-houle-amazon-book-medallion.png);
  background-size: contain;
}
#evo-shift-recent {
  background-image: url(https://davidhoule.com/wp-content/themes/futurehoule/images/white-corner-responsive.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#evo-logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#popular-topics ul.slider-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
}
#popular-topics .text-slider-wrapper {
  position: relative;
}
#popular-topics ul.slider-texts {
  margin-top: 0;
}
.cta ul.slider-texts {
  margin-top: 0px;
}
.cta ul.slider-buttons {
  color: #000;
}
.slider .number-count {
  font-size: 11px;
  font-weight: 700;
  padding-left: 20px;
}
.testimonials h1 {
  font-size: 23px;
  font-weight: 600;
  text-transform: none;
  position: relative;
}
.testimonials h1:before {
  content: '\201C' !important;
  /*position: absolute;*/
  padding-right: 3px;
}
.testimonials h1:before,
.testimonials h1:after {
  content: '\201D';
  font-size: 60px;
  color: #f7b70f;
  /* font-weight: bold; */
  vertical-align: top;
  /*line-height: 0.8;*/
  top: 7px;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.testimonials h1:after {
  padding-left: 3px;
}
.grey-corner {
  background-image: url(https://davidhoule.com/wp-content/themes/futurehoule/images/grey-corner-responsive.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.grey-corner-color {
  fill: #f0f0f0;
}
ul.slider-texts {
  margin-top: 45px;
}
.speaking-wrapper div.speaking {
  /*.flex-size(1);*/
}
.speaking-wrapper div.speaking .speaking-inner {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 30px;
  background-color: #ffffff;
}
.speaking-wrapper div.speaking .speaking-inner > div {
  margin-bottom: 40px;
}
.speaking-wrapper div.speaking .speaking-inner > div span {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 34px;
  font-weight: 600;
}
.speaking-wrapper div.speaking .speaking-inner > div p {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.speaking-wrapper div.speaking .speaking-inner > div span,
.speaking-wrapper div.speaking .speaking-inner > div p {
  color: #f7b70f;
}
.speaking-wrapper div.speaking .speaking-inner p {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.logo-section {
  margin-top: 40px;
}
.logo-section img {
  transition: 0.3s all ease-in-out;
  width: 150px;
  height: auto;
}
.logo-section img:hover {
  width: 150px;
  height: auto;
  -webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  filter: none;
  filter: grayscale(0%);
}
.gallery-section img {
  max-width: 100%;
  height: auto;
}
ul.tabs li.tab {
  background-color: #f0f0f0;
  margin-bottom: 20px;
  padding: 10px 0 10px 20px;
  cursor: pointer;
}
ul.tabs li.tab h4 {
  background-image: url(https://davidhoule.com/wp-content/themes/futurehoule/images/plus-icon.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position-y: center;
  background-position-x: 98%;
}
ul.tabs li.tab.content-reveal h4 {
  background-image: url(https://davidhoule.com/wp-content/themes/futurehoule/images/minus-icon.svg);
}
ul.tabs li.tab:last-child {
  border-bottom: 0px;
}
ul.tabs {
  margin: 0;
  border: 0px;
  background: transparent;
  list-style-type: none;
  max-width: 800px;
  position: relative;
}
.tabs h1:after {
  content: '';
  position: absolute;
  background: transparent;
  border-right: 20px solid #f7b70f;
  border-top: 20px solid transparent;
  text-align: center;
  right: 0px;
  color: #000;
  margin-top: 8px;
  line-height: 60px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.tabs li.tab.content-reveal h1:after {
  transform: rotate(-90deg);
}
ul.tabs .tab-content {
  display: none;
  max-width: 75%;
}
ul.tabs .tab-content a {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 30px;
}
ul.tabs .tab-content a:hover {
  color: #f7b70f;
}
#testimonials-wrapper h2,
.testimonials h2 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
}
#testimonials-wrapper h3,
.testimonials h3 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
#testimonials-wrapper h1:before,
#testimonials-wrapper h1:after {
  color: #ffffff;
}
.post {
  margin-top: 90px;
}
.post .post-meta {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.post .post-meta > div {
  display: inline-block;
  margin-bottom: 10px;
}
.post .post-meta .comments {
  margin-left: 20px;
}
body.single .post-meta {
  max-width: 800px;
}
.category-wrapper a,
.post-meta a {
  border: none !important;
}
.category-wrapper a:hover,
.post-meta a:hover {
  background: none !important;
}
body.single .post {
  margin-top: 0;
}
.category-button {
  cursor: pointer;
}
.category-wrapper {
  position: relative;
}
.category-wrapper ul.cat-links {
  margin-top: 30px;
  position: absolute;
  right: -2000px;
  top: 0;
  z-index: 1;
  width: 200px;
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.category-wrapper ul.cat-links.active {
  position: static;
  width: auto;
  opacity: 1;
}
.pagination,
.ssba.ssba-wrap {
  margin-top: 60px;
}
.ssbp-wrap p {
  display: inline-block;
}
.pagination {
  margin-bottom: 60px;
}
span.icon {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 11px;
}
span.icon svg {
  vertical-align: middle;
  margin-left: 10px;
}
span.icon:hover svg {
  fill: #f7b70f;
  background-color: #141414;
}
body.single .date-meta,
body.single h1.blog-title {
  margin-bottom: 30px;
  display: block;
}
body.single .post a {
  border-bottom: 2px solid #f7b70f;
  font-weight: 700;
  font-size: 13px;
}
body.single .post a:hover {
  background-color: #f7b70f;
}
body.single .post .ssba a {
  border-bottom: 0px;
}
body.single .post .ssba a:hover {
  background-color: transparent;
}
body.single p {
  font-size: 15px;
  line-height: 1.8em;
}
#post-navigation {
  margin: 60px 0;
  clear: both;
}
#post-navigation .prev-link {
  margin-right: 10px;
}
#post-navigation .next-link {
  margin-left: 10px;
}
a.link {
  border-bottom: 2px solid #f7b70f;
  font-weight: 700;
  font-size: 13px;
}
a.link:hover {
  background-color: #f7b70f;
}
#china-print {
  margin-left: -20px;
  margin-right: -20px;
}
/*/////////////////////////////////////////////////////////////
BOTTOM CTA
*/
#top-cta h6 {
  color: #fff;
}
#bottom-cta .flex-container > div {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#bottom-cta ul li {
  display: inline-block;
}
#bottom-cta ul li:first-child {
  margin-right: 30px;
}
#bottom-cta .mc4wp-form-basic label,
#bottom-cta .mc4wp-form-theme label {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#bottom-cta input[type="email"] {
  background-color: #f7b70f;
  border: 1px solid #141414;
  margin-top: 10px;
}
#bottom-cta input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
#bottom-cta input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 11px;
}
#bottom-cta input[type="checkbox"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  background: #f7b70f;
  background-color: #f7b70f;
  border: 1px solid #141414;
}
#bottom-cta input[type="checkbox"]:hover + label:before {
  background: #141414;
}
#bottom-cta input[type="checkbox"]:checked + label:before {
  background: #141414;
}
#bottom-cta input[type="checkbox"]:disabled + label {
  color: #f7b70f;
  cursor: auto;
}
#bottom-cta input[type="checkbox"]:disabled + label:before {
  box-shadow: none;
  background: #f7b70f;
}
#bottom-cta input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: #141414;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
  transform: rotate(45deg);
}
#bottom-cta input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #141414;
}
#bottom-cta input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #141414;
}
#bottom-cta input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #141414;
}
#bottom-cta input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #141414;
}
/*/////////////////////////////////////////////////////////////
Particles
*/
#particles {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #bbbbbb;
}
/*/////////////////////////////////////////////////////////////
FOOTER
*/
#footer-wrapper h2.widget-title {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}
#footer-wrapper .widget_recent_entries a {
  font-size: 12px;
  color: #a1a1a1;
  font-weight: 600;
}
#footer-wrapper .widget_recent_entries .post-date {
  display: none;
}
#footer-wrapper p.caption {
  font-size: 10px;
  line-height: 16px;
}
#footer-col1 p {
  font-size: 12px;
  color: #a1a1a1;
  font-weight: 600;
}
#footer-col1 img {
  max-width: 240px;
  height: auto;
  width: 100%;
}
#footer-col2 > section {
  margin-top: 30px;
}
#footer-col2 > section:first-child {
  margin-top: 0;
}
span.socicon {
  color: #f7b70f;
  margin-right: 20px;
  margin-top: -5px;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  #popular-topics .text-slider-wrapper {
    padding-bottom: 60px;
  }
}
/* ///////////////////////////////////////
//
// TABLET QUERY
//
/////////////////////////////////////// */
@media screen and (max-width: 1024px) {
  .show-mobile {
    display: block;
  }
  #header-logo img {
    max-width: 240px;
  }
  #nav-wrapper {
    display: none;
  }
  #mobile-icon.is-open + #nav-wrapper {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 88px;
    left: 0;
    width: 100%;
    background: #ffffff;
    margin: 0;
    padding: 0;
  }
  #header-wrapper #primary-nav > ul li {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0 20px 20px 20px;
  }
  ul.sub-menu {
    width: 100%;
    margin-top: 20px;
  }
  li.menu-item-has-children:before {
    right: 40px;
    top: 23px;
  }
  li.menu-item-has-children.show > ul.sub-menu {
    top: 100%;
    position: static;
  }
  #header-wrapper #secondary-nav {
    margin: 0 auto 20px auto;
    text-align: center;
  }
  ul.sub-menu a {
    padding: 0;
  }
  #menu-primary2 > li > a {
    border-top: 2px solid #ededed;
    padding-top: 18px;
  }
  .page-template-forecast .content.holder {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-template-forecast .content.holder .ruler-area .middle {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 850px) {
  .video:nth-child(odd),
  .video:nth-child(even),
  .featured-video {
    padding-right: 0;
    padding-left: 0;
  }
  #hero-photo {
    right: -20%;
    width: 80%;
    top: 80px;
  }
  .speaking-wrapper {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pullquote,
  blockquote {
    float: none;
    margin-left: 0px;
  }
  .video.large-25 {
    padding-bottom: 25px;
  }
  #china-print {
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .book-row .book-col {
    width: 100%;
  }
}
/* ///////////////////////////////////////
//
// PHONE QUERY
//
/////////////////////////////////////// */
@media screen and (max-width: 670px) {
  #bottom-cta .flex-container {
    display: block;
  }
  #hero-photo {
    right: -20%;
    width: 90%;
    top: 10px;
  }
  .holder {
    padding: 40px 20px;
  }
  #content-wrapper .bg.white .content.holder {
    padding: 40px 20px;
  }
  #hero .page-title {
    padding: 0;
  }
  #header-wrapper {
    padding: 15px;
  }
  .blog-intro > div:last-child {
    margin-top: 30px;
  }
  .blog-intro > div:last-child #sidebar {
    text-align: center;
  }
  .post-meta.text-right {
    margin-top: 30px;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
  .view-all.text-right {
    margin-top: 30px;
    text-align: left !important;
  }
  .scene .pad-top {
    padding-top: 15px;
  }
  .small-order-2 {
    padding-top: 30px;
  }
  #post-navigation .next-link {
    margin-top: 20px;
  }
  #post-navigation .next-link,
  #post-navigation .prev-link {
    text-align: center !important;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 540px) {
  .book-row .book-col .book-image {
    margin: 0 auto 30px auto;
  }
  .book-row .book-col img.alignright {
    float: none;
    display: block;
  }
  #content-wrapper .box-outline .box-inner img {
    display: block;
    margin: 0 auto 15px auto;
    width: 100%;
    max-width: 100% !important;
  }
  #hero-photo {
    right: -20%;
    width: 100%;
    top: 10px;
  }
  body.home #hero-text h2 {
    width: 100%;
    font-size: 18px;
  }
  #hero-text-wrapper {
    padding-top: 120px;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
  }
  body.home #hero-text .slide-btns {
    bottom: 90px;
  }
  .post-meta .button {
    padding: 12px 10px;
  }
}
