/*!
Theme Name: kaweb
Theme URI: http://underscores.me/
Author: kaweb
Author URI: http://kaweb.ca
Description: kaweb kaweb
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kaweb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

kaweb is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://ne.colas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }
.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: 'Gobold';
  src: url("inc/fonts/Gobold.ttf.woff") format("woff"), url("inc/fonts/Gobold.ttf.svg#Gobold") format("svg"), url("inc/fonts/Gobold.ttf.eot"), url("inc/fonts/Gobold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

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

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0;
  padding: 0.4em 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #1a1a1a;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.frm_submit button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  margin: 20px 0;
  background-color: white;
  color: #fff;
  border: 0;
  font-size: 1em;
  display: inline-block;
  padding: 20px 60px 20px 40px;
  background: white;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s all;
  border: 1px solid #fff;
  transition: 0.3s all; }
  .frm_submit button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: white;
    transition: all 0.3s ease; }
    .frm_submit button:hover:after,
    input[type="button"]:hover:after,
    input[type="reset"]:hover:after,
    input[type="submit"]:hover:after {
      border-top: 1px solid #444;
      border-right: 1px solid #444; }
    .frm_submit button:hover:before,
    input[type="button"]:hover:before,
    input[type="reset"]:hover:before,
    input[type="submit"]:hover:before {
      border-bottom: 1px solid #444; }
  .frm_submit button:active,
  input[type="button"]:active,
  input[type="reset"]:active,
  input[type="submit"]:active {
    background-color: #bfbfbf; }
  .frm_submit button:after,
  input[type="button"]:after,
  input[type="reset"]:after,
  input[type="submit"]:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -8px;
    width: 15px;
    height: 15px;
    display: block;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s all; }
  .frm_submit button:before,
  input[type="button"]:before,
  input[type="reset"]:before,
  input[type="submit"]:before {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 25px;
    margin-top: -8px;
    height: 8px;
    border-bottom: 1px solid #fff;
    transition: 0.3s all; }
  .frm_submit button:hover, .frm_submit button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    outline: none;
    color: #444; }

/*
* The MIT License
* Copyright (c) 2012 Matias Meno <m@tias.me>
*/
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.frm_dropzone .frm_upload_icon:before {
  font-size: 40px; }

.frm_upload_icon:before {
  content: "\f093"; }

.frm_icon_font:before, select.frm_icon_font {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  text-align: center;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 1.4;
  vertical-align: top; }

.frm_dropzone, .frm_dropzone * {
  box-sizing: border-box; }

.frm_dropzone.dz-clickable {
  min-height: 150px;
  border: 2px dashed #dfdfdf;
  background: #ffffff;
  padding: 20px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 5px;
  line-height: 1.42857143; }

.frm_dropzone.dz-clickable * {
  cursor: default; }

.frm_dropzone.dz-clickable.frm_single_upload {
  color: #fff; }

.frm_form_field.frm_full .frm_dropzone.dz-clickable.frm_single_upload,
.frm_form_field.frm_full_upload .frm_dropzone.dz-clickable.frm_single_upload {
  max-width: 100%; }

.frm_form_field.frm_full .frm_dropzone.dz-clickable.frm_single_upload .dz-message,
.frm_form_field.frm_full_upload .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
  margin: .5em 0 1em; }

.frm_dropzone .dz-message {
  display: none;
  font-size: 20px;
  text-align: center;
  margin: .5em 0 1em; }

.frm_dropzone.dz-clickable.frm_single_upload .dz-message {
  margin: 0 0 .5em 0; }

.frm_dropzone.dz-clickable .dz-message,
.frm_dropzone .frm_upload_icon {
  display: block; }

.frm_dropzone.dz-clickable .dz-message,
.frm_dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

#frm_form_editor_container .frm_dropzone.dz-clickable,
#frm_form_editor_container .frm_dropzone.dz-clickable * {
  cursor: default; }

.frm_dropzone.dz-started .dz-message {
  display: none; }

.frm_dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.frm_dropzone .frm_upload_icon:before {
  font-size: 40px; }

.frm_dropzone .frm_small_text {
  font-size: 14px; }

.frm_dropzone.dz-drag-hover {
  border-style: solid; }

.frm_dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

.frm_dropzone .dz-preview:hover {
  z-index: 1000; }

.frm_dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.frm_dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd); }

.frm_dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.frm_dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.frm_dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.frm_dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.frm_dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.frm_dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.frm_dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.frm_dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.frm_dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.frm_dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.frm_dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.frm_dropzone .dz-preview .dz-details .dz-filename span,
.frm_dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.frm_dropzone .dz-preview .dz-details .dz-filename a {
  cursor: pointer; }

.frm_dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px); }

.frm_dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.frm_dropzone .dz-preview .dz-image img {
  display: block;
  margin: 0 auto; }

.frm_dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.frm_dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.frm_dropzone .dz-preview .dz-success-mark, .frm_dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.frm_dropzone .dz-preview .dz-success-mark svg, .frm_dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.frm_dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.frm_dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.frm_dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.frm_dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.frm_dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.frm_dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
  opacity: 1;
  pointer-events: auto; }

.frm_dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 29px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.frm_dropzone .fallback input[type=file] {
  display: block; }

/* Compact version */
.frm_compact_text {
  display: none; }

.frm_compact .frm_dropzone.dz-clickable {
  min-height: 60px;
  padding: 0;
  margin-top: 0;
  border: none;
  background-color: transparent; }

.frm_compact .frm_dropzone.dz-clickable.frm_single_upload {
  max-width: 100%; }

.frm_compact .frm_compact_text {
  display: inline; }

.frm_compact .frm_dropzone.dz-clickable.frm_single_upload .dz-message,
.frm_compact .frm_dropzone.dz-clickable .dz-message {
  font-size: 14px;
  border: 1px solid #dfdfdf;
  background: #fff;
  display: inline-block;
  border-radius: 4px;
  padding: 6px 11px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px #eeeeee;
  vertical-align: middle; }

.frm_compact .frm_dropzone .frm_upload_icon:before {
  font-size: 22px;
  padding-right: 7px;
  vertical-align: middle; }

.frm_compact .frm_dropzone .frm_upload_icon {
  display: inline; }

.frm_compact .frm_dropzone .dz-preview {
  min-height: 20px;
  max-width: 175px;
  margin: 5px; }

.frm_compact .frm_dropzone .frm_upload_text,
.frm_compact .frm_dropzone .frm_small_text,
.frm_compact .frm_dropzone .dz-preview .dz-image,
.frm_compact .frm_dropzone .dz-preview .dz-details .dz-size {
  display: none; }

.frm_compact .frm_dropzone .dz-preview.dz-error .dz-error-message {
  top: -40px;
  padding: 4px;
  width: auto;
  text-align: center; }

.frm_compact .frm_dropzone .dz-preview .dz-success-mark,
.frm_compact .frm_dropzone .dz-preview .dz-error-mark {
  margin-left: -16px;
  margin-top: 0;
  top: 6px; }

.frm_compact .frm_dropzone .dz-preview:hover .dz-error-mark {
  display: none; }

.frm_compact .frm_dropzone .dz-preview .dz-success-mark svg,
.frm_compact .frm_dropzone .dz-preview .dz-error-mark svg {
  height: 35px;
  width: 35px; }

.frm_compact .frm_dropzone .dz-preview .dz-details {
  opacity: 1;
  position: relative;
  padding: 5px; }

.frm_compact .frm_dropzone .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  text-overflow: ellipsis; }

.frm_compact .frm_dropzone .dz-preview .dz-details .dz-filename span {
  border: none;
  background: transparent; }

/* Prevent horizontal scroll on RTL sites */
.frm-show-form .dz-hidden-input {
  display: none; }

*:focus {
  outline: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  border: 1px solid #ccc;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 16px 0 16px 60px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #707376;
  line-height: 36px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus,
  select:focus {
    outline: none;
    color: #111; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="url"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="number"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="range"]::placeholder,
  input[type="date"]::placeholder,
  input[type="month"]::placeholder,
  input[type="week"]::placeholder,
  input[type="time"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="color"]::placeholder,
  textarea::placeholder,
  select::placeholder {
    font-size: 0.8em;
    color: #bec0c1; }

span.select2 {
  margin: 30px 0 0 0; }
  span.select2 .select2-selection {
    height: 40px;
    line-height: 36px; }
    span.select2 .select2-selection .select2-selection__rendered {
      padding-top: 6px; }
    span.select2 .select2-selection .select2-selection__arrow {
      top: 6px; }

.select2-results__options {
  color: #707376; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.frm_hidden, legend {
  display: none;
  visibility: hidden; }

fieldset {
  border: 0; }

.frm_hidden_container label {
  display: none;
  visibility: hidden; }

.frm_primary_label {
  padding-top: 20px;
  display: block; }

.frm_form_field {
  position: relative; }
  .frm_form_field .frm_description, .frm_form_field .frm_error {
    font-size: 0.9em;
    padding: 10px;
    background-color: #fafafa; }
  .frm_form_field .frm_error {
    color: #444; }

.frm_form_field.email:before,
.frm_form_field.nom:before,
.frm_form_field.phone:before,
.frm_form_field.message:before,
.frm_form_field.date:before {
  font-family: 'Font Awesome 5 Free';
  display: block;
  position: absolute;
  top: 20px;
  left: 26px;
  font-size: 2em; }

.frm_form_field.email:before {
  content: "\f0e0";
  font-weight: 400; }

.frm_form_field.nom:before {
  content: "\f007";
  font-weight: 400; }

.frm_form_field.phone:before {
  content: "\f095";
  font-weight: 700; }

.frm_form_field.message:before {
  content: "\f303";
  font-weight: 700; }

.frm_form_field.date:before {
  content: "\f073";
  font-weight: 700; }

.ui-datepicker {
  font-size: 80% !important;
  padding: 0; }

.ui-datepicker.ui-widget {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  background: #1a1a1a;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.ui-datepicker .ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: normal;
  font-size: 12px; }

.ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: .9em;
  border: none; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0; }

.ui-datepicker table {
  margin: 0; }

.ui-datepicker th {
  padding: 1em 0;
  color: #ccc;
  font-size: 12px;
  font-weight: normal;
  border: none;
  border-top: 1px solid #3a414d; }

.ui-datepicker td {
  background: #fff;
  border: none;
  padding: 0; }

.ui-datepicker td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: .5em;
  margin: 0;
  font-weight: normal;
  color: #efefef;
  font-size: 12px; }

.ui-datepicker .ui-state-disabled {
  opacity: 1; }

.ui-datepicker .ui-state-disabled .ui-state-default {
  color: #1a1a1a; }

.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
  background: #2e3641; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #fff; }
  a:visited {
    color: #fff; }
  a:hover, a:focus, a:active {
    color: #000; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999; }
    .main-navigation ul ul ul {
      left: -999em;
      top: 0; }
    .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
      left: 100%; }
    .main-navigation ul ul a {
      width: 200px; }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 801px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

@media screen and (max-width: 800px) {
  .menu-toggle {
    display: block; }
  .main-navigation ul {
    display: none; } }

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #2f2f2f;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #fff;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

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

a, a:active, a:hover, a:visited {
  text-decoration: none;
  transition: all 0.3s; }

a.button {
  display: inline-block;
  padding: 20px 60px 20px 40px;
  background: #000;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s all;
  border: 1px solid white;
  -webkit-box-shadow: 0 24px 30px -8px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 24px 30px -8px rgba(0, 0, 0, 0.8);
  box-shadow: 0 24px 30px -8px rgba(0, 0, 0, 0.8);
  color: white; }
  a.button:hover {
    background-color: #444;
    transition: all 0.3s ease; }
    a.button:hover:after {
      border-top: 1px solid white;
      border-right: 1px solid white; }
    a.button:hover:before {
      border-bottom: 1px solid white; }
  a.button:active {
    background-color: #bfbfbf; }
  a.button:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -8px;
    width: 15px;
    height: 15px;
    display: block;
    border-top: 1px solid white;
    border-right: 1px solid white;
    transform: rotate(45deg);
    transition: 0.3s all; }
  a.button:before {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 25px;
    margin-top: -8px;
    height: 8px;
    border-bottom: 1px solid white;
    transition: 0.3s all; }

.social a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  border: 1px solid;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .social a i {
    display: inline-block;
    vertical-align: middle; }

/*.xoo-wsc-modal {*/
/*  opacity: 0; }*/

header#masthead {
  background: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left; }
  header#masthead .container.top-head {
    padding: 6px 0; }
    header#masthead .container.top-head .site-branding {
      text-align: center; }
      header#masthead .container.top-head .site-branding img {
        width: 220px;
        max-width: 220px;
        height: auto;
        display: inline-block;
        vertical-align: middle; }
      header#masthead .container.top-head .site-branding span.phone {
        margin: 0px 0px;
        line-height: 90px;
        display: inline-block;
        vertical-align: middle;
        color: #707376;
        padding-left: 30px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 0.76em; }
        header#masthead .container.top-head .site-branding span.phone a {
          color: white; }
      header#masthead .container.top-head .site-branding span {
        font-size: 0.8em; }
    header#masthead .container.top-head div.carriere {
      margin: 23px 0; }
      header#masthead .container.top-head div.carriere a {
        line-height: 40px;
        display: inline-block;
        padding: 0 60px 0 20px;
        color: black;
        background: white;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 0.76em;
        transition: 0.3s all; }
        header#masthead .container.top-head div.carriere a:after,
        header#masthead .container.top-head div.carriere a:before {
            border-color: black;
        }
        header#masthead .container.top-head div.carriere a:hover:after,
        header#masthead .container.top-head div.carriere a:hover:before {
            border-color: white;
        }
        header#masthead .container.top-head div.carriere a:hover {
          color: white;
          background: #1a1a1a; }
    header#masthead .container.top-head.black {
      background: black; }

header#nav #site-navigation {
  margin: 0;
  text-align: center; }
  header#nav #site-navigation ul {
    text-align: center; }
    header#nav #site-navigation ul li {
      float: none;
      display: inline-block;
      vertical-align: middle; }
      header#nav #site-navigation ul li a {
        line-height: 60px;
        padding: 0 10px;
        color: #dee0e5;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 0.8em;
        transition: 0.3s all; }
        header#nav #site-navigation ul li a:hover {
          color: white;
          background: black; }
      header#nav #site-navigation ul li.current-menu-item a {
        font-weight: bold; }
      header#nav #site-navigation ul li.cart > a:after {
        font-family: 'Woo-Side-Cart' !important;
        speak: never;
        display: inline-block;
        vertical-align: auto;
        line-height: 2em;
        font-size: 1.4em;
        padding-left: 6px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e904"; }
    header#nav #site-navigation ul ul {
      background: #1a1a1a; }
      header#nav #site-navigation ul ul li {
        text-align: left; }

.top {
  background: #707376;
  color: white; }
  .top .pull-right {
    float: right;
    text-align: right; }

.site-main, .page-main, .team-main {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 0.4px;
  font-size: 0.9em;
  line-height: 2em;
  padding: 160px 0 100px;
  overflow: hidden; }

.page-main {
  padding: 0;
  position: relative; }
  .page-main .post-thumbnail img {
    width: 100%; }
  .page-main .entry-header h1, .page-main .entry-header h2 {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 300; }
  .page-main .entry-header h1 {
    top: 200px; }
    .page-main .entry-header h1 .last-word {
      font-weight: bold; }
  .page-main .entry-header h2 {
    top: 240px; }
  .page-main .layouts.cols h2 {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #162345; }
  .page-main .layouts.cols div {
    color: #1a1a1a; }
  .page-main .layouts.cols h2 {
    display: block;
    text-align: center; }
  .page-main .layouts.cols > div.col-md-6 .col-md-12 {
    min-height: 900px;
    background: #dee0e5; }
  .page-main .layouts.cols div.col-md-12 div.col-md-12 {
    margin-top: 30px;
    background: #dee0e5; }
  .page-main .layouts.cols table {
    width: 90%;
    font-family: "Poppins", sans-serif;
    margin: 30px 0 30px; }
    .page-main .layouts.cols table tr:nth-child(2n) {
      background: #ecedf0; }
    .page-main .layouts.cols table tr:nth-child(2n-1) {
      background: white; }
    .page-main .layouts.cols table th {
      text-align: left;
      padding: 0.7em 1em;
      width: 60%;
      font-weight: normal;
      vertical-align: top;
      color: #162345;
      line-height: 1.2em; }
      .page-main .layouts.cols table th span {
        font-size: 0.8em;
        display: block; }
    .page-main .layouts.cols table td {
      line-height: 1.2em;
      color: #707376;
      vertical-align: top;
      padding: 0.7em 1em;
      text-align: right; }
      .page-main .layouts.cols table td span {
        font-weight: bold; }
  .page-main .layouts.cols .left img {
    margin-left: -15px;
    margin-top: -5px; }
  .page-main .layouts.cols .left table {
    float: right;
    margin-right: -15px; }
  .page-main .layouts.cols .right img {
    margin-right: -15px;
    margin-left: -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px); }
  .page-main .layouts.cols .right table {
    float: left;
    margin-left: -15px; }
  .page-main .layouts.cols .col-md-12 div.col-md-6 {
    width: 50%;
    margin: 0;
    padding: 0; }

.forfaits.page-main .entry-header h2 {
  margin-bottom: 0; }

.forfaits .fsn-text h2 {
  text-align: center;
  background: black;
  padding: 20px;
  margin: 0 0 10px; }

.forfaits .container {
  display: flex;
  /* or inline-flex */
  flex-wrap: wrap; }
  .forfaits .container div.col-md-4,
  .forfaits .container div.col-md-6 {
    margin: 0 0 40px; }
    .forfaits .container div.col-md-4 div,
    .forfaits .container div.col-md-6 div {
      background: black;
      padding: 40px;
      height: 100%; }
    .forfaits .container div.col-md-4 h2,
    .forfaits .container div.col-md-4 h3, 
    .forfaits .container div.col-md-4 span,
    .forfaits .container div.col-md-6 h2,
    .forfaits .container div.col-md-6 h3,
    .forfaits .container div.col-md-6 span {
      display: block;
      text-align: center; }
    .forfaits .container div.col-md-4 span,
    .forfaits .container div.col-md-6 span {
      background: #707376;
      color: black;
      font-weight: bold; }
    .forfaits .container div.col-md-4 p,
    .forfaits .container div.col-md-6 p {
      font-size: 0.9em; }
    .forfaits .container div.col-md-4 h3,
    .forfaits .container div.col-md-6 h3 {
      font-weight: 100; }

.jobform .page-main, .jobform .bottom-container {
  padding-top: 0;
  margin-top: 0; }

.jobs table tr {
  border-bottom: 1px solid #282828; }

.jobs table tr td, .jobs table tr th {
  text-align: left;
  padding: 10px; }

.jobs table tr th {
  width: 100%; }

.flexslider.home ul.slides li,
.flexslider.team_slider ul.slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative; }
  .flexslider.home ul.slides li a.feature-link,
  .flexslider.team_slider ul.slides li a.feature-link {
    top: 50%;
    right: 50%;
    display: inline-block;
    padding: 20px 60px 20px 40px;
    background: black;
    position: relative;
    text-transform: uppercase;
    transition: 0.3s all;
    border: 1px solid white;
    -webkit-box-shadow: 0 24px 30px -8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 24px 30px -8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 24px 30px -8px rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 99; }
    .flexslider.home ul.slides li a.feature-link:hover,
    .flexslider.team_slider ul.slides li a.feature-link:hover {
      background-color: black;
      transition: all 0.3s ease; }
      .flexslider.home ul.slides li a.feature-link:hover:after,
      .flexslider.team_slider ul.slides li a.feature-link:hover:after {
        border-top: 1px solid white;
        border-right: 1px solid white; }
      .flexslider.home ul.slides li a.feature-link:hover:before,
      .flexslider.team_slider ul.slides li a.feature-link:hover:before {
        border-bottom: 1px solid white; }
    .flexslider.home ul.slides li a.feature-link:active,
    .flexslider.team_slider ul.slides li a.feature-link:active {
      background-color: black; }
    .flexslider.home ul.slides li a.feature-link:after,
    .flexslider.team_slider ul.slides li a.feature-link:after {
      content: "";
      position: absolute;
      right: 25px;
      top: 50%;
      margin-top: -8px;
      width: 15px;
      height: 15px;
      display: block;
      border-top: 1px solid white;
      border-right: 1px solid white;
      transform: rotate(45deg);
      transition: 0.3s all; }
    .flexslider.home ul.slides li a.feature-link:before,
    .flexslider.team_slider ul.slides li a.feature-link:before {
      content: "";
      position: absolute;
      right: 22px;
      top: 50%;
      width: 25px;
      margin-top: -8px;
      height: 8px;
      border-bottom: 1px solid white;
      transition: 0.3s all; }
    .flexslider.home ul.slides li a.feature-link:hover,
    .flexslider.team_slider ul.slides li a.feature-link:hover {
      background: white; }
      .flexslider.home ul.slides li a.feature-link:hover:before, .flexslider.home ul.slides li a.feature-link:hover:after,
      .flexslider.team_slider ul.slides li a.feature-link:hover:before,
      .flexslider.team_slider ul.slides li a.feature-link:hover:after {
        border-color: black; }
  .flexslider.home ul.slides li img,
  .flexslider.team_slider ul.slides li img {
    opacity: 0;
    transition: 2s all; }
  .flexslider.home ul.slides li.flex-active-slide img,
  .flexslider.team_slider ul.slides li.flex-active-slide img {
    opacity: 1; }

.flexslider.home .flex-direction-nav li a,
.flexslider.team_slider .flex-direction-nav li a {
  text-transform: uppercase;
  line-height: 50px;
  overflow: hidden;
  height: 50px;
  width: 50px; }
  .flexslider.home .flex-direction-nav li a.flex-next:before,
  .flexslider.team_slider .flex-direction-nav li a.flex-next:before {
    content: " ";
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    width: 30px;
    height: 30px;
    transform: rotate(-45deg);
    margin-top: 10px;
    margin-right: 30px; }
  .flexslider.home .flex-direction-nav li a.flex-prev:before,
  .flexslider.team_slider .flex-direction-nav li a.flex-prev:before {
    content: " ";
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    margin-top: 10px;
    margin-left: 20px; }

.flexslider.home .social,
.flexslider.team_slider .social {
  position: absolute;
  top: 80px;
  left: 4%;
  z-index: 99;
  width: 40px; }
  .flexslider.home .social a,
  .flexslider.team_slider .social a {
    margin: 10px 0;
    color: white; }
    .flexslider.home .social a:hover,
    .flexslider.team_slider .social a:hover {
      color: #fff; }

.featured.featured_home {
  background-position: center top;
  background-repeat: no-repeat;
  max-height: 458px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 4px solid black; }
  .featured.featured_home .container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 0; }
  .featured.featured_home h1 {
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    padding-bottom: 0; }
  .featured.featured_home h2 {
    color: #8a8f9a;
    font-weight: 100;
    padding-top: 0; }
  .featured.featured_home a {
    display: inline-block;
    padding: 20px 60px 20px 40px;
    background: black;
    position: relative;
    text-transform: uppercase;
    transition: 0.3s all;
    border: 1px solid white;
    -webkit-box-shadow: 0 24px 30px -8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 24px 30px -8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 24px 30px -8px rgba(0, 0, 0, 0.3);
    margin-top: 56px; }
    .featured.featured_home a:hover {
      background-color: black;
      transition: all 0.3s ease; }
      .featured.featured_home a:hover:after {
        border-top: 1px solid white;
        border-right: 1px solid white; }
      .featured.featured_home a:hover:before {
        border-bottom: 1px solid white; }
    .featured.featured_home a:active {
      background-color: black; }
    .featured.featured_home a:after {
      content: "";
      position: absolute;
      right: 25px;
      top: 50%;
      margin-top: -8px;
      width: 15px;
      height: 15px;
      display: block;
      border-top: 1px solid white;
      border-right: 1px solid white;
      transform: rotate(45deg);
      transition: 0.3s all; }
    .featured.featured_home a:before {
      content: "";
      position: absolute;
      right: 22px;
      top: 50%;
      width: 25px;
      margin-top: -8px;
      height: 8px;
      border-bottom: 1px solid white;
      transition: 0.3s all; }

.bg {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
  .bg.home {
    background-color: #191918;
    /*background-image: url(inc/img/bg-home.jpg);*/ }
  .bg.page {
    background-color: #191918;
    /*background-image: url(inc/img/bg-page.jpg);*/ }
  .bg.soins {
    background-color: #191918;
    /*background-image: url(inc/img/bg-soins.jpg);*/ }
  .bg.team {
    background-color: #2f2f2f;
    /*background-image: url(inc/img/bg-team.jpg);*/ }

.intro .col-md-7 {
  background: rgba(0, 0, 0, 0.6);
  padding: 90px 50px 60px;
  color: #dee0e5; }
  .intro .col-md-7 h2 {
    padding: 0;
    font-size: 2.5em;
    letter-spacing: 2px;
    font-weight: 300;
    padding: 0 0 20px 0; }

.team .col-md-3 {
  background: #1a1a1a;
  padding: 0;
  position: relative;
  font-family: "Roboto", sans-serif; }
  .team .col-md-3 img.team-thumb {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.4;
    transition: all 0.3s; }
  .team .col-md-3 .meta {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    background: linear-gradient(
    to top,
        black, 
        transparent
    );
    /* min-height: 105px; */
    padding: 10px 0 20px;
    line-height: 1.2em;}
    .team .col-md-3 .meta a {
        display: inline-block;
        width: 100%;
      color: #818595;
      padding: 0 10px;}
    .team .col-md-3 .meta h2 {
        display: inline-block;
        width: 100%;
      font-size: 1.4em;
      text-align: center;
      padding: 0 10px}
      .team .col-md-3 .meta h2 a {
        color: white; }
    .team .col-md-3 .meta span {
      display: block; }
  .team .col-md-3:hover img.team-thumb {
    opacity: 1; }
  .team .col-md-3:hover .meta a {
    color: white; }

.team .team-top {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  padding-bottom: 100px; }
  .team .team-top .wrapper {
    display: inline-block;
    position: relative; }
    .team .team-top .wrapper img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
    .team .team-top .wrapper .subtitle {
      text-align: right;
      float: left;
      max-width: 300px;
      font-size: 2.6em;
      line-height: 1em;
      padding: 0.4em 0 0; }
    .team .team-top .wrapper .numtitle {
        float: right;
        text-align: left;
        margin-top: -144px;
        margin-right: 30px;
        max-width: 345px;}
      .team .team-top .wrapper .numtitle h1 {
        font-size: 12em;
        font-weight: 100;
        letter-spacing: -10px; }

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }
.influencers + .services {
    margin-top: 60px;
}
.services {
  clear: both;
  padding: 180px 0 0; 
}
.services.dark {
         background: rgba(0,0,0,0.4);
    }
    .services .text {
        padding: 0 20px;
    }
        .services .text p {
            font-size: 1em;
            line-height: 1.5em;
    }
        .services span.meta {
            display: block;
            padding: 0 20px;
    }
  .services h1 {
    text-align: center;
    position: relative;
    font-family: "Gobold", sans-serif;
    font-weight: 300;
    font-size: 2em;
    padding: 0 0 30px; }
    .services h1:before {
      content: "";
      position: absolute;
      top: -90px;
      left: 50%;
      margin-left: -50px;
      display: block;
      width: 100px;
      height: 100px;
      background: url(inc/img/ico-chop.png) no-repeat top center; }
  .services h2 {
    text-align: center;
    padding: 0 0 60px;
    font-weight: 300;
    letter-spacing: 6px;
    font-size: 1em; }
  .services .col-md-6 {
    background: black;
    color: #707376;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 0 20px;
    box-sizing: border-box;
    width: calc(50% - 40px);
    line-height: 1.4em;
    font-size: 0.9em;
    min-height: 550px; }
    .services .col-md-6 h3 {
      text-transform: none;
      font-family: "Poppins", sans-serif;
      text-align: center;
      color: white;
      font-size: 1.6em;
      font-weight: 300;
      line-height: 1.4em;
      padding: 30px 20px 0px; }
    .services .col-md-6 p {
      padding: 0px 32px 20px;
      text-align: justify;
      text-align-last: left;
      overflow-wrap: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; }
    .services .col-md-6 img {
      display: block;
      margin: 0 auto; }

.cta {
  margin: 130px auto 0;
  float: none;
  text-align: center; }
  .cta .box {
    display: block;
    width: auto;
    padding: 40px 70px; }
    .cta .box h1 {
      display: inline-block;
      text-align: left;
      font-family: "Gobold", sans-serif;
      font-weight: normal;
      font-size: 6em;
      line-height: 1.1em;
      letter-spacing: -1px;
      margin: 0;
      padding: 0; }
  .cta a {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-top: -20px;
    display: inline-block;
    padding: 20px 60px 20px 40px;
    background: #1a1a1a;
    position: relative;
    text-transform: uppercase;
    transition: 0.3s all;
    border: 1px solid #444; }
    .cta a:hover {
      background-color: #444;
      transition: all 0.3s ease; }
      .cta a:hover:after {
        border-top: 1px solid white;
        border-right: 1px solid white; }
      .cta a:hover:before {
        border-bottom: 1px solid white; }
    .cta a:active {
      background-color: black; }
    .cta a:after {
      content: "";
      position: absolute;
      right: 25px;
      top: 50%;
      margin-top: -8px;
      width: 15px;
      height: 15px;
      display: block;
      border-top: 1px solid #444;
      border-right: 1px solid #444;
      transform: rotate(45deg);
      transition: 0.3s all; }
    .cta a:before {
      content: "";
      position: absolute;
      right: 22px;
      top: 50%;
      width: 25px;
      margin-top: -8px;
      height: 8px;
      border-bottom: 1px solid #444;
      transition: 0.3s all; }
  .cta.rose .box {
    border: 1px solid #444; }
  .cta.turquoise .box {
    background: 1px solid #fff; }
    .cta.turquoise .box h1 {
      font-size: 4em; }
  .cta.turquoise a {
    display: inline-block;
    padding: 20px 60px 20px 40px;
    background: #1a1a1a;
    position: relative;
    text-transform: uppercase;
    transition: 0.3s all;
    border: 1px solid #fff; }
    .cta.turquoise a:hover {
      background-color: #444;
      transition: all 0.3s ease; }
      .cta.turquoise a:hover:after {
        border-top: 1px solid white;
        border-right: 1px solid white; }
      .cta.turquoise a:hover:before {
        border-bottom: 1px solid white; }
    .cta.turquoise a:active {
      background-color: black; }
    .cta.turquoise a:after {
      content: "";
      position: absolute;
      right: 25px;
      top: 50%;
      margin-top: -8px;
      width: 15px;
      height: 15px;
      display: block;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      transform: rotate(45deg);
      transition: 0.3s all; }
    .cta.turquoise a:before {
      content: "";
      position: absolute;
      right: 22px;
      top: 50%;
      width: 25px;
      margin-top: -8px;
      height: 8px;
      border-bottom: 1px solid #fff;
      transition: 0.3s all; }

.tax-niveau .back {
  clear: both;
  margin: 30px 0 0; }

.tax-niveau .cta {
  margin: 30px auto 100px; }

.brands {
  background: black;
  color: #dee0e5;
  padding: 60px 0;
  overflow: hidden; }
  .brands h1 {
    font-size: 3.8em;
    font-weight: 300;
    margin: 0;
    padding-top: 0;
    font-family: "Gobold", sans-serif;
    line-height: 1.1em; }
  .brands a.button {
    background: black;
    -webkit-box-shadow: 0 24px 30px -8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 24px 30px -8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 24px 30px -8px rgba(0, 0, 0, 0.3); }
  .brands .flexslider {
    margin-top: 40px;
    padding-bottom: 0;}

.acf-noui-map {
  width: 100%;
  height: 100%;
  min-height: 660px; }
  .acf-noui-map img {
    max-width: inherit !important; }

.acf-map {
  width: 100%;
  height: 412px; }
  .acf-map img {
    max-width: inherit !important; }
  .acf-map p, .acf-map h4 {
    color: #707376; }
  .acf-map .small-logo {
    max-width: 100px;
    float: left; }
    .acf-map .small-logo img {
      width: 100%;
      height: auto; }

.bottom-container {
  margin-top: 160px;
  background: white;
  overflow: hidden; }

.quickform, .fullform {
  display: block;
  float: none;
  background: white;
  margin-top: -500px;
  color: #162345;
  text-align: center; }
  .quickform img.topimg, .fullform img.topimg {
    margin-top: -55px;
    display: inline-block; }
  .quickform h4, .quickform a, .fullform h4, .fullform a {
    display: block;
    font-weight: 400;
    color: #707376;
    font-size: 0.9em;
    font-family: "Roboto", sans-serif; }
  .quickform h1, .fullform h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    padding-top: 40px;
    letter-spacing: 1px; }
  .quickform p, .fullform p {
    padding: 10px 10% 16px; }

.fullform {
  margin-top: 60px; }

footer {
  padding: 100px 0 20px;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #dee0e5;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
  border-top: 4px solid black; }
  footer a, footer .site-info a {
    color: #fff; }
  footer .logo {
    text-align: center; }
    footer .logo img {
      display: inline-block;
      max-width: 180px;
      height: auto; }
  footer ul {
    display: block;
    text-align: right; }
    footer ul li {
      list-style-type: none;
      display: inline-block;
      padding: 0 10px; }
      footer ul li a, footer ul li a:visited {
        color: #fff; }
        footer ul li a:hover, footer ul li a:visited:hover {
          color: #444; }
  footer .social {
    text-align: center;
    padding: 30px 0 20px;
    font-size: 18px; }
    footer .social a {
      margin: 0 20px;
      color: #fff; }
      footer .social a:hover {
        color: #444; }
  footer.entry-footer {
    border-top: 0; }
    footer.entry-footer a.button {
      color: black; }
      footer.entry-footer a.button:after, footer.entry-footer a.button:before {
        border-color: black; }

a.btn.termlink {
  background: white;
  color: black; }
  a.btn.termlink:hover {
    background: black;
    color: white; }

.galerie .col-md-4 {
  width: 33.3333333333%;
  float: left; }
  .galerie_titre h1 {
	padding: 20px 0;
	text-align: center;
}
.single-employe span.lang {
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.3);
    display: block;
}
.influencers {
    text-align: center;
}
    .influencers .col-md-4 {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    
     .influencers .col-md-4 .meta { background: black; padding: 10px; }

.influencers h1, .influencers h2, .influencers h3, .influencers h4, .influencers h5, .influencers h6, .influencers a {
  display: block;
  text-align: center; }
.influencers .social a {
	    display: inline-block;
	}

.influencers img {
  width: 100%; }

.influencers p {
  line-height: 1.6em;
  font-size: 1em;
  color: #818595;
  text-align: left;}

.wcpscwc-product-slider .woocommerce-loop-product__title {
    min-height: 72px;
}
.wcpscwc-product-slider.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
}
.woocommerce ul.products li.product .button {
    margin-bottom: 1px;
}

body .wcpscwc-product-slider .slick-dots {
    display: none !important;
}

.social a i {
  line-height: 35px;
  display: block;
  vertical-align: middle; }

div.back, div.navigation {
  display: block;
  overflow: hidden; }

div.navigation a:hover {
  color: #818595; }

div.back {
  text-align: center; }
  div.back a {
    background: black; }
    div.back a:hover {
      color: black; }
      div.back a:hover:before {
        border-bottom: 1px solid black; }
      div.back a:hover:after {
        border-top: 1px solid black;
        border-right: 1px solid black; }
  div.back.services {
    padding: 30px 0 40px; }

.influencers.services {
  padding: 30px 0 0px; }

body .flex-direction-nav a:before {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); }

.page-template-template-services table,
.page-template-template-services_full table{
  float: left;
  width: 46%;
  margin: 0 2% 6%; }
  .page-template-template-services table th, 
  .page-template-template-services table td,
  .page-template-template-services_full table th, 
  .page-template-template-services_full table td {
    text-align: left;
    padding: 8px; }
    .page-template-template-services table th:last-child, 
    .page-template-template-services table td:last-child,
    .page-template-template-services_full table th:last-child, 
    .page-template-template-services_full table td:last-child{
      text-align: right;
      width: 171px; }
  .page-template-template-services table thead,
  .page-template-template-services_full table thead {
    text-transform: uppercase;
    background: #1a1a1a; }
  .page-template-template-services table tr,
  .page-template-template-services_full table tr {
    line-height: 1.3em;
    vertical-align: top;
    border-bottom: 1px dotted #444;
    transition: all 0.3s; }
    .page-template-template-services table tr:hover,
    .page-template-template-services_full table tr:hover {
      background: black; }
  .page-template-template-services table:nth-child(2n+1), 
  .page-template-template-services table:nth-child(4), 
  .page-template-template-services table:nth-child(6) {
    clear: both; }
    .page-template-template-services table:nth-child(5) {
    clear: none;float: left; }

.page-template-template-services table.fullwidth,
.page-template-template-services_full table.fullwidth {
  width: 100%;
  margin: 0 0 6%; }
  .page-template-template-services table.fullwidth th, 
  .page-template-template-services table.fullwidth td,
  .page-template-template-services_full table.fullwidth th, 
  .page-template-template-services_full table.fullwidth td {
    text-align: right;
    padding: 8px; }
    .page-template-template-services table.fullwidth th:first-child, 
    .page-template-template-services table.fullwidth td:first-child,
    .page-template-template-services_full table.fullwidth th:first-child, 
    .page-template-template-services_full table.fullwidth td:first-child{
      text-align: left; }

    .page-template-template-services table th a,
    .page-template-template-services_full table th a,
    #secondary ul li.cat-item a {
        background: black;
        padding: 5px;
        border-radius: 3px;
        color: white;
        margin: 4px 0;
        display: inline-block;
    }
    .page-template-template-services table th a:hover, 
    .page-template-template-services table td a:hover,
    .page-template-template-services_full table th a:hover, 
    .page-template-template-services_fill table td a:hover {
      background: #746177; }
    
    #secondary ul li.cat-item a {
        padding: 5px 6px;
        margin: 4px 0;
    }
    .prdctfltr_filter label,
    .prdctfltr_woocommerce label{
        padding: 2px 6px;
        margin: 2px 0;
    }
        
    #secondary ul li.cat-item a,
    .prdctfltr_filter label,
    .prdctfltr_woocommerce label{
        background: black;
        border-radius: 3px;
        color: white;
        display: inline-block;
        float: left;
        clear: left;
    }

    #secondary ul li.cat-item a:hover,
    .prdctfltr_filter label:hover, 
    .prdctfltr_woocommerce label:hover, 
    .prdctfltr_woocommerce label span:hover{
      background: #746177;
      color: white !important;}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
#post-487 {
  margin-left: 5%;
  margin-right: 5%; }

#post-487 h1 {
  position: relative !important;
  margin-top: 100px !important;
  top: 0px !important; }

#post-483 {
  margin-left: 5%;
  margin-right: 5%; }

#post-483 h1 {
  position: relative !important;
  margin-top: 100px !important;
  top: 0px !important; }

#post-486 {
  margin-left: 5%;
  margin-right: 5%; }

#post-486 h1 {
  position: relative !important;
  margin-top: 100px !important;
  top: 0px !important; }

#post-0 {
  margin-left: 5%;
  margin-right: 5%; }

#post-0 h1 {
  position: relative !important;
  margin-top: 100px !important;
  top: 0px !important; }

#post-488 h1 {
  position: relative !important;
  margin-top: 100px !important;
  top: 0px !important; }

.current-cat a {
  color: #fff !important; }

.prdctfltr_ft_none {
  display: none !important; }

.prdctfltr_showing {
  display: none !important; }

.prdctfltr_search_terms {
  display: none !important; }

.prdctfltr_count {
  line-height: 12px !important;
  font-size: 14px !important;
  border: 0px !important;
  background-color: transparent !important;
  color: #fff !important; }

.prdctfltr-bars:hover {
  color: #fff !important; }

.prdctfltr-bars:focus {
  color: #fff !important; }

.prdctfltr-delete:hover {
  color: #fff !important; }

.related .woocommerce-loop-product__title {
  min-height: 125px;
  color: #fff !important; }

.summary .woocommerce-Price-amount {
  color: #fff !important; }

.related .woocommerce-Price-amount {
  color: #fff !important; }

.woocommerce-loop-product__title {
  min-height: 125px;
  color: #fff; }

.woocommerce-loop-product__title:hover {
  color: #fff; }

.prdctfltr_sale {
  display: none !important; }

.prdctfltr_instock {
  display: none !important; }

.woocommerce-Price-amount {
  color: #fff;
  font-size: 20px !important; }

.products .button {
  background-color: #000 !important;
  border-radius: 0px !important;
  color: #fff !important;
  border: 1px solid #fff !important; }

.products .button:hover {
  background-color: #fff !important;
  border-radius: 0px !important;
  color: #000 !important;
  border: 1px solid #000 !important; }
.woocommerce .button {
    border-radius: 0px !important;
}

div.woocommerce .button {
  background-color: #000 !important;
  border-radius: 0px !important;
  color: #fff !important;
  border: 1px solid #fff !important; }

div.woocommerce .button:hover {
  background-color: #fff !important;
  border-radius: 0px !important;
  color: #000 !important;
  border: 1px solid #000 !important; }

div.woocommerce a.button:after {
  display: none !important; }

div.woocommerce a.button:before {
  display: none !important; }

.xoo-wsc-ft-btn:before {
  display: none !important; }

.xoo-wsc-ft-btn:after {
  display: none !important; }

.single_add_to_cart_button {
  background-color: #000 !important;
  border-radius: 0px !important;
  color: #fff !important;
  border: 1px solid #fff !important; }

.single_add_to_cart_button:hover {
  background-color: #fff !important;
  border-radius: 0px !important;
  color: #000 !important;
  border: 1px solid #000 !important; }

.xoo-wsc-ft-btn {
  background-color: #000;
  border-radius: 0px !important;
  color: #fff !important;
  border: 1px solid #fff !important; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #000;
  color: #fff;
  -webkit-font-smoothing: antialiased; }

.payment_method_stripe {
  color: #000 !important; }

.prdctfltr_added_loader {
  display: none !important; }

.woocommerce-privacy-policy-text {
  color: #000 !important; }

.xoo-wsc-ft-btn:hover {
  background-color: #fff !important;
  border-radius: 0px !important;
  color: #000 !important;
  border: 1px solid #000 !important; }

.products .button:before {
  display: none !important; }

.products .button:after {
  display: none !important; }

.xoo-wsc-ft-amt-subtotal {
  display: none !important; }

.woocommerce .quantity .qty {
  width: 100px !important;
  text-align: center;
  padding: 4px !important; }

.page-main .entry-header h2 {
  position: relative !important;
  top: 0px !important;
  margin-bottom: 50px; }

/*.single-product #secondary {*/
/*  display: none !important; }*/

/*.single-product .back {*/
/*  display: none !important; }*/

.product-categories {
  float: left;
  padding-left: 0px;
  margin-left: 0px;
  list-style-type: none; }

.woocommerce .quantity .qty {
  height: 34px !important; }

.single-product .col-md-8 {
  width: 100% !important; }

#coupon_code {
  height: 34px; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  padding: 10px; }

span.select2 {
  margin: 0px !important; }

.wc_payment_method label {
  color: #000 !important; }

.wc_payment_method img {
  float: right; }

.woocommerce-privacy-policy-link {
  color: #000 !important; }

#post-488 .col-md-9 {
  width: 100% !important; }

.xoo-wsc-pname a {
  color: #000 !important; }

.sku_wrapper {
  display: none !important; }

.frm_verify {
  display: none; }

.product-template-default .navigation {
  display: none !important; }

.prdctfltr_woocommerce label:hover {
  color: #707376; }

.prdctfltr_woocommerce label span:hover {
  color: #707376;
  font-weight: bold !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
  color: #000; }

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 0;
  font-size: .92em;
  color: #fff !important; }

.woocommerce .woocommerce-breadcrumb a {
  color: #fff !important; }

.woocommerce-product-attributes {
  text-align: left; }

.blog .entry-title a {
  color: #000 !important; }

.entry-date {
  color: #000 !important; }

.xoo-wsc-ft-buttons-cont a {
  background: #000 !important; }

.woocommerce-product-gallery {
  opacity: 1 !important; }

.showlogin {
  color: #000 !important; }

.showcoupon {
  color: #000 !important; }
  
  .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 21.5px;
}

/*#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box
{
    top: 27px;     
}*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
