/* ============================================================
   00. RESET
/* ============================================================ */

html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
:focus {
  outline: 0;
}
input[type="submit"] {
  -webkit-appearance: none;
}
html {
  max-width: 100%;
}
body {
  height: 100%;
  max-width: 100%;
  font-family: "Open Sans", sans-serif;
  position: relative;
}
ol,
ul,
li {
  list-style: none;
}
input[type="text"]::-ms-clear {
  display: none;
}
sup {
  font-size: 10px;
  vertical-align: super;
}
sub {
  font-size: 10px;
  vertical-align: sub;
}
p:empty {
  display: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
section {
  z-index: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* FONTS */
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('https://www.awekas.at/fonts/opensans/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.awekas.at/fonts/opensans/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.awekas.at/fonts/opensans/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.awekas.at/fonts/opensans/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('https://www.awekas.at/fonts/opensans/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.awekas.at/fonts/opensans/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.awekas.at/fonts/opensans/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.awekas.at/fonts/opensans/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.awekas.at/fonts/opensans/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.awekas.at/fonts/opensans/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://www.awekas.at/fonts/opensans/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.awekas.at/fonts/opensans/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* ============================================================
   01. BODY, STYLES, AND MAIN DIVS
/* ============================================================ */

/* === 01. - 001. Body and html === */

html,
body {
  position: relative;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 667px) {
  body,
  html {
    overflow: hidden;
  }
  #main-container {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

html.ie7,
body.ie7 {
  min-width: 480px;
}
section {
  position: relative;
}
a {
  cursor: pointer !important; /*overide every pointer behaviour*/
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:-webkit-any-link {
  text-decoration: none;
  cursor: auto;
}
a:-moz-any-link {
  text-decoration: none;
  cursor: auto;
}
a:link {
  text-decoration: none;
  cursor: auto;
  border: none;
}
a:visited,
a:active {
  text-decoration: none;
  color: inherit;
}
.disable-hover,
.disable-hover * {
  pointer-events: none !important; /*overide every pointer behaviour*/
}
.button,
input[type="button"],
input[type="submit"],
.comment-list .reply a,
.widget .tagcloud a,
.post-tags a {
  display: inline-block;
  font-family: inherit !important; /*important needed for 3rd plugin*/
  line-height: 28px !important; /*important needed for 3rd plugin*/
  padding: 0 12px !important; /*important needed for 3rd plugin*/
  -webkit-border-radius: 30px !important; /*important needed for 3rd plugin*/
  -moz-border-radius: 30px !important; /*important needed for 3rd plugin*/
  border-radius: 30px !important; /*important needed for 3rd plugin*/
  border: 2px solid !important; /*important needed for 3rd plugin*/
  background: none !important; /*important needed for 3rd plugin*/
}
img {
  max-width: 100%;
}
em {
  font-style: italic;
}
blockquote,
blockquote p {
  line-height: 40px;
  font-size: 22px;
  padding-left: 0px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  font-weight: lighter;
}
code {
  display: block;
  clear: both;
  overflow: auto;
  padding: 20px;
  margin: 12px 0;
  white-space: pre;
  font: 12px "Andale Mono", Courier, "Courier New", monospace;
}
ul,
ol {
  margin-left: 30px;
  margin-bottom: 30px;
}
ul li {
  list-style: disc;
  list-style-position: outside;
}
ol li {
  list-style: decimal;
  list-style-position: outside;
}
dt {
  font-weight: bold;
}
dd {
  padding-left: 20px;
}
table {
  width: 100%;
}
table td,
table th {
  text-align: center;
}
table tbody td {
  padding: 5px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
table th {
  border-bottom: 1px solid;
}
caption {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.notransition {
  -webkit-transition: none !important; /*Disable all transitions*/
  -moz-transition: none !important; /*Disable all transitions*/
  -o-transition: none !important; /*Disable all transitions*/
  -ms-transition: none !important; /*Disable all transitions*/
  transition: none !important; /*Disable all transitions*/
}
#main-container {
  height: 100vh;
  max-height: -webkit-fill-available;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
#body-overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#push-anim-overlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out, height 0.6s step-end,
    width 0.6s step-end;
  -moz-transition: opacity 0.5s ease-out, height 0.6s step-end,
    width 0.6s step-end;
  -o-transition: opacity 0.5s ease-out, height 0.6s step-end,
    width 0.6s step-end;
  -ms-transition: opacity 0.5s ease-out, height 0.6s step-end,
    width 0.6s step-end;
  transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;
}
.left-menu-anim #push-anim-overlay,
.sidebar-anim #push-anim-overlay,
.menu-anim #push-anim-overlay {
  opacity: 0.3;
  width: 100%;
  height: 100%;
  cursor: url("/images/close-cursor.png"), progress;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
/* === 01. - 002. Main containers === */
#body-overlay,
#main-container,
#right-search-button,
#right-sidebar-button,
#left-menu-button,
#sliding-menu,
#scrollToTop {
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
}
#header,
#sliding-sidebar,
#scrollToTop {
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
  -o-transition: -o-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.csstransitions .menu-anim #header,
.csstransitions .menu-anim #body-overlay,
.csstransitions .menu-anim #main-container,
.csstransitions .menu-anim #sliding-menu,
.csstransitions .menu-anim #scrollToTop {
  -webkit-transform: translate3d(275px, 0, 0) !important;
  -moz-transform: translate3d(275px, 0, 0) !important;
  -o-transform: translate3d(275px, 0, 0) !important;
  -ms-transform: translate3d(275px, 0, 0) !important;
  transform: translate3d(275px, 0, 0) !important;
}
.no-csstransitions .menu-anim #body-overlay,
.no-csstransitions .menu-anim #main-container,
.no-csstransitions .menu-anim #scrollToTop {
  left: 275px !important;
}
.no-csstransitions .menu-anim #sliding-menu {
  left: 0 !important;
}
.csstransitions .sidebar-anim #body-overlay,
.csstransitions .sidebar-anim #main-container,
.csstransitions .sidebar-anim #right-search-button,
.csstransitions .sidebar-anim #right-sidebar-button,
.csstransitions .sidebar-anim #left-menu-button,
.csstransitions .sidebar-anim #scrollToTop {
  -webkit-transform: translate3d(-350px, 0, 0) !important;
  -moz-transform: translate3d(-350px, 0, 0) !important;
  -ms-transform: translate3d(-350px, 0, 0) !important;
  -o-transform: translate3d(-350px, 0, 0) !important;
  transform: translate3d(-350px, 0, 0) !important;
}
.touch .sidebar-anim #sliding-sidebar {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.no-csstransitions .sidebar-anim #body-overlay,
.no-csstransitions .sidebar-anim #main-container,
.no-csstransitions .sidebar-anim #right-search-button,
.no-csstransitions .sidebar-anim #right-sidebar-button,
.no-csstransitions .sidebar-anim #left-menu-button,
.no-csstransitions .sidebar-anim #scrollToTop {
  left: -350px !important;
}
/* ============================================================
   02. GRID SYSTEM
/* ============================================================ */

/*flexfix ... flex element not resizable*/
.flexfix {
  flex-grow: 0;
  flex-shrink: 0;
}
/*flexfix ... flex element with dynamic size*/
.flexstrech {
  flex-grow: 999999;
  flex-shrink: 1;
}

#content {
  padding-top: 20px;
}
#prefooter-spacer {
  background-color: #daf9ff;
}

.section-container {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
.clear {
  clear: both;
  padding-bottom: 24px;
}
.section-container:after,
.col:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.col {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin-right: 2%;
}
.col.col-last {
  margin-right: 0;
}
.five-cols {
  width: 20%;
  margin-right: 0;
}
.col-1 {
  width: 6.5%;
}
.col-2 {
  width: 15%;
}
.col-3 {
  width: 23.5%;
}
.col-4 {
  width: 32%;
}
.col-5 {
  width: 40.5%;
}
.col-6 {
  width: 49%;
}
.col-7 {
  width: 57.5%;
}
.col-8 {
  width: 66%;
}
.col-9 {
  width: 74.5%;
}
.col-10 {
  width: 83%;
}
.col-11 {
  width: 91.5%;
}
.col-12 {
  width: 100%;
  margin-right: 0;
}

/* ============================================================
   03. HEADER
/* ============================================================ */

#header {
  top: 0;
  z-index: 2;
  min-width: 320px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  background: none;
  -webkit-transform: translateZ(0);
}
#header.trans.dark {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#header.trans.light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header.fixed {
  position: fixed !important;
}
#header-container {
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.header-mobile #header-container {
  position: relative;
  margin: 0 auto;
  min-width: 100%;
}
.header-mobile #header-container {
  position: relative;
  margin: 0 auto;
}
.header-menu #header-container {
  position: relative;
  margin: 0 auto;
}
#header-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}
.ajax-load #header-overlay {
  display: block !important;
}
#header-overlay-slider {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform-style: flat;
}
.ajax-load #header-overlay-slider {
  display: none !important;
}
#header.trans #header-overlay-slider {
  display: block;
}
#header.dark #header-overlay-slider {
  background: #fff;
}
#header.light #header-overlay-slider {
  background: #000;
}
#header.trans #header-overlay {
  opacity: 0 !important;
}
#top-nav {
  display: block;
  background: transparent;
  list-style: none;
  height: 100%;
  position: relative;
}
.header-mobile #top-nav {
  display: none;
}
#top-nav .top-menu {
  position: absolute;
  display: block;
  height: auto;
  width: 100%;
  top: 50%;
  left: 0;
  bottom: 0;
  margin-top: -15px;
  text-align: right;
}
.website-logo {
  position: relative;
  display: inline-block;
  z-index: 1;
  float: left;
  height: 100%;
}
.website-logo a {
  transform: none;
}
.header-mobile .website-logo {
  position: absolute;
  cursor: pointer;
  height: 100%;
  left: 95px;
  right: 95px;
}
.website-logo img {
  position: absolute;
  display: block;
  max-width: none;
  min-height: 25px;
  max-height: 35%;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#header-container .website-logo img.logo-dark {
  opacity: 1;
}
#header-container .website-logo img.logo-light {
  opacity: 0;
}
#header-container.trans.light .website-logo img.logo-light {
  opacity: 1;
}
#header-container.trans.dark .website-logo img.logo-light {
  opacity: 0;
}
#header-container.trans.light .website-logo img.logo-dark {
  opacity: 0;
}
.sliding-sidebar-open,
.search-button {
  margin: 0 10px !important;
  font-size: 18px;
  cursor: pointer;
}
.sliding-sidebar-open i,
.search-button i {
  width: 20px;
  text-align: center;
}
.header-mobile .search-button,
.header-mobile .sliding-sidebar-open,
.header-mobile .sliding-menu-open {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  width: 20px;
  height: 30px;
  top: 50%;
  left: 0;
  line-height: 30px;
  margin: -15px 10px 0 10px !important;
  cursor: pointer;
}
.header-mobile .search-button,
.header-mobile .sliding-sidebar-open {
  float: right;
  right: 0;
  left: auto;
}
.header-menu .no-nav.search-button,
.header-menu .no-nav.sliding-sidebar-open,
.header-menu .sliding-menu-open {
  display: none;
}
.sidebar-anim .sliding-sidebar-open svg {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
#header-container,
#header-overlay,
#header-overlay-slider,
.website-logo img,
.cart-counter,
.cart-counter i,
.cart-counter span,
#header-container .icon-to-search,
.header-mobile .search-button.no-nav,
.search-button .fa-search:before,
.nav-container .search-button .icon-to-search,
.sliding-sidebar-open svg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sliding-menu-open *,
.sliding-sidebar-open * {
  -webkit-transition: fill 0.3s ease-in-out;
  -moz-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  -ms-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

#header.header-mobile #to-woo-icons-menu {
  display: none;
}

/* ============================================================
   04. TOP NAV MENU
/* ============================================================ */

#top-nav li.hide {
  display: none !important;
}
.icon-menu.fa {
  display: inline-block !important;
  float: left;
  width: 24px;
  font-size: 14.5px;
  text-align: left;
}
#top-nav > ul > li > a > span .icon-menu.fa {
  float: none;
}
#top-nav .menu-text-highlight {
  position: absolute;
  top: 6px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  text-transform: none;
}
#top-nav > ul > li > a .menu-text-highlight {
  top: -14px;
  padding: 0;
  margin: 0 0 0 -14px;
}
#top-nav .sub-menu.sub-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#top-nav .sub-menu.sub-image.top-left {
  background-position: top left;
}
#top-nav .sub-menu.sub-image.top-right {
  background-position: top right;
}
#top-nav .sub-menu.sub-image.bot-left {
  background-position: bottom left;
}
#top-nav .sub-menu.sub-image.bot-right {
  background-position: bottom right;
}
#top-nav .megamenu .sub-menu.sub-image {
  padding-right: 100px;
}
#top-nav .megamenu .sub-menu.sub-image.top-left {
  padding-right: 0;
  padding-left: 100px;
}
#top-nav > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-bottom: 3px solid;
  transform: scale(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
  -o-transition: -o-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
#top-nav > ul > li:hover > a:after {
  border-color: inherit;
}
#top-nav > ul > li > a.hover:after,
#top-nav > ul > li.current-menu-ancestor > a:after,
#top-nav > ul > li.current-menu-item > a:after {
  opacity: 1;
  transform: scale(1) translateZ(0);
}
#top-nav > ul > li > a > .icon-menu.fa {
  font-size: 16px;
}
#top-nav li:before,
.icon-menu {
  display: none !important;
}
#top-nav .arrow-indicator {
  position: relative;
  display: inline-block;
  width: 10px;
  left: 6px;
  color: inherit !important;
}
#top-nav .sub-menu .arrow-indicator {
  position: absolute;
  display: inline-block;
  width: 10px;
  left: 175px;
}
#top-nav .megamenu .sub-menu .sub-menu li:hover a,
#top-nav .sub-menu li:hover > a {
  padding-left: 25px;
}
#top-nav .megamenu .sub-menu .arrow-indicator {
  display: none;
}
#top-nav ul {
  float: left;
}
#top-nav ul {
  height: 100%;
  margin: 0;
  padding: 0;
}
#top-nav li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  line-height: 30px;
  margin: 0;
  padding: 0;
  transform: none;
}
#top-nav li.megamenu {
  position: static;
}
.custom-sub {
  position: relative;
  display: none;
  height: 8px;
  width: 100%;
  top: 100%;
  margin: 0;
}
#top-nav .sub-menu {
  position: absolute;
  height: auto;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}
#top-nav > ul > li > a {
  position: relative;
  z-index: 3;
  height: 100%;
  line-height: 30px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
#top-nav li a {
  display: block;
  float: left;
  line-height: 25px;
  padding: 0px 10px;
  color: inherit;
  background: transparent !important;
  cursor: pointer;
}
#top-nav > ul > li.menu-item-has-children > a {
  padding: 0px 16px 0 14px;
  letter-spacing: 0.5px;
}
#top-nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
}
#top-nav ul ul li {
  position: relative;
  display: inline-block;
  width: 190px;
  height: auto;
  min-height: 40px;
}
#top-nav ul ul li a {
  width: 158px;
  line-height: 14px;
  background: transparent !important;
  text-align: left;
  padding: 13px 16px;
  font-size: 13px !important;
}
#top-nav .sub-menu .sub-menu {
  top: 0px !important;
  margin-left: 190px;
}
#top-nav .megamenu .sub-menu {
  height: auto;
  width: 100%;
  max-width: 1280px;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}
#top-nav .megamenu > .sub-menu {
  top: -200%;
}
#top-nav .megamenu .menu-item:after {
  display: none;
}
#top-nav .megamenu .sub-menu li {
  display: table-cell;
  vertical-align: top;
  float: none;
  width: 33.33%;
  padding: 15px;
  background: transparent !important;
}
#top-nav .megamenu .sub-menu li:hover {
  background: transparent !important;
}
#top-nav .megamenu .sub-menu li:last-child {
  border-right: none;
}
#top-nav > ul > .megamenu > .sub-menu > li > a {
  margin: 8px 0 18px 15px;
  padding: 0 0 12px 0;
  font-size: 12px !important;
  text-transform: uppercase;
  border-bottom: 1px solid;
  border-color: inherit;
}
#top-nav .megamenu .sub-menu li a {
  font-weight: 600;
  padding: 0 15px;
}
#top-nav .megamenu .sub-menu li ul {
  position: relative;
  display: block;
  width: 100%;
  top: 0px !important;
  left: 0px !important;
  padding: 0;
  opacity: 1;
  border-top: none;
}
#top-nav .megamenu .sub-menu .sub-menu {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#top-nav .megamenu .sub-menu .sub-menu li {
  position: relative;
  display: block;
  float: right;
  min-height: 30px;
  width: 100%;
  padding: 0;
  opacity: 1;
  border: none;
}
#top-nav .megamenu .sub-menu .sub-menu li a {
  width: auto;
  text-transform: none;
  font-weight: normal;
  padding: 7px 15px;
  font-size: 13px;
  background: none !important;
}
#top-nav > ul > li.right > ul {
  right: 0;
}
#top-nav ul .right ul li a {
  background: transparent !important;
  text-align: right;
}
#top-nav .right .sub-menu .sub-menu {
  top: 0px !important;
  margin-left: 0;
  right: 190px;
  opacity: 1;
}
#top-nav .right .sub-menu {
  height: auto;
  -webkit-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.05);
}
#top-nav .right .sub-menu .arrow-indicator {
  position: absolute;
  display: inline-block;
  width: 10px;
  left: 5px;
}
#top-nav .right .sub-menu .arrow-indicator .fa-angle-right:before {
  content: "\f104";
}
#top-nav .right .sub-menu li:hover > a {
  padding-right: 25px;
  padding-left: 0;
}
#top-nav ul li.megamenu > ul,
#top-nav ul li > ul {
  display: block;
  overflow: hidden;
  max-height: 0px;
  max-width: 0px;
  top: 100%;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease,
    max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end;
  -o-transition: -o-transform 0.2s ease, opacity 0.2s ease,
    max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end;
  transition: transform 0.2s ease, opacity 0.2s ease, max-height 0.3s step-end,
    max-width 0.3s step-end, top 0.3s step-end;
}
#top-nav ul li.megamenu > ul ul {
  overflow: visible;
  top: 0;
  max-height: none;
  max-width: none;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#top-nav ul li.megamenu:hover > ul,
#top-nav ul li:hover > ul {
  overflow: visible;
  max-height: 3000px;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease,
    max-height 0s step-end, max-width 0s step-end, top 0s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.2s ease,
    max-height 0s step-end, max-width 0s step-end, top 0s step-end;
  transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end,
    max-width 0s step-end, top 0s step-end;
}
#top-nav ul li:hover > ul {
  max-width: 190px;
}
#top-nav ul li.megamenu:hover > ul {
  max-width: 3000px;
}
#top-nav ul li.megamenu:hover > .sub-menu {
  top: 100%;
}
#top-nav ul li a {
  -webkit-transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
}
#top-nav > ul > li.megamenu.columns-2 > ul > li {
  width: 50%;
}
#top-nav > ul > li.megamenu.columns-3 > ul > li {
  width: 33.33%;
}
#top-nav > ul > li.megamenu.columns-4 > ul > li {
  width: 25%;
}
#top-nav > ul > li.megamenu.columns-5 > ul > li {
  width: 20%;
}
#top-nav > ul > li.megamenu.columns-6 > ul > li {
  width: 16.66%;
}
/* ============================================================
   05. LEFT NAV MENU
/* ============================================================ */

#left-nav .menu-text-highlight {
  position: absolute;
  top: 4px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  text-transform: none;
}
#left-nav,
#left-nav * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#left-nav {
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
#left-nav,
#left-menu-shop {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 275px;
  margin: 0;
  padding: 30px 0;
  font-size: 14px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#left-menu-shop {
  position: relative;
  display: inline-block;
  margin: -8px 0 0 0;
}
.lef-menu {
  position: relative;
  display: block;
  left: 0;
}
#left-nav .back-sub-menu span {
  padding: 0 0 0 6%;
  line-height: 40px;
  height: 40px;
}
#left-nav .back-sub-menu:hover i {
  position: relative;
}
#left-nav li,
#left-menu-shop li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  min-height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-box-sizing: box-content;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#left-menu-shop li {
  position: relative;
  display: block;
  max-height: 40px;
}
#left-nav li.back-sub-menu,
#left-nav .megamenu ul li.back-sub-menu {
  position: relative;
  display: block;
  width: 70%;
  padding: 0 18% 12px 12%;
}
#left-nav li.back-sub-menu:hover,
#left-nav .megamenu ul li.back-sub-menu:hover {
  padding: 0 23% 12px 7%;
}
#left-nav li.back-sub-menu:hover:before,
#left-nav .megamenu ul li.back-sub-menu:hover:before {
  display: none;
}
#left-nav li a,
#left-menu-shop li a {
  position: relative;
  display: block;
  float: left;
  width: 70%;
  line-height: 16px;
  margin: 0;
  padding: 12px 18% 12px 12%;
  text-align: left;
  cursor: pointer;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#left-nav ul li:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 3px;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}
#left-nav ul li.current-menu-item:before,
#left-nav ul li.current_page_ancestor:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
#left-nav ul li:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
#left-nav > ul > li > a,
#left-nav .back-sub-menu,
#left-menu-shop a {
  text-transform: uppercase;
  font-weight: 900;
}
#left-nav li a .fa {
  display: table;
  font-size: 14px;
  height: 100%;
}
#left-nav li a .fa:before {
  display: table-cell;
  vertical-align: middle;
}
#left-menu-shop li a i {
  font-size: 18px;
  padding: 0 4px 0 0;
}
#left-nav li:hover > a,
#left-menu-shop li:hover > a {
  padding: 12px 17% 12px 17%;
  width: 66%;
}
#left-nav ul {
  position: relative;
  display: block;
  float: left;
  height: auto;
  width: 100%;
  margin: 0;
}
#left-nav ul ul {
  position: absolute;
  display: block;
  top: 0;
  left: -5000px;
  right: 0;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, left 0.6s step-end;
  -moz-transition: opacity 0.3s ease-out, left 0.6s step-end;
  -o-transition: opacity 0.3s ease-out, left 0.6s step-end;
  -ms-transition: opacity 0.3s ease-out, left 0.6s step-end;
  transition: opacity 0.3s ease-out, left 0.6s step-end;
}
#left-nav > ul > li.menu-item-language {
  margin-top: 30px;
}
#left-nav .submenu-languages {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  right: auto;
  opacity: 1;
}
#left-nav .submenu-languages a {
  text-transform: uppercase;
  font-weight: 900;
}
#left-nav ul ul.sub-menu-show {
  left: 275px;
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#left-nav ul ul li {
  display: block;
}
#left-nav .megamenu li {
  height: 40px;
  line-height: 40px;
}
#left-nav .megamenu ul li {
  position: relative;
  display: inline-block;
  float: left;
  height: auto;
  width: 100%;
}
#left-nav .megamenu ul ul li:last-child {
  border: none;
}
#left-nav > ul > li > a > .icon-menu.fa {
  font-size: 16px;
}
#left-nav .arrow-indicator,
#left-menu-shop span {
  position: absolute;
  display: block;
  width: 10px;
  top: 0;
  left: 80%;
  font-size: 20px;
}
#left-nav .arrow-indicator {
  height: 100%;
}
#left-menu-shop span {
  top: 8px;
  left: 80%;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  font-weight: initial;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#left-nav li:before,
#left-nav .icon-menu,
#left-nav .megamenu li:after {
  display: none;
}
#left-nav .back-sub-menu {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.left-menu,
#left-nav li:before {
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
  -o-transition: -o-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
[data-menu="left-nav"] #sliding-menu {
  left: 0px;
}
[data-menu="left-nav"] #main-container {
  margin-left: 275px;
}
[data-menu="left-nav"] #header,
[data-menu="left-nav"] #header-spacer {
  display: none;
  height: 0 !important;
}
#left-menu-button,
#right-sidebar-button,
#right-search-button {
  position: fixed;
  display: none;
  left: 285px;
  top: 10px;
  z-index: 999;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.08);
}
[data-menu="left-nav"] #main-container {
  left: 0px;
}
[data-menu="left-nav"] .loading-container {
  left: 275px;
  right: 0;
}
#left-menu-button * {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* ============================================================
   06. LEFT SIDEBAR
/* ============================================================ */

/* === 06. - 001. Main styles and divs === */
#wrapper-scroll {
  position: absolute;
  top: -99999px;
  left: -99999px;
  width: 335px;
  overflow-y: scroll;
  height: 120px;
}
#textarea-scroll {
  margin-top: 10px;
  height: 250px;
  width: 100%;
  overflow-x: hidden;
  overflow: auto;
}
#sliding-menu {
  position: fixed;
  display: block;
  z-index: 1;
  width: 275px;
  top: 0;
  bottom: 0;
  left: -275px;
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#sliding-menu-overlay {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#sliding-menu-inner {
  position: relative;
  display: block;
  /* height: 100%;  */
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#menu-widget {
  padding: 0 12% 100px 12%;
}
#sliding-menu-logo {
  position: relative;
  display: block;
  width: 275px;
  height: auto;
  text-align: center;
}
#sliding-menu-logo img {
  position: relative;
  display: block;
  max-width: 45%;
  margin: 35px auto;
}

/* ============================================================
   13. FOOTER
/* ============================================================ */

#footer {
  clear: both;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#footer-top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#footer-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: none;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#footer-top {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#footer-inner-top {
  position: relative;
  padding: 100px 0px;
}
#footer-bottom {
  height: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#footer-bot-overlay {
  background: #2d2d2d;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#footer-inner-bottom {
  padding-top: 20px;
  cursor: pointer;
}

#footer-inner-bottom .col-7 {
  margin-bottom: 0 !important;
  width: 100px;
}
#copyright-container {
  color: #f2f2f2;
  width: 75%;
  min-width: 340px;
}
#copyright {
  font-size: 13px;
  line-height: 22px;
}
#footer-social {
  text-align: right;
  width: 100px;
}
@media all and (max-width: 1080px) {
  #footer-social {
    visibility: hidden;
  }
  #copyright-container {
    width: 100%;
  }
  #footer-inner-bottom {
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  #footer-bottom {
    height: 30px;
  }
  #footer-inner-bottom {
    padding-top: 3px;
    max-width: none;
  }
}
#footer-social a {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 18px;
  margin-left: 4px;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#scrollToTop {
  position: fixed;
  overflow: hidden;
  z-index: 3;
  height: 50px;
  width: 50px;
  bottom: 38px;
  right: 25px;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#scrollToTop-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#scrollToTop-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#scrollToTop i {
  position: relative;
  display: block;
  color: #fff;
  line-height: 50px;
}
#scrollToTop:hover i {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.touch #scrollToTop {
  display: none;
}
/* ============================================================
   14. Call To Action
/* ============================================================ */

#call-to-action {
  position: relative;
  text-align: center;
  vertical-align: bottom;
  font-size: 26px;
}
#call-to-action .section-container {
  padding: 42px 0px 36px 0px;
  line-height: 32px;
}
#call-to-action .section-container span {
  margin-right: 20px;
}
#call-to-action img.cloud {
  position: relative;
  height: 22px;
  top: 2px;
  left: 8px;
}
#call-to-action,
#call-to-action span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ============================================================
   14. PAGE NAVIGATION
/* ============================================================ */

.to-page-nav {
  margin: 10px auto;
  width: 100%;
}
.section-container .to-page-nav {
  display: inline-block;
}
#single-post-section .to-page-nav {
  margin-top: 30px;
}
.to-page-nav ul {
  margin: 0;
}
.to-page-nav li {
  position: relative;
  display: inline-block;
  height: 32px;
  text-align: center;
  cursor: pointer;
}
.to-page-nav li.to-page-nav-dot {
  top: -3px;
  left: -3px;
}
.to-page-nav li.active {
  background: none !important;
}
.to-page-nav li a {
  position: relative;
  display: inline-block;
  line-height: 32px;
  height: 32px;
  min-width: 12px;
  padding: 0 15px;
  background: none;
  font-size: 18px;
  font-weight: 600 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.to-page-nav li a:first-child {
  padding: 0 30px 0 0;
  margin: 0;
}
.to-page-nav li a i {
  font-weight: 600;
}
/* ============================================================
   22. WIGDETS
/* ============================================================ */

#sidebar {
  padding-right: 20px;
}
.boxsizing #sidebar {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#sidebar.col-last {
  padding-left: 20px;
  padding-right: 0;
}
#sidebar.col-last:after {
  content: "";
  clear: both;
}
#sidebar .widget {
  margin-bottom: 50px;
}
#footer-inner-top .marg:last-child {
  margin-right: 0;
}
#footer-inner-top .widget {
  margin-bottom: 55px;
}
#footer-inner-top .widget:last-child {
  margin-bottom: 0px;
}
#sliding-sidebar .widget {
  margin-bottom: 40px;
}
.widget {
  position: relative;
}
.widget ul {
  position: relative;
  margin-left: 0;
  margin-bottom: 0;
}
.widget h4 {
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.widget ul li {
  position: relative;
  padding: 0 0 6px 0;
  list-style: none;
  margin-bottom: 0px;
}
.widget ul li a {
  font-weight: 600;
}
.widget ul li:last-child {
  border: none;
}
.widget ul ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.widget .cat-item a {
  margin-right: 24px;
}
.widget .cat-item .count {
  position: absolute;
  top: 0;
  right: 0;
}
.product_list_widget *,
.widget-recent-projects,
.widget-recent-projects * {
  -webkit-transform: initial;
  -moz-transform: initial;
  -ms-transform: none;
  -o-transform: initial;
  transform: none;
}
/* === 22. - 007. Custom Menu Widget === */

.widget.widget_nav_menu li {
  padding: 0;
  border-bottom: none;
}
.widget.widget_nav_menu li:before {
  display: none;
}
.widget.widget_nav_menu li.menu-item-has-children > a:after {
  content: "+";
  position: relative;
  float: right;
  right: 5px;
  height: 38px;
  margin: -8px 0 0 0;
  line-height: 38px;
  font-size: 18px;
}
.widget.widget_nav_menu li.menu-item-has-children.open > a:after {
  content: "-";
}
.widget.widget_nav_menu li.menu-item-has-children ul {
  display: none;
}
.widget.widget_nav_menu li a {
  display: block;
  padding: 8px 0px;
  border-bottom: 1px solid;
  border-color: inherit;
  line-height: 25px;
}
.alignleft {
  float: left;
  margin-right: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  margin: 15px auto;
}
.wp-caption {
  max-width: 100%;
  border: 1px solid;
  padding: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-caption .wp-caption-text {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0 5px;
  line-height: 1.5;
  background: #f1f1f1;
  padding: 0.5em;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 10px !important;
  display: block;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
#custom_header {
  width: 100%;
  height: auto;
}
.document-script {
  display: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-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. */
}

/* ============================================================
   24. MEDIA QUERIES
/* ============================================================ */

@media only screen and (max-width: 1600px) {
  [data-menu="left-nav"] .to-slide-content-inner {
    padding: 0 70px !important;
  }
  [data-menu="left-nav"] .section-container {
    max-width: 980px;
  }
}
@media only screen and (max-width: 1380px) {
  .section-container {
    max-width: 980px;
  }
  [data-menu="left-nav"] .section-container {
    max-width: 880px;
  }
}
@media only screen and (max-width: 1300px) {
  .section-container {
    max-width: 880px;
    margin: 0 auto;
    position: relative;
  }
  [data-menu="left-nav"] .section-container {
    max-width: 680px;
  }
  .to-page-nav.section-container {
    margin: 10px 0;
  }
  .index-container {
    margin: 80px auto 60px auto;
  }
  .light-box-video {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1000px) {
  h1#single-post-title {
    max-width: 620px;
  }
  .items-results-count {
    font-size: 32px;
    font-weight: 300 !important;
    text-align: center;
    margin: 25px 0;
    padding: 0 10px;
  }
  .items-results .items-from {
    border-bottom: 1px solid;
    margin: 30px 40px;
    padding: 10px 0;
  }
  .items-results .to-search-item {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 1080px) {
  .cart-counter {
    left: 34px;
    right: auto;
  }
  [data-menu="left-nav"] #left-menu-button {
    display: block;
    left: 10px;
  }
  [data-menu="left-nav"] #sliding-menu {
    left: -275px;
  }
  [data-menu="left-nav"] #main-container {
    margin-left: 0;
  }
  [data-menu="left-nav"] .to-slide-content-inner {
    padding: inherit !important;
  }
  [data-menu="left-nav"] .loading-container {
    left: 0;
  }
  .no-csstransitions .left-menu-anim #right-search-button,
  .no-csstransitions .left-menu-anim #right-sidebar-button,
  .no-csstransitions .left-menu-anim #main-container {
    left: 275px;
  }
  .no-csstransitions .left-menu-anim #sliding-menu {
    left: 0px !important;
  }
  .no-csstransitions .left-menu-anim #left-menu-button {
    left: 285px !important;
  }
  .csstransitions .left-menu-anim #main-container,
  .csstransitions .left-menu-anim #sliding-menu,
  .csstransitions .left-menu-anim #right-search-button,
  .csstransitions .left-menu-anim #right-sidebar-button,
  .csstransitions .left-menu-anim #left-menu-button {
    -webkit-transform: translate3d(275px, 0, 0);
    -moz-transform: translate3d(275px, 0, 0);
    -ms-transform: translate3d(275px, 0, 0);
    -o-transform: translate3d(275px, 0, 0);
    transform: translate3d(275px, 0, 0);
  }
}
@media only screen and (max-width: 1000px) and (min-width: 1px) {
  .portfolio-sidebar {
    width: 100%;
    padding: 0;
  }
  .boxsizing .portfolio-sidebar {
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .section-container #portfolio-nav {
    float: none;
    margin: 15px 0 0 0;
  }
  #footer-social {
    text-align: left;
  }
  #footer-social a {
    margin-left: 0;
    margin-right: 4px;
  }
  #sidebar,
  #sidebar.col-last {
    padding: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 690px) and (max-width: 1000px) {
  [data-menu="left-nav"] .section-container,
  .section-container {
    max-width: 600px;
  }
  .col {
    margin-bottom: 15px;
  }
  .five-cols {
    width: 50%;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100%;
    margin-left: 0px;
  }
  .col1-4 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col1-4.col-3 {
    width: 48%;
    margin-bottom: 2%;
    margin-right: 15px;
    margin-left: 0px;
    padding: 15px;
    float: left;
  }
  .col1-4.col-3.clear-both {
    clear: both;
  }
  .col1-4.col-3.right-edge {
    margin-right: 0px;
  }
  .col.col-4 .col.col-2,
  .col.col-3 .col.col-2,
  .col.col-2 .col.col-2,
  .col.col-6 .col.col-2 {
    width: 7% !important;
  }
  .col.col-4 .col-10,
  .col.col-3 .col.col-10,
  .col.col-2 .col.col-10,
  .col.col-6 .col.col-10 {
    width: 91% !important;
  }
  h1,
  h2,
  .to-page-heading .single-title,
  .woocommerce div.product div.summary h1 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .to-slide .to-slide-content-inner h1 {
    font-size: 45px !important;
    line-height: 45px !important;
    margin-bottom: 10px !important;
  }
  .to-slide .to-slide-content-inner p {
    font-size: 18px !important;
  }
  .items-results-count {
    padding: 0 10px;
  }
  .items-results .items-from {
    margin: 30px 0;
  }
  .items-results .to-search-item {
    padding: 0 30px;
  }
}
@media screen and (max-width: 782px) {
  html.admin {
    margin-top: 0 !important;
    top: 46px !important;
  }
  .admin-bar #header.fixed,
  .admin-bar #header.search,
  .admin-bar #search-container,
  .admin-bar #sliding-sidebar,
  .admin-bar #sliding-menu {
    margin-top: 46px !important;
  }
  .admin-bar #right-search-button,
  .admin-bar #right-sidebar-button,
  .admin-bar #left-menu-button {
    top: 55px;
  }
}
@media only screen and (max-width: 690px) {
  [data-menu="left-nav"] .section-container,
  .section-container {
    max-width: 420px;
  }
  h2,
  .to-page-heading .single-title,
  .woocommerce div.product div.summary h1 {
    font-size: 26px !important;
    line-height: 34px !important;
  }
  .to-page-nav.section-container {
    margin: 10px 0;
  }
  .to-page-heading .title {
    font-size: 36px !important;
    line-height: 36px !important;
  }
  .to-page-heading .subtitle {
    font-size: 20px;
    line-height: 26px;
  }
  .col {
    margin-bottom: 25px;
  }
  .col.col-12 {
    margin-bottom: 0;
  }
  .five-cols {
    width: 100%;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100%;
    margin-left: 0px;
  }
  .col.col-4 .col.col-2,
  .col.col-3 .col.col-2,
  .col.col-2 .col.col-2,
  .col.col-6 .col.col-2 {
    width: 15% !important;
  }
  .col.col-4 .col-10,
  .col.col-3 .col.col-10,
  .col.col-2 .col.col-10,
  .col.col-6 .col.col-10 {
    width: 83% !important;
  }
  #to-author-bio {
    margin: 0;
  }
  #to-author-bio img {
    display: none;
  }
  #to-author-info {
    margin: 0;
  }
  #post-nav #post-prev-link h3,
  #post-nav #post-next-link h3 {
    display: none;
    margin: 0;
  }
  .comment-list .comment-meta {
    margin: 0;
  }
  .comment-list li.comment > div {
    padding: 25px 0 25px 0;
  }
  .comment-list li.comment > div img.avatar {
    display: none;
  }
  .comment-list .reply {
    display: block;
    position: relative;
    margin: 15px 0 0 0;
    top: auto;
    bottom: auto;
    left: -10px;
    text-align: right;
  }
  .comment-list .parent:after,
  .comment-list .children:after,
  .comment-list .children:before,
  .comment-list .children:first-child:before {
    display: none;
  }
  .to-slide.left .to-slide-content-inner,
  .to-slide.center .to-slide-content-inner,
  .to-slide.right .to-slide-content-inner {
    padding: 0;
  }
  .post-info .post-date,
  #single-post-information {
    display: none;
  }
  .post-info-inner {
    left: 0;
    margin: 0;
  }
  .post-content-holder p,
  .post-content-holder .button {
    margin: 0 !important;
  }
  h1,
  .to-slide .to-slide-content-inner h1 {
    font-size: 36px !important;
    line-height: 36px !important;
    margin-bottom: 10px !important;
  }
  .to-slide .to-slide-content-inner p {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .to-slide .to-slide-content-inner .to-button {
    font-size: 14px;
  }
  .to-lb-video {
    width: 80%;
  }
  .section-container #portfolio-nav #portfolio-all-items,
  .section-container #portfolio-nav #portfolio-prev-link,
  .section-container #portfolio-nav #portfolio-next-link {
    font-size: 24px;
  }
  .section-container #portfolio-nav {
    height: 35px;
    max-height: 35px;
    line-height: 35px;
  }
  .items-results-count {
    padding: 0 10px;
  }
  .items-results .items-from {
    margin: 30px 0;
  }
  .items-results .to-search-item {
    padding: 0 20px;
  }
  .items-results .to-search-item-excerpt {
    max-height: 75px;
    overflow: hidden;
  }
  #post-nav #post-all-items {
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  [data-menu="left-nav"] .section-container,
  .section-container {
    max-width: 300px;
  }
  .website-logo img {
    max-height: 20px;
    min-height: 0px;
  }
  input.search {
    padding: 8px 0 9px 0;
    font-size: 24px;
    line-height: 45px !important;
  }
  #sliding-sidebar {
    width: 275px;
  }
  .touch #sliding-sidebar {
    -webkit-transform: translate3d(275px, 0, 0);
    -moz-transform: translate3d(275px, 0, 0);
    -o-transform: translate3d(275px, 0, 0);
    -ms-transform: translate3d(275px, 0, 0);
    transform: translate3d(275px, 0, 0);
  }
  #sliding-sidebar-inner {
    padding: 25px;
  }
  .csstransitions .sidebar-anim #body-overlay,
  .csstransitions .sidebar-anim #main-container,
  .csstransitions .sidebar-anim #right-search-button,
  .csstransitions .sidebar-anim #right-sidebar-button,
  .csstransitions .sidebar-anim #left-menu-button,
  .csstransitions .sidebar-anim #scrollToTop {
    -webkit-transform: translate3d(-275px, 0, 0) !important;
    -moz-transform: translate3d(-275px, 0, 0) !important;
    -o-transform: translate3d(-275px, 0, 0) !important;
    -ms-transform: translate3d(-275px, 0, 0) !important;
    transform: translate3d(-275px, 0, 0) !important;
  }
  .no-csstransitions .sidebar-anim #body-overlay,
  .no-csstransitions .sidebar-anim #main-container,
  .no-csstransitions .sidebar-anim #right-search-button,
  .no-csstransitions .sidebar-anim #right-sidebar-button,
  .no-csstransitions .sidebar-anim #left-menu-button,
  .no-csstransitions .sidebar-anim #scrollToTop {
    left: -275px !important;
  }
  .light-box-container img {
    max-width: 90%;
  }
  #to-slider-prev,
  #to-slider-next {
    width: 0;
    overflow: hidden;
    opacity: 0;
  }
  .slider-buttons {
    display: none;
  }
  h1,
  .to-slide .to-slide-content-inner h1 {
    font-size: 32px !important;
    line-height: 32px !important;
    margin-bottom: 10px !important;
  }
  .to-slide .to-slide-content-inner p {
    font-size: 14px !important;
    line-height: 14px !important;
  }
  .comment-list .children {
    padding-left: 0;
  }
}

/* ab hier Section 2 */
.main {
  height: 900px;
  background-color: #aaaaaa;
}
#footer-inner-top {
  padding: 50px 0;
}
#header {
  background-color: #dfeef9;
  background-image: url("/images/awekas_header_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
}
.headerColor {
  background: none !important;
}
#top-nav {
  left: 85px;
}
#top-nav .top-menu {
  top: 69%;
}
#top-nav > ul > li.menu-item-has-children > a {
  padding: 0px 8px 0 8px;
  letter-spacing: 0.3px;
}
.menu-map::before {
  content: "\f279";
}
.menu-tabelle::before {
  content: "";
}
.menu-meld::before {
  content: "";
}
.menu-warn::before {
  content: "";
}
.menu-info::before {
  content: "";
}
.menu-register::before {
  content: "";
}
.menu-memberlist::before {
  content: "";
}
.menu-membermap::before {
  content: "\f21d";
}
.menu-imprint::before {
  content: "";
}
.menu-supp::before {
  content: "";
}
.menu-banner::before {
  content: "";
}
.menu-widg::before {
  content: "";
}
.menu-change::before {
  content: "";
}
.menu-imp::before {
  content: "\f362";
}
.menu-melden::before {
  content: "";
}
.menu-einst::before {
  content: "";
}
.menu-istru::before {
  content: "";
}
.menu-my::before {
  content: "";
}
.menu-api::before {
  content: "";
}
.menu-sw::before {
  content: "\f073";
}
.menu-dataprivacy::before {
  content: "";
}
.menu-deu::before {
  content: url("../images/flags/de.png");
}
.menu-eng::before {
  content: url("../images/flags/en.png");
}
.menu-fra::before {
  content: url("../images/flags/fr.png");
}
.menu-ita::before {
  content: url("../images/flags/it.png");
}
.menu-ned::before {
  content: url("../images/flags/nl.png");
}
.menu-esp::before {
  content: url("../images/flags/es.png");
}

.menu-register-red {
  color: #ff0000;
}
.website-logo img {
  min-height: 60%;
  max-height: 60%;
}
@media screen and (max-width: 480px) {
  .website-logo img {
    min-height: 48%;
    max-height: 48%;
  }
}
.headerColor {
  background: #ffffff;
  color: #383838;
}
#header .cart-counter *,
#header .wishlist-link *,
#header-container input.search,
.search-close .fa-times {
  color: #383838;
}
.headerColor2 {
  background: #383838;
  color: #ffffff;
}
.header-mobile .sliding-sidebar-open,
.search-button.no-nav {
  color: #383838;
}
.trans.dark .sliding-menu-open *,
.trans.dark .sliding-sidebar-open * {
  fill: #555555;
}
.trans.light .sliding-menu-open *,
.trans.light .sliding-sidebar-open * {
  fill: #e8e8e8;
}

#to-slider {
  background: #565656;
}
.sidebarColor {
  background: #ffffff;
}
#sliding-menu {
  background: #ffffff;
}
#sliding-menu-overlay {
  opacity: 0;
}
#left-nav {
  background: #f5f6fa;
}
#sliding-menu.dark #left-nav > ul > li > a,
#sliding-menu.dark #left-nav li:hover > a,
#sliding-menu.dark #left-nav li:hover > a i,
#sliding-menu.dark #left-menu-shop li a,
#sliding-menu.dark #left-nav li.back-sub-menu span,
#sliding-menu.dark #left-nav li.back-sub-menu i,
#sliding-menu.dark #left-nav .left-cart-counter:hover *,
#sliding-menu.dark #left-nav .to-wishlist-counter:hover * {
  color: #59585b;
}
#sliding-menu.light #left-nav > ul > li > a,
#sliding-menu.light #left-nav li:hover > a,
#sliding-menu.light #left-nav li:hover > a i,
#sliding-menu.light #left-menu-shop li a,
#sliding-menu.light #left-nav li.back-sub-menu span,
#sliding-menu.light #left-nav li.back-sub-menu i,
#sliding-menu.light #left-nav .left-cart-counter:hover *,
#sliding-menu.light #left-nav .to-wishlist-counter:hover * {
  color: #ffffff;
}
.sliding-menu-open *,
.sliding-sidebar-open * {
  fill: #383838;
}
#left-nav ul li:before {
  background: #dddddd;
}
#left-nav ul li.current-menu-item:before,
#left-nav ul li.current_page_ancestor:before {
  background: #ff6863;
}
body.dark,
.dark p,
.dark div,
.dark a,
#header .buttons a,
#header .quantity {
  color: #555555;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark h1 a,
.dark h2 a,
.dark h3 a,
.dark h4 a,
.dark h5 a,
.dark h6 a,
.dark.to-slide .to-slide-content-inner *,
.dark dt,
.dark .post-title a,
.dark .summary .posted_in,
#header .widget_shopping_cart_content .cart_list a,
.dark table.cart td.product-name a,
.dark .woocommerce-tabs ul.tabs li,
.dark .comment-list .comment-author,
.dark .comment-list .comment-author a,
.dark .to-pie-chart span,
.dark .to-progress-bar-title strong,
.dark .to-counter-number span,
.dark .to-counter-number-desc,
.dark .to-sc-twitter-icon,
.dark li.active-tab {
  color: #59585b;
}
.dark .widget a:hover {
  color: #ff6863;
}
.dark.to-page-heading-img-true * {
  color: #59585b;
}
.dark .to-grid-filters-button svg * {
  fill: #555555;
}
body,
#body-overlay,
#main-container,
.comment-list li,
.comment-list li.comment > #respond {
  background: #fcfcfc;
}
::selection {
  background: #ff6863 !important;
  color: #ffffff !important;
}
::-moz-selection {
  background: #ff6863 !important;
  color: #ffffff !important;
}
.csstransforms .loading {
  border-left: 3px solid rgba(255, 104, 99, 0.2);
  border-right: 3px solid rgba(255, 104, 99, 0.2);
  border-bottom: 3px solid rgba(255, 104, 99, 0.2);
  border-top: 3px solid #ff6863;
}
.csstransforms .next-container.load {
  border-top: 2px solid #ff6863;
}
.to-item.active {
  background: none !important;
}

.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.header-pages li.active,
#header .buttons a:hover,
#header .total .amount,
#header .widget_shopping_cart_content .cart_list a:hover,
.grid-filter-title:hover,
.no-touch .isotopeFilters-title:hover,
.grid-home-page .next-container:hover,
.to-grid-filter-title.actived,
.to-item-overlay,
.widget .tagcloud a:hover,
.post-tags a:hover,
.sliding-menu-open:hover > div,
.widget.widget_tag_cloud a:hover,
.comment-list .reply a:hover,
.dark .comment-list .comment-author a:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.to-page-nav li.active a,
.to-page-nav li a:hover,
.page-numbers .current,
.page-numbers a:hover,
.accentColor,
.accentColorHover:hover,
a.accentColor,
a:not(.to-button):hover,
.required,
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before,
#header-container.trans.light .search-button:hover .fa-search,
#header-container.trans.dark .search-button:hover .fa-search,
.widget.widget_rss cite,
.widget.widget_calendar #today,
.required,
.wpcf7-form .wpcf7-not-valid-tip,
#comment-status,
.comment-awaiting-moderation,
.comment-list .comment-meta a:hover,
#cancel-comment-reply-link:hover,
#to-crumbs a:hover,
#portfolio-all-items:hover i,
.to-item-meta a:hover *,
.to-excerpt-more:hover,
.to-search-item-content h4 a:hover,
.to-testimonial .to-testimonial-autor-desc,
.to-team-carousel .to-member-social li a,
.to-quote .fa-quote-left,
.post-like:hover i,
.post-like.liked,
.post-like.liked i,
.dark .post-like.liked,
.dark .widget a.post-like.no-liked:hover i,
.post-like .icon-to-x,
.ui-menu-item:hover .title,
.grid-home-page .to-grid-filter-title:hover,
.blog-page .to-grid-filter-title:hover,
.portfolio-page .to-grid-filter-title:hover,
.to-masonry .to-item.tall .to-excerpt-masonry:hover,
.to-item-title-hover,
.to-item-dot:before,
.to-item-dot .before,
#comment-status p,
.posted_in a,
.post-cat-holder a,
.post-tag-holder a,
.actived {
  color: #ff6863;
}
/*
.ui-menu,
.ui-menu .ui-menu-item{
	background: rgba(31,31,31,0.95);
	color: #EBEBEB;
}
*/
.ui-menu-item .desc {
  color: #c1c1c1;
}
.ui-menu-item .ui-corner-all:hover,
.ui-menu-item .ui-corner-all.ui-state-focus {
  background: rgba(0, 0, 0, 0.25) !important;
}
.ui-menu-item .fa-pencil {
  background: rgba(0, 0, 0, 0.15);
}
#header-container.trans.light #top-nav > ul > li,
#header-container.trans.light .sliding-sidebar-open,
#header-container.trans.light .search-button .fa-search,
#header.trans.light .to-wishlist-counter i,
#header.trans.light .to-wishlist-counter span,
#header.trans.light .cart-counter i,
#header.trans.light .cart-counter span {
  color: #ffffff;
}
#header-container.trans.light .sliding-menu-open *,
#header-container.trans.light .sliding-sidebar-open * {
  fill: #ffffff;
}
#header-container.trans.dark #top-nav > ul > li,
#header-container.trans.dark .sliding-sidebar-open,
#header-container.trans.dark .search-button .fa-search,
#header.trans.dark .to-wishlist-counter i,
#header.trans.dark .to-wishlist-counter span,
#header.trans.dark .cart-counter i,
#header.trans.dark .cart-counter span {
  color: #313131;
}
#header-container.trans.dark .sliding-menu-open *,
#header-container.trans.dark .sliding-sidebar-open * {
  fill: #313131;
}
#top-nav .sub-menu {
  background: #ffffff;
  color: #666666;
}
#top-nav > ul > .megamenu > .sub-menu > li > a,
#top-nav .sub-menu li:hover > a {
  color: #59585b;
}
#top-nav ul ul .current-menu-item > a,
#top-nav > ul > .megamenu > .sub-menu > li:hover > a,
#top-nav > ul > .megamenu > .sub-menu > li.current-menu-item:hover > a {
  color: #ff6863 !important;
}
#top-nav > ul > .megamenu > .sub-menu > li.current-menu-item > a {
  color: inherit !important;
}
#top-nav > ul > li > a.hover {
  border-color: #ff6863;
}
.dark *,
.dark table tbody tr td:first-child,
.dark .widget.widget_pages li a,
.dark .widget.widget_nav_menu li a {
  border-color: #dddddd;
}
.comment-list .parent:after,
.comment-list .children:before,
.comment-list .children:after {
  border-color: #f3f5f8;
}
#sliding-sidebar .widget .no-post-like-image {
  background-color: #d4d4d4 !important;
}
.button,
input[type="button"],
input[type="submit"],
.header-pages li,
.grid-filter-title,
.no-touch .isotopeFilters-title,
.grid-home-page .next-container,
.to-grid-filter-title,
.to-item-overlay,
.widget .tagcloud a,
.light .widget.widget_tag_cloud a,
.post-tags a,
.sliding-menu-open:hover > div,
.widget.widget_tag_cloud a,
.comment-list .reply a,
input[type="submit"],
button[type="submit"],
.to-page-nav li a,
.to-page-nav li a {
  color: inherit;
}
.dark .to-icon.full-bg {
  background: #fbfbfb;
}
.icon-to-right-arrow-thin::before {
  font-family: FontAwesome;
  content: "\f054";
}
#vc-spacer {
  background: none repeat scroll 0 0 #daf9ff;
}
.pea_cook_wrapper.pea_cook_bottomcenter {
  margin: 0 20% !important;
  left: 0 !important;
  border: 1px solid;
  border-radius: 20px;
  visibility: hidden;
}
.pea_cook_btn {
  background: #ff6863 none repeat scroll 0 0 !important;
  border: 1px solid #111 !important;
  border-radius: 10px !important;
  box-shadow: 1px 1px 1px 1px #999 !important;
  color: #000000 !important;
  font: bold 11px/1 "Source Sans Pro", helvetica, arial, sans-serif !important;
  margin-left: 20px;
  padding: 2px 0 !important;
  text-align: center;
  text-shadow: none !important;
  opacity: 0.85;
}

#warning {
  background-color: #ff5555;
}
