/*
Theme Name: Inside out health and wellness
Theme URI: Inside out health and wellness
Author: Inside out health and wellness
Author URI: Inside out health and wellness
Description: Custom Theme Inside out health and wellness
Version: 0.1
License: GNU General Public License
License URI: license.txt
Tags: Inside out Health + Wellness
Based on _strap [https://github.com/ptbello/_strap], a mashup of _s [https://github.com/Automattic/_s] and Bootstrap [https://github.com/twitter/bootstrap]
*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* MAIN THEME COLOR */
/* PARAGRAPH DEFAULT COLOR */
/* HEADING COLOR */
/* LINK COLOR */
/* BUTTON */
@import url(includes/css/sk-social-font.css);
@import url(includes/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/* line 1, scss/components/_reset.scss */
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;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 20, scss/components/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 24, scss/components/_reset.scss */
body {
  line-height: 1.6;
}

/* line 27, scss/components/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 30, scss/components/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 33, scss/components/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 38, scss/components/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'bebas-reg';
  src: url("includes/fonts/bebas-reg.ttf") format("truetype");
}
@font-face {
  font-family: 'bebas-bold';
  src: url("includes/fonts/bebas-bold.ttf") format("truetype");
}
/* line 18, scss/components/_base.scss */
body {
  font-family: "Open Sans", sans-serif;
}

/* Text meant only for screen readers */
/* line 22, scss/components/_base.scss */
.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
/* line 28, scss/components/_base.scss */
.screen-reader-text:hover, .screen-reader-text:focus, .screen-reader-textactive {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* line 48, scss/components/_base.scss */
.widget-pattern {
  background: url(includes/pattern.png) !important;
  height: 20px;
  margin-left: 30px !important;
}



/* line 56, scss/components/_base.scss */
.et_pb_widget_area h1 {
  font-size: 1.35em !important;
}
/* line 61, scss/components/_base.scss */
.et_pb_widget_area ul li {
  padding: 5px 0;
}
/* line 63, scss/components/_base.scss */
.et_pb_widget_area ul li a {
  padding-top: 5px;
  color:  !important;
  border-top: 1px solid #eeeeee;
}

/* line 76, scss/components/_base.scss */
.ninja-forms-all-fields-wrap input, .ninja-forms-all-fields-wrap textarea, .ninja-forms-all-fields-wrap select {
  border: none;
  border-bottom: 2px solid #ccc;
  padding-right: 10px;
  width: 100% !important;
  margin-bottom: 15px !important;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 84, scss/components/_base.scss */
.ninja-forms-all-fields-wrap input:hover, .ninja-forms-all-fields-wrap textarea:hover, .ninja-forms-all-fields-wrap select:hover, .ninja-forms-all-fields-wrap input:focus, .ninja-forms-all-fields-wrap textarea:focus, .ninja-forms-all-fields-wrap select:focus {
  border-color: #222;
}
/* line 92, scss/components/_base.scss */
.ninja-forms-all-fields-wrap textarea {
  border: 2px solid #ccc;
  padding: 15px;
  border-radius: 3.5px;
}
/* line 99, scss/components/_base.scss */
.ninja-forms-all-fields-wrap .ninja-forms-required-items {
  display: none;
}
/* line 103, scss/components/_base.scss */
.ninja-forms-all-fields-wrap label {
  font-size: 1.3em !important;
  color: #222222 !important;
  letter-spacing: 0.1em;
  margin-top: 10px;
  font-weight: normal !important;
  font-family: "bebas-bold" !important;
}
/* line 112, scss/components/_base.scss */
.ninja-forms-all-fields-wrap input[type="submit"], .ninja-forms-all-fields-wrap textarea[type="submit"], .ninja-forms-all-fields-wrap select[type="submit"] {
  text-transform: uppercase;
}
/* line 117, scss/components/_base.scss */
.ninja-forms-all-fields-wrap select {
  border: 1px solid #ccc;
  padding: 10px;
}
/* line 123, scss/components/_base.scss */
.ninja-forms-all-fields-wrap input[type="radio"], .ninja-forms-all-fields-wrap textarea[type="radio"], .ninja-forms-all-fields-wrap select[type="radio"] {
  display: inline-block !important;
  width: auto !important;
  margin-right: 10px !important;
}

/* line 130, scss/components/_base.scss */
.et_pb_with_background {
  background-position: right top !important;
}

@media (max-width: 991px) {
  /* line 141, scss/components/_base.scss */
  .widget-pattern {
    margin-left: 0px !important;
  }

  /* line 147, scss/components/_base.scss */
  .et_divi_builder #et_builder_outer_content .et_pb_section {
    padding: 5px 0 !important;
  }
}
/* line 1, scss/components/_typography.scss */
body {
  font-size: 1.5em;
}

/* line 5, scss/components/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "bebas-bold" !important;
  line-height: 1em;
  color: black;
}

/* line 15, scss/components/_typography.scss */
h1 {
  font-size: 5em;
}

/* line 19, scss/components/_typography.scss */
p {
  line-height: 1.6em;
  font-size: 1.05em;
}

/* line 24, scss/components/_typography.scss */
.primary-header h1 {
  font-size: 6em;
}
/* line 26, scss/components/_typography.scss */
.primary-header h1:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 3px;
  background-color: #d8b728;
  margin-bottom: 1.25rem;
}

/* line 36, scss/components/_typography.scss */
.inner-page-header h1 {
  font-size: 5em;
}
/* line 38, scss/components/_typography.scss */
.inner-page-header h1:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 3px;
  background-color: #d8b728;
  margin-bottom: 1.25rem;
}

/* line 48, scss/components/_typography.scss */
.secondary-header h3 {
  font-size: 2em;
  margin-bottom: 1em !important;
}
/* line 51, scss/components/_typography.scss */
.secondary-header h3:before {
  content: "";
  display: block;
  width: 2.8em;
  height: 3px;
  background-color: #fff;
  margin-bottom: 1.2rem;
}

/* line 62, scss/components/_typography.scss */
.secondary-header h4 {
  font-size: 2em;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-family: "bebas-reg" !important;
}

/* line 68, scss/components/_typography.scss */
.secondary-header h5 {
  font-size: 1.7em;
  line-height: 1.2;
  font-family: "bebas-reg" !important;
}

/* line 77, scss/components/_typography.scss */
.para a {
  text-decoration: none;
  border-bottom: solid 3px #d8b728;
}
/* line 82, scss/components/_typography.scss */
.para a:hover {
  text-decoration: none;
  color: #d8b728;
}

/* line 91, scss/components/_typography.scss */
.news-blog-post h1 {
  font-size: 2em;
  margin-top: 10%;
  margin-bottom: 1em !important;
}
/* line 95, scss/components/_typography.scss */
.news-blog-post h1:before {
  content: "";
  display: block;
  width: 1.8em;
  height: 3px;
  background-color: #d8b728;
  margin-bottom: 2.2rem;
}

@media (max-width: 991px) {
  /* line 109, scss/components/_typography.scss */
  .inner-page-header h1 {
    font-size: 4em;
    padding-top: 13%;
  }

  /* line 114, scss/components/_typography.scss */
  .primary-header h1 {
    font-size: 4em;
    padding-top: 8%;
  }
}
@media (max-width: 767px) {
  /* line 130, scss/components/_typography.scss */
  .inner-page-header h1 {
    font-size: 2.7em;
    padding-top: 20%;
  }

  /* line 135, scss/components/_typography.scss */
  .primary-header h1 {
    font-size: 3em;
    padding-top: 50%;
  }

  /* line 141, scss/components/_typography.scss */
  .secondary-header h3 {
    margin-bottom: 5px !important;
  }
}
/*
button-variant-darken($color, $background);
button-variant-lighten($color, $background);
button-variant-multi($color, $color-hover, $background, $background-hover);
button-variant-transparent($color, $color-hover, $border-color, $border-color-hover, $border-size)
*/
/* button-font-style($text-transform, $font-weight) */
/* button-radius($radius) */
/* button-size($padding-vertical, $padding-horizontal, $font-size, $line-height, $border-radius) */
/* button-spacing($margin) */
/* line 16, scss/components/_button.scss */
.btn-sk {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
}

/* line 27, scss/components/_button.scss */
.btn-sk-lg {
  padding: 15px 50px !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  border-radius: 5px !important;
}

/* line 30, scss/components/_button.scss */
.btn-sk-md {
  padding: 12px 40px !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  border-radius: 5px !important;
}

/* line 33, scss/components/_button.scss */
.btn-sk-nm, .btn-multi {
  padding: 10px 35px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
}

/* line 36, scss/components/_button.scss */
.btn-sk-sm {
  padding: 5px 20px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
}

/* ---------------------------- Button Style -------------------*/
/* line 43, scss/components/_button.scss */
.btn-theme {
  color: #ffffff;
  background-color: blue;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 6, scss/components/_mixins.scss */
.btn-theme:focus, .btn-theme.focus {
  color: #ffffff;
  background-color: #000099;
}
/* line 11, scss/components/_mixins.scss */
.btn-theme:hover {
  color: #ffffff;
  background-color: #000099;
}

/* line 48, scss/components/_button.scss */
.btn-theme-transparent {
  color: #333;
  background-color: transparent;
  border: 2px solid #333;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 60, scss/components/_mixins.scss */
.btn-theme-transparent:focus, .btn-theme-transparent.focus {
  color: #888;
  border: 2px solid #888;
}
/* line 66, scss/components/_mixins.scss */
.btn-theme-transparent:hover {
  color: #888;
  border: 2px solid #888;
}

/* line 55, scss/components/_button.scss */
.btn-more {
  color: #fff;
  background-color: #555;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capital;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 24, scss/components/_mixins.scss */
.btn-more:focus, .btn-more.focus {
  color: #fff;
  background-color: #888888;
}
/* line 29, scss/components/_mixins.scss */
.btn-more:hover {
  color: #fff;
  background-color: #888888;
}

/* line 61, scss/components/_button.scss */
.btn-multi {
  color: #eee !important;
  background-color: red !important;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 41, scss/components/_mixins.scss */
.btn-multi:focus, .btn-multi.focus {
  color: #fff !important;
  background-color: blue !important;
}
/* line 46, scss/components/_mixins.scss */
.btn-multi:hover {
  color: #fff !important;
  background-color: blue !important;
}

/* line 66, scss/components/_button.scss */
.btn-demo {
  color: #555;
  background-color: transparent;
  border: 5px solid #555;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 5px 20px !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  border-radius: 5px !important;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0px;
}
/* line 60, scss/components/_mixins.scss */
.btn-demo:focus, .btn-demo.focus {
  color: #222;
  border: 5px solid #222;
}
/* line 66, scss/components/_mixins.scss */
.btn-demo:hover {
  color: #222;
  border: 5px solid #222;
}

/* line 75, scss/components/_button.scss */
.book-btn a {
  color: #000000 !important;
  background-color: #d8b728 !important;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 8px 12px !important;
  font-size: inherit !important;
  line-height: 1 !important;
  border-radius: 3px !important;
  margin-top: 17px;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
}
/* line 41, scss/components/_mixins.scss */
.book-btn a:focus, .book-btn a.focus {
  color: #d8b728 !important;
  background-color: #000000 !important;
}
/* line 46, scss/components/_mixins.scss */
.book-btn a:hover {
  color: #d8b728 !important;
  background-color: #ffffff !important;
}

/* line 86, scss/components/_button.scss */
.btn-banner {
  color: #ffffff !important;
  background-color: transparent !important;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 3px solid #d8b728;
  font-size: 1.5em;
  line-height: 1.5em;
  font-family: bebas-reg;
  letter-spacing: .08em;
  display: inline-block;
  margin-right: 15px;
}
/* line 41, scss/components/_mixins.scss */
.btn-banner:focus, .btn-banner.focus {
  color: #d8b728 !important;
  background-color: transparent !important;
}
/* line 46, scss/components/_mixins.scss */
.btn-banner:hover {
  color: #d8b728 !important;
  background-color: transparent !important;
}

/* line 100, scss/components/_button.scss */
.blog_back_btn {
  padding: 8px 12px !important;
  font-size: 1.5em !important;
  line-height: 1 !important;
  border-radius: 3px !important;
  color: #222222;
  background-color: transparent;
  border: 1px solid #222222;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #ffffff;
  font-family: "bebas-bold" !important;
}
/* line 60, scss/components/_mixins.scss */
.blog_back_btn:focus, .blog_back_btn.focus {
  color: #d8b728;
  border: 1px solid #d8b728;
}
/* line 66, scss/components/_mixins.scss */
.blog_back_btn:hover {
  color: #d8b728;
  border: 1px solid #d8b728;
}
/* line 105, scss/components/_button.scss */
.blog_back_btn:hover, .blog_back_btn:focus {
  text-decoration: none;
}

/* line 110, scss/components/_button.scss */
.btn-req {
  padding: 8px 12px !important;
  font-size: 1.2em !important;
  line-height: 1 !important;
  border-radius: 0px !important;
  color: #222222;
  background-color: transparent;
  border: 1px solid #222222;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 20px 0;
  font-family: "bebas-reg" !important;
}
/* line 60, scss/components/_mixins.scss */
.btn-req:focus, .btn-req.focus {
  color: #d8b728;
  border: 1px solid #d8b728;
}
/* line 66, scss/components/_mixins.scss */
.btn-req:hover {
  color: #d8b728;
  border: 1px solid #d8b728;
}
/* line 115, scss/components/_button.scss */
.btn-req:hover, .btn-req:focus {
  text-decoration: none;
}

/* line 120, scss/components/_button.scss */
.btn-book-class {
  padding: 8px 12px !important;
  font-size: 1.2em !important;
  line-height: 1 !important;
  border-radius: 3px !important;
  color: #222222;
  background-color: transparent;
  border: 1px solid #222222;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "bebas-bold" !important;
}
/* line 60, scss/components/_mixins.scss */
.btn-book-class:focus, .btn-book-class.focus {
  color: #d8b728;
  border: 1px solid #d8b728;
}
/* line 66, scss/components/_mixins.scss */
.btn-book-class:hover {
  color: #d8b728;
  border: 1px solid #d8b728;
}
/* line 124, scss/components/_button.scss */
.btn-book-class:hover, .btn-book-class:focus {
  text-decoration: none;
}

/* line 129, scss/components/_button.scss */
.btn-cert-block {
  padding: 20px 12px !important;
  font-size: 1.2em !important;
  line-height: 1 !important;
  border-radius: 2px !important;
  color: #222222;
  background-color: transparent;
  border: 1px solid #222222;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "bebas-reg" !important;
  display: block;
  margin: 20px 0;
}
/* line 60, scss/components/_mixins.scss */
.btn-cert-block:focus, .btn-cert-block.focus {
  color: #d8b728;
  border: 1px solid #d8b728;
}
/* line 66, scss/components/_mixins.scss */
.btn-cert-block:hover {
  color: #d8b728;
  border: 1px solid #d8b728;
}
/* line 135, scss/components/_button.scss */
.btn-cert-block:hover, .btn-cert-block:focus {
  text-decoration: none;
}

/* line 140, scss/components/_button.scss */
input[type="submit"], .ninja-forms-all-fields-wrap textarea[type="submit"], .ninja-forms-all-fields-wrap select[type="submit"] {
  padding: 20px 12px !important;
  font-size: 1.5em !important;
  line-height: 1 !important;
  border-radius: 2px !important;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #222222;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #222222;
  font-family: "bebas-bold" !important;
  display: block;
  text-transform: uppercase;
}
/* line 60, scss/components/_mixins.scss */
input[type="submit"]:focus, .ninja-forms-all-fields-wrap textarea[type="submit"]:focus, .ninja-forms-all-fields-wrap select[type="submit"]:focus, input[type="submit"].focus, .ninja-forms-all-fields-wrap textarea[type="submit"].focus, .ninja-forms-all-fields-wrap select[type="submit"].focus {
  color: #d8b728;
  border: 1px solid #d8b728;
}
/* line 66, scss/components/_mixins.scss */
input[type="submit"]:hover, .ninja-forms-all-fields-wrap textarea[type="submit"]:hover, .ninja-forms-all-fields-wrap select[type="submit"]:hover {
  color: #d8b728;
  border: 1px solid #d8b728;
}

/* CSS FOR THE MENU----------------------------------------------------------------------------- */
/* line 3, scss/components/_header.scss */
.site-navigation {
  font-family: "bebas-bold" !important;
  font-size: 1.25em !important;
}
/* line 7, scss/components/_header.scss */
.site-navigation .header-logo .img-responsive {
  max-height: 70px;
  margin-top: 15px;
  max-width: 190px;
}

/* line 13, scss/components/_header.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: 0px solid #333;
  /*Border for navbar*/
  border-radius: 0px;
  /*Main radius navbar*/
}

/* line 23, scss/components/_header.scss */
.navbar-default .navbar-nav > li:not(:last-child) > a {
  color: #d8b728;
  padding-top: 25px;
  padding-bottom: 25px;
  padding: 25px 20px;
  letter-spacing: 1px;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000000 50%);
  transition: background-position 0.3s;
  /* List color in Normal state */
}

/* line 36, scss/components/_header.scss */
.navbar-default {
  background-color: transparent;
  /* Background Color for navbar Body*/
}

/* line 41, scss/components/_header.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #d8b728;
  background-position: 0 -100%;
}
/* line 47, scss/components/_header.scss */
.navbar-default .navbar-nav > .active > a:before,
.navbar-default .navbar-nav > .active > a:hover:before,
.navbar-default .navbar-nav > .active > a:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 3px solid #fff;
}

/* line 58, scss/components/_header.scss */
.navbar-default .navbar-nav > li:not(:last-child) > a:hover,
.navbar-default .navbar-nav > li:not(:last-child) > a:focus {
  background-position: 0 -100%;
}
/* line 62, scss/components/_header.scss */
.navbar-default .navbar-nav > li:not(:last-child) > a:hover:before,
.navbar-default .navbar-nav > li:not(:last-child) > a:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 3px solid #fff;
}

/* line 73, scss/components/_header.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  /* List color for Open Parent of Dropdown*  |  Active, Hover and Focus */
  background-color: #333;
  /* Background color of open parent  |  Active, Hover and Focus*/
  background-position: 0 -100%;
}

/* line 83, scss/components/_header.scss */
.sub-menu {
  display: none;
}

/* line 87, scss/components/_header.scss */
.dropdown {
  position: relative;
}
/* line 90, scss/components/_header.scss */
.dropdown a:after {
  font-family: 'FontAwesome';
  content: '\f107';
  margin-left: 10px;
}
/* line 97, scss/components/_header.scss */
.dropdown ul {
  position: absolute;
  background-color: #ffffff;
  padding: 10px 15px;
  min-width: 250px;
  z-index: 999;
}
/* line 105, scss/components/_header.scss */
.dropdown .sub-menu li {
  display: block;
}
/* line 107, scss/components/_header.scss */
.dropdown .sub-menu li a {
  padding: 10px 10px;
  display: inline-block;
  color: #222222;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 112, scss/components/_header.scss */
.dropdown .sub-menu li a:after {
  content: '';
}
/* line 115, scss/components/_header.scss */
.dropdown .sub-menu li a:hover {
  text-decoration: none;
  color: #d8b728;
}
/* line 123, scss/components/_header.scss */
.dropdown .sub-menu .canada-icon:before {
  content: url("includes/canFlag.png");
  display: inline-block;
}
/* line 131, scss/components/_header.scss */
.dropdown .sub-menu .us-icon:before {
  content: url("includes/USFlag.png");
  display: inline-block;
}
/* line 139, scss/components/_header.scss */
.dropdown .sub-menu .uk-icon:before {
  content: url("includes/UKFlag.png");
  display: inline-block;
}

/* line 146, scss/components/_header.scss */
.dropdown .sub-menu .germany-icon:before {
  content: url("includes/GermFlag.png");
  display: inline-block;
}
@media (max-width: 991px) {
  /* line 150, scss/components/_header.scss */
  .site-navigation {
    font-size: 1em !important;
  }

  /* line 156, scss/components/_header.scss */
  .navbar-default .navbar-nav > li:not(:last-child) > a {
    padding: 25px 10px;
    letter-spacing: 1px;
  }
}
/* line 167, scss/components/_header.scss */
.mobile-btn {
  position: absolute;
  top: 14px;
  right: 55px;
  display: none;
}

@media (max-width: 767px) {
  /* line 176, scss/components/_header.scss */
  .mobile-btn {
    display: inline-block;
  }

  /* line 180, scss/components/_header.scss */
  #main-menu .book-btn {
    display: none;
  }

  /* line 184, scss/components/_header.scss */
  .navbar-default {
    /* Background Color for navbar Body*/
  }

  /* line 189, scss/components/_header.scss */
  .navbar-nav {
    background-color: #222222;
    padding-bottom: 15px;
  }

  /* line 193, scss/components/_header.scss */
  .site-navigation-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 197, scss/components/_header.scss */
  .site-navigation-inner .header-logo .img-responsive {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
  }

  /* line 204, scss/components/_header.scss */
  .sub-menu {
    display: block;
  }

  /* line 209, scss/components/_header.scss */
  .dropdown {
    background-color: #222222 !important;
  }

  /* line 212, scss/components/_header.scss */
  .dropdown ul {
    position: relative;
    background-color: #ffffff !important;
  }
}
/* line 1, scss/components/_home.scss */
.home-page-hero-video {
  min-height: 530px;
  background-color: #555555 !important;
}

/* line 6, scss/components/_home.scss */
.et_divi_builder #et_builder_outer_content .et_pb_section_video_bg {
  background-color: transparent !important;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #000000) !important;
}
/* line 10, scss/components/_home.scss */
.et_divi_builder #et_builder_outer_content .et_pb_section_video_bg video {
  position: absolute;
  z-index: -1;
}

/* line 3, scss/components/_about.scss */
.et_divi_builder #et_builder_outer_content .bg_linear {
  position: relative;
}
/* line 5, scss/components/_about.scss */
.et_divi_builder #et_builder_outer_content .bg_linear:before {
  content: '';
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85)) !important;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100%;
}

/* line 17, scss/components/_about.scss */
.et_divi_builder #et_builder_outer_content .et_pb_row {
  width: 100% !important;
}

/* line 22, scss/components/_about.scss */
.customer-review .et_pb_testimonial_description_inner {
  margin-top: 50px !important;
}
/* line 24, scss/components/_about.scss */
.customer-review .et_pb_testimonial_description_inner h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  margin-top: 20px !important;
}
/* line 31, scss/components/_about.scss */
.customer-review .et_pb_testimonial_description_inner p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
}
/* line 36, scss/components/_about.scss */
.customer-review .et_pb_testimonial_description_inner:before {
  font-family: 'FontAwesome';
  content: '\f27b' !important;
  font-size: 3em;
  position: absolute;
  top: -25px;
  color: #999;
}

/* line 50, scss/components/_about.scss */
.et_divi_builder #et_builder_outer_content .et_pb_row {
  width: 100% !important;
}

@media (max-width: 1270px) {
  /* line 55, scss/components/_about.scss */
  .et_divi_builder #et_builder_outer_content .et_pb_row {
    width: 80% !important;
  }
}
@media (max-width: 767px) {
  /* line 64, scss/components/_about.scss */
  .customer-review .et_pb_testimonial_description_inner:before {
    font-family: 'FontAwesome';
    content: '\f27b' !important;
    font-size: 3em;
    position: absolute;
    top: -80px;
    color: #999;
  }
}
/* line 4, scss/components/_faq.scss */
#faq_section .et_pb_toggle_open .et_pb_toggle_title {
  padding-left: 0px !important;
}
/* line 8, scss/components/_faq.scss */
#faq_section .et_pb_toggle_title {
  font-size: 1.5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #333;
  padding-left: 35px !important;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 16, scss/components/_faq.scss */
#faq_section .et_pb_toggle_title:before {
  content: "\e050";
  position: absolute;
  left: 0px;
  font-size: 25px !important;
  color: #333 !important;
  top: 50%;
  margin-top: -0.5em;
}
/* line 28, scss/components/_faq.scss */
#faq_section .et_pb_toggle {
  border: none !important;
  border-bottom: solid 1px #ddd !important;
}
/* line 33, scss/components/_faq.scss */
#faq_section .et_pb_toggle_close {
  background-color: transparent !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
/* line 39, scss/components/_faq.scss */
#faq_section .et_pb_module {
  margin-bottom: 0px !important;
}

/* line 1, scss/components/_classes.scss */
.class_row {
  border-bottom: 1px solid #ccc !important;
  padding-top: 4% !important;
  padding-bottom: 4% !important;
}
/* line 5, scss/components/_classes.scss */
.class_row .et_pb_column_1_2 {
  width: 65% !important;
}
/* line 8, scss/components/_classes.scss */
.class_row .et_pb_column_1_4 {
  width: 17% !important;
}
/* line 12, scss/components/_classes.scss */
.class_row h3 {
  font-size: 1.7em;
  color: #d8b728;
}
/* line 17, scss/components/_classes.scss */
.class_row p {
  font-size: 1.1em;
  line-height: 1.7;
}

/* line 2, scss/components/_privacy.scss */
.privacy-list ul {
  margin-left: 25px !important;
}
/* line 4, scss/components/_privacy.scss */
.privacy-list ul li {
  padding: 8px 0;
}

/* line 4, scss/components/_blog.scss */
.news-header h1 {
  font-size: 1.55em;
  margin-top: -16px;
  //margin-bottom: 10px;
}
/* line 8, scss/components/_blog.scss */
.news-header h1:before {
  content: "";
  display: block;
  
  height: 3.8px;
  background-color: #000c;
  margin-bottom: 2.2rem;
  z-index: 99;
}
/* line 18, scss/components/_blog.scss */
.news-header h1 a {
  color: #333333;
  text-decoration: none;
}
/* line 21, scss/components/_blog.scss */
.news-header h1 a:hover {
  text-decoration: none;
}

/* line 28, scss/components/_blog.scss */
.news-thumbnail {
  padding-bottom: 0px;
}
/* line 31, scss/components/_blog.scss */
.news-thumbnail article {
  margin: 15px 0;
  background-color: #d8b728;
  border-radius: 5px;
  border: 1px solid #d8b728;
  padding: 15px;
  min-height: 350px;
  //max-height: 380px;

}

@media(max-width:767px){
    .news-thumbnail article {
        min-height: 150px;
        }
    }
/* line 40, scss/components/_blog.scss */
.news-thumbnail article span {
  font-family: "bebas-bold" !important;
  color: #777;
  font-size: 1em;
  margin-bottom:15px;
  display: block;
  
}
/* line 49, scss/components/_blog.scss */
.news-thumbnail h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25em;
  margin-top: 5px;
  color: #000;
  margin-bottom: 15px;
}

/* line 58, scss/components/_blog.scss */
.blog_back_btn {
  display: inline-block;
  margin-top: 3.8% !important;
  margin-bottom: 2%;
}

/* line 63, scss/components/_blog.scss */
.news_single_page {
  padding-bottom: 10%;
}
/* line 67, scss/components/_blog.scss */
.news_single_page article {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 15px;
}

/* line 77, scss/components/_blog.scss */
.news-header-single h1 {
  font-size: 2.5em;
  margin-top: -16px;
  margin-bottom: 10px;
}
/* line 81, scss/components/_blog.scss */
.news-header-single h1:before {
  content: "";
  display: block;
  width: 2em;
  height: 3.8px;
  background-color: #;
  margin-bottom: 2.2rem;
  z-index: 99;
}
/* line 91, scss/components/_blog.scss */
.news-header-single h1 a {
  color: #333333;
  text-decoration: none;
}
/* line 94, scss/components/_blog.scss */
.news-header-single h1 a:hover {
  text-decoration: none;
}
/* line 100, scss/components/_blog.scss */
.news-header-single h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25em;
  margin-top: 15px;
  color: #777;
  margin-bottom: 30px;
}
/* line 108, scss/components/_blog.scss */
.news-header-single span {
  font-family: "bebas-bold" !important;
  color: #777;
  font-size: 1.3em;
}

/* line 1, scss/components/_location.scss */
.location-media-thumb {
  border-radius: 5px !important;
  border: 1px solid #cccccc !important;
  padding: 15px !important;
}
/* line 5, scss/components/_location.scss */
.location-media-thumb .et_pb_main_blurb_image {
  margin-bottom: 10px !important;
  margin-top: -16px !important;
}
/* line 8, scss/components/_location.scss */
.location-media-thumb .et_pb_main_blurb_image:before {
  content: "";
  display: block;
  width: 3em;
  height: 3.8px;
  background-color: #d8b728;
  margin-bottom: 2.2rem;
}
/* line 17, scss/components/_location.scss */
.location-media-thumb h4 {
  font-size: 1.45em;
}
/* line 19, scss/components/_location.scss */
.location-media-thumb h4 a {
  color: #333333;
}
/* line 23, scss/components/_location.scss */
.location-media-thumb h5 {
  margin-top: 10px !important;
  font-size: 1.3em;
  color: #777;
}

/* line 30, scss/components/_location.scss */
.Pricing_table_container {
  border-radius: 5px !important;
  border: 1px solid #cccccc !important;
  padding: 15px !important;
  margin-bottom: 30px !important;
 
}
/* line 36, scss/components/_location.scss */
.Pricing_table_container h3 {
  color: #d8b728;
  font-size: 1.5em;
  font-family: "bebas-reg" !important;
  margin-bottom: 5% !important;
  letter-spacing: 0.1em;

}
/* line 43, scss/components/_location.scss */
.Pricing_table_container h6 {
  color: #999999;
  font-size: 1em;
  font-family: "bebas-bold" !important;
  margin-top: -15px !important;
  margin-bottom: 3% !important;
}
/* line 50, scss/components/_location.scss */
.Pricing_table_container table {
  background-color: transparent !important;
}
/* line 52, scss/components/_location.scss */
.Pricing_table_container table tr {
  border-bottom: 1px solid #ddd !important;
}
/* line 54, scss/components/_location.scss */
.Pricing_table_container table tr:first-child {
  border-top: 1px solid #ddd !important;
}
/* line 58, scss/components/_location.scss */
.Pricing_table_container table td {
  font-size: 1.05em;
  border-top: none !important;
}
/* line 62, scss/components/_location.scss */
.Pricing_table_container table td:first-child {
  font-weight: bold;
  border-right: 1px solid #ddd !important;
}

/* line 70, scss/components/_location.scss */
.terms_condition h3 {
  font-size: 1em;
  color: #888888;
}
/* line 74, scss/components/_location.scss */
.terms_condition li {
  list-style-type: circle !important;
  padding: 7px;
  margin-left: 15px !important;
  font-size: 1em;
}

/* line 83, scss/components/_location.scss */
.description_con h1 {
  font-size: 1.8em;
  margin-bottom: 0.1em !important;
  letter-spacing: 0.1em;
}
/* line 87, scss/components/_location.scss */
.description_con h1:before {
  content: "";
  display: block;
  width: 1.8em;
  height: 5px;
  background-color: #d8b728;
  margin-bottom: 2.2rem;
}
/* line 96, scss/components/_location.scss */
.description_con p {
  font-size: 1.05em !important;
  line-height: 1.6;
}
/* line 100, scss/components/_location.scss */
.description_con h3 {
  font-size: 1.1em;
  margin-bottom: 0.1em !important;
  color: #777;
  letter-spacing: 0.1em;
}

/* line 108, scss/components/_location.scss */
.service_table {
  border-radius: 5px !important;
  border: 1px solid #cccccc !important;
  padding: 15px !important;
  min-height: 100px !important;
}
/* line 113, scss/components/_location.scss */
.service_table h1 {
  font-size: 1.2em;
  margin-bottom: 0.8em !important;
  letter-spacing: 0.1em;
}
/* line 119, scss/components/_location.scss */
.service_table table tr {
  border-bottom: 1px solid #ddd !important;
}
/* line 121, scss/components/_location.scss */
.service_table table tr:first-child {
  border-top: 1px solid #ddd !important;
}
/* line 125, scss/components/_location.scss */
.service_table table td {
  font-size: 1em;
  border-top: none !important;
  text-transform: capitalize;
}
/* line 130, scss/components/_location.scss */
.service_table table td:before {
  font-family: "FontAwesome" !important;
  content: '\f05d ';
  padding-right: 10px;
  color: #555555;
}

/* line 3, scss/components/_cert.scss */
.certification_page ul li {
  list-style-type: circle !important;
  margin-left: 20px !important;
  padding: 8px 0;
}
/* line 11, scss/components/_cert.scss */
.certification_page ol li {
  list-style-type: number !important;
  margin-left: 20px !important;
  padding: 8px 0;
}

/* line 1, scss/components/_footer.scss */
footer {
  padding-top: 50px;
  padding-bottom: 70px;
}
/* line 4, scss/components/_footer.scss */
footer h1 {
  font-size: 5em;
  
  color: #ffffff;
}
/* line 8, scss/components/_footer.scss */
footer h1:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 3px;
  background-color: #fff;
  margin-bottom: 1.25rem;
}
/* line 17, scss/components/_footer.scss */
footer .loc-container {
  background-color: #ffffff;
  padding: 35px 35px;
}
/* line 20, scss/components/_footer.scss */
footer .loc-container h3 {
  font-size: 2em;
  color: #d8b728;
  margin-top: 15px;
  margin-bottom: 10px;
}
/* line 26, scss/components/_footer.scss */
footer .loc-container .loc_list li a {
  font-size: 1.15em;
  letter-spacing: 0.05em;
  color: #222222;
  width: 100%;
  display: block;
  padding: 4px 0;
  font-family: "bebas-bold" !important;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 35, scss/components/_footer.scss */
footer .loc-container .loc_list li a:hover {
  background: #eee;
  padding-left: 0.5em;
  text-decoration: none;
}

/* line 44, scss/components/_footer.scss */
.footer-info-bg {
  background-color: #d8b728;
  padding-top: 70px;
  padding-bottom: 50px;
}
/* line 48, scss/components/_footer.scss */
.footer-info-bg .divider-footer {
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
}
/* line 52, scss/components/_footer.scss */
.footer-info-bg p {
  color: #000;
}
/* line 55, scss/components/_footer.scss */
.footer-info-bg .footer_nav_list li {
  display: inline-block;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 60, scss/components/_footer.scss */
.footer-info-bg .footer_nav_list li a {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #000;
}
/* line 63, scss/components/_footer.scss */
.footer-info-bg .footer_nav_list li a:hover {
  color: #fff;
  text-decoration: none;
}

/* line 72, scss/components/_footer.scss */
.social_icon_list li {
  padding: 15px 15px;
}
/* line 74, scss/components/_footer.scss */
.social_icon_list li a {
  text-align: center;
  color: #000;
  z-index: 1;
  font-size: 1.3em;
  line-height: 2.2em;
  position: relative;
  width: 2em;
  height: 2em;
  display: inline-block;
  background-color: transparent;
  border-radius: 50%;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 89, scss/components/_footer.scss */
.social_icon_list li a:hover {
  background-color: black;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  /* line 102, scss/components/_footer.scss */
  footer {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  /* line 105, scss/components/_footer.scss */
  footer h1 {
    font-size: 3em;
    margin-top: 15%;
    margin-bottom: 8%;
  }
  /* line 113, scss/components/_footer.scss */
  footer .loc-container h3 {
    font-size: 1.3em;
  }
}
@media (max-width: 767px) {
  /* line 124, scss/components/_footer.scss */
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 128, scss/components/_footer.scss */
  footer h1 {
    font-size: 2.5em;
    margin-top: 5%;
  }

  /* line 137, scss/components/_footer.scss */
  .social_icon_list {
    clear: both !important;
    display: inline-block !important;
    margin: 0 auto !important;
  }
}
/*--------------------------------------------------------------
Go to top button
--------------------------------------------------------------*/
/* line 6, scss/components/_go-top-icon.scss */
.go-top {
  position: fixed !important;
  right: 20px;
  bottom: -45px;
  color: #fff;
  /* Normal color*/
  display: block;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  width: 40px;
  height: 40px;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: #d8b728;
  /* Normal BG color*/
  z-index: 9999;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

/* line 36, scss/components/_go-top-icon.scss */
.go-top:hover {
  background-color: #111111;
  /* Hover BG color*/
  color: #fff;
  /* Hover color*/
}

/* line 42, scss/components/_go-top-icon.scss */
.go-top.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  opacity: 1;
  visibility: visible;
  bottom: 50px;
}

/* line 120, scss/components/_blog.scss */
.project-filter {
  margin-bottom: 25px;
}
/* line 122, scss/components/_blog.scss */
.project-filter li {
  list-style-type: none;
  display: inline-block;
  margin-right: 3%;
}
/* line 127, scss/components/_blog.scss */
.project-filter li a {
  display: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #777;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-bottom: 25px;
  outline: none !important;
}
/* line 136, scss/components/_blog.scss */
.project-filter li a:hover {
  color: #d8b728;
  text-decoration: none;
  border-bottom: 1px solid #d8b728;
}
/* line 143, scss/components/_blog.scss */
.project-filter li a:focus {
  color: #d8b728;
  text-decoration: none;
  border-bottom: 1px solid #d8b728;
}

/* line 152, scss/components/_blog.scss */
.thumb-container-filtered-blog {
  background-color: #f5f5f5;
  
}

@media (max-width: 350px){
    .site-navigation .header-logo .img-responsive {

    max-width: 100px;
}
    }


.wpvl_auto_thumb_box {
    position: relative;
    width: auto;
    height: auto;
    display: block;
}
.video_lightbox_auto_anchor_image {
    width: 100%;
    height: auto;
    display: block;
    margin-top: -30px;
}
.wpvl_auto_thumb_play {
    position: absolute;
    left:auto;
    top: 38%;
    right: 50%;
    margin-right: -22px;
}
.et_pb_image {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}