/*
Theme Name: DPF Additives Expert 2016
Theme URI: http://www.dpfadditivesexpert.com
Description: The bespoke WordPress theme designed exclusively for DPF Additives expert.
Version: 1.0
Author: Branigan Interactive
Author URI: http://www.branigan.co.uk/
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* helpers */
.group:after {
  content: "";
  display: table;
  clear: both; }

input,
textarea,
select {
  font-family: VAGRoundedStd-Thin, Arial, sans-serif; }

a {
  text-decoration: none;
  color: #2b2e83; }
  a:hover {
    color: #82358c; }

.button {
  border-radius: 4px;
  border: none;
  display: inline-block;
  height: 40px;
  line-height: 42px;
  padding: 0 20px;
  background: #00a0af;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase; }
  .button:hover {
    background: #b01124;
    color: #fff; }
  .button .button-grey {
    background: #ededee;
    color: #00a0af; }
  .button .button-light {
    background: rgba(255, 255, 255, 0.75);
    color: #b01124; }
    .button .button-lighthover {
      background: rgba(255, 255, 255, 0.95); }

.cta,
.editor .cta {
  background-color: #8184d6;
  border-radius: 4px;
  padding: 10px;
  color: white;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  transition: all ease 0.3s; }
  .cta:hover,
  .editor .cta:hover {
    background-color: #2b2e83;
    color: white; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.3em;
  font-size: 0.75em; }

sub {
  top: 0.3em; }

/* 12 column grid - based on 1110px width - column width 180px, gutter 6px*/
.container {
  width: 80%;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 1023px) {
    .container {
      width: 90%; } }
  @media only screen and (max-width: 767px) {
    .container {
      width: 90%; } }

/* 1% 12 column grid - 5.5% column / 3% margin col*/
.col1 {
  width: 5.5%; }

.col2 {
  width: 14%; }

.col3 {
  width: 22.5%; }

.col4 {
  width: 31%; }

.col5 {
  width: 39.5%; }

.col6 {
  width: 48%; }

.col7 {
  width: 56.5%; }

.col8 {
  width: 65%; }

.col9 {
  width: 73.5%; }

.col10 {
  width: 82%; }

.col11 {
  width: 90.5%; }

.col12 {
  width: 99%; }

/* Header */
#site-header {
  background-color: rgba(62, 180, 233, 0.66);
  background-image: url(../images/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 454px;
  background-attachment: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 300;
  position: fixed; }
  #site-header .container {
    height: 454px;
    transition: all 0.5s ease; }
    @media only screen and (max-width: 767px) {
      #site-header .container {
        height: 259px; } }
  @media only screen and (max-width: 767px) {
    #site-header {
      background-size: 100% 259px;
      background-color: #6cc6ee; } }

#site-logo {
  position: relative;
  z-index: 1;
  top: 30px;
  width: 434px;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: all 0.4s ease; }
  @media only screen and (max-width: 767px) {
    #site-logo {
      width: 200px;
      top: 40px; } }

#contact-button-header {
  position: absolute;
  right: 0;
  top: 34px;
  background: rgba(43, 46, 131, 0.33);
  border-radius: 4px;
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all ease 0.3s;
  width: 110px; }
  #contact-button-header:hover {
    background: #2b2e83; }
  @media only screen and (max-width: 1023px) {
    #contact-button-header {
      top: 10px; } }
  @media only screen and (max-width: 767px) {
    #contact-button-header {
      top: auto;
      bottom: 10px;
      right: 0;
      left: 0;
      font-size: 12px;
      font-size: 1.2rem;
      width: 80px;
      padding: 6px 8px; } }

/* menu button */
.menubtn {
  display: none; }
  .menubtn:hover, .menubtn.menuOpen {
    opacity: 1; }
  @media only screen and (max-width: 1023px) {
    .menubtn {
      background-image: url("../images/ic-menu.svg");
      background-position: 82px center;
      background-repeat: no-repeat;
      background-size: 20px auto;
      background-color: rgba(43, 46, 131, 0.33);
      border-radius: 4px;
      padding: 10px 15px;
      color: white;
      cursor: pointer;
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 500;
      letter-spacing: 0.02em;
      position: absolute;
      right: 0;
      bottom: 10px;
      transition: all 300ms ease-in-out 0s;
      width: 110px; } }
  @media only screen and (max-width: 767px) {
    .menubtn {
      width: 80px;
      background-position: 60px center;
      background-size: 14px auto;
      font-size: 12px;
      font-size: 1.2rem;
      padding: 6px 8px; } }

/* WPML language switcher */
#site-header .wpml-ls-legacy-list-horizontal {
  width: 350px;
  border: none;
  position: absolute;
  left: 0;
  top: 20px; }
  @media only screen and (max-width: 767px) {
    #site-header .wpml-ls-legacy-list-horizontal {
      width: 100%;
      top: 0; }
      #site-header .wpml-ls-legacy-list-horizontal ul {
        text-align: center; }
        #site-header .wpml-ls-legacy-list-horizontal ul a {
          padding: 0 10px; } }
  #site-header .wpml-ls-legacy-list-horizontal a {
    padding: 0 15px 0 0;
    font-weight: 500; }

/* shrink */
body.shrink #site-header > .container {
  height: 150px; }
  @media only screen and (max-width: 1023px) {
    body.shrink #site-header > .container {
      height: 106px; } }
  @media only screen and (max-width: 767px) {
    body.shrink #site-header > .container {
      height: 100px; } }
body.shrink #site-header #site-logo {
  top: 8px;
  width: 118px; }
  @media only screen and (max-width: 767px) {
    body.shrink #site-header #site-logo {
      top: 30px;
      width: 80px; } }

body.shrink #main {
  padding-top: 350px; }

/* main nav bar */
#main-nav {
  width: 100%;
  background: rgba(43, 46, 131, 0.66);
  z-index: 250;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block; }
  @media only screen and (max-width: 1023px) {
    #main-nav {
      display: none;
      bottom: -44px; } }

#main-nav .container {
  height: 54px; }
  @media only screen and (max-width: 1023px) {
    #main-nav .container {
      height: 44px;
      width: 100%; } }

/* top level links */
#main-nav > .container > ul {
  text-align: center; }
  @media only screen and (max-width: 1023px) {
    #main-nav > .container > ul {
      background: #2b2e83; } }
  #main-nav > .container > ul > li {
    display: inline-block;
    position: relative;
    margin-left: -4px; }
    #main-nav > .container > ul > li a {
      cursor: default; }
    #main-nav > .container > ul > li > a {
      color: white;
      display: block;
      float: left;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 500;
      height: 54px;
      line-height: 54px;
      padding: 0 14px;
      text-decoration: none; }
      @media only screen and (max-width: 1023px) {
        #main-nav > .container > ul > li > a {
          float: none;
          background: #2b2e83;
          color: white;
          line-height: 44px;
          height: 40px;
          padding: 0 40px; } }
      @media only screen and (max-width: 767px) {
        #main-nav > .container > ul > li > a {
          padding: 0 15px;
          font-size: 16px;
          font-size: 1.6rem; } }
      #main-nav > .container > ul > li > a:hover,
      #main-nav > .container > ul > li > a ul#menu-main > li.sfHover > a {
        background-color: #2b2e83; }
        @media only screen and (max-width: 1023px) {
          #main-nav > .container > ul > li > a:hover,
          #main-nav > .container > ul > li > a ul#menu-main > li.sfHover > a {
            color: #82358c; } }
    #main-nav > .container > ul > li:first-of-type > a {
      background-image: url("../images/ic-home.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 30px auto;
      text-indent: -9999em;
      width: 54px; }
      @media only screen and (max-width: 1023px) {
        #main-nav > .container > ul > li:first-of-type > a {
          width: 100%;
          background: none;
          text-indent: 0; } }
    @media only screen and (max-width: 1023px) {
      #main-nav > .container > ul > li {
        display: block;
        float: none;
        position: relative;
        text-align: left;
        margin-left: 0;
        border-bottom: 1px solid #5255aa; } }
    @media only screen and (max-width: 767px) {
      #main-nav > .container > ul > li {
        font-size: 16px;
        font-size: 1.6rem; } }
    #main-nav > .container > ul > li:before {
      content: "|";
      color: rgba(255, 255, 255, 0.3);
      position: absolute;
      left: -2px;
      top: 18px; }
      @media only screen and (max-width: 1023px) {
        #main-nav > .container > ul > li:before {
          content: "";
          display: none; } }
    #main-nav > .container > ul > li:first-child {
      left: 0;
      margin-left: 0;
      position: absolute;
      top: 0; }
      #main-nav > .container > ul > li:first-child:before {
        content: ""; }
    #main-nav > .container > ul > li:nth-child(2):before {
      content: ""; }
  #main-nav > .container > ul li a {
    text-decoration: none;
    cursor: pointer; }
  #main-nav > .container > ul > li.current-menu-parent > a,
  #main-nav > .container > ul > li.current-menu-item > a,
  #main-nav > .container > ul > li.current-post-ancestor > a {
    background-color: #82358c; }
    @media only screen and (max-width: 1023px) {
      #main-nav > .container > ul > li.current-menu-parent > a,
      #main-nav > .container > ul > li.current-menu-item > a,
      #main-nav > .container > ul > li.current-post-ancestor > a {
        border-bottom: none; } }
  #main-nav > .container > ul li.current_page_item > a:hover,
  #main-nav > .container > ul li.current-menu-item > a:hover,
  #main-nav > .container > ul li.current-menu-ancestor > a:hover,
  #main-nav > .container > ul li.current-menu-parent > a:hover,
  #main-nav > .container > ul li.current-page-ancestor > a:hover {
    text-decoration: none; }
  #main-nav > .container > ul > li > span {
    display: none; }
    @media only screen and (max-width: 1023px) {
      #main-nav > .container > ul > li > span {
        display: inline-block;
        background: rgba(62, 180, 233, 0.2) none repeat scroll 0 0;
        color: #fff;
        cursor: pointer;
        font-size: 28px;
        font-weight: bold;
        height: 44px;
        line-height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        width: 44px;
        text-align: center; } }

/* second-level lists */
#main-nav > .container > ul li ul {
  background-color: #2b2e83;
  position: absolute;
  text-align: left;
  left: 0;
  top: 50px;
  width: 220px;
  min-width: 100%;
  height: auto;
  display: none; }
  @media only screen and (max-width: 1023px) {
    #main-nav > .container > ul li ul {
      position: relative;
      width: 100%;
      top: 0; } }
  #main-nav > .container > ul li ul li {
    width: 100%; }
    @media only screen and (max-width: 1023px) {
      #main-nav > .container > ul li ul li {
        min-height: 40px;
        float: none;
        width: 100%;
        margin-bottom: 0;
        position: relative; }
        #main-nav > .container > ul li ul li > span {
          display: block;
          height: 40px;
          line-height: 40px;
          position: absolute;
          right: 0;
          text-align: center;
          top: 0;
          width: 40px;
          background-color: #82358c;
          color: white;
          cursor: pointer; } }
    #main-nav > .container > ul li ul li.menu-item-has-children > a:before {
      content: "\25b6";
      color: rgba(255, 255, 255, 0.6);
      float: right;
      font-size: 12px;
      font-size: 1.2rem;
      padding-right: 10px; }
      @media only screen and (max-width: 1023px) {
        #main-nav > .container > ul li ul li.menu-item-has-children > a:before {
          content: ""; } }
    #main-nav > .container > ul li ul li.sfHover a {
      background: rgba(0, 0, 0, 0.2); }
    #main-nav > .container > ul li ul li a {
      color: white;
      display: block;
      transition: all ease 0.3s;
      padding: 15px 14px;
      height: auto;
      font-size: 16px;
      font-size: 1.6rem;
      text-align: left; }
      @media only screen and (max-width: 1023px) {
        #main-nav > .container > ul li ul li a {
          height: 40px;
          line-height: 44px;
          padding: 0 40px 0 80px; } }
      @media only screen and (max-width: 767px) {
        #main-nav > .container > ul li ul li a {
          padding: 0 5px 0 40px; } }
      #main-nav > .container > ul li ul li a:hover {
        background: rgba(0, 0, 0, 0.2); }

/* third-level lists */
#main-nav > .container > ul li ul ul {
  background-color: #2b2e83;
  position: absolute;
  text-align: left;
  left: 220px;
  top: 0;
  width: 350px; }
  @media only screen and (max-width: 1023px) {
    #main-nav > .container > ul li ul ul {
      position: relative;
      width: 100%;
      top: 0;
      left: 0; } }
  #main-nav > .container > ul li ul ul li {
    margin: 0; }
    @media only screen and (max-width: 1023px) {
      #main-nav > .container > ul li ul ul li {
        min-height: 30px; } }
    #main-nav > .container > ul li ul ul li.sfHover a {
      background: rgba(0, 0, 0, 0.33); }
    #main-nav > .container > ul li ul ul li a {
      font-size: 13px;
      font-size: 1.3rem; }
      #main-nav > .container > ul li ul ul li a:hover {
        background: rgba(0, 0, 0, 0.33); }
      @media only screen and (max-width: 1023px) {
        #main-nav > .container > ul li ul ul li a {
          padding: 0 40px 0 120px;
          height: 30px;
          line-height: 34px; } }
      @media only screen and (max-width: 1023px) {
        #main-nav > .container > ul li ul ul li a {
          padding: 0 5px 0 45px; } }

/* shrink */
body.shrink #main-nav .container {
  height: 44px; }
body.shrink #main-nav #main-nav > .container > ul > li::before {
  top: 14px;
  font-size: 14px;
  font-size: 1.4rem; }
body.shrink #main-nav #main-nav > .container > ul > li > a {
  height: 44px;
  line-height: 44px; }
body.shrink #main-nav #main-nav > .container > ul > li > ul {
  top: 44px; }
  @media only screen and (max-width: 1023px) {
    body.shrink #main-nav #main-nav > .container > ul > li > ul {
      top: 0; } }
  @media only screen and (max-width: 767px) {
    body.shrink #main-nav #main-nav > .container > ul > li > ul {
      padding-top: 0; } }

/* side bar */
#sidebar {
  float: left;
  width: 31%; }
  @media only screen and (max-width: 767px) {
    #sidebar {
      float: none;
      width: 99%; } }
  #sidebar img {
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      #sidebar img {
        max-width: 80%; } }

/* widgets */
.widget {
  padding: 20px;
  border-radius: 3px;
  margin-top: 30px; }

.widget:first-of-type {
  margin-top: 0; }

.widget-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px; }

.widget select {
  line-height: 1.3em;
  font-size: 14px;
  width: 100%; }

.widget li {
  margin: 0 0 1em;
  line-height: 1.3em; }

.textwidget p {
  margin: 0 0 1.3em;
  line-height: 1.1em; }

/* simple link list */
.widget_simpleimage p.simple-image {
  margin: 0 0 20px 0; }
  .widget_simpleimage p.simple-image img {
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 767px) {
      .widget_simpleimage p.simple-image img {
        width: 80% !important;
        display: block;
        margin: 0 auto; } }

#sidebar p.more a {
  background-color: #8184d6;
  border-radius: 4px;
  color: white;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0 auto;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s; }
  #sidebar p.more a:hover {
    background-color: #2b2e83;
    color: white; }

/* footer */
#site-footer {
  background: #2b2e83;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  height: 84px; }
  #site-footer .container {
    text-align: center; }
  #site-footer .copyright {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.3em;
    padding: 30px 0 0 0; }
  #site-footer strong {
    font-weight: 700; }
  #site-footer .menu {
    float: right;
    width: 50%;
    text-align: right;
    padding: 30px 0 0 0; }
    #site-footer .menu li {
      display: inline-block;
      font-size: 12px;
      font-size: 1.2rem;
      margin-left: 15px; }
      #site-footer .menu li a {
        color: white; }
        #site-footer .menu li a:hover {
          text-decoration: underline; }

/* sticky footer */
html, body {
  height: 100%; }

#site-wrapper {
  min-height: 100%;
  margin-bottom: -84px; }
  #site-wrapper:after {
    content: "";
    display: block;
    height: 84px; }

/* Typography */
html {
  font-size: 62.5%;
  color: #333; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: white;
  font-family: 'Roboto', sans-serif;
  word-wrap: break-word; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 14px;
      font-size: 1.4rem; } }

/* general layout */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* cookie notice */
#cookie-notice .button {
  height: auto; }

/* main */
#main {
  padding: 454px 0 0;
  background-color: white;
  transition: padding 0.6s ease; }
  @media only screen and (max-width: 767px) {
    #main {
      padding-top: 259px; } }

/* home */
body #main.home {
  background: white; }

.home-module {
  padding: 50px 0; }
  @media only screen and (max-width: 767px) {
    .home-module {
      padding: 30px 0; } }
  .home-module .heading {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 500;
    color: #2b2e83;
    line-height: 1.2em;
    margin-bottom: 30px; }

#homepage-banner {
  background: white; }

#home-banner-text {
  float: left;
  box-sizing: border-box;
  width: 48%;
  margin-right: 11.5%; }
  @media only screen and (max-width: 767px) {
    #home-banner-text {
      width: 100%;
      float: none;
      margin-right: 0; } }
  #home-banner-text h1 {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 500;
    color: #2b2e83;
    line-height: 1.2em;
    position: relative;
    top: -4px;
    margin: 0 0 1em; }
    @media only screen and (max-width: 1023px) {
      #home-banner-text h1 br {
        display: none; } }
    @media only screen and (max-width: 767px) {
      #home-banner-text h1 {
        font-size: 26px;
        font-size: 2.6rem;
        margin: 0 0 0.5em; } }

#home-background {
  float: left;
  box-sizing: border-box;
  width: 39.5%;
  position: relative;
  background-color: #2b2e83;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }
  @media only screen and (max-width: 767px) {
    #home-background {
      width: 100%;
      float: none;
      margin: 0 auto; } }
  #home-background img {
    width: 100%;
    height: auto;
    display: block;
    transition: all ease 0.3s; }
  #home-background p {
    color: white;
    padding: 7.5%;
    line-height: 1.5em;
    font-weight: 500;
    transition: all ease 0.3s; }
  #home-background:before {
    content: url(../images/expert-home-panel2.png);
    position: absolute;
    z-index: 10;
    top: 0;
    left: -78px;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      #home-background:before {
        content: "";
        display: none; } }
  #home-background a:hover img {
    opacity: 0.66; }
  #home-background a:hover p {
    color: rgba(255, 255, 255, 0.75); }

/* home panels */
#home-panels {
  background-attachment: fixed;
  background-color: rgba(43, 46, 131, 0.75);
  background-image: url("../images/home-dpf-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 80px; }

#home-panels > .container > .heading {
  color: white;
  padding: 30px 0 40px;
  text-align: center; }

#home-panels section {
  float: left;
  width: 48%; }
  @media only screen and (max-width: 767px) {
    #home-panels section {
      float: none;
      width: 100%;
      margin: 0 0 20px; } }
  #home-panels section a {
    display: block;
    height: 100%;
    padding: 50px 30px;
    border-radius: 4px;
    transition: all ease 0.3s; }
    @media only screen and (max-width: 1023px) {
      #home-panels section a {
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      #home-panels section a {
        padding: 30px 20px; } }
  #home-panels section h2 {
    line-height: 1em;
    margin-bottom: 20px; }
  #home-panels section div {
    line-height: 1.3em; }

/* home problems */
#home-problems {
  margin: 0 3% 0 0;
  background-image: url(../images/dpflight-panel-bg.png);
  background-repeat: no-repeat;
  background-position: -100px 0;
  background-size: auto;
  border-radius: 4px; }
  @media only screen and (max-width: 767px) {
    #home-problems {
      margin: 0;
      background-position: -150px 0;
      background-size: cover; } }
  #home-problems a {
    background-color: rgba(255, 255, 255, 0); }
    #home-problems a:hover {
      background: rgba(255, 255, 255, 0.1); }
  #home-problems h2 {
    color: white; }
  #home-problems .editor {
    color: white; }

/* home faqs */
#home-faqs a {
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("../images/expert-home-faqs.png");
  background-position: 96% 10px;
  background-repeat: no-repeat;
  background-size: 120px auto; }
  @media only screen and (max-width: 767px) {
    #home-faqs a h2 {
      width: 75%; } }
  #home-faqs a:hover {
    background-color: rgba(255, 255, 255, 0.95);
    background-position: 90% 10px; }

/* home misconceptions */
#home-misconceptions {
  background: #dcdcf7;
  background: -moz-linear-gradient(top, #dcdcf7 0%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #dcdcf7), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #dcdcf7 0%, white 100%);
  background: -o-linear-gradient(top, #dcdcf7 0%, white 100%);
  background: -ms-linear-gradient(top, #dcdcf7 0%, white 100%);
  background: linear-gradient(to bottom, #dcdcf7 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcf7', endColorstr='whitefff', GradientType=0 ); }
  @media only screen and (max-width: 1023px) {
    #home-misconceptions {
      overflow: hidden; } }
  #home-misconceptions .container {
    text-align: center;
    padding-bottom: 100px; }
    @media only screen and (max-width: 767px) {
      #home-misconceptions .container {
        padding-bottom: 140px; } }
  #home-misconceptions .heading {
    width: 82%;
    margin: 0 auto 3%; }
    @media only screen and (max-width: 1023px) {
      #home-misconceptions .heading {
        width: 99%; } }
  #home-misconceptions .heading + .editor {
    width: 82%;
    margin: 0 auto 3%; }
    @media only screen and (max-width: 1023px) {
      #home-misconceptions .heading + .editor {
        width: 99%; } }
  #home-misconceptions .cta {
    position: relative;
    text-align: center;
    top: -10px; }
    @media only screen and (max-width: 767px) {
      #home-misconceptions .cta {
        top: 0; } }
  #home-misconceptions #dpf-punter-car1 {
    position: absolute;
    width: 380px;
    height: auto;
    bottom: 0;
    right: 0; }
    @media only screen and (max-width: 1023px) {
      #home-misconceptions #dpf-punter-car1 {
        bottom: 30px;
        right: -40px;
        width: 280px; } }
    @media only screen and (max-width: 767px) {
      #home-misconceptions #dpf-punter-car1 {
        bottom: 0;
        right: 0;
        width: 220px; } }

#featured-misconceptions {
  width: 65%;
  background-color: rgba(43, 46, 131, 0.66);
  color: white;
  border-radius: 4px;
  margin: 0 auto 3% auto;
  overflow: visible !important; }
  @media only screen and (max-width: 1023px) {
    #featured-misconceptions {
      width: 99%; } }
  #featured-misconceptions article {
    padding: 30px 6%;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      #featured-misconceptions article {
        padding: 30px 20px; } }
    #featured-misconceptions article h3 {
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: 500;
      margin-bottom: 3%;
      text-align: center;
      opacity: 0.8; }
      @media only screen and (max-width: 767px) {
        #featured-misconceptions article h3 {
          font-size: 26px;
          font-size: 2.6rem; } }
    #featured-misconceptions article .editor {
      color: white;
      text-align: left; }
      #featured-misconceptions article .editor p {
        margin: 0; }
    #featured-misconceptions article a.readmore {
      color: white;
      font-weight: 500;
      display: block;
      margin: 0 auto;
      text-decoration: underline;
      text-align: center;
      position: absolute;
      bottom: 15px;
      left: 0;
      width: 100%; }
  #featured-misconceptions .slide-nav {
    background-color: #82358c;
    border-radius: 100%;
    color: white;
    display: block;
    font-size: 30px;
    height: 50px;
    line-height: 46px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 105;
    cursor: pointer;
    transition: all ease 0.3s; }
    @media only screen and (max-width: 767px) {
      #featured-misconceptions .slide-nav {
        font-size: 20px;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        width: 30px; } }
    #featured-misconceptions .slide-nav.cycle-prev {
      left: -25px;
      text-align: left;
      padding: 0 0 0 6px; }
      @media only screen and (max-width: 767px) {
        #featured-misconceptions .slide-nav.cycle-prev {
          left: -15px;
          padding-left: 3px; } }
    #featured-misconceptions .slide-nav.cycle-next {
      right: -25px;
      text-align: right;
      padding: 0 6px 0 0; }
      @media only screen and (max-width: 767px) {
        #featured-misconceptions .slide-nav.cycle-next {
          right: -15px;
          padding-right: 3px; } }
    #featured-misconceptions .slide-nav:hover {
      background-color: #a443b1; }

/* home ask the expert */
#home-ask {
  background: rgba(62, 180, 233, 0.5); }
  #home-ask #ask-list {
    width: 56.5%;
    float: left;
    margin-top: -54px; }
    @media only screen and (max-width: 767px) {
      #home-ask #ask-list {
        float: none;
        clear: both;
        width: 100%;
        padding-top: 70px; } }
    #home-ask #ask-list .ask-item {
      background-color: rgba(255, 255, 255, 0.75); }
      #home-ask #ask-list .ask-item:hover, #home-ask #ask-list .ask-item.open {
        background-color: rgba(255, 255, 255, 0.95); }
    #home-ask #ask-list h2 {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 500;
      margin-bottom: 32px; }
      @media only screen and (max-width: 767px) {
        #home-ask #ask-list h2 {
          font-size: 18px;
          font-size: 1.8rem; } }
    #home-ask #ask-list h3 {
      font-size: 20px;
      font-size: 2rem; }
      @media only screen and (max-width: 767px) {
        #home-ask #ask-list h3 {
          font-size: 18px;
          font-size: 1.8rem; } }
  #home-ask .editor {
    margin-bottom: 30px; }
  #home-ask #home-ask-submit {
    float: left;
    width: 39.5%;
    margin-right: 3%;
    position: relative; }
    @media only screen and (max-width: 767px) {
      #home-ask #home-ask-submit {
        width: 99%;
        float: none; } }
    #home-ask #home-ask-submit .cta {
      background-color: #82358c;
      font-size: 20px;
      font-size: 2rem;
      padding: 15px;
      line-height: 1.2em;
      height: 80px; }
      @media only screen and (max-width: 1023px) {
        #home-ask #home-ask-submit .cta {
          height: auto; } }
      @media only screen and (max-width: 767px) {
        #home-ask #home-ask-submit .cta {
          font-size: 18px;
          font-size: 1.8rem;
          float: right;
          width: 50%; } }
      #home-ask #home-ask-submit .cta:hover {
        background-color: #a443b1; }
  #home-ask #dpf-punter-ask-home {
    width: 65%;
    height: auto;
    display: block; }
    @media only screen and (max-width: 767px) {
      #home-ask #dpf-punter-ask-home {
        left: 0;
        position: absolute;
        top: 0;
        width: 45%; } }

#ask-popup {
  display: none; }

.ask-expert-popup .fancybox-skin {
  background: #def2fb; }
.ask-expert-popup .ask-popup-content {
  padding: 25px; }
  @media only screen and (max-width: 767px) {
    .ask-expert-popup .ask-popup-content {
      padding: 10px; } }
.ask-expert-popup .heading {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  color: #2b2e83;
  line-height: 1.2em;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .ask-expert-popup .heading {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 20px; } }
.ask-expert-popup img {
  position: absolute;
  right: 25px;
  top: 100px;
  width: 22.5%; }
  @media only screen and (max-width: 767px) {
    .ask-expert-popup img {
      display: none; } }
.ask-expert-popup .cred-form {
  width: 66.66%; }
  @media only screen and (max-width: 767px) {
    .ask-expert-popup .cred-form {
      width: 100%; } }
  .ask-expert-popup .cred-form label {
    display: block;
    padding-bottom: 4px; }
  .ask-expert-popup .cred-form .wpt-form-textfield {
    height: 30px;
    font-size: 16px;
    font-size: 1.6rem; }
  .ask-expert-popup .cred-form .form-submit {
    background-color: #8184d6;
    border-radius: 4px;
    border: none;
    color: white;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
    padding: 10px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -webkit-appearance: none; }

/* content */
.content {
  position: relative;
  padding-bottom: 90px; }

.content.hub {
  padding-bottom: 30px; }

/* page */
.page {
  float: left;
  position: relative;
  width: 65%;
  margin: 0 3% 0 0; }
  @media only screen and (max-width: 767px) {
    .page {
      float: none;
      width: 99%;
      margin: 0 0 50px 0; } }

.page-heading {
  box-sizing: border-box;
  background-size: 100% auto;
  font-size: 36px;
  font-size: 3.6rem;
  color: #2b2e83;
  padding-top: 60px;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .page-heading {
      font-size: 26px;
      font-size: 2.6rem;
      padding-top: 30px;
      margin-bottom: 30px; } }

.page-heading a {
  color: #6e2f8c; }

.content .attachment-large {
  width: 100%;
  height: auto;
  margin-bottom: 2em; }

/* featured image */
.page-banner {
  background-attachment: fixed;
  background-position: left top;
  background-repeat: no-repeat;
  height: 85px;
  background-size: 100% auto; }

/* text editor */
.editor {
  color: #000; }

.editor h2,
.heading2 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #2b2e83;
  padding: 1em 0;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  font-weight: 500; }
  @media only screen and (max-width: 1023px) {
    .editor h2,
    .heading2 {
      font-size: 24px;
      font-size: 2.4rem; } }

.editor h2:first-child {
  padding-top: 0; }

.editor h2 a {
  text-decoration: none; }

.editor h2 a:hover {
  text-decoration: underline; }

.editor h3 {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 1em 0 0.75em;
  line-height: 1.2em;
  font-weight: 500; }
  @media only screen and (max-width: 1023px) {
    .editor h3 {
      font-size: 20px;
      font-size: 2rem; } }

.editor h4 {
  font-size: 20px;
  font-size: 2rem;
  padding: 1em 0 0.75em;
  line-height: 1.2em; }
  @media only screen and (max-width: 767px) {
    .editor h4 {
      font-size: 18px;
      font-size: 1.8rem; } }

.editor h2 + h3 {
  padding-top: 0; }

.editor p {
  line-height: 1.6em;
  margin: 0 0 1.25em 0; }

.editor strong {
  font-weight: bold; }

.editor ul {
  list-style-type: disc;
  margin: 0 0 1.25em 1.5em; }

.editor ol {
  list-style-type: decimal;
  margin: 0 0 1.25em 1.5em; }

.editor li {
  margin: 0 0 0.75em;
  line-height: 1.45em; }

.editor a {
  color: #5d5d67;
  text-decoration: underline; }

.editor a:hover {
  color: #00a0af; }

.editor small {
  font-size: 80%; }

.editor strong {
  font-weight: 500; }

.editor em {
  font-style: italic; }

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

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

.editor .aligncenter {
  display: block;
  margin: 0 auto; }

.editor img.size-large {
  width: 100%;
  height: auto; }

.editor img.size-thumbnail {
  width: 138px;
  height: auto; }

.editor .wp-caption {
  margin-bottom: 2.5em; }
  @media only screen and (max-width: 767px) {
    .editor .wp-caption {
      width: 100% !important; } }
  .editor .wp-caption img {
    display: block;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .editor .wp-caption img {
        width: 100% !important;
        height: auto; } }
  .editor .wp-caption .wp-caption-text {
    font-weight: 500;
    color: #2b2e83;
    font-size: 15px;
    font-size: 1.5rem; }

.editor table {
  border: 1px solid #dcdcdd;
  font-size: 15px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 767px) {
    .editor table {
      font-size: 12px;
      font-size: 1.2rem; } }

.editor table th {
  border: 1px solid #dcdcdd;
  padding: 10px 5px;
  color: #2b2e83;
  background-color: rgba(43, 46, 131, 0.15);
  text-align: left; }

.editor table td {
  border: 1px solid #dcdcdd;
  padding: 5px;
  background-color: rgba(130, 53, 140, 0.1); }

/* section nav / related pages */
#related-pages {
  border-top: 1px solid rgba(43, 46, 131, 0.2);
  color: #2b2e83;
  margin-top: 50px;
  padding-top: 45px; }
  #related-pages h3 {
    color: #2b2e83;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem; }
  #related-pages li {
    margin-top: 1em; }
    #related-pages li.current_page_item, #related-pages li.current-menu-item {
      display: none; }

/* common misconceptions */
#mc-list .mc-item {
  margin: 0 0 3% 0;
  background-color: #d5d6f1;
  padding: 15px 40px 16px;
  border-radius: 4px;
  transition: all ease 0.3s;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    #mc-list .mc-item {
      padding: 15px 20px 16px; } }
  #mc-list .mc-item .mc-title {
    color: #2b2e83;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    transform: all ease 0.3s;
    position: relative; }
    @media only screen and (max-width: 1023px) {
      #mc-list .mc-item .mc-title {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media only screen and (max-width: 767px) {
      #mc-list .mc-item .mc-title {
        font-size: 18px;
        font-size: 1.8rem; } }
  #mc-list .mc-item .mc-title:before {
    content: "\25bc";
    color: #2b2e83;
    font-size: 20px;
    font-size: 2rem;
    position: absolute;
    top: 2px;
    left: -30px;
    opacity: 0.5;
    transform: all ease 0.3s; }
    @media only screen and (max-width: 767px) {
      #mc-list .mc-item .mc-title:before {
        font-size: 13.3px;
        font-size: 1.33rem;
        left: -16px;
        top: 3px; } }
  #mc-list .mc-item .mc-content {
    display: none;
    margin: 30px 0 0 0; }
    @media only screen and (max-width: 767px) {
      #mc-list .mc-item .mc-content {
        margin: 15px 0 0 0; } }
  #mc-list .mc-item:hover {
    background-color: #6266cb; }
    #mc-list .mc-item:hover .mc-title {
      color: white; }
    #mc-list .mc-item:hover .mc-title:before {
      color: white; }
  #mc-list .mc-item.open {
    background-color: #e8e9f8; }
    #mc-list .mc-item.open .mc-title:before {
      content: "\25b2"; }
    #mc-list .mc-item.open:hover {
      background-color: #e8e9f8; }
      #mc-list .mc-item.open:hover .mc-title {
        color: #2b2e83; }
      #mc-list .mc-item.open:hover .mc-title:before {
        color: #2b2e83; }

#single-mc .mc-item {
  margin: 0 0 3% 0;
  background-color: #dfe0f4;
  padding: 30px 40px;
  border-radius: 4px;
  transition: all ease 0.3s;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    #single-mc .mc-item {
      padding: 20px 20px 16px; } }
  #single-mc .mc-item .mc-title {
    color: #2b2e83;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    transform: all ease 0.3s;
    position: relative;
    line-height: 1.3em; }
    @media only screen and (max-width: 1023px) {
      #single-mc .mc-item .mc-title {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media only screen and (max-width: 767px) {
      #single-mc .mc-item .mc-title {
        font-size: 20px;
        font-size: 2rem; } }
  #single-mc .mc-item .mc-content {
    margin: 30px 0 0 0; }

/* Questions tab navigation */
#question-tabs {
  padding: 40px 0 0; }
  #question-tabs .container {
    border-bottom: 1px solid rgba(43, 46, 131, 0.33); }
  #question-tabs + .page-heading {
    padding-top: 40px; }
  #question-tabs li {
    float: left;
    margin: 0 0 0 5px; }
    #question-tabs li a {
      background-color: rgba(43, 46, 131, 0.15);
      display: block;
      padding: 10px 20px;
      font-size: 18px;
      font-size: 1.8rem;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      position: relative;
      border: 1px solid rgba(43, 46, 131, 0.2);
      border-bottom: 0;
      opacity: 0.75;
      transition: all ease 0.3s; }
      #question-tabs li a:hover {
        opacity: 1;
        background-color: rgba(43, 46, 131, 0.05); }
    #question-tabs li.current-tab a {
      background-color: white;
      border: 1px solid rgba(43, 46, 131, 0.33);
      border-bottom: 0;
      top: 1px;
      opacity: 1; }
      #question-tabs li.current-tab a:hover {
        color: #2b2e83; }

/* Faqs */
#faq-list .faq-item {
  margin: 0 0 3% 0;
  background-color: #ebd2ee;
  padding: 15px 40px 16px;
  border-radius: 4px;
  transition: all ease 0.3s;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    #faq-list .faq-item {
      padding: 15px 20px 16px; } }
  #faq-list .faq-item .faq-question {
    color: #82358c;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    transform: all ease 0.3s;
    position: relative;
    line-height: 1.3em; }
    @media only screen and (max-width: 1023px) {
      #faq-list .faq-item .faq-question {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media only screen and (max-width: 767px) {
      #faq-list .faq-item .faq-question {
        font-size: 18px;
        font-size: 1.8rem; } }
    #faq-list .faq-item .faq-question:before {
      content: "\25bc";
      color: #82358c;
      font-size: 20px;
      font-size: 2rem;
      position: absolute;
      top: 2px;
      left: -30px;
      opacity: 0.5;
      transform: all ease 0.3s; }
      @media only screen and (max-width: 767px) {
        #faq-list .faq-item .faq-question:before {
          font-size: 13.3px;
          font-size: 1.33rem;
          left: -16px;
          top: 3px; } }
  #faq-list .faq-item .faq-answer {
    display: none;
    margin: 30px 0 0 0; }
    @media only screen and (max-width: 767px) {
      #faq-list .faq-item .faq-answer {
        margin: 15px 0 0 0; } }
  #faq-list .faq-item:hover {
    background-color: #c176cb; }
    #faq-list .faq-item:hover .faq-question {
      color: white; }
      #faq-list .faq-item:hover .faq-question:before {
        color: white; }
  #faq-list .faq-item.open {
    background-color: #f3e5f5; }
    #faq-list .faq-item.open .faq-question:before {
      content: "\25b2"; }
    #faq-list .faq-item.open:hover {
      background-color: #f3e5f5; }
      #faq-list .faq-item.open:hover .faq-question {
        color: #82358c; }
      #faq-list .faq-item.open:hover .faq-question:before {
        color: #82358c; }

#faqs #sidebar img {
  width: 80%;
  height: auto; }

#single-faq #faq-list .faq-item:hover {
  background-color: #ebd2ee; }
  #single-faq #faq-list .faq-item:hover .faq-question {
    color: #82358c; }
  #single-faq #faq-list .faq-item:hover .faq-question:before {
    color: #82358c; }
#single-faq #faq-list .faq-question:before {
  content: ""; }
#single-faq #faq-list .faq-answer {
  display: block; }

/* ask the expert */
.page-intro {
  padding-bottom: 3%; }
  .page-intro .editor {
    float: left;
    width: 65%;
    margin-right: 3%; }
    @media only screen and (max-width: 767px) {
      .page-intro .editor {
        float: none;
        width: 99%;
        margin: 0 0 20px; } }
  .page-intro .cta {
    display: block;
    float: left;
    width: 31%;
    background-color: #82358c;
    font-size: 20px;
    font-size: 2rem;
    padding: 15px;
    line-height: 1.2em;
    height: 80px; }
    @media only screen and (max-width: 1023px) {
      .page-intro .cta {
        height: auto; } }
    @media only screen and (max-width: 767px) {
      .page-intro .cta {
        font-size: 18px;
        font-size: 1.8rem; } }
    .page-intro .cta:hover {
      background-color: #a443b1; }
    @media only screen and (max-width: 767px) {
      .page-intro .cta {
        float: none;
        width: 99%;
        margin: 0 0 20px; } }

#ask-the-expert .page {
  width: 65%; }
  @media only screen and (max-width: 767px) {
    #ask-the-expert .page {
      width: 100%; } }

#ask-list .ask-item {
  margin: 0 0 3% 0;
  background-color: #def2fb;
  padding: 15px 40px 16px;
  border-radius: 4px;
  transition: all ease 0.3s;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    #ask-list .ask-item {
      padding: 15px 20px 16px; } }
  #ask-list .ask-item .ask-question {
    color: #2b2e83;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    transform: all ease 0.3s;
    position: relative;
    line-height: 1.3em; }
    @media only screen and (max-width: 1023px) {
      #ask-list .ask-item .ask-question {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media only screen and (max-width: 767px) {
      #ask-list .ask-item .ask-question {
        font-size: 18px;
        font-size: 1.8rem; } }
    #ask-list .ask-item .ask-question:before {
      content: "\25bc";
      color: #2b2e83;
      font-size: 20px;
      font-size: 2rem;
      position: absolute;
      top: 2px;
      left: -30px;
      opacity: 0.5;
      transform: all ease 0.3s; }
      @media only screen and (max-width: 767px) {
        #ask-list .ask-item .ask-question:before {
          font-size: 13.3px;
          font-size: 1.33rem;
          left: -16px;
          top: 3px; } }
    #ask-list .ask-item .ask-question span {
      font-size: 16px;
      font-size: 1.6rem;
      opacity: 0.75;
      position: relative;
      top: -5px; }
      @media only screen and (max-width: 767px) {
        #ask-list .ask-item .ask-question span {
          font-size: 13px;
          font-size: 1.3rem; } }
  #ask-list .ask-item .ask-answer {
    display: none;
    margin: 30px 0 0 0; }
    @media only screen and (max-width: 767px) {
      #ask-list .ask-item .ask-answer {
        margin: 15px 0 0 0; } }
  #ask-list .ask-item:hover {
    background-color: #83cff1; }
    #ask-list .ask-item:hover .ask-question:before {
      opacity: 1; }
  #ask-list .ask-item.open {
    background-color: #def2fb; }
    #ask-list .ask-item.open .ask-question:before {
      content: "\25b2"; }
    #ask-list .ask-item.open:hover {
      background-color: #def2fb; }
      #ask-list .ask-item.open:hover .ask-question {
        color: #2b2e83; }
      #ask-list .ask-item.open:hover .ask-question:before {
        color: #2b2e83; }

#ask-the-expert #ask-list {
  padding-top: 8px; }

#single-expert #ask-list .ask-item {
  cursor: default; }
  #single-expert #ask-list .ask-item:hover {
    background-color: #def2fb; }
  #single-expert #ask-list .ask-item .ask-question:before {
    content: ""; }
  #single-expert #ask-list .ask-item .ask-answer {
    display: block; }

/* ask the expert forms */
#ask-the-expert #sidebar {
  width: 31%; }
  @media only screen and (max-width: 767px) {
    #ask-the-expert #sidebar {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    #ask-the-expert #sidebar img {
      width: 80%;
      height: auto; } }

#sidebar #ask-form {
  background: #4f53c5;
  color: white; }

/* contact page */
#contact-us .page {
  width: 39.5%;
  margin-right: 11.5%; }
  @media only screen and (max-width: 767px) {
    #contact-us .page {
      width: 100%;
      margin-right: 0; } }

#about-dpf {
  float: left;
  width: 48%; }
  @media only screen and (max-width: 767px) {
    #about-dpf {
      float: none;
      width: 100%; } }
  #about-dpf .more {
    background-color: #82358c;
    font-size: 20px;
    font-size: 2rem;
    padding: 15px;
    line-height: 1.2em;
    height: 80px;
    border-radius: 4px;
    margin-bottom: 20px;
    display: block;
    color: white; }
    @media only screen and (max-width: 767px) {
      #about-dpf .more {
        height: auto; } }
    #about-dpf .more:hover {
      background-color: #a443b1; }
  #about-dpf .editor {
    padding: 3% 3% 320px;
    border-radius: 4px;
    background-color: rgba(43, 46, 131, 0.15);
    background-image: url(http://www.dpfadditivesexpert.com/wp-content/uploads/2016/08/dpf-man-bottle2.png);
    background-position: center bottom;
    background-size: auto 330px;
    background-repeat: no-repeat; }

/* contact 7 forms */
.wpcf7-form label {
  font-weight: 500;
  color: #666;
  display: block; }
  .wpcf7-form label em {
    font-size: 12px;
    font-size: 1.2rem;
    float: right;
    color: #82358c;
    font-weight: 400; }
  .wpcf7-form label + br {
    display: none; }

.wpcf7-form input[type=text],
.wpcf7-form input[type=email] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #ccc;
  padding: 5px;
  box-sizing: border-box; }

.wpcf7-form textarea {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #ccc;
  padding: 5px;
  box-sizing: border-box; }

.wpcf7-form input[type=submit] {
  background-color: #8184d6;
  border-radius: 4px;
  border: none;
  padding: 10px;
  color: white;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  transition: all ease 0.3s;
  font-family: 'Roboto', sans-serif;
  -webkit-appearance: none; }
  .wpcf7-form input[type=submit]:hover {
    background-color: #2b2e83;
    color: white; }
