/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* Make {custom grid} with child is {&-item} */
/* make {aspect-ratio} thumbnail image */
/*
 * primary-color: #f36633
 * dark-primary-color: #f2541b
 * light-primary-color: #f4784b
 * secondary-color: #0B9444
 * dark-secondary-color: #097c39
 * light-secondary-color: #0dac4f
 * alternative-color: black
 * dark-alternative-color: black
 * light-alternative-color: #0d0d0d
 */
.z-top {
  z-index: 999;
}

ul.fa-ul {
  margin-left: 2.14286em !important;
}

#mvccount {
  display: none;
}

#mvctable, #mvcwid {
  padding: 0 !important;
}

.menu li.active {
  font-weight: bold;
}

.button.white.black {
  background: black !important;
  color: white !important;
  border-color: black !important;
}

.page-wrapper {
  padding-top: 80px;
}

.dark, .dark p, .dark td {
  color: white;
}

#main .container .section.reset-section, #main .row .section.reset-section {
  padding-left: 0;
  padding-right: 0;
}

#header {
  position: relative;
}

#header #logo img {
  max-height: 70px;
}

#header .header-wrapper.stuck {
  box-shadow: none;
}

#header .nav-dropdown {
  border: none;
  box-shadow: 2px 2px 20px 0 #454545;
  padding: 0;
}

#header .nav-dropdown > li > a {
  color: black;
  text-transform: none;
  font-size: 16px;
  font-weight: bolder;
  color: #000;
  border-bottom: 1px dashed #ccc;
}

#header .nav-dropdown > li > a:hover {
  color: #f36633;
}

#header .nav-dropdown > li.menu-item-has-children {
  text-align: left;
  display: block;
  white-space: normal;
  width: auto;
  min-width: 0;
  border-right: 0;
  position: relative;
}

#header .nav-dropdown > li.menu-item-has-children > a:after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  color: black !important;
}

#header .nav-dropdown > li.menu-item-has-children > ul {
  border: 1px solid #ccc;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  width: 240px;
  display: none;
}

#header .nav-dropdown > li.menu-item-has-children > ul > li > a {
  border-bottom: 1px dashed #ccc;
  color: black;
  text-transform: none;
  font-size: 14px;
  font-weight: bolder;
  color: #000;
}

#header .nav-dropdown > li.menu-item-has-children > ul > li > a:hover {
  color: #f36633;
}

#header .nav-dropdown > li.menu-item-has-children > ul ul {
  display: none;
}

#header .nav-dropdown > li.menu-item-has-children:hover {
  background: #f5f5f5;
}

#header .nav-dropdown > li.menu-item-has-children:hover > ul {
  display: block;
}

#header .header-language-dropdown .image-icon img {
  vertical-align: baseline;
}

#header .header-top .nav > li > a {
  color: white;
}

#header .header-main {
  position: relative;
}

#header .header-main:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #f36633;
  z-index: -1;
  position: absolute;
}

#header .header-main .flex-row {
  height: 100px;
  background: white;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}

#header .header-main .flex-right.hide-for-medium {
  margin-right: 30px;
}

#header .flex-fit {
  flex-flow: row wrap;
}

#header .flex-full {
  width: 100%;
}

#footer .footer-1 .widget p {
  color: white;
  font-size: 14px;
}

#footer .footer-1 .widget .widget-title {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#footer .footer-1 .widget .is-divider {
  display: none;
}

#footer .footer-1 .widget .textwidget {
  font-size: 14px;
}

#footer .absolute-footer {
  padding: 10px;
}

#footer .absolute-footer .copyright-footer {
  color: white;
}

#footer .absolute-footer .footer-secondary {
  padding: 0;
}

#footer .company-title {
  line-height: 3;
  font-size: 200%;
  margin: 0;
}

#footer ul.menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#footer ul.menu li {
  width: 50%;
  border: 0;
  font-size: 80%;
}

#footer ul.menu li a {
  color: white;
}

#footer .wpcf7-form {
  margin-bottom: 5px;
}

#footer .newsletter {
  display: flex;
}

#footer .newsletter .wpcf7-form-control-wrap.your-email {
  flex: 1;
}

#footer .newsletter .wpcf7-form-control-wrap.your-email input {
  margin: 0;
}

#footer .newsletter .wpcf7-form-control.wpcf7-submit {
  border-color: #ffe25f;
  background: #fdd212;
  margin: 0;
}

#secondary .side-menu .toggle, #product-sidebar .side-menu .toggle, #shop-sidebar .side-menu .toggle {
  display: none;
}

#secondary .side-menu > ul > li, #product-sidebar .side-menu > ul > li, #shop-sidebar .side-menu > ul > li {
  border: 1px solid #ccc;
}

#secondary .side-menu > ul > li > a, #product-sidebar .side-menu > ul > li > a, #shop-sidebar .side-menu > ul > li > a {
  font-weight: bold;
  display: block;
  background: #f36633;
  color: white;
  padding: 5px 10px;
}

#secondary .side-menu > ul > li > ul, #product-sidebar .side-menu > ul > li > ul, #shop-sidebar .side-menu > ul > li > ul {
  font-size: 90%;
  padding: 10px;
}

#secondary .side-menu > ul > li > ul > li, #product-sidebar .side-menu > ul > li > ul > li, #shop-sidebar .side-menu > ul > li > ul > li {
  margin: 0;
}

.press-releases {
  font-size: 90%;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 4px;
  margin-bottom: 12px;
}

.press-releases a {
  color: black;
}

.press-releases a:hover {
  color: #f36633;
}

.analytics {
  text-align: center;
}

.analytics--heading {
  font-weight: bold;
  font-size: 90%;
  text-transform: uppercase;
}

.analytics--number {
  color: #fdb52b;
  font-size: 250%;
  font-weight: bold;
  line-height: 1;
}

.analytics--percent {
  font-size: 150%;
}

.analytics--description {
  font-size: 90%;
}

.icon-box-af {
  margin-bottom: 12px;
}

.icon-box-af .fa {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: inline-block;
  margin: 0 auto;
  background: #f36633;
  color: white;
  font-size: 50px;
  text-align: center;
  line-height: 100px;
}

.info-number-media {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
  align-items: center;
}

.info-number-media--object {
  flex: 0 1 auto;
}

.info-number-media--object:first-child {
  padding-right: 1rem;
}

.info-number-media--object:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.info-number-media--object > :last-child {
  margin-bottom: 0;
}

.info-number-media--object i {
  display: block;
  width: 60px;
  height: 60px;
  background: #f36633;
  color: white;
  border: 3px solid #faecad;
  font-size: 120%;
  font-style: normal;
  font-weight: bold;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
}

.info-number-media--body {
  flex: 0 1 auto;
  font-size: 110%;
  font-weight: bold;
}

.info-number-media--body:first-child {
  padding-right: 1rem;
}

.info-number-media--body:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.info-number-media--body > :last-child {
  margin-bottom: 0;
}

.predator-heading h3 {
  font-size: 175%;
  color: #3D3D3D;
  display: inline-block;
  width: inherit;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.predator-heading h3:after {
  content: '';
  display: block;
  height: 3px;
  margin-top: 2px;
  width: 80px;
  background: #f36633;
}

.predator-heading.center {
  text-align: center;
}

.predator-heading.center h3:after {
  margin-left: auto;
  margin-right: auto;
}

.predator-heading.dark h3 {
  color: #f36633;
}

.section.our-partners .slider-wrapper .img img {
  object-fit: contain;
}

section.contact-info-section .row.row-divided .col {
  padding-bottom: 0;
}

section.contact-info-section .row-divided > .col + .col:not(.large-12) {
  border-color: rgba(255, 255, 255, 0.3);
}

section.contact-info-section .contact-info--heading {
  font-size: 120%;
  margin-bottom: 1rem;
}

section.contact-info-section .contact-info--body.fa-ul {
  margin-bottom: 0;
  font-size: 90%;
}

section.contact-info-section .contact-info--body.fa-ul .fa-li {
  color: #fde42b;
  font-size: 110%;
  vertical-align: middle;
}

.box.product-small .box-text .title-wrapper .category {
  display: none;
}

.box.product-small .box-text .price-wrapper .star-rating {
  display: none;
}

.box.product-small .box-text .price-wrapper .price {
  line-height: normal;
}

.single.woocommerce .summary a.add_to_wishlist {
  background: #f8f8f8;
  color: #3c3b48;
  padding: 4px 16px;
  display: inline-block;
  margin-bottom: 8px;
}

.single.woocommerce .summary a.add_to_wishlist:before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f004";
  display: inline-block;
  margin-right: 8px;
}

.single.woocommerce .summary a.add_to_wishlist:hover {
  background: #f36633;
  color: white;
}

.project-posts-item .box-text .post-title {
  margin-bottom: 10px;
  font-size: 130%;
  text-transform: uppercase;
}

.project-posts-item .box-text .is-divider {
  display: none;
}

.project-posts-item--meta {
  margin: 0;
  list-style: none;
  padding: 0;
}

.project-posts-item--meta li {
  margin: 0 !important;
}

.box.box-blog-post .custom-badge {
  position: absolute;
  left: 10px;
  top: 0;
}

.box.box-blog-post .custom-badge .custom-badge--inner {
  background: #f36633;
  width: 40px;
  padding: 5px 0;
  text-align: center;
  color: white;
  position: relative;
}

.box.box-blog-post .custom-badge .custom-badge--inner:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #f36633;
  position: absolute;
  left: 0;
  top: 100%;
}

.box.box-blog-post .custom-badge .custom-badge--inner span {
  display: block;
  line-height: 1.2;
}

.box.box-blog-post .custom-badge .custom-badge--inner span.post-date-month {
  font-size: 95%;
}

.box.box-blog-post .custom-badge .custom-badge--inner span.post-date-day {
  font-weight: bold;
}

.box.box-blog-post .box-text .is-divider {
  display: none;
}

.box.box-blog-post.box-vertical .box-image {
  vertical-align: top;
}

.box.box-blog-post.box-vertical .box-text {
  vertical-align: top;
}

.box.box-blog-post.box-vertical .box-text .post-title {
  padding-bottom: 4px;
  margin-bottom: 6px;
  border-bottom: 1px dotted #ccc;
}

.archive.category .box.box-blog-post.box-vertical .box-image {
  vertical-align: top;
}

.archive.category .box.box-blog-post.box-vertical .box-text {
  vertical-align: top;
}

.archive.category .box.box-blog-post.box-vertical .box-text .post-title {
  padding-bottom: 4px;
  margin-bottom: 6px;
  border-bottom: 1px dotted #ccc;
}

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