/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("http://fonts.googleapis.com/css?family=Open+Sans:600");

@font-face {
    font-family: 'corbert_condensedregular';
    src: url('fonts/CorbertCondensed-Regular-webfont.eot');
    src: url('fonts/CorbertCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CorbertCondensed-Regular-webfont.woff2') format('woff2'),
         url('fonts/CorbertCondensed-Regular-webfont.woff') format('woff'),
         url('fonts/CorbertCondensed-Regular-webfont.ttf') format('truetype'),
         url('fonts/CorbertCondensed-Regular-webfont.svg#corbert_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'corbert_condenseditalic';
    src: url('fonts/CorbertCondensed-Italic-webfont.eot');
    src: url('fonts/CorbertCondensed-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CorbertCondensed-Italic-webfont.woff2') format('woff2'),
         url('fonts/CorbertCondensed-Italic-webfont.woff') format('woff'),
         url('fonts/CorbertCondensed-Italic-webfont.ttf') format('truetype'),
         url('fonts/CorbertCondensed-Italic-webfont.svg#corbert_condenseditalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face { 
	font-family: helveticanltstdroman;
	src: url("/wp-content/themes/stephdavis/assets/css/fonts/HelveticaNeueLTStd-Roman.ttf");
}

@font-face {
	font-family: helveticalt;
	src: url("/wp-content/themes/stephdavis/assets/css/fonts/HelveticaNeueLTStd-LtIt.otf");
}


html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.container {
  width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.row {
  margin: 0 -20px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

*[class*="col-"] {
  padding: 0 20px;
  float: left;
  width: 100%;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .container {
    width: 960px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    width: 748px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) {
  .col-xs-1 {
    width: 8.33333%;
  }

  .col-xs-2 {
    width: 16.66667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.33333%;
  }

  .col-xs-5 {
    width: 41.66667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.33333%;
  }

  .col-xs-8 {
    width: 66.66667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.33333%;
  }

  .col-xs-11 {
    width: 91.66667%;
  }

  .col-xs-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

}
@media only screen and (min-width: 992px) {
  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }
}
@font-face {
  font-family: "LemonYellowSun";
  src: url("fonts/lemon_yellow_sun-webfont.eot");
  src: url("fonts/lemon_yellow_sun-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lemon_yellow_sun-webfont.woff") format("woff"), url("fonts/lemon_yellow_sun-webfont.ttf") format("truetype"), url("fonts/lemon_yellow_sun-webfont.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("fonts/oswald-regular-webfont.eot");
  src: url("fonts/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/oswald-regular-webfont.woff") format("woff"), url("fonts/oswald-regular-webfont.ttf") format("truetype"), url("fonts/oswald-regular-webfont.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "QuestaSans";
  src: url("fonts/2-questa_regular-webfont.eot");
  src: url("fonts/2-questa_regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/2-questa_regular-webfont.woff") format("woff"), url("fonts/2-questa_regular-webfont.ttf") format("truetype"), url("fonts/2-questa_regular-webfont.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

#main-header {
  position: relative;
  z-index: 12;
}
#main-header .logo {
  display: block;
  margin-top: 22px;
  float: left;
}
#main-header .btn-menu {
  display: none;
  width: 27px;
  height: 27px;
  margin-top: 28px;
  text-indent: -1000em;
  overflow: hidden;
  background: url("../img/icon-menu.png") no-repeat center center;
  float: right;
}
#main-header .btn-menu:focus, #main-header .btn-menu:active {
  outline: none;
}
#main-header .right {
  font-size: 0;
  margin-top: 29px;
}
#main-header .right > * {
  display: inline-block;
  vertical-align: middle;
}
#main-header .social {
  margin-left: 18px;
}
#main-header .user {
  margin-left: 32px;
}
#main-header nav {
  margin-top: 27px;
  background: #1b5a7d;
}

#main-footer {
  padding-top: 38px;
  padding-bottom: 55px;
  position: relative;
}
#main-footer .social {
  text-align: right;
  margin-top: 25px;
}
#main-footer nav ul {
  text-align: left;
}
#main-footer nav ul li {
  padding: 0 10px 0 0;
}
#main-footer nav ul li:after {
  right: 3px;
}
#main-footer nav ul li:first-child {
  padding-left: 0;
}
#main-footer nav ul li a {
  display: inline;
  padding: 0 4px;
}
#main-footer p {
  font-size: 14px;
  margin: 5px 0;
}
#main-footer p a {
  color: #fff;
}

section header {
  position: relative;
  background: #762058;
}
section header:before, section header:after {
  content: " ";
  display: table;
}
section header:after {
  clear: both;
}
section header.slider .container {
  position: relative;
  z-index: 1;
}
section header.slider .container:before, section header.slider .container:after {
  display: none !important;
}
section header.slider .text {
  float: right;
  width: 39.55%;
  padding-top: 88px;
  padding-bottom: 146px;
  position: relative;
}
section header.slider .text h1 {
  font-family: 'LemonYellowSun';
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 58px;
}
section header.slider .btn-wrapper {
  position: absolute;
  right: -2px;
  bottom: 76px;
}
section header.slider .slides {
  z-index: 2;
}
section header .slides {
  width: 55.85%;
  float: left;
}
section header .slides .slick-slide {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
section header .slides img {
  opacity: 0;
}
section header.banner .gfx {
  width: 51.5%;
  position: absolute;
  top: 0;
  bottom: -100px;
  right: 0;
}
section header.banner .heading {
  border-left: 4px solid #779a0b;
  color: #fff;
  margin: 65px 54px 105px;
  padding-left: 24px;
  position: relative;
}
section header.banner .heading h1, section header.banner .heading h3 {
  margin: 0;
}
section header.banner .heading h1 {
  line-height: 50px;
}
section header.banner .heading h3 {
  line-height: 38px;
  margin-top: 16px;
}
section header.banner .heading:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-box-shadow: 0 20px 0 0 #000;
  -webkit-box-shadow: 0 20px 0 0 #000;
  box-shadow: 0 20px 0 0 #000;
}
section > div {
  background: #fff;
  position: relative;
}

.slick-prev,
.slick-next {
  display: block;
  width: 18px;
  height: 24px;
  border: none;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  text-indent: -1000em;
  overflow: hidden;
  float: left;
  margin: 0 4px;
}

.slick-prev {
  background-image: url("../img/arrow-prev.png");
}

.slick-next {
  background-image: url("../img/arrow-next.png");
}

.skew-right, .skew-left {
  width: 100%;
  margin-top: -28px;
  background: none !important;
}
.skew-right:before, .skew-right .skew-bg, .skew-left:before, .skew-left .skew-bg {
  content: '';
  display: block;
  width: calc(100% + 200px);
  height: calc(100% + 100px);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -100px;
  z-index: -1;
}
.skew-right.bg-blue:before, .skew-right#main-footer:before, .skew-right.form-wrapper:before, .skew-left.bg-blue:before, .skew-left#main-footer:before, .skew-left.form-wrapper:before {
  background: #1b5a7d;
}
/*.skew-right.bg-wood:before, .skew-right.products-wrapper:before, .skew-left.bg-wood:before, .skew-left.products-wrapper:before {
  background-image: url("../img/bg-wood.jpg");
}*/
.skew-right.bg-wood:before, .skew-right.products-wrapper:before, .skew-left.bg-wood:before, .skew-left.products-wrapper:before {
  background-image: url("../img/product-bg.png");
}
/*
.skew-right.bg-texture:before, .skew-right.sponsors-wrapper:before, .skew-left.bg-texture:before, .skew-left.sponsors-wrapper:before {
  background-image: url("../img/bg-texture.jpg");
}
*/
.skew-right.bg-purple:before, section header.skew-right.banner:before, .skew-right.testimonials-wrapper:before, .skew-left.bg-purple:before, section header.skew-left.banner:before, .skew-left.testimonials-wrapper:before {
  background-image: url("../img/bg-purple.jpg");
}

.skew-right:before {
  -moz-transform: rotate(-2.5deg);
  -ms-transform: rotate(-2.5deg);
  -webkit-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
}
.skew-right .skew-bg {
  -moz-transform: rotate(-2.5deg);
  -ms-transform: rotate(-2.5deg);
  -webkit-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
  -webkit-backface-visibility: hidden;
}
.skew-right .skew-wrapper {
  -moz-transform: rotate(2.5deg);
  -ms-transform: rotate(2.5deg);
  -webkit-transform: rotate(2.5deg);
  transform: rotate(2.5deg);
}

.skew-left:before {
  -moz-transform: rotate(2.5deg);
  -ms-transform: rotate(2.5deg);
  -webkit-transform: rotate(2.5deg);
  transform: rotate(2.5deg);
}
.skew-left .skew-bg {
  -moz-transform: rotate(2.5deg);
  -ms-transform: rotate(2.5deg);
  -webkit-transform: rotate(2.5deg);
  transform: rotate(2.5deg);
  -webkit-backface-visibility: hidden;
}
.skew-left .skew-wrapper {
  -moz-transform: rotate(-2.5deg);
  -ms-transform: rotate(-2.5deg);
  -webkit-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
}

.skew-wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

section header.skew-right, section header.skew-left {
  background: #762058;
  margin-top: 0;
}
section header.skew-right .gfx, section header.skew-left .gfx {
  bottom: -30px;
}
section header.skew-right .heading, section header.skew-left .heading {
  margin-bottom: 80px;
}
section header.skew-right:before, section header.skew-right .skew-bg, section header.skew-left:before, section header.skew-left .skew-bg {
  bottom: 0 !important;
  top: auto !important;
  background: #762058;
}
section header.skew-right.banner:before, section header.skew-right.banner .skew-bg, section header.skew-left.banner:before, section header.skew-left.banner .skew-bg {
  background: url("../img/bg-purple.jpg") no-repeat 0 0;
}
section header.skew-right.slider:before, section header.skew-right.slider .skew-bg, section header.skew-left.slider:before, section header.skew-left.slider .skew-bg {
  bottom: 30px !important;
}
section header.skew-right.banner + .skew-left, section header.skew-right.banner + .skew-right, section header.skew-left.banner + .skew-left, section header.skew-left.banner + .skew-right {
  margin-top: 0;
}

.banner, .slider, .box-story {
  overflow: visible !important;
}
.banner .skew-bg, .slider .skew-bg, .box-story .skew-bg {
  overflow: hidden;
}
.banner .skew-bg .skew-wrapper, .slider .skew-bg .skew-wrapper, .box-story .skew-bg .skew-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
}
.banner.skew-left, .banner.skew-right, .slider.skew-left, .slider.skew-right, .box-story.skew-left, .box-story.skew-right {
  width: 120%;
  margin-left: -10%;
  margin-right: -10%;
}

.banner .skew-bg .skew-wrapper {
  top: auto;
  height: calc(100% - 100px);
}

.slider .skew-bg {
  z-index: 0;
}
.slider .skew-bg .skew-wrapper {
  top: auto;
  bottom: -30px;
}

.box-story.skew-right:before, .box-story.skew-right .skew-bg, .box-story.skew-left:before, .box-story.skew-left .skew-bg {
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .box-story {
    padding-top: 330px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.skew-left, .banner.skew-right, .slider.skew-left, .slider.skew-right, .box-story.skew-left, .box-story.skew-right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  section header.slider .skew-bg {
    height: auto;
    top: -20px !important;
    bottom: auto !important;
    width: 105%;
    left: 0;
  }
  section header.slider .skew-bg .skew-wrapper {
    position: static;
  }

  header.skew-left, header.skew-right {
    padding-top: 170px;
  }
  header.skew-left.slider, header.skew-right.slider {
    padding-top: 180px;
  }
}
body {
  font-family: 'QuestaSans';
  font-size: 18px;
  line-height: 1.3333;
  -webkit-text-size-adjust: none;
}

#page {
  margin: 0 auto;
  overflow: hidden;
  min-width: 320px;
}

h1 {
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
}

h2 {
  font-family: 'LemonYellowSun';
  font-weight: 400;
  font-size: 48px;
  text-transform: uppercase;
}

h3 {
  font-family: 'LemonYellowSun';
  font-weight: 400;
  font-size: 36px;
}

h4 {
  font-family: 'LemonYellowSun';
  font-weight: 400;
  font-size: 30px;
}

p.highlight {
  font-family: 'QuestaSans';
  font-size: 30px;
  line-height: 36px;
  color: #1b5a7d;
}

a {
  color: #779a0b;
}

a img {
  display: block;
  border: none;
}

.table {
  display: table;
  width: 100%;
}
.table [class*="col"] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center, .sponsors-wrapper {
  text-align: center;
}

.btn {
  display: inline-block;
  color: #779a0b;
  text-decoration: none;
  border: 2px solid #779a0b;
  padding: 0 16px;
}
.btn:hover {
  color: #fff;
  background: #779a0b;
}

.btn-purple {
  background-color: #762058;
  border-color: #762058;
  color: #fff;
}
.btn-purple:hover {
  background-color: #5a1742;
  border-color: #5a1742;
}

.btn-red {
  background-color: #a32829;
  border-color: #a32829;
  color: #fff;
}
.btn-red:hover {
  background-color: #779a0b;
  border-color: #779a0b;
}
/*
.bg-wood, .products-wrapper {
  background: url("../img/bg-wood.jpg") no-repeat top center;
  background-size: cover;
}
*/
.bg-wood, .products-wrapper {
  background: url("../img/new-product-bg.png") no-repeat top center;
  background-size: cover;
}

.bg-blue, #main-footer, .form-wrapper {
  background: #1b5a7d;
  color: #fff;
}

.bg-texture, .sponsors-wrapper {
  background: url("../img/bg-texture.jpg") no-repeat top center;
  background-size: cover;
}

.bg-purple, section header.banner, .testimonials-wrapper {
  background: url("../img/bg-purple.jpg") no-repeat top center;
  background-size: cover;
  color: #fff;
}
.bg-purple.skew-left, section header.skew-left.banner, .skew-left.testimonials-wrapper, .bg-purple.skew-right, section header.skew-right.banner, .skew-right.testimonials-wrapper {
  background: none;
}
.bg-purple.skew-left:before, section header.skew-left.banner:before, .skew-left.testimonials-wrapper:before, .bg-purple.skew-right:before, section header.skew-right.banner:before, .skew-right.testimonials-wrapper:before {
  content: '';
  display: block;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  background: url("../img/bg-purple.jpg") no-repeat top center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -50px;
}

.bg-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-image img {
  display: none;
}
.bg-image.slick-slide img {
  display: block;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 11px 0 12px;
  font-size: 0;
}
nav ul > li {
  display: inline-block;
}
nav ul li {
  position: relative;
  padding: 0 31px;
  font-size: 18px;
}
nav ul li:after {
  content: '|';
  color: #779a0b;
  position: absolute;
  top: 0;
  right: 0;
}
nav ul li:last-child:after {
  display: none;
}
nav ul a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
/*   padding: 0 8px; */
  line-height: 20px;
  height: 23px;
  font-family: 'QuestaSans';
  font-weight: 400;
  text-transform: lowercase;
}
nav ul a:hover {
  background: #779a0b;
}

.social {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.social > li {
  display: inline-block;
}
.social li {
  margin-left: 10px;
}
.social [class*="icon"] {
  display: block;
  width: 38px;
  height: 38px;
  background-repeat: none;
  background-position: 0 0;
  background-size: 100% 200%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.social [class*="icon"]:hover {
  background-position: 100% 100%;
}
.social .icon-facebook {
  background-image: url("../img/icon-facebook-bg.png");
}
.social .icon-pinterest {
  background-image: url("../img/icon-pinterest-bg.png");
}
.social .icon-twitter {
  background-image: url("../img/icon-twitter-bg.png");
}
.social .icon-linked-in {
  background-image: url("../img/icon-linked-in-bg.png");
}
.social .icon-vimeo {
  background-image: url("../img/Vimeo.png");
}
.social .icon-steller {
  background-image: url("../img/Steller1.png");
}
.social .icon-rss {
  background-image: url("../img/icon-rss-bg.png");
}
#main-footer .social [class*="icon"] {
  width: 28px;
  height: 28px;
}
#main-footer .social .icon-facebook {
  background-image: url("../img/icon-facebook.png");
}
#main-footer .social .icon-twitter {
  background-image: url("../img/icon-twitter.png");
}
#main-footer .social .icon-linked-in {
  background-image: url("../img/icon-linked-in.png");
}
#main-footer .social .icon-pinterest {
  background-image: url("../img/Pinterest2.png");
}
#main-footer .social .icon-vimeo {
  background-image: url("../img/Vimeo2.png");
}
#main-footer .social .icon-steller {
  background-image: url("../img/Steller2.png");
}
#main-footer .social .icon-rss {
  background-image: url("../img/icon-rss.png");
}
.homepage #main-footer .social [class*="icon"] {
  width: 38px;
  height: 38px;
}

.user {
  font-family: 'LemonYellowSun';
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.4px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  height: 27px;
  padding: 0 18px;
  background: #a32829;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  position: relative;
}
.user:after {
  content: '';
  display: block;
  width: 23px;
  height: 11px;
  background: url("../img/gfx-bubble.png") no-repeat 0 0;
  position: absolute;
  top: 100%;
  left: 8px;
}
.user:hover {
  background-color: #811b1c;
}
.user:hover:after {
  background-position: 100% 100%;
}

form input {
  border: none;
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 18px;
  padding: 0 18px;
  background-color: #779a0b;
  font-family: 'LemonYellowSun';
  border-radius: 0 !important;
  -webkit-appearance: none !important;
}
form input:focus, form input:active {
  outline: none;
}
form button {
  border: none;
  padding: 0;
  min-width: 190px;
  margin-top: -4px;
  -webkit-appearance: none;
}
form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  opacity: 1;
}
form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  opacity: 1;
}
form.simple input {
  font-size: 16px;
  color: #000;
  background-color: #d7d3cd;
  display: inline-block;
  width: 134px;
  height: 28px;
  padding: 0 10px;
  margin: 0;
  vertical-align: middle;
}
form.simple button {
  margin-top: 0;
  min-width: 0;
}
form.simple .icon-search {
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 28px;
  background: url("../img/icon-search.png") no-repeat center center #762058;
}
form.simple .icon-search:hover {
  background-color: #5a1742;
}

.box, .box-feature, .box-post {
  background-color: #fff;
  -moz-box-shadow: 0 0 5px rgba(199, 198, 197, 0.75);
  -webkit-box-shadow: 0 0 5px rgba(199, 198, 197, 0.75);
  box-shadow: 0 0 5px rgba(199, 198, 197, 0.75);
}

.box h3, .box-feature h3, .box-post h3 {
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 30px;
  color: #762058;
  margin: 30px 0;
}

.speaking-videos .box-feature h3 {
	margin: 6px 0 0px 3px; 
	padding-bottom: 7px !important;
	font-size: 23px;
}

.box h3 a, .box-feature h3 a, .box-post h3 a {
  color: inherit;
  text-decoration: none;
}
.box-feature h3 a {
  text-transform: uppercase;
}

.features-wrapper {
  padding-top: 85px;
  padding-bottom: 115px;
}

.box-feature {
  text-align: center;
  padding-bottom: 16px;
  min-height: 428px;
}

.speaking-videos .box-feature {
	min-height: 0px !important; 
	padding-bottom: 0px !important;
}

.box-feature img {
  width: 100%;
  display: block;
}
.box-feature p {
  color: #1b5a7d;
  padding: 0 30px;
}
.box-feature h3 a:hover {
  color: #779a0b;
}

.media {
  display: block;
}
.media img {
  display: block;
  width: 100%;
}
.media.video {
  position: relative;
}
.media.video:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/gfx-play.png") no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}

.form-wrapper {
  padding-top: 40px;
  padding-bottom: 72px;
}
.form-wrapper h2 {
  line-height: 60px;
  text-align: center;
  margin: 36px 0 52px;
}
.form-wrapper form {
  padding-right: 15px;
  padding-left: 115px;
}
.form-wrapper form button {
  float: right;
}

.sponsors-wrapper {
  padding-top: 22px;
  padding-bottom: 82px;
}
.sponsors-wrapper h2 {
  color: #762058;
  margin-bottom: 45px;
}

.wrapper {
  font-size: 0;
  white-space: nowrap;
}
.wrapper > * {
  display: inline-block;
  vertical-align: middle;
}

.recent-posts-wrapper {
  text-align: center;
  padding-bottom: 96px;
}
.recent-posts-wrapper h2 {
  color: #1b5a7d;
  margin: 51px 0;
}

.box-post {
  position: relative;
  padding: 27px 20px 20px;
  height: 100%;
}
.box-post .label {
  font-family: 'Open Sans';
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  background: #779a0b;
  position: absolute;
  top: -14px;
  left: 42px;
  right: 42px;
}
.box-post img {
  display: block;
  margin: 0 auto;
  width: 247px;
  height: 247px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.box-post h3 {
  line-height: 36px;
  margin: 32px 10px 15px;
}
.box-post h3 a:hover {
  color: #1b5a7d;
}
.box-post p a {
  font-family: 'Open Sans';
  font-size: 24px;
  color: #779a0b;
  margin: 29px 0 22px;
  text-transform: uppercase;
  text-decoration: none;
}
.box-post p + h3 {
  margin-top: 22px;
}



.box-product {
  text-align: center;
}

.box-product .gfx {
  display: table;
  height: 243px;
  width: 100%;
  position: relative;
}
.box-product .gfx:before {
  content: '';
  display: block;
  width: 243px;
  height: 243px;
  background: rgba(255, 255, 255, 0.9);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.box-product .gfx div {
  display: table-cell;
  padding-top: 10px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 1;
}
/*
.box-product .btn {
  position: relative;
  top: -7px;
  padding: 0 20px;
}
*/

.testimonials-wrapper {
  padding-top: 70px;
  padding-bottom: 94px;
}
.testimonials-wrapper h2 {
  text-align: right;
}
.testimonials-wrapper p {
  margin: 0;
  padding-right: 25px;
  letter-spacing: -0.3px;
}
.testimonials-wrapper img {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonials-wrapper .slider .btn-wrapper {
  position: absolute;
  right: 18px;
  bottom: -61px;
}

.box-story {
  position: relative;
  overflow: hidden;
}
.box-story .content {
  margin-left: 58.33333%;
  padding-top: 26px;
  padding-bottom: 145px;
}
.box-story .gfx {
  width: 100%;
  max-width: 720px;
  position: absolute;
  top: -30px;
  bottom: -30px;
  right: 44%;
}
.box-story h3 {
  color: #762058;
  margin: 39px 0 0;
}
.box-story p {
  letter-spacing: -0.35px;
}
.box-story p.highlight {
  margin: 7px 0 22px;
}
.box-story p:not(.highlight) {
  color: #2c2d2e;
}
.box-story.image-on-right .content {
  margin-left: 0;
}
.box-story.image-on-right .gfx {
  left: auto;
  left: 44%;
}
.box-story ~ .box-story {
  margin-top: -78px;
}
.box-story + div:not(.box-story) {
  margin-top: -85px;
}

.page-content {
  padding-top: 82px;
  padding-bottom: 94px;
}
.blog .page-content {
  padding-top: 48px;
  padding-bottom: 60px;
}
.page-content .row {
  margin-bottom: 35px;
}
.page-content .media {
  -moz-box-shadow: 0 0 5px rgba(199, 198, 197, 0.75);
  -webkit-box-shadow: 0 0 5px rgba(199, 198, 197, 0.75);
  box-shadow: 0 0 5px rgba(199, 198, 197, 0.75);
}
.page-content .media.video:after {
  background: url("../img/gfx-play-2.png") no-repeat center center;
}
.page-content .heading {
  margin-bottom: 28px;
  position: relative;
}
.page-content .heading:before, .page-content .heading:after {
  content: " ";
  display: table;
}
.page-content .heading:after {
  clear: both;
}
.page-content .heading:before {
  content: '';
  display: block;
  width: 55px;
  height: 3px;
  background: #779a0b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-content .heading ~ p {
  margin-bottom: 22px;
}
.page-content .heading ~ .btn {
  padding: 0 8px;
  margin: 0;
}
.page-content h1 {
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 40px;
  color: #762058;
  margin-bottom: 10px;
}
.page-content h4 {
  color: #1b5a7d;
  margin: 0 0 12px;
}
.page-content h4:after {
  content: '';
  display: inline-block;
  width: 41px;
  height: 27px;
  background: url("../img/logo-small.png") no-repeat 0 0;
  margin-left: 6px;
  vertical-align: 3px;
}
.page-content p {
  margin-bottom: 24px;
}
.page-content p.highlight {
  margin-bottom: 22px;
}
.page-content .btn {
  margin-top: 7px;
  margin-right: 6px;
  padding: 0 9px;
}

.aside-content > div {
  margin-bottom: 56px;
}

.speaking-videos  {
    margin-bottom: 56px;
}
.speaking-videos > div {
    margin-bottom: 40px;
}

.aside-content h2 {
  margin-top: 26px;
  margin-bottom: 30px;
  color: #a32829;
}
.aside-content form .btn {
  margin-top: -4px;
}
.aside-content .links {
  margin-top: -4px;
}
.aside-content .ad-wrapper {
  margin-top: 100px;
}

.links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.links a {
  font-family: 'QuestaSans';
  font-size: 30px;
  line-height: 36px;
  color: #1b5a7d;
  text-decoration: none;
}

.ad-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.blog-list {
  margin-bottom: 170px;
}
.blog-list .item:first-child {
  padding-top: 0;
}
.blog-list .item {
  margin-right: 26px;
  margin-bottom: 56px;
  padding-top: 40px;
}
.blog-list h2 {
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 30px;
  color: #1b5a7d;
  text-transform: none;
  border-bottom: 2px solid #cccac5;
  margin: 32px 0 24px;
  padding-bottom: 11px;
  clear: both;
}
.blog-list h2 a {
  color: inherit;
  text-decoration: none;
}
.blog-list img {
  width: 245px;
  margin-top: 4px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: block;
  float: left;
}
.blog-list .content {
  margin-left: 285px;
}
.blog-list .content p {
  margin-top: 12px;
}

.info {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #762058;
}
.info > li {
  display: inline-block;
  text-transform: uppercase;
}
.info li:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 17px;
  background-color: #cccac5;
  border-left: 1px solid #e8e7e5;
  vertical-align: middle;
  margin-right: 6px;
}
.info li:first-child:before {
  display: none;
}
.info a {
  color: #779a0b;
  text-decoration: none;
  text-transform: uppercase;
}

.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination:before, .pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination > li {
  display: block;
  float: left;
}
.pagination li {
  margin-right: 6px;
}
.pagination li.prev, .pagination li.next {
  text-indent: -1000em;
  overflow: hidden;
}
.pagination li.prev a {
  background: url("../img/pagination-arrow-left.png") no-repeat center center;
}
.pagination li.next a {
  background: url("../img/pagination-arrow-right.png") no-repeat center center;
}
.pagination li.active a, .pagination li:hover a {
  background-color: #a32829;
  border-color: #a32829;
  color: #fff;
}
.pagination li.ellipsis a {
  border: none;
  width: 20px;
  line-height: 34px;
}
.pagination li.ellipsis:hover a {
  background: none;
  color: #a32829;
}
.pagination a {
  display: block;
  width: 28px;
  height: 28px;
  color: #779a0b;
  text-align: center;
  text-decoration: none;
  border: 2px solid #779a0b;
  line-height: 21px;
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
  aside h2 {
    font-size: 40px;
  }

  p.highlight {
    font-size: 26px;
    line-height: 32px;
  }

  #main-footer nav ul li {
    font-size: 16px;
  }

  section header.banner .gfx {
    width: 50%;
  }

  .aside-content > div {
    margin-bottom: 36px;
  }
  .aside-content .aside-content .ad-wrapper {
    margin-top: 75px;
  }

  nav ul li {
    padding: 0 22px;
  }

  .form-wrapper h2 {
    line-height: 54px;
  }

  .sponsors-wrapper .wrapper {
    display: table;
    table-layout: fixed;
  }
  .sponsors-wrapper .wrapper > * {
    display: table-cell;
  }
  .sponsors-wrapper .wrapper img {
    max-width: 100%;
    height: 100%;
  }

  .box-post .label {
    font-size: 20px;
  }

  .box-product .gfx:before {
    width: 200px;
    height: 200px;
    top: 22px;
  }

  /*
  .box-product .gfx img {
    width: 65%;
  }
  */

  .blog-list {
    margin-bottom: 100px;
  }
  .blog-list .item {
    margin-right: 0;
    margin-bottom: 0;
  }/*
  .blog-list img {
    width: 170px;
  }*/
  .blog-list .content {
    margin-left: 210px;
  }

  .box-story .content {
    margin-left: 50%;
    padding-bottom: 120px;
  }
  .box-story .gfx {
    right: 50%;
    width: 50%;
  }
  .box-story.image-on-right .gfx {
    left: 50%;
  }

  .links a {
    font-size: 26px;
    line-height: 32px;
  }

/*
  .products-wrapper h2 {
    margin-top: 74px;
  }
*/
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 38px;
    line-height: 50px;
  }

  h3 {
    font-size: 34px;
  }

  p.highlight {
    font-size: 22px;
    line-height: 28px;
  }

  .box h3, .box-feature h3, .box-post h3 {
    font-size: 24px;
    margin: 24px 0 18px;
  }

  .bg-image.slick-slide img {
    height: 400px;
  }

  #main-header .logo img {
    width: 235px;
  }
  #main-header .user {
    margin-left: 22px;
  }
  #main-header .social {
    margin-left: 10px;
  }
  #main-header nav ul {
    padding: 12px 0;
  }
  #main-header nav ul li {
    padding: 0 8px;
  }
  #main-header nav ul li:after {
    right: -2px;
  }

  #main-footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  #main-footer .container {
    position: relative;
  }
  #main-footer .social {
    position: absolute;
    margin: 0;
    top: -30px;
    left: 10px;
  }

  section header.slider .text {
    padding-top: 40px;
  }
  section header.slider .text h1 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 40px;
  }

  section header.banner .gfx {
    width: 45%;
  }
  section header.banner .heading {
    margin-left: 10px;
  }

  section header .slides {
    width: 50%;
  }

  .aside-content {
    margin-top: 40px;
  }
  .aside-content > div {
    width: 50%;
    float: left;
  }
  .aside-content > div.ad-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .aside-content > div.ad-wrapper img {
    width: auto;
    margin: 0 auto;
  }
  
  .speaking-videos > div {
    width: 45%;
    float: left;
    margin-right: 5%;
    min-height: 250px !important;
  }
  .speaking-videos .box-feature h3 {
    margin: 12px 0 0 0px;
   }
   
  .page-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-content .row {
    margin-bottom: 20px;
  }
  .blog .page-content {
    padding-top: 20px;
  }

  nav ul li {
    font-size: 16px;
  }

  .social [class*="icon"] {
    width: 28px !important;
    height: 28px !important;
  }

  .box-post p {
    font-size: 20px;
    margin: 16px 0;
  }
  .box-post .label {
    font-size: 16px;
    left: 20px;
    right: 20px;
  }

  .box-feature p {
    padding: 0 10px;
  }

  .box-story .gfx {
    position: relative;
    max-width: none;
    width: 100%;
    bottom: auto;
    right: auto !important;
    left: auto !important;
    height: 350px;
    margin-bottom: -30px;
  }
  .box-story .content {
    margin-left: 0;
  }
  .box-story h3 {
    margin-top: 15px;
  }

  .form-wrapper form {
    padding: 0;
    min-width: 270px;
  }
  .form-wrapper h2 {
    line-height: 50px;
  }

  .sponsors-wrapper {
    padding-bottom: 50px;
  }

  .testimonials-wrapper img {
   /* width: 100px; */
  }

/*
  .products-wrapper {
    padding-top: 50px;
  }
  .products-wrapper h2 {
    margin: 0 0 15px;
  }
  .products-wrapper h2 br {
    display: none;
  }
*/

  .speaking section header.banner .gfx {
    background-position: top right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .media.video::after {
    background-size: 80px 80px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 32px;
    line-height: 42px;
  }

  h3 {
    font-size: 30px;
  }

  #main-header {
    max-height: 82px;
    background-size: 100% 82px;
    background-color: #1b5a7d;
    overflow: hidden;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  #main-header.show-menu {
    max-height: 400px;
  }
  #main-header .logo img {
    width: 220px;
  }
  #main-header .btn-menu {
    display: block;
  }
  #main-header .right {
    width: 100%;
    margin: 48px 0 0;
  }
  #main-header .right > * {
    display: block;
    width: 100%;
  }
  #main-header .right > *.user {
    display: none;
  }
  #main-header .social {
    margin: 25px 0 5px;
    text-align: center;
  }
  #main-header .social li {
    margin: 0 5px;
  }
  #main-header nav {
    margin: 0;
  }
  #main-header nav ul {
    padding-bottom: 20px;
  }
  #main-header nav ul li {
    width: 100%;
    display: block;
    padding: 2px 0;
  }
  #main-header nav ul li:after {
    display: none;
  }

  #main-footer nav ul li {
    display: block;
    padding: 0;
  }
  #main-footer nav ul li:after {
    display: none;
  }

  section header .slides {
    width: 100%;
  }
  section header.slider .text {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 75px;
  }
  section header.slider .text h1 {
    margin-bottom: 22px;
  }
  section header.slider .btn-wrapper {
    bottom: 55px;
  }
  section header.banner .gfx {
    position: relative;
    width: 100%;
    height: 180px;
  }
  section header.banner .heading {
    margin-top: 40px;
    margin-bottom: 55px;
    margin-right: 0;
  }
  section header.banner .heading h3 {
    margin-top: 6px;
  }

  .page-content h1 {
    font-size: 34px;
  }

  .aside-content {
    margin-top: 20px;
  }
  .aside-content > div {
    width: 100%;
  }

  form.simple input {
    width: calc(100% - 49px);
  }

  .bg-image.slick-slide img {
    height: 200px;
  }

  .features-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .equal > * {
    height: auto !important;
  }

  .box-feature, .box-post {
    margin-bottom: 30px;
  }

  .table {
    display: block;
    width: auto;
  }
  .table [class*="col"] {
    display: block;
    float: left;
  }

  .form-wrapper {
    padding-top: 10px;
  }
  .form-wrapper h2 {
    line-height: 42px;
    margin: 40px 0;
  }

  .sponsors-wrapper h2 {
    margin-bottom: 25px;
  }
  .sponsors-wrapper .wrapper {
    display: block;
    white-space: normal;
  }
  .sponsors-wrapper .wrapper > * {
    display: inline-block;
    width: 25%;
  }

  .recent-posts-wrapper {
    padding-bottom: 70px;
  }

/*
  .products-wrapper {
    padding-top: 20px;
  }
  .products-wrapper h2 {
    margin: 28px 0 !important;
  }
*/

/*
  .box-product {
    max-width: 240px;
    margin: 0 auto 15px;
  }
*/
  .box-product .gfx {
    /*height: 160px;*/
  }
  .box-product .gfx:before {
    /*width: 120px;
    height: 120px;*/
    display: none;
  }

.bg-purple.skew-left:before, section header.skew-left.banner:before, .skew-left.testimonials-wrapper:before, .bg-purple.skew-right:before, section header.skew-right.banner:before, .skew-right.testimonials-wrapper:before {
    width: calc(100% + 120px);
  }
  .testimonials-wrapper {
    padding-top: 20px;
  }
  .testimonials-wrapper h2 {
    text-align: center;
  }
  .testimonials-wrapper img {
    margin: -10px auto 25px;
  }
  .testimonials-wrapper p {
    padding: 0;
  }
  .testimonials-wrapper .slider .btn-wrapper {
    bottom: -40px;
  }

  .blog-list h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .blog-list img {
    float: none;
    margin: 0 auto 30px;
  }
  .blog-list .content {
    margin-left: 0;
  }
  .box-story .content {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Blog */

.wp-pagenavi span, .wp-pagenavi a {
  display: inline;
  color: #779a0b;
  text-align: center;
  text-decoration: none;
  border: 2px solid #779a0b;
  line-height: 21px;
  padding: 2px 9px;
}

.wp-pagenavi span.current {
  font-weight: bold;
  background-color: #a32829;
  border-color: #a32829;
  color: #fff;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #a32829;
}

.single-content {
  padding-top: 82px;
  padding-bottom: 94px;
}
.single-content h2.single-title {
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 30px;
  color: #1b5a7d;
  text-transform: none;
  border-bottom: 2px solid #cccac5;
  margin: 32px 0 24px;
  padding-bottom: 11px;
}
.single-content h1 {
  color: #000;
  font-family: 'LemonYellowSun';
  font-weight: 600;
}

.single-content img {
  max-width: 100%;
  height: 100%;
}

.add-this-buttons {
  display: block;
  margin-top: 6px;
  text-align: right;
  overflow: hidden;
  margin-bottom: 4px;
}

.comments {
  margin: 60px 0 0 0;
}

blockquote {
  background-image: url(../img/blockquote.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 20px;
}
blockquote p {
  color: #1b5a7d;
  font-family: 'QuestaSans';
  font-size: 22px;
  margin: 20px 0 0 60px;
}

/* gear category */

.box-post.gear {
  padding: 0 0 27px 0;
  margin: 0 0 42px 0;
}
.box-post.gear img {
  width: 100%;
  height: 100%;
  margin: 0 0 45px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

ul.gear-category-list {
  list-style-type: none;
  float: left;
  width: 100%;
  margin: 40px 0;
  padding: 0;
}
ul.gear-category-list li {
  float: left;
  padding: 4px 12px;
  margin-right: 11px;
  background: #779a0a;
}
ul.gear-category-list li:hover {
  background: #a3282a;
  text-decoration: underline;
}
ul.gear-category-list li a {
  color: #fff;
  text-decoration: none;
}

.gear-review-advert {
  margin: 0 auto 42px 0;
  display: inline-block;
}

.event-advert .textwidget {
  text-align: center;
  display: inline-block;
}

/* Clinics */
.event-item {
  margin: 0 0 60px 0;
  display: inline-block;
}
p.event-date {
  color: #6e1e52;
  text-transform: uppercase;
  margin: 0;
}
.clinic-events h2 {
  padding: 0;
  margin: 0 0 32px 0;
  line-height: 32px;
}
.clinic-events h2 a {
  color: #1b5a7d;
  text-decoration: none;
  font-family: 'Oswald';
  font-size: 30px;
  text-transform: capitalize;
}
.event-advert {
  text-align: center;
  margin-bottom: 60px;
}

/* Single Clinic */

.single-clinic h2 {
  padding: 0;
  margin: 0;
  line-height: 32px;
}
.single-clinic h2 a {
  color: #1b5a7d;
  text-decoration: none;
  font-family: 'Oswald';
  font-size: 30px;
  text-transform: capitalize;
}
.single-clinic h3 {
  font-family: 'QuestaSans';
  color: #a32829;
  font-size: 24px;
  margin: 0;
}
img.clinic-gallery-image {
  margin-bottom: 26px;
  max-width: 435px;
}
p.clinic-quote-text {
  font-size: 20px;
  color: #6c6e6f;
}
.clinic-quote-item {
  border-left: 5px solid #779a0b;
  padding-left: 24px;
}
p.clinic-quote-name {
  color: #1b5a7d;
}

/* connect form */

/*input#input_1_1, input#input_1_2, textarea#input_1_4 {*/
.ginput_container input, input#input_1_1, input#input_1_2, textarea#input_1_4, input#input_2_1, input#input_2_2, input#input_2_3, input#input_2_4 {
  background-color: #f0eee9;
  border: 0;
  font-size: 18px;
  color: #73726e !important;
  padding-left: 22px;
}
input#gform_submit_button_1, input#gform_submit_button_2 {
  background-color: #762058;
  color: #fff;
}
input#gform_submit_button_1:hover, input#gform_submit_button_2:hover {
  background-color: #5a1742;
  border-color: #5a1742;
}
input#gform_submit_button_1 {
  max-width: 230px;
}
.ginput_container ::-webkit-input-placeholder {
  font-size: 18px;
  color: #73726e !important;
}

.ginput_container :-moz-placeholder { /* Firefox 18- */
  font-size: 18px;
  color: #73726e !important;  
}

.ginput_container ::-moz-placeholder {  /* Firefox 19+ */
  font-size: 18px;
  color: #73726e !important;  
}

.ginput_container :-ms-input-placeholder {  
  font-size: 18px;
  color: #73726e !important;  
}

#gform_wrapper_1 select, #gform_wrapper_2 select {
  margin: 0 0 18px 0;
  background: #f0eee9;
  color: #73726e;
  width: 99%;
  padding: 5px 35px 5px 22px;
  font-size: 18px;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/form-arrow.jpg") 96% / 15% no-repeat #f0eee9;
  background-size: inherit;
} 
li#field_1_3 {
  max-width: 98.5%;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    #gform_wrapper_1 select {
        background:none;
        padding: 5px;
    }
}

/* Captcha on Lets Connect */
li#field_1_5 {
  margin: 20px 0 -10px 0;
}
li#field_1_5 .gfield_label {
  display: none;
}
.recaptchatable a img {
  border: 0;
  height: inherit;
  width: inherit;
}

/* Reserve Form */

#gform_wrapper_2 {
  padding: 40px;
}

#gform_wrapper_2 h3.gform_title {
  color: #762058;
  font-size: 36px;
}
#gform_wrapper_2 .gform_description {
  color: #1b5a7d;
  font-size: 30px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Previous/Next links */
.divPrevLink { 
	float: left; width: 49%; text-align: center;
}

.divNextLink { 
	float: left; width: 49%; text-align: center;
}

.pn-nav-link { 
	color: #762058;
	font-family: "LemonYellowSun";
	font-size: 24px;
}

.search-excerpt { background-color: #1B5A7D; color: white; font-weight: bold;  }

/* Single Product Block */
	
.products-wrapper {
	padding-top: 62px;
	padding-bottom: 92px;
	background: rgba(0, 0, 0, 0) url("/wp-content/themes/stephdavis/assets/img/bg-wood-slant_lite.jpg") no-repeat top left; 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: top left; 
}

.products-wrapper.single-product {
    padding-top: 5px;
}

.single-product .box-product {
    margin-top: 70px;
}

.products-wrapper.single-product h2 {
	color: #779a0b;
	text-align: center;
	margin-bottom: -55px;
	font-size: 70pt;
}

.products-wrapper.single-product h3 {
	color: #762058;
	text-align: center;
	font-size: 29pt
}

.single-product .product_desc {
    color: #1b5a7d;
    font-size: 22px;
}

.book {
	-ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);
	margin-top: -10px; 
	margin-left: -30px;
}

.book img { height: 530px; }
.book-buttons { margin-top: 6px; }

@media only screen and (max-width: 1199px) {
	.products-wrapper.single-product h2 {  font-size: 66pt; }
	.products-wrapper.single-product h3 { font-size: 26pt; }
	.single-product .product_desc { font-size: 20px; }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
	.book img { height: auto !important; width: 100%;}
} 

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .book { margin-bottom: 5px;  }
    .products-wrapper.single-product h2 {font-size: 58pt;  margin-bottom: -20px; }
    
    .sponsors_list a img { width: 120px; }
}

@media only screen and (max-width: 767px) {
	.box-product { max-width: 240px; margin: 0 auto 0;}
	.box-product img { width:100% !important; height:auto !important; }
	.book { margin-top: 0px; margin-left: 0px;}
	a.btn.btn-red { margin-bottom: 3px; }
	.products-wrapper.single-product h2 { font-size: 55pt; margin-bottom: -20px; }
	.single-product .box-product { margin-top: 50px;}
	

    .sponsors_list a img { width: 110px; }
}

@media only screen and (max-width: 620px) {
	.box-product { max-width: 210px; }
	.products-wrapper.single-product h2 { font-size: 40pt; }
	.products-wrapper.single-product h3 { font-size: 21pt; }
	.single-product .product_desc { font-size: 18px; }	
	

    .sponsors_list a img { width: 100px; }
}


/* Single Product: Book Reviews Section */
.slider-book_reviews { background: url('/wp-content/themes/stephdavis/assets/img/green_quotes.png'); background-repeat: no-repeat; background-position: -1px 18px; }
.slider-book_reviews .slider { margin-left: 18px; }

.book-review p { color: black; font-family: helveticalt; font-size: 17.5px; padding: 0; font-weight: 100; }
.book-review span { font-family: helveticanltstdroman;  }

.slider-book_reviews > .slider > .slides > .btn-wrapper {
   display:none;
}

/* Sponsors List */
.sponsors_list a { text-decoration: none; }

.sponsors_list a img {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    height: auto;
}
.sponsors_list {
   text-align:center;
}

