@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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; }

/***************************************************************
	BASE STYLES
****************************************************************/
body {
  background: url(../images/bg.gif);
  color: #000000; }

a {
  color: #0000FF;
  text-decoration: underline;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }
  a:hover {
    color: #FF3028; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.txt-pri {
  color: #26ade4; }

.txt-red {
  color: #f44336; }

.txt-green {
  color: #659F13; }

p + hr {
  padding-top: 0; }

hr {
  border: none;
  border-bottom: solid 2px #e5e5e5;
  margin: 0 0 30px;
  padding-top: 30px; }
  hr.blank {
    border-color: transparent; }
  hr.primary {
    border-color: #26ade4; }
  hr.secondary {
    border-color: #d1e751; }
  hr.thin {
    border-width: 1px; }
  hr.strong {
    border-width: 5px; }
  hr.stronger {
    border-width: 10px; }
  hr.sep {
    padding-top: 0; }

.spacer {
  overflow: hidden;
  height: 60px;
  font-size: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
  border: none; }
  .spacer.medium {
    height: 30px; }
  .spacer.small {
    height: 15px; }

img.alignright, img.alignleft {
  margin-top: 10px; }

img.pull-right, img.alignright {
  float: right;
  margin-left: 20px; }

img.pull-left, img.alignleft {
  float: left;
  margin-right: 20px; }

img.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.notification {
  background: #fffde7;
  border: solid 1px #ece6b4; }

.mt10 {
  margin-top: 10px; }

.mt30 {
  margin-top: 30px; }

.m0 {
  margin: 0; }

.p20 {
  padding: 20px; }

blockquote {
  margin: 0;
  font-style: italic; }
  blockquote p {
    margin-top: 0; }
  blockquote cite {
    font-size: 16px;
    font-weight: bold; }

.block {
  display: block; }

.inline {
  display: inline; }

figure {
  margin-bottom: 30px; }

.caption {
  display: block;
  line-height: 1.4;
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  padding-top: 10px;
  color: #666666; }

/* Setup */
html {
  /* Change default typefaces here */
  font-family: "Lato", sans-serif;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1em;
  /* 9 */
  -webkit-font-smoothing: antialiased; }

/* Copy & Lists */
p {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

ul, ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  ul li, ol li {
    line-height: 1.5rem; }
  ul ul, ul ol, ol ul, ol ol {
    margin-top: 0;
    margin-bottom: 0; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  /* Change heading typefaces here */
  font-family: "Dosis", sans-serif;
  line-height: 1.5rem;
  font-weight: 600; }

h1, h2, h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  letter-spacing: 0.02em; }

h4, h5, h6 {
  font-family: "Lato", sans-serif; }

h1 {
  font-size: 36px;
  line-height: 1.2; }

h2 {
  font-size: 30px;
  line-height: 1.3; }

h3 {
  font-size: 24px;
  line-height: 1.4; }

h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px; }

h5 {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px; }

h6 {
  font-size: 0.35rem; }

h1 + .sub {
  margin-top: -20px;
  padding-bottom: 20px; }

/* Custom Styles */
/* Leading paragraph text */
.lead {
  font-size: 1.4rem; }

.sub {
  margin-bottom: 0; }

/* Hug a the block above you */
.hug {
  margin-top: -1em; }

.txt-deco {
  font-family: "Playfair Display", serif;
  font-style: italic;
  text-transform: none;
  font-weight: bold; }

.title {
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px; }
  .title.title-pri {
    color: #26ade4; }

.sec-font {
  font-family: "Dosis", sans-serif; }

.ter-font {
  font-family: "Playfair Display", serif; }

*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto; }

.container, .row, .clearfix, .content-wrapper {
  zoom: 1;
  clear: both; }
  .container:before, .container:after, .row:before, .row:after, .clearfix:before, .clearfix:after, .content-wrapper:before, .content-wrapper:after {
    content: "";
    display: table; }
  .container:after, .row:after, .clearfix:after, .content-wrapper:after {
    clear: both; }

.row {
  margin: 0 -15px; }

.row-fluid {
  margin: 0;
  zoom: 1; }
  .row-fluid:before, .row-fluid:after {
    content: "";
    display: table; }
  .row-fluid:after {
    clear: both; }

[class*='column-'] {
  float: left;
  padding: 0 1em;
  width: 100%;
  min-height: 1px; }
  [class*='column-'] > .row {
    margin: 0; }

.content-wrapper {
  margin: 2rem auto;
  width: 100%;
  max-width: 1140px;
  position: relative; }

.content {
  display: block;
  z-index: 5;
  padding: 2em; }

@media screen and (min-width: 1023px) {
  .container {
    width: 100%;
    max-width: 1140px; }

  .column-1 {
    width: 8.33333%; }

  .column-2 {
    width: 16.66667%; }

  .column-3 {
    width: 25%; }

  .column-4 {
    width: 33.33333%; }

  .column-5 {
    width: 41.66667%; }

  .column-6 {
    width: 50%; }

  .column-7 {
    width: 58.33333%; }

  .column-8 {
    width: 66.66667%; }

  .column-9 {
    width: 75%; }

  .column-10 {
    width: 83.33333%; }

  .column-11 {
    width: 91.66667%; }

  .column-12 {
    width: 100%; }

  .offest-1 {
    margin-left: 8.33333%; }

  .offest-2 {
    margin-left: 16.66667%; }

  .offest-3 {
    margin-left: 25%; }

  .offest-4 {
    margin-left: 33.33333%; }

  .offest-5 {
    margin-left: 41.66667%; }

  .offest-6 {
    margin-left: 50%; }

  .offest-7 {
    margin-left: 58.33333%; }

  .offest-8 {
    margin-left: 66.66667%; }

  .offest-9 {
    margin-left: 75%; }

  .offest-10 {
    margin-left: 83.33333%; }

  .offest-11 {
    margin-left: 91.66667%; }

  .offest-12 {
    margin-left: 100%; }

  .content, .sidebar {
    display: block;
    float: left; }

  .content {
    float: left;
    width: 68.2%; }

  .sidebar {
    width: 31.8%; } }
.cols-2 {
  display: block;
  width: 47.8%;
  float: left;
  margin-right: 30px; }
  .cols-2:nth-child(2n) {
    margin-right: 0; }

.cols-3 {
  display: block;
  width: 30.52%;
  float: left;
  margin-right: 30px; }
  .cols-3:nth-child(3n) {
    margin-right: 0; }

.column-12 {
  float: none !important; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.centered {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
  zoom: 1; }
  .centered:before, .centered:after {
    content: "";
    display: table; }
  .centered:after {
    clear: both; }

img.responsive {
  width: 100%;
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 768px) {
  [class*='column-'] {
    float: none; }

  .pull-right, .pull-left {
    float: none; } }
@media screen and (max-width: 1024px) {
  .hidden-desktop {
    display: none; }

  .hidden-phone {
    display: block; } }
@media screen and (max-width: 1024px) {
  .hidden-tablet {
    display: none; } }
@media screen and (max-width: 768px) {
  .hidden-phone {
    display: none; }

  .visible-phone {
    display: block; } }
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }

label {
  padding-bottom: 10px;
  font-weight: bold; }
  label .required {
    color: #D85030; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"] {
  display: inline-block;
  line-height: 1.8;
  padding: 6px 10px;
  background: #f5f5f5;
  border: solid 1px #e3e3e3;
  outline: none;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus {
    border-color: #1E88E5; }

input[type="submit"] {
  display: inline-block;
  background: #d1e751;
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear; }
  input[type="submit"]:hover {
    background: #dded7e; }

textarea {
  width: 100%;
  padding: 10px;
  outline: none;
  background: #f5f5f5;
  border: solid 1px #e3e3e3;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }
  textarea:focus {
    border-color: #1E88E5; }

select {
  outline: none;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1.8;
  padding: 6px 10px;
  background: #f5f5f5;
  border: solid 1px #e3e3e3; }

.form-block {
  display: block;
  margin: 0 -15px 30px;
  zoom: 1; }
  .form-block:before, .form-block:after {
    content: "";
    display: table; }
  .form-block:after {
    clear: both; }
  .form-block input[type="text"], .form-block input[type="email"], .form-block input[type="url"] {
    display: block;
    width: 100%; }
  .form-block label {
    display: block;
    padding-bottom: 10px;
    font-weight: bold; }
    .form-block label .required {
      color: #D85030; }

p.privacy {
  display: block;
  text-align: center;
  margin: 8px 0 0;
  font-size: 16px;
  font-style: italic;
  color: #808080; }

	/* =Search
******************************************************/
#search input[type=search] {
  display: inline-block;
  min-width: 260px;
  outline: none;
  line-height: 39px;
  height: 39px;
  position: relative;
  top: -1px;
  padding: 0 10px; }
#search input[type=submit] {
  padding: 10px; }

.sb-search {
  position: absolute;
  width: 0%;
  min-width: 45px;
  height: 48px;
  overflow: hidden;
  right: 0;
  top: 0;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -wibkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  width: 100%;
  height: 48px;
  margin: 0;
  z-index: 10;
  padding: 10px 15px;
  font-family: inherit;
  background-color: #157ea9;
  font-size: 14px;
  color: #FFF !important; }

input[type="search"].sb-search-input {
  -webkit-appearance: none; }

.sb-search-input::-webkit-input-placeholder {
  color: #fff; }

.sb-search-input:-moz-placeholder {
  color: #fff; }

.sb-search-input::-moz-placeholder {
  color: #fff; }

.sb-search-input:-ms-input-placeholder {
  color: #fff; }

.sb-icon-search,
.sb-search-submit {
  width: 45px;
  height: 48px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  background-color: #188fbf; }

.sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1; }

.sb-icon-search {
  color: #FFF;
  z-index: 90;
  font-size: 18px;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }

.sb-icon-search:before {
  content: "\f002"; }

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 280px; }

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background-color: #157ea9;
  color: #FFF;
  z-index: 11; }

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90; }

.accordion {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px;
  border-top: none;
  border-left: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  zoom: 1; }
  .accordion:before, .accordion:after {
    content: "";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion li {
    cursor: pointer;
    padding: 0;
    margin: 0 !important;
    float: left;
    display: block;
    width: 100%;
    position: relative; }
    .accordion li a {
      position: relative; }
    .accordion li > a:before {
      font-family: "FontAwesome";
      display: block;
      position: absolute;
      line-height: 28px;
      width: 25px;
      height: 25px;
      top: 13px;
      color: #000;
      text-align: center;
      -webkit-transition: all .3s linear;
      -moz-transition: all .3s linear;
      -ms-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
      left: 8px;
      font-weight: normal; }
    .accordion li.active > a:before {
      font-family: "FontAwesome";
      display: block;
      position: absolute; }
    .accordion li a.accordion-title {
      display: block;
      text-decoration: none;
      color: #222;
      display: block;
      cursor: pointer;
      padding: 10px 0 10px 0;
      line-height: 30px;
      border-bottom: dotted 1px #cccccc;
      position: relative;
      padding-left: 20px;
      background: #f2f2f2;
      font-family: "Dosis", sans-serif;
      text-transform: uppercase;
      font-weight: 600; }
  .accordion .accordion-content {
    padding: 0;
    display: block;
    clear: both;
    zoom: 1; }
    .accordion .accordion-content:before, .accordion .accordion-content:after {
      content: "";
      display: table; }
    .accordion .accordion-content:after {
      clear: both; }
    .accordion .accordion-content p {
      border: none;
      line-height: 24px;
      color: #000;
      font-size: 15px;
      text-shadow: none;
      box-shadow: none;
      margin: 0;
      padding: 10px 0;
      padding-left: 20px;
      border-bottom: solid 1px #e6e6e6;
      -webkit-transition: all .3s linear;
      -moz-transition: all .3s linear;
      -ms-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
      .accordion .accordion-content p span {
        color: gray; }
      .accordion .accordion-content p:hover {
        background: #fafafa; }
    .accordion .accordion-content img {
      border-radius: 4px; }
    .accordion .accordion-content a.btn {
      font-size: 13px;
      line-height: 20px; }

/***************************************************************
	OWLCAROUSEL
****************************************************************/
/* Core Owl Carousel Styles */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel .owl-controls .owl-nav .owl-next,
  .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto; }
  .owl-carousel .owl-refresh .owl-item {
    display: none; }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    text-align: center;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .owl-carousel .owl-item img {
      display: block;
      max-width: 100%;
      -webkit-transform-style: preserve-3d;
      -wibkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
    .owl-carousel.owl-rtl .owl-item {
      float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://theelitephysique.com/wp-content/themes/tep/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/* Owl Theme */
.owl-theme {
  position: relative; }
  .owl-theme .owl-controls {
    margin-top: 30px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    .owl-theme .owl-controls .owl-nav {
      position: absolute;
      width: 100%;
      top: 35%; }
      .owl-theme .owl-controls .owl-nav [class*=owl-] {
        color: #fff;
        background: #000;
        display: block;
        cursor: pointer;
        width: 50px;
        height: 50px;
        line-height: 50px;
        position: absolute;
        top: 0;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
        .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
          background: #26ade4;
          color: #fff;
          text-decoration: none; }
        .owl-theme .owl-controls .owl-nav [class*=owl-]:before {
          font-family: "FontAwesome";
          font-size: 2em; }
      .owl-theme .owl-controls .owl-nav .owl-prev {
        left: -50px; }
        .owl-theme .owl-controls .owl-nav .owl-prev:before {
          content: ""; }
      .owl-theme .owl-controls .owl-nav .owl-next {
        right: -50px; }
        .owl-theme .owl-controls .owl-nav .owl-next:before {
          content: ""; }
    .owl-theme .owl-controls .owl-nav .disabled {
      opacity: .5;
      cursor: default; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #000;
      display: block;
      -wibkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;
      border-radius: 50%; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #26ade4;
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3); }

/* Owl Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
  .mfp-preloader a:hover {
    color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

/* Arrows */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

/* Iframe */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

/* Bottom Bar */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /* Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Animate */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.95;
  filter: alpha(opacity=95); }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  filter: alpha(opacity=0); }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  filter: alpha(opacity=0); }

.mfp-content {
  max-width: 768px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  outline: none;
  box-shadow: 0 3px 7px #000; }
  .mfp-content .modal-header {
    padding: 20px 15px;
    border-bottom: 1px solid #eee; }
    .mfp-content .modal-header h3 {
      margin: 0;
      line-height: 30px; }
  .mfp-content .modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 460px;
    padding: 15px; }
  .mfp-content .modal-footer {
    padding: 20px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    box-shadow: inset 0 1px 0 #fff;
    *zoom: 1; }
    .mfp-content .modal-footer:before, .mfp-content .modal-footer:after {
      display: table;
      content: "";
      line-height: 0; }
    .mfp-content .modal-footer:after {
      clear: both; }
    .mfp-content .modal-footer .btn + .btn {
      margin-left: 5px;
      margin-bottom: 0;
      cursor: pointer; }
    .mfp-content .modal-footer .btn-group .btn + .btn {
      margin-left: -1px; }
    .mfp-content .modal-footer .btn-block + .btn-block {
      margin-left: 0; }

.mfp-image-holder .mfp-content {
  background: none;
  box-shadow: none; }

/***************************************************************
	HEADER STYLES
****************************************************************/
header.main-header {
  background: #000 url(../images/bg-header.png) no-repeat center;
  padding: 5vh 0;
  max-height: 165px;
  overflow: hidden; }
  header.main-header h1.logo {
    margin: 0;
    color: #d1e751;
    font-size: 3.5em;
    line-height: 1;
    letter-spacing: 1px;
    position: relative;
    top: -8px; }
    header.main-header h1.logo span {
      display: block;
      font-size: 24px;
      font-family: 'Playfair Display', serif;
      text-transform: none;
      font-weight: bold;
      font-style: italic;
      color: #fff; }

/***************************************************************
	FOOTER STYLES
****************************************************************/
/***************************************************************
	HOME PAGE STYLES
****************************************************************/
.hero {
  position: relative; }
  .hero img {
    display: block;
    width: 100%;
    max-width: 100%; }
  .hero .hero-content {
    position: absolute;
    width: 100%;
    display: block;
    bottom: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px 50px; }
    .hero .hero-content h2 {
      font-size: 24px;
      color: #d1e751;
      line-height: 1.4;
      margin: 0; }
    .hero .hero-content h3 {
      font-family: "Lato", sans-serif;
      text-transform: none;
      margin: 10px 0 0;
      font-size: 18px;
      font-style: italic;
      line-height: 1.6; }

#books-form {
  padding: 30px;
  margin-bottom: 30px;
  background: url(../images/bg-form.jpg) no-repeat;
  zoom: 1; }
  #books-form:before, #books-form:after {
    content: "";
    display: table; }
  #books-form:after {
    clear: both; }
  #books-form form {
    display: block;
    float: right;
    width: 100%;
    max-width: 440px; }
  #books-form select {
    display: block;
    width: 100%;
    line-height: 35px;
    height: 35px;
    border: none;
    padding: 0 10px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 30px; }
  #books-form label {
    display: block;
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
    font-style: italic; }
  #books-form input[type="submit"] {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    background: #d1e751;
    border: none;
    cursor: pointer;
    padding: 10px 0;
    border-radius: 4px;
    font-family: "Dosis", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear; }
    #books-form input[type="submit"]:hover {
      background: #dded7e; }
  #books-form .form-block {
    margin-bottom: 20px; }
    #books-form .form-block:last-child {
      margin-top: 20px;
      margin-bottom: 0; }

.cards {
  display: block;
  margin-bottom: 30px;
  border: solid 1px #f2f2f2;
  background-color: #fafafa; }
  .cards img {
    display: block;
    max-width: 100%;
    width: 100%; }
  .cards .card-detail {
    padding: 20px; }
    .cards .card-detail h4 {
      font-size: 18px;
      font-family: "Dosis", sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      margin: 0;
      letter-spacing: 0.04em; }
    .cards .card-detail p {
      font-size: 15px;
      color: #666666;
      line-height: 1.667;
      z-index: 60;
      margin: 20px 0; }
    .cards .card-detail a.btn {
      display: inline-block;
      text-transform: uppercase;
      font-family: "Dosis", sans-serif;
      font-weight: bold;
      font-size: 14px;
      background: #26ade4;
      padding: 8px 16px;
      color: #fff;
      letter-spacing: 0.05em; }
      .cards .card-detail a.btn:hover {
        background: #000; }
  .cards.cards-primary {
    background-color: #26ade4;
    border-color: #188fbf; }
    .cards.cards-primary .cover {
      display: block;
      position: relative; }
      .cards.cards-primary .cover h1 {
        font-size: 48px;
        position: absolute;
        bottom: 20px;
        color: #fff;
        left: 20px;
        margin: 0;
        line-height: 1.2; }
    .cards.cards-primary .card-detail p {
      color: #fff;
      margin-top: 0; }
    .cards.cards-primary a.btn {
      color: #999999;
      background-color: #fff; }

.message {
  padding: 20px;
  zoom: 1; }
  .message:before, .message:after {
    content: "";
    display: table; }
  .message:after {
    clear: both; }
  .message.info {
    background-color: #E6ECFF;
    border: solid 1px #ccd9ff; }

.page-top {
  background-color: #f5f5f5;
  padding: 15px 10px;
  border-bottom: solid 2px #e5e5e5;
  margin-bottom: 30px; }
  .page-top h1 {
    font-size: 18px;
    text-align: center;
    color: #808080;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1;
    margin: 0; }

.page-top + p {
  margin-top: -20px; }

.post-list {
  margin: 0; }
  .post-list .post {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 5px #e5e5e5;
    zoom: 1; }
    .post-list .post:before, .post-list .post:after {
      content: "";
      display: table; }
    .post-list .post:after {
      clear: both; }
    .post-list .post .post-title {
      border-bottom: solid 2px #ccc;
      padding-bottom: 10px;
      padding-left: 20px;
      margin-bottom: 0; }
    .post-list .post .post-thumb, .post-list .post .post-content, .post-list .post .book-thumb {
      display: block;
      float: left; }
    .post-list .post .post-thumb, .post-list .post .book-thumb {
      width: 30%;
      overflow: hidden;
      border-radius: 5px;
      border: solid 1px #ccc; }
      .post-list .post .post-thumb img, .post-list .post .book-thumb img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        height: auto; }
    .post-list .post .book-thumb {
      border: none; }
    .post-list .post .post-content {
      width: 70%; }
      .post-list .post .post-content p {
        font-size: 15px;
        line-height: 1.8; }
      .post-list .post .post-content.no-thumb {
        width: 100%;
        float: none; }
        .post-list .post .post-content.no-thumb .post-title, .post-list .post .post-content.no-thumb .entry {
          padding-left: 0; }
    .post-list .post .post-meta {
      padding-top: 10px;
      font-size: 15px;
      font-style: italic;
      color: #ABABAB; }
      .post-list .post .post-meta a {
        color: #787878;
        font-weight: bold; }
    .post-list .post a.btn {
      display: inline-block;
      text-transform: uppercase;
      font-family: "Dosis", sans-serif;
      font-weight: bold;
      font-size: 14px;
      background: #26ade4;
      padding: 8px 16px;
      color: #fff;
      letter-spacing: 0.05em; }
      .post-list .post a.btn:hover {
        background: #000; }
    .post-list .post .entry {
      padding-left: 20px; }

ul.awards {
  display: block; }
  ul.awards li {
    display: block;
    line-height: 1.8;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0; }

.author {
  display: block;
  zoom: 1;
  border-top: solid 5px #26ade4;
  border-bottom: solid 2px #e5e5e5;
  padding: 30px 0;
  margin: 30px 0; }
  .author:before, .author:after {
    content: "";
    display: table; }
  .author:after {
    clear: both; }
  .author .author-pic {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden; }
    .author .author-pic img {
      width: 100%; }
  .author .author-bio h3 {
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .author a.btn {
    display: inline-block;
    text-transform: uppercase;
    font-family: "Dosis", sans-serif;
    font-weight: bold;
    font-size: 14px;
    background: #26ade4;
    padding: 8px 16px;
    color: #fff;
    letter-spacing: 0.05em; }
    .author a.btn:hover {
      background: #000; }

.related-article {
  border-bottom: solid 5px #26ade4;
  padding-bottom: 40px; }
  .related-article img {
    max-width: 100%;
    height: auto;
    display: block; }
  .related-article h4 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.4; }

.page-optin {
  padding: 40px 0;
  border: solid 1px rgba(38, 173, 228, 0.1);
  border-top: none;
  zoom: 1; }
  .page-optin:before, .page-optin:after {
    content: "";
    display: table; }
  .page-optin:after {
    clear: both; }
  .page-optin input[type="submit"] {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 0 auto; }

.breadcrumbs {
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: gray; }
  .breadcrumbs a {
    color: #666666; }
  .breadcrumbs a:hover {
    color: #333333; }
  .breadcrumbs .breadcrumb, .breadcrumbs li {
    margin: 0;
    display: inline-block; }
  .breadcrumbs li {
    line-height: 1; }
  .breadcrumbs li.active {
    display: none; }

#pagination {
  display: block;
  zoom: 1;
  text-align: center; }
  #pagination:before, #pagination:after {
    content: "";
    display: table; }
  #pagination:after {
    clear: both; }
  #pagination a {
    display: inline-block;
    padding: 0 10px;
    background-color: #000;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    font-family: "Dosis", sans-serif;
    font-weight: bold;
    margin: 0 -1px; }
    #pagination a.page-prev, #pagination a.page-next {
      width: 40px; }
    #pagination a.page-prev:before, #pagination a.page-next:before {
      font-family: "FontAwesome"; }
    #pagination a.page-prev:before {
      content: "\f104"; }
    #pagination a.page-next:before {
      content: "\f105"; }
    #pagination a:hover {
      background-color: #26ade4; }
    #pagination a.current {
      background-color: #26ade4; }

.content-full {
  width: 100%;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  border: solid 1px #cfdae4;
  display: block;
  padding: 30px; }
  .content-full:before {
    content: "";
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    border: solid 1px #cfdae4;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: -1; }

.btn {
  display: inline-block;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 8px 16px; }
  .btn.rounded {
    border-radius: 20px; }
  .btn.btn-small {
    font-size: 13px;
    padding: 8px 12px;
    line-height: 1; }
  .btn.btn-medium {
    font-size: 16px;
    padding: 10px 16px;
    line-height: 1.4; }
  .btn.btn-larger {
    font-size: 18px;
    padding: 14px 18px;
    line-height: 1.4; }
  .btn.btn-primary {
    background: #26ade4;
    color: #fff; }
    .btn.btn-primary:hover {
      background: #188fbf; }
  .btn.btn-warning {
    background: #FDCA01;
    color: #000; }
    .btn.btn-warning:hover {
      background: #caa101; }

img {
  max-width: 100%; }

.wp-caption {
  position: relative;
  background-color: whitesmoke;
  border: solid 1px #ebebeb;
  max-width: 100%;
  padding: 5px; }
  .wp-caption .wp-caption-text {
    position: relative;
    margin: 5px 0;
    font-weight: bold;
    font-style: italic;
    text-align: center; }

.search-term {
  color: #D85030; }

.popup-optin {
  padding: 20px;
  text-align: center; }

ul.check-list {
  margin: 0 0 30px;
  display: block; }
  ul.check-list li {
    display: block;
    line-height: 1.8;
    padding-bottom: 6px; }
    ul.check-list li:before {
      color: #659F13;
      content: "\f00c";
      font-family: "FontAwesome";
      padding-right: 10px; }

.transformation-title {
  background-color: #26ade4;
  color: #fff;
  margin: 30px 0;
  padding: 10px 0; }

.popmake-title {
  text-align: center !important;
  font-family: "Dosis", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  margin-bottom: 30px; }

/***************************************************************
	SIDEBAR STYLES
****************************************************************/
.sidebar.members {
  width: 25%;
  margin: 0; }
  .sidebar.members .widget {
    margin: 0 0 20px; }
    .sidebar.members .widget:last-child {
      margin-bottom: 0; }

.widget {
  margin: 0 20px 20px;
  padding: 20px;
  border: solid 1px #bdd9e6; }
  .widget:last-child {
    margin-bottom: 0; }
  .widget:first-child {
    margin-top: 0; }
  .widget a {
    color: #595959;
    font-weight: bold; }
  .widget a:hover {
    color: #188fbf; }
  .widget h3.widget-title {
    font-weight: 600;
    color: #26ade4;
    margin-top: 0;
    margin-bottom: 20px; }
  .widget.ad-widget {
    border: none;
    padding: 0; }
    .widget.ad-widget a {
      display: block; }
    .widget.ad-widget img {
      display: block;
      width: 100%;
      height: auto; }
  .widget.optin-sidebar {
    margin-top: 0;
    border: solid 1px #bdd9e6;
    overflow: hidden;
    padding: 0; }
    .widget.optin-sidebar .title-area {
      text-align: center;
      background-color: #f2fbff;
      position: relative;
      padding: 40px;
      border-bottom: solid 2px #26ade4;
      position: relative; }
      .widget.optin-sidebar .title-area:after {
        content: "\f003";
        font-family: "FontAwesome";
        position: absolute;
        border-radius: 50px;
        color: #fff;
        background-color: #26ade4;
        width: 40px;
        height: 40px;
        line-height: 38px;
        left: 0;
        right: 0;
        bottom: -20px;
        margin: auto; }
      .widget.optin-sidebar .title-area h1 {
        font-size: 48px;
        margin: 0;
        line-height: 1;
        color: #26ade4; }
      .widget.optin-sidebar .title-area span {
        display: block;
        padding-bottom: 5px;
        font-family: "Playfair Display", serif;
        text-transform: none;
        font-weight: bold;
        font-style: italic;
        font-size: 24px; }
      .widget.optin-sidebar .title-area h3 {
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 0; }
    .widget.optin-sidebar .optin-content {
      padding: 20px;
      background-color: #fff;
      text-align: center; }
      .widget.optin-sidebar .optin-content p {
        padding-top: 20px;
        margin: 0 0 30px;
        font-weight: bold;
        font-size: 15px;
        color: gray; }
    .widget.optin-sidebar form {
      display: block;
      zoom: 1;
      background-color: #e6e6e6; }
      .widget.optin-sidebar form:before, .widget.optin-sidebar form:after {
        content: "";
        display: table; }
      .widget.optin-sidebar form:after {
        clear: both; }
      .widget.optin-sidebar form input {
        display: block;
        float: left;
        line-height: 40px;
        height: 40px;
        border: none;
        padding: 0 10px;
        outline: none;
        background: transparent; }
      .widget.optin-sidebar form input[type="text"] {
        width: 65%; }
      .widget.optin-sidebar form input[type="submit"] {
        background-color: #26ade4;
        width: 35%;
        font-family: "Dosis", sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        cursor: pointer;
        border-radius: 0;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
        .widget.optin-sidebar form input[type="submit"]:hover {
          background-color: #157ea9; }
  .widget.trending-widget {
    background-color: #fff;
    padding: 20px;
    border: solid 1px #bdd9e6; }
    .widget.trending-widget ul {
      margin: 0; }
    .widget.trending-widget .article {
      display: block;
      margin: 0 0 10px;
      padding: 0 0 10px;
      border-bottom: solid 1px #f2f2f2;
      zoom: 1; }
      .widget.trending-widget .article:before, .widget.trending-widget .article:after {
        content: "";
        display: table; }
      .widget.trending-widget .article:after {
        clear: both; }
      .widget.trending-widget .article:last-child {
        margin-bottom: 0;
        border-bottom: 0; }
      .widget.trending-widget .article .thumbnail {
        display: block;
        position: relative;
        float: left;
        width: 60px; }
        .widget.trending-widget .article .thumbnail img {
          display: block;
          max-width: 100%; }
      .widget.trending-widget .article .category {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #26ade4;
        color: #fff;
        font-family: "Dosis", sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 0.1em;
        padding: 0 8px;
        font-size: 14px; }
        .widget.trending-widget .article .category a {
          color: #fff; }
      .widget.trending-widget .article .entry {
        display: block;
        float: left;
        width: 200px;
        margin-left: 10px; }
        .widget.trending-widget .article .entry.no-thumb {
          width: 100%;
          float: none;
          margin-left: 0; }
        .widget.trending-widget .article .entry span {
          display: inline-block;
          font-size: 13px; }
      .widget.trending-widget .article h4.title {
        font-family: "Lato", sans-serif;
        margin: 0;
        font-size: 15px;
        font-weight: bold;
        padding-bottom: 0;
        line-height: 1.4;
        border-color: transparent; }
        .widget.trending-widget .article h4.title a {
          color: #000; }
        .widget.trending-widget .article h4.title a:hover {
          color: #188fbf; }
      .widget.trending-widget .article.first .thumbnail {
        float: none;
        width: 100%; }
      .widget.trending-widget .article.first img {
        width: 100%; }
      .widget.trending-widget .article.first h4.title {
        background-color: #000;
        padding: 10px;
        font-family: "Dosis", sans-serif;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.05em;
        margin: 0;
        float: none;
        width: 100%; }
        .widget.trending-widget .article.first h4.title a {
          color: #fff; }
        .widget.trending-widget .article.first h4.title a:hover {
          color: #d9d9d9; }
  .widget.recent_posts {
    padding: 20px;
    background-color: #fff; }
    .widget.recent_posts a {
      display: block;
      line-height: 1.5;
      font-weight: bold;
      padding-bottom: 15px; }
  .widget.widget_nav_menu {
    background-color: #fff; }
    .widget.widget_nav_menu ul {
      display: block;
      margin: 0; }
    .widget.widget_nav_menu li {
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: inherit;
      padding-left: 10px;
      min-height: 40px;
      border-bottom: solid 1px #f2f2f2;
      -webkit-transition: all .3s linear;
      -moz-transition: all .3s linear;
      -ms-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
      .widget.widget_nav_menu li li:first-child {
        border-top: solid 1px #f2f2f2;
        margin-top: 8px; }
      .widget.widget_nav_menu li:last-child, .widget.widget_nav_menu li li:last-child {
        border: none;
        padding-bottom: 0; }
      .widget.widget_nav_menu li.current-menu-item {
        background: none; }
      .widget.widget_nav_menu li:hover {
        background: rgba(38, 173, 228, 0.1); }

/***************************************************************
	FOOTER STYLES
****************************************************************/
footer.main-footer {
  display: block;
  zoom: 1;
  /* Social Nav */
  /* Menu */ }
  footer.main-footer:before, footer.main-footer:after {
    content: "";
    display: table; }
  footer.main-footer:after {
    clear: both; }
  footer.main-footer ul {
    margin: 0; }
  footer.main-footer .social-nav {
    display: block;
    margin: 0;
    color: #26ade4;
    zoom: 1; }
    footer.main-footer .social-nav:before, footer.main-footer .social-nav:after {
      content: "";
      display: table; }
    footer.main-footer .social-nav:after {
      clear: both; }
    footer.main-footer .social-nav li {
      display: inline-block;
      border-right: solid 1px rgba(255, 255, 255, 0.2);
      text-align: center;
      line-height: 30px; }
      footer.main-footer .social-nav li:first-child {
        font-weight: bold;
        text-transform: uppercase;
        font-family: "Dosis", sans-serif;
        font-size: 18px;
        letter-spacing: 0.05em; }
    footer.main-footer .social-nav a {
      color: #fff;
      display: block;
      width: 20px;
      color: #26ade4; }
      footer.main-footer .social-nav a:before {
        font-family: "FontAwesome"; }
    footer.main-footer .social-nav a.facebook:before {
      content: "\f09a"; }
    footer.main-footer .social-nav a.twitter:before {
      content: "\f099"; }
    footer.main-footer .social-nav a.google:before {
      content: "\f1a0"; }
    footer.main-footer .social-nav a.foursquare:before {
      content: "\f180"; }
    footer.main-footer .social-nav a.linkedin:before {
      content: "\f0e1"; }
    footer.main-footer .social-nav a.search:before {
      content: "\f002"; }
  footer.main-footer .menu ul {
    display: block;
    zoom: 1; }
    footer.main-footer .menu ul:before, footer.main-footer .menu ul:after {
      content: "";
      display: table; }
    footer.main-footer .menu ul:after {
      clear: both; }
    footer.main-footer .menu ul li {
      display: inline-block;
      margin-right: 10px;
      position: relative; }
      footer.main-footer .menu ul li:after {
        content: "";
        display: block;
        height: 16px;
        width: 1px;
        position: absolute;
        top: 5px;
        right: -7px;
        background-color: rgba(0, 0, 0, 0.3); }
      footer.main-footer .menu ul li:last-child {
        margin-right: 0; }
        footer.main-footer .menu ul li:last-child:after {
          display: none; }
      footer.main-footer .menu ul li.current-menu-item {
        background: transparent; }
  footer.main-footer .footer-top {
    display: block;
    background-color: #e6e6e6;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    padding: 30px 0px;
    /* 9 */
    padding: 1.875em 0px;
    /* 9 */ }
  footer.main-footer .footer-info {
    background-color: #fff;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    padding: 30px 0px;
    /* 9 */
    padding: 1.875em 0px;
    /* 9 */ }
    footer.main-footer .footer-info .menu a {
      text-transform: uppercase;
      font-family: "Dosis", sans-serif;
      font-weight: 600;
      font-size: 15px;
      color: #404040; }
      footer.main-footer .footer-info .menu a:hover {
        color: black; }
  footer.main-footer .footer-copy {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    padding: 20px 0px;
    /* 9 */
    padding: 1.25em 0px;
    /* 9 */ }
    footer.main-footer .footer-copy p {
      margin: 0;
      color: gray; }
    footer.main-footer .footer-copy .menu li:after {
      height: 14px;
      top: 5px;
      right: -7px;
      background-color: #4d4d4d; }
    footer.main-footer .footer-copy a {
      color: gray; }
      footer.main-footer .footer-copy a:hover {
        color: #bfbfbf; }

#ebook-carousel .owl-item {
  background-color: #fff;
  min-height: 306px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 30px;
  /* 9 */
  padding: 1.875em;
  /* 9 */ }
  #ebook-carousel .owl-item a {
    display: block;
    color: #26ade4;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4; }
    #ebook-carousel .owl-item a:hover {
      color: #157ea9; }
#ebook-carousel img {
  max-height: 170px;
  margin: 0 auto 30px; }

#back-to-top {
  position: fixed;
  background-color: #E28327;
  width: 40px;
  height: 40px;
  bottom: 62px;
  right: -40px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -wibkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  #back-to-top:before {
    color: #fff;
    content: "\f077";
    font-family: "FontAwesome";
    width: 40px;
    height: 40px;
    display: block;
    font-size: 16px;
    line-height: 37px; }
  #back-to-top.show {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1; }

/*** ESSENTIAL STYLES ***/
#site-nav {
  background-color: #26ade4;
  border-top: solid 1px #aee0f5; }
  #site-nav .social-nav {
    display: block;
    margin: 0;
    zoom: 1; }
    #site-nav .social-nav:before, #site-nav .social-nav:after {
      content: "";
      display: table; }
    #site-nav .social-nav:after {
      clear: both; }
    #site-nav .social-nav li {
      display: block;
      float: left;
      border-right: solid 1px rgba(255, 255, 255, 0.2);
      width: 45px;
      text-align: center;
      position: relative; }
      #site-nav .social-nav li:last-child {
        border-right: none; }
    #site-nav .social-nav a {
      color: #fff;
      display: block;
      line-height: 48px;
      background: #188fbf; }
      #site-nav .social-nav a:before {
        font-family: "FontAwesome"; }
      #site-nav .social-nav a:hover {
        background-color: #126d92; }
    #site-nav .social-nav a.facebook:before {
      content: "\f09a"; }
    #site-nav .social-nav a.twitter:before {
      content: "\f099"; }
    #site-nav .social-nav a.google:before {
      content: "\f1a0"; }
    #site-nav .social-nav a.foursquare:before {
      content: "\f180"; }
    #site-nav .social-nav a.linkedin:before {
      content: "\f0e1"; }
    #site-nav .social-nav a.search:before {
      content: "\f002"; }
  #site-nav [class*='column-'] {
    padding: 0; }

.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

/*** SKIN ***/
.sf-menu {
  font-family: "Dosis", sans-serif;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1em;
  /* 9 */
  font-weight: 600; }
  .sf-menu ul {
    min-width: 12em;
    /* allow long menu items to determine submenu width */
    *width: 12em;
    /* no auto sub width for IE7, see white-space comment below */ }
    .sf-menu ul a {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 14px;
      /* 9 */
      font-size: 0.875em;
      /* 9 */ }
  .sf-menu a {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    padding: .75em 1em;
    text-decoration: none;
    zoom: 1;
    /* IE7 */ }
  .sf-menu li {
    white-space: nowrap;
    /* no need for Supersubs plugin */
    *white-space: normal;
    /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background 0.1s;
    transition: background 0.1s; }
  .sf-menu ul li {
    background: #188fbf;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
    .sf-menu ul li:hover {
      background-color: #157ea9; }
  .sf-menu ul ul li {
    background: #157ea9; }
  .sf-menu li:hover, .sf-menu li.sfHover {
    background: #188fbf;
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none; }

/*** ARROWS ***/
.sf-arrows {
  /* styling for both css and generated arrows */
  /* styling for right-facing arrows */ }
  .sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
    /* no CSS arrows for IE7 (lack pseudo-elements) */ }
    .sf-arrows .sf-with-ul:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 1em;
      margin-top: -3px;
      height: 0;
      width: 0;
      /* order of following 3 rules important for fallbacks to work */
      border: 5px solid transparent;
      border-top-color: #dFeEFF;
      /* edit this to suit design (no rgba in IE8) */
      border-top-color: rgba(255, 255, 255, 0.5); }
  .sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white;
    /* IE8 fallback colour */ }
  .sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255, 255, 255, 0.5); }
  .sf-arrows ul li > .sf-with-ul:focus:after,
  .sf-arrows ul li:hover > .sf-with-ul:after,
  .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white; }

/*** ETC ***/
.current-menu-item {
  background-color: #188fbf; }

/*** Mobile Menu ***/
#mobile-menu {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1024px) {
    #mobile-menu {
      display: none; } }
  #mobile-menu .slicknav_btn {
    display: block;
    position: relative;
    color: #fff;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
    #mobile-menu .slicknav_btn span.slicknav_menutxt {
      display: block;
      width: 100%;
      line-height: 40px;
      font-size: 18px; }
  #mobile-menu .slicknav_icon {
    position: absolute;
    right: 20px;
    top: 0px; }
    #mobile-menu .slicknav_icon:after {
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 18px;
      font-weight: normal;
      line-height: 40px;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  #mobile-menu .slicknav_open .slicknav_icon:after {
    content: "\f106"; }
  #mobile-menu ul {
    list-style: none;
    margin: 0; }
    #mobile-menu ul.slicknav_nav {
      background-color: #26ade4;
      width: 100%;
      z-index: 100; }
    #mobile-menu ul ul.slicknav_nav li {
      margin: 0;
      float: none;
      line-height: 40px;
      border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
      #mobile-menu ul ul.slicknav_nav li:last-child {
        border-bottom: none; }
  #mobile-menu ul li {
    display: block; }
  #mobile-menu ul a {
    color: #fff;
    position: relative;
    display: block;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none; }
  #mobile-menu ul li.current-menu-item {
    background-color: transparent; }
  #mobile-menu ul > li > a {
    padding: 0 10px; }
  #mobile-menu ul.sub-menu {
    background-color: #126d92; }
    #mobile-menu ul.sub-menu li {
      padding-left: 10px; }
  #mobile-menu .slicknav_arrow {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 10px;
    height: 40px;
    overflow: hidden; }
    #mobile-menu .slicknav_arrow:before {
      content: "\f067";
      font-family: "FontAwesome";
      display: block;
      height: 40px; }
  #mobile-menu .slicknav_open .slicknav_arrow:before {
    content: "\f068"; }

.content:before {
  content: "";
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  border: solid 1px #cfdae4;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 68.2%;
  display: block;
  z-index: -1; }

.static > table {
  width: 100%;
  vertical-align: top; }
  .static > table td {
    vertical-align: top; }
  .static > table img {
    max-width: 100%;
    height: auto; }
.static img + b {
  display: block;
  margin: 1em; }
.static .post-content {
  padding-left: 30px; }
.static p {
  margin: 1em 0;
  line-height: 1.6;
  font-style: normal; }
.static h3 {
  margin-bottom: 15px; }
.static h1.style2 {
  margin-bottom: 10px; }
.static h1, .static h2, .static h3 {
  font-style: normal; }
.static h2 {
  font-style: normal;
  font-size: 28px; }
.static img[align=right] {
  margin-left: 20px;
  margin-top: 20px; }
.static img[align=left] {
  margin-right: 20px;
  margin-top: 20px; }
.static ul {
  margin-left: 20px;
  font-style: normal;
  list-style-type: disc; }
  .static ul li {
    padding: 5px 0; }
  .static ul.column-6 {
    margin-left: 0; }
.static ol {
  margin-left: 20px;
  font-style: normal;
  list-style-type: decimal; }
  .static ol li {
    padding: 5px 0; }
.static .bordered {
  border: solid 2px #000;
  font-style: normal;
  line-height: 1.6; }
  .static .bordered td {
    border-right: solid 2px #000; }
  .static .bordered tr {
    border-bottom: solid 2px #000; }
.static .video-list {
  font-family: "Lato", sans-serif;
  font-size: 15px; }
  .static .video-list td {
    padding: 6px 10px; }
  .static .video-list a:visited {
    color: #f00 !important; }
.static .center {
  text-align: center; }

td .style89 {
  display: block;
  padding: 10px 0; }

#private {
  width: 72.35%;
  margin-right: 30px;
  float: left;
  padding: 30px; }
  #private:before {
    content: "";
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    border: solid 1px #cfdae4;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 72.35%;
    display: block;
    z-index: -1; }
  #private label {
    width: 50%;
    line-height: 1.5;
    font-family: "Lato", sans-serif;
    font-size: 14px; }
  #private .frm_form_field {
    padding: 15px;
    background-color: whitesmoke;
    margin: 0 0 5px;
    min-height: 60px; }
    #private .frm_form_field:nth-child(odd) {
      background: #fff; }
  #private input, #private textarea {
    border-radius: 0; }
  #private input[type="submit"] {
    display: block;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    position: relative;
    left: 5px;
    background: #26ade4;
    border: none;
    font-family: "Dosis", sans-serif;
    font-weight: bold;
    color: #fff;
    padding: 15px 0;
    font-size: 18px; }
    #private input[type="submit"]:hover {
      background: #188fbf; }

.error {
  display: block;
  background-color: #fff;
  z-index: 5;
  padding: 5em 2em;
  border-radius: 5px 5px 0 0;
  border: solid 1px #cfdae4; }
  .error h1 {
    font-size: 46px; }
  .error img.lock {
    width: 160px; }
  .error h3 {
    padding-top: 20px;
    border-top: solid 1px #f2f2f2;
    text-transform: none; }

.login-modal + div .mfp-content {
  max-width: 300px;
  border-radius: 0 0 5px 5px;
  padding: 1.5em;
  vertical-align: top;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }

.login-modal + .mfp-ready .mfp-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

#login-form h3 {
  display: block;
  text-align: center;
  color: #D85030;
  text-transform: none;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  border-bottom: solid 1px #f2f2f2;
  padding-bottom: 1em;
  margin-bottom: 1em; }
#login-form p {
  margin: 0 0 1em; }
  #login-form p.login-password {
    margin-bottom: 1.5em; }
  #login-form p.login-submit {
    margin-bottom: 0; }
#login-form input {
  display: block;
  width: 100%; }

.sales-wrapper {
  max-width: 1140px;
  padding: 1em;
  display: block;
  border-radius: 1em;
  margin: 1.5em auto;
  font-size: 17px;
  zoom: 1;
  background-color: transparent; }
  .sales-wrapper:before, .sales-wrapper:after {
    content: "";
    display: table; }
  .sales-wrapper:after {
    clear: both; }
  .sales-wrapper .main-header {
    padding: 0;
    max-height: none;
    display: block; }
    .sales-wrapper .main-header img {
      display: block;
      width: 100%; }
  .sales-wrapper .entry {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 0;
    line-height: 1.5;
    font-size: 16px; }
    .sales-wrapper .entry p {
      font-size: 16px; }
      .sales-wrapper .entry p:first-child {
        margin-top: 0; }
    .sales-wrapper .entry ul {
      margin: 0 0 1em;
      padding: 0; }
      .sales-wrapper .entry ul li {
        display: block;
        padding-bottom: 1em; }
    .sales-wrapper .entry h1 {
      line-height: 1.4; }

/* Highlights */
.highlight-yellow {
  background-color: yellow;
  color: #000; }

.highlight-red {
  background-color: red;
  color: #fff; }

.highlight-blue {
  background-color: blue;
  color: #fff; }

.highlight-green {
  background-color: green;
  color: #fff; }

/* Columns */
.columns {
  display: block;
  float: left;
  margin: 0 0 0 4%; }
  .columns:first-child, .columns.first {
    margin-left: 0; }
  .columns .inner {
    padding: 0 1em; }

.size-1-1 {
  width: 100%;
  margin-left: 0;
  float: none; }

.size-1-2 {
  width: 48%; }

.size-1-3 {
  width: 30.66%; }

.size-2-3 {
  width: 65.33%; }

.size-1-4 {
  width: 22%; }

.size-3-4 {
  width: 74%; }

.size-1-5 {
  width: 16.8%; }

.size-2-5 {
  width: 37.6%; }

.size-3-5 {
  width: 58.4%; }

.size-4-5 {
  width: 79.2%; }

.size-1-6 {
  width: 13.33%; }

.size-5-6 {
  width: 82.66%; }

.center {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
  zoom: 1; }
  .center:before, .center:after {
    content: "";
    display: table; }
  .center:after {
    clear: both; }

/* Block */
.row .block {
  margin-bottom: 0; }

.block, .block-inner {
  display: block;
  border: solid 10px;
  border-radius: 10px;
  margin: 1em 0 1em 4%;
  background-color: #fff;
  float: left;
  padding: 1.5em 2em; }
  .block:first-child, .block-inner:first-child {
    margin-left: 0; }
  .block.style-1, .block-inner.style-1 {
    border-color: #000; }
  .block.style-2, .block-inner.style-2 {
    border-color: #8B0000; }
  .block.style-3, .block-inner.style-3 {
    border-color: #e5e600; }
  .block.style-4, .block-inner.style-4 {
    border-color: green; }
  .block.center, .block-inner.center {
    float: none !important;
    margin-left: auto;
    margin-right: auto; }

.block-inner {
  padding: 1em; }

/* List Styles */
.sales-wrapper .list {
  display: block;
  margin: 0;
  zoom: 1; }
  .sales-wrapper .list:before, .sales-wrapper .list:after {
    content: "";
    display: table; }
  .sales-wrapper .list:after {
    clear: both; }
  .sales-wrapper .list ul {
    margin: 1em 0; }
    .sales-wrapper .list ul li {
      position: relative;
      padding-left: 34px;
      line-height: 1.5;
      text-align: left; }
      .sales-wrapper .list ul li:before {
        content: '';
        display: block;
        position: absolute;
        width: 24px;
        height: 24px;
        top: -1px;
        left: 0; }
  .sales-wrapper .list.style-1 li:before {
    background: url(../images/check.png) no-repeat; }
  .sales-wrapper .list.style-2 li:before {
    background: url(../images/error.png) no-repeat; }
  .sales-wrapper .list.style-3 li:before {
    background: url(https://theelitephysique.com/wp-content/themes/tep/images/star.png) no-repeat; }

.sales-header {
  margin: -1.5em -2em 0; }
  .sales-header a {
    display: block; }
  .sales-header img {
    display: block;
    width: 100%;
    height: auto; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  zoom: 1; }
  .centered:before, .centered:after {
    content: "";
    display: table; }
  .centered:after {
    clear: both; }

.alignleft, .alignright {
  margin-top: 0;
  margin-bottom: 1.5em; }

img.alignleft {
  margin-right: 1.5em; }

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

img.full {
  max-width: none;
  width: 100%;
  height: auto; }

/*# sourceMappingURL=style.css.map */