/*
Theme Name: Art Spectrum
Theme URI:
Description: Art Spectrum WordPress Themes
Author: Jen Clark Design
Author URI: http://jenclarkdesign.com.au
Version: 1.0
*/

/* ===================================================================
  STRUCTURAL LAYOUT
=================================================================== */
html {
  font-size: 100%; /* 16px */
}

body {
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  /*font-weight: 300;*/
  font-family: 'TradeGothic', sans-serif;
  overflow-x: hidden;
}

a {
  color: #EC008C;
  text-decoration: none;
}

a:hover {
  color: #333;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.text-uppercase {
  text-transform: uppercase;
}

.nomargin {
  margin: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.display-table-cell {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.outer-content-wrapper {
  position: relative;
  z-index: 20;
  background: #fff;
}

.home .outer-content-wrapper {
  background: #fff;
}

.main-content-section {
  padding-top: 3.75em; /* 60/16 */
  padding-bottom: 3.75em; /* 60/16 */
}


/* Custom Fonts
------------------------------------------------------------------- */
@import url("//hello.myfonts.net/count/311076");

@font-face {
  font-family: 'TradeGothic';
  src: url('fonts/trade-gothic/311076_0_0.eot');
  src: url('fonts/trade-gothic/311076_0_0.eot?#iefix') format('embedded-opentype'),
       url('fonts/trade-gothic/311076_0_0.woff2') format('woff2'),
       url('fonts/trade-gothic/311076_0_0.woff') format('woff'),
       url('fonts/trade-gothic/311076_0_0.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'TradeGothic';
  src: url('fonts/trade-gothic/311076_1_0.eot');
  src: url('fonts/trade-gothic/311076_1_0.eot?#iefix') format('embedded-opentype'),
       url('fonts/trade-gothic/311076_1_0.woff2') format('woff2'),
       url('fonts/trade-gothic/311076_1_0.woff') format('woff'),
       url('fonts/trade-gothic/311076_1_0.ttf') format('truetype');
  font-weight: bold;
}



/* ===================================================================
  COMPONENT: BUTTONS
=================================================================== */
.button {
  cursor: pointer;
  text-align: center;
  padding: 8px 20px;
  border: 2px solid transparent;
  text-decoration: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/**
 * Button Modifier
 */
.button-uppercase {
  font-size: 90%;
  text-transform: uppercase;
}

.button-block {
  display: block;
}

.button-small {
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-mini {
  font-size: 90%;
  padding: 3px 10px;
}

.button-wide {
  padding-left: 35px;
  padding-right: 35px;
}

.button-medium {
  font-weight: 600;
}

.button-bold {
  font-weight: 700;
}

.button-rounded {
  border-radius: 5px;
}

/**
 * Button Color
 */
.button-primary,
.button-primary.button-ghost:hover {
  color: #fff;
  background: #EC008C;
}

.button-primary:hover {
  color: #fff;
  background: #D0007D;
}

.button-primary.button-ghost {
  background: none;
  border-color: #EC008C;
  color: #EC008C;
}



/* ===================================================================
  COMPONENT: FORM
=================================================================== */
.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="tel"],
.form-row textarea {
  width: 100%;
  height: 50px;
  background: #ffffff;
  padding: 15px 20px;
  margin-bottom: 20px;
  background: #fff;
  -webkit-appearance: none;
  border-color: transparent;
}

.form-row select {
  margin-bottom: 20px;
}

.entry-content .form-row input[type="text"],
.entry-content .form-row input[type="email"],
.entry-content .form-row input[type="tel"],
.entry-content .form-row textarea {
  background: transparent;
  border-width: 2px;
  border-color: #333;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 30px;
}

.entry-content .form-row select {
  border: 2px solid #333;
  font-size: 20px;
  width: 100%;
  margin: 0;
  height: 50px;
  line-height: 1;
  color: #aaa;
  margin-bottom: 30px;
  padding: 0 20px;
}

.entry-content .contact-form .button {
  padding-left: 40px;
  padding-right: 40px;
}

.form-row textarea {
  height: auto;
}

.form-row span.wpcf7-not-valid-tip {
  color: #a94442;
  background-color: #ffffff;
  border-color: #ffffff;
  padding: 5px 10px;
  margin-top: -20px;
  margin-bottom: 20px;
}

.contact-form .button {
  -webkit-appearance: none;
}

.alert,
div.wpcf7-response-output {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  list-style: none;
  margin-left: 0;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-danger,
div.wpcf7-validation-errors {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.contact-form .ajax-loader {
  background: #fff;
  vertical-align: middle;
  padding: 4px;
  border-radius: 3px;
  margin-top: 10px;
  margin-left: 10px;
}

.page-template-template-contact .entry-content {
  margin-bottom: 4em;
}



/* ===================================================================
  HEADER SECTION
=================================================================== */

/* Sticky Header
------------------------------------------------------------------- */
.header-nav-section {
  background: #fff;
  padding-top: 1.81em; /* 29/16 */
  padding-bottom: 2.44em; /* 39/16 */
}

.header-nav--small .header-nav-section,
.js-sticky-header .header-nav-section {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  padding-top: 1.25em; /* 20/16 */
  padding-bottom: 1.25em; /* 20/16 */
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}

.js-sticky-header .header-nav-section {
  position: fixed;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: auto;
  /* overflow: auto; */
  z-index: 10000;
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.js-sticky-header .logo img,
.header-nav--small .logo img {
  max-height: 60px;
}

.js-sticky-header--open .header-nav-section {
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); */
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.admin-bar.js-sticky-header--open .header-nav-section {
  top: 32px;
}

@media (max-width: 1024px) {
  .main-nav {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .admin-bar.js-sticky-header--open .header-nav-section {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .admin-bar.js-sticky-header--open .header-nav-section {
    top: 0;
  }

  .header-nav-section,
  .js-sticky-header .header-nav-section {
    padding-top: 1.25em; /* 20/16 */
    padding-bottom: 1.25em; /* 20/16 */
  }

  .js-sticky-header .header-nav-section {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .logo img,
  .js-sticky-header .logo img {
    max-height: 50px;
  }

  .js-sticky-header--open .header-nav-section {
    position: static;
    display: none;
  }
}


/* Mobile Menu
------------------------------------------------------------------- */
.grid__item.mobile-button-wrapper {
  display: none;
}

.mobile-menu {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 5px;
}

.mobile-menu span {
  display: block;
  width: 30px;
  height: 2px;
  background: #EC008C;
}

.mobile-menu span + span {
  margin-top: 6px;
}

.mobile-menu span:nth-child(2) {
  width: 20px;
  margin-left: 10px;
}

.mobile-menu span:nth-child(3) {
  width: 25px;
  margin-left: 5px;
}

.side-panel {
  display: none;
  background: #333;
  color: #fff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.side-panel .mm-listview {
  font-size: 16px;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
  color: rgba(255,255,255,.3);
}

.mm-menu .mm-listview>li .mm-arrow:after,
.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(255,255,255,.3);
}

@media (max-width: 1024px) {
  .grid__item.mobile-button-wrapper {
    display: inline-block;
  }
}



/* ===================================================================
  MAIN MENU
=================================================================== */
.inline-list,
.inline-list ul {
  list-style: none;
  margin: 0;
}

.inline-list > li,
.main-nav > ul,
.main-nav .site-nav,
.main-nav .phone-number {
  display: inline-block;
  vertical-align: middle;
}

.main-nav > ul > li {
  margin-left: 1em;
}

.main-nav li {
  position: relative;
}

.main-nav a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.13em; /* 18/16 */
  line-height: 1em;
  color: #333;
  display: block;
}

.main-nav a:hover,
.main-nav .current-menu-item > a,
.main-nav .current_page_item > a,
.side-panel .current-menu-item > a,
.side-panel .current_page_item > a {
  color: #EC008C;
}

.main-nav .phone-number {
  font-weight: bold;
  font-size: 1.5em; /* 24/16 */
  color: #00AEEF;
  letter-spacing: 1.5px;
  line-height: 1em;
  margin-left: 0.83em; /* 20/24 */
}

.home .main-nav,
.home .mobile-button-wrapper {
  position: relative;
  top: -18px;
}

.home.js-sticky-header .main-nav,
.home.js-sticky-header .mobile-button-wrapper {
  top: 0;
}

.main-nav .sf-sub-indicator {
  display: none;
}

@media (max-width: 600px) {
  .home .main-nav,
  .home .mobile-button-wrapper {
    top: 0
  }
}



/* ===================================================================
  MEGA MENU
=================================================================== */
.jcd_mega_div,
.jcd_mega > li > ul {
  z-index: 10000;
}

.jcd_mega .jcd_mega_div {
  background: #333;
  position: absolute;
  top: 30px;
  left: 0;
  display: none;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
}

.jcd_mega .jcd_mega_div > .sub-menu {
  float: none;
  margin-left: -30px;
}

.jcd_mega .jcd_mega_div h4,
.jcd_mega .jcd_mega_div h4 a {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 19px;
  text-transform: uppercase;
}

.jcd_mega .jcd_mega_div h4 + ul {
  padding-top: 0;
}

.jcd_mega .jcd_mega_div ul,
.jcd_mega .jcd_mega_div li {
  float: left;
}

.jcd_mega .jcd_mega_div ul ul,
.jcd_mega .jcd_mega_div li li {
  float: none;
  width: auto;
  clear: both;
}

.jcd_mega .jcd_mega_div ul ul ul {
  padding: 0;
  margin-left: 15px;
}

.jcd_mega .jcd_mega_div ul ul a {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-transform: none;
}

.jcd_mega .jcd_mega_div ul ul a:hover,
.jcd_mega .jcd_mega_div h4 a:hover {
  color: #EC008C;
}

.jcd_mega .jcd_mega_div img {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.jcd_mega .jcd_mega_div .jcd_mega_menu_columns_fist,
.jcd_mega .jcd_mega_div .jcd_mega_menu_columns_first {
  clear: left;
}

.jcd_mega .jcd_mega_div .jcd_mega_hr {
  clear: both;
  height: 1px;
  width: 100%;
  margin: 0;
}

.jcd_mega .jcd_mega_div .jcd_mega_text_block {
  color: #999;
  font-family: sans-serif;
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}

.jcd_mega .jcd_mega1 {
  width: 188px;
}

.jcd_mega .jcd_mega2 {
  width: 376px;
}

.jcd_mega .jcd_mega3 {
  width: 564px;
}

.jcd_mega .jcd_mega4 {
  width: 670px;
}

.jcd_mega .jcd_mega5 {
  width: 940px;
}

/* Drop Down Menu
--------------------------------------------------------------------*/
.jcd_mega > li > ul,
.jcd_mega > li > ul ul {
  position: absolute;
  display: none;
  width: 188px;
  top: 46px;
  left: 0;
}

.jcd_mega > li > ul ul {
  top: -10px;
  left: 188px;
}

.jcd_mega ul li {
  display: block;
}


/* Mega menu searchform
------------------------------------------------------------------- */
.menu-searchform {
  margin-bottom: 27px;
  position: relative;
}

.menu-searchform input[type="text"] {
  background: none;
  border: 0;
  color: #fff;
  padding-left: 40px;
  border-bottom: 1px solid #fff;
}

.menu-searchform button {
  -webkit-appearance: none;
  background: none;
  border: 0;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
}



/* ===================================================================
  CONTACT SECTION
=================================================================== */
.contact-section {
  color: #fff;
  background: #2C326B;
  padding-top: 5em; /* 80/16 */
  padding-bottom: 5em; /* 80/16 */
}

.contact-section a {
  color: #fff;
}

.contact-section__title {
  font-weight: bold;
  font-size: 2.25em; /* 36/16 */
  letter-spacing: 3px;
  line-height: 1.06em; /* 38/36 */
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.11em; /* 40/36 */
}

.contact-section__details p:empty {
  display: none;
}

.contact-section__details p {
  font-size: 1.25em; /* 20/16 */
  line-height: 1.5em; /* 30/20 */
}


@media (max-width: 600px) {
  .contact-section .grid__item {
    margin-bottom: 30px;
  }

  .contact-section__title {
    margin-bottom: 0.56em; /* 20/36 */
  }

  .contact-section .contact-form .grid__item {
    margin-bottom: 0;
  }
}


/* Contact Form
------------------------------------------------------------------- */
.contact-section input[type="text"],
.contact-section input[type="email"],
.contact-section input[type="phone"],
.contact-section textarea {
  color: #fff;
  background: none;
  border: 2px solid #fff;
}

.contact-section .button {
  padding: 6px 43px;
  margin-top: 10px;
  font-size: 1.25em; /* 20/16 */
}


/* ===================================================================
  FOOTER SECTION
=================================================================== */
.footer-section {
  /* background: #fff; */
  background: #2C326B;
  padding-top: 4.19em; /* 67/16 */
  padding-bottom: 4.19em; /* 67/16 */
}

@media (max-width: 768px) {
  .footer-section .grid__item {
    margin-bottom: 30px;
  }
}


/* Footer Menu
------------------------------------------------------------------- */
.footer-menu ul {
  list-style: none;
  margin-left: 0;
}

.footer-menu li {
  margin-bottom: 5px;
}

.footer-menu a {
  text-transform: uppercase;
  font-size: 1.13em; /* 18/16 */
  /* color: #555; */
  color: #fff;
  display: block;
}


/* Social Links
------------------------------------------------------------------- */
.social-links a {
  font-size: 1.5em; /* 24/16 */
}

@media (max-width: 600px) {
  .social-links {
    margin-bottom: 24px;
  }
}


/* Copyrights
------------------------------------------------------------------- */
.copyrights {
  font-size: 1.25em; /* 20/16 */
  line-height: 1.5em; /* 30/20 */
}

.copyrights,
.copyrights a {
  color: #fff;
}



/* ===================================================================
  COMPONENT: PRODUCTS
=================================================================== */
.block-section__heading {
  margin-bottom: 2.94em; /* 47/16 */
}

.block-section__title {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.25em; /* 36/16 */
  letter-spacing: 3px;
  color: #333;
  line-height: 1.06em; /* 38/36 */
}

.block-section__link {
  font-size: 1.25em; /* 20/16 */
  line-height: 1em;
  text-transform: uppercase;
}

.product-section {
  background: #fff;
  padding-top: 87px;
  padding-bottom: 53px;
}

.product-item {
  margin-bottom: 30px;
}

.product-item__link {
  background: #fff;
  display: block;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}

.product-item__image {
  /*padding: 1.25em; /* 20/16 */
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.product-item__image-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-item__image-inner img {
  padding: 20px;
}

.product-item__title {
  display: block;
  font-weight: normal;
  font-size: 1.5em; /* 24/16 */
  color: #333;
  line-height: 1.25em; /* 30/24 */
  margin: 0 1.25em; /* 30/24 */
  padding: 0.83em 0; /* 20/24 */
  border-top: 1px solid #ccc;
}

.product-item__link:hover,
.product-item__link:focus {
  -webkit-box-shadow: 0 0 0 2px #EC008C inset;
  box-shadow: 0 0 0 2px #EC008C inset;
}

.product-item__link:hover .product-item__title,
.product-item__link:focus .product-item__title {
  color: #EC008C;
}

.vertical-center {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.vertical-center__inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 1024px) {
  .product-item__title {
    margin: 0 0.83em; /* 20/24 */
  }
}


@media (max-width: 768px) {
  .product-all-link {
    text-align: left;
  }

  .product-list {
    margin-left: -20px;
  }

  .product-item {
    padding-left: 20px;
    margin-bottom: 20px;
  }

  .product-sidebar {
    margin-bottom: 30px;
  }
}


@media (max-width: 600px) {
  .product-section {
    padding-top: 53px;
  }
}


/* Product Toolbar
------------------------------------------------------------------- */
.product-toolbar {
  text-transform: uppercase;
  color: #333;
  margin-bottom: 1.25em; /* 20/16 */
}

.product-toolbar label {
  display: inline-block;
}

.product-toolbar select {
  width: 100px;
}



/* ===================================================================
  SINGlE PRODUCT
=================================================================== */
.product-single__title {
  font-size: 2.25em; /* 36/16 */
  line-height: 1.17em; /* 42/36 */
  margin-top: 0;
  text-transform: uppercase;
  color: #00AEEF;
  font-weight: normal;
  margin-bottom: 0.47em; /* 17/36 */
}

.product-single-item .entry-thumbnail {
  margin-bottom: 1.25em; /* 20/16 */
}


/* Product Child
------------------------------------------------------------------- */
.product-single__child-image {
  float: right;
}

.product-single__child-image,
.product-child__item {
  margin-bottom: 20px;
}

.product-single__child-image {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .product-single__child-image {
    margin-left: 0;
  }
}

.product-single__child-image img {
  min-width: 126px;
  min-height: 67px;
}

.product-child {
  padding-top: 30px;
}

.product-child__link {
  color: #555;
  display: block;
  text-align: center;
}

.product-child__title {
  font-weight: normal;
  font-size: 1.06em; /* 17/16 */
}

.product-child__link:hover {
  color: #EC008C;
}

.large--one-seventh .product-child__image {
  overflow: hidden;
  max-height: 55px;
}

.color-table {
  font-size: 16px;
}

.color-table th,
.color-table tr:nth-child(odd) > th {
  text-align: center;
  vertical-align: middle;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.color-table td {
  vertical-align: middle;
  background: #fff;
}

.object-fit .color-table img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

table.small-only {
  display: none;
}

table .st-key > span,
table .st-val > span {
  color: #333 !important;
}

@media (max-width: 600px) {
  table.small-only {
    display: table;
  }

  table.large-only {
    display: none;
  }
}

@media (max-width: 414px) {
  .product-child__link:after,
  .product-child__link:before {
    content: '';
    display: table;
  }
  .product-child__link:after {
    clear: both;
  }
  .product-child__link {
    zoom: 1;
    text-align: left;
  }

  .product-child__image {
    float: left;
    margin-right: 10px;
  }
  
  .product-child__title {
    overflow: hidden;
    margin-top: 0;
  }
}

@media (max-width: 320px) {
  .product-child__image {
    width: 40px;
  }
}

@media (min-width: 769px) {
  .product-child--seven {
    margin-left: -20px;
  }

  .large--one-seventh {
    width: 14.279%;
    padding-left: 20px;
  }

  .grid-uniform .large--one-seventh:nth-child(7n+1) {
    clear: both;
  }
}


/* ===================================================================
  IMAGE SLIDER
=================================================================== */
.image-slider {
  margin-bottom: 60px;
}

.image-slider__slide {
  padding-bottom: 200px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #fff;
}


/* ===================================================================
  MAIN CONTENT
=================================================================== */

/* Typography
------------------------------------------------------------------- */
.high {
  font-size: 1.4em; /* 28/20 */
  line-height: 1.21em; /* 34/28 */
}

.entry-content {
  font-size: 1.25em; /* 20/16 */
  line-height: 1.5em;
}

.entry-content p {
  margin-bottom: 1em;
}

.entry-content blockquote p {
  font-weight: bold;
  font-size: 1.5em; /* 24/16 */
  line-height: 1.5em;
  padding-left: 1em;
}

.entry__image img {
  width: 100%
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.aligncenter,
img.aligncenter {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  display: block;
}

p .alignnone {
  margin-bottom: 0;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  width: auto;
  max-width: 100%;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 12px;
  /*margin: 0;*/
  margin-top: 10px;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  display: inline;
  float: left;
  margin-right: 1.5em;
  text-align: right;
  margin-left: 0;
  width: 33%;
}

blockquote.right {
  display: inline;
  float: right;
  margin-left: 1.5em;
  text-align: left;
  margin-right: 0;
  width: 33%;
}

.gallery-caption {
  margin: -1.5em 0 0 0;
}

.fit-vids-style {
  display: none
}

@media (max-width: 414px) {
  .alignleft,
  img.alignleft,
  .alignright,
  img.alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.gallery-item img {
  border: 0 !important;
}

@media (max-width: 767px) {
  .gallery-item {
    width: 33.3% !important;
  }
}

@media (max-width: 414px) {
  .gallery-item {
    width: 50% !important;
  }
}

@media (max-width: 320px) {
  .gallery-item {
    width: 100% !important
  }
}



/* ===================================================================
  COMPONENT: SELECT BOX
=================================================================== */
select {
  height: 40px;
  padding: 2px 10px;
  line-height: 1;
  border: 0;
  font-size: 16px;
  color: #333333;
  line-height: 18px;
  background-color: transparent;
  background-position: right center;
  background-image: url(images/ico-select.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}



/* ===================================================================
  TEMPLATE: HOME
=================================================================== */

/* Hero Unit
------------------------------------------------------------------- */
.hero-section {
  margin-top: -2.44em; /* 39/16 */
}

.hero-text p {
  font-size: 1.88em; /* 30/16 */
  line-height: 1.33em; /* 40/30 */
}

.hero-text__inner {
  position: relative;
  top: -33.5px;
}

.hero-text .button {
  font-size: 1.25em; /* 20/16 */
  line-height: 1;
  padding: 11px 24px;
}

.hero-section__upper {
  position: relative;
  z-index: 20;
}

.hero-unit {
  position: relative;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}

.hero-unit__image {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.hero-unit__title {
  text-align: center;
  position: relative;
  z-index: 15;
  font-weight: bold;
  color: #fff;
  font-size: 1.88em; /* 30/16 */
  letter-spacing: 3px;
  line-height: 1.07em; /* 32/30 */
  text-transform: uppercase;
}

.hero-unit--primary {
  background: #EC008C;
  height: 500px;
  width: 600px;
  position: relative;
  z-index: 10;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.hero-unit--primary .hero-unit__image {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}

.hero-unit:hover {
  -webkit-transform: scale(1.01);
     -moz-transform: scale(1.01);
      -ms-transform: scale(1.01);
       -o-transform: scale(1.01);
          transform: scale(1.01);
}

.hero-unit--secondary {
  background: #00AEEF;
  height: 250px;
  width: 800px;
  /* margin-top: -67px; */
  /* margin-bottom: -10px; */
  margin-left: -137px;

  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
}

.hero-unit--secondary .hero-unit__image {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: 0.3;
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}

@media (min-width: 1281px) {
  .hero-unit--primary {
    width: 735px;
  }
}

@media (max-width: 1024px) {
  .hero-unit--primary {
    width: 100%;
    height: auto;
    padding: 0 10px;
    /* padding: 200px 10px; */
  }

  .hero-unit--secondary {
    margin-top: -40px;
    margin-left: 0;
  }

  .hero-text__inner {
    top: 0;
  }
}


@media (max-width: 768px) {
  .hero-section {
    margin-top: 1.25em; /* 20/16 */
  }

  .hero-text {
    margin-bottom: 4.38em; /* 70/16 */
  }

  .hero-text p {
    font-size: 1.75em; /* 28/16 */
  }

  .hero-unit--primary {
    width: 85%;
    margin-left: 15%;
    position: relative;
    right: -20px;
    height: 420px;
  }

  .hero-unit--secondary {
    width: 75%;
    height: 200px;
    position: relative;
    left: -20px;
  }
}


@media (max-width: 600px) {
  .hero-section-outer {
    padding-left: 0;
    padding-right: 0;
    height: auto !important;
  }

  .hero-section {
    margin-top: 0.63em; /* 10/16 */
  }

  .hero-text {
    margin-bottom: 1.88em; /* 30/16 */
  }

  .hero-text__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text p {
    font-size: 1.13em; /* 18/16 */
  }

  .hero-unit--primary,
  .hero-unit--secondary {
    width: 100%;
    margin: 0;
    right: 0;
    left: 0;
    padding: 26px;
    height: auto;
  }

  .hero-unit__title {
    font-size: 1.5em; /* 24/16 */
  }
}

@media (max-width: 414px) {
  .hero-unit--primary,
  .hero-unit--secondary {
    padding: 0 26px;
    margin: 0 !important;
    height: 125px !important;
  }
}


/* Footer Hero
------------------------------------------------------------------- */
.footer-hero {
  position: relative;
  text-align: center;
  background: #fff;
}

.footer-hero:before {
  content: "";
  background: #2C326B;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  top: 50%;
}

.footer-hero__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30px;
  z-index: 5;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #fff;
}

.footer-hero__title {
  position: relative;
  z-index: 10;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3em; /* 48/16 */
  color: #fff;
  letter-spacing: 3px;
  line-height: 1.08em; /* 52/48 */
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 10px;
  padding-right: 10px;
}


@media (max-width: 1024px) {
  .footer-hero__title {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}


@media (max-width: 768px) {
  .footer-hero__title {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .footer-hero__image {
    left: 0;
  }
}



/* ===================================================================
  COMPONENT: PAGE HEADING
=================================================================== */
.page-heading {
  margin-bottom: 3.75em; /* 60/16 */
}

.page-heading__title {
  text-transform: uppercase;
  margin: 0;
  color: #333;
  font-weight: bold;
  font-size: 2.25em; /* 36/16 */
  letter-spacing: 3px;
  line-height: 1.06em; /* 38/36 */
}



/* ===================================================================
  COMPONENT: BREADCRUMBS
=================================================================== */
.jcd-breadcrumbs {
  text-transform: uppercase;
}

.jcd-breadcrumbs a {
  color: #333;
  text-decoration: underline;
}

.jcd-breadcrumbs a:hover {
  color: #EC008C;
}

.jcd-breadcrumbs .trail-end {
  color: #999;
}



/* ===================================================================
  COMPONENT: PAGINATION
=================================================================== */
.pagination {
  text-align: right;
  font-size: 1.13em; /* 18/16 */
  padding-top: 20px;
  margin-bottom: 30px;
}

.pagination .page-numbers {
  min-width: 1em;
  line-height: 1em;
  padding: .3em;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
}

.pagination a {
  color: #333;
  text-decoration: underline;
}

.pagination .current,
.pagination .page-numbers:hover {
  color: #999;
}

.pagination .next,
.pagination .prev {
  text-decoration: none;
}

@media (max-width: 768px) {
  .pagination {
    text-align: center;
  }
}



/* ===================================================================
  TEMPLATE: RESOURCE
=================================================================== */
.tab-header {
  margin-bottom: 1.88em; /* 30/16 */
}

.tab-header__item {
  color: #333;
  font-size: 1.5em; /* 24/16 */
  line-height: 1.67em; /* 40/24 */
  display: inline-block;
  text-transform: uppercase;
  margin-left: 1.25em; /* 30/24 */
}

.tab-header__item:first-child {
  margin-left: 0;
}

.tab-header__item:hover,
.tab-header__item.is-active {
  color: #EC008C;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .tab-header__item {
    margin-left: 0;
    width: 25%;
    text-align: center;
    margin-bottom: 15px;
  }
}

.resource-item {
  margin-bottom: 30px;
}

.resource-item__description {
  font-size: 1.5em; /* 24/16 */
  line-height: 1.21em;
}

.resource-item__files {
  margin-bottom: 30px;
}

.resource-file__link {
  position: relative;
  font-size: 1.5em; /* 24/16 */
  line-height: 1.25em; /* 30/24 */
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 13px 20px 13px 40px;
}

.resource-file__item:first-child .resource-file__link,
.resource-file__item:nth-child(2) .resource-file__link {
  border-top: 1px solid #ccc;
}

.resource-file__link i {
  color: #333;
  position: absolute;
  left: 3px;
  top: 16px;
}

@media (max-width: 768px) {
  .resource-file__item:nth-child(2) .resource-file__link {
    border-top: 0;
  }
}

@media (max-width: 600px) {
  .tab-header {
    margin-left: -20px;
    font-size: 14px;
  }

  .tab-header__item {
    display: inline-block;
    width: 50%;
    margin: 0;
    line-height: 1.1;
    margin-bottom: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
  }
}

@media (max-width: 320px) {
  .tab-header,
  .resource-item {
    font-size: 13px;
  }
}



/* ===================================================================
  TEMPLATE: ABOUT
=================================================================== */
.about-featured__text {
  font-size: 1.5em; /* 24/16 */
  line-height: 1.42em; /* 34/24 */
}

.about-featured--top .about-featured__text {
  font-size: 2.25em; /* 36/16 */
  line-height: 1.28em; /* 46/36 */
}

.about-featured__text p:last-child {
  margin: 0;
}

.about-featured--bottom {
  margin-top: -1.25em;
  margin-bottom: 5em; /* 80/16 */
}

@media (max-width: 1024px) {
  .about-featured--bottom {
    margin-top: 0;
    margin-bottom: 3em;
  }
}

@media (max-width: 768px) {
  .about-featured {
    margin-bottom: 30px;
  }

  .about-featured__image {
    margin-bottom: 20px;
  }
}


/* Team List
------------------------------------------------------------------- */
.team-list {
  padding-top: 5em; /* 80/16 */
  margin-top: 5em; /* 80/16 */
  border-top: 1px solid #ccc;
}

.team-item {
  margin-bottom: 3.75em; /* 60/16 */
}

.team-item__name {
  color: #EC008C;
  margin: 0;
  font-size: 1.88em; /* 30/16 */
  line-height: 1.33em; /* 40/30 */
  font-weight: normal;
}

.team-item__content .entry-content {
  font-size: 1.5em; /* 24/16 */
  line-height: 1.42em; /* 34/24 */
}

.team-item__content .entry-content p:last-child {
  margin-bottom: 0;
}


@media (max-width: 600px) {
  .team-item {
    margin-bottom: 2.5em;
  }

  .team-item__image,
  .grid--rev.grid--middle > .team-item__image {
    text-align: center;
    margin-bottom: 20px;
  }
}



/* ===================================================================
  TEMPLATE: CONTACT
=================================================================== */
.page-template-template-contact .contact-section__title {
  font-size: 1.5em; /* 24/16 */
  line-height: 1em;
  letter-spacing: 0;
  margin-bottom: 0.83em; /* 20/24 */
}



/* ===================================================================
  RETAIL PARTNERS ARCHIVE
=================================================================== */
.retailer__item {
  margin-bottom: 3.13em; /* 50/16 */
}

.retailer__location {
  font-size: 1.88em; /* 30/16 */
  line-height: 1.33em; /* 40/30 */
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.67em; /* 20/30 */
}

.retailer__data {
  margin-bottom: 20px;
}

.retailer__data-title {
  font-weight: normal;
  font-size: 1.5em; /* 24/16 */
  line-height: 1.67em; /* 40/24 */
  margin: 0;
}

.retailer__data-detail p {
  margin: 0;
}

.retailer__item.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.retailer__data-detail a {
  color: #333;
  text-decoration: underline;
}

.maps-section {
  background: #ffffff;
  position: relative;
  margin-bottom: 4.69em; /* 75/16 */
  padding-bottom: 500px;
}

.maps-section__inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.location-list ul {
  list-style: none;
  margin: 0;
}

.location-list li {
  display: inline-block;
  margin-left: 30px;
}

.location-list li:first-child {
  margin-left: 0;
}

.location-list .tab-header__item {
  display: block;
  margin: 0;
  width: 100%;
}

ul.location-child {
  display: none;
  font-size: 12px;
  margin-top: 10px;
}


@media (max-width: 1024px) {
  .maps-section {
    padding-bottom: 42.5%;
  }
}

@media (max-width: 768px) {
  .location-list {
    font-size: 13px;
  }

  ul.location-child {
    font-size: 11px;
  }

  .retailer__data-detail {
    margin-bottom: 20px;
  }

  .retailer__item {
    margin-bottom: 2em;
  }
}

@media (max-width: 600px) {
  .location-child li {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .location-child li a {
    text-align: left;
  }
}

@media (max-width: 414px) {
  .maps-section {
    padding-bottom: 65%
  }
}



/* ===================================================================
  WIDGETS
=================================================================== */
.widget {
  margin-bottom: 1.88em; /* 30/16 */
}


/* Widget Search
------------------------------------------------------------------- */
.widget .menu-searchform input[type="text"] {
  border-bottom: 2px solid #ccc;
}

.widget .menu-searchform input[type="text"],
.widget .menu-searchform button {
  color: #333;
}


/* Widget Product Type
------------------------------------------------------------------- */
.widget-product-type ul {
  list-style: none;
  margin: 0;
}

.widget-product-type > ul > li {
  margin-bottom: 15px;
}

.widget-product-type a {
  color: #333;
  display: block;
  font-size: 1.13em; /* 18/16 */
  line-height: 1.44em; /* 26/18 */
}

.widget-product-type .view-all-product,
.widget-product-type > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  position: relative;
  line-height: 1.06em; /* 19/18 */
}

.widget-product-type .view-all-product {
  display: block;
  margin-bottom: 20px;
}

.widget-product-type a:hover,
.widget-product-type .current-cat > a {
  color: #EC008C;
}

.widget-product-type .children {
  display: none;
  padding-bottom: 10px;
}

.widget-product-type .current-cat-parent .children,
.widget-product-type .accordion--open .children {
  display: block;
}

.widget-product-type .symbol {
  display: block;
  position: absolute;
  right: 10px;
  top: 17px;
  height: 2px;
  width: 10px;
  background: #333;
}

.widget-product-type .symbol::before {
  content: "";
  background: #333;
  position: absolute;
  width: 2px;
  height: 11px;
  left: 50%;
  margin-left: -1px;
  margin-top: -4px;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}

.widget-product-type .accordion--open .symbol::before {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.instagram-section,
.instagram-section + .footer-hero {
  background: #ffffff;
}