/* SASS Variables
   ========================================================================== */
/* Gold Gradiant
background: #d0a02d; 
background: -moz-radial-gradient(center, ellipse cover,  #d0a02d 20%, #b1801f 100%); 
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(20%,#d0a02d), color-stop(100%,#b1801f)); 
background: -webkit-radial-gradient(center, ellipse cover,  #d0a02d 20%,#b1801f 100%);
background: -o-radial-gradient(center, ellipse cover,  #d0a02d 20%,#b1801f 100%); 
background: -ms-radial-gradient(center, ellipse cover,  #d0a02d 20%,#b1801f 100%); 
background: radial-gradient(ellipse at center,  #d0a02d 20%,#b1801f 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0a02d', endColorstr='#b1801f',GradientType=1 ); 
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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,
menu,
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-color: 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;
}

/* Grid
   ========================================================================== */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

[class*='col-'] {
  float: left;
  min-height: 1px;
  padding-right: 20px;
  /* column-space */
}

.grid {
  width: 100%;
  max-width: 1220px;
  min-width: 748px;
  /* when using padded grid on ipad in portrait mode, width should be viewport-width - padding = (768 - 20) = 748. actually, it should be even smaller to allow for padding of grid containing element */
  margin: 0 auto;
  overflow: hidden;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid-pad {
  padding-top: 20px;
  padding-left: 20px;
  /* grid-space to left */
  padding-right: 0;
  /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
  float: right;
}

/* Content Columns */
.col-1-1 {
  width: 100%;
}

.col-2-3, .col-8-12 {
  width: 66.66%;
}

.col-1-2, .col-6-12 {
  width: 50%;
}

.col-1-3, .col-4-12 {
  width: 33.33%;
}

.col-1-4, .col-3-12 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-1-6, .col-2-12 {
  width: 16.667%;
}

.col-1-7 {
  width: 14.28%;
}

.col-1-8 {
  width: 12.5%;
}

.col-1-9 {
  width: 11.1%;
}

.col-1-10 {
  width: 10%;
}

.col-1-11 {
  width: 9.09%;
}

.col-1-12 {
  width: 8.33%;
}

/* Layout Columns */
.col-11-12 {
  width: 91.66%;
}

.col-10-12 {
  width: 83.333%;
}

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

.col-5-12 {
  width: 41.66%;
}

.col-7-12 {
  width: 58.33%;
}

/* Pushing blocks */
.push-2-3, .push-8-12 {
  margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
  margin-left: 50%;
}

.push-1-3, .push-4-12 {
  margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
  margin-left: 25%;
}

.push-1-5 {
  margin-left: 20%;
}

.push-1-6, .push-2-12 {
  margin-left: 16.667%;
}

.push-1-7 {
  margin-left: 14.28%;
}

.push-1-8 {
  margin-left: 12.5%;
}

.push-1-9 {
  margin-left: 11.1%;
}

.push-1-10 {
  margin-left: 10%;
}

.push-1-11 {
  margin-left: 9.09%;
}

.push-1-12 {
  margin-left: 8.33%;
}

@media handheld, only screen and (max-width: 769px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    /* grid-space to left */
    padding-right: 10px;
    /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
  }

  [class*='col-'] {
    width: auto;
    float: none;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 10px;
    /* column-space */
  }

  /* Mobile Layout */
  [class*='mobile-col-'] {
    float: left;
    margin: 0 0 10px;
    padding-left: 0;
    padding-right: 10px;
    /* column-space */
    padding-bottom: 0;
  }

  .mobile-col-1-1 {
    width: 100%;
  }

  .mobile-col-2-3, .mobile-col-8-12 {
    width: 66.66%;
  }

  .mobile-col-1-2, .mobile-col-6-12 {
    width: 50%;
  }

  .mobile-col-1-3, .mobile-col-4-12 {
    width: 33.33%;
  }

  .mobile-col-1-4, .mobile-col-3-12 {
    width: 25%;
  }

  .mobile-col-1-5 {
    width: 20%;
  }

  .mobile-col-1-6, .mobile-col-2-12 {
    width: 16.667%;
  }

  .mobile-col-1-7 {
    width: 14.28%;
  }

  .mobile-col-1-8 {
    width: 12.5%;
  }

  .mobile-col-1-9 {
    width: 11.1%;
  }

  .mobile-col-1-10 {
    width: 10%;
  }

  .mobile-col-1-11 {
    width: 9.09%;
  }

  .mobile-col-1-12 {
    width: 8.33%;
  }

  /* Layout Columns */
  .mobile-col-11-12 {
    width: 91.66%;
  }

  .mobile-col-10-12 {
    width: 83.333%;
  }

  .mobile-col-9-12 {
    width: 75%;
  }

  .mobile-col-5-12 {
    width: 41.66%;
  }

  .mobile-col-7-12 {
    width: 58.33%;
  }

  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0;
  }
}
/* Header
   ========================================================================== */
.top-bar {
  background-color: #243842;
  overflow: auto;
  padding: 0 10px;
}
.top-bar p {
  text-transform: uppercase;
  color: #F6F6F6;
  font-size: 11px;
  letter-spacing: 2px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0;
  line-height: 14px;
  padding: 7px 0;
}
.top-bar p a {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  color: #e4be62;
}
.top-bar p a span {
  font-size: 16px;
}

.social-bar {
  overflow: auto;
}
.social-bar ul {
  float: right;
}
.social-bar ul li {
  list-style-type: none;
  float: left;
  padding-right: 15px;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 17px;
}
.social-bar ul li a {
  background: url(../images/social.svg);
  display: block;
  width: 13px;
  height: 13px;
  background-size: 310%;
}
.social-bar ul li:first-child {
  padding-right: 25px;
}
.social-bar ul li:first-child a {
  background: none;
  width: auto;
  height: auto;
}
.social-bar ul li:nth-child(3) a {
  background-position: -15px 0px;
}
.social-bar ul li:nth-child(4) a {
  background-position: -29px 0px;
}

.logo img {
  display: block;
  width: 100%;
  max-width: 612px;
  margin: 15px auto;
}

.logo a {
  display: block;
  max-width: 612px;
  margin: 0 auto;
}

.main-nav .grid {
  overflow: visible;
}
.main-nav ul {
  border: 1px solid #9DA6AB;
  border-width: 1px 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: visible;
}
.main-nav ul .current-menu-item a {
  color: #9DA6AB;
}
.main-nav ul li {
  display: inline;
  list-style-type: none;
  position: relative;
}
.main-nav ul li a {
  display: inline-block;
  padding: 13px 4%;
  color: #243842;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.main-nav ul li a:hover {
  color: #9DA6AB;
}
.main-nav ul li:first-child a {
  padding-left: 0;
}
.main-nav ul li:last-child a {
  padding-right: 0;
}
.main-nav ul li ul {
  display: none;
  width: 200px;
  padding: 10px 10px 10px 20px;
  position: absolute;
  border: none;
  z-index: 100;
  left: 31px;
  text-align: left;
  background: #ffffff;
}
.main-nav ul li ul li {
  float: left;
  display: block;
  width: 100%;
}
.main-nav ul li ul li a {
  display: block;
  color: #9DA6AB;
  padding-left: 0;
  padding-right: 0;
}
.main-nav ul li:hover > ul {
  display: block;
}
.main-nav ul li:first-child ul {
  left: -20px;
}

.mobile-nav {
  display: none;
}
.mobile-nav .mobile-nav-header {
  background: #243842;
  padding-right: 20px;
  padding-left: 20px;
  height: 60px;
}
.mobile-nav .mobile-nav-header .grid-pad {
  padding-top: 0;
}
.mobile-nav .mobile-nav-header .menu-toggle {
  margin-top: 20px;
  float: right;
  color: #F6F6F6;
  width: 95px;
  margin-bottom: -10px;
}
.mobile-nav .mobile-nav-header .menu-toggle span {
  float: left;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.mobile-nav .mobile-nav-header .menu-toggle div {
  float: right;
  margin-top: -1px;
}
.mobile-nav .mobile-nav-header .menu-toggle div div {
  margin-top: 0;
  width: 35px;
  height: 2px;
  margin-bottom: 7px;
  background-color: #F6F6F6;
  float: none;
}
.mobile-nav .menu-main-navigation-container {
  display: none;
  background: #F6F6F6;
  margin-top: 0;
}
.mobile-nav .menu-main-navigation-container ul {
  padding: 0;
  margin: 0;
}
.mobile-nav .menu-main-navigation-container ul li {
  list-style-type: none;
}
.mobile-nav .menu-main-navigation-container ul li a {
  border-bottom: 1px solid #243842;
  width: 100%;
  display: block;
  height: 50px;
  padding-left: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 52px;
}
.mobile-nav .menu-main-navigation-container ul li ul {
  display: none;
}
.mobile-nav .menu-main-navigation-container ul li ul li a {
  border: none;
  padding-left: 40px;
}
.mobile-nav .menu-main-navigation-container ul .menu-item-has-children:before {
  content: "\0025BE";
  font-size: 40px;
  margin: 0px 0 0 0;
  position: absolute;
  width: 50px;
  height: 50px;
  color: #243842;
  LINE-HEIGHT: 45px;
  right: 0;
  border-left: 1px solid #243842;
  padding-left: 12px;
  border-bottom: 1px solid #243842;
}

.mobile-social-bar {
  overflow: auto;
  float: left;
  width: 155px;
  margin-top: 8px;
}
.mobile-social-bar ul {
  padding: 0;
}
.mobile-social-bar ul li {
  list-style-type: none;
  float: left;
  padding-right: 15px;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 17px;
  color: #F6F6F6;
}
.mobile-social-bar ul li a {
  background: url(../images/social.svg);
  display: block;
  width: 13px;
  height: 13px;
  background-size: 310%;
}
.mobile-social-bar ul li:first-child {
  padding-right: 25px;
}
.mobile-social-bar ul li:nth-child(2) a {
  background-position: 0px -14px;
}
.mobile-social-bar ul li:nth-child(3) a {
  background-position: -15px -14px;
}
.mobile-social-bar ul li:nth-child(4) a {
  background-position: -29px -14px;
}

.text-gradient {
  background: #d0a02d;
  background: -moz-linear-gradient(left, #d0a02d 0%, #ebc467 54%, #e4be62 98%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d0a02d), color-stop(54%, #ebc467), color-stop(98%, #e4be62));
  background: -webkit-linear-gradient(left, #d0a02d 0%, #ebc467 54%, #e4be62 98%);
  background: -o-linear-gradient(left, #d0a02d 0%, #ebc467 54%, #e4be62 98%);
  background: -ms-linear-gradient(left, #d0a02d 0%, #ebc467 54%, #e4be62 98%);
  background: linear-gradient(to right, #d0a02d 0%, #ebc467 54%, #e4be62 98%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0a02d', endColorstr='#e4be62',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient span {
  font-size: 16px;
}

hr {
  background: url(../images/hr-bg.png);
  height: 3px;
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 404
   ========================================================================== */
.error-page h1 {
  text-align: center;
  font-size: 90px;
  color: #243842;
  font-family: "ltc-bodoni-175", serif;
  font-weight: normal;
}

/* Homepage
   ========================================================================== */
.home-first-section h1,
.home-second-section h1 {
  font-family: "ltc-bodoni-175", serif;
  color: #9DA6AB;
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
  line-height: 51px;
}
.home-first-section h2,
.home-second-section h2 {
  font-weight: 400;
  font-size: 25px;
  color: #9DA6AB;
  font-family: "ltc-bodoni-175", serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.home-first-section p,
.home-second-section p {
  color: #243842;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: .05em;
}
.home-first-section a,
.home-second-section a {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.home-first-section a:hover,
.home-second-section a:hover {
  opacity: 0.8;
}

.home-first-section p {
  font-size: 14px;
}

.home-second-section p {
  font-size: 16px;
}

.home-first-section {
  margin-top: 70px;
}
.home-first-section .grid {
  padding-top: 0px;
}
.home-first-section .col-5-12 {
  width: 491px;
}
.home-first-section img {
  margin-left: 25px;
  margin-bottom: 15px;
}

.separator {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  overflow: hidden;
}
.separator .line {
  height: 1px;
  background-color: #a9b1b3;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 121px;
}
.separator img {
  margin: 92px auto 55px auto;
  height: 54px;
  width: 73px;
  display: block;
  padding-left: 20px;
  z-index: 100;
  position: relative;
}

.home-second-section .col-1-2:first-child {
  padding-right: 50px;
}
.home-second-section .col-1-2:last-child {
  padding-left: 50px;
}
.home-second-section .home-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.home-second-section .home-video iframe,
.home-second-section .home-video object,
.home-second-section .home-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-third-section .single-post {
  padding: 0 120px 85px 110px;
}
.home-third-section .single-post .post-thumbnail {
  padding-right: 30px;
}
.home-third-section .single-post:last-child {
  margin: 0;
}
.home-third-section .col-2-3 {
  padding-left: 38px;
  margin-bottom: 6px;
}

a {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
a:hover {
  opacity: .7;
}

/* blog
   ========================================================================== */
.full-post {
  margin-top: 100px;
}
.full-post .single-post {
  margin-top: -3px;
  max-width: 730px;
}
.full-post .single-post h1 {
  color: #F15B5B;
}
.full-post .single-post h2 {
  color: #F15B5B;
}
.full-post .single-post h3 {
  color: #F15B5B;
}
.full-post .single-post h4 {
  color: #F15B5B;
}
.full-post .single-post h5 {
  color: #F15B5B;
}
.full-post .single-post h3 {
  margin-bottom: 65px;
}
.full-post .single-post p {
  font-size: 17px;
  line-height: 22px;
}
.full-post .post-thumbnail {
  margin-bottom: 45px;
}

.post-list {
  margin-top: 100px;
}
.post-list .single-post {
  max-width: 730px;
  padding-bottom: 85px;
}
.post-list .single-post:first-child {
  margin-top: -3px;
}
.post-list .single-post .col-2-3 {
  padding-right: 0;
}
.post-list .single-post p {
  color: #243842;
  font-size: 17px;
  line-height: 22px;
  text-transform: none;
  font-family: "Raleway", sans-serif;
}

.navigation {
  max-width: 730px;
}

.navigation a {
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  color: #243842;
  font-weight: bold;
}
.navigation a:hover {
  color: #243842;
  opacity: .8;
}

.single-post {
  overflow: hidden;
  border-bottom: 1px solid #9DA6AB;
  margin-bottom: 75px;
  font-family: "Raleway", sans-serif;
}
.single-post:last-child {
  border: none;
}
.single-post h5 {
  font-size: 16px;
  line-height: 22px;
}
.single-post h4 {
  font-size: 20px;
  line-height: 28px;
}
.single-post h3 {
  font-size: 23px;
  line-height: 27px;
  letter-spacing: .05em;
}
.single-post h2 {
  font-size: 26px;
  line-height: 29px;
}
.single-post h1 {
  font-size: 28px;
  line-height: 33px;
}
.single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5 {
  text-transform: uppercase;
  font-weight: 900;
  color: #243842;
}
.single-post strong {
  font-weight: bold;
}
.single-post a {
  font-weight: bold;
  text-decoration: underline;
  color: #243842;
}
.single-post a:hover {
  opacity: .7;
}
.single-post p {
  font-size: 17px;
  color: #243842;
  font-family: "Raleway", sans-serif;
  line-height: 22px;
  font-weight: 400;
}
.single-post p:first-child {
  margin-top: 0;
}
.single-post input[type="text"],
.single-post input[type="email"] {
  border: 1px solid #9DA6AB;
  font-family: "Raleway", sans-serif;
  color: #243842;
  font-size: 16px;
  padding: 8px;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 20px;
}
.single-post textarea {
  border: 1px solid #9DA6AB;
  font-family: "Raleway", sans-serif;
  color: #243842;
  font-size: 16px;
  padding: 8px;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 20px;
}
.single-post .wpcf7-submit {
  color: #F6F6F6;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  text-align: center;
  background-color: #243842;
  padding: 9px 80px;
  border: none;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 18px;
}
.single-post .post-meta {
  text-align: center;
  color: #243842;
  font-style: italic;
  font-family: "ltc-bodoni-175", serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.single-post .blog-title {
  text-align: center;
  font-size: 23px;
  color: #243842 !important;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 75px;
}
.single-post .blog-title a {
  text-decoration: none;
  text-align: center;
  font-size: 23px;
  color: #243842;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
.single-post .post-thumbnail img {
  width: 100%;
  height: auto;
  max-width: 600px;
}
.single-post .read-more a {
  color: #F6F6F6;
  background-color: #243842;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 38px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
}
.single-post .read-more a span {
  font-size: 24px;
}

.full-post .tm-click-to-tweet, .single-post .tm-click-to-tweet {
  background-color: transparent;
  border: none;
  padding-left: 0;
}
.full-post .tm-click-to-tweet p, .single-post .tm-click-to-tweet p {
  display: none;
}
.full-post .tm-click-to-tweet .tm-ctt-text a, .single-post .tm-click-to-tweet .tm-ctt-text a {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #243842;
  line-height: 19px;
  text-decoration:underline;
}
.full-post .tm-click-to-tweet .tm-ctt-text a:before, .single-post .tm-click-to-tweet .tm-ctt-text a:before {
  content: url("../images/twitter_blue.png");
  width: 16px;
  padding-right: 10px;
}

.post-share {
  border: 1px solid #243842;
  overflow: hidden;
  height: 32px;
  padding-left: 20px;
  margin-top: 40px;
}
.post-share span {
  margin: 0 5px;
}
.post-share .post-comments {
  line-height: 31px;
  padding-right: 30px;
  border-right: 1px solid #243842;
  float: left;
  height: 50px;
  margin-right: 30px;
  font-size: 10px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.post-share .post-social {
  float: left;
  letter-spacing: 1px;
}
.post-share .post-social ul {
  padding: 0;
}
.post-share .post-social ul li {
  list-style-type: none;
  float: left;
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 10px;
  font-family: "Raleway", sans-serif;
  margin-top: -6px;
}
.post-share .post-social ul li a {
  text-decoration: none;
  font-weight: normal;
}

#comments h4,
#comments p,
#comments a,
#comments textarea {
  font-family: "Raleway", sans-serif;
}

#comment_form .text_area {
  font-size: 14px;
}

.comments-block strong {
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
}

#comment_form .form_submit {
  font-size: 16px;
  background-color: #243842;
  padding: 5px 10px;
}

#sidebar-wrapper {
  max-width: 330px;
  float: right;
  word-wrap: break-word;
  overflow: hidden;
}
#sidebar-wrapper #sidebar .widget {
  margin-bottom: 40px;
  padding: 0;
}
#sidebar-wrapper #sidebar .widget .sidebar-quiz img:first-child {
  width: 268px;
  display: block;
  margin: 0 auto 10px auto;
}
#sidebar-wrapper #sidebar .widget .sidebar-quiz img:last-child {
  width: 231px;
  display: block;
  margin: 0 auto;
}
#sidebar-wrapper #sidebar h3 {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #243842;
  position: relative;
}
#sidebar-wrapper #sidebar .closed:after {
  content: "\0025C4";
  font-size: 19px;
  margin-top: -1px;
}
#sidebar-wrapper .sidebar-cats-title {
  border: 1px solid #9DA6AB;
  padding: 13px 0 13px 10px;1
  cursor: pointer;
  font-family: "Raleway", sans-serif;
}
#sidebar-wrapper .sidebar-cats-title:after {
  content: "\0025BE";
  /* \0025C4*/
  font-size: 40px;
  margin: -4px 0 0px 0;
  position: absolute;
  right: 10px;
}
#sidebar-wrapper .sidebar-cats {
  padding: 0;
  margin: 0;
  display: none;
}
#sidebar-wrapper .sidebar-cats li {
  text-align: left;
  margin-bottom: 35px;
  padding-left: 10px;
}
#sidebar-wrapper .sidebar-cats li a {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #blue;
  text-align: center;
}

/* Search 
   ========================================================================== */
#s {
  width: 100%;
  background: url("../images/search-icon.png");
  background-repeat: no-repeat;
  background-position: 10px 8px;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: #243842;
  letter-spacing: 2px;
  padding: 9px 35px;
  color: #514E47;
  border: 1px solid #9DA6AB;
  text-align: left;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

/* About Page
   ========================================================================== */
.about-main-image {
  margin-top: 45px;
}
.about-main-image img {
  width: 100%;
}

.about-main-image2 {
  margin-top: -45px;
}
.about-main-image2 img {
  width: 100%;
}

.about-permission-box {
  border-image: url("../images/border.png") 3 3 round;
  padding: 0 100px;
}
.about-permission-box h1 {
  color: #9DA6AB;
  font-family: "ltc-bodoni-175", serif;
  text-align: center;
  background-color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
  margin: -20px auto 45px auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 691px;
}
.about-permission-box h1 span {
  font-style: italic;
}
.about-permission-box p {
  font-family: "Raleway", sans-serif;
  color: #243842;
  text-transform: uppercase;
  text-align: center;
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 65px;
  margin-top: 65px;
}

.about-first-text {
  margin-top: 40px;
}
.about-first-text p {
  font-size: 19px;
  line-height: 25px;
}
.about-first-text h1, .about-first-text h2, .about-first-text h3, .about-first-text h4, .about-first-text h5 {
  display: inline-block;
}
.about-first-text .large {
  text-transform: uppercase;
  font-weight: 900;
  color: #243842;
  font-size: 20px;
}
.about-first-text .text-gradient {
  font-weight: 900;
  font-size: 19px;
  letter-spacing: 1px;
}
.about-first-text .text-gradient span {
  font-size: 22px;
}
.about-first-text .single-post {
  border: none;
  padding-right: 50px;
}

.about-quotes {
  margin-top: 40px;
  padding-left: 44px;
  padding-right: 35px;
}
.about-quotes img {
  width: 50px;
  margin: 0 auto;
  display: block;
}
.about-quotes .first-quote, .about-quotes .second-quote {
  font-size: 37px;
  text-transform: uppercase;
  color: #243842;
  font-family: "ltc-bodoni-175", serif;
  line-height: 47px;
  text-align: center;
  font-weight: normal;
  padding-bottom: 80px;
  padding-top: 65px;
  margin: 0;
  border-bottom: 1px solid #243842;
}
.about-quotes .first-quote {
  padding-top: 50px;
}
.about-quotes .second-quote {
  padding-bottom: 50px;
  border: none;
}

.about-bottom-right {
  margin-bottom: 50px;
}

.about-bottom-text p {
  font-size: 19px;
  line-height: 25px;
}
.about-bottom-text .col-1-2:first-child {
  padding-right: 70px;
}
.about-bottom-text .col-1-2:last-child {
  padding-left: 70px;
}
.about-bottom-text .single-post {
  margin-bottom: -11px;
}

.our-approach-title h1 {
  color: #9DA6AB;
  font-family: "ltc-bodoni-175", serif;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 70px;
}

.our-approach-top p,
.our-approach-bottom p {
  font-size: 17px;
  line-height: 22px;
}
.our-approach-top .single-post,
.our-approach-bottom .single-post {
  margin-bottom: 25px;
  border: none;
}
.our-approach-top h1,
.our-approach-bottom h1 {
  letter-spacing: .05em;
}

.our-approach-bottom .single-post {
  margin-top: 33px;
}

/* Products List Page
   ========================================================================== */
.products-list {
  margin-top: 63px;
}
.products-list .col-1-3 {
  padding-right: 40px;
}
.products-list .blog-title {
  text-align: left;
  margin-bottom: 0;
  letter-spacing: .06em;
}
.products-list .single-post {
  border: 0;
  margin-bottom: 0;
}
.products-list .single-post p {
  font-size: 19px;
  line-height: 25px;
}
.products-list .single-post .product-read-more {
  background: url("../images/read-more.png") no-repeat;
  display: block;
  width: 160px;
  height: 16px;
  background-size: cover;
}
.products-list .single-post:last-child {
  background: red;
}
.products-list .separator img {
  margin-bottom: 63px;
}
.products-list .separator:last-child {
  display: none;
}

/* Product Feature Page
   ========================================================================== */
.product-page {
  margin-top: 75px;
}
.product-page h1 {
  letter-spacing: .05em;
}
.product-page a {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.product-page a:hover {
  opacity: .7;
}
.product-page .product-fullwidth-image {
  max-height: 660px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 140px;
}
.product-page .product-fullwidth-image:first-child {
  margin-top: 0;
}
.product-page .product-fullwidth-image img {
  width: 100%;
}
.product-page .product-wysiwyg {
  margin-top: 87px;
}
.product-page .product-wysiwyg .content-padding {
  padding: 0 150px;
}
.product-page .product-wysiwyg .single-post {
  font-family: "Raleway", sans-serif;
  color: #243842;
  margin-bottom: -20px;
}
.product-page .product-wysiwyg .single-post ul {
  margin-top: 60px;
  padding-left: 20px;
}
.product-page .product-wysiwyg .single-post ul li {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 35px;
}
.product-page .product-wysiwyg .single-post .list-style-check {
  padding-left: 0;
  margin-top: 0;
}
.product-page .product-wysiwyg .single-post .list-style-check li {
  font-size: 19px;
  text-transform: none;
  background: url("../images/checkmark.png") no-repeat 0 50%;
  list-style-type: none;
  padding-left: 30px;
  margin-left: 0;
}
.product-page .product-wysiwyg .single-post h1 {
  font-size: 30px;
  line-height: 50px;
}
.product-page .product-wysiwyg .single-post h2, .product-page .product-wysiwyg .single-post h3, .product-page .product-wysiwyg .single-post h4, .product-page .product-wysiwyg .single-post h5 {
  font-weight: 500;
  text-transform: none;
}
.product-page .product-wysiwyg .single-post p {
  font-size: 19px;
  line-height: 25px;
}
.product-page .separator {
  margin-top: 140px;
}
.product-page .separator .line {
  top: 30px;
}
.product-page .separator img {
  margin: 0 auto;
}
.product-page .separator p {
  margin: 0;
}
.product-page .product-bluegold-quote {
  margin-left: auto;
  margin-right: auto;
  background-color: #243842;
  margin-top: 135px;
}
.product-page .product-bluegold-quote img {
  width: 100%;
}
.product-page .product-bluegold-quote .quote-content {
  padding: 125px 0;
  width: 760px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 27px;
  line-height: 37px;
  font-weight: normal;
  font-family: "ltc-bodoni-175", serif;
  text-transform: none;
  text-align: center;
  position: relative;
}
.product-page .product-bluegold-quote .quote-content:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 87px;
  background: url(../images/top-quote.png);
  height: 42px;
  width: 50px;
  background-size: cover;
  display:none;
}
.product-page .product-bluegold-quote .quote-content:after {
  content: "";
  background: url(../images/bottom-quote.png);
  background-size: cover;
  height: 42px;
  width: 50px;
  position: absolute;
  right: -35px;
  top: 215px;
  display:none;
}
.product-page .product-price2 {
  margin-top: 105px;
}
.product-page .product-price2 .grid {
  padding: 0 20px;
}
.product-page .product-price2 .col-1-2 {
  padding: 0;
}
.product-page .product-price2 .border-wrapper {
  background-image: linear-gradient(to bottom, #9BA6AA 10%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 6px;
  background-repeat: repeat-y;
}
.product-page .product-price2 h2 {
  font-family: "Raleway", sans-serif;
  font-size: 29px;
  line-height: 40px;
  color: #243842;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
}
.product-page .product-price2 .product-price-header {
  background-color: #243842;
  color: #ffffff;
  font-size: 23px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
  padding: 16px 0;
}
.product-page .product-price2 .product-price {
  padding: 40px 0 0px 0;
}
.product-page .product-price2 .product-price .price {
  font-size: 67px;
  color: #243842;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  display: block;
  margin-bottom: 0;
}
.product-page .product-price2 .product-price p {
  text-align: center;
  color: #243842;
  font-family: "Raleway", sans-serif;
  font-size: 21px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0 10px 0;
}
.product-page .product-price2 .product-features p {
  border-bottom: 1px solid #243842;
  color: #243842;
  font-size: 24px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  line-height: 28px;
  padding: 30px 40px;
}
.product-page .product-price2 .product-features p:first-child {
  border-top: 1px solid #243842;
}
.product-page .product-price2 .product-features p:last-child {
  border: none;
  padding-bottom: 0;
}
.product-page .product-price2 .sign-up-btn {
  width: 258px;
  margin: 40px auto 80px auto;
}
.product-page .product-faq {
  margin-top: 113px;
}
.product-page .product-faq .faq-q-a {
  margin-bottom: 40px;
}
.product-page .product-faq h2 {
  font-size: 29px;
  line-height: 34px;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  margin-top: 0;
}
.product-page .product-faq .product-faq-question {
  font-family: "Raleway", sans-serif;
  font-size: 19px;
  line-height: 21px;
  font-weight: bold;
  color: #243842;
  cursor: pointer;
}
.product-page .product-faq .product-faq-answer {
  font-family: "Raleway", sans-serif;
  font-size: 19px;
  line-height: 21px;
  font-weight: normal;
  color: #243842;
  margin-bottom: 40px;
  display: none;
}
.product-page .product-about-box {
  margin-top: 120px;
}
.product-page .product-about-box .col-1-2:first-child {
  padding-right: 100px;
}
.product-page .product-about-box h2 {
  font-size: 29px;
  line-height: 34px;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #243842;
  margin-top: 0;
}
.product-page .product-about-box p {
  font-size: 19px;
  line-height: 25px;
  color: #243842;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
}
.product-page .product-about-box .sign-up-btn {
  width: 268px;
  margin: 110px auto 0 auto;
  display: block;
}
.product-page .product-about-box .read-more-link {
  margin-top: 30px;
}
.product-page .product-blue-text-box {
  background-color: #243842;
  padding: 60px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  margin-top: 120px;
  font-weight: 400 !important;
  overflow: auto;
}
.product-page .product-blue-text-box .single-post {
  margin-bottom: 0;
}
.product-page .product-blue-text-box .single-post h1, .product-page .product-blue-text-box .single-post h2, .product-page .product-blue-text-box .single-post h3, .product-page .product-blue-text-box .single-post h4, .product-page .product-blue-text-box .single-post h5, .product-page .product-blue-text-box .single-post p {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
}
.product-page .product-blue-text-box .single-post a:hover {
  opacity: 1;
}
.product-page .product-blue-text-box .single-post ul {
  padding-left: 20px;
}
.product-page .product-blue-text-box .single-post ul li {
  font-size: 18px;
  font-weight: normal;
  line-height: 58px;
  text-transform: uppercase;
}
.product-page .product-pink-btn {
  border: 2px solid #F15B5B;
  font-weight: 900;
  font-size: 19px;
  width: 258px;
  padding: 20px 0;
  margin: 65px auto 0 auto;
}
.product-page .product-pink-btn a {
  font-family: "Raleway", sans-serif;
  color: #F15B5B;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: block;
}
.product-page .product-pink-quote {
  background-color: #F15B5B;
  padding: 25px;
  margin-top: 140px;
}
.product-page .product-pink-quote .quote-border {
  border: 1px solid #f6f6f6;
}
.product-page .product-pink-quote .quote-content {
  padding: 100px 0;
  width: 760px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 27px;
  line-height: 37px;
  font-weight: normal;
  font-family: "ltc-bodoni-175", serif;
  text-transform: none;
  text-align: center;
  position: relative;
}
.product-page .product-pink-quote .quote-content:before {
  content: "";
  background: url(../images/white-quote.png);
  background-size: cover;
  width: 50px;
  height: 42px;
  position: absolute;
  left: -25px;
  top: 81px;
  display:none;
}
.product-page .product-pink-quote .quote-content:after {
  content: "";
  background: url(../images/white-quote-bottom.png);
  background-size: cover;
  width: 50px;
  height: 42px;
  position: absolute;
  right: -35px;
  top: 183px;
  display:none;
}
.product-page .product-price1-pink {
  margin-top: 110px;
}
.product-page .product-price1-pink h2 {
  font-size: 29px;
  line-height: 34px;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #243842;
  margin-top: 0;
  text-align: center;
}
.product-page .product-price1-pink .product-pink-btn {
  border: 1px solid #F15B5B;
  font-weight: 900;
  font-size: 19px;
  width: 258px;
  padding: 20px 0;
  margin: 65px auto 0 auto;
}
.product-page .product-price1-pink .product-pink-btn a {
  font-family: "Raleway", sans-serif;
  color: #F15B5B;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: block;
}
.product-page .product-price1-pink .product-price1-pink-prices {
  overflow: auto;
  margin-bottom: 115px;
}
.product-page .product-price1-pink .product-price1-pink-prices span {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 21px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #243842;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}
.product-page .product-price1-pink .one-payment {
  float: left;
  width: 50%;
  color: #F15B5B;
  font-weight: 900;
  font-size: 67px;
  text-align: center;
  border-right: 1px solid #243842;
  padding-bottom: 15px;
  margin-top: 30px;
  font-family: 'Raleway', sans-serif;
}
.product-page .product-price1-pink .two-payment {
  float: left;
  width: 50%;
  color: #F15B5B;
  font-weight: 900;
  font-size: 67px;
  text-align: center;
  padding-bottom: 15px;
  margin-top: 30px;
  font-family: 'Raleway', sans-serif;
}
.product-page .product-price1-pink .product-price1-pink-features ul {
  padding: 0;
}
.product-page .product-price1-pink .product-price1-pink-features ul li {
  list-style-position: inside;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 58px;
  color: #243842;
}
.product-page .product-goldoutline-quote {
  padding: 25px;
  margin-top: 90px;
}
.product-page .product-goldoutline-quote .quote-border {
  border-image-slice: 3 3 3 3;
  border-image-width: 3px 6px 6px 3px;
  border-image-outset: 3px 3px 3px 3px;
  border-image-repeat: round round;
  border-image-source: url("../images/border.png");
}
.product-page .product-goldoutline-quote .quote-content {
  padding: 55px 0;
  width: 760px;
  margin: 0 auto;
  color: #243842;
  font-size: 27px;
  line-height: 37px;
  font-weight: normal;
  font-family: "ltc-bodoni-175", serif;
  text-transform: none;
  text-align: center;
  position: relative;
}
.product-page .product-goldoutline-quote .quote-content:after {
  content: "";
  background: url(../images/bottom-quote.png);
  height: 42px;
  width: 50px;
  background-size: cover;
  position: absolute;
  right: -36px;
  top: 168px;
  display:none;
}
.product-page .product-goldoutline-quote .quote-content:before {
  content: "";
  background: url(../images/top-quote.png);
  height: 42px;
  width: 50px;
  background-size: cover;
  position: absolute;
  left: -31px;
  top: 59px;
  display:none;
}
.product-page .product-goldbg-quote {
  padding: 25px;
  margin-top: 90px;
  background: url("../images/quote-gold-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.product-page .product-goldbg-quote .quote-border {
  border: 1px solid #243842;
}
.product-page .product-goldbg-quote .quote-content {
  padding: 85px 0;
  width: 760px;
  margin: 0 auto;
  color: #243842;
  font-size: 27px;
  line-height: 37px;
  font-weight: normal;
  font-family: "ltc-bodoni-175", serif;
  text-transform: none;
  text-align: center;
  position: relative;
}
.product-page .product-goldbg-quote .quote-content:after {
  content: "";
  background: url(../images/black-bottom-quote.png);
  background-size: cover;
  width: 50px;
  height: 41px;
  position: absolute;
  right: -36px;
  top: 168px;
  display:none;
}
.product-page .product-goldbg-quote .quote-content:before {
  content: "";
  background: url(../images/black-top-quote.png);
  background-size: cover;
  width: 50px;
  height: 41px;  
  position: absolute;
  left: -31px;
  top: 59px;
  display:none;
}
.product-page .product-price1-gold {
  margin-top: 110px;
}
.product-page .product-price1-gold h2 {
  font-size: 29px;
  line-height: 34px;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #243842;
  margin-top: 0;
  text-align: center;
}
.product-page .product-price1-gold .product-pink-btn {
  border: 1px solid #F15B5B;
  font-weight: 900;
  font-size: 19px;
  width: 258px;
  padding: 20px 0;
  margin: 65px auto 0 auto;
}
.product-page .product-price1-gold .product-pink-btn a {
  font-family: "Raleway", sans-serif;
  color: #F15B5B;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: block;
}
.product-page .product-price1-gold .product-price1-gold-prices {
  overflow: auto;
  margin-bottom: 115px;
}
.product-page .product-price1-gold .product-price1-gold-prices span {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 21px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #243842;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}
.product-page .product-price1-gold .one-payment {
  float: left;
  width: 50%;
}
.product-page .product-price1-gold .one-payment .gold-price-1 {
  background: #b17c0e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b17c0e 0%, #e7c266 54%, #e7c266 54%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b17c0e), color-stop(54%, #e7c266), color-stop(54%, #e7c266));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b17c0e 0%, #e7c266 54%, #e7c266 54%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b17c0e 0%, #e7c266 54%, #e7c266 54%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b17c0e 0%, #e7c266 54%, #e7c266 54%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b17c0e 0%, #e7c266 54%, #e7c266 54%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b17c0e', endColorstr='#e7c266',GradientType=0 );
  /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 67px;
  text-align: center;
  border-right: 1px solid #243842;
  padding-bottom: 15px;
  margin-top: 30px;
}
.product-page .product-price1-gold .two-payments {
  float: left;
  width: 50%;
}
.product-page .product-price1-gold .two-payments .gold-price-1 {
  background: #b17c0e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b17c0e 0%, #e7c266 54%, #e7c266 54%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b17c0e), color-stop(54%, #e7c266), color-stop(54%, #e7c266));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b17c0e 0%, #e7c266 54%, #e7c266 54%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b17c0e 0%, #e7c266 54%, #e7c266 54%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b17c0e 0%, #e7c266 54%, #e7c266 54%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b17c0e 0%, #e7c266 54%, #e7c266 54%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b17c0e', endColorstr='#e7c266',GradientType=0 );
  /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 67px;
  text-align: center;
  padding-bottom: 15px;
  margin-top: 30px;
}
.product-page .product-price1-gold .product-price1-gold-features ul {
  padding: 0;
}
.product-page .product-price1-gold .product-price1-gold-features ul li {
  list-style-position: inside;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 58px;
  color: #243842;
}
.product-page .product-price1-gold .product-gold-btn-price1 a {
  background: url(../images/sign-me-up.png) no-repeat;
  background-size: cover;
  width: 258px;
  height: 63px;
  margin: 65px auto 0 auto;
  display: block;
}
.product-page .product-gold-btn {
  position: relative;
  padding-top: 80px;
}
.product-page .product-gold-btn a {
  border-image: url("../images/border.png") 3 3 round;
  padding: 15px 35px;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  position: absolute;
  transform: translate(-50%, 0);
  margin-left: 50%;
  text-transform: uppercase;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0a02d+54,e4be62+98 */
  background: #d0a02d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d0a02d 54%, #e4be62 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(54%, #d0a02d), color-stop(98%, #e4be62));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #d0a02d 54%, #e4be62 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #d0a02d 54%, #e4be62 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #d0a02d 54%, #e4be62 98%);
  /* IE10+ */
  background: linear-gradient(to right, #d0a02d 54%, #e4be62 98%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0a02d', endColorstr='#e4be62',GradientType=1 );
  /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Thank You Page
   ========================================================================== */
.thanks-page {
  margin-top: 30px;
}
.thanks-page .single-post img {
  width: 100%;
  height: auto;
}

.thanks-content {
  margin-top: 20px;
}

/* Quiz
   ========================================================================== */
.quiz-header h1 {
  font-size: 48px;
  line-height: 50px;
  letter-spacing: 1px;
  color: #9DA6AB;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "ltc-bodoni-175", serif;
}
.quiz-header p {
  color: #9DA6AB;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "ltc-bodoni-175", serif;
}

.quiz-page-body img:last-child {
  width: 273px;
  margin: 0 auto;
  display: block;
}
.quiz-page-body .col-1-2:first-child {
  padding-right: 35px;
}
.quiz-page-body .col-1-2:last-child {
  padding-left: 15px;
}
.quiz-page-body .single-post {
  border: none;
}
.quiz-page-body .single-post p {
  font-size: 17px;
  line-height: 23px;
}

.quiz-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  padding-left: 50px;
  margin-top: 37px;
  margin-bottom: -130px;
}
.quiz-video iframe,
.quiz-video object,
.quiz-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  height: 69%;
  padding-left: 50px;
}

.full-quiz {
  margin-top: 105px;
  margin-bottom: 200px;
  /* the basic, unchecked style */
  /* the checked style using the :checked pseudo class */
}
.full-quiz #vqzb_optin_form {
  border: none !important;
  background: transparent;
  width: auto;
  float: left;
}
.full-quiz .opt-in-content p {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  line-height: 23px;
  color: #243842;
}
.full-quiz h3 {
  color: #243842;
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 900;
}
.full-quiz ul {
  padding: 0;
}
.full-quiz ul li label {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #243842;
  font-size: 21px;
  line-height: 36px;
}
.full-quiz #vqzb_optin_form {
  padding: 40px 0 0 0;
}
.full-quiz #vqzb_shortcode_form input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.full-quiz [type="radio"] + label {
  display: block;
  margin-bottom: 15px;
}
.full-quiz [type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.full-quiz [type="radio"] + label:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: -1px;
  border-radius: 1em;
  border: 1px solid #fff;
  box-shadow: 0 0 0 0.1em #9DA6AB;
  margin: -3px 10px 0 0;
}
.full-quiz [type="radio"]:checked + label:before {
  background: #243842;
  box-shadow: 0 0 0 0.1em #9DA6AB;
}
.full-quiz #vqzb_question_remain {
  color: #243842;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 55px;
}
.full-quiz #vqzb_optin_form input[type="text"] {
  border: 1px solid #9DA6AB;
  font-family: "Raleway", sans-serif;
  color: #243842;
  font-size: 16px;
  padding: 8px;
  margin-top: 10px;
  border-radius: 0;
  width: 457px;
  margin-bottom: 15px;
}
.full-quiz #vqzb_content form #vqb_form_submit1 {
  background: url("../images/take-me-to-results.png");
  color: transparent !important;
  background-size: cover;
  border: none;
  text-shadow: none;
  border-radius: none;
  padding: 0;
  width: 410px;
  height: 67px;
}

.quiz-results-page .quiz-header {
  width: 900px;
  margin: 0 auto;
  overflow: auto;
}
.quiz-results-page .quiz-header h1 {
  color: #243842;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 50px;
  float: left;
  display: block;
  width: 41%;
}
.quiz-results-page .quiz-header p {
  float: left;
  display: block;
  width: 57%;
}
.quiz-results-page .quiz-header p img {
  width: 100%;
}
.quiz-results-page .quiz-results-intro {
  color: #243842;
  font-size: 18px;
  line-height: 23px;
  font-family: "Raleway", sans-serif;
  text-align: center;
  width: 400px;
  margin: 45px auto 0 auto;
}
.quiz-results-page .quiz-download {
  width: 457px;
  margin: 50px auto 0 auto;
  display: block;
}
.quiz-results-page .quiz-social-share {
  width: 50%;
  margin-top: 100px;
  font-size: 18px;
  line-height: 23px;
  color: #243842;
  margin-bottom: 50px;
}

#vqzb_result_page #vqzb_result_badge #social_links_wrap {
  float: left;
  width: 300px;
  padding-left: 30px;
}
#vqzb_result_page #vqzb_result_badge #social_links_wrap a {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #243842;
}
#vqzb_result_page #vqzb_result_badge #social_links_wrap a img {
  margin-top: 7px;
}
#vqzb_result_page #vqzb_result_badge p:last-child {
  display: none;
}

/* Let's Get Started
   ========================================================================== */
.get-started img {
  width: 100%;
  height: auto;
}
.get-started h1 {
  margin-top: 80px;
  color: #9DA6AB;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "ltc-bodoni-175", serif;
  letter-spacing: 2.5px;
  line-height: 50px;
}
.get-started p {
  font-size: 20px;
  color: #243842;
  line-height: 29px;
  text-transform: uppercase;
}
.get-started form {
  margin-top: 60px;
}
.get-started form p {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 45px;
  line-height: 19px;
}
.get-started input {
  border: 1px solid #9DA6AB;
  font-family: "Raleway", sans-serif;
  color: #243842;
  font-size: 16px;
  padding: 8px;
  margin-top: 10px;
  width: 100%;
}
.get-started textarea {
  width: 100%;
  margin-top: 10px;
}
.get-started .wpcf7-list-item {
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 0;
  /* the basic, unchecked style */
  /* the checked style using the :checked pseudo class */
}
/*.get-started .wpcf7-list-item input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}*/
.get-started .wpcf7-list-item [type="radio"] + span {
  display: inline-block;
}
.get-started .wpcf7-list-item [type="radio"] {
  width:auto; 
   display:inline-block;
   margin-left:3px;
}
/*.get-started .wpcf7-list-item [type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.get-started .wpcf7-list-item [type="radio"] + span:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 1px solid #fff;
  box-shadow: 0 0 0 0.1em #9DA6AB;
  margin: 0 10px 0 5px;
}
.get-started .wpcf7-list-item [type="radio"]:checked + span:before {
  background: #243842;
  box-shadow: 0 0 0 0.1em #9DA6AB;*/
}
.get-started .wpcf7-number {
  width: 100px;
}
.get-started .wpcf7-submit {
  color: #F6F6F6;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  text-align: center;
  background-color: #243842;
  padding: 9px 80px;
  border: none;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 18px;
}
.get-started .number-962 input {
  margin-top: 20px;
}

.payment-plans {
  margin-top: 80px;
  overflow: auto;
}
.payment-plans .payment-box-holder {
  position: relative;
  overflow: auto;
}
.payment-plans h1 {
  margin-top: 35px;
  font-style: italic;
  text-align: center;
  color: #9DA6AB;
  font-size: 36px;
  line-height: 48px;
  font-weight: normal;
  font-family: "ltc-bodoni-175", serif;
  letter-spacing: 2px;
}
.payment-plans h2 {
  font-size: 40px;
  font-family: "Raleway", sans-serif;
  line-height: 40px;
  font-weight: 900;
  color: #243842;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
.payment-plans .payment-box {
  float: left;
  border: 1px solid #243842;
  position: relative;
  padding-top: 45px;
  padding-bottom: 30px;
  margin-top: 55px;
  width: 39% !important;
  margin-left: 8%;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.payment-plans .payment-box:hover {
  opacity: .7;
}
.payment-plans .payment-price {
  color: #F15B5B;
  font-size: 67px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
}
.payment-plans .payment-type {
  display: block;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 21px;
  line-height: 28px;
  color: #243842;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 45px;
}
.payment-plans a {
  position: absolute;
  height: 100%;
  width: 100%;
  margin-top: -45px;
}

/* Default Page Template
   ========================================================================== */
.default-page .post-thumbnail {
  margin-top: 75px;
}
.default-page .post-thumbnail img {
  width: 100%;
  height: auto;
}
.default-page .page-title {
  color: #9DA6AB;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 48px;
  line-height: 48px;
  font-family: "ltc-bodoni-175", serif;
  margin-top: 140px;
}
.default-page .single-post input {
  border: 1px solid #9DA6AB;
  font-family: "Raleway", sans-serif;
  color: #243842;
  font-size: 16px;
  padding: 8px;
  margin-top: 10px;
}
.default-page .single-post input[type="button"] {
  color: #F6F6F6;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  text-align: center;
  background-color: #243842;
  padding: 9px 80px;
  border: none;
}

/* Footer
   ========================================================================== */
.as-seen-on {
  margin-top: 90px;
}
.as-seen-on ul {
  padding: 0;
  margin-left: 0;
  margin-top: 20px;
}
.as-seen-on ul li {
  list-style-type: none;
  min-height: 75px;
}
.as-seen-on ul li:first-child {
  font-size: 26px;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  color: #9DA6AB;
  text-transform: uppercase;
  margin-top: -14px;
}
.as-seen-on ul li img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.footer {
  background-color: #243842;
  overflow: auto;
}
.footer .ft-first {
  float: left;
}
.footer .ft-first p {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #F6F6F6;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 30px 0 40px 0;
  margin: 0;
}
.footer .ft-second {
  float: left;
  margin-left: -5px;
}
.footer .ft-second ul {
  margin: 0;
  padding: 17px 0px 0 60px;
}
.footer .ft-second ul li {
  float: left;
  list-style-type: none;
  background: url(../images/social.svg);
  display: block;
  width: 16px;
  height: 26px;
  background-size: 310%;
  background-position: 0px;
  margin-right: 10px;
}
.footer .ft-second ul li:nth-child(2) {
  background-position: -18px -5px;
}
.footer .ft-second ul li:nth-child(3) {
  background-position: -35px -5px;
}
.footer .ft-third .footer-nav ul {
  margin: 0;
  padding: 28px 0 0 0;
  float: right;
}
.footer .ft-third .footer-nav ul li {
  float: left;
  list-style-type: none;
}
.footer .ft-third .footer-nav ul li:after {
  content: "//";
  color: #F6F6F6;
  margin: 0 10px;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.footer .ft-third .footer-nav ul li:last-child:after {
  content: "";
}
.footer .ft-third .footer-nav ul li a {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #F6F6F6;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer .ft-credits {
  margin-top: -15px;
}
.footer .ft-credits a, .footer .ft-credits p {
  color: #ffffff;
  font-size: 8px;
}

/* Contact Page
   ========================================================================== */
.contact-page .col-1-2:first-child {
  width: 45%;
}
.contact-page .col-1-2:last-child {
  width: 55%;
}
.contact-page h1 {
  color: #9DA6AB;
  font-family: "ltc-bodoni-175", serif;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 70px;
}

.contact-page-intro {
  color: #243842;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.contact-image {
  margin-top: 70px;
  position: relative;
}
.contact-image img {
  width: 100%;
}

.contact-form {
  padding-right: 70px;
}

.contact-box {
  position: absolute;
  right: 0;
  bottom: 38px;
  border: 1px solid #F15B5B;
  width: 271px;
  padding: 20px;
  background: #ffffff;
  outline: 20px solid #fff;
}
.contact-box h2 {
  color: #F15B5B;
  font-size: 33px;
  line-height: 37px;
  text-transform: uppercase;
  font-family: "ltc-bodoni-175", serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.contact-box a {
  text-transform: uppercase;
  color: #F15B5B;
  font-style: italic;
  font-size: 20px;
  line-height: 37px;
  font-family: "ltc-bodoni-175", serif;
}

/* Mobile Styles
   ========================================================================== */
/* iPhone 5 */
@media screen and (max-width: 320px) {
  body .home-first-section .col-5-12 img {
    width: 100% !important;
  }

  .about-first-text .col-2-3 a:last-child img {
    width: 100%;
    height: auto;
  }

  .about-quotes .first-quote, .about-quotes .second-quote {
    font-size: 28px;
    line-height: 38px;
  }

  body .product-page .product-bluegold-quote .quote-content:after {
    top: 80%;
  }

  .product-page .product-blue-text-box {
    padding: 60px 20px;
  }

  .product-page .product-gold-btn a {
    padding-left: 10px;
    padding-right: 10px;
  }

  #sidebar-wrapper .sidebar-cats-title:after {
    padding-left: 9px;
  }
}
/* iPhone 6 Plus */
@media screen and (max-width: 414px) {
  .home-first-section h1,
  .home-second-section h1 {
    font-size: 35px;
    line-height: 41px;
  }

  .home-first-section .grid {
    background: none !important;
  }

  body .home-first-section .col-5-12 img {
    width: 320px;
    height: auto;
    float: none;
    margin: 0 auto;
  }

  .separator img {
    width: 53px;
    padding-left: 0;
  }

  .as-seen-on .grid ul li {
    height: 160px;
  }

  .footer .ft-first p {
    text-align: center;
    padding-bottom: 10px;
  }

  .footer .grid .ft-second {
    float: none;
  }

  .footer .ft-third .footer-nav #menu-footer-navigation {
    width: auto;
  }

  #respond #comment_form .text_area {
    width: 100%;
  }

  .about-permission-box h1 {
    width: auto;
    font-size: 24px;
    background-color: transparent;
  }

  .about-permission-box {
    padding: 40px 50px 0 50px;
  }

  .about-permission-box p {
    font-size: 16px;
  }

  .about-first-text .single-post {
    padding-right: 0;
  }

  .about-bottom-text .single-post img:last-child {
    width: 100%;
    height: auto;
  }

  .our-approach-top a img,
  .our-approach-bottom a img {
    width: 100%;
    height: auto;
  }

  body .product-page .product-bluegold-quote .quote-content {
    width: auto;
  }

  body .product-page .product-bluegold-quote .quote-content:before,
  body .product-page .product-bluegold-quote .quote-content:after,
  body .product-page .product-goldoutline-quote .quote-content:before,
  body .product-page .product-goldoutline-quote .quote-content:after,
  body .product-page .product-goldbg-quote .quote-content:before,
  body .product-page .product-goldbg-quote .quote-content:after,
  body .product-page .product-pink-quote .quote-content:before,
  body .product-page .product-pink-quote .quote-content:after {
    left: 42%;
  }

  body .product-page .product-goldoutline-quote .quote-content,
  body .product-page .product-goldbg-quote .quote-content,
  body .product-page .product-pink-quote .quote-content {
    width: auto;
  }

  .product-page .product-price1-gold .one-payment,
  .product-page .product-price1-gold .two-payments,
  .product-page .product-price1-pink .one-payment,
  .product-page .product-price1-pink .two-payment {
    width: 100%;
  }

  .product-page .product-price1-gold .one-payment .gold-price-1,
  .product-page .product-price1-pink .one-payment {
    border: none;
  }

  .product-page .content-padding {
    padding: 0 !important;
  }

  .full-quiz #vqzb_optin_form {
    width: 100%;
  }

  body #vqzb_result_page .quiz-header {
    width: 100%;
  }

  body #vqzb_result_page .quiz-header h1 {
    width: 100%;
    text-align: center;
    float: none;
  }

  body #vqzb_result_page .quiz-header p {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  body #vqzb_result_page .quiz-results-page .quiz-download {
    width: 100%;
  }

  body #vqzb_result_page .quiz-results-page .quiz-social-share {
    width: 100%;
  }

  body #vqzb_result_badge .result_img {
    width: 100%;
  }

  body #vqzb_result_page #vqzb_result_badge #social_links_wrap {
    margin-top: 50px;
    padding-left: 0;
  }

  body .full-quiz #vqzb_optin_form input[type="text"] {
    width: 100%;
  }

  body .full-quiz #vqzb_content form #vqb_form_submit1 {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  body #vqzb_optin_form {
    width: 100%;
  }

  .contact-box {
    position: inherit;
  }

  .quiz-page-body img:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .post-share .post-social ul li {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 500px) {
  .post-share {
    height: auto;
    padding-bottom: 10px;
  }
  .post-share .post-comments {
    border-right: none;
  }
}
/* iPad */
@media screen and (max-width: 768px) {
  body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home-first-section .grid {
    background-position: bottom right !important;
    background-size: 48% !important;
  }

  .home-first-section .col-5-12 {
    width: 100%;
    text-align: center;
  }
  .home-first-section .col-5-12 img {
    float: left;
    margin-left: 0;
    clear: left;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .home-second-section .col-1-2:first-child {
    padding-right: 10px;
  }

  .home-second-section .col-1-2:last-child {
    padding-left: 0;
    margin-top: 35px;
  }
  .home-second-section .col-1-2:last-child h2 {
    margin-top: 10px;
  }

  .single-post .post-meta {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .single-post .blog-title {
    font-size: 30px;
    margin-top: 10px;
  }

  .home-third-section .single-post {
    padding: 0 0 85px 0;
  }

  .home-third-section .col-2-3 {
    padding-left: 0;
  }

  .as-seen-on ul li {
    height: 265px;
  }
  .as-seen-on ul li:first-child {
    height: auto;
    text-align: center;
    font-size: 50px;
  }

  .as-seen-on ul li img {
    top: auto;
    transform: none;
    top: 50%;
    transform: translateY(-50%);
  }

  .footer .ft-second {
    float: right;
  }

  .footer .ft-third .footer-nav ul {
    margin: 0 auto;
    padding: 28px 0 28px 0;
    width: 445px;
    clear: both;
    float: none;
  }

  .footer .ft-second ul {
    padding-right: 0;
    padding-left: 0;
  }

  .about-quotes {
    margin-top: 100px;
  }

  .about-main-image2 {
    margin-top: 40px;
  }

  .about-bottom-text .col-1-2:first-child {
    padding-right: 10px;
  }

  .about-bottom-text .col-1-2:last-child {
    padding-left: 0;
  }

  #sidebar-wrapper {
    max-width: 100%;
    float: none;
  }

  .product-page .product-bluegold-quote .quote-content {
    width: 635px;
  }
  .product-page .product-bluegold-quote .quote-content:before {
    left: 285px;
    top: 54px;
  }
  .product-page .product-bluegold-quote .quote-content:after {
    right: 295px;
    top: 74%;
  }

  .product-page .product-about-box .col-1-2:first-child {
    padding-right: 10px;
  }

  .product-page .product-about-box .col-1-2:last-child img {
    width: 100%;
  }

  .product-page .product-goldoutline-quote {
    padding: 0 10px 0 0;
  }

  .product-page .product-goldoutline-quote .quote-content:before {
    left: 251px;
    top: 21px;
  }

  .product-page .product-goldoutline-quote .quote-content:after {
    right: 251px;
    top: auto;
    bottom: 24px;
  }

  .product-page .product-goldoutline-quote .quote-content {
    width: 550px;
  }

  .product-page .product-goldbg-quote .quote-content {
    width: 550px;
  }

  .product-page .product-goldbg-quote .quote-content:before {
    left: 251px;
    top: 21px;
  }

  .product-page .product-goldbg-quote .quote-content:after {
    right: 251px;
    top: auto;
    bottom: 24px;
  }

  .product-page .product-pink-quote .quote-content {
    width: 550px;
  }
  .product-page .product-pink-quote .quote-content:before {
    left: 251px;
    top: 21px;
  }
  .product-page .product-pink-quote .quote-content:after {
    right: 251px;
    top: auto;
    bottom: 24px;
  }

  .product-page .product-blue-text-box .single-post ul li {
    line-height: 28px;
  }

  .products-list .post-thumbnail {
    padding-right: 0px;
  }
  .products-list .post-thumbnail img {
    width: 100%;
    height: auto;
  }

  .quiz-video {
    padding-left: 0;
    padding-bottom: 100%;
  }

  .quiz-video iframe,
  .quiz-video object,
  .quiz-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 98.5%;
    height: 69%;
    padding-left: 0;
  }

  .quiz-page-body .col-1-2:last-child {
    padding-left: 0;
  }

  .quiz-page-body img:last-child {
    padding-right: 10px;
  }

  #vqzb_result_page .quiz-header {
    width: 100%;
  }

  #vqzb_result_page .quiz-header h1 {
    width: 100%;
    text-align: center;
    float: none;
  }

  #vqzb_result_page .quiz-header p {
    width: 457px;
    float: none;
    margin: 0 auto;
  }

  .payment-plans .payment-box {
    float: none;
    border: 1px solid #243842;
    position: relative;
    padding-top: 45px;
    padding-bottom: 30px;
    margin-top: 55px;
    width: 100% !important;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 1;
  }
  .payment-plans .payment-box:hover {
    opacity: .7;
  }

  .contact-page .col-1-2:first-child {
    width: 100%;
  }
  .contact-page .col-1-2:last-child {
    width: 100%;
  }
  .single-post-content .post-share .post-social {
    letter-spacing: 1px;
  }
  .contact-form {
    padding-right: 0;
  }
}
@media screen and (max-width: 855px) {
  .post-share .post-comments {
    margin-right: 10px;
    padding-right: 10px;
  }
}
@-moz-document url-prefix() {
  .product-page .product-price1-gold .one-payment .gold-price-1,
  .product-page .product-price1-gold .two-payments .gold-price-1 {
    background: transparent;
    color: #B17C0E;
  }

  .product-page .product-gold-btn a {
    background: transparent;
    color: #B17C0E;
    border-image-slice: 3 3 3 3;
    border-image-width: 3px 3px 3px 3px;
    border-image-outset: 3px 3px 3px 3px;
    border-image-repeat: round round;
    border-image-source: url("../images/border.png");
  }
}

@media screen and (max-width: 947px) {
  .post-share .post-social {
    letter-spacing: 0px;
  }
}