/*
Theme Name: WPThePilot
Theme URI: http://wpdance.com
Author: the Wpdance team
Author URI: http://themeforest.net/user/tvlgiao/portfolio
Description: our default theme lets you create a strongest website with many features.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: wpthepilot

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 */
html .vc_col-lg-1, html .vc_col-lg-10, html .vc_col-lg-11, html .vc_col-lg-12, html .vc_col-lg-2, html .vc_col-lg-3, html .vc_col-lg-4, html .vc_col-lg-5, html .vc_col-lg-6, html .vc_col-lg-7, html .vc_col-lg-8, html .vc_col-lg-9, html .vc_col-md-1, html .vc_col-md-10, html .vc_col-md-11, html .vc_col-md-12, html .vc_col-md-2, html .vc_col-md-3, html .vc_col-md-4, html .vc_col-md-5, html .vc_col-md-6, html .vc_col-md-7, html .vc_col-md-8, html .vc_col-md-9, html .vc_col-sm-1, html .vc_col-sm-10, html .vc_col-sm-11, html .vc_col-sm-12, html .vc_col-sm-2, html .vc_col-sm-3, html .vc_col-sm-4, html .vc_col-sm-5, html .vc_col-sm-6, html .vc_col-sm-7, html .vc_col-sm-8, html .vc_col-sm-9, html .vc_col-xs-1, html .vc_col-xs-10, html .vc_col-xs-11, html .vc_col-xs-12, html .vc_col-xs-2, html .vc_col-xs-3, html .vc_col-xs-4, html .vc_col-xs-5, html .vc_col-xs-6, html .vc_col-xs-7, html .vc_col-xs-8, html .vc_col-xs-9 {
  padding: 0 10px; }

.vc_row.vc_row-no-padding .wpb_column {
  padding-left: 0;
  padding-right: 0; }

.vc_row[data-vc-full-width] {
  overflow: hidden; }

html .vc_row {
  margin-left: -10px;
  margin-right: -10px; }

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*================= COLUMN =====================*/
/* Column */
.wd-col-lg-1 {
  width: 100%; }

.wd-col-lg-2 {
  width: 50%; }

.wd-col-lg-3 {
  width: 33.33333%; }

.wd-col-lg-4 {
  width: 25%; }

.wd-col-lg-5 {
  width: 20%; }

.wd-col-lg-6 {
  width: 16.66666%; }

.wd-col-lg-7 {
  width: 14.28571%; }

.wd-col-lg-8 {
  width: 12.50000%; }

.wd-col-lg-1, .wd-col-lg-2, .wd-col-lg-3, .wd-col-lg-4, .wd-col-lg-5, .wd-col-lg-6, .wd-col-lg-7, .wd-col-lg-8,
section.wd-col-lg-1, section.wd-col-lg-2, section.wd-col-lg-3, section.wd-col-lg-4, section.wd-col-lg-5, section.wd-col-lg-6, section.wd-col-lg-7, section.wd-col-lg-8 {
  display: inline-block;
  float: none; }

@media only screen and (max-width: 1199px) {
  .wd-col-md-1 {
    width: 100%; }

  .wd-col-md-2 {
    width: 50%; }

  .wd-col-md-3 {
    width: 33.33333%; }

  .wd-col-md-4 {
    width: 25%; }

  .wd-col-md-5 {
    width: 20%; }

  .wd-col-md-6 {
    width: 16.66666%; }

  .wd-col-md-7 {
    width: 14.28571%; }

  .wd-col-md-8 {
    width: 12.50000%; } }
@media only screen and (max-width: 991px) {
  .wd-col-sm-1 {
    width: 100%; }

  .wd-col-sm-2 {
    width: 50%; }

  .wd-col-sm-3 {
    width: 33.33333%; }

  .wd-col-sm-4 {
    width: 25%; }

  .wd-col-sm-5 {
    width: 20%; }

  .wd-col-sm-6 {
    width: 16.66666%; }

  .wd-col-sm-7 {
    width: 14.28571%; }

  .wd-col-sm-8 {
    width: 12.50000%; } }
@media only screen and (max-width: 767px) {
  .wd-col-xs-1 {
    width: 100%; }

  .wd-col-xs-2 {
    width: 50%; }

  .wd-col-xs-3 {
    width: 33.33333%; }

  .wd-col-xs-4 {
    width: 25%; }

  .wd-col-xs-5 {
    width: 20%; }

  .wd-col-xs-6 {
    width: 16.66666%; }

  .wd-col-xs-7 {
    width: 14.28571%; }

  .wd-col-xs-8 {
    width: 12.50000%; }

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
    width: 100%; } }
@media only screen and (max-width: 479px) {
  .products {
    text-align: center; }

  .product {
    text-align: left; }

  .wd-col-mb-1 {
    width: 100%; }

  .wd-col-mb-2 {
    width: 50%; }

  .wd-col-mb-3 {
    width: 33.33333%; }

  .wd-col-mb-4 {
    width: 25%; }

  .wd-col-mb-5 {
    width: 20%; }

  .wd-col-mb-6 {
    width: 16.66666%; }

  .wd-col-mb-7 {
    width: 14.28571%; }

  .wd-col-mb-8 {
    width: 12.50000%; } }
/*============ END COLUMN ==================*/
.wd_meta_loop {
  overflow: hidden;
  margin-bottom: 38px; }
  .wd_meta_loop .woocommerce-result-count {
    float: right;
    margin: 0;
    font-size: 14px;
    color: #363636; }
  .wd_meta_loop form.woocommerce-ordering {
    float: left;
    margin: 0; }
    .wd_meta_loop form.woocommerce-ordering select {
      border: none;
      border-bottom: 1px solid #646464;
      background: none;
      box-shadow: none;
      outline: none !important;
      color: #646464;
      font-weight: 700;
      font-size: 13px;
      font-family: 'Raleway', sans-serif;
      padding: 0 0 2px; }
      .wd_meta_loop form.woocommerce-ordering select option {
        padding: 0; }
  .wd_meta_loop #options.gridlist-toggle {
    clear: none;
    float: left; }
    .wd_meta_loop #options.gridlist-toggle ul.option-set {
      margin: 0; }
      .wd_meta_loop #options.gridlist-toggle ul.option-set li {
        border: none;
        width: 19px;
        height: auto;
        background: none !important;
        color: #707070;
        text-indent: 0;
        margin-right: 20px; }
        .wd_meta_loop #options.gridlist-toggle ul.option-set li:after {
          content: none !important; }
        .wd_meta_loop #options.gridlist-toggle ul.option-set li i {
          font-size: 20px; }
      .wd_meta_loop #options.gridlist-toggle ul.option-set li#grid {
        margin-right: 10px; }
      .wd_meta_loop #options.gridlist-toggle ul.option-set li.active {
        color: #d70050; }

.wd-products-wrapper.grid-list-action .products section {
  position: relative;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; }
  .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper {
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s; }
    .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper > a {
      display: block;
      line-height: 0;
      position: relative; }
      .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper > a:before {
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        left: 0;
        height: 100%;
        opacity: 0;
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s; }
    .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper div.product_label {
      position: absolute;
      top: 16px;
      right: 16px; }
      .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper div.product_label .featured, .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper div.product_label .onsale {
        width: 60px;
        height: 60px;
        background: #aaa;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        line-height: 60px;
        text-align: center;
        display: block;
        border-radius: 100%; }
      .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper div.product_label .onsale {
        background: #ae5c6d;
        padding: 0;
        position: static; }
    .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      margin-bottom: 0;
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      width: 186px;
      opacity: 0;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s; }
      .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist {
        display: inline-block;
        margin: 0 1px;
        vertical-align: top;
        position: relative; }
        .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist > div.show {
          width: 60px;
          height: 60px;
          text-align: center;
          line-height: 60px;
          display: block; }
          .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist > div.show a {
            display: block;
            background: url(images/list-icon-action.png) no-repeat -40px 24px #fff;
            text-indent: -9999px;
            border-radius: 0;
            transition: all 0.2s ease 0s;
            -webkit-transition: all 0.2s ease 0s; }
          .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist > div.show img {
            position: absolute;
            top: 50%;
            left: 50%;

            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%); }
          .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist > div.show .feedback {
            display: none; }
          .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist > div.show:hover a {
            background: url(images/list-icon-action-hover.png) no-repeat -40px 24px #d70050; }
        .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a, .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a {
          background-image: none;
          position: relative;
          color: #141414; }
          .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a:before, .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a:before {
            content: "\f08a";
            font: 20px 'FontAwesome';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            text-indent: 0; }
        .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:hover a, .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:hover a {
          background-image: none;
          color: #fff; }
      .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_compare, .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_quickshop_handler {
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        display: inline block;
        margin: 0 1px;
        padding: 0;
        vertical-align: top;
        background: url(images/list-icon-action.png) no-repeat 20px 22px #fff;
        text-indent: -9999px;
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        border: none;
        border-radius: 0;
        opacity: 1; }
        .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_compare:hover, .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_quickshop_handler:hover {
          background: url(images/list-icon-action-hover.png) no-repeat 20px 22px #000000; }
      .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_quickshop_handler {
        background-position: -102px 22px; }
        .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_quickshop_handler:hover {
          background: url(images/list-icon-action-hover.png) no-repeat -102px 22px #000000; }
    .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .list_add_to_cart {
      text-align: center;
      margin-bottom: 15px;
      position: absolute;
      bottom: 10%;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      opacity: 0; }
      .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .list_add_to_cart a {
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff;
        padding: 13px 20px 13px 20px;
        border: 1px solid #fff;
        display: inline-block;
        background: transparent;
        border-radius: 0;
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s; }
        .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .list_add_to_cart a:hover {
          background: #d70050;
          border-color: transparent; }
    .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper .star-rating {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      bottom: 0%;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      opacity: 0;
      transition-duration: 0.8s;
      -webkit-transition-duration: 0.8s; }
    .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper:hover {
      transform: translateY(-10px);
      -webkit-transform: translateY(-10px); }
      .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper:hover > a:before {
        opacity: 1; }
      .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper:hover .wd_woocommerce_prod_btns_group {
        opacity: 1;
        top: 50%; }
      .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper:hover .list_add_to_cart {
        opacity: 1;
        bottom: 15%; }
      .wd-products-wrapper.grid-list-action .products section .product-thumbnail-wrapper:hover .star-rating {
        opacity: 1;
        bottom: 11%; }
  .wd-products-wrapper.grid-list-action .products section .product-meta-wrapper {
    text-align: center; }
    .wd-products-wrapper.grid-list-action .products section .product-meta-wrapper h3.product-title {
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 16px;
      margin-bottom: 14px;
      line-height: 20px; }
      .wd-products-wrapper.grid-list-action .products section .product-meta-wrapper h3.product-title a {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        color: #323232;
        font-weight: 400; }
        .wd-products-wrapper.grid-list-action .products section .product-meta-wrapper h3.product-title a:hover {
          color: #d70050; }
    .wd-products-wrapper.grid-list-action .products section .product-meta-wrapper .product_sku {
      display: none; }
    .wd-products-wrapper.grid-list-action .products section .product-meta-wrapper .price .amount {
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      color: #d70050;
      font-weight: 400; }
.wd-products-wrapper.grid-list-action .products.grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px;
  width: auto; }
  .wd-products-wrapper.grid-list-action .products.grid section {
    vertical-align: top;
    padding: 0 10px; }
    .wd-products-wrapper.grid-list-action .products.grid section .product-grid-wrapper {
      border: none;
      padding: 0;
      box-shadow: none; }
      .wd-products-wrapper.grid-list-action .products.grid section .product-grid-wrapper .product-thumbnail-wrapper {
        position: relative;
        margin-bottom: 27px; }
      .wd-products-wrapper.grid-list-action .products.grid section .product-grid-wrapper .product-meta-wrapper .star-rating, .wd-products-wrapper.grid-list-action .products.grid section .product-grid-wrapper .product-meta-wrapper .product_short_content, .wd-products-wrapper.grid-list-action .products.grid section .product-grid-wrapper .product-meta-wrapper .list_add_to_cart, .wd-products-wrapper.grid-list-action .products.grid section .product-grid-wrapper .product-meta-wrapper .yith-wcwl-add-to-wishlist, .wd-products-wrapper.grid-list-action .products.grid section .product-grid-wrapper .product-meta-wrapper .wd_compare, .wd-products-wrapper.grid-list-action .products.grid section .product-grid-wrapper .product-meta-wrapper .wd_quickshop_handler {
        display: none; }
.wd-products-wrapper.grid-list-action .products.list .product-grid-wrapper {
  border: none;
  padding: 0;
  box-shadow: none;
  float: left;
  width: 100%; }
  .wd-products-wrapper.grid-list-action .products.list .product-grid-wrapper .product-thumbnail-wrapper {
    float: left;
    width: 25%; }
    .wd-products-wrapper.grid-list-action .products.list .product-grid-wrapper .product-thumbnail-wrapper a {
      display: inline-block; }
  .wd-products-wrapper.grid-list-action .products.list .product-grid-wrapper .product-meta-wrapper {
    overflow: hidden;
    padding: 0 0 0 20px;
    text-align: left; }
    .wd-products-wrapper.grid-list-action .products.list .product-grid-wrapper .product-meta-wrapper .price {
      display: block;
      margin-bottom: 10px; }
    .wd-products-wrapper.grid-list-action .products.list .product-grid-wrapper .product-meta-wrapper .list_add_to_cart, .wd-products-wrapper.grid-list-action .products.list .product-grid-wrapper .product-meta-wrapper .star-rating, .wd-products-wrapper.grid-list-action .products.list .product-grid-wrapper .product-meta-wrapper .yith-wcwl-add-to-wishlist, .wd-products-wrapper.grid-list-action .products.list .product-grid-wrapper .product-meta-wrapper .wd_compare, .wd-products-wrapper.grid-list-action .products.list .product-grid-wrapper .product-meta-wrapper .wd_quickshop_handler {
      display: none; }

.woocommerce a.added_to_cart {
  display: none !important; }

html .woocommerce .star-rating {
  color: #c8c8c8;
  font-size: 12px;
  letter-spacing: 3px;
  width: 83px;
  margin: 0 auto !important; }
  html .woocommerce .star-rating:before {
    color: #c8c8c8; }

/*================== PRODUCT DETAIL=================*/
.woocommerce div.product .image_summary .images {
  position: relative; }
  .woocommerce div.product .image_summary .images .product_label {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 99999; }
    .woocommerce div.product .image_summary .images .product_label span.product_label {
      width: 60px;
      height: 60px;
      background: #aaa;
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      font-size: 13px;
      text-transform: uppercase;
      line-height: 60px;
      text-align: center;
      display: block;
      border-radius: 100%; }
  .woocommerce div.product .image_summary .images .thumbnails {
    margin: 0 -5px;
    padding-top: 10px; }
    .woocommerce div.product .image_summary .images .thumbnails .product_thumbnails_slider {
      overflow: hidden; }
      .woocommerce div.product .image_summary .images .thumbnails .product_thumbnails_slider ul.product_thumbnails {
        margin: 0; }
        .woocommerce div.product .image_summary .images .thumbnails .product_thumbnails_slider ul.product_thumbnails .owl-item li {
          list-style: none;
          margin: 0 5px; }
          .woocommerce div.product .image_summary .images .thumbnails .product_thumbnails_slider ul.product_thumbnails .owl-item li > a {
            display: block;
            width: 100% !important;
            float: none !important; }
        .woocommerce div.product .image_summary .images .thumbnails .product_thumbnails_slider ul.product_thumbnails .owl-controls .owl-nav > div {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          width: 50px;
          height: 50px;
          text-indent: -9999px;
          font-size: 0; }
        .woocommerce div.product .image_summary .images .thumbnails .product_thumbnails_slider ul.product_thumbnails .owl-controls .owl-nav .owl-prev {
          left: 0;
          background: url(images/prev_slider.png) no-repeat; }
        .woocommerce div.product .image_summary .images .thumbnails .product_thumbnails_slider ul.product_thumbnails .owl-controls .owl-nav .owl-next {
          right: 0;
          background: url(images/next_slider.png) no-repeat; }
.woocommerce div.product .image_summary .entry-summary h1.entry-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-transform: capitalize;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 26px;
  margin-bottom: 25px; }
.woocommerce div.product .image_summary .entry-summary .price {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  letter-spacing: 1px;
  color: #d70050;
  font-weight: 400;
  line-height: 36px; }
  .woocommerce div.product .image_summary .entry-summary .price ins {
    font-weight: 400; }
.woocommerce div.product .image_summary .entry-summary .woocommerce-product-rating {
  float: left;
  margin-right: 40px; }
  .woocommerce div.product .image_summary .entry-summary .woocommerce-product-rating .wd-review-link {
    display: none; }
  .woocommerce div.product .image_summary .entry-summary .woocommerce-product-rating .star-rating {
    color: #ff9900; }
    .woocommerce div.product .image_summary .entry-summary .woocommerce-product-rating .star-rating:before {
      color: #ff9900; }
.woocommerce div.product .image_summary .entry-summary .availability {
  float: left;
  font-weight: 700;
  margin: 0 40px 22px 0;
  line-height: 13px; }
  .woocommerce div.product .image_summary .entry-summary .availability .wd_availability {
    color: #141414; }
.woocommerce div.product .image_summary .entry-summary .wd_product_sku {
  float: left;
  color: #141414;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 22px;
  line-height: 13px; }
  .woocommerce div.product .image_summary .entry-summary .wd_product_sku .product_sku {
    color: #646464; }
.woocommerce div.product .image_summary .entry-summary .short-description {
  clear: both;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 25px; }
  .woocommerce div.product .image_summary .entry-summary .short-description h6.short-description-title {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px; }
.woocommerce div.product .image_summary .entry-summary form.variations_form table.variations tr {
  float: left;
  width: 50%; }
  .woocommerce div.product .image_summary .entry-summary form.variations_form table.variations tr:first-child {
    width: 100%; }
  .woocommerce div.product .image_summary .entry-summary form.variations_form table.variations tr td.label {
    line-height: 25px;
    padding: 0;
    font-size: 14px;
    display: none; }
    .woocommerce div.product .image_summary .entry-summary form.variations_form table.variations tr td.label label {
      font-family: 'Raleway', sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #141414;
      text-transform: uppercase;
      margin-bottom: 7px; }
  .woocommerce div.product .image_summary .entry-summary form.variations_form table.variations tr td.value select {
    border: 1px solid #d7d7d7;
    height: 40px;
    background: transparent;
    padding: 0 20px; }
  .woocommerce div.product .image_summary .entry-summary form.variations_form table.variations tr td.value .wd_color_image_swap {
    width: 100%;
    float: left; }
    .woocommerce div.product .image_summary .entry-summary form.variations_form table.variations tr td.value .wd_color_image_swap .wd-select-option {
      float: left;
      margin-right: 10px; }
      .woocommerce div.product .image_summary .entry-summary form.variations_form table.variations tr td.value .wd_color_image_swap .wd-select-option img {
        border: 1px solid transparent; }
    .woocommerce div.product .image_summary .entry-summary form.variations_form table.variations tr td.value .wd_color_image_swap .wd-select-option.selected img {
      border: 1px solid #141414; }
  .woocommerce div.product .image_summary .entry-summary form.variations_form table.variations tr td.value .wd_reset_variations {
    clear: both;
    margin: 0; }
.woocommerce div.product .image_summary .entry-summary form.variations_form table.variations tr.single_variation_wrap {
  width: 100%; }
.woocommerce div.product .image_summary .entry-summary .cart {
  clear: both; }
  .woocommerce div.product .image_summary .entry-summary .cart .pre_quantity {
    display: none; }
  .woocommerce div.product .image_summary .entry-summary .cart .quantity {
    margin-right: 30px; }
    .woocommerce div.product .image_summary .entry-summary .cart .quantity input.input-text {
      width: 70px;
      height: 40px;
      border: 1px solid #d7d7d7;
      text-align: center;
      line-height: 40px;
      color: #363636;
      font-size: 18px;
      background: #fff;
      padding: 0; }
  .woocommerce div.product .image_summary .entry-summary .cart .button {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 25px 13px 25px;
    background: #141414;
    display: inline-block;
    border-radius: 0; }
    .woocommerce div.product .image_summary .entry-summary .cart .button:hover {
      background: #d70050; }
  .woocommerce div.product .image_summary .entry-summary .cart a.wd_compare {
    background: #fff url(images/list-icon-action.png) no-repeat 10px 13px;
    padding: 0; }
    .woocommerce div.product .image_summary .entry-summary .cart a.wd_compare:hover {
      background: #d70050 url(images/list-icon-action-hover.png) no-repeat 10px 13px; }
  .woocommerce div.product .image_summary .entry-summary .cart .yith-wcwl-add-to-wishlist {
    clear: none;
    margin-bottom: 0; }
  .woocommerce div.product .image_summary .entry-summary .cart .grouped_products .grouped_product_item {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .woocommerce div.product .image_summary .entry-summary .cart .grouped_products h3.wd_product a {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #141414;
    text-transform: capitalize; }
  .woocommerce div.product .image_summary .entry-summary .cart .grouped_products table.variations td {
    padding: 0;
    vertical-align: bottom; }
    .woocommerce div.product .image_summary .entry-summary .cart .grouped_products table.variations td .amount {
      font-family: 'Montserrat', sans-serif;
      font-size: 25px;
      letter-spacing: 1px;
      color: #d70050;
      font-weight: 400;
      line-height: 25px;
      margin-bottom: 15px;
      display: block;
      margin-top: 9px; }
  .woocommerce div.product .image_summary .entry-summary .cart .grouped_products table.variations td.label {
    line-height: 25px;
    padding: 0;
    font-size: 14px;
    margin-top: 15px; }
    .woocommerce div.product .image_summary .entry-summary .cart .grouped_products table.variations td.label label {
      font-family: 'Raleway', sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #141414;
      text-transform: capitalize;
      margin-bottom: 0;
      margin-top: 9px; }
.woocommerce div.product .image_summary .entry-summary p.cart {
  float: left; }
.woocommerce div.product .image_summary .entry-summary .yith-wcwl-add-to-wishlist {
  float: left;
  margin: 0 1px;
  position: relative; }
  .woocommerce div.product .image_summary .entry-summary .yith-wcwl-add-to-wishlist .show a {
    border: 1px solid #141414;
    background: #fff url(images/list-icon-action.png) no-repeat -51px 13px;
    color: #363636;
    text-indent: -9999px;
    font-size: 0;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 0; }
    .woocommerce div.product .image_summary .entry-summary .yith-wcwl-add-to-wishlist .show a:hover {
      background: #d70050 url(images/list-icon-action-hover.png) no-repeat -51px 13px;
      border-color: transparent; }
  .woocommerce div.product .image_summary .entry-summary .yith-wcwl-add-to-wishlist .show img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
  .woocommerce div.product .image_summary .entry-summary .yith-wcwl-add-to-wishlist .show .feedback {
    display: none; }
.woocommerce div.product .image_summary .entry-summary a.wd_compare {
  border: 1px solid #141414;
  background: #fff url(images/list-icon-action.png) no-repeat 10px 13px;
  color: #363636;
  text-indent: -9999px;
  font-size: 0;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  padding: 0;
  float: left;
  border-radius: 0; }
  .woocommerce div.product .image_summary .entry-summary a.wd_compare:hover {
    background: #d70050 url(images/list-icon-action-hover.png) no-repeat 10px 13px;
    border-color: transparent; }
.woocommerce div.product .image_summary .entry-summary .product_meta {
  padding: 23px 0 16px 0;
  margin: 0 0 30px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }
  .woocommerce div.product .image_summary .entry-summary .product_meta span {
    clear: both;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #141414;
    text-transform: uppercase;
    margin-bottom: 6px; }
    .woocommerce div.product .image_summary .entry-summary .product_meta span a {
      color: #646464;
      text-transform: capitalize; }
      .woocommerce div.product .image_summary .entry-summary .product_meta span a:hover {
        color: #d70050; }
.woocommerce div.product .image_summary .entry-summary .social_sharing .social_icon > div {
  float: left;
  margin-right: 10px; }
  .woocommerce div.product .image_summary .entry-summary .social_sharing .social_icon > div a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 100%;
    display: block;
    color: #969696;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s; }
    .woocommerce div.product .image_summary .entry-summary .social_sharing .social_icon > div a i {
      font-size: 17px; }
    .woocommerce div.product .image_summary .entry-summary .social_sharing .social_icon > div a:hover {
      transform: translateY(-5px);
      -webkit-transform: translateY(-5px); }
.woocommerce div.product .woocommerce-tabs {
  margin-bottom: 35px; }
  .woocommerce div.product .woocommerce-tabs ul.nav-tabs {
    border: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 240px;
    margin-right: 30px; }
    .woocommerce div.product .woocommerce-tabs ul.nav-tabs:before {
      content: none !important; }
    .woocommerce div.product .woocommerce-tabs ul.nav-tabs li {
      border: none;
      border-radius: 0;
      padding: 0;
      display: block !important;
      float: none;
      margin: 0 0 10px;
      color: #646464;
      transition: all 0.2s ease 0s;
      -webkit-transition: all 0.2s ease 0s; }
      .woocommerce div.product .woocommerce-tabs ul.nav-tabs li a {
        border: none;
        border-radius: 0;
        padding: 15px 30px;
        margin: 0;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        color: #646464;
        font-weight: 400;
        display: block;
        background: #ccc; }
        .woocommerce div.product .woocommerce-tabs ul.nav-tabs li a:hover {
          background: #d70050;
          color: #fff; }
      .woocommerce div.product .woocommerce-tabs ul.nav-tabs li:before {
        content: none; }
      .woocommerce div.product .woocommerce-tabs ul.nav-tabs li:after {
        content: none; }
      .woocommerce div.product .woocommerce-tabs ul.nav-tabs li:hover {
        color: #fff; }
    .woocommerce div.product .woocommerce-tabs ul.nav-tabs li.active {
      color: #fff; }
      .woocommerce div.product .woocommerce-tabs ul.nav-tabs li.active a {
        background: #d70050;
        color: #fff; }
    .woocommerce div.product .woocommerce-tabs ul.nav-tabs li.description_tab:after, .woocommerce div.product .woocommerce-tabs ul.nav-tabs li.wd_custom_tab:after, .woocommerce div.product .woocommerce-tabs ul.nav-tabs li.reviews_tab:after {
      content: "\f040";
      font: 14px 'FontAwesome';
      float: right;
      position: absolute;
      width: auto;
      height: 14px;
      box-shadow: none;
      border: none;
      top: 50%;
      right: 23px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      line-height: 14px; }
    .woocommerce div.product .woocommerce-tabs ul.nav-tabs li.wd_custom_tab:after {
      content: "\f013"; }
    .woocommerce div.product .woocommerce-tabs ul.nav-tabs li.reviews_tab:after {
      content: "\f27a"; }
  .woocommerce div.product .woocommerce-tabs .tab-content {
    overflow: hidden;
    border: 1px solid #ebebeb;
    padding: 20px 40px; }
    .woocommerce div.product .woocommerce-tabs .tab-content .entry-content {
      border: none;
      box-shadow: none;
      margin: 0; }
      .woocommerce div.product .woocommerce-tabs .tab-content .entry-content #reviews #comments h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        font-weight: 700; }
      .woocommerce div.product .woocommerce-tabs .tab-content .entry-content #reviews #comments .star-rating {
        top: 10px; }
      .woocommerce div.product .woocommerce-tabs .tab-content .entry-content #reviews #comments .commentlist {
        margin-top: 20px; }
        .woocommerce div.product .woocommerce-tabs .tab-content .entry-content #reviews #comments .commentlist li {
          width: 100%; }
          .woocommerce div.product .woocommerce-tabs .tab-content .entry-content #reviews #comments .commentlist li img.avatar {
            width: 70px;
            border: none;
            padding: 0; }
          .woocommerce div.product .woocommerce-tabs .tab-content .entry-content #reviews #comments .commentlist li .comment-text {
            margin-left: 95px;
            border: 1px solid #e1e1e1; }
            .woocommerce div.product .woocommerce-tabs .tab-content .entry-content #reviews #comments .commentlist li .comment-text .meta strong {
              display: inline-block;
              margin-right: 30px;
              font-family: 'Raleway', sans-serif;
              font-weight: 700;
              font-size: 14px;
              color: #d70050;
              text-transform: uppercase; }
            .woocommerce div.product .woocommerce-tabs .tab-content .entry-content #reviews #comments .commentlist li .comment-text .meta time {
              font-size: 13px;
              color: #141414; }
      .woocommerce div.product .woocommerce-tabs .tab-content .entry-content #reviews #review_form_wrapper #review_form h3.comment-reply-title {
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 15px; }
      .woocommerce div.product .woocommerce-tabs .tab-content .entry-content #reviews #review_form_wrapper #review_form .form-submit input.submit {
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        display: inline-block;
        padding: 12px 20px;
        background: #141414;
        border: none;
        border-radius: 0;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s; }
        .woocommerce div.product .woocommerce-tabs .tab-content .entry-content #reviews #review_form_wrapper #review_form .form-submit input.submit:hover {
          background: #646464;
          color: #fff; }

.wd_quickshop .image_summary .thumbnails ul.qs-thumbnails {
  margin: 0; }
  .wd_quickshop .image_summary .thumbnails ul.qs-thumbnails .owl-item li {
    list-style: none;
    margin: 0 5px; }
    .wd_quickshop .image_summary .thumbnails ul.qs-thumbnails .owl-item li a {
      width: 100%;
      margin: 0;
      float: none; }
  .wd_quickshop .image_summary .thumbnails ul.qs-thumbnails .owl-controls .owl-nav > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    font-size: 0; }
  .wd_quickshop .image_summary .thumbnails ul.qs-thumbnails .owl-controls .owl-nav .owl-prev {
    left: 0;
    background: url(images/prev_slider.png) no-repeat; }
  .wd_quickshop .image_summary .thumbnails ul.qs-thumbnails .owl-controls .owl-nav .owl-next {
    right: 0;
    background: url(images/next_slider.png) no-repeat; }

div.pp_woocommerce .pp_description {
  display: block;
  background: #F1F1F1;
  padding: 10px;
  text-transform: uppercase;
  text-align: center; }

/*======================== checkout PRODUCT ==================*/
.woocommerce .woocommerce-checkout {
  overflow: hidden; }
  .woocommerce .woocommerce-checkout .accordion-group {
    float: left;
    width: 50%;
    margin-bottom: 90px; }
  .woocommerce .woocommerce-checkout #accordion-billing {
    padding-right: 15px; }
    .woocommerce .woocommerce-checkout #accordion-billing .accordion-heading h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 15px;
      font-weight: 700;
      color: #141414;
      line-height: 18px;
      margin: 0 0 20px; }
    .woocommerce .woocommerce-checkout #accordion-billing .accordion-body .accordion-inner label {
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #323232; }
      .woocommerce .woocommerce-checkout #accordion-billing .accordion-body .accordion-inner label .required {
        color: #d70050; }
    .woocommerce .woocommerce-checkout #accordion-billing .accordion-body .accordion-inner .input-text, .woocommerce .woocommerce-checkout #accordion-billing .accordion-body .accordion-inner .select2-container a.select2-choice, .woocommerce .woocommerce-checkout #accordion-billing .accordion-body .accordion-inner select {
      height: 41px;
      border: 1px solid #ececec;
      line-height: normal;
      vertical-align: middle;
      color: #898989;
      background: none;
      border-radius: 0;
      margin-bottom: 8px; }
    .woocommerce .woocommerce-checkout #accordion-billing .accordion-body .accordion-inner .select2-container a.select2-choice {
      line-height: 41px; }
  .woocommerce .woocommerce-checkout #accordion-review {
    padding-left: 15px; }
    .woocommerce .woocommerce-checkout #accordion-review .accordion-review-inner {
      padding: 20px 28px;
      border: 1px solid #d7d7d7; }
      .woocommerce .woocommerce-checkout #accordion-review .accordion-review-inner .accordion-heading h3.heading-title {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #d70050;
        line-height: 18px;
        margin: 0 0 20px; }
      .woocommerce .woocommerce-checkout #accordion-review .accordion-review-inner #collapse-order-review #order_review table.woocommerce-checkout-review-order-table {
        margin-bottom: 25px; }
        .woocommerce .woocommerce-checkout #accordion-review .accordion-review-inner #collapse-order-review #order_review table.woocommerce-checkout-review-order-table thead tr th {
          font-family: 'Raleway', sans-serif;
          font-size: 14px;
          font-weight: 700;
          color: #323232;
          text-align: left;
          padding: 12px 0; }
        .woocommerce .woocommerce-checkout #accordion-review .accordion-review-inner #collapse-order-review #order_review table.woocommerce-checkout-review-order-table thead tr .product-total {
          text-align: right; }
        .woocommerce .woocommerce-checkout #accordion-review .accordion-review-inner #collapse-order-review #order_review table.woocommerce-checkout-review-order-table tbody tr td.product-name {
          font-family: 'Raleway', sans-serif;
          font-size: 12px;
          font-weight: 700;
          color: #646464;
          text-transform: uppercase;
          border-bottom: 1px solid #d7d7d7; }
        .woocommerce .woocommerce-checkout #accordion-review .accordion-review-inner #collapse-order-review #order_review table.woocommerce-checkout-review-order-table tbody tr td.product-total {
          text-align: right;
          padding: 6px 0;
          font-family: 'Raleway', sans-serif;
          font-size: 18px;
          font-weight: 700;
          color: #141414;
          text-transform: uppercase;
          border-bottom: 1px solid #d7d7d7; }
        .woocommerce .woocommerce-checkout #accordion-review .accordion-review-inner #collapse-order-review #order_review table.woocommerce-checkout-review-order-table tfoot tr th {
          font-family: 'Raleway', sans-serif;
          font-size: 14px;
          font-weight: 700;
          color: #323232;
          text-align: left;
          padding: 12px 0;
          border: none;
          border-bottom: 1px solid #d7d7d7;
          text-transform: uppercase; }
        .woocommerce .woocommerce-checkout #accordion-review .accordion-review-inner #collapse-order-review #order_review table.woocommerce-checkout-review-order-table tfoot tr td {
          border: none;
          border-bottom: 1px solid #d7d7d7;
          text-align: right;
          padding: 6px 0;
          font-family: 'Raleway', sans-serif;
          font-size: 18px;
          font-weight: 700;
          color: #141414;
          text-transform: uppercase; }
          .woocommerce .woocommerce-checkout #accordion-review .accordion-review-inner #collapse-order-review #order_review table.woocommerce-checkout-review-order-table tfoot tr td #shipping_method {
            font-family: 'Raleway', sans-serif;
            font-size: 12px;
            font-weight: 700;
            color: #646464;
            text-transform: uppercase; }
            .woocommerce .woocommerce-checkout #accordion-review .accordion-review-inner #collapse-order-review #order_review table.woocommerce-checkout-review-order-table tfoot tr td #shipping_method label {
              text-indent: 0; }
      .woocommerce .woocommerce-checkout #accordion-review .accordion-review-inner #collapse-order-review #order_review #payment {
        background: none;
        border-radius: 0; }
        .woocommerce .woocommerce-checkout #accordion-review .accordion-review-inner #collapse-order-review #order_review #payment ul.payment_methods {
          padding: 0;
          border: none; }
          .woocommerce .woocommerce-checkout #accordion-review .accordion-review-inner #collapse-order-review #order_review #payment ul.payment_methods label {
            font-family: 'Raleway', sans-serif;
            font-size: 12px;
            font-weight: 700;
            color: #141414;
            text-transform: uppercase; }
        .woocommerce .woocommerce-checkout #accordion-review .accordion-review-inner #collapse-order-review #order_review #payment .place-order {
          padding-left: 0;
          padding-right: 0; }
          .woocommerce .woocommerce-checkout #accordion-review .accordion-review-inner #collapse-order-review #order_review #payment .place-order #place_order {
            float: none;
            background: #141414; }

/*======================== RELATED PRODUCT ==================*/
.related.grid, .cart-related-box, .related_post .title {
  clear: both; }
  .related.grid > h3.heading-title, .related.grid .cross_sells > h3.heading-title, .related.grid > h3, .cart-related-box > h3.heading-title, .cart-related-box .cross_sells > h3.heading-title, .cart-related-box > h3, .related_post .title > h3.heading-title, .related_post .title .cross_sells > h3.heading-title, .related_post .title > h3 {
    color: #bebebe;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    position: relative;
    padding-bottom: 27px;
    margin-bottom: 51px; }
    .related.grid > h3.heading-title strong, .related.grid .cross_sells > h3.heading-title strong, .related.grid > h3 strong, .cart-related-box > h3.heading-title strong, .cart-related-box .cross_sells > h3.heading-title strong, .cart-related-box > h3 strong, .related_post .title > h3.heading-title strong, .related_post .title .cross_sells > h3.heading-title strong, .related_post .title > h3 strong {
      font-weight: 400; }
    .related.grid > h3.heading-title:before, .related.grid .cross_sells > h3.heading-title:before, .related.grid > h3:before, .cart-related-box > h3.heading-title:before, .cart-related-box .cross_sells > h3.heading-title:before, .cart-related-box > h3:before, .related_post .title > h3.heading-title:before, .related_post .title .cross_sells > h3.heading-title:before, .related_post .title > h3:before {
      content: "\f07a";
      font: 18px 'FontAwesome';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      padding: 0 17px;
      background: #fff;
      z-index: 1; }
    .related.grid > h3.heading-title:after, .related.grid .cross_sells > h3.heading-title:after, .related.grid > h3:after, .cart-related-box > h3.heading-title:after, .cart-related-box .cross_sells > h3.heading-title:after, .cart-related-box > h3:after, .related_post .title > h3.heading-title:after, .related_post .title .cross_sells > h3.heading-title:after, .related_post .title > h3:after {
      content: '';
      position: absolute;
      background: #c8c8c8;
      height: 1px;
      width: 250px;
      bottom: 9px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }

.related_wrapper .products, .cross_content .products, .woocommerce .products {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: auto;
  margin: 0 -10px; }
  .related_wrapper .products section, .cross_content .products section, .woocommerce .products section {
    padding: 0 10px;
    position: relative;
    vertical-align: top;
    margin-bottom: 20px;
    margin-right: -3px; }
    .related_wrapper .products section .product-thumbnail-wrapper, .cross_content .products section .product-thumbnail-wrapper, .woocommerce .products section .product-thumbnail-wrapper {
      position: relative;
      margin-bottom: 27px;
      text-align: center;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s; }
      .related_wrapper .products section .product-thumbnail-wrapper > a, .cross_content .products section .product-thumbnail-wrapper > a, .woocommerce .products section .product-thumbnail-wrapper > a {
        display: inline-block;
        line-height: 0;
        position: relative; }
        .related_wrapper .products section .product-thumbnail-wrapper > a:before, .cross_content .products section .product-thumbnail-wrapper > a:before, .woocommerce .products section .product-thumbnail-wrapper > a:before {
          content: '';
          position: absolute;
          top: 0;
          width: 100%;
          background: rgba(0, 0, 0, 0.5);
          left: 0;
          height: 100%;
          opacity: 0;
          transition: all 0.2s ease 0s;
          -webkit-transition: all 0.2s ease 0s; }
      .related_wrapper .products section .product-thumbnail-wrapper div.product_label, .cross_content .products section .product-thumbnail-wrapper div.product_label, .woocommerce .products section .product-thumbnail-wrapper div.product_label {
        position: absolute;
        top: 16px;
        right: 16px; }
        .related_wrapper .products section .product-thumbnail-wrapper div.product_label .featured, .related_wrapper .products section .product-thumbnail-wrapper div.product_label .onsale, .cross_content .products section .product-thumbnail-wrapper div.product_label .featured, .cross_content .products section .product-thumbnail-wrapper div.product_label .onsale, .woocommerce .products section .product-thumbnail-wrapper div.product_label .featured, .woocommerce .products section .product-thumbnail-wrapper div.product_label .onsale {
          width: 60px;
          height: 60px;
          background: #aaa;
          color: #fff;
          font-family: 'Montserrat', sans-serif;
          font-size: 13px;
          text-transform: uppercase;
          line-height: 60px;
          text-align: center;
          display: block;
          border-radius: 100%; }
        .related_wrapper .products section .product-thumbnail-wrapper div.product_label .onsale, .cross_content .products section .product-thumbnail-wrapper div.product_label .onsale, .woocommerce .products section .product-thumbnail-wrapper div.product_label .onsale {
          background: #ae5c6d;
          padding: 0;
          position: static; }
      .related_wrapper .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group, .cross_content .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group, .woocommerce .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 0;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: 194px;
        opacity: 0;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s; }
        .related_wrapper .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist, .cross_content .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist, .woocommerce .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist {
          display: inline-block;
          margin: 0 1px;
          vertical-align: top;
          position: relative; }
          .related_wrapper .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist > div.show, .cross_content .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist > div.show, .woocommerce .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist > div.show {
            width: 60px;
            height: 60px;
            text-align: center;
            line-height: 60px;
            display: block; }
            .related_wrapper .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist > div.show a, .cross_content .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist > div.show a, .woocommerce .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist > div.show a {
              display: block;
              background: url(images/list-icon-action.png) no-repeat -40px 24px #fff;
              text-indent: -9999px;
              border-radius: 0;
              transition: all 0.2s ease 0s;
              -webkit-transition: all 0.2s ease 0s; }
            .related_wrapper .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist > div.show img, .cross_content .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist > div.show img, .woocommerce .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist > div.show img {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%); }
            .related_wrapper .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist > div.show .feedback, .cross_content .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist > div.show .feedback, .woocommerce .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist > div.show .feedback {
              display: none; }
            .related_wrapper .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist > div.show:hover a, .cross_content .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist > div.show:hover a, .woocommerce .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .yith-wcwl-add-to-wishlist > div.show:hover a {
              background: url(images/list-icon-action-hover.png) no-repeat -40px 24px #d70050; }
        .related_wrapper .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_compare, .related_wrapper .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_quickshop_handler, .cross_content .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_compare, .cross_content .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_quickshop_handler, .woocommerce .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_compare, .woocommerce .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_quickshop_handler {
          width: 60px;
          height: 60px;
          text-align: center;
          line-height: 60px;
          display: inline-block;
          margin: 0 1px;
          padding: 0;
          vertical-align: top;
          background: url(images/list-icon-action.png) no-repeat 20px 22px #fff;
          text-indent: -9999px;
          transition: all 0.2s ease 0s;
          -webkit-transition: all 0.2s ease 0s;
          border: none;
          border-radius: 0;
          opacity: 1; }
          .related_wrapper .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_compare:hover, .related_wrapper .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_quickshop_handler:hover, .cross_content .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_compare:hover, .cross_content .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_quickshop_handler:hover, .woocommerce .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_compare:hover, .woocommerce .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_quickshop_handler:hover {
            background: url(images/list-icon-action-hover.png) no-repeat 20px 22px #d70050; }
        .related_wrapper .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_quickshop_handler, .cross_content .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_quickshop_handler, .woocommerce .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_quickshop_handler {
          background-position: -102px 22px; }
          .related_wrapper .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_quickshop_handler:hover, .cross_content .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_quickshop_handler:hover, .woocommerce .products section .product-thumbnail-wrapper .wd_woocommerce_prod_btns_group .wd_quickshop_handler:hover {
            background: url(images/list-icon-action-hover.png) no-repeat -102px 22px #d70050; }
      .related_wrapper .products section .product-thumbnail-wrapper .list_add_to_cart, .cross_content .products section .product-thumbnail-wrapper .list_add_to_cart, .woocommerce .products section .product-thumbnail-wrapper .list_add_to_cart {
        text-align: center;
        margin-bottom: 15px;
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        opacity: 0; }
        .related_wrapper .products section .product-thumbnail-wrapper .list_add_to_cart a, .cross_content .products section .product-thumbnail-wrapper .list_add_to_cart a, .woocommerce .products section .product-thumbnail-wrapper .list_add_to_cart a {
          font-family: 'Montserrat', sans-serif;
          font-size: 13px;
          font-weight: 400;
          text-transform: uppercase;
          color: #fff;
          padding: 13px 20px 13px 20px;
          border: 1px solid #fff;
          display: inline-block;
          background: transparent;
          border-radius: 0;
          transition: all 0.2s ease 0s;
          -webkit-transition: all 0.2s ease 0s; }
          .related_wrapper .products section .product-thumbnail-wrapper .list_add_to_cart a:hover, .cross_content .products section .product-thumbnail-wrapper .list_add_to_cart a:hover, .woocommerce .products section .product-thumbnail-wrapper .list_add_to_cart a:hover {
            background: #d70050;
            border-color: transparent; }
      .related_wrapper .products section .product-thumbnail-wrapper .star-rating, .cross_content .products section .product-thumbnail-wrapper .star-rating, .woocommerce .products section .product-thumbnail-wrapper .star-rating {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        bottom: 0%;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        opacity: 0;
        transition-duration: 0.8s;
        -webkit-transition-duration: 0.8s; }
      .related_wrapper .products section .product-thumbnail-wrapper:hover, .cross_content .products section .product-thumbnail-wrapper:hover, .woocommerce .products section .product-thumbnail-wrapper:hover {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px); }
        .related_wrapper .products section .product-thumbnail-wrapper:hover > a:before, .cross_content .products section .product-thumbnail-wrapper:hover > a:before, .woocommerce .products section .product-thumbnail-wrapper:hover > a:before {
          opacity: 1;
          z-index: 1; }
        .related_wrapper .products section .product-thumbnail-wrapper:hover .wd_woocommerce_prod_btns_group, .cross_content .products section .product-thumbnail-wrapper:hover .wd_woocommerce_prod_btns_group, .woocommerce .products section .product-thumbnail-wrapper:hover .wd_woocommerce_prod_btns_group {
          opacity: 1;
          top: 50%;
          z-index: 1; }
        .related_wrapper .products section .product-thumbnail-wrapper:hover .list_add_to_cart, .cross_content .products section .product-thumbnail-wrapper:hover .list_add_to_cart, .woocommerce .products section .product-thumbnail-wrapper:hover .list_add_to_cart {
          opacity: 1;
          bottom: 15%;
          z-index: 1; }
        .related_wrapper .products section .product-thumbnail-wrapper:hover .star-rating, .cross_content .products section .product-thumbnail-wrapper:hover .star-rating, .woocommerce .products section .product-thumbnail-wrapper:hover .star-rating {
          opacity: 1;
          bottom: 11%;
          z-index: 1; }
    .related_wrapper .products section .product-meta-wrapper, .cross_content .products section .product-meta-wrapper, .woocommerce .products section .product-meta-wrapper {
      text-align: center; }
      .related_wrapper .products section .product-meta-wrapper h3.product-title, .cross_content .products section .product-meta-wrapper h3.product-title, .woocommerce .products section .product-meta-wrapper h3.product-title {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 16px;
        margin-bottom: 14px;
        line-height: 20px; }
        .related_wrapper .products section .product-meta-wrapper h3.product-title a, .cross_content .products section .product-meta-wrapper h3.product-title a, .woocommerce .products section .product-meta-wrapper h3.product-title a {
          font-family: 'Montserrat', sans-serif;
          font-size: 14px;
          text-transform: uppercase;
          color: #323232;
          font-weight: 400; }
          .related_wrapper .products section .product-meta-wrapper h3.product-title a:hover, .cross_content .products section .product-meta-wrapper h3.product-title a:hover, .woocommerce .products section .product-meta-wrapper h3.product-title a:hover {
            color: #d70050; }
      .related_wrapper .products section .product-meta-wrapper .product_sku, .cross_content .products section .product-meta-wrapper .product_sku, .woocommerce .products section .product-meta-wrapper .product_sku {
        display: none; }
      .related_wrapper .products section .product-meta-wrapper .price .amount, .cross_content .products section .product-meta-wrapper .price .amount, .woocommerce .products section .product-meta-wrapper .price .amount {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        color: #d70050;
        font-weight: 400; }
      .related_wrapper .products section .product-meta-wrapper .star-rating, .related_wrapper .products section .product-meta-wrapper .product_short_content, .related_wrapper .products section .product-meta-wrapper .list_add_to_cart, .related_wrapper .products section .product-meta-wrapper .yith-wcwl-add-to-wishlist, .related_wrapper .products section .product-meta-wrapper .wd_compare, .related_wrapper .products section .product-meta-wrapper .wd_quickshop_handler, .cross_content .products section .product-meta-wrapper .star-rating, .cross_content .products section .product-meta-wrapper .product_short_content, .cross_content .products section .product-meta-wrapper .list_add_to_cart, .cross_content .products section .product-meta-wrapper .yith-wcwl-add-to-wishlist, .cross_content .products section .product-meta-wrapper .wd_compare, .cross_content .products section .product-meta-wrapper .wd_quickshop_handler, .woocommerce .products section .product-meta-wrapper .star-rating, .woocommerce .products section .product-meta-wrapper .product_short_content, .woocommerce .products section .product-meta-wrapper .list_add_to_cart, .woocommerce .products section .product-meta-wrapper .yith-wcwl-add-to-wishlist, .woocommerce .products section .product-meta-wrapper .wd_compare, .woocommerce .products section .product-meta-wrapper .wd_quickshop_handler {
        display: none; }
.related_wrapper .products.owl-carousel .owl-item section, .cross_content .products.owl-carousel .owl-item section, .woocommerce .products.owl-carousel .owl-item section {
  width: 100%;
  display: block; }
.related_wrapper .products.owl-carousel .owl-controls .owl-nav > div, .cross_content .products.owl-carousel .owl-controls .owl-nav > div, .woocommerce .products.owl-carousel .owl-controls .owl-nav > div {
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  font-size: 0; }
.related_wrapper .products.owl-carousel .owl-controls .owl-nav .owl-prev, .cross_content .products.owl-carousel .owl-controls .owl-nav .owl-prev, .woocommerce .products.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 10px;
  background: url(images/prev_slider.png) no-repeat; }
.related_wrapper .products.owl-carousel .owl-controls .owl-nav .owl-next, .cross_content .products.owl-carousel .owl-controls .owl-nav .owl-next, .woocommerce .products.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 10px;
  background: url(images/next_slider.png) no-repeat; }

/*==================== SHOPPING CART ==========================*/
html .woocommerce table.shop_table {
  border: none;
  margin: 0 0 30px;
  border-radius: 0;
  border-collapse: collapse !important; }
  html .woocommerce table.shop_table thead tr th {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #141414;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    text-align: center; }
  html .woocommerce table.shop_table thead tr th.first {
    padding-left: 0;
    text-align: left; }
  html .woocommerce table.shop_table tbody tr td {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    text-align: center; }
  html .woocommerce table.shop_table tbody tr td.product-name {
    padding: 25px 0;
    text-align: left; }
    html .woocommerce table.shop_table tbody tr td.product-name .wd_product_item {
      float: left;
      margin: 0 20px 0 0; }
      html .woocommerce table.shop_table tbody tr td.product-name .wd_product_item img {
        width: auto; }
    html .woocommerce table.shop_table tbody tr td.product-name .wd_product_meta {
      overflow: hidden;
      padding-top: 46px; }
      html .woocommerce table.shop_table tbody tr td.product-name .wd_product_meta h3 {
        line-height: 17px; }
        html .woocommerce table.shop_table tbody tr td.product-name .wd_product_meta h3 a {
          font-family: 'Raleway', sans-serif;
          font-size: 14px;
          color: #323232;
          font-weight: 700; }
          html .woocommerce table.shop_table tbody tr td.product-name .wd_product_meta h3 a:hover {
            color: #d70050; }
      html .woocommerce table.shop_table tbody tr td.product-name .wd_product_meta .wd_product_excerpt {
        display: none; }
  html .woocommerce table.shop_table tbody tr td.product-price .amount {
    font-size: 14px;
    font-weight: 700;
    color: #141414; }
  html .woocommerce table.shop_table tbody tr td.product-subtotal .amount {
    font-size: 14px;
    font-weight: 700;
    color: #d70050; }
  html .woocommerce table.shop_table tbody tr td.product-quantity input {
    width: 50px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    color: #646464;
    font-weight: 700;
    background: #fff;
    line-height: 30px; }
  html .woocommerce table.shop_table tbody tr td.product-removelink .remove {
    margin: 0 auto;
    color: #141414 !important;
    font-size: 25px;
    background: none; }
    html .woocommerce table.shop_table tbody tr td.product-removelink .remove:hover {
      color: #d70050 !important; }

.woocommerce .wd_form_cart {
  margin-bottom: 44px; }
  .woocommerce .wd_form_cart .wd_cart_buttons a.button {
    background: #fff;
    border: 1px solid #d7d7d7;
    color: #141414;
    margin-right: 7px;
    margin-bottom: 7px; }
    .woocommerce .wd_form_cart .wd_cart_buttons a.button:hover {
      background: #141414;
      color: #fff;
      border-color: transparent; }
  .woocommerce .wd_form_cart .wd_cart_buttons a.button.backtoshop {
    float: right;
    margin-right: 0; }

.woocommerce .cart-collaterals .cart-collaterals-top > div {
  margin-bottom: 38px; }
  .woocommerce .cart-collaterals .cart-collaterals-top > div h3.heading-title {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #323232;
    margin-bottom: 16px; }
  .woocommerce .cart-collaterals .cart-collaterals-top > div input.input-text {
    border: 1px solid #ebebeb;
    color: #898989;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    width: 320px;
    background: #fff;
    margin-right: 17px; }
  .woocommerce .cart-collaterals .cart-collaterals-top > div input.button, .woocommerce .cart-collaterals .cart-collaterals-top > div button.button, .woocommerce .cart-collaterals .cart-collaterals-top > div input[type="button"], .woocommerce .cart-collaterals .cart-collaterals-top > div input[type="reset"], .woocommerce .cart-collaterals .cart-collaterals-top > div input[type="submit"] {
    background: #fff;
    border: 1px solid #d7d7d7;
    color: #141414; }
    .woocommerce .cart-collaterals .cart-collaterals-top > div input.button:hover, .woocommerce .cart-collaterals .cart-collaterals-top > div button.button:hover, .woocommerce .cart-collaterals .cart-collaterals-top > div input[type="button"]:hover, .woocommerce .cart-collaterals .cart-collaterals-top > div input[type="reset"]:hover, .woocommerce .cart-collaterals .cart-collaterals-top > div input[type="submit"]:hover {
      background: #141414;
      color: #fff;
      border-color: transparent; }
  .woocommerce .cart-collaterals .cart-collaterals-top > div .shipping_calculator {
    float: none;
    width: 100%;
    clear: both; }
    .woocommerce .cart-collaterals .cart-collaterals-top > div .shipping_calculator .shipping-calculator-form .form-row {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 5px;
      padding: 0; }
      .woocommerce .cart-collaterals .cart-collaterals-top > div .shipping_calculator .shipping-calculator-form .form-row select {
        border: 1px solid #ebebeb;
        color: #898989;
        font-size: 14px;
        font-family: 'Raleway', sans-serif;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        width: 323px;
        background: #fff;
        margin-right: 17px; }
      .woocommerce .cart-collaterals .cart-collaterals-top > div .shipping_calculator .shipping-calculator-form .form-row label {
        font-weight: 700;
        font-size: 14px;
        color: #323232; }
    .woocommerce .cart-collaterals .cart-collaterals-top > div .shipping_calculator .shipping-calculator-form .wd_shipping_bt {
      display: inline-block;
      vertical-align: bottom;
      margin-bottom: 5px; }
.woocommerce .cart-collaterals .cart-collaterals-top .cart_totals {
  float: none;
  width: 100%;
  clear: both; }
  .woocommerce .cart-collaterals .cart-collaterals-top .cart_totals .cart_totals_wrapper table {
    border: 1px solid #d7d7d7;
    border-bottom: none;
    margin-bottom: 30px; }
    .woocommerce .cart-collaterals .cart-collaterals-top .cart_totals .cart_totals_wrapper table tr th {
      text-transform: uppercase;
      padding: 15px 18px 11px 18px;
      border: none;
      border-bottom: 1px solid #d7d7d7;
      color: #323232;
      width: 20%; }
    .woocommerce .cart-collaterals .cart-collaterals-top .cart_totals .cart_totals_wrapper table tr td {
      padding: 15px 18px 11px 18px;
      border: none;
      border-bottom: 1px solid #d7d7d7; }
      .woocommerce .cart-collaterals .cart-collaterals-top .cart_totals .cart_totals_wrapper table tr td .amount {
        font-size: 24px;
        font-weight: 700;
        color: #141414; }
      .woocommerce .cart-collaterals .cart-collaterals-top .cart_totals .cart_totals_wrapper table tr td strong .amount {
        color: #d70050; }
      .woocommerce .cart-collaterals .cart-collaterals-top .cart_totals .cart_totals_wrapper table tr td label .amount {
        font-size: 12px; }
      .woocommerce .cart-collaterals .cart-collaterals-top .cart_totals .cart_totals_wrapper table tr td #shipping_method li {
        display: inline-block;
        margin-right: 45px; }
        .woocommerce .cart-collaterals .cart-collaterals-top .cart_totals .cart_totals_wrapper table tr td #shipping_method li label {
          text-indent: 0;
          font-weight: 700;
          font-size: 12px;
          text-transform: uppercase;
          vertical-align: 2px; }
    .woocommerce .cart-collaterals .cart-collaterals-top .cart_totals .cart_totals_wrapper table tr.total td {
      padding: 21px 18px; }

.custom-products-shortcode {
  text-align: center; }
  .custom-products-shortcode .products {
    list-style: none; }
    .custom-products-shortcode .products section {
      width: 100%;
      padding: 0; }
      .custom-products-shortcode .products section .product-thumbnail-wrapper {
        display: none; }
      .custom-products-shortcode .products section .product-meta-wrapper .product-meta-content h3.product-title {
        margin: 0 0 13px;
        padding: 0;
        border: none;
        line-height: 35px; }
        .custom-products-shortcode .products section .product-meta-wrapper .product-meta-content h3.product-title a {
          font-size: 40px;
          color: #141414;
          font-weight: 400;
          font-family: 'Teko', sans-serif; }
      .custom-products-shortcode .products section .product-meta-wrapper .product-meta-content .product_sku {
        display: none; }
      .custom-products-shortcode .products section .product-meta-wrapper .product-meta-content .price, .custom-products-shortcode .products section .product-meta-wrapper .product-meta-content .amount {
        font-family: 'Lato', sans-serif;
        color: #323232;
        font-size: 20px;
        font-weight: 700; }
      .custom-products-shortcode .products section .product-meta-wrapper .product-meta-content .product_short_content {
        position: relative;
        padding: 25px 20px 0;
        line-height: 24px;
        display: block;
        margin-top: 26px;
        margin-bottom: 25px; }
        .custom-products-shortcode .products section .product-meta-wrapper .product-meta-content .product_short_content:before {
          content: '';
          position: absolute;
          height: 1px;
          width: 50px;
          top: 0;
          left: 50%;
          transform: translate(-50%);
          -webkit-transform: translate(-50%);
          background: #aaa; }
      .custom-products-shortcode .products section .product-meta-wrapper .list_add_to_cart {
        display: block; }
        .custom-products-shortcode .products section .product-meta-wrapper .list_add_to_cart a.button {
          width: 70px;
          height: 70px;
          border: 1px solid #969696;
          border-radius: 100%;
          font-family: 'Raleway', sans-serif;
          font-size: 14px;
          font-weight: 700;
          color: #646464;
          position: relative;
          background: none;
          line-height: 53px;
          padding: 0;
          text-align: center; }
          .custom-products-shortcode .products section .product-meta-wrapper .list_add_to_cart a.button:before {
            content: "\f103";
            position: absolute;
            font: 18px 'FontAwesome';
            bottom: 14%;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%); }
          .custom-products-shortcode .products section .product-meta-wrapper .list_add_to_cart a.button:hover {
            color: #d70050;
            border-color: #d70050; }
      .custom-products-shortcode .products section .product-meta-wrapper .yith-wcwl-add-to-wishlist, .custom-products-shortcode .products section .product-meta-wrapper .wd_compare, .custom-products-shortcode .products section .product-meta-wrapper .wd_quickshop_handler {
        display: none; }

.wd-custom-sc .products h3.heading-title.product-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */
* {
  -webkit-font-smoothing: antialiased;
  outline: none; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background: #f1f1f1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/**
 * 2.0 - Genericons
 */
.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top; }

/**
 * 3.0 Typography
 */
body,
button,
input,
select,
textarea {
  color: #646464;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.75em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
  text-transform: uppercase;
  color: #141414;
  font-family: 'Teko', sans-serif; }

p {
  margin-bottom: 1.6em; }

b,
strong {
  font-weight: 700; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  font-family: 'Lora', serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  color: #141414;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding: 14px 0; }
  blockquote p {
    margin-bottom: 1.6667em; }
  blockquote > p:last-child {
    margin-bottom: 0; }
  blockquote cite, blockquote small {
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.6; }
  blockquote em, blockquote i, blockquote cite {
    font-style: normal; }
  blockquote strong, blockquote b {
    font-weight: 400; }

blockquote.style2 {
  position: relative;
  background: #ebebeb;
  padding: 77px 32px; }
  blockquote.style2:before {
    content: "\f10d";
    font: 30px 'FontAwesome';
    position: absolute;
    top: 30px;
    left: 32px; }
  blockquote.style2:after {
    content: "\f10e";
    font: 30px 'FontAwesome';
    position: absolute;
    bottom: 23px;
    right: 32px; }

.ts-dropcap {
  line-height: 42px;
  font-size: 36px;
  float: left;
  font-weight: 700;
  position: relative;
  top: 0;
  margin-right: 0;
  color: #141414;
  padding: 0 17px 0 13px; }

.ts-dropcap.style-2 {
  font-size: 36px;
  line-height: 23px;
  padding: 8px 6px;
  top: 3px;
  color: #fff;
  background: #141414;
  margin-right: 10px; }

address {
  font-style: italic;
  margin: 0 0 1.6em; }

code, kbd, tt, var, samp {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help; }

mark, ins {
  text-decoration: none; }

sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

/**
 * 4.0 Elements
 */
hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.6em; }

ul, ol {
  margin: 0 0 1.6em 1.3333em; }

ul {
  list-style: disc; }
  ul ul {
    list-style: circle; }
    ul ul ul {
      list-style: square; }

ol {
  list-style: decimal; }

li > ul, li > ol {
  margin-bottom: 0; }

dl {
  margin-bottom: 1.6em; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: 1.6em; }

table, th, td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1); }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  /* Prevents HTML tables from becoming too wide */
  width: 100%; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

th {
  border-width: 0 1px 1px 0;
  font-weight: 700; }

td {
  border-width: 0 1px 1px 0; }

th, td {
  padding: 0.4em; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

figure {
  margin: 0; }

del {
  opacity: 0.8; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder, :-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif; }

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */ }

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif; }

/**
 * 5.0 Forms
 */
button, input, select, textarea {
  background-color: #f7f7f7;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline; }

button {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: normal; }

input {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: normal;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow on iOS inputs */
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7); }

textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow on iOS inputs */
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7); }

input:focus, textarea:focus {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333; }

input:focus, select:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3); }

button[disabled], input[disabled], select[disabled], textarea[disabled] {
  cursor: default;
  opacity: .5; }

button.button, input[type="button"], input[type="reset"], input[type="submit"], a.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce input[type="button"], .woocommerce input[type="reset"], .woocommerce input[type="submit"], .woocommerce input.button {
  font: 400 13px/24px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 20px;
  background: #141414;
  border: none;
  border-radius: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  button.button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button.button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:focus, a.button:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:hover, .woocommerce a.button:focus, .woocommerce a.button:hover, .woocommerce a.button.alt:focus, .woocommerce a.button.alt:hover, .woocommerce button.button:focus, .woocommerce input[type="button"]:focus, .woocommerce input[type="reset"]:focus, .woocommerce input[type="submit"]:focus, .woocommerce button.button:hover, .woocommerce input[type="button"]:hover, .woocommerce input[type="reset"]:hover, .woocommerce input[type="submit"]:hover, .woocommerce input.button:focus, .woocommerce input.button:hover {
    background: #646464;
    color: #fff; }

button.button.button1, input.button1[type="button"], input.button1[type="reset"], input.button1[type="submit"], a.button.button1, .woocommerce a.button.button1, .woocommerce button.button.button1, .woocommerce input.button1[type="button"], .woocommerce input.button1[type="reset"], .woocommerce input.button1[type="submit"], .woocommerce input.button.button1 {
  border: 1px solid #141414;
  color: #141414;
  background: transparent;
  padding: 7px 20px; }
  button.button.button1:hover, input.button1[type="button"]:hover, input.button1[type="reset"]:hover, input.button1[type="submit"]:hover, a.button.button1:hover, .woocommerce a.button.button1:hover, .woocommerce button.button.button1:hover, .woocommerce input.button1[type="button"]:hover, .woocommerce input.button1[type="reset"]:hover, .woocommerce input.button1[type="submit"]:hover, .woocommerce input.button.button1:hover {
    background: #141414;
    color: #fff; }

button:hover {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0; }

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0; }

button:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0; }

input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0; }
input[type="search"] {
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  padding: 0.375em;
  width: 100%; }

textarea {
  padding: 0.375em;
  width: 100%;
  overflow: auto;
  vertical-align: top; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
  outline: 0; }

textarea:focus {
  outline: 0; }

.post-password-form {
  position: relative; }
  .post-password-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase; }
  .post-password-form input[type="submit"] {
    margin: 10px 0; }

input[type="checkbox"], input[type="radio"] {
  padding: 0; }

.search-form input[type="submit"], .widget .search-form input[type="submit"] {
  padding: 0; }

/**
 * 6.0 Navigations
 */
/**
 * 6.1 Links
 */
a {
  color: #000000;
  text-decoration: none; }
  a:hover, a:focus {
    color: #d70050;
    text-decoration: underline; }

/**
 * 6.2 Menus
 */
.main-navigation a {
  display: block;
  padding: 0.8em 0;
  position: relative;
  text-decoration: none; }
.main-navigation ul {
  list-style: none;
  margin: 0; }
  .main-navigation ul ul {
    display: none;
    margin-left: 0.8em; }
  .main-navigation ul .toggled-on {
    display: block; }
.main-navigation li {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  position: relative; }
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
  font-weight: 700; }
.main-navigation .nav-menu > ul > li:first-child, .main-navigation .nav-menu > li:first-child {
  border-top: 0; }
.main-navigation .menu-item-has-children > a {
  padding-right: 48px; }
.main-navigation .menu-item-description {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.5em; }

.no-js .main-navigation ul ul {
  display: block; }

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 42px;
  padding: 0;
  position: absolute;
  text-transform: lowercase;
  /* Stop screen readers to read the text as capital letters */
  top: 3px;
  right: 0;
  width: 42px; }
  .dropdown-toggle:after {
    color: #333;
    content: "\f431";
    font-size: 24px;
    line-height: 42px;
    position: relative;
    top: 0;
    left: 1px;
    width: 42px; }
  .dropdown-toggle:hover {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1); }
  .dropdown-toggle:focus {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
    outline: 1px solid #c1c1c1;
    outline: 1px solid rgba(51, 51, 51, 0.3); }
  .dropdown-toggle.toggle-on:after {
    content: "\f432"; }

.social-navigation {
  margin: 9.0909% 0; }
  .social-navigation ul {
    list-style: none;
    margin: 0 0 -1.6em 0; }
  .social-navigation li {
    float: left; }
  .social-navigation a {
    display: block;
    height: 3.2em;
    position: relative;
    width: 3.2em; }
    .social-navigation a:before {
      content: "\f415";
      font-size: 24px;
      position: absolute;
      top: 0;
      left: 0; }
    .social-navigation a[href*="codepen.io"]:before {
      content: "\f216"; }
    .social-navigation a[href*="digg.com"]:before {
      content: "\f221"; }
    .social-navigation a[href*="dribbble.com"]:before {
      content: "\f201"; }
    .social-navigation a[href*="dropbox.com"]:before {
      content: "\f225"; }
    .social-navigation a[href*="facebook.com"]:before {
      content: "\f203"; }
    .social-navigation a[href*="flickr.com"]:before {
      content: "\f211"; }
    .social-navigation a[href*="foursquare.com"]:before {
      content: "\f226"; }
    .social-navigation a[href*="plus.google.com"]:before {
      content: "\f206"; }
    .social-navigation a[href*="github.com"]:before {

      content: "\f200"; }
    .social-navigation a[href*="instagram.com"]:before {
      content: "\f215"; }
    .social-navigation a[href*="linkedin.com"]:before {
      content: "\f208"; }
    .social-navigation a[href*="pinterest.com"]:before {
      content: "\f210"; }
    .social-navigation a[href*="getpocket.com"]:before {
      content: "\f224"; }
    .social-navigation a[href*="polldaddy.com"]:before {
      content: "\f217"; }
    .social-navigation a[href*="reddit.com"]:before {
      content: "\f222"; }
    .social-navigation a[href*="stumbleupon.com"]:before {
      content: "\f223"; }
    .social-navigation a[href*="tumblr.com"]:before {
      content: "\f214"; }
    .social-navigation a[href*="twitter.com"]:before {
      content: "\f202"; }
    .social-navigation a[href*="vimeo.com"]:before {
      content: "\f212"; }
    .social-navigation a[href*="wordpress.com"]:before, .social-navigation a[href*="wordpress.org"]:before {
      content: "\f205"; }
    .social-navigation a[href*="youtube.com"]:before {
      content: "\f213"; }
    .social-navigation a[href*="mailto:"]:before {
      content: "\f410"; }
    .social-navigation a[href*="spotify.com"]:before {
      content: "\f515"; }
    .social-navigation a[href*="twitch.tv"]:before {
      content: "\f516"; }
    .social-navigation a[href$="/feed/"]:before {
      content: "\f413"; }
    .social-navigation a[href*="path.com"]:before {
      content: "\f219"; }
    .social-navigation a[href*="skype.com"]:before {
      content: "\f220"; }

.secondary-toggle {
  background-color: transparent;
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  height: 42px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px; }
  .secondary-toggle:before {
    color: #333;
    content: "\f419";
    line-height: 40px;
    width: 40px; }
  .secondary-toggle:hover, .secondary-toggle:focus {
    background-color: transparent;
    border: 1px solid #c1c1c1;
    border: 1px solid rgba(51, 51, 51, 0.3);
    outline: 0; }
  .secondary-toggle.toggled-on:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: 1px;
    left: -1px; }

.post-navigation {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  font-weight: 700; }
  .post-navigation a {
    display: block;
    padding: 3.8461% 7.6923%; }
  .post-navigation span {
    display: block; }
  .post-navigation .meta-nav {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    position: relative;
    text-transform: uppercase;
    z-index: 2; }
  .post-navigation .post-title {
    font-family: "Noto Serif", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
    position: relative;
    z-index: 2; }
  .post-navigation .nav-next, .post-navigation .nav-previous {
    background-position: center;
    background-size: cover;
    position: relative; }
  .post-navigation a:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
  .post-navigation a:hover:before, .post-navigation a:focus:before {
    opacity: 0.5; }
  .post-navigation .meta-nav {
    opacity: 0.8; }
  .post-navigation div + div {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1); }

.pagination {
  background-color: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  font-family: "Noto Sans", sans-serif; }
  .pagination .nav-links {
    min-height: 3.2em;
    position: relative;
    text-align: center; }
  .pagination .current .screen-reader-text {
    position: static !important; }
  .pagination .page-numbers {
    display: none;
    line-height: 3.2em;
    padding: 0 0.6667em; }
    .pagination .page-numbers.current {
      text-transform: uppercase; }
  .pagination .current {
    display: inline-block;
    font-weight: 700; }
  .pagination .prev, .pagination .next {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: inline-block;
    height: 48px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 48px; }
  .pagination .prev:before, .pagination .next:before {
    font-size: 32px;
    height: 48px;
    line-height: 48px;
    position: relative;
    width: 48px; }
  .pagination .prev:hover, .pagination .prev:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7); }
  .pagination .next:hover, .pagination .next:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7); }
  .pagination .prev {
    left: 0; }
    .pagination .prev:before {
      content: "\f430";
      left: -1px; }
  .pagination .next {
    right: 0; }
    .pagination .next:before {
      content: "\f429";
      right: -1px; }

html .woocommerce nav.woocommerce-pagination {
  margin-bottom: 30px; }
  html .woocommerce nav.woocommerce-pagination ul {
    border: none;
    margin: 0; }
    html .woocommerce nav.woocommerce-pagination ul li {
      border: none !important;
      background: none !important;
      margin: 0 5px; }
      html .woocommerce nav.woocommerce-pagination ul li a.page-numbers {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        color: #646464;
        background: none !important;
        padding: 0;
        border: 1px solid #ccc;
        width: 40px;
        height: 40px;
        line-height: 40px; }
        html .woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover {
          color: #d70050; }
      html .woocommerce nav.woocommerce-pagination ul li span.page-numbers.current {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        color: #d70050;
        font-weight: 700;
        background: none;
        padding: 0;
        border: 1px solid #ccc;
        width: 40px;
        height: 40px;
        line-height: 40px; }

/* reset screen-reader-text */
.image-navigation, .comment-navigation {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase; }

.image-navigation a, .comment-navigation a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7); }

.image-navigation a:hover, .image-navigation a:focus {
  color: #333; }

.comment-navigation a:hover, .comment-navigation a:focus {
  color: #333; }

.image-navigation .nav-previous:not(:empty), .image-navigation .nav-next:not(:empty) {
  display: inline-block; }

.comment-navigation .nav-previous:not(:empty), .comment-navigation .nav-next:not(:empty) {
  display: inline-block; }

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before, .comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  content: "\2215";
  font-weight: 400;
  margin: 0 0.7em; }

.image-navigation .nav-previous a:before, .comment-navigation .nav-previous a:before {
  content: "\f430";
  margin-right: 0.2em;
  position: relative; }

.image-navigation .nav-next a:after {
  content: "\f429";
  margin-left: 0.2em;
  position: relative; }

.comment-navigation {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid #eaeaea;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 2em 0; }
  .comment-navigation .nav-next a:after {
    content: "\f429";
    margin-left: 0.2em;
    position: relative; }

.comments-title + .comment-navigation {
  border-bottom: 0; }

.image-navigation {
  padding: 0 7.6923%; }
  .image-navigation .nav-previous:not(:empty), .image-navigation .nav-next:not(:empty) {
    margin-bottom: 2em; }

/**
 * 7.0 Accessibility
 */
/* Text meant only for screen readers */
.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font: bold 14px/normal "Noto Sans", sans-serif;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em; }

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font: bold 14px/normal "Open Sans", sans-serif; }

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000; }

/**
 * 8.0 Alignments
 */
.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }

blockquote.alignright, .wp-caption.alignright, img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
  margin-bottom: 1.2em; }

/**
 * 9.0 Clearings
 */
.clear:before, .clear:after {
  content: "";
  display: table; }

.site:before, .site:after {
  content: "";
  display: table; }

.entry-content:before, .entry-content:after {
  content: "";
  display: table; }

.comment-content:before, .comment-content:after {
  content: "";
  display: table; }

.site-content:before, .site-content:after {
  content: "";
  display: table; }

.nav-links:before, .nav-links:after {
  content: "";
  display: table; }

.comment-navigation:before, .comment-navigation:after {
  content: "";
  display: table; }

.social-navigation ul:before, .social-navigation ul:after {
  content: "";
  display: table; }

.textwidget:before, .textwidget:after {
  content: "";
  display: table; }

.clear:after, .site:after, .entry-content:after, .comment-content:after, .site-content:after, .nav-links:after, .comment-navigation:after, .social-navigation ul:after, .textwidget:after {
  clear: both; }

/**
 * 10.0 Header
 */
.site-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 7.6923%; }

.site-branding {
  min-height: 2em;
  padding-right: 60px;
  position: relative; }

.site-title {
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3636;
  margin-bottom: 0; }

.site-description {
  display: none;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0.5em 0 0;
  opacity: 0.7; }

/**
 * 11.0 Widgets
 */
.widget {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0 auto 9.09090%;
  width: 100%;
  word-wrap: break-word; }
  .widget pre {
    line-height: 1.2; }
  .widget button, .widget input, .widget select, .widget textarea {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5; }
  .widget button, .widget input {
    line-height: normal; }
  .widget button {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.7917em 1.5833em; }
  .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"] {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.7917em 1.5833em; }
  .widget input[type="text"], .widget input[type="email"], .widget input[type="url"], .widget input[type="password"], .widget input[type="search"] {
    padding: 0.375em; }
  .widget textarea {
    padding: 0.375em; }

.widget-title {
  color: #333;
  font-family: "Noto Sans", sans-serif;
  margin: 0 0 1.6em;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.widget > :last-child {
  margin-bottom: 0; }

.widget_calendar table {
  margin: 0; }
.widget_calendar td, .widget_calendar th {
  line-height: 2.3333;
  text-align: center;
  padding: 0; }
.widget_calendar caption {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  margin: 0 0 1.6em;
  letter-spacing: 0.04em;
  text-transform: uppercase; }
.widget_calendar tbody a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  color: #fff;
  display: block;
  font-weight: 700; }
  .widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff; }

.widget_archive a, .widget_categories a, .widget_links a, .widget_meta a, .widget_nav_menu a, .widget_pages a, .widget_recent_comments a, .widget_recent_entries a {
  border: 0; }

.widget_archive ul, .widget_categories ul, .widget_links ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul {
  list-style: none;
  margin: 0; }

.widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 0.7667em 0; }

.widget_archive li:first-child, .widget_categories li:first-child, .widget_links li:first-child, .widget_meta li:first-child, .widget_nav_menu li:first-child, .widget_pages li:first-child, .widget_recent_comments li:first-child, .widget_recent_entries li:first-child {
  border-top: 0;
  padding-top: 0; }

.widget_archive li:last-child, .widget_categories li:last-child, .widget_links li:last-child, .widget_meta li:last-child, .widget_nav_menu li:last-child, .widget_pages li:last-child, .widget_recent_comments li:last-child, .widget_recent_entries li:last-child {
  padding-bottom: 0; }

.widget_categories .children, .widget_nav_menu .sub-menu, .widget_pages .children {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  margin: 0.7667em 0 0 0.8em;
  padding-top: 0.7667em; }

.widget_recent_entries .post-date {
  display: block; }

.widget_rss ul {
  list-style: none;
  margin: 0; }
.widget_rss li {
  margin-bottom: 1.6em; }
.widget_rss ul:last-child, .widget_rss li:last-child {
  margin-bottom: 0; }
.widget_rss .rsswidget {
  border: 0;
  font-weight: 700; }
  .widget_rss .rsswidget img {
    margin-top: -4px; }
.widget_rss .rss-date, .widget_rss cite {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: 0.8; }

.textwidget > :last-child {
  margin-bottom: 0; }
.textwidget a:hover, .textwidget a:focus {
  border-bottom: 0; }

/**
 * 12.0 Content
 */
.secondary {
  background-color: #fff;
  display: none;
  padding: 0 7.6923%; }
  .secondary.toggled-on {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    display: block; }

.widget-area {
  margin: 9.09090% auto 0; }

.site-footer {
  background-color: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 3.84615% 7.6923%; }

/**
 * 12.1 Posts and pages
 */
.header-static-slideshow {
  display: none; }

.hentry {
  background-color: #fff;
  padding-top: 0;
  position: relative; }
  .hentry.has-post-thumbnail {
    padding-top: 0; }
  .hentry + .hentry {
    border-top: 1px solid rgba(51, 51, 51, 0.1); }

.post-thumbnail {
  border: 0;
  display: block;
  margin-bottom: 2.4em; }
  .post-thumbnail img {
    display: block;
    margin: 0 auto; }

a.post-thumbnail:hover, a.post-thumbnail:focus {
  opacity: 0.85; }

.entry-header {
  padding: 0 7.6923%; }

.entry-title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1538;
  margin-bottom: 0.9231em; }

.entry-content, .entry-summary {
  padding: 0; }

.entry-content > :last-child, .entry-summary > :last-child {
  margin-bottom: 0; }

.entry-content, .entry-summary, .page-content, .comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

.entry-content p, .entry-summary p, .page-content p, .comment-content p {
  margin-bottom: 15px; }

.entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1, .short-content h1, .detail_comment h1, div.single-post h1 {
  font-size: 40px;
  line-height: 34px;
  margin-top: 7px;
  margin-bottom: 7px; }

.entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2, .short-content h2, .detail_comment h2, div.single-post h2 {
  font-size: 36px;
  line-height: 36px;
  margin-top: 5px;
  margin-bottom: 5px; }

.entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3, .short-content h3, .detail_comment h3, div.single-post h3 {
  font-size: 30px;
  line-height: 1.3333;
  margin-top: 3px;
  margin-bottom: 3px; }

.entry-content h4, .entry-summary h4, .page-content h4, .comment-content h4, .short-content h4, .detail_comment h4, div.single-post h4 {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 7px;
  margin-bottom: 7px; }

.entry-content h5, .entry-summary h5, .page-content h5, .comment-content h5, .short-content h5, .detail_comment h5, div.single-post h5 {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 8px; }

.short-content h1, .detail_comment h1, div.single-post h1 {
  margin: 33px 0; }

.short-content h2, .detail_comment h2, div.single-post h2 {
  margin: 25px 0; }

.short-content h3, .detail_comment h3, div.single-post h3 {
  margin: 22px 0; }

.short-content h4, .detail_comment h4, div.single-post h4 {
  margin: 25px 0; }

.short-content h5, .detail_comment h5, div.single-post h5 {
  margin: 30px 0; }

.short-content h6, .detail_comment h6, div.single-post h6 {
  margin: 36px 0; }

.title h5 {
  font-family: 'Montserrat', sans-serif; }

.entry-content > h1:first-child, .entry-content > h2:first-child, .entry-content > h3:first-child, .entry-content > h4:first-child, .entry-content > h5:first-child, .entry-content > h6:first-child {
  margin-top: 0; }

.entry-summary > h1:first-child, .entry-summary > h2:first-child, .entry-summary > h3:first-child, .entry-summary > h4:first-child, .entry-summary > h5:first-child, .entry-summary > h6:first-child {
  margin-top: 0; }

.page-content > h1:first-child, .page-content > h2:first-child, .page-content > h3:first-child, .page-content > h4:first-child, .page-content > h5:first-child, .page-content > h6:first-child {
  margin-top: 0; }

.comment-content > h1:first-child, .comment-content > h2:first-child, .comment-content > h3:first-child, .comment-content > h4:first-child, .comment-content > h5:first-child, .comment-content > h6:first-child {
  margin-top: 0; }

.entry-content a img, .entry-summary a img, .page-content a img, .comment-content a img {
  display: block; }

.entry-content .more-link, .entry-summary .more-link:after {
  white-space: nowrap; }

.entry-content .more-link:after, .entry-summary .more-link:after {
  content: "\f429";
  font-size: 16px;
  position: relative;
  top: 5px; }

.author-info {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  margin: 0 7.6923%;
  padding: 7.6923% 0; }
  .author-info .avatar {
    float: left;
    height: 36px;
    margin: 0 1.6em 1.6em 0;
    width: 36px; }

.author-heading {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  margin-bottom: 1.5em;
  text-transform: uppercase; }

.author-title {
  clear: none; }

.author-bio {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  overflow: hidden;
  padding-bottom: 1px; }

.author-description {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }
  .author-description a {
    border-bottom: 1px solid #333; }
    .author-description a:hover, .author-description a:focus {
      border-bottom: 0; }
  .author-description > :last-child {
    margin-bottom: 0; }

.author-link {
  white-space: nowrap; }
  .author-link:after {
    content: "\f429";
    position: relative;
    top: 1px; }

.entry-footer {
  background-color: #f7f7f7;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 3.8461% 7.6923%; }
  .entry-footer a {
    border-bottom: 1px solid transparent;
    color: #707070;
    color: rgba(51, 51, 51, 0.7); }
    .entry-footer a:hover {
      border-bottom: 1px solid #333;
      color: #333; }
    .entry-footer a:focus {
      color: #333; }

.sticky-post {
  background-color: #333;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.25em 0.5em;
  position: absolute;
  top: 0;
  text-transform: uppercase; }

.updated:not(.published), .sticky .posted-on {
  display: none; }

.posted-on:before, .byline:before, .cat-links:before, .tags-links:before, .comments-link:before, .entry-format:before, .edit-link:before, .full-size-link:before {
  margin-right: 2px;
  position: relative; }

.posted-on, .byline, .cat-links, .tags-links, .comments-link, .entry-format, .full-size-link {
  margin-right: 1em; }

.format-aside .entry-format:before {
  content: "\f101"; }

.format-image .entry-format:before {
  content: "\f473"; }

.format-gallery .entry-format:before {
  content: "\f103"; }

.format-video .entry-format:before {
  content: "\f104"; }

.format-status .entry-format:before {
  content: "\f105"; }

.format-quote .entry-format:before {
  content: "\f106"; }

.format-link .entry-format:before {
  content: "\f107"; }

.format-chat .entry-format:before {
  content: "\f108"; }

.format-audio .entry-format:before {
  content: "\f109"; }

.posted-on:before {
  content: "\f307"; }

.byline:before {
  content: "\f304"; }

.tags-links:before {
  content: "\f302"; }

.comments-link:before {
  content: "\f300"; }

.full-size-link:before {
  content: "\f402"; }

.edit-link:before {
  content: "\f411"; }

.comments-link, .edit-link {
  white-space: nowrap; }

.page-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 7.6923%; }

.page-title {
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333; }

.taxonomy-description {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  padding-top: 0.4em; }
  .taxonomy-description a {
    border-bottom: 1px solid #333; }
    .taxonomy-description a:hover, .taxonomy-description a:focus {
      border-bottom: 0; }
  .taxonomy-description > :last-child {
    margin-bottom: 0; }

.page-content {
  background-color: #fff;
  padding: 0; }
  .page-content > :last-child {
    margin-bottom: 0; }

.page-links {
  clear: both;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 1.3333em; }
  .page-links a {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    height: 2em;
    line-height: 2;
    margin: 0 0.3333em 0.3333em 0;
    text-align: center;
    width: 2em;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    border-color: #333;
    color: #fff; }
    .page-links a:hover, .page-links a:focus {
      background-color: #707070;
      background-color: rgba(51, 51, 51, 0.7);
      border-color: transparent;
      color: #fff; }
  .page-links > span {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    height: 2em;
    line-height: 2;
    margin: 0 0.3333em 0.3333em 0;
    text-align: center;
    width: 2em; }
  .page-links > .page-links-title {
    border: 0;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    height: auto;
    margin: 0;
    padding-right: 0.5em;
    width: auto; }

.entry-attachment {
  margin-bottom: 1.6em; }

.type-attachment .entry-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

.entry-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.5;
  padding-top: 0.5em;
  word-wrap: break-word; }
  .entry-caption > :last-child {
    margin-bottom: 0; }

/**
 * 12.2 Post Formats
 */
.format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333;
  margin-bottom: 1.3333em; }

.format-link .entry-title a:after {
  content: "\f442";
  font-size: 24px;
  height: 24px;
  position: relative;
  top: 0;
  width: 24px; }

.blog .format-status .entry-title, .archive .format-status .entry-title {
  display: none; }

/**
 * 13.0 Footer
 */
.site-info {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5; }
  .site-info a {
    border-bottom: 1px solid transparent;
    color: #707070;
    color: rgba(51, 51, 51, 0.7); }
    .site-info a:hover {
      border-bottom: 1px solid #333;
      color: #333; }
    .site-info a:focus {
      color: #333; }

/**
 * 14.0 Media
 */
.site .avatar {
  border-radius: 50%; }

.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }

audio, canvas {
  display: inline-block; }

embed, iframe, object, video {
  margin-bottom: 1.6em;
  max-width: 100%;
  vertical-align: middle; }

p > embed, p > iframe, p > object, p > video {
  margin-bottom: 0; }

.wp-audio-shortcode, .wp-video {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.6em; }

.wp-playlist.wp-audio-playlist {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.6em; }
.wp-playlist.wp-playlist {
  padding-bottom: 0; }
  .wp-playlist.wp-playlist .wp-playlist-tracks {
    margin-top: 0; }

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 10px 0; }
.wp-playlist-item .wp-playlist-item-length {
  top: 10px; }

/**
 * 14.1 Captions
 */
.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0; }

.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0; }

/**
 * 14.2 Galleries
 */
.gallery {
  margin-bottom: 1.6em; }

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto; }

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0; }

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none; }

/**
 * 15.0 Multisite
 */
.widecolumn {
  background-color: #fff;
  padding: 7.6923%; }
  .widecolumn .mu_register {
    width: auto; }
  .widecolumn .mu_alert {
    margin-bottom: 1.6em; }
  .widecolumn form, .widecolumn .mu_register form {
    margin-top: 0; }
  .widecolumn h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.1538;
    margin-bottom: 0.9231em; }
  .widecolumn p {
    margin: 1.6em 0; }
    .widecolumn p + h2 {
      margin-top: 1.8462em; }
  .widecolumn label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase; }
  .widecolumn .mu_register label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 2em 0 0; }
  .widecolumn #key {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%; }
  .widecolumn .mu_register #blog_title, .widecolumn .mu_register #user_email, .widecolumn .mu_register #blogname, .widecolumn .mu_register #user_name {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%; }
  .widecolumn .mu_register #blogname {
    margin: 0; }
  .widecolumn .mu_register #blog_title, .widecolumn .mu_register #user_email, .widecolumn .mu_register #user_name {
    margin: 0 0 0.375em; }
  .widecolumn #submit {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    width: 100%; }
  .widecolumn .mu_register input[type="submit"] {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    width: 100%; }
  .widecolumn .mu_register .prefix_address, .widecolumn .mu_register .suffix_address {
    font-size: inherit; }
  .widecolumn .mu_register > :last-child {
    margin-bottom: 0; }
  .widecolumn form > :last-child {
    margin-bottom: 0; }

.wpb_button, .wpb_content_element, .wpb_row, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px; }

.wpb_button, .wpb_column > .wpb_wrapper > :last-child {
  margin-bottom: 0; }

/*-------------------------------------------------------------------
= No.One HEADER-----------------------------------------------------*/
header.header_v1 {
  position: absolute;
  z-index: 99999;
  left: 0;
  width: 100%;
  padding-top: 12px; }
  header.header_v1 .header-top {
    margin-bottom: 41px; }

.header-top-left-area ul {
  list-style: none;
  margin: 0; }
  .header-top-left-area ul .social-icons ul {
    list-style: none; }
    .header-top-left-area ul .social-icons ul li {
      display: inline-block;
      margin-right: 10px; }
      .header-top-left-area ul .social-icons ul li a {
        color: #fff; }

.header-wrapper {
  position: relative;
  float: left;
  width: 100%; }
  .header-wrapper .wd-right-control-panel .wd-search-box {
    position: absolute;
    top: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    width: calc(100% - 30px);
    z-index: 10000;
    left: 15px; }
    .header-wrapper .wd-right-control-panel .wd-search-box input[type="text"] {
      width: 100%;
      background: none;
      height: 50px;
      border: none; }
    .header-wrapper .wd-right-control-panel .wd-search-box .button_search {
      position: absolute;
      right: 3px;
      top: 3px; }
      .header-wrapper .wd-right-control-panel .wd-search-box .button_search button {
        background: #141414;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        color: #fff;
        padding: 12px 20px;
        border: none;
        text-align: center; }
  .header-wrapper .wd-right-control-panel.open {
    display: block !important; }

.header-top-right-area {
  position: relative;
  z-index: 1000; }
  .header-top-right-area .wd-header-search-control, .header-top-right-area .header-top-custom-sidebar, .header-top-right-area .header-top-account, .header-top-right-area .wd_tini_wishlist_wrapper {
    padding: 0 11px;
    float: right; }
    .header-top-right-area .wd-header-search-control a, .header-top-right-area .header-top-custom-sidebar a, .header-top-right-area .header-top-account a, .header-top-right-area .wd_tini_wishlist_wrapper a {
      font-size: 13px;
      color: #fff; }
      .header-top-right-area .wd-header-search-control a:hover, .header-top-right-area .header-top-custom-sidebar a:hover, .header-top-right-area .header-top-account a:hover, .header-top-right-area .wd_tini_wishlist_wrapper a:hover {
        text-decoration: none; }
  .header-top-right-area .wd-header-search-control {
    border-left: 1px solid rgba(255, 255, 255, 0.5); }
    .header-top-right-area .wd-header-search-control span {
      color: #fff;
      cursor: pointer; }
      .header-top-right-area .wd-header-search-control span i {
        line-height: 24px; }
  .header-top-right-area .header-top-custom-sidebar ul {
    list-style: none;
    margin: 0; }
    .header-top-right-area .header-top-custom-sidebar ul #lang_sel {
      height: auto;
      display: block; }
      .header-top-right-area .header-top-custom-sidebar ul #lang_sel li {
        width: auto;
        float: none; }
        .header-top-right-area .header-top-custom-sidebar ul #lang_sel li a.lang_sel_sel {
          border: none;
          background: none;
          font-size: 13px;
          padding: 0;
          font-weight: 400;
          font-family: "Raleway", sans-serif;
          color: #fff; }
          .header-top-right-area .header-top-custom-sidebar ul #lang_sel li a.lang_sel_sel img {
            display: none; }
          .header-top-right-area .header-top-custom-sidebar ul #lang_sel li a.lang_sel_sel:after {
            content: "\f107";
            display: inline-block;
            font-family: FontAwesome;
            font-size: 12px;
            margin-left: 6px; }
  .header-top-right-area .header-top-account {
    position: relative; }
    .header-top-right-area .header-top-account .form_drop_down {
      position: absolute;
      top: 100%;
      right: 0;
      background: #141414;
      padding: 20px;
      width: 300px;
      z-index: 100;
      border: none;
      color: #959595;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      display: none; }
      .header-top-right-area .header-top-account .form_drop_down .input {
        height: 40px;
        background: #fff; }
      .header-top-right-area .header-top-account .form_drop_down .required {
        text-transform: none;
        margin: 0; }
      .header-top-right-area .header-top-account .form_drop_down .button {
        display: inline-block;
        background: #fff;
        color: #141414;
        margin: 10px 10px 20px 0px; }
      .header-top-right-area .header-top-account .form_drop_down .forgot {
        text-transform: none; }
        .header-top-right-area .header-top-account .form_drop_down .forgot:hover {
          text-decoration: underline; }

.header-middle .header-middle-left {
  width: auto; }
.header-middle .shopping-cart {
  float: right;
  position: relative;
  padding-right: 15px;
  padding-left: 25px;
  z-index: 1000; }
  .header-middle .shopping-cart .cart_size a {
    background: url(images/cart-icon.png) no-repeat;
    display: block;
    width: 38px;
    height: 64px;
    position: relative;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s; }
    .header-middle .shopping-cart .cart_size a span.number {
      position: absolute;
      width: 100%;
      text-align: center;
      bottom: 12px;
      left: 0;
      font-family: 'Teko', sans-serif;
      font-size: 20px;
      font-weight: 400; }
  .header-middle .shopping-cart:hover .cart_size a {
    background: url(images/cart-icon-hover.png) no-repeat;
    color: #141414; }
  .header-middle .shopping-cart .cart_dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: #141414;
    width: 370px;
    display: none; }
    .header-middle .shopping-cart .cart_dropdown .size_empty {
      background: #141414;
      width: 370px;
      padding: 20px;
      text-transform: uppercase;
      color: #959595;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-align: center; }
    .header-middle .shopping-cart .cart_dropdown .dropdown_body h3.wd_cart_heading {
      display: none; }
    .header-middle .shopping-cart .cart_dropdown .dropdown_body ul.cart_list {
      margin: 0; }
      .header-middle .shopping-cart .cart_dropdown .dropdown_body ul.cart_list li {
        padding: 28px 30px;
        border-bottom: 1px solid #959595;
        position: relative;
        margin: 0;
        list-style: none; }
        .header-middle .shopping-cart .cart_dropdown .dropdown_body ul.cart_list li .close-gray {
          display: none !important; }
        .header-middle .shopping-cart .cart_dropdown .dropdown_body ul.cart_list li a.pull-left {
          width: 80px;
          margin-right: 20px; }
          .header-middle .shopping-cart .cart_dropdown .dropdown_body ul.cart_list li a.pull-left img {
            width: auto;
            float: none;
            margin: 0; }
        .header-middle .shopping-cart .cart_dropdown .dropdown_body ul.cart_list li .cart_item_wrapper {
          overflow: hidden; }
          .header-middle .shopping-cart .cart_dropdown .dropdown_body ul.cart_list li .cart_item_wrapper a.wd_cart_title {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            font-weight: 400;
            text-transform: uppercase;
            color: #fff; }
            .header-middle .shopping-cart .cart_dropdown .dropdown_body ul.cart_list li .cart_item_wrapper a.wd_cart_title:hover {
              color: #d70050; }
          .header-middle .shopping-cart .cart_dropdown .dropdown_body ul.cart_list li .cart_item_wrapper .quantity {
            font-family: 'Montserrat', sans-serif;
            font-size: 13px;
            font-weight: 400;
            text-transform: uppercase;
            color: #959595;
            display: block; }
            .header-middle .shopping-cart .cart_dropdown .dropdown_body ul.cart_list li .cart_item_wrapper .quantity .amount {
              font-family: 'Montserrat', sans-serif;
              font-size: 14px;
              font-weight: 400;
              text-transform: uppercase;
              color: #d70050; }
          .header-middle .shopping-cart .cart_dropdown .dropdown_body ul.cart_list li .cart_item_wrapper .remove {
            position: absolute;
            font-size: 26px;
            color: #fff !important;
            width: auto;
            height: auto;
            top: 14px;
            right: 23px;
            background: none; }
            .header-middle .shopping-cart .cart_dropdown .dropdown_body ul.cart_list li .cart_item_wrapper .remove:hover {
              color: #d70050 !important; }
    .header-middle .shopping-cart .cart_dropdown .dropdown_body .total {
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 400;
      margin: 0;
      padding: 30px; }
      .header-middle .shopping-cart .cart_dropdown .dropdown_body .total .amount {
        font-size: 30px; }
    .header-middle .shopping-cart .cart_dropdown .dropdown_footer {
      padding: 0 30px; }
      .header-middle .shopping-cart .cart_dropdown .dropdown_footer a.button {
        display: block;
        font-size: 15px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        padding: 17px 0 16px 0;
        text-align: center;
        margin-bottom: 10px;
        border-radius: 0; }
      .header-middle .shopping-cart .cart_dropdown .dropdown_footer a.button.cart {
        color: #141414;
        background: #fff;
        border: 1px solid transparent; }
        .header-middle .shopping-cart .cart_dropdown .dropdown_footer a.button.cart:hover {
          background: #141414;
          color: #fff;
          border-color: #fff; }
      .header-middle .shopping-cart .cart_dropdown .dropdown_footer a.button.checkout {
        color: #646464;
        background: transparent;
        border: 1px solid #646464; }
        .header-middle .shopping-cart .cart_dropdown .dropdown_footer a.button.checkout:hover {
          background: #646464;
          color: #fff; }
.header-middle .header-middle-inner {
  position: relative; }
.header-middle .wd_mega_menu_wrapper {
  float: right;
  width: 65%; }
  .header-middle .wd_mega_menu_wrapper .ubermenu-bound {
    position: static;
    float: right; }
  .header-middle .wd_mega_menu_wrapper nav.ubermenu ul.ubermenu-nav > li > a {
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 29px; }
    .header-middle .wd_mega_menu_wrapper nav.ubermenu ul.ubermenu-nav > li > a:before {
      content: '';
      width: 0;
      height: 1px;
      background: #fff;
      opacity: 0;
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transition: all 0.2s ease 0s;
      -webkit-transition: all 0.2s ease 0s; }
    .header-middle .wd_mega_menu_wrapper nav.ubermenu ul.ubermenu-nav > li > a:hover:before {
      width: 30px;
      opacity: 0.5; }
  .header-middle .wd_mega_menu_wrapper nav.ubermenu ul.ubermenu-nav > li .ubermenu-content-block {
    padding: 0; }
    .header-middle .wd_mega_menu_wrapper nav.ubermenu ul.ubermenu-nav > li .ubermenu-content-block .static-menu {
      position: relative; }
      .header-middle .wd_mega_menu_wrapper nav.ubermenu ul.ubermenu-nav > li .ubermenu-content-block .static-menu > div {
        text-align: center;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
      .header-middle .wd_mega_menu_wrapper nav.ubermenu ul.ubermenu-nav > li .ubermenu-content-block .static-menu h1 {
        color: #fff;
        font-size: 36px; }
      .header-middle .wd_mega_menu_wrapper nav.ubermenu ul.ubermenu-nav > li .ubermenu-content-block .static-menu h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        color: #fff;
        font-size: 30px;
        text-transform: uppercase;
        margin-bottom: 51px; }
        .header-middle .wd_mega_menu_wrapper nav.ubermenu ul.ubermenu-nav > li .ubermenu-content-block .static-menu h2 b {
          font-size: 48px;
          color: #ff9900; }
      .header-middle .wd_mega_menu_wrapper nav.ubermenu ul.ubermenu-nav > li .ubermenu-content-block .static-menu a.button {
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        color: #141414;
        text-transform: uppercase;
        font-weight: 400;
        background: #fff;
        padding: 11px 20px;
        display: inline-block; }
  .header-middle .wd_mega_menu_wrapper .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
    font-size: 16px;
    margin: 0;
    top: 35%;
    right: 3px; }
  .header-middle .wd_mega_menu_wrapper .ubermenu-sub-indicators .ubermenu-has-submenu-drop.ubermenu-item-level-1 > .ubermenu-target:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .header-middle .wd_mega_menu_wrapper .ubermenu-sub-indicators .ubermenu-has-submenu-drop.ubermenu-item-level-1 ul.ubermenu-submenu {
    background: #959595;
    top: -45px;
    right: auto;
    left: calc(100% + 48px); }
    .header-middle .wd_mega_menu_wrapper .ubermenu-sub-indicators .ubermenu-has-submenu-drop.ubermenu-item-level-1 ul.ubermenu-submenu li a {
      color: #141414; }
  .header-middle .wd_mega_menu_wrapper .ubermenu-submenu-align-left_edge_item {
    width: 270px; }
  .header-middle .wd_mega_menu_wrapper .ubermenu .ubermenu-item .ubermenu-submenu-drop {
    box-shadow: none;
    background: #141414;
    color: #959595;
    padding: 45px 48px; }
    .header-middle .wd_mega_menu_wrapper .ubermenu .ubermenu-item .ubermenu-submenu-drop li {
      padding: 0;
      margin-bottom: 29px; }
      .header-middle .wd_mega_menu_wrapper .ubermenu .ubermenu-item .ubermenu-submenu-drop li a {
        color: #959595;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 400;
        padding: 0;
        text-transform: uppercase; }
        .header-middle .wd_mega_menu_wrapper .ubermenu .ubermenu-item .ubermenu-submenu-drop li a:hover {
          color: #fff; }
    .header-middle .wd_mega_menu_wrapper .ubermenu .ubermenu-item .ubermenu-submenu-drop li.ubermenu-item-header > a {
      margin-bottom: 21px; }
      .header-middle .wd_mega_menu_wrapper .ubermenu .ubermenu-item .ubermenu-submenu-drop li.ubermenu-item-header > a > span.ubermenu-target-title {
        font-size: 15px;
        color: #fff;
        display: block;
        position: relative;
        padding-bottom: 11px; }
        .header-middle .wd_mega_menu_wrapper .ubermenu .ubermenu-item .ubermenu-submenu-drop li.ubermenu-item-header > a > span.ubermenu-target-title:before {
          content: '';
          position: absolute;
          width: 30px;
          height: 3px;
          bottom: 0;
          left: 0;
          background: #d70050; }

#header.header_v2 {
  position: relative;
  z-index: 999;
  background: #fff; }
  #header.header_v2 .header-top {
    background: #323232;
    padding: 13px 0 12px 0; }
    #header.header_v2 .header-top .header-top-left-area ul .social-icons ul li a {
      color: #787878; }
    #header.header_v2 .header-top .header-top-right-area .wd-header-search-control a,
    #header.header_v2 .header-top .header-top-right-area .header-top-custom-sidebar a,
    #header.header_v2 .header-top .header-top-right-area .header-top-account a,
    #header.header_v2 .header-top .header-top-right-area .wd_tini_wishlist_wrapper a {
      color: #787878; }
    #header.header_v2 .header-top .header-top-right-area .wd-header-search-control span {
      color: #e6e6e6; }
    #header.header_v2 .header-top .header-top-right-area .wd-header-search-control {
      border-left-color: rgba(255, 255, 255, 0.2); }
  #header.header_v2 .header-middle {
    padding: 30px 0 13px; }
    #header.header_v2 .header-middle .wd_mega_menu_wrapper nav.ubermenu ul.ubermenu-nav > li > a {
      color: #000; }
      #header.header_v2 .header-middle .wd_mega_menu_wrapper nav.ubermenu ul.ubermenu-nav > li > a:before {
        background: #000; }
    #header.header_v2 .header-middle .shopping-cart .cart_size a {
      background-image: url(images/cart-icon-black.png);
      color: #000; }
  #header.header_v2 .header-wrapper .wd-right-control-panel .wd-search-box {
    margin-top: 12px;
    background: rgba(0, 0, 0, 0.5); }

.breadcrumb-title-wrapper {
  margin-bottom: 41px; }
  .breadcrumb-title-wrapper .breadcrumb-title {
    padding: 290px 0 234px 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif; }
    .breadcrumb-title-wrapper .breadcrumb-title .heading-title {
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0;
      color: #fff;
      /* white-space: nowrap; */
      /* text-overflow: ellipsis; */
      display: inline-block;
      /* overflow: hidden; */
      margin-left: 5px; }
    .breadcrumb-title-wrapper .breadcrumb-title a {
      color: #fff;
      font-weight: 700;
      font-size: 14px; }
    .breadcrumb-title-wrapper .breadcrumb-title .brn_arrow {
      font-size: 0; }
      .breadcrumb-title-wrapper .breadcrumb-title .brn_arrow:after {
        content: "\f105";
        font: 14px 'FontAwesome'; }

.single-product .breadcrumb-title-wrapper {
  margin-bottom: 102px; }

html .woocommerce .woocommerce-breadcrumb a {
  color: #fff;
  font-weight: 700;
  font-size: 14px; }
  html .woocommerce .woocommerce-breadcrumb a:after {
    content: "\f105";
    font: 14px 'FontAwesome'; }

.heading-title-block.style1 h1 {
  color: #bebebe;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 6px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Teko', sans-serif; }
  .heading-title-block.style1 h1:after {
    content: '';
    position: absolute;
    background: #c8c8c8;
    height: 1px;
    width: 250px;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
  .heading-title-block.style1 h1 i {
    position: absolute;
    font-size: 18px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: 0 17px;
    background: #fff;
    z-index: 1; }

.heading-title-block.style4 {
  /*margin-top:43px;*/
  margin-bottom: 40px; }
  .heading-title-block.style4 * {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #646464;
    text-transform: uppercase; }

.heading-title-block.style2 h1 {
  font-size: 80px;
  line-height: 72px;
  text-align: center;
  position: relative;
  margin-top: 65px;
  padding-bottom: 15px;
  margin-bottom: 28px; }
  .heading-title-block.style2 h1:before {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    background: #000; }

div.nchgrid-item:hover {
  box-shadow: none !important; }

/*-------------------------------------------------------------------
= No.One FOOTER-----------------------------------------------------*/
footer#footer {
  background: #1e1e1e;
  padding: 89px 0 0;
  font-size: 13px;
  color: #969696;
  margin: 0; }
  footer#footer ul {
    list-style: none;
    margin: 0; }
    footer#footer ul h3.widget-title {
      font-family: 'Teko', sans-serif;
      font-size: 30px;
      font-weight: 400;
      text-transform: uppercase;
      color: #fff;
      position: relative;
      padding-bottom: 16px;
      margin-bottom: 25px; }
      footer#footer ul h3.widget-title:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 30px;
        background: #72092c;
        left: 0;
        bottom: 0; }
    footer#footer ul .textwidget ul.address {
      margin: 20px 0; }
      footer#footer ul .textwidget ul.address li {
        margin: 0 0 4px; }
        footer#footer ul .textwidget ul.address li i {
          font-size: 14px;
          color: #d70050;
          margin-right: 7px; }
    footer#footer ul .textwidget .logo_footer {
      opacity: 0.3; }
    footer#footer ul li a {
      color: #969696; }
      footer#footer ul li a:hover {
        color: #fff; }
    footer#footer ul li + li {
      margin-top: 16px; }
    footer#footer ul .null-instagram-feed {
      margin-bottom: 0; }
      footer#footer ul .null-instagram-feed li {
        float: left;
        width: 33.33%;
        padding: 3px;
        margin: 0; }
        footer#footer ul .null-instagram-feed li a {
          display: block;
          overflow: hidden;
          line-height: 0;
          position: relative; }
          footer#footer ul .null-instagram-feed li a:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: 0.5;
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
            transform: scale(1, 1);
            -webkit-transform: scale(1, 1); }
        footer#footer ul .null-instagram-feed li:hover a:before {
          transform: scale(0, 0);
          -webkit-transform: scale(0, 0);
          opacity: 0; }
      footer#footer ul .null-instagram-feed p.clear {
        display: none !important; }
  footer#footer .first-footer-widget-area {
    position: relative;
    overflow: hidden;
    margin-bottom: 80px; }
    footer#footer .first-footer-widget-area .first-footer-widget-area-2, footer#footer .first-footer-widget-area .first-footer-widget-area-3, footer#footer .first-footer-widget-area .first-footer-widget-area-4 {
      position: relative; }
      footer#footer .first-footer-widget-area .first-footer-widget-area-2:before, footer#footer .first-footer-widget-area .first-footer-widget-area-3:before, footer#footer .first-footer-widget-area .first-footer-widget-area-4:before {
        content: '';
        position: absolute;
        border-left: 1px solid #292929;
        width: 1px;
        height: 500px;
        left: 0;
        top: 0; }
  footer#footer .second-footer-widget-area {
    text-transform: uppercase;
    margin-bottom: 28px; }
    footer#footer .second-footer-widget-area .widget_social {
      text-align: right; }
      footer#footer .second-footer-widget-area .widget_social li {
        display: inline-block;
        margin-left: 20px;
        margin-bottom: 0;
        margin-top: 0; }
        footer#footer .second-footer-widget-area .widget_social li i {
          font-size: 17px; }

iframe.twitter-timeline .env-narrow .header .avatar {
  display: none; }

.third-footer-widget-area {
  padding: 19px 53px;
  background: #141414; }

html footer#footer .widget_subscriptions {
  position: relative;
  margin-bottom: 0; }
  html footer#footer .widget_subscriptions .newsletter {
    position: absolute;
    top: 0;
    left: 0; }
    html footer#footer .widget_subscriptions .newsletter h3.widget-title {
      padding: 0;
      margin: 0;
      font-size: 36px;
      color: #c8c8c8;
      line-height: 51px; }
      html footer#footer .widget_subscriptions .newsletter h3.widget-title:before {
        content: none; }
  html footer#footer .widget_subscriptions .subscribe_widget {
    margin: 0 auto;
    text-align: center; }
    html footer#footer .widget_subscriptions .subscribe_widget form {
      height: 45px;
      border: 1px solid #787878;
      border-radius: 0;
      width: 600px;
      padding: 0;
      vertical-align: top; }
      html footer#footer .widget_subscriptions .subscribe_widget form .subscribe-email .subscribe_email {
        height: 43px;
        padding: 0 36px;
        line-height: 43px;
        color: #969696;
        font-size: 14px; }
      html footer#footer .widget_subscriptions .subscribe_widget form button.button, html footer#footer .widget_subscriptions .subscribe_widget form input[type="button"], html footer#footer .widget_subscriptions .subscribe_widget form input[type="reset"], html footer#footer .widget_subscriptions .subscribe_widget form input[type="submit"] {
        font-size: 14px;
        color: #fff;
        font-family: "Raleway", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        height: 43px;
        border-left: 1px solid #787878;
        width: auto;
        top: 0;
        padding: 0 33px !important; }
        html footer#footer .widget_subscriptions .subscribe_widget form button.button:before, html footer#footer .widget_subscriptions .subscribe_widget form input[type="button"]:before, html footer#footer .widget_subscriptions .subscribe_widget form input[type="reset"]:before, html footer#footer .widget_subscriptions .subscribe_widget form input[type="submit"]:before {
          content: none; }

/*-------------------------------------------------------------------
= No.One BLOG-----------------------------------------------------*/
.list-posts {
  list-style: none;
  margin: 0; }
  .list-posts li.home-features-item {
    overflow: hidden; }
    .list-posts li.home-features-item .item-content .thumbnail-content {
      position: relative;
      display: block;
      margin-bottom: 0; }
      .list-posts li.home-features-item .item-content .thumbnail-content .blog-image-slider .owl-controls .owl-nav > div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 50px;
        height: 50px;
        text-indent: -9999px;
        font-size: 0; }
        .list-posts li.home-features-item .item-content .thumbnail-content .blog-image-slider .owl-controls .owl-nav > div:hover {
          opacity: 0.5; }
      .list-posts li.home-features-item .item-content .thumbnail-content .blog-image-slider .owl-controls .owl-nav .owl-prev {
        left: 10px;
        background: url(images/prev_slider.png) no-repeat; }
      .list-posts li.home-features-item .item-content .thumbnail-content .blog-image-slider .owl-controls .owl-nav .owl-next {
        right: 10px;
        background: url(images/next_slider.png) no-repeat; }
      .list-posts li.home-features-item .item-content .thumbnail-content .thumbnail {
        padding: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0; }
        .list-posts li.home-features-item .item-content .thumbnail-content .thumbnail img {
          width: 100%; }
      .list-posts li.home-features-item .item-content .thumbnail-content iframe {
        margin: 0; }
      .list-posts li.home-features-item .item-content .thumbnail-content .entry-date {
        position: absolute;
        width: 49px;
        height: 58px;
        background: #fff;
        color: #2d3136;
        top: 20px;
        right: 20px;
        text-align: center;
        padding-top: 6px; }
        .list-posts li.home-features-item .item-content .thumbnail-content .entry-date .month {
          font: 500 13px/18px "Raleway", sans-serif;
          margin: 0;
          text-transform: uppercase; }
        .list-posts li.home-features-item .item-content .thumbnail-content .entry-date .day {
          font: 500 21px/18px "Lato", sans-serif;
          margin: 0; }
    .list-posts li.home-features-item .item-content .post-info-content {
      font-family: "Raleway", sans-serif; }
      .list-posts li.home-features-item .item-content .post-info-content .thumbnail {
        padding: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 22px; }
        .list-posts li.home-features-item .item-content .post-info-content .thumbnail img {
          width: 100%; }
      .list-posts li.home-features-item .item-content .post-info-content .blog-image-slider {
        margin-bottom: 22px; }
      .list-posts li.home-features-item .item-content .post-info-content .post-title {
        margin-bottom: 6px; }
        .list-posts li.home-features-item .item-content .post-info-content .post-title .heading-title {
          display: inline-block; }
          .list-posts li.home-features-item .item-content .post-info-content .post-title .heading-title a {
            font-family: "Raleway", sans-serif;
            font-size: 30px;
            font-weight: 700;
            text-transform: none;
            color: #000000; }
            .list-posts li.home-features-item .item-content .post-info-content .post-title .heading-title a:hover {
              color: #d70050; }
        .list-posts li.home-features-item .item-content .post-info-content .post-title .wd-edit-link {
          float: right; }
          .list-posts li.home-features-item .item-content .post-info-content .post-title .wd-edit-link a {
            font-size: 13px;
            color: #787878; }
            .list-posts li.home-features-item .item-content .post-info-content .post-title .wd-edit-link a:before {
              content: "\f044";
              margin-right: 5px;
              font: 14px 'FontAwesome'; }
      .list-posts li.home-features-item .item-content .post-info-content .author {
        font-weight: 700;
        font-size: 14px;
        color: #969696;
        margin-bottom: 8px; }
        .list-posts li.home-features-item .item-content .post-info-content .author a {
          color: #d70050;
          margin-left: 5px;
          text-transform: capitalize; }
      .list-posts li.home-features-item .item-content .post-info-content .post-info-meta {
        font-size: 13px;
        color: #787878;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        padding: 4px 0 2px 0;
        font-weight: 700;
        margin-bottom: 8px; }
        .list-posts li.home-features-item .item-content .post-info-content .post-info-meta > div {
          display: inline-block;
          vertical-align: top;
          margin-right: 17px; }
          .list-posts li.home-features-item .item-content .post-info-content .post-info-meta > div i {
            margin-right: 10px; }
      .list-posts li.home-features-item .item-content .post-info-content .short-content {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 33px; }
      .list-posts li.home-features-item .item-content .post-info-content .read-more {
        float: right; }
        .list-posts li.home-features-item .item-content .post-info-content .read-more a {
          font-family: 'Montserrat', sans-serif;
          font-size: 13px;
          text-transform: uppercase;
          padding: 7px 20px 7px 20px;
          display: inline-block;
          text-decoration: none;
          border: 1px solid #b7b7b7;
          color: #b7b7b7;
          background: #fff; }
          .list-posts li.home-features-item .item-content .post-info-content .read-more a:hover {
            background: #141414;
            color: #fff;
            border-color: transparent; }
      .list-posts li.home-features-item .item-content .post-info-content .owl-controls .owl-nav > div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 50px;
        height: 50px;
        text-indent: -9999px;
        font-size: 0; }
      .list-posts li.home-features-item .item-content .post-info-content .owl-controls .owl-nav .owl-prev {
        left: 10px;
        background: url(images/prev_slider.png) no-repeat; }
      .list-posts li.home-features-item .item-content .post-info-content .owl-controls .owl-nav .owl-next {
        right: 10px;
        background: url(images/next_slider.png) no-repeat; }
  .list-posts li.home-features-item + li.home-features-item {
    margin-top: 123px;
    border-top: none !important; }

.list-posts-split li .item-content .post-info-thumbnail {
  width: 40%;
  float: left;
  padding-right: 30px; }
.list-posts-split li .item-content .post-info-content {
  overflow: hidden; }
  .list-posts-split li .item-content .post-info-content .read-more {
    float: left; }

.shortcode-recent-blogs.grid-posts .item-content, .shortcode-recent-blogs .item-content, .related_post_slider .item-content {
  margin-bottom: 50px; }
  .shortcode-recent-blogs.grid-posts .item-content .post-info-thumbnail, .shortcode-recent-blogs .item-content .post-info-thumbnail, .related_post_slider .item-content .post-info-thumbnail {
    position: relative;
    display: block;
    margin-bottom: 22px; }
    .shortcode-recent-blogs.grid-posts .item-content .post-info-thumbnail .thumbnail, .shortcode-recent-blogs .item-content .post-info-thumbnail .thumbnail, .related_post_slider .item-content .post-info-thumbnail .thumbnail {
      padding: 0;
      border: none;
      border-radius: 0;
      box-shadow: none;
      margin-bottom: 0; }
      .shortcode-recent-blogs.grid-posts .item-content .post-info-thumbnail .thumbnail img, .shortcode-recent-blogs .item-content .post-info-thumbnail .thumbnail img, .related_post_slider .item-content .post-info-thumbnail .thumbnail img {
        width: 100%; }
    .shortcode-recent-blogs.grid-posts .item-content .post-info-thumbnail iframe, .shortcode-recent-blogs .item-content .post-info-thumbnail iframe, .related_post_slider .item-content .post-info-thumbnail iframe {
      margin: 0; }
    .shortcode-recent-blogs.grid-posts .item-content .post-info-thumbnail .entry-date, .shortcode-recent-blogs .item-content .post-info-thumbnail .entry-date, .related_post_slider .item-content .post-info-thumbnail .entry-date {
      position: absolute;
      width: 49px;
      height: 58px;
      background: #fff;
      color: #2d3136;
      top: 20px;
      right: 20px;
      text-align: center;
      padding-top: 6px; }
      .shortcode-recent-blogs.grid-posts .item-content .post-info-thumbnail .entry-date .month, .shortcode-recent-blogs .item-content .post-info-thumbnail .entry-date .month, .related_post_slider .item-content .post-info-thumbnail .entry-date .month {
        font: 500 13px/18px "Raleway", sans-serif;
        margin: 0;
        text-transform: uppercase; }
      .shortcode-recent-blogs.grid-posts .item-content .post-info-thumbnail .entry-date .day, .shortcode-recent-blogs .item-content .post-info-thumbnail .entry-date .day, .related_post_slider .item-content .post-info-thumbnail .entry-date .day {
        font: 500 21px/18px "Lato", sans-serif;
        margin: 0; }
.shortcode-recent-blogs.grid-posts .post-info-content, .shortcode-recent-blogs .post-info-content, .related_post_slider .post-info-content {
  font-family: "Raleway", sans-serif; }
  .shortcode-recent-blogs.grid-posts .post-info-content .heading-title, .shortcode-recent-blogs .post-info-content .heading-title, .related_post_slider .post-info-content .heading-title {
    display: block;
    margin-bottom: 3px;
    line-height: 25px; }
    .shortcode-recent-blogs.grid-posts .post-info-content .heading-title a, .shortcode-recent-blogs .post-info-content .heading-title a, .related_post_slider .post-info-content .heading-title a {
      font-family: "Raleway", sans-serif;
      font-size: 18px;
      font-weight: 700;
      text-transform: none;
      color: #000000; }
      .shortcode-recent-blogs.grid-posts .post-info-content .heading-title a:hover, .shortcode-recent-blogs .post-info-content .heading-title a:hover, .related_post_slider .post-info-content .heading-title a:hover {
        color: #d70050; }
  .shortcode-recent-blogs.grid-posts .post-info-content .author, .shortcode-recent-blogs .post-info-content .author, .related_post_slider .post-info-content .author {
    font-weight: 700;
    font-size: 14px;
    color: #969696;
    margin-bottom: 8px; }
    .shortcode-recent-blogs.grid-posts .post-info-content .author a, .shortcode-recent-blogs .post-info-content .author a, .related_post_slider .post-info-content .author a {
      color: #d70050;
      margin-left: 5px;
      text-transform: capitalize; }
  .shortcode-recent-blogs.grid-posts .post-info-content .post-info-meta, .shortcode-recent-blogs .post-info-content .post-info-meta, .related_post_slider .post-info-content .post-info-meta {
    font-size: 13px;
    color: #787878;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 4px 0 2px 0;
    font-weight: 700;
    margin-bottom: 8px; }
    .shortcode-recent-blogs.grid-posts .post-info-content .post-info-meta > div, .shortcode-recent-blogs .post-info-content .post-info-meta > div, .related_post_slider .post-info-content .post-info-meta > div {
      display: inline-block;
      vertical-align: top;
      margin-right: 17px; }
      .shortcode-recent-blogs.grid-posts .post-info-content .post-info-meta > div i, .shortcode-recent-blogs .post-info-content .post-info-meta > div i, .related_post_slider .post-info-content .post-info-meta > div i {
        margin-right: 10px; }
  .shortcode-recent-blogs.grid-posts .post-info-content .excerpt, .shortcode-recent-blogs .post-info-content .excerpt, .related_post_slider .post-info-content .excerpt {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 33px; }
  .shortcode-recent-blogs.grid-posts .post-info-content .button, .shortcode-recent-blogs .post-info-content .button, .related_post_slider .post-info-content .button {
    background: #fff;
    border: 1px solid #b7b7b7;
    color: #b7b7b7;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 7px 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font: 400 13px/24px "Montserrat", sans-serif;
    display: inline-block; }
    .shortcode-recent-blogs.grid-posts .post-info-content .button:hover, .shortcode-recent-blogs .post-info-content .button:hover, .related_post_slider .post-info-content .button:hover {
      background: #141414;
      color: #fff;
      border-color: transparent; }
.shortcode-recent-blogs.grid-posts .blog-image-slider, .shortcode-recent-blogs .blog-image-slider, .related_post_slider .blog-image-slider {
  position: relative; }
  .shortcode-recent-blogs.grid-posts .blog-image-slider .owl-nav > div, .shortcode-recent-blogs .blog-image-slider .owl-nav > div, .related_post_slider .blog-image-slider .owl-nav > div {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    display: block;
    text-indent: -9999px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-radius: 0; }
    .shortcode-recent-blogs.grid-posts .blog-image-slider .owl-nav > div:hover, .shortcode-recent-blogs .blog-image-slider .owl-nav > div:hover, .related_post_slider .blog-image-slider .owl-nav > div:hover {
      opacity: 0.5; }
  .shortcode-recent-blogs.grid-posts .blog-image-slider .owl-nav .owl-prev, .shortcode-recent-blogs .blog-image-slider .owl-nav .owl-prev, .related_post_slider .blog-image-slider .owl-nav .owl-prev {
    background: url(images/prev_slider.png) no-repeat !important;
    left: 10px; }
  .shortcode-recent-blogs.grid-posts .blog-image-slider .owl-nav .owl-next, .shortcode-recent-blogs .blog-image-slider .owl-nav .owl-next, .related_post_slider .blog-image-slider .owl-nav .owl-next {
    background: url(images/next_slider.png) no-repeat !important;
    right: 10px; }

.related_post_slider .owl-item {
  float: left;
  padding: 0 10px; }
.related_post_slider .owl-controls .owl-nav > div {
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  font-size: 0; }
.related_post_slider .owl-controls .owl-nav .owl-prev {
  left: 10px;
  background: url(images/prev_slider.png) no-repeat; }
.related_post_slider .owl-controls .owl-nav .owl-next {
  right: 10px;
  background: url(images/next_slider.png) no-repeat; }

.blog_video {
  position: relative;
  padding: 0;
  padding-bottom: 56.25%;
  height: 0 !important;
  width: 100% !important;
  overflow: hidden;
  margin-bottom: 20px; }
  .blog_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

a#more_posts {
  font-size: 0;
  display: block;
  margin: 20px auto;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #e5e5e5;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; }
  a#more_posts:before {
    content: "\f021";
    font: 23px 'FontAwesome';
    line-height: 50px; }
  a#more_posts:hover {
    color: #fff;
    background: #000; }

.single-content {
  clear: both; }
  .single-content .thumbnail {
    box-shadow: none;
    border: none;
    padding: 0;
    border-radius: 0;
    position: relative;
    margin-bottom: 22px;
    display: inline-block; }
    .single-content .thumbnail .entry-date {
      position: absolute;
      width: 49px;
      height: 58px;
      background: #fff;
      color: #2d3136;
      top: 20px;
      right: 20px;
      text-align: center;
      padding-top: 6px; }
      .single-content .thumbnail .entry-date .month {
        font: 500 13px/18px "Raleway", sans-serif;
        margin: 0;
        text-transform: uppercase; }
      .single-content .thumbnail .entry-date .day {
        font: 500 21px/18px "Lato", sans-serif;
        margin: 0; }
  .single-content .post-title {
    margin-bottom: 6px; }
    .single-content .post-title h2.heading-title {
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      font-size: 30px;
      text-transform: none;
      color: #000;
      display: inline-block; }
    .single-content .post-title .wd-edit-link {
      float: right; }
      .single-content .post-title .wd-edit-link:before {
        content: "\f044";
        font: 14px 'FontAwesome';
        margin-right: 10px; }
  .single-content .single-post .post_inner .author {
    font-weight: 700;
    margin-bottom: 8px; }
    .single-content .single-post .post_inner .author a {
      color: #d70050;
      margin-left: 5px; }
  .single-content .single-post .post_inner .post-info-meta-top {
    font-size: 13px;
    color: #787878;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 4px 0 2px 0;
    font-weight: 700;
    margin-bottom: 20px; }
    .single-content .single-post .post_inner .post-info-meta-top > div {
      display: inline-block;
      vertical-align: top;
      margin-right: 17px; }
      .single-content .single-post .post_inner .post-info-meta-top > div i {
        margin-right: 10px; }
  .single-content .single-post .post_inner .post-info-content {
    font-size: 14px; }
  .single-content .single-post .post-info-meta-bottom .social_sharing {
    text-align: center;
    padding: 18px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin: 60px 0 !important; }
    .single-content .single-post .post-info-meta-bottom .social_sharing .social_icon > div {
      display: inline-block;
      margin: 0 11px; }
      .single-content .single-post .post-info-meta-bottom .social_sharing .social_icon > div a {
        display: block;
        width: 40px;
        height: 40px;
        border: 1px solid #ededed;
        border-radius: 100%;
        text-align: center;
        line-height: 46px;
        color: #969696; }
        .single-content .single-post .post-info-meta-bottom .social_sharing .social_icon > div a i {
          font-size: 23px; }
    .single-content .single-post .post-info-meta-bottom .social_sharing .social_icon .facebook a:hover {
      background: #3b5998;
      color: #fff;
      border-color: transparent; }
    .single-content .single-post .post-info-meta-bottom .social_sharing .social_icon .twitter a:hover {
      background: #4099FF;
      color: #fff;
      border-color: transparent; }
    .single-content .single-post .post-info-meta-bottom .social_sharing .social_icon .google a:hover {
      background: #dd4b39;
      color: #fff;
      border-color: transparent; }
  .single-content .single-post .navi {
    overflow: hidden;
    margin-bottom: 80px;
    margin-top: 60px; }
    .single-content .single-post .navi > div a {
      padding: 8px 20px;
      background: #fff;
      color: #b7b7b7;
      font-family: 'Montserrat', sans-serif;
      font-size: 13px;
      font-weight: 400;
      text-transform: uppercase;
      display: block; }
      .single-content .single-post .navi > div a:hover {
        color: #fff;
        background: #141414; }
    .single-content .single-post .navi .navi-prev {
      float: left; }
      .single-content .single-post .navi .navi-prev a:before {
        content: "\f177";
        font: 13px 'FontAwesome';
        margin-right: 8px; }
    .single-content .single-post .navi .navi-next {
      float: right; }
      .single-content .single-post .navi .navi-next a:after {
        content: "\f178";
        font: 13px 'FontAwesome';
        margin-left: 8px; }
  .single-content #entry-author-info .author-inner img.photo.avatar {
    position: relative;
    width: auto;
    height: auto; }

.comments-area {
  margin-top: 80px; }
  .comments-area .title h3 {
    font-size: 30px;
    text-transform: none;
    padding-left: 26px;
    position: relative;
    line-height: 40px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 50px; }
    .comments-area .title h3 strong {
      font-weight: 400; }
    .comments-area .title h3:before {
      content: '';
      width: 5px;
      height: 40px;
      position: absolute;
      left: 0;
      top: 0;
      background: #d70050; }
  .comments-area .comment-list {
    list-style: none;
    margin: 0 0 80px;
    float: left;
    width: 100%; }
    .comments-area .comment-list li.comment {
      padding-left: 119px;
      position: relative;
      float: left;
      width: 100%; }
      .comments-area .comment-list li.comment .comment-body {
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        padding: 14px 20px;
        width: 100%;
        margin-bottom: 20px;
        float: left; }
        .comments-area .comment-list li.comment .comment-body .comment-author.vcard {
          position: absolute;
          left: 0;
          top: 0;
          width: 90px; }
        .comments-area .comment-list li.comment .comment-body .comment-meta {
          margin-bottom: 26px; }
          .comments-area .comment-list li.comment .comment-body .comment-meta h3.comment-author {
            display: inline-block;
            margin-right: 30px;
            font-family: "Raleway", sans-serif;
            font-weight: 700;
            font-size: 14px;
            color: #d70050;
            text-transform: uppercase; }
            .comments-area .comment-list li.comment .comment-body .comment-meta h3.comment-author a {
              font-family: "Raleway", sans-serif;
              font-weight: 700;
              font-size: 14px;
              color: #d70050;
              text-transform: uppercase; }
          .comments-area .comment-list li.comment .comment-body .comment-meta .blog-datetime {
            font-size: 13px;
            color: #141414; }
          .comments-area .comment-list li.comment .comment-body .comment-meta .comment-edit-link {
            font-size: 0;
            float: right; }
            .comments-area .comment-list li.comment .comment-body .comment-meta .comment-edit-link i {
              font-size: 13px; }
        .comments-area .comment-list li.comment .comment-body .detail_comment {
          margin-bottom: 27px; }
        .comments-area .comment-list li.comment .comment-body .reply {
          float: right; }
          .comments-area .comment-list li.comment .comment-body .reply a {
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            color: #000; }
            .comments-area .comment-list li.comment .comment-body .reply a:before {
              content: "\f112";
              font: 13px 'FontAwesome';
              margin-right: 8px; }
            .comments-area .comment-list li.comment .comment-body .reply a:hover {
              color: #d70050; }
      .comments-area .comment-list li.comment ul.children {
        margin: 0;
        list-style: none; }
  .comments-area #respond {
    clear: both; }
    .comments-area #respond .title {
      margin-bottom: 10px; }
    .comments-area #respond #commentform span.label {
      color: #141414;
      font-size: 14px;
      font-family: "Raleway", sans-serif;
      text-transform: uppercase;
      font-weight: 400;
      padding: 0; }
    .comments-area #respond #commentform .input-text {
      background: #fff;
      border: 1px solid #e1e1e1;
      height: 40px;
      font-size: 13px; }
    .comments-area #respond #commentform textarea {
      background: #fff;
      border: 1px solid #e1e1e1;
      font-size: 13px; }
    .comments-area #respond #commentform .comment_form_left {
      margin: 0 -15px; }
      .comments-area #respond #commentform .comment_form_left .form-item {
        float: left;
        width: 33.33%;
        padding: 0 15px; }
    .comments-area #respond #commentform .form-submit {
      text-align: right; }

.ts-vcsc-logos-layout-wrapper .ts-lightbox-gallery-container .owl-stage-outer {
  margin: 0; }
  .ts-vcsc-logos-layout-wrapper .ts-lightbox-gallery-container .owl-stage-outer .owl-item .nchgrid-item {
    border: none;
    box-shadow: none; }
    .ts-vcsc-logos-layout-wrapper .ts-lightbox-gallery-container .owl-stage-outer .owl-item .nchgrid-item img {
      width: auto;
      height: auto;
      margin: 0 auto;
      transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -moz-transform: scale(1); }
    .ts-vcsc-logos-layout-wrapper .ts-lightbox-gallery-container .owl-stage-outer .owl-item .nchgrid-item .nchgrid-caption-text {
      display: none; }
    .ts-vcsc-logos-layout-wrapper .ts-lightbox-gallery-container .owl-stage-outer .owl-item .nchgrid-item .nchgrid-caption {
      background: none !important; }
    .ts-vcsc-logos-layout-wrapper .ts-lightbox-gallery-container .owl-stage-outer .owl-item .nchgrid-item .nchgrid-caption-text {
      background: none !important; }
.ts-vcsc-logos-layout-wrapper .ts-lightbox-gallery-container .owl-controls {
  margin: 0; }

html .wpb_single_image {
  margin-bottom: 0; }
  html .wpb_single_image .vc_figure .vc_single_image-wrapper img {
    width: 100%; }

html .wpb_single_image.single_left {
  float: left;
  padding-right: 30px; }

.wp-pagenavi {
  text-align: center; }
  .wp-pagenavi span, .wp-pagenavi a span.pager {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 20px;
    padding: 0;
    border: none;
    font-weight: 400;
    color: #646464;
    display: inline-block; }
    .wp-pagenavi span:focus, .wp-pagenavi a span.pager:focus {
      border: none;
      box-shadow: none; }
  .wp-pagenavi .current, .wp-pagenavi span.pager {
    color: #d70050; }
  .wp-pagenavi .nextpostslink {
    font-size: 0; }
    .wp-pagenavi .nextpostslink:before {
      content: "\f105";
      font: 14px 'FontAwesome'; }
  .wp-pagenavi .previouspostslink {
    font-size: 0; }
    .wp-pagenavi .previouspostslink:before {
      content: "\f104";
      font: 14px 'FontAwesome'; }

.page_navi .wp-pagenavi {
  margin: 100px 0; }
  .page_navi .wp-pagenavi span, .page_navi .wp-pagenavi a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 20px;
    padding: 0;
    border: none;
    font-weight: 400;
    color: #646464;
    display: inline-block; }
  .page_navi .wp-pagenavi .current {
    color: #d70050; }

footer#footer .widget-container.widget_text {
  margin-bottom: 0; }

footer#footer .widget-container.widget_customrecent {
  margin-bottom: 0; }
  footer#footer .widget-container.widget_customrecent ul.recentposts li.item {
    margin: 0;
    padding: 0; }
    footer#footer .widget-container.widget_customrecent ul.recentposts li.item .post_thumbnail.image {
      display: none; }
    footer#footer .widget-container.widget_customrecent ul.recentposts li.item .detail {
      display: block;
      margin-top: -7px; }
      footer#footer .widget-container.widget_customrecent ul.recentposts li.item .detail .entry-title {
        margin-bottom: 22px; }
        footer#footer .widget-container.widget_customrecent ul.recentposts li.item .detail .entry-title a {
          font-size: 13px;
          color: #fff;
          margin: 0;
          line-height: 25px; }
          footer#footer .widget-container.widget_customrecent ul.recentposts li.item .detail .entry-title a:hover {
            color: #d70050; }
        footer#footer .widget-container.widget_customrecent ul.recentposts li.item .detail .entry-title .entry-desc {
          font-size: 13px;
          color: #969696;
          margin: 0;
          line-height: 25px; }
      footer#footer .widget-container.widget_customrecent ul.recentposts li.item .detail .entry-meta {
        font-size: 13px;
        color: #777; }
        footer#footer .widget-container.widget_customrecent ul.recentposts li.item .detail .entry-meta:before {
          color: #777; }
  footer#footer .widget-container.widget_customrecent ul.recentposts li.item + li.item {
    border-top: none;
    margin-top: 39px; }

/*-------------------------------------------------------------------
= No.One SIDEBAR-----------------------------------------------------*/
.wd-sidebar.sidebar-content .widget_title_wrapper {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 15px; }
  .wd-sidebar.sidebar-content .widget_title_wrapper .widget-title {
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    text-transform: none;
    font-weight: 400;
    color: #141414;
    letter-spacing: 0;
    position: relative;
    padding: 0 0 10px 26px;
    border-bottom: 1px solid #ebebeb; }
    .wd-sidebar.sidebar-content .widget_title_wrapper .widget-title:before {
      width: 5px;
      height: 40px;
      left: 0;
      top: -7px;
      background: #d70050;
      content: '';
      position: absolute; }
.wd-sidebar.sidebar-content .xoxo .widget-container {
  border: none;
  padding: 0; }
  .wd-sidebar.sidebar-content .xoxo .widget-container .widget_title_wrapper {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 15px; }
    .wd-sidebar.sidebar-content .xoxo .widget-container .widget_title_wrapper .widget-title {
      font-family: 'Teko', sans-serif;
      font-size: 30px;
      text-transform: none;
      font-weight: 400;
      color: #141414;
      letter-spacing: 0;
      position: relative;
      padding: 0 0 10px 26px;
      border-bottom: 1px solid #ebebeb; }
      .wd-sidebar.sidebar-content .xoxo .widget-container .widget_title_wrapper .widget-title:before {
        width: 5px;
        height: 40px;
        left: 0;
        top: -7px;
        background: #d70050;
        content: '';
        position: absolute; }
.wd-sidebar.sidebar-content .xoxo .widget_search #searchform {
  padding: 0; }
  .wd-sidebar.sidebar-content .xoxo .widget_search #searchform input[type='text'] {
    height: 50px;
    background: #fff;
    border: 1px solid #ebebeb;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #898989; }
  .wd-sidebar.sidebar-content .xoxo .widget_search #searchform #searchsubmit {
    height: 50px;
    top: 0;
    background-position: center center;
    right: 0;
    width: 40px; }
.wd-sidebar.sidebar-content .xoxo .widget_customrecent li.item {
  margin: 0;
  padding: 0; }
  .wd-sidebar.sidebar-content .xoxo .widget_customrecent li.item .post_thumbnail {
    float: left;
    width: 40%;
    padding-right: 20px;
    margin-top: 4px; }
  .wd-sidebar.sidebar-content .xoxo .widget_customrecent li.item .entry-title {
    line-height: 12px;
    margin: 0 0 3px; }
    .wd-sidebar.sidebar-content .xoxo .widget_customrecent li.item .entry-title a {
      font-family: "Raleway", sans-serif;
      font-size: 16px;
      font-weight: 700;
      color: #000;
      line-height: 20px; }
      .wd-sidebar.sidebar-content .xoxo .widget_customrecent li.item .entry-title a:hover {
        color: #d70050; }
  .wd-sidebar.sidebar-content .xoxo .widget_customrecent li.item .author a {
    color: #646464;
    font-size: 14px; }
  .wd-sidebar.sidebar-content .xoxo .widget_customrecent li.item .author i {
    display: none; }
.wd-sidebar.sidebar-content .xoxo .widget_customrecent li.item + li.item {
  border: none;
  padding-top: 40px; }
.wd-sidebar.sidebar-content .xoxo .widget_categories ul, .wd-sidebar.sidebar-content .xoxo .widget_archive ul, .wd-sidebar.sidebar-content .xoxo .widget_product_categories ul {
  padding: 0; }
  .wd-sidebar.sidebar-content .xoxo .widget_categories ul li, .wd-sidebar.sidebar-content .xoxo .widget_archive ul li, .wd-sidebar.sidebar-content .xoxo .widget_product_categories ul li {
    padding: 0 0 0 26px;
    margin: 0;
    border: none; }
    .wd-sidebar.sidebar-content .xoxo .widget_categories ul li a, .wd-sidebar.sidebar-content .xoxo .widget_categories ul li span.count, .wd-sidebar.sidebar-content .xoxo .widget_archive ul li a, .wd-sidebar.sidebar-content .xoxo .widget_archive ul li span.count, .wd-sidebar.sidebar-content .xoxo .widget_product_categories ul li a, .wd-sidebar.sidebar-content .xoxo .widget_product_categories ul li span.count {
      font-family: "Raleway", sans-serif;
      font-size: 14px;
      font-weight: 600;
      text-transform: capitalize; }
  .wd-sidebar.sidebar-content .xoxo .widget_categories ul li + li, .wd-sidebar.sidebar-content .xoxo .widget_archive ul li + li, .wd-sidebar.sidebar-content .xoxo .widget_product_categories ul li + li {
    margin-top: 16px !important; }
.wd-sidebar.sidebar-content .xoxo .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #c2c2c2;
  height: 6px;
  border-radius: 0;
  margin: 27px 0; }
  .wd-sidebar.sidebar-content .xoxo .widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
    background: #fff;
    border: 4px solid #cbcbcb;
    box-shadow: 0 0 0 3px;
    color: #d70050; }
  .wd-sidebar.sidebar-content .xoxo .widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
    background: #141414; }
.wd-sidebar.sidebar-content .xoxo .widget_price_filter .price_slider_wrapper .price_slider_amount button.button, .wd-sidebar.sidebar-content .xoxo .widget_price_filter .price_slider_wrapper .price_slider_amount input[type="button"], .wd-sidebar.sidebar-content .xoxo .widget_price_filter .price_slider_wrapper .price_slider_amount input[type="reset"], .wd-sidebar.sidebar-content .xoxo .widget_price_filter .price_slider_wrapper .price_slider_amount input[type="submit"] {
  border: 1px solid #ebebeb;
  color: #898989;
  background: #fff;
  border-radius: 0;
  font-size: 14px;
  padding: 15px 20px;
  font-family: "Raleway", sans-serif; }
  .wd-sidebar.sidebar-content .xoxo .widget_price_filter .price_slider_wrapper .price_slider_amount button.button:hover, .wd-sidebar.sidebar-content .xoxo .widget_price_filter .price_slider_wrapper .price_slider_amount input[type="button"]:hover, .wd-sidebar.sidebar-content .xoxo .widget_price_filter .price_slider_wrapper .price_slider_amount input[type="reset"]:hover, .wd-sidebar.sidebar-content .xoxo .widget_price_filter .price_slider_wrapper .price_slider_amount input[type="submit"]:hover {
    color: #fff;
    border-color: transparent;
    background: #d70050; }
.wd-sidebar.sidebar-content .xoxo .widget_wd_pc_color_nav ul {
  margin: 0 -9px !important;
  overflow: hidden; }
  .wd-sidebar.sidebar-content .xoxo .widget_wd_pc_color_nav ul li {
    float: left;
    margin: 9px; }
    .wd-sidebar.sidebar-content .xoxo .widget_wd_pc_color_nav ul li .count {
      display: none; }
.wd-sidebar.sidebar-content .xoxo .widget_layered_nav ul {
  margin: 0 -9px !important;
  overflow: hidden; }
  .wd-sidebar.sidebar-content .xoxo .widget_layered_nav ul li {
    float: left;
    margin: 9px; }
    .wd-sidebar.sidebar-content .xoxo .widget_layered_nav ul li .count {
      display: none; }
    .wd-sidebar.sidebar-content .xoxo .widget_layered_nav ul li a {
      font-size: 14px;
      text-transform: uppercase;
      padding: 12px 15px;
      color: #646464;
      border: 1px solid #e1e1e1;
      background: #fff;
      text-align: center;
      display: block;
      min-width: 50px;
      font-weight: 700; }
      .wd-sidebar.sidebar-content .xoxo .widget_layered_nav ul li a:hover {
        color: #141414; }
.wd-sidebar.sidebar-content .xoxo .widget_product_tag_cloud .tagcloud {
  margin: 0 -7px !important;
  overflow: hidden; }
  .wd-sidebar.sidebar-content .xoxo .widget_product_tag_cloud .tagcloud a {
    float: left;
    margin: 5px 7px;
    font-size: 13px !important;
    text-transform: lowercase;
    padding: 2px 20px;
    color: #646464;
    border: 1px solid #e1e1e1;
    background: #fff;
    text-align: center;
    display: block;
    min-width: 50px;
    font-weight: 400; }
    .wd-sidebar.sidebar-content .xoxo .widget_product_tag_cloud .tagcloud a:hover {
      color: #141414; }
.wd-sidebar.sidebar-content .xoxo .widget_best_selling_product ul.product_list_widget li {
  padding: 0;
  margin-bottom: 28px; }
  .wd-sidebar.sidebar-content .xoxo .widget_best_selling_product ul.product_list_widget li .thumbnail {
    float: left;
    border: none;
    padding: 0;
    margin: 0 20px 0 0;
    box-shadow: none;
    border-radius: 0;
    width: 80px; }
    .wd-sidebar.sidebar-content .xoxo .widget_best_selling_product ul.product_list_widget li .thumbnail img {
      width: auto;
      float: none;
      margin: 0; }
  .wd-sidebar.sidebar-content .xoxo .widget_best_selling_product ul.product_list_widget li .content {
    overflow: hidden; }
    .wd-sidebar.sidebar-content .xoxo .widget_best_selling_product ul.product_list_widget li .content a.product-title-widget {
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      color: #323232;
      font-weight: 400;
      text-transform: uppercase; }
      .wd-sidebar.sidebar-content .xoxo .widget_best_selling_product ul.product_list_widget li .content a.product-title-widget:hover {
        color: #d70050; }
    .wd-sidebar.sidebar-content .xoxo .widget_best_selling_product ul.product_list_widget li .content .star-rating {
      display: none; }
    .wd-sidebar.sidebar-content .xoxo .widget_best_selling_product ul.product_list_widget li .content .amount {
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      color: #d70050; }
.wd-sidebar.sidebar-content .xoxo .null-instagram-feed ul {
  overflow: hidden;
  margin: 0 -15px !important; }
  .wd-sidebar.sidebar-content .xoxo .null-instagram-feed ul li {
    float: left;
    width: 33.33%;
    padding: 15px;
    overflow: hidden; }
    .wd-sidebar.sidebar-content .xoxo .null-instagram-feed ul li img {
      transition: all 0.3s ease-in 0s;
      -webkit-transition: all 0.3s ease-in 0s; }
    .wd-sidebar.sidebar-content .xoxo .null-instagram-feed ul li:hover img {
      border-radius: 100%; }
.wd-sidebar.sidebar-content .xoxo .widget_tag_cloud .tagcloud {
  margin: 0 -10px; }
  .wd-sidebar.sidebar-content .xoxo .widget_tag_cloud .tagcloud a {
    padding: 5px 18px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    margin: 0 10px 10px 10px;
    font-size: 13px !important; }
.wd-sidebar.sidebar-content .xoxo .widget_teammmember .wd_meet_team {
  margin-bottom: 56px; }
.wd-sidebar.sidebar-content .xoxo .widget_teammmember .wd_member_thumb {
  margin-bottom: 17px; }
.wd-sidebar.sidebar-content .xoxo .widget_teammmember .wd_member_info {
  text-align: center;
  padding: 0 0 12px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 17px; }
  .wd-sidebar.sidebar-content .xoxo .widget_teammmember .wd_member_info h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; }
  .wd-sidebar.sidebar-content .xoxo .widget_teammmember .wd_member_info p {
    font-size: 13px;
    color: #141414;
    margin: 0; }
.wd-sidebar.sidebar-content .xoxo .widget_teammmember .wd_member_content {
  font-family: 'Lora', sans-serif;
  font-style: italic;
  font-size: 14px;
  color: #787878;
  line-height: 22px;
  margin-bottom: 24px; }
.wd-sidebar.sidebar-content .xoxo .widget_teammmember .social-icons {
  text-align: center; }
  .wd-sidebar.sidebar-content .xoxo .widget_teammmember .social-icons li {
    display: inline-block;
    margin: 0 7px; }
    .wd-sidebar.sidebar-content .xoxo .widget_teammmember .social-icons li a {
      font-size: 17px;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      border: 1px solid #ebebeb;
      border-radius: 100%; }
.wd-sidebar.sidebar-content .xoxo .widget-container.widget_widgets_in_tabs .widget_title_wrapper h3.widget-title {
  padding: 0;
  border: none;
  overflow: visible;
  white-space: normal; }
  .wd-sidebar.sidebar-content .xoxo .widget-container.widget_widgets_in_tabs .widget_title_wrapper h3.widget-title:before {
    content: none; }
  .wd-sidebar.sidebar-content .xoxo .widget-container.widget_widgets_in_tabs .widget_title_wrapper h3.widget-title a.wit-tab-title {
    background: #b7b7b7;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 8px 20px;
    border: none;
    opacity: 1;
    position: relative;
    display: inline-block;
    line-height: 24px; }
  .wd-sidebar.sidebar-content .xoxo .widget-container.widget_widgets_in_tabs .widget_title_wrapper h3.widget-title a.wit-tab-title.wit-selected {
    background: #141414; }
    .wd-sidebar.sidebar-content .xoxo .widget-container.widget_widgets_in_tabs .widget_title_wrapper h3.widget-title a.wit-tab-title.wit-selected:before {
      bottom: 0;
      left: 50%;
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 7px;
      margin-left: -7px;
      z-index: 1; }
  .wd-sidebar.sidebar-content .xoxo .widget-container.widget_widgets_in_tabs .widget_title_wrapper h3.widget-title .ps-scrollbar-x-rail {
    display: none; }

/*-------------------------------------------------------------------
= No.One portfolio SHORTCODE -------------------------------------*/
#portfolio-container ul.portfolio-filter li {
  margin: 0 20px; }
  #portfolio-container ul.portfolio-filter li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #141414;
    font-weight: 400;
    position: relative;
    padding: 0 0 8px;
    box-shadow: none !important; }
    #portfolio-container ul.portfolio-filter li a:before {
      content: '';
      position: absolute;
      bottom: 0;
      width: 0;
      height: 3px;
      left: 0;
      transition: all .5s ease 0s;
      -webkit-transition: all .5s ease 0s;
      background: #d70050; }
  #portfolio-container ul.portfolio-filter li:hover a {
    color: #141414; }
    #portfolio-container ul.portfolio-filter li:hover a:before {
      width: 100%; }
#portfolio-container ul.portfolio-filter li.active a {
  color: #141414; }
  #portfolio-container ul.portfolio-filter li.active a:before {
    width: 100%; }
#portfolio-container .item-portfolio .thumb-image {
  position: relative;
  display: block !important; }
  #portfolio-container .item-portfolio .thumb-image .thumbnail {
    border: none;
    padding: 0;
    box-shadow: none;
    border: none; }
    #portfolio-container .item-portfolio .thumb-image .thumbnail .hover-default .background:before {
      content: none; }
    #portfolio-container .item-portfolio .thumb-image .thumbnail .hover-default .background:after {
      content: none; }
    #portfolio-container .item-portfolio .thumb-image .thumbnail .hover-default .opacity_6 {
      opacity: 0.7; }
    #portfolio-container .item-portfolio .thumb-image .thumbnail .hover-default .icons {
      display: none; }
  #portfolio-container .item-portfolio .thumb-image .thumb-tag {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    z-index: 2;
    opacity: 0;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s; }
    #portfolio-container .item-portfolio .thumb-image .thumb-tag .thumb-tag-inner {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      width: 100%;
      left: 0; }
      #portfolio-container .item-portfolio .thumb-image .thumb-tag .thumb-tag-inner h2.post-title a {
        font-family: "Raleway", sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff; }
      #portfolio-container .item-portfolio .thumb-image .thumb-tag .thumb-tag-inner .portfilio_cats {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 10px;
        display: block; }
  #portfolio-container .item-portfolio .thumb-image:hover .thumb-tag {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1); }

#portfolio-container.portfolio-style2-style .item-portfolio .thumb-image .thumb-tag .thumb-tag-inner .portfilio_cats {
  font-size: 18px;
  margin-bottom: 20px; }
#portfolio-container.portfolio-style2-style .item-portfolio .thumb-image .thumb-tag .thumb-tag-inner h2.post-title {
  position: relative;
  line-height: 30px; }
  #portfolio-container.portfolio-style2-style .item-portfolio .thumb-image .thumb-tag .thumb-tag-inner h2.post-title a {
    font-size: 30px; }
  #portfolio-container.portfolio-style2-style .item-portfolio .thumb-image .thumb-tag .thumb-tag-inner h2.post-title:after {
    content: "\f138";
    font: 36px 'FontAwesome';
    display: block;
    margin-top: 26px; }

#portfolio-container.portfolio-style4-style .item-portfolio {
  padding: 15px; }
  #portfolio-container.portfolio-style4-style .item-portfolio .thumb-image .thumb-tag {
    display: none; }
  #portfolio-container.portfolio-style4-style .item-portfolio .thumb-image .hover-default .icons {
    display: block; }
    #portfolio-container.portfolio-style4-style .item-portfolio .thumb-image .hover-default .icons a.zoom-gallery {
      width: 40px;
      height: 40px;
      border-radius: 0;
      background: url(images/zoom.png) no-repeat; }
      #portfolio-container.portfolio-style4-style .item-portfolio .thumb-image .hover-default .icons a.zoom-gallery:before {
        content: none; }
    #portfolio-container.portfolio-style4-style .item-portfolio .thumb-image .hover-default .icons a.link-gallery {
      background: none; }
      #portfolio-container.portfolio-style4-style .item-portfolio .thumb-image .hover-default .icons a.link-gallery:before {
        font-size: 30px; }
#portfolio-container.portfolio-style4-style .item-portfolio .thumb-image-hover .thumb-image {
  display: block; }

#portfolio-container.portfolio-style5-style .item-portfolio:hover .thumb-image-hover {
  opacity: 0; }
#portfolio-container.portfolio-style5-style .item-portfolio:hover .thumbnail .thumb-image a img {
  transform: scale(1.2); }
#portfolio-container.portfolio-style5-style .item-portfolio .thumbnail .thumb-image a img {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  backface-visibility: visible;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible; }
#portfolio-container.portfolio-style5-style .item-portfolio .thumb-image .thumb-tag {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1); }
  #portfolio-container.portfolio-style5-style .item-portfolio .thumb-image .thumb-tag .thumb-tag-inner .portfilio_cats {
    font-family: 'Alike Angular', serif;
    font-style: italic;
    font-size: 15px;
    margin-bottom: 15px; }
  #portfolio-container.portfolio-style5-style .item-portfolio .thumb-image .thumb-tag .thumb-tag-inner .post-title a {
    font-family: 'Teko', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 35px; }

/*------ porfolio style 3----------*/
.shortcode-portfolio .image .thumbnail {
  border: none;
  padding: 0;
  box-shadow: none;
  border: none;
  margin: 0; }

#portfolio-container.portfolio-style3-style .item-portfolio {
  width: 24.9%;
  overflow: hidden;
  float: left; }
  #portfolio-container.portfolio-style3-style .item-portfolio .thumb-image .thumb-tag {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    top: auto;
    bottom: 0; }
    #portfolio-container.portfolio-style3-style .item-portfolio .thumb-image .thumb-tag .thumb-tag-inner {
      bottom: -50%;
      transform: translateY(0%);
      -webkit-transform: translateY(0%);
      height: 80px;
      background: #000000;
      top: auto;
      padding: 13px 30px;
      text-align: left;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s; }
      #portfolio-container.portfolio-style3-style .item-portfolio .thumb-image .thumb-tag .thumb-tag-inner .portfilio_cats {
        margin: 0 0 4px; }
      #portfolio-container.portfolio-style3-style .item-portfolio .thumb-image .thumb-tag .thumb-tag-inner h2.post-title a {
        font-size: 24px; }
      #portfolio-container.portfolio-style3-style .item-portfolio .thumb-image .thumb-tag .thumb-tag-inner:before {
        content: "\f138";
        font: 30px 'FontAwesome';
        position: absolute;
        right: 30px;
        color: #fff;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
  #portfolio-container.portfolio-style3-style .item-portfolio:hover .thumb-image .thumb-tag .thumb-tag-inner {
    bottom: 0; }

/*---zoom portfolio----*/
.pp_pic_holder .pp_content_container {
  padding-top: 20px; }
  .pp_pic_holder .pp_content_container .pp_left {
    padding: 0; }
    .pp_pic_holder .pp_content_container .pp_left .pp_right {
      padding: 0; }
      .pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content {
        margin: 0 auto; }
        .pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content a.pp_close {
          background: #141414;
          border: none;
          color: #fff !important;
          box-shadow: none;
          width: 30px;
          height: 30px; }
          .pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content a.pp_close:before {
            line-height: 26px; }

.wd-portfolio-slider ul.port-slides li {
  float: left; }

/*------------PORTFOLIO DETAIL-------------------*/
.single-portfolio .single-content .wd-portfolio-slider {
  position: relative; }
  .single-portfolio .single-content .wd-portfolio-slider .caroufredsel_wrapper {
    margin: 0 !important; }
    .single-portfolio .single-content .wd-portfolio-slider .caroufredsel_wrapper ul li {
      list-style: none;
      margin-bottom: 50px; }
  .single-portfolio .single-content .wd-portfolio-slider .wd_portfolio_control_0 > a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    font-size: 0; }
  .single-portfolio .single-content .wd-portfolio-slider .wd_portfolio_control_0 a.prev {
    left: 0;
    background: url(images/prev_slider.png) no-repeat; }
  .single-portfolio .single-content .wd-portfolio-slider .wd_portfolio_control_0 a.next {
    right: 0;
    background: url(images/next_slider.png) no-repeat; }
.single-portfolio .single-content .post-title {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 22px;
  margin-bottom: 24px; }
  .single-portfolio .single-content .post-title h2.heading-title {
    font-size: 36px; }
.single-portfolio .single-content .post_inner .post-info-content {
  float: left;
  padding: 0 15px 0 0;
  width: 70%; }
.single-portfolio .single-content .post_inner .wd-other-info {
  float: left;
  padding: 0 0 0 15px;
  width: 30%; }
  .single-portfolio .single-content .post_inner .wd-other-info > div {
    margin-bottom: 23px; }
  .single-portfolio .single-content .post_inner .wd-other-info .heading-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #d70050;
    display: inline-block;
    min-width: 130px;
    vertical-align: top; }
  .single-portfolio .single-content .post_inner .wd-other-info .cat-links:before {
    content: none; }
  .single-portfolio .single-content .post_inner .wd-other-info .client-name {
    font-weight: 700; }
  .single-portfolio .single-content .post_inner .wd-other-info .social_sharing .social_icon > div {
    display: inline-block;
    margin-right: 20px; }
    .single-portfolio .single-content .post_inner .wd-other-info .social_sharing .social_icon > div a {
      display: block;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      border: 1px solid #ebebeb;
      border-radius: 100%; }
      .single-portfolio .single-content .post_inner .wd-other-info .social_sharing .social_icon > div a i {
        font-size: 17px;
        color: #969696; }
.single-portfolio .single-content.style1 img.preview-img {
  margin-bottom: 50px; }
.single-portfolio .single-content.style1 .image-thumb-content {
  float: left;
  width: 50%;
  padding-right: 15px; }
.single-portfolio .single-content.style1 .detail-content-port {
  float: left;
  width: 50%;
  padding-left: 15px; }
  .single-portfolio .single-content.style1 .detail-content-port .post_inner .post-info-content {
    padding: 0;
    width: 100%;
    margin-bottom: 19px; }
  .single-portfolio .single-content.style1 .detail-content-port .post_inner .wd-other-info {
    padding: 0;
    width: 100%;
    margin-bottom: 30px; }

/*------------------ PROJECT-----------------------*/
html .projects .wd-projects ul.projects li.project {
  width: 100%;
  margin: 0; }
  html .projects .wd-projects ul.projects li.project .project-inner-item {
    overflow: hidden;
    margin-bottom: 70px; }
    html .projects .wd-projects ul.projects li.project .project-inner-item .project-thumbnail {
      margin-bottom: 0; }
    html .projects .wd-projects ul.projects li.project .project-inner-item h3 {
      font-size: 40px;
      margin: 0 0 22px;
      line-height: 37px; }
    html .projects .wd-projects ul.projects li.project .project-inner-item .short-description {
      margin-bottom: 38px; }
    html .projects .wd-projects ul.projects li.project .project-inner-item .project_content {
      overflow: hidden; }
    html .projects .wd-projects ul.projects li.project .project-inner-item .button {
      background: #fff;
      border: 1px solid #141414;
      color: #141414;
      padding: 7px 20px; }
      html .projects .wd-projects ul.projects li.project .project-inner-item .button:hover {
        background: #141414;
        color: #fff;
        border-color: transparent; }
  html .projects .wd-projects ul.projects li.project .even .project-thumbnail {
    float: right;
    padding-left: 20px; }
  html .projects .wd-projects ul.projects li.project .odd .project-thumbnail {
    float: left;
    padding-right: 20px; }
html .projects .wd-projects ul.projects li.project + li.project {
  border-top: none; }

.single-project .left_project {
  padding-left: 0; }
  .single-project .left_project .thumbnail {
    padding: 0;
    box-shadow: none;
    border: none;
    border-radius: 0; }
.single-project .right_project .post-title h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-transform: none;
  color: #000;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 22px;
  margin-bottom: 24px; }
.single-project .right_project .post-title .short-description {
  display: none; }
.single-project .right_project .post-title .wd-edit-link {
  float: right; }
  .single-project .right_project .post-title .wd-edit-link a.post-edit-link {
    font-size: 14px;
    font-weight: 400; }
    .single-project .right_project .post-title .wd-edit-link a.post-edit-link:before {
      content: "\f044";
      font: 14px 'FontAwesome';
      margin-right: 10px; }
.single-project .right_project .post-title .navi {
  display: none; }
.single-project .right_project h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: none;
  color: #000;
  margin-bottom: 20px; }
.single-project .right_project .project-meta {
  margin-bottom: 30px; }
  .single-project .right_project .project-meta > div {
    margin-bottom: 23px; }
    .single-project .right_project .project-meta > div h5 {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      color: #d70050;
      display: inline-block;
      min-width: 130px;
      font-family: "Raleway", sans-serif;
      vertical-align: top;
      line-height: 1.75em; }
    .single-project .right_project .project-meta > div span {
      display: inline-block; }
    .single-project .right_project .project-meta > div .single-project-categories {
      display: inline-block;
      margin: 0; }
      .single-project .right_project .project-meta > div .single-project-categories li {
        list-style: none;
        display: inline-block; }
      .single-project .right_project .project-meta > div .single-project-categories li + li:before {
        content: ",";
        margin: 0 5px; }
  .single-project .right_project .project-meta .social_sharing .social_icon > div {
    display: inline-block;
    margin-right: 20px; }
    .single-project .right_project .project-meta .social_sharing .social_icon > div a {
      display: block;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      border: 1px solid #ebebeb;
      border-radius: 100%; }
      .single-project .right_project .project-meta .social_sharing .social_icon > div a i {
        font-size: 17px;
        color: #969696; }

/*-------------------------------------------------------------------
= No.One COMING SOON -------------------------------------*/
html .page-template-page-templatescomming-soon-php, html .page-template-page-templatescomming-soon_2-php {
  overflow: hidden; }
  html .page-template-page-templatescomming-soon-php .stripe-parallax-bg, html .page-template-page-templatescomming-soon-php .entry-content, html .page-template-page-templatescomming-soon-php #main-content, html .page-template-page-templatescomming-soon-php #content-inner, html .page-template-page-templatescomming-soon-php #wd-container, html .page-template-page-templatescomming-soon-php .site-main, html .page-template-page-templatescomming-soon-php #template-wrapper, html .page-template-page-templatescomming-soon-php .body-wrapper, html .page-template-page-templatescomming-soon_2-php .stripe-parallax-bg, html .page-template-page-templatescomming-soon_2-php .entry-content, html .page-template-page-templatescomming-soon_2-php #main-content, html .page-template-page-templatescomming-soon_2-php #content-inner, html .page-template-page-templatescomming-soon_2-php #wd-container, html .page-template-page-templatescomming-soon_2-php .site-main, html .page-template-page-templatescomming-soon_2-php #template-wrapper, html .page-template-page-templatescomming-soon_2-php .body-wrapper {
    height: 100%;
    padding-bottom: 0; }
  html .page-template-page-templatescomming-soon-php .logo.heading-title, html .page-template-page-templatescomming-soon_2-php .logo.heading-title {
    margin-bottom: 80px;
    margin-top: 100px; }
    html .page-template-page-templatescomming-soon-php .logo.heading-title a, html .page-template-page-templatescomming-soon_2-php .logo.heading-title a {
      display: inline-block; }
  html .page-template-page-templatescomming-soon-php h3, html .page-template-page-templatescomming-soon_2-php h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    color: #141414;
    line-height: 62px;
    font-weight: 400;
    margin-bottom: 85px; }
    html .page-template-page-templatescomming-soon-php h3 span, html .page-template-page-templatescomming-soon_2-php h3 span {
      font-size: 72px;
      display: block; }
  html .page-template-page-templatescomming-soon-php .hentry, html .page-template-page-templatescomming-soon_2-php .hentry {
    background-color: transparent; }
  html .page-template-page-templatescomming-soon-php .content-comingsoon-1, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-1 {
    background: url(images/comingsoon_bkg01.jpg) no-repeat;
    background-size: cover;
    height: 100%; }
  html .page-template-page-templatescomming-soon-php .content-comingsoon-2, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 {
    background: url(images/comingsoon_bkg02.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    text-align: center; }
    html .page-template-page-templatescomming-soon-php .content-comingsoon-2 h3, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 h3 {
      font-size: 48px;
      color: #fff;
      margin-bottom: 60px; }
    html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown {
      text-align: center; }
      html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown .col, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown .col {
        margin: 0 20px; }
      html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown span, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown span {
        font-family: 'Lora', sans-serif; }
      html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown .ce-days, html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown .ce-hours, html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown .ce-minutes, html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown .ce-seconds, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown .ce-days, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown .ce-hours, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown .ce-minutes, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown .ce-seconds {
        font-size: 68px;
        line-height: 68px;
        display: inline-block; }
      html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown .ce-days-label, html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown .ce-hours-label, html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown .ce-minutes-label, html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown .ce-seconds-label, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown .ce-days-label, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown .ce-hours-label, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown .ce-minutes-label, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown .ce-seconds-label {
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase; }
      html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown .ts-radius-full, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .ts-vcsc-countdown-container .ts-countdown-parent.style-1 .ts-countdown .ts-radius-full {
        border-radius: 100%;
        background: rgba(255, 255, 255, 0.5) !important;
        border-color: rgba(255, 255, 255, 0) !important;
        min-width: 160px;
        height: 160px;
        padding: 32px 0;
        box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important; }
    html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .commingsoon_newsletter, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .commingsoon_newsletter {
      display: block;
      width: 500px;
      height: 50px;
      border: 1px solid #fff;
      position: relative;
      margin: 0 auto 40px;
      padding: 4px; }
      html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .commingsoon_newsletter .subscribe-email .subscribe_email, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .commingsoon_newsletter .subscribe-email .subscribe_email {
        width: 100%;
        height: 40px;
        border: none;
        background: none;
        padding: 0 20px; }
      html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .commingsoon_newsletter button.button, html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .commingsoon_newsletter input[type="button"], html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .commingsoon_newsletter input[type="reset"], html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .commingsoon_newsletter input[type="submit"], html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .commingsoon_newsletter button.button, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .commingsoon_newsletter input[type="button"], html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .commingsoon_newsletter input[type="reset"], html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .commingsoon_newsletter input[type="submit"] {
        position: absolute;
        top: 4px;
        right: 4px; }
    html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .action, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .action {
      display: none; }
    html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .social_sharing, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .social_sharing {
      display: block;
      margin-bottom: 100px !important; }
      html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .social_sharing .social_icon > div, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .social_sharing .social_icon > div {
        display: inline-block;
        margin: 0 3px; }
        html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .social_sharing .social_icon > div a, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .social_sharing .social_icon > div a {
          width: 36px;
          height: 36px;
          background: #fff;
          text-align: center;
          display: block;
          line-height: 36px;
          color: #141414;
          border-radius: 100%; }
          html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .social_sharing .social_icon > div a i, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .social_sharing .social_icon > div a i {
            font-size: 17px; }
      html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .social_sharing .social_icon .facebook a:hover, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .social_sharing .social_icon .facebook a:hover {
        background: #3b5998; }
      html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .social_sharing .social_icon .twitter a:hover, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .social_sharing .social_icon .twitter a:hover {
        background: #4099FF; }
      html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .social_sharing .social_icon .google a:hover, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .social_sharing .social_icon .google a:hover {
        background: #dd4b39; }
      html .page-template-page-templatescomming-soon-php .content-comingsoon-2 .social_sharing .social_icon .pinterest a:hover, html .page-template-page-templatescomming-soon_2-php .content-comingsoon-2 .social_sharing .social_icon .pinterest a:hover {
        background: #C92228; }
  html .page-template-page-templatescomming-soon-php .ts-vcsc-countdown-container, html .page-template-page-templatescomming-soon_2-php .ts-vcsc-countdown-container {
    margin-bottom: 100px !important; }
    html .page-template-page-templatescomming-soon-php .ts-vcsc-countdown-container .ts-countdown, html .page-template-page-templatescomming-soon_2-php .ts-vcsc-countdown-container .ts-countdown {
      background-color: transparent;
      text-align: left;
      padding: 0; }
      html .page-template-page-templatescomming-soon-php .ts-vcsc-countdown-container .ts-countdown span, html .page-template-page-templatescomming-soon_2-php .ts-vcsc-countdown-container .ts-countdown span {
        font-family: 'Montserrat', sans-serif;
        text-transform: none; }
      html .page-template-page-templatescomming-soon-php .ts-vcsc-countdown-container .ts-countdown .ce-days, html .page-template-page-templatescomming-soon-php .ts-vcsc-countdown-container .ts-countdown .ce-hours, html .page-template-page-templatescomming-soon-php .ts-vcsc-countdown-container .ts-countdown .ce-minutes, html .page-template-page-templatescomming-soon-php .ts-vcsc-countdown-container .ts-countdown .ce-seconds, html .page-template-page-templatescomming-soon_2-php .ts-vcsc-countdown-container .ts-countdown .ce-days, html .page-template-page-templatescomming-soon_2-php .ts-vcsc-countdown-container .ts-countdown .ce-hours, html .page-template-page-templatescomming-soon_2-php .ts-vcsc-countdown-container .ts-countdown .ce-minutes, html .page-template-page-templatescomming-soon_2-php .ts-vcsc-countdown-container .ts-countdown .ce-seconds {
        font-size: 48px;
        line-height: 38px;
        display: inline-block; }
      html .page-template-page-templatescomming-soon-php .ts-vcsc-countdown-container .ts-countdown .ce-days-label, html .page-template-page-templatescomming-soon-php .ts-vcsc-countdown-container .ts-countdown .ce-hours-label, html .page-template-page-templatescomming-soon-php .ts-vcsc-countdown-container .ts-countdown .ce-minutes-label, html .page-template-page-templatescomming-soon-php .ts-vcsc-countdown-container .ts-countdown .ce-seconds-label, html .page-template-page-templatescomming-soon_2-php .ts-vcsc-countdown-container .ts-countdown .ce-days-label, html .page-template-page-templatescomming-soon_2-php .ts-vcsc-countdown-container .ts-countdown .ce-hours-label, html .page-template-page-templatescomming-soon_2-php .ts-vcsc-countdown-container .ts-countdown .ce-minutes-label, html .page-template-page-templatescomming-soon_2-php .ts-vcsc-countdown-container .ts-countdown .ce-seconds-label {
        font-size: 18px; }
      html .page-template-page-templatescomming-soon-php .ts-vcsc-countdown-container .ts-countdown .col, html .page-template-page-templatescomming-soon_2-php .ts-vcsc-countdown-container .ts-countdown .col {
        padding: 16px 0;
        min-width: 97px;
        margin: 0 40px 0 0;
        text-align: center; }
  html .page-template-page-templatescomming-soon-php .commingsoon_newsletter, html .page-template-page-templatescomming-soon-php .social_sharing, html .page-template-page-templatescomming-soon_2-php .commingsoon_newsletter, html .page-template-page-templatescomming-soon_2-php .social_sharing {
    display: none; }
  html .page-template-page-templatescomming-soon-php .action, html .page-template-page-templatescomming-soon_2-php .action {
    margin-bottom: 50px; }

/*-------------------------------------------------------------------
= No.One MAPS SHORTCODE -------------------------------------*/
.wpb_gmaps_widget, .ts-advanced-google-map-container {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%); }

/*-------------------------------------------------------------------
= No.One Contact SHORTCODE -------------------------------------*/
.wpcf7-form .contact-form-input {
  overflow: hidden;
  margin: 0 -15px;

 }
  .wpcf7-form .contact-form-input > p {
    float: left;
    padding: 0 15px;
    width: 100%;
    font-size: 14px;

    text-transform: uppercase;
    color: #141414; }
    .wpcf7-form .contact-form-input > p input {
      height: 40px
      width: 100%;
      background: #fff;
      border: 1px solid #e1e1e1;
      margin: 3px 0 8px 0; }
.wpcf7-form .contact-form-area {
  clear: both;
 }
  .wpcf7-form .contact-form-area p {
    font-size: 14px;

    text-transform: uppercase;
    color: #141414; }
    .wpcf7-form .contact-form-area p textarea {
      height: 200px;
  width: 100%;
      background: #fff;
      border: 1px solid #e1e1e1;
      margin: 3px 0 8px 0; }
.wpcf7-form .wpcf7-submit {
  float: right; }

/*-------------------------------------------------------------------
= No.One Pricing table SHORTCODE -------------------------------------*/
.wd_price_table {
  margin-bottom: 50px !important; }

.wd_price_table.style1 .price_table_inner {
  text-align: center;
  border: 1px solid #d7d7d7; }
  .wd_price_table.style1 .price_table_inner ul {
    margin: 0;
    list-style: none; }
    .wd_price_table.style1 .price_table_inner ul li {
      font-size: 14px;
      font-weight: 600;
      padding: 32px 0 0;
      color: #787878; }
      .wd_price_table.style1 .price_table_inner ul li p {
        margin-bottom: 36px; }
    .wd_price_table.style1 .price_table_inner ul li.table_title {
      background: #141414;
      padding: 9px 0; }
      .wd_price_table.style1 .price_table_inner ul li.table_title h1 {
        margin: 0 0 2px;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        color: #fff;
        font-weight: 400; }
      .wd_price_table.style1 .price_table_inner ul li.table_title .prices {
        margin-bottom: 4px; }
        .wd_price_table.style1 .price_table_inner ul li.table_title .prices .price_in_table {
          font-family: 'Lora', sans-serif;
          font-style: italic;
          font-size: 24px;
          color: #fff;
          font-weight: 400; }
          .wd_price_table.style1 .price_table_inner ul li.table_title .prices .price_in_table sup.value {
            bottom: 0;
            font-size: 24px;
            top: 0; }
          .wd_price_table.style1 .price_table_inner ul li.table_title .prices .price_in_table sub.mark {
            top: 0;
            font-size: 24px; }
    .wd_price_table.style1 .price_table_inner ul li.price_button {
      padding: 40px 0;
      background: url(images/price1.jpg) no-repeat;
      background-size: 100%;
      text-align: center; }
      .wd_price_table.style1 .price_table_inner ul li.price_button a.button {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px; }
    .wd_price_table.style1 .price_table_inner ul li.prices {
      display: none; }
  .wd_price_table.style1 .price_table_inner:hover ul li.table_title {
    background: #d70050; }
.wd_price_table.style1 .acitve_price ul li.table_title {
  background: #d70050; }

.style1-bkg1 .wd_price_table.style1 li.price_button {
  background: url(images/price1.jpg) no-repeat; }

.style1-bkg2 .wd_price_table.style1 .price_table_inner ul li.price_button {
  background: url(images/price2.jpg) no-repeat;
  background-size: 100%;
  text-align: center; }

.style1-bkg3 .wd_price_table.style1 .price_table_inner ul li.price_button {
  background: url(images/price3.jpg) no-repeat;
  background-size: 100%;
  text-align: center; }

.style1-bkg4 .wd_price_table.style1 .price_table_inner ul li.price_button {
  background: url(images/price4.jpg) no-repeat;
  background-size: 100%;
  text-align: center; }

.wd_price_table.style2 .price_table_inner {
  text-align: center;
  border: 1px solid #d7d7d7;
  position: relative;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; }
  .wd_price_table.style2 .price_table_inner ul {
    margin: 0;
    list-style: none; }
    .wd_price_table.style2 .price_table_inner ul li {
      font-size: 14px;
      font-weight: 600;
      padding: 27px 0 0;
      color: #787878; }
      .wd_price_table.style2 .price_table_inner ul li p {
        margin-bottom: 36px; }
    .wd_price_table.style2 .price_table_inner ul li.table_title {
      padding: 18px 0 19px 0;
      border-bottom: 1px solid #d7d7d7;
      position: relative; }
      .wd_price_table.style2 .price_table_inner ul li.table_title:before {
        content: '';
        position: absolute;
        width: 94px;
        height: 10px;
        background: #d70050;
        top: -1px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%); }
      .wd_price_table.style2 .price_table_inner ul li.table_title h1 {
        font-size: 18px;
        color: #141414;
        font-family: 'Montserrat', sans-serif;
        margin: 0; }
    .wd_price_table.style2 .price_table_inner ul li.prices {
      padding: 16px 0 52px; }
      .wd_price_table.style2 .price_table_inner ul li.prices .price_in_table {
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        text-transform: uppercase;
        color: #141414;
        font-weight: 400; }
        .wd_price_table.style2 .price_table_inner ul li.prices .price_in_table sup.value, .wd_price_table.style2 .price_table_inner ul li.prices .price_in_table sub.mark {
          font-size: 30px;
          top: 0;
          bottom: 0; }
    .wd_price_table.style2 .price_table_inner ul li.price_button {
      position: absolute;
      bottom: -24px;
      left: 0;
      width: 100%;
      opacity: 0;
      padding: 0;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s; }
      .wd_price_table.style2 .price_table_inner ul li.price_button a.button {
        font-size: 16px; }
  .wd_price_table.style2 .price_table_inner:hover {
    margin-top: -20px;
    box-shadow: 0 0 15px #ccc; }
    .wd_price_table.style2 .price_table_inner:hover ul li.price_button {
      opacity: 1; }
.wd_price_table.style2 .acitve_price {
  margin-top: -20px;
  box-shadow: 0 0 15px #ccc; }
  .wd_price_table.style2 .acitve_price ul li.price_button {
    opacity: 1; }

.wd_price_table.style3 {
  padding-top: 47px; }
  .wd_price_table.style3 .price_table_inner {
    text-align: center;
    border: 1px solid #d7d7d7;
    position: relative; }
    .wd_price_table.style3 .price_table_inner ul {
      margin: 0;
      list-style: none; }
      .wd_price_table.style3 .price_table_inner ul li {
        font-size: 14px;
        font-weight: 600;
        padding: 24px 0 0;
        color: #787878; }
        .wd_price_table.style3 .price_table_inner ul li p {
          margin-bottom: 36px; }
      .wd_price_table.style3 .price_table_inner ul li.table_title {
        padding-top: 57px;
        padding-bottom: 21px;
        position: relative;
        border-bottom: 1px solid #d7d7d7; }
        .wd_price_table.style3 .price_table_inner ul li.table_title:before {
          content: '';
          background: url(images/price-icon1.png) no-repeat center top;
          width: 94px;
          height: 94px;
          position: absolute;
          top: -47px;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%); }
        .wd_price_table.style3 .price_table_inner ul li.table_title h1 {
          font-family: 'Montserrat', sans-serif;
          font-size: 14px;
          line-height: 16px;
          margin: 0 0 9px; }
        .wd_price_table.style3 .price_table_inner ul li.table_title .prices .price_in_table {
          font-family: 'Lora', sans-serif;
          font-style: italic;
          font-size: 24px;
          color: #141414;
          font-weight: 700; }
          .wd_price_table.style3 .price_table_inner ul li.table_title .prices .price_in_table sup.value {
            bottom: 0;
            font-size: 24px;
            top: 0; }
          .wd_price_table.style3 .price_table_inner ul li.table_title .prices .price_in_table sub.mark {
            top: 0;
            font-size: 24px; }
      .wd_price_table.style3 .price_table_inner ul li.price_button {
        padding: 0; }
        .wd_price_table.style3 .price_table_inner ul li.price_button a {
          display: block;
          font-size: 16px;
          padding: 21px 20px 20px 20px; }
    .wd_price_table.style3 .price_table_inner:hover ul li.price_button a {
      background: #d70050; }
  .wd_price_table.style3 .acitve_price ul li.price_button a {
    background: #d70050; }

.style3-icon1 .wd_price_table.style3 .price_table_inner ul li.table_title:before {
  background: url(images/price-icon1.png) no-repeat center top; }

.style3-icon2 .wd_price_table.style3 .price_table_inner ul li.table_title:before {
  background: url(images/price-icon2.png) no-repeat center top; }

.style3-icon3 .wd_price_table.style3 .price_table_inner ul li.table_title:before {
  background: url(images/price-icon3.png) no-repeat center top; }

.style3-icon4 .wd_price_table.style3 .price_table_inner ul li.table_title:before {
  background: url(images/price-icon4.png) no-repeat center top; }

/*-------------------------------------------------------------------
= No.One TS-ICON SHORTCODE -------------------------------------*/
.ts-vcsc-box-icon.icon_top-style .top-side i {
  position: relative;
  /*&:after{
  	content: '';
  	position: absolute;
  	width: 1px;
  	height: 30%;
  	top: 100%;
  	left: 50%;
  	background: #e9e9e9;
  	margin-top: 1px; 
  }*/ }

.ts-box-icon .ts-icon-box-content {
  margin-top: 5px !important; }

.icon-style-5 .item {
  float: left;
  width: 40%;
  border: 1px solid #d7d7d7;
  padding: 21px 35px 22px 140px;
  position: relative;
  font-size: 13px;
  color: #787878;
  margin-bottom: 75px;
  background: #fff;
  margin-left: 25px; }
  .icon-style-5 .item p {
    margin: 0;
    line-height: 21px; }
  .icon-style-5 .item img {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .icon-style-5 .item h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #141414;
    font-weight: 400;
    margin-bottom: 19px; }
  .icon-style-5 .item .number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    width: 50px;
    height: 50px;
    background: #d7d7d7;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: -25px;
    left: -25px; }
  .icon-style-5 .item:hover .number {
    background: #d70050; }
.icon-style-5 .item2, .icon-style-5 .item3 {
  float: right; }
.icon-style-5 .item1 {
  z-index: 3; }

.icon-style-5 .item2 {
  z-index: 2; }
  .icon-style-5 .item2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    background: url(images/arrow-line.png) no-repeat right center;
    right: 100%;
    top: 50%; }
.icon-style-5 .item3 {
  z-index: 1;
  margin-bottom: 0; }
  .icon-style-5 .item3:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 100%;
    background: url(images/arrow-line-bottom.png) no-repeat 0 100%;
    bottom: 100%;
    left: 50%; }
.icon-style-5 .item4:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 7px;
  background: url(images/arrow-line.png) no-repeat right center;
  left: 100%;
  top: 50%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

html .ts-box-icon.boxed-style .ts-icon-box-boxed.top {
  padding-top: 50px; }

html .ts-icon-counter .ts-counter-image {
  height: auto !important;
  margin-bottom: 30px; }
html .ts-icon-counter .ts-counter-content .ts-counter-value {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 8px;
  font-weight: 400; }
html .ts-icon-counter .ts-counter-content .ts-counter-note {
  font-weight: 600; }
html .ts-icon-counter .ts-counter-icon .ts-radius-full {
  margin-bottom: 26px !important; }

html .ts-icon-counter.style1 .ts-counter-content .ts-counter-value {
  background: url(images/line-couter.png) no-repeat bottom center;
  padding-bottom: 19px;
  margin-bottom: 32px; }

html .ts-icon-counter.style2 .ts-counter-content .ts-counter-value {
  font-family: 'Lora', sans-serif;
  font-weight: 400;
  font-style: italic; }
html .ts-icon-counter.style2 .ts-counter-content .ts-counter-note {
  font-weight: 600;
  text-transform: uppercase; }

html .ts-icon-counter.style3 .ts-counter-content .ts-counter-value {
  font-family: 'Teko', sans-serif;
  font-weight: 400;
  line-height: 100%;
  margin-top: 5px; }
html .ts-icon-counter.style3 .ts-counter-content .ts-counter-note {
  font-weight: 400;
  font-family: 'Alike Angular', serif;
  font-style: italic; }

.bkg-counter {
  min-height: 729px;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: center; }

html .ts-circliful-counter .circle-text, html .ts-circliful-counter .circle-info-half, html .ts-circliful-counter .circle-text-half {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase; }

html .vc_progress_bar .vc_single_bar {
  height: 30px;
  border-radius: 0;
  box-shadow: none;
  margin-top: 60px;
  background: #ebebeb; }
  html .vc_progress_bar .vc_single_bar .vc_label {
    position: absolute;
    bottom: 100%;
    padding: 12px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #646464 !important;
    text-shadow: none !important;
    font-weight: 400; }
  html .vc_progress_bar .vc_single_bar .vc_bar {
    border-radius: 0; }

html .vc_progress_bar.vc_progress-bar-color-black .vc_single_bar {
  height: 10px;
  border-radius: 0;
  box-shadow: none;
  margin-top: 60px;
  background: #ccc;
  margin-bottom: 80px; }
  html .vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_label {
    position: absolute;
    bottom: 100%;
    padding: 12px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #141414;
    font-weight: 400; }
  html .vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_bar {
    border-radius: 0; }

html .vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar {
  height: 10px;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 80px;
  background: #ccc; }
  html .vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_label {
    position: absolute;
    top: 100%;
    padding: 14px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #141414;
    font-weight: 400; }
  html .vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_bar {
    border-radius: 0; }
    html .vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_bar:before {
      content: "\f041";
      font: 35px 'FontAwesome';
      color: #d70050;
      position: absolute;
      right: -9px;
      top: -32px; }

html .vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_label,
html .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_label {
  color: #646464;
  text-shadow: none; }

html .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_value {
  line-height: 70px !important;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  color: #323232;
  background: #f1f1f1;
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  width: 70px !important;
  height: 70px !important; }
html .vc_pie_chart .vc_pie_chart_back {
  opacity: 0; }
html .vc_pie_chart h4.wpb_pie_chart_heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #141414; }

/*----------------TABS-------------------*/
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-list {
  margin: 0 0 48px; }
  html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_tta-tab {
    margin: 0; }
    html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_tta-tab a {
      padding: 0 24px;
      border: none;
      font-family: 'Teko', sans-serif;
      font-weight: 300;
      font-size: 40px;
      text-transform: uppercase;
      background: none;
      border-radius: 0;
      line-height: 40px; }
    html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_tta-tab:hover a {
      color: #d70050; }
  html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    color: #d70050; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels {
  border: none;
  padding: 0;
  background: none;
  border-radius: 0; }
  html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    border: none;
    padding: 0;
    border-radius: 0;
    overflow: visible;
    min-height: inherit; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-black .vc_tta-tabs-list li.vc_tta-tab a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-black .vc_tta-tabs-list li.vc_tta-tab:hover a {
  color: #d70050; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-black .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  color: #d70050; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-vista-blue .vc_tta-tabs-list li.vc_tta-tab a {
  color: #75D69C; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-vista-blue .vc_tta-tabs-list li.vc_tta-tab:hover a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-vista-blue .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-blue .vc_tta-tabs-list li.vc_tta-tab a {
  color: #5472d2; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-blue .vc_tta-tabs-list li.vc_tta-tab:hover a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-blue .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-turquoise .vc_tta-tabs-list li.vc_tta-tab a {
  color: #00c1cf; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-turquoise .vc_tta-tabs-list li.vc_tta-tab:hover a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-turquoise .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-pink .vc_tta-tabs-list li.vc_tta-tab a {
  color: #fe6c61; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-pink .vc_tta-tabs-list li.vc_tta-tab:hover a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-pink .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-violet .vc_tta-tabs-list li.vc_tta-tab a {
  color: #8d6dc4; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-violet .vc_tta-tabs-list li.vc_tta-tab:hover a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-violet .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-peacoc .vc_tta-tabs-list li.vc_tta-tab a {
  color: #4cadc9; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-peacoc .vc_tta-tabs-list li.vc_tta-tab:hover a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-peacoc .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-chino .vc_tta-tabs-list li.vc_tta-tab a {
  color: #cec2ab; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-chino .vc_tta-tabs-list li.vc_tta-tab:hover a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-chino .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-mulled-wine .vc_tta-tabs-list li.vc_tta-tab a {
  color: #50485b; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-mulled-wine .vc_tta-tabs-list li.vc_tta-tab:hover a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-mulled-wine .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-gray .vc_tta-tabs-list li.vc_tta-tab a {
  color: #ebebeb; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-gray .vc_tta-tabs-list li.vc_tta-tab:hover a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-gray .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-orange .vc_tta-tabs-list li.vc_tta-tab a {
  color: #f7be68; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-orange .vc_tta-tabs-list li.vc_tta-tab:hover a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-orange .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-sky .vc_tta-tabs-list li.vc_tta-tab a {
  color: #5aa1e3; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-sky .vc_tta-tabs-list li.vc_tta-tab:hover a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-sky .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-green .vc_tta-tabs-list li.vc_tta-tab a {
  color: #6dab3c; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-green .vc_tta-tabs-list li.vc_tta-tab:hover a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-green .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-juicy-pink .vc_tta-tabs-list li.vc_tta-tab a {
  color: #f4524d; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-juicy-pink .vc_tta-tabs-list li.vc_tta-tab:hover a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-juicy-pink .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-sandy-brown .vc_tta-tabs-list li.vc_tta-tab a {
  color: #f79468; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-sandy-brown .vc_tta-tabs-list li.vc_tta-tab:hover a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-sandy-brown .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-purple .vc_tta-tabs-list li.vc_tta-tab a {
  color: #b97ebb; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-purple .vc_tta-tabs-list li.vc_tta-tab:hover a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-purple .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-white .vc_tta-tabs-list li.vc_tta-tab a {
  color: #fff; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-white .vc_tta-tabs-list li.vc_tta-tab:hover a {
  color: #141414; }
html .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-color-white .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  color: #141414; }

html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top .vc_tta-tabs-list {
  margin: 0; }
  html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_tta-tab {
    margin: 0;
    padding: 0 20px; }
    html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_tta-tab a {
      padding: 0;
      border: none;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #141414;
      text-transform: uppercase;
      background: none;
      border-radius: 0;
      line-height: 18px;
      position: relative;
      padding-bottom: 10px; }
      html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_tta-tab a:before {
        content: '';
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        height: 3px;
        background: #d70050;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        opacity: 0; }
    html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_tta-tab:hover a:before {
      bottom: 0;
      opacity: 1; }
  html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_tta-tab.vc_active a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px !important;
    background: #d70050;
    top: auto !important;
    opacity: 1; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels {
  border: none;
  padding: 0;
  background: none;
  border-radius: 0; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-black .vc_tta-tabs-list li.vc_tta-tab a {
  color: #141414; }
  html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-black .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #d70050; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-black .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #d70050; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-vista-blue .vc_tta-tabs-list li.vc_tta-tab a {
  color: #75D69C; }
  html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-vista-blue .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-vista-blue .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-blue .vc_tta-tabs-list li.vc_tta-tab a {
  color: #5472d2; }
  html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-blue .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-blue .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-turquoise .vc_tta-tabs-list li.vc_tta-tab a {
  color: #00c1cf; }
  html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-turquoise .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-turquoise .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-pink .vc_tta-tabs-list li.vc_tta-tab a {
  color: #fe6c61; }
  html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-pink .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-pink .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-violet .vc_tta-tabs-list li.vc_tta-tab a {
  color: #8d6dc4; }
  html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-violet .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-violet .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-peacoc .vc_tta-tabs-list li.vc_tta-tab a {
  color: #4cadc9; }
  html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-peacoc .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-peacoc .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-chino .vc_tta-tabs-list li.vc_tta-tab a {
  color: #cec2ab; }
  html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-chino .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-chino .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-mulled-wine .vc_tta-tabs-list li.vc_tta-tab a {
  color: #50485b; }
  html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-mulled-wine .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-mulled-wine .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-gray .vc_tta-tabs-list li.vc_tta-tab a {
  color: #ebebeb; }
  html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-gray .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-gray .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-orange .vc_tta-tabs-list li.vc_tta-tab a {
  color: #f7be68; }
  html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-orange .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-orange .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-sky .vc_tta-tabs-list li.vc_tta-tab a {
  color: #5aa1e3; }
  html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-sky .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-sky .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-green .vc_tta-tabs-list li.vc_tta-tab a {
  color: #6dab3c; }
  html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-green .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-green .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-juicy-pink .vc_tta-tabs-list li.vc_tta-tab a {
  color: #f4524d; }
  html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-juicy-pink .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-juicy-pink .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-sandy-brown .vc_tta-tabs-list li.vc_tta-tab a {
  color: #f79468; }
  html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-sandy-brown .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-sandy-brown .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-purple .vc_tta-tabs-list li.vc_tta-tab a {
  color: #b97ebb; }
  html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-purple .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-purple .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-white .vc_tta-tabs-list li.vc_tta-tab a {
  color: #fff; }
  html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-white .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-top.vc_tta-color-white .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }

html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin: 0; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  padding: 0;
  border: none; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top .vc_tta-tabs-list {
  margin: 0;
  position: relative; }
  html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_tta-tab {
    margin: 0;
    padding: 0 40px 0 0; }
    html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_tta-tab a {
      padding: 0;
      border: none;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #646464;
      text-transform: uppercase;
      background: none;
      border-radius: 0;
      line-height: 18px;
      position: relative;
      padding-bottom: 10px; }
      html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_tta-tab a:before {
        content: '';
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        height: 3px;
        background: #d70050;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        opacity: 0; }
    html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_tta-tab:hover a:before {
      bottom: 0;
      opacity: 1; }
  html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    color: #141414; }
    html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_tta-tab.vc_active a:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px !important;
      background: #d70050;
      top: auto !important;
      opacity: 1; }
  html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top .vc_tta-tabs-list:before {
    content: '';
    background: #d7d7d7;
    height: 3px;
    width: 100%;
    bottom: 0;
    left: 0;
    top: auto;
    position: absolute; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels {
  border: none;
  padding: 0;
  background: none;
  border-radius: 0; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-black .vc_tta-tabs-list li.vc_tta-tab a {
  color: #646464; }
  html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-black .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #d70050; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-black .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  color: #141414; }
  html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-black .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
    background: #d70050; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-vista-blue .vc_tta-tabs-list li.vc_tta-tab a {
  color: #75D69C; }
  html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-vista-blue .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-vista-blue .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-blue .vc_tta-tabs-list li.vc_tta-tab a {
  color: #5472d2; }
  html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-blue .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-blue .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-turquoise .vc_tta-tabs-list li.vc_tta-tab a {
  color: #00c1cf; }
  html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-turquoise .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-turquoise .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-pink .vc_tta-tabs-list li.vc_tta-tab a {
  color: #fe6c61; }
  html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-pink .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-pink .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-violet .vc_tta-tabs-list li.vc_tta-tab a {
  color: #8d6dc4; }
  html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-violet .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-violet .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-peacoc .vc_tta-tabs-list li.vc_tta-tab a {
  color: #4cadc9; }
  html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-peacoc .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-peacoc .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-chino .vc_tta-tabs-list li.vc_tta-tab a {
  color: #cec2ab; }
  html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-chino .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-chino .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-mulled-wine .vc_tta-tabs-list li.vc_tta-tab a {
  color: #50485b; }
  html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-mulled-wine .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-mulled-wine .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-gray .vc_tta-tabs-list li.vc_tta-tab a {
  color: #ebebeb; }
  html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-gray .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-gray .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-orange .vc_tta-tabs-list li.vc_tta-tab a {
  color: #f7be68; }
  html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-orange .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-orange .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-sky .vc_tta-tabs-list li.vc_tta-tab a {
  color: #5aa1e3; }
  html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-sky .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-sky .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-green .vc_tta-tabs-list li.vc_tta-tab a {
  color: #6dab3c; }
  html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-green .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-green .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-juicy-pink .vc_tta-tabs-list li.vc_tta-tab a {
  color: #f4524d; }
  html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-juicy-pink .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-juicy-pink .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-sandy-brown .vc_tta-tabs-list li.vc_tta-tab a {
  color: #f79468; }
  html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-sandy-brown .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-sandy-brown .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-purple .vc_tta-tabs-list li.vc_tta-tab a {
  color: #b97ebb; }
  html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-purple .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-purple .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-white .vc_tta-tabs-list li.vc_tta-tab a {
  color: #fff; }
  html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-white .vc_tta-tabs-list li.vc_tta-tab a:before {
    background: #141414; }
html .vc_tta-tabs.vc_tta-style-outline.vc_tta-tabs-position-top.vc_tta-color-white .vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a:before {
  background: #141414; }

html .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  border: none;
  border-radius: 0;
  padding: 13px 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: uppercase; }
  html .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a i {
    float: right;
    margin: 10px 0 0 15px; }
html .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
  background: #d70050;
  color: #fff; }
html .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels {
  border: none;
  border-radius: 0;
  background: none; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-grey .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  color: #646464;
  background: #ccc; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-grey .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  background: #d70050;
  color: #fff; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-black .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  color: #fff;
  background: #141414; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-black .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  background: #d70050;
  color: #fff; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-vista-blue .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  color: #fff;
  background: #75D69C; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-vista-blue .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  background: #141414;
  color: #fff; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-blue .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  color: #fff;
  background: #5472d2; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-blue .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  background: #141414;
  color: #fff; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-turquoise .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  color: #fff;
  background: #00c1cf; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-turquoise .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  background: #141414;
  color: #fff; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-pink .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  color: #fff;
  background: #fe6c61; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-pink .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  background: #141414;
  color: #fff; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-violet .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  color: #fff;
  background: #8d6dc4; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-violet .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  background: #141414;
  color: #fff; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-peacoc .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  color: #fff;
  background: #4cadc9; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-peacoc .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  background: #141414;
  color: #fff; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-chino .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  color: #fff;
  background: #cec2ab; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-chino .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  background: #141414;
  color: #fff; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-mulled-wine .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  color: #fff;
  background: #50485b; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-mulled-wine .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  background: #141414;
  color: #fff; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-orange .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  color: #fff;
  background: #f7be68; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-orange .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  background: #141414;
  color: #fff; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-sky .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  color: #fff;
  background: #5aa1e3; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-sky .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  background: #141414;
  color: #fff; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-green .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  color: #fff;
  background: #6dab3c; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-green .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  background: #141414;
  color: #fff; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-juicy-pink .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  color: #fff;
  background: #f4524d; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-juicy-pink .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  background: #141414;
  color: #fff; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-sandy-brown .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  color: #fff;
  background: #f79468; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-sandy-brown .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  background: #141414;
  color: #fff; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-purple .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  color: #fff;
  background: #b97ebb; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-purple .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  background: #141414;
  color: #fff; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-white .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  color: #141414;
  background: #fff; }
html .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-color-white .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_tta-tab.vc_active a {
  background: #ccc;
  color: #141414; }

html .vc_tta-tabs.vc_tta-style-flat.vc_tta-tabs-position-top .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  background: #b7b7b7;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 8px 20px;
  border: none; }
html .vc_tta-tabs.vc_tta-style-flat.vc_tta-tabs-position-top .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active {
  position: relative; }
  html .vc_tta-tabs.vc_tta-style-flat.vc_tta-tabs-position-top .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    background: #141414;
    position: relative; }
  html .vc_tta-tabs.vc_tta-style-flat.vc_tta-tabs-position-top .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active:before {
    bottom: 0;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
    z-index: 1; }
html .vc_tta-tabs.vc_tta-style-flat.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels {
  border: none;
  padding: 0;
  background: none; }

.wd_myaccount_menu .title {
  font-family: 'Teko', sans-serif;
  font-size: 30px;
  text-transform: none;
  font-weight: 400;
  color: #141414;
  letter-spacing: 0;
  position: relative;
  padding: 0 0 10px 26px;
  border-bottom: 1px solid #ebebeb;
  line-height: 1.1;
  margin-bottom: 15px; }
  .wd_myaccount_menu .title:before {
    width: 5px;
    height: 40px;
    left: 0;
    top: -7px;
    background: #d70050;
    content: '';
    position: absolute; }
.wd_myaccount_menu .content ul {
  margin: 0; }
  .wd_myaccount_menu .content ul li {
    list-style: none;
    padding: 0 0 0 26px; }
    .wd_myaccount_menu .content ul li a {
      font-family: "Raleway", sans-serif;
      font-size: 14px;
      font-weight: 600;
      text-transform: none; }
  .wd_myaccount_menu .content ul li + li {
    margin-top: 16px; }

.wd_myaddress_content {
  margin-bottom: 30px; }

h2.my-account-title {
  font-family: 'Teko', sans-serif;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 400;
  color: #141414;
  letter-spacing: 0;
  position: relative;
  padding: 0 0 10px 26px;
  border-bottom: 1px solid #ebebeb;
  line-height: 1.1;
  margin-bottom: 15px; }
  h2.my-account-title:before {
    width: 5px;
    height: 40px;
    left: 0;
    top: -7px;
    background: #d70050;
    content: '';
    position: absolute; }

html .woocommerce form.checkout_coupon, html .woocommerce form.login, html .woocommerce form.register {
  border: none;
  padding: 0;
  border-radius: 0; }
  html .woocommerce form.checkout_coupon .input-text, html .woocommerce form.login .input-text, html .woocommerce form.register .input-text {
    height: 40px;
    line-height: 40px;
    background: none;
    border: 1px solid #e1e1e1; }
  html .woocommerce form.checkout_coupon label.rememberme, html .woocommerce form.login label.rememberme, html .woocommerce form.register label.rememberme {
    clear: both;
    display: block;
    margin-top: 12px;
    text-transform: none; }
  html .woocommerce form.checkout_coupon a.lost_password, html .woocommerce form.login a.lost_password, html .woocommerce form.register a.lost_password {
    margin-left: 15px;
    font-style: italic; }
  html .woocommerce form.checkout_coupon label, html .woocommerce form.login label, html .woocommerce form.register label {
    text-transform: uppercase;
    font-size: 14px;
    color: #141414; }

.wd_edit_address .input-text, .wd_edit_address select, .wd_edit_address a.select2-choice, .wd_edit_account .input-text, .wd_edit_account select, .wd_edit_account a.select2-choice {
  height: 40px;
  line-height: 40px;
  background: none;
  border: 1px solid #e1e1e1;
  border-radius: 0; }

.wd_edit_address {
  margin-bottom: 30px; }

/*--------------- shortcode button-----------------*/
.wd-shortcode-button {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  border-style: solid;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; }

button.vc_btn3.vc_btn3-size-md {
  padding: 15px 20px 14px 20px; }

button.vc_btn3.vc_btn3-icon-right {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  position: relative; }
  button.vc_btn3.vc_btn3-icon-right i.vc_btn3-icon {
    position: absolute;
    right: 0 !important;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.1);
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0); }

button.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  padding-right: 92px; }

.but-bor-1 button.vc_btn3.vc_btn3-icon-right {
  border: 1px solid #b7b7b7; }
  .but-bor-1 button.vc_btn3.vc_btn3-icon-right i.vc_btn3-icon {
    color: #b7b7b7;
    border-left: 1px solid #b7b7b7; }

.but-bor-2 button.vc_btn3.vc_btn3-icon-right {
  border: 1px solid #141414; }
  .but-bor-2 button.vc_btn3.vc_btn3-icon-right i.vc_btn3-icon {
    color: #141414;
    border-left: 1px solid #141414; }

.align-center {
  text-align: center; }

/*-------------------------------------------------------------------
= No.One TEAM MEMBER SHORTCODE -------------------------------------*/
html .wd_meet_team.style1 {
  max-width: 100%; }
  html .wd_meet_team.style1 > a {
    line-height: 0;
    border: none !important; }
    html .wd_meet_team.style1 > a > img {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      filter: grayscale(100%); }
  html .wd_meet_team.style1 > div {
    background: rgba(0, 0, 0, 0.6);
    height: 70px;
    padding: 15px 30px;
    bottom: 0;
    top: auto;
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s; }
    html .wd_meet_team.style1 > div .info {
      transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      width: auto;
      display: block;
      text-align: left;
      position: relative;
      height: 100%; }
      html .wd_meet_team.style1 > div .info h3 {
        margin-bottom: 5px; }
        html .wd_meet_team.style1 > div .info h3 a {
          border: none;
          font-family: 'Montserrat', sans-serif;
          font-size: 14px;
          color: #fff;
          font-weight: 400;
          text-transform: uppercase; }
      html .wd_meet_team.style1 > div .info em {
        font-family: "Raleway", sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #fff;
        font-size: 14px;
        display: block;
        margin-bottom: 25px; }
      html .wd_meet_team.style1 > div .info .wd_des {
        display: block;
        opacity: 0;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        font-family: "Raleway", sans-serif;
        font-weight: 300;
        font-size: 13px;
        color: #fff;
        line-height: 18px; }
      html .wd_meet_team.style1 > div .info .social {
        display: none; }
      html .wd_meet_team.style1 > div .info > div {
        position: absolute;
        top: 0;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s; }
    html .wd_meet_team.style1 > div:before {
      content: none; }
  html .wd_meet_team.style1:hover > a > img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0); }
  html .wd_meet_team.style1:hover > div {
    height: 100%; }
    html .wd_meet_team.style1:hover > div .info {
      border-radius: 0 !important; }
      html .wd_meet_team.style1:hover > div .info .wd_des {
        display: block;
        opacity: 1; }
      html .wd_meet_team.style1:hover > div .info > div {
        padding-top: 31%; }

html .wd_meet_team.style2 {
  max-width: 100%;
  position: relative;
  overflow: hidden; }
  html .wd_meet_team.style2 > a {
    border-radius: 0;
    border-bottom: none; }
    html .wd_meet_team.style2 > a:after {
      content: none; }
  html .wd_meet_team.style2 > div {
    padding-top: 17px; }
    html .wd_meet_team.style2 > div .info h3 {
      margin-bottom: 5px; }
      html .wd_meet_team.style2 > div .info h3 a {
        border: none;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        color: #141414;
        font-weight: 400;
        text-transform: uppercase; }
    html .wd_meet_team.style2 > div .info em {
      font-family: "Raleway", sans-serif;
      font-weight: 300;
      font-style: normal;
      color: #141414;
      font-size: 14px;
      display: block;
      margin-bottom: 25px; }
    html .wd_meet_team.style2 > div .info .wd_des {
      display: none; }
    html .wd_meet_team.style2 > div .info .social {
      position: absolute;
      bottom: 30%;
      left: -100%;
      width: 100%;
      background: #fff;
      height: 50px;
      line-height: 50px;
      margin: 0;
      transition: all .5s ease 0s;
      -webkit-transition: all .5s ease 0s; }
      html .wd_meet_team.style2 > div .info .social a {
        border: none;
        color: #141414; }
        html .wd_meet_team.style2 > div .info .social a:before {
          font-size: 17px; }
      html .wd_meet_team.style2 > div .info .social .facebook_link:hover {
        color: #3b5998; }
      html .wd_meet_team.style2 > div .info .social .google_link:hover {
        color: #dd4b39; }
      html .wd_meet_team.style2 > div .info .social .twitter_link:hover {
        color: #4099FF; }
      html .wd_meet_team.style2 > div .info .social .rss_link:hover {
        color: #FF6600; }
  html .wd_meet_team.style2:hover > div .info .social {
    left: 0; }

html .wd_meet_team.style3 {
  box-shadow: none;
  border-radius: 0; }
  html .wd_meet_team.style3 > a {
    border: none; }
    html .wd_meet_team.style3 > a img {
      border-radius: 0; }
  html .wd_meet_team.style3 > div {
    box-shadow: none !important;
    border-radius: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    html .wd_meet_team.style3 > div:before {
      content: none; }
    html .wd_meet_team.style3 > div .info {
      position: absolute;
      width: 100%;
      left: 0;
      top: 50%;
      transform: translateY(-50%) scale(0, 0);
      -webkit-transform: translateY(-50%) scale(0, 0); }
      html .wd_meet_team.style3 > div .info h3 {
        line-height: 30px; }
        html .wd_meet_team.style3 > div .info h3 a {
          font-family: 'Montserrat', sans-serif;
          font-size: 30px;
          text-transform: uppercase;
          color: #fff;
          font-weight: 400; }
      html .wd_meet_team.style3 > div .info em {
        font-family: "Raleway", sans-serif;
        font-weight: 300;
        font-size: 18px;
        color: #fff;
        font-style: normal; }
      html .wd_meet_team.style3 > div .info .social a {
        border: none; }
        html .wd_meet_team.style3 > div .info .social a:before {
          font-size: 17px; }
      html .wd_meet_team.style3 > div .info .social {
        margin-top: 40px; }
        html .wd_meet_team.style3 > div .info .social a {
          margin: 0 8px; }
  html .wd_meet_team.style3:hover > div {
    background: rgba(0, 0, 0, 0.7); }
    html .wd_meet_team.style3:hover > div .info {
      transform: translateY(-50%) scale(1, 1);
      -webkit-transform: translateY(-50%) scale(1, 1); }

html .wd_meet_team.style4 {
  border: none;
  background: none;
  border-radius: 0;
  max-width: 100%;
  position: relative;
  overflow: hidden; }
  html .wd_meet_team.style4 > a {
    border-radius: 0;
    display: block; }
    html .wd_meet_team.style4 > a img {
      border-radius: 0;
      width: 100%;
      transform: scale(1, 1) !important;
      -webkit-transform: scale(1, 1) !important;
      opacity: 0.3;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden; }
    html .wd_meet_team.style4 > a:after {
      content: none; }
    html .wd_meet_team.style4 > a:hover img {
      transform: scale(1, 1);
      -webkit-transform: scale(1, 1); }
  html .wd_meet_team.style4 > div {
    position: absolute;
    bottom: -100%;
    opacity: 0;
    left: 0;
    background: #141414;
    text-align: center;
    z-index: 10;
    width: 100%;
    padding: 53px 10px 42px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s; }
    html .wd_meet_team.style4 > div h3 {
      line-height: 30px;
      margin-bottom: 5px; }
      html .wd_meet_team.style4 > div h3 a {
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        color: #fff; }
    html .wd_meet_team.style4 > div em {
      font-size: 18px;
      color: #fff;
      font-family: "Raleway", sans-serif;
      font-style: normal;
      padding-bottom: 22px;
      position: relative;
      display: block;
      margin-bottom: 24px; }
      html .wd_meet_team.style4 > div em:before {
        content: '';
        position: absolute;
        width: 52px;
        height: 3px;
        background: #fff;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%); }
    html .wd_meet_team.style4 > div .wd_des {
      display: none; }
    html .wd_meet_team.style4 > div .social a {
      border: none;
      color: #fff;
      margin: 0 10px; }
      html .wd_meet_team.style4 > div .social a:before {
        font-size: 17px; }
  html .wd_meet_team.style4:hover > a img {
    opacity: 1; }
  html .wd_meet_team.style4:hover > div {
    bottom: 0;
    opacity: 1; }

html .wd_meet_team.style5 {
  margin: 0 auto; }
  html .wd_meet_team.style5 .image {
    position: relative;
    overflow: hidden;
    padding: 0; }
    html .wd_meet_team.style5 .image .detail {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      padding: 40% 0 0;
      transform: scale(0, 0);
      -webkit-transform: scale(0, 0); }
      html .wd_meet_team.style5 .image .detail h3 {
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        line-height: 25px; }
        html .wd_meet_team.style5 .image .detail h3 a {
          font-family: "Raleway", sans-serif;
          font-weight: 800;
          font-size: 18px;
          color: #fff; }
      html .wd_meet_team.style5 .image .detail em {
        font-family: "Raleway", sans-serif;
        font-weight: 400;
        font-style: italic;
        color: #c8c8c8;
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
      html .wd_meet_team.style5 .image .detail .social {
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 100%;
        margin: 0; }
        html .wd_meet_team.style5 .image .detail .social a {
          border: none;
          color: #fff;
          width: auto;
          height: auto;
          line-height: normal;
          margin: 0 20px; }
          html .wd_meet_team.style5 .image .detail .social a:before {
            font-size: 16px; }
  html .wd_meet_team.style5 .info {
    padding: 11px 0 0;
    min-height: 140px; }
    html .wd_meet_team.style5 .info h3 {
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      margin-top: 18px;
      margin-bottom: 10px; }
      html .wd_meet_team.style5 .info h3 a {
        font-family: "Raleway", sans-serif;
        font-weight: 800;
        font-size: 18px;
        color: #000; }
    html .wd_meet_team.style5 .info em {
      font-family: "Raleway", sans-serif;
      font-weight: 400;
      font-style: italic;
      color: #646464;
      font-family: "Raleway", sans-serif;
      text-transform: uppercase;
      display: block;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s; }
    html .wd_meet_team.style5 .info .wd_des {
      opacity: 0;
      visibility: hidden;
      transform: scale(0, 0);
      -webkit-transform: scale(0, 0);
      height: 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
      line-height: 28px;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s; }
  html .wd_meet_team.style5:hover .image .detail {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1); }
  html .wd_meet_team.style5:hover .image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%; }
  html .wd_meet_team.style5:hover .info h3, html .wd_meet_team.style5:hover .info em {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    height: 0; }
  html .wd_meet_team.style5:hover .info .wd_des {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    height: auto; }

/*--------message-------*/
html .vc_message_box {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  padding: 22px 28px 22px 65px; }
  html .vc_message_box h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 22px; }
  html .vc_message_box .vc_message_box-icon {
    width: 75px; }
    html .vc_message_box .vc_message_box-icon i {
      font-size: 16px; }

html .vc_message_box.vc_message_box-solid .vc_message_box-icon {
  color: #fff; }

html .vc_color-danger.vc_message_box.vc_message_box-solid {
  background-color: #c7202c;
  border-color: #c7202c;
  color: #fff; }

html .vc_color-success.vc_message_box.vc_message_box-solid {
  background-color: #b3cc57;
  border-color: #b3cc57;
  color: #fff; }

html .vc_color-info.vc_message_box.vc_message_box-solid {
  background-color: #6dcff6;
  border-color: #6dcff6;
  color: #fff; }

html .vc_color-warning.vc_message_box.vc_message_box-solid {
  background-color: #ffbe40;
  border-color: #ffbe40;
  color: #fff; }

html .vc_color-danger.vc_message_box.vc_message_box-outline {
  border-color: #c7202c;
  color: #c7202c; }
  html .vc_color-danger.vc_message_box.vc_message_box-outline .vc_message_box-icon {
    color: #c7202c; }

html .vc_color-success.vc_message_box.vc_message_box-outline {
  border-color: #b3cc57;
  color: #b3cc57; }
  html .vc_color-success.vc_message_box.vc_message_box-outline .vc_message_box-icon {
    color: #b3cc57; }

html .vc_color-info.vc_message_box.vc_message_box-outline {
  border-color: #6dcff6;
  color: #6dcff6; }
  html .vc_color-info.vc_message_box.vc_message_box-outline .vc_message_box-icon {
    color: #6dcff6; }

html .vc_color-warning.vc_message_box.vc_message_box-outline {
  border-color: #ffbe40;
  color: #ffbe40; }
  html .vc_color-warning.vc_message_box.vc_message_box-outline .vc_message_box-icon {
    color: #ffbe40; }

/*----solid icon----*/
html .vc_message_box.vc_message_box-solid-icon {
  padding-left: 100px; }

html .vc_color-danger.vc_message_box.vc_message_box-solid-icon {
  border-color: #c7202c;
  color: #c7202c; }
  html .vc_color-danger.vc_message_box.vc_message_box-solid-icon .vc_message_box-icon {
    background-color: #c7202c; }

html .vc_color-success.vc_message_box.vc_message_box-solid-icon {
  border-color: #b3cc57;
  color: #b3cc57; }
  html .vc_color-success.vc_message_box.vc_message_box-solid-icon .vc_message_box-icon {
    background-color: #b3cc57; }

html .vc_color-info.vc_message_box.vc_message_box-solid-icon {
  border-color: #6dcff6;
  color: #6dcff6; }
  html .vc_color-info.vc_message_box.vc_message_box-solid-icon .vc_message_box-icon {
    background-color: #6dcff6; }

html .vc_color-warning.vc_message_box.vc_message_box-solid-icon {
  border-color: #ffbe40;
  color: #ffbe40; }
  html .vc_color-warning.vc_message_box.vc_message_box-solid-icon .vc_message_box-icon {
    background-color: #ffbe40; }

html .big-message.vc_message_box.vc_message_box-solid {
  padding-left: 100px;
  color: #fff; }
  html .big-message.vc_message_box.vc_message_box-solid .vc_message_box-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    color: #141414;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 20px; }
  html .big-message.vc_message_box.vc_message_box-solid h3 {
    color: #fff; }
  html .big-message.vc_message_box.vc_message_box-solid p {
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    text-transform: none;
    line-height: 18px;
    margin-bottom: 24px; }

a.btn-pur {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 25px;
  border: 1px solid #fff;
  display: inline-block;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  margin: 0 20px; }
  a.btn-pur:hover {
    color: #141414;
    background: #fff; }

a.btn-white {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #171717;
  padding: 10px 25px;
  border: none;
  background: #fff;
  display: inline-block;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  margin: 0 20px; }
  a.btn-white:hover {
    color: #fff;
    background: #171717; }

a.btn-pur.btn-pur-black {
  color: #fff;
  border-color: #141414;
  background: #141414; }
  a.btn-pur.btn-pur-black:hover {
    color: #141414;
    background: #fff;
    border-color: #141414; }

a.btn-pur.btn-pink {
  color: #fff;
  border-color: #d70050;
  background: #d70050;
  margin: 0 16px; }
  a.btn-pur.btn-pink:hover {
    color: #141414;
    background: #fff;
    border-color: #141414; }

/*-------------ACCORDION ------------------*/
html .vc_tta-accordion.vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white .vc_tta-panels-container .vc_tta-panel {
  border: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding: 1px 0; }
  html .vc_tta-accordion.vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading {
    border: none; }
    html .vc_tta-accordion.vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      font-size: 14px;
      text-transform: none;
      color: #141414;
      padding-top: 28px;
      padding-bottom: 28px;
      padding-left: 40px; }
  html .vc_tta-accordion.vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
    border: none;
    padding: 5px 40px 21px 40px; }
html .vc_tta-accordion.vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white .vc_tta-panels-container .vc_tta-panel.vc_active {
  border-color: #646464; }
  html .vc_tta-accordion.vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    width: 50px;
    height: 50px;
    background: #d70050;
    border: none;
    top: 8px;
    right: 9px; }
    html .vc_tta-accordion.vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-controls-icon-position-right .vc_tta-controls-icon:before {
      border-color: #fff; }
html .vc_tta-accordion.vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white .vc_tta-tabs-container + .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  border: none;
  margin: 0; }

html .vc_tta.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  padding: 0;
  border-left: 1px solid #e1e1e1;
  width: 68px;
  right: 0;
  text-align: center;
  height: 70px;
  top: 0;
  transform: translate(0);
  -webkit-transform: translate(0); }
  html .vc_tta.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_tta-controls-icon-position-right .vc_tta-controls-icon:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    width: 22px; }
  html .vc_tta.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_tta-controls-icon-position-right .vc_tta-controls-icon:after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    height: 22px; }

html .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-grey .vc_tta-panels-container .vc_tta-panel {
  border: none;
  margin-bottom: 20px; }
  html .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-grey .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading {
    border: none; }
    html .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-grey .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      font-size: 12px;
      text-transform: none;
      text-transform: uppercase;
      color: #141414;
      padding-top: 19px;
      padding-bottom: 19px;
      padding-left: 20px; }
  html .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-grey .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
    border: none;
    padding: 0 20px 20px;
    background: #141414;
    color: #fff; }
html .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-grey .vc_tta-tabs-container + .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  background: none;
  padding: 0; }

html .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-grey .vc_active.vc_tta-panel .vc_tta-panel-heading {
  background: #141414;
  color: #fff; }
  html .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-grey .vc_active.vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
    color: #fff; }
    html .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-grey .vc_active.vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon:before {
      border-color: #fff; }

.box-icon-circle .ts-font-icon.ts-awesome-check {
  width: 30px !important;
  height: 30px !important;
  text-align: center;
  line-height: 30px !important;
  background: #d70050;
  border-radius: 100%; }

.box-icon-circle.ts-list-item > span {
  vertical-align: middle; }

.border-circle-icon.ts-list-item .ts-font-icon {
  width: 60px !important;
  height: 60px !important;
  text-align: center;
  line-height: 60px !important;
  border: 2px solid #e1e1e1;
  border-radius: 100%; }
.border-circle-icon.ts-list-item > span {
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle; }

.grey-box-circle-icon.ts-list-item .ts-font-icon {
  width: 70px !important;
  height: 70px !important;
  text-align: center;
  line-height: 70px !important;
  background: #ebebeb;
  border-radius: 100%; }
.grey-box-circle-icon.ts-list-item > span {
  vertical-align: middle;
  line-height: 18px; }
  .grey-box-circle-icon.ts-list-item > span b {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #646464;
    margin-bottom: 4px; }

.classic-step-icon ul.ts-horizontal-steps-list li.ts-horizontal-steps-item {
  position: relative; }
  .classic-step-icon ul.ts-horizontal-steps-list li.ts-horizontal-steps-item .ts-horizontal-step-icon {
    width: 80px !important;
    height: 80px !important; }
    .classic-step-icon ul.ts-horizontal-steps-list li.ts-horizontal-steps-item .ts-horizontal-step-icon i {
      line-height: 80px !important; }
    .classic-step-icon ul.ts-horizontal-steps-list li.ts-horizontal-steps-item .ts-horizontal-step-icon:after {
      content: none; }
  .classic-step-icon ul.ts-horizontal-steps-list li.ts-horizontal-steps-item .ts-horizontal-step-content h3.ts-horizontal-step-title {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 2px; }
  .classic-step-icon ul.ts-horizontal-steps-list li.ts-horizontal-steps-item .ts-horizontal-step-content .ts-horizontal-step-description {
    font-size: 16px !important;
    font-weight: 700;
    text-transform: capitalize; }
  .classic-step-icon ul.ts-horizontal-steps-list li.ts-horizontal-steps-item:before {
    content: '';
    position: absolute;
    left: 50%;
    display: block;
    width: 100%;
    height: 0;
    border-top: 2px solid #ccc;
    top: 40px;
    overflow: auto;
    z-index: 1;
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out; }
  .classic-step-icon ul.ts-horizontal-steps-list li.ts-horizontal-steps-item:after {
    content: '';
    position: absolute;
    width: 140px;
    top: 0;
    left: 50%;
    background: #fff;
    height: 80px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 2; }
.classic-step-icon ul.ts-horizontal-steps-list li.ts-horizontal-steps-item.ts-horizontal-steps-last:before {
  content: none; }

.classic-step-image ul.ts-horizontal-steps-list li.ts-horizontal-steps-item {
  position: relative; }
  .classic-step-image ul.ts-horizontal-steps-list li.ts-horizontal-steps-item .ts-horizontal-step-icon {
    width: 150px !important;
    height: 150px !important; }
    .classic-step-image ul.ts-horizontal-steps-list li.ts-horizontal-steps-item .ts-horizontal-step-icon img {
      margin-top: 0 !important;
      width: 150px !important;
      height: 150px !important;
      border-radius: 100%; }
    .classic-step-image ul.ts-horizontal-steps-list li.ts-horizontal-steps-item .ts-horizontal-step-icon:after {
      content: none; }
  .classic-step-image ul.ts-horizontal-steps-list li.ts-horizontal-steps-item .ts-horizontal-step-content h3.ts-horizontal-step-title {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    position: absolute;
    top: 75px;
    z-index: 101;
    width: 100%;
    text-align: center;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .classic-step-image ul.ts-horizontal-steps-list li.ts-horizontal-steps-item .ts-horizontal-step-content .ts-horizontal-step-description {
    font-size: 14px !important;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-top: 12px; }
  .classic-step-image ul.ts-horizontal-steps-list li.ts-horizontal-steps-item:before {
    content: "\f054";
    font: 24px 'FontAwesome';
    color: #646464;
    position: absolute;
    left: 100%;
    top: 75px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .classic-step-image ul.ts-horizontal-steps-list li.ts-horizontal-steps-item:hover .ts-horizontal-step-icon {
    z-index: 100; }
.classic-step-image ul.ts-horizontal-steps-list li.ts-horizontal-steps-item.ts-horizontal-steps-last:before {
  content: none; }

/*---- 5 column ----*/
.home_row {
  margin-bottom: 0 !important; }

.home_row .vc_col-sm-2 {
  width: 20%;
  position: relative; }

.home_row_sixth {
  visibility: hidden;
  width: 0px !important;
  padding: 0px !important; }

html .vc_column_container > .vc_column-inner {
  padding: 0; }

html .vc_column_container > .vc_column-inner {
  padding: 0; }

html .vc_col-has-fill > .vc_column-inner,
html .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
html .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
html .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
html .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
html .vc_row-has-fill > .vc_column_container > .vc_column-inner,
html .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
html .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  padding-top: 0; }

/*--------------Testimonial-------------*/
.sc_testimonial .project {
  width: 50%;
  margin: 0 auto;
  position: relative; }
  .sc_testimonial .project .sky-carousel {
    background: none;
    border: none;
    height: 440px; }
    .sc_testimonial .project .sky-carousel ul.sky-carousel-container {
      margin-top: 0 !important; }
      .sc_testimonial .project .sky-carousel ul.sky-carousel-container li {
        padding: 0;
        opacity: 1 !important;
        border: none;
        box-shadow: none; }
        .sc_testimonial .project .sky-carousel ul.sky-carousel-container li img {
          border: none;
          padding: 0;
          box-shadow: none;
          border-radius: 100%; }
    .sc_testimonial .project .sky-carousel .sc-content-wrapper {
      top: auto;
      bottom: 0; }
      .sc_testimonial .project .sky-carousel .sc-content-wrapper .sc-content-container:after {
        content: none; }
      .sc_testimonial .project .sky-carousel .sc-content-wrapper .sc-content-container .sc-content {
        background: none;
        border-radius: 0;
        padding: 0;
        box-shadow: none; }
        .sc_testimonial .project .sky-carousel .sc-content-wrapper .sc-content-container .sc-content .name p {
          font-family: 'Teko', sans-serif;
          font-weight: 300;
          font-size: 30px;
          text-transform: uppercase;
          color: #141414;
          margin: 0 0 5px;
          text-shadow: none; }
        .sc_testimonial .project .sky-carousel .sc-content-wrapper .sc-content-container .sc-content .job {
          color: #646464;
          font-family: "Raleway", sans-serif;
          font-size: 14px;
          font-weight: 400;
          text-transform: uppercase;
          margin-bottom: 13px; }
        .sc_testimonial .project .sky-carousel .sc-content-wrapper .sc-content-container .sc-content h2 {
          color: #787878;
          font-family: "Raleway", sans-serif;
          font-size: 14px;
          font-weight: 400;
          text-transform: none;
          line-height: 23px;
          text-shadow: none;
          margin: 0 0 26px;
          padding: 56px 0 0;
          position: relative; }
          .sc_testimonial .project .sky-carousel .sc-content-wrapper .sc-content-container .sc-content h2:before {
            content: "\f10d";
            font: 16px 'FontAwesome';
            color: #fff;
            width: 39px;
            height: 39px;
            text-align: center;
            line-height: 39px;
            background: #d70050;
            border-radius: 100%;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%); }
        .sc_testimonial .project .sky-carousel .sc-content-wrapper .sc-content-container .sc-content .social a {
          border-bottom: none;
          margin: 0 10px; }
          .sc_testimonial .project .sky-carousel .sc-content-wrapper .sc-content-container .sc-content .social a i {
            font-size: 18px;
            color: #b4b4b4; }
    .sc_testimonial .project .sky-carousel .sc-overlay {
      display: none !important; }
  .sc_testimonial .project .sc-nav-button {
    width: 33px;
    height: 50px;
    margin-top: 0;
    top: 56px;
    position: absolute;
    z-index: 100; }
    .sc_testimonial .project .sc-nav-button:hover {
      opacity: 0.8; }
  .sc_testimonial .project .sc-nav-button.sc-prev {
    background: url(images/testimonial-arrow-left.png) no-repeat 0 0;
    left: -100px; }
  .sc_testimonial .project .sc-nav-button.sc-next {
    background: url(images/testimonial-arrow-right.png) no-repeat 0 0;
    right: -80px; }

.sc_testimonial.style2 .project .sky-carousel .sc-content-wrapper .sc-content-container .sc-content .name p, .sc_testimonial.style2 .project .sky-carousel .sc-content-wrapper .sc-content-container .sc-content .job, .sc_testimonial.style2 .project .sky-carousel .sc-content-wrapper .sc-content-container .sc-content h2 {
  color: #fff; }

.testimonial-item.testimonial.style3 {
  margin-bottom: 30px; }
  .testimonial-item.testimonial.style3 .avartar {
    float: left;
    margin-right: 30px;
    width: 20%; }
  .testimonial-item.testimonial.style3 .detail {
    overflow: hidden;
    border: 1px solid #e1e1e1;
    padding: 24px 30px;
    position: relative; }
    .testimonial-item.testimonial.style3 .detail:before {
      content: '';
      position: absolute;
      width: 5px;
      height: 30px;
      background: #d70050;
      top: 0;
      left: 0; }
    .testimonial-item.testimonial.style3 .detail .testimonial-content {
      margin-bottom: 24px; }
    .testimonial-item.testimonial.style3 .detail .name {
      font-family: 'Teko', sans-serif;
      font-size: 24px;
      color: #141414;
      text-transform: uppercase;
      font-weight: 300;
      line-height: 16px; }
      .testimonial-item.testimonial.style3 .detail .name p {
        margin: 0; }
    .testimonial-item.testimonial.style3 .detail .job {
      font-size: 12px;
      color: #141414;
      text-transform: uppercase; }

.testimonial-item.testimonial.style5 {
  margin-bottom: 30px; }
  .testimonial-item.testimonial.style5 .avartar {
    float: left;
    margin-right: 20px;
    width: 20%; }
    .testimonial-item.testimonial.style5 .avartar img {
      border-radius: 100%; }
  .testimonial-item.testimonial.style5 .detail {
    overflow: hidden;
    padding: 20px 0;
    color: #fff; }
    .testimonial-item.testimonial.style5 .detail .testimonial-content {
      margin-bottom: 24px; }
    .testimonial-item.testimonial.style5 .detail .name {
      font-family: 'Teko', sans-serif;
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 300;
      line-height: 16px; }
      .testimonial-item.testimonial.style5 .detail .name p {
        margin: 0; }
    .testimonial-item.testimonial.style5 .detail .job {
      font-size: 12px;
      text-transform: uppercase; }

.style4 .wd_testimonial_slider .testimonial-item.testimonial {
  display: table; }
  .style4 .wd_testimonial_slider .testimonial-item.testimonial .avartar {
    display: table-cell;
    height: 100%;
    width: 33.33%;
    vertical-align: middle; }
  .style4 .wd_testimonial_slider .testimonial-item.testimonial .detail {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    background: #f8f8f8;
    padding: 0 30px; }
    .style4 .wd_testimonial_slider .testimonial-item.testimonial .detail .testimonial-content {
      margin-bottom: 24px; }
    .style4 .wd_testimonial_slider .testimonial-item.testimonial .detail .name {
      font-family: 'Teko', sans-serif;
      font-size: 24px;
      color: #141414;
      text-transform: uppercase;
      font-weight: 300;
      line-height: 16px; }
      .style4 .wd_testimonial_slider .testimonial-item.testimonial .detail .name p {
        margin: 0; }
    .style4 .wd_testimonial_slider .testimonial-item.testimonial .detail .job {
      font-size: 12px;
      color: #141414;
      text-transform: uppercase; }
.style4 .wd_testimonial_slider .owl-controls .owl-nav {
  display: none; }
.style4 .wd_testimonial_slider .owl-controls .owl-dots {
  text-align: center;
  margin: 13px 0; }
  .style4 .wd_testimonial_slider .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 3px; }
    .style4 .wd_testimonial_slider .owl-controls .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      background: #c2c2c2;
      border-radius: 100%;
      display: block; }
  .style4 .wd_testimonial_slider .owl-controls .owl-dots .owl-dot.active span {
    background: #141414; }

.ts-fancy-tabs-main-wrapper .pws_tabs_container.pws_tabs_horizontal_top ul.pws_tabs_controlls {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 17px !important;
  text-align: center; }
  .ts-fancy-tabs-main-wrapper .pws_tabs_container.pws_tabs_horizontal_top ul.pws_tabs_controlls li.pws_tabs_controlls_item a.pws_tabs_controlls_link {
    background: none;
    box-shadow: none;
    font-family: 'Teko', sans-serif;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    color: #141414;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 40px;
    display: inline-block;
    vertical-align: top; }
  .ts-fancy-tabs-main-wrapper .pws_tabs_container.pws_tabs_horizontal_top ul.pws_tabs_controlls li.pws_tabs_controlls_item + li.pws_tabs_controlls_item a.pws_tabs_controlls_link:before {
    content: '/';
    margin: 0 8px 0;
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    font-weight: 300;
    vertical-align: 3px; }
.ts-fancy-tabs-main-wrapper .pws_tabs_container.pws_tabs_horizontal_top .ts-fancy-tabs-container.pws_tabs_list {
  background: none; }

.title-featured {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 4px;
  position: relative;
  margin: 0 0 24px;
  color: #141414; }
  .title-featured:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #141414;
    bottom: 0;
    left: 0; }

.title-featured.center:before {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

/*-------------------------------------------------------------------
= No.One HOME-----------------------------------------------------*/
.vc_row.fix-column-no-padding {
  margin: 0; }
  .vc_row.fix-column-no-padding .wpb_column.vc_column_container {
    padding: 0; }

.shortcode_wd_banner .wd_banner_background_image_wrapper {
  position: relative;
  overflow: hidden; }
  .shortcode_wd_banner .wd_banner_background_image_wrapper figure img {
    width: 100%; }
  .shortcode_wd_banner .wd_banner_background_image_wrapper .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s; }
    .shortcode_wd_banner .wd_banner_background_image_wrapper .caption:hover .caption {
      transform: translateY(-20px);
      -webkit-transform: translateY(-20px); }
    .shortcode_wd_banner .wd_banner_background_image_wrapper .caption img {
      position: absolute; }
    .shortcode_wd_banner .wd_banner_background_image_wrapper .caption.mid_right img {
      top: 50%;
      right: 35px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
    .shortcode_wd_banner .wd_banner_background_image_wrapper .caption.mid_left img {
      top: 50%;
      left: 35px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
    .shortcode_wd_banner .wd_banner_background_image_wrapper .caption.mid_center img {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
    .shortcode_wd_banner .wd_banner_background_image_wrapper .caption.bot_left img {
      left: 35px;
      bottom: 35px;
      margin: 0; }
    .shortcode_wd_banner .wd_banner_background_image_wrapper .caption.bot_right img {
      bottom: 40px;
      right: 35px;
      margin: 0; }
    .shortcode_wd_banner .wd_banner_background_image_wrapper .caption.bot_center img {
      bottom: 35px;
      left: 50%;
      margin: 0;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
    .shortcode_wd_banner .wd_banner_background_image_wrapper .caption.top_center img {
      margin: 12px 0 0;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
    .shortcode_wd_banner .wd_banner_background_image_wrapper .caption.top_right img {
      top: 12px;
      right: 35px;
      margin: 0; }
    .shortcode_wd_banner .wd_banner_background_image_wrapper .caption.top_left img {
      top: 12px;
      left: 35px;
      margin: 0; }

.info-banner {
  text-align: center; }
  .info-banner .title {
    font-family: 'Teko', sans-serif;
    font-size: 120px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding: 35px 0 14px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    line-height: 87px;
    margin-top: 0;
    margin-bottom: 33px; }
  .info-banner .text {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 40px; }
  .info-banner .big-title {
    font-family: 'Teko', sans-serif;
    font-size: 166px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 138px;
    margin-bottom: 3px; }
    .info-banner .big-title.bordertext {
      margin-bottom: 35px; }
      .info-banner .big-title.bordertext strong {
        padding: 26px 50px 10px 50px;
        border: 1px solid rgba(255, 255, 255, 0.7);
        display: inline-block;
        font-weight: 400; }
  .info-banner .small-text {
    font-family: 'Alike Angular', serif;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-style: italic;
    padding: 0 77px;
    margin-bottom: 44px; }
  .info-banner .circle {
    display: inline-block;
    margin: 0 auto;
    width: 110px;
    height: 110px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    line-height: 33px;
    padding: 31px 0; }
    .info-banner .circle a {
      color: #fff; }
    .info-banner .circle:after {
      content: "\f103";
      font: 18px 'FontAwesome';
      display: block; }
  .info-banner .small-circle {
    display: inline-block;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    line-height: 33px;
    padding: 10px 0; }
    .info-banner .small-circle a {
      color: #fff; }
    .info-banner .small-circle:after {
      content: "\f103";
      font: 18px 'FontAwesome';
      display: block; }

.line.line-70 {
  width: 70px;
  height: 1px;
  background: #000;
  margin: 35px 0; }

.ts-move-right-26 {
  margin-left: 26px; }

.button.button1.btn-big {
  padding: 17px 40px;
  font-size: 15px; }

.swapper-404 {
  margin-bottom: 50px; }
  .swapper-404 .subscribe_widget.style-2.text-center {
    padding: 0;
    text-align: left; }
    .swapper-404 .subscribe_widget.style-2.text-center form {
      position: relative;
      border-radius: 0; }
      .swapper-404 .subscribe_widget.style-2.text-center form button.btn {
        position: absolute;
        right: 4px;
        top: 4px;
        background: #000;
        color: #fff;
        border-radius: 0;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        padding: 9px 20px;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s; }
        .swapper-404 .subscribe_widget.style-2.text-center form button.btn:hover {
          opacity: 0.5; }
      .swapper-404 .subscribe_widget.style-2.text-center form input.subscribe_email {
        padding: 0 15px; }

.slideshow-wrapper .tparrows {
  width: 33px;
  height: 50px; }
  .slideshow-wrapper .tparrows:before {
    content: none !important; }
  .slideshow-wrapper .tparrows:hover {
    opacity: 0.5; }
.slideshow-wrapper .tp-leftarrow.tparrows {
  background: url(images/left_slideshow.png) no-repeat; }
.slideshow-wrapper .tp-rightarrow.tparrows {
  background: url(images/right_slideshow.png) no-repeat; }

/*html .vc_parallax .vc_parallax-inner{
	background-position:100%;
	background-size:100%;
}*/
/*=================== HOME 4 ===================*/
.shortcode-recent-blogs.display-vertical {
  overflow: hidden;
  margin: 0; }
  .shortcode-recent-blogs.display-vertical .item {
    padding: 0; }
    .shortcode-recent-blogs.display-vertical .item .item-content {
      box-sizing: border-box;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0;
      position: relative;
      overflow: hidden; }
      .shortcode-recent-blogs.display-vertical .item .item-content .post-info-thumbnail {
        width: 50%;
        margin: 0;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: flex;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
        .shortcode-recent-blogs.display-vertical .item .item-content .post-info-thumbnail .blog_video {
          margin-bottom: 0; }
        .shortcode-recent-blogs.display-vertical .item .item-content .post-info-thumbnail img {
          margin: 0; }
        .shortcode-recent-blogs.display-vertical .item .item-content .post-info-thumbnail .entry-date {
          width: 49px;
          height: 58px;
          background: #fff;
          text-align: center;
          padding: 11px 0;
          color: #2d3136;
          position: absolute;
          top: 0; }
          .shortcode-recent-blogs.display-vertical .item .item-content .post-info-thumbnail .entry-date .month {
            font-weight: 300;
            font-size: 13px;
            margin: 0;
            text-transform: uppercase;
            line-height: 13px; }
          .shortcode-recent-blogs.display-vertical .item .item-content .post-info-thumbnail .entry-date .day {
            font: 500 21px/18px "Lato", sans-serif;
            margin: 0; }
      .shortcode-recent-blogs.display-vertical .item .item-content .post-info-content {
        min-height: 252px;
        position: relative;
        width: 50%;
        padding: 30px 40px;
        background: #f0f0f0; }
        .shortcode-recent-blogs.display-vertical .item .item-content .post-info-content .heading-title {
          margin-bottom: 5px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .shortcode-recent-blogs.display-vertical .item .item-content .post-info-content .author {
          margin-bottom: 16px; }
        .shortcode-recent-blogs.display-vertical .item .item-content .post-info-content .excerpt {
          margin-bottom: 22px; }
    .shortcode-recent-blogs.display-vertical .item .item-content.left .post-info-thumbnail {
      float: left;
      left: 0; }
      .shortcode-recent-blogs.display-vertical .item .item-content.left .post-info-thumbnail .entry-date {
        left: 0; }
    .shortcode-recent-blogs.display-vertical .item .item-content.left .post-info-content {
      float: right;
      margin-left: 50%; }
      .shortcode-recent-blogs.display-vertical .item .item-content.left .post-info-content:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(240, 240, 240, 0);
        border-right-color: #f0f0f0;
        border-width: 25px;
        margin-top: -25px; }
    .shortcode-recent-blogs.display-vertical .item .item-content.right .post-info-thumbnail {
      float: right;
      right: 0; }
      .shortcode-recent-blogs.display-vertical .item .item-content.right .post-info-thumbnail .entry-date {
        right: 0; }
    .shortcode-recent-blogs.display-vertical .item .item-content.right .post-info-content {
      float: left; }
      .shortcode-recent-blogs.display-vertical .item .item-content.right .post-info-content:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(240, 240, 240, 0);
        border-left-color: #f0f0f0;
        border-width: 25px;
        margin-top: -25px; }

html .bkg-position-top-center {
  background-position: top center !important; }

.sd-product-thumbnail {
  clear: both; }
  .sd-product-thumbnail .product-bigger-image .product-bigger {
    padding: 0 10px; }
    .sd-product-thumbnail .product-bigger-image .product-bigger .product-thumbnail-wrapper {
      margin: 0;
      line-height: 0; }
  .sd-product-thumbnail .products section {
    padding: 0; }
  .sd-product-thumbnail .product-thumbnail-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s; }
  .sd-product-thumbnail .product-thumbnail-wrapper:hover:before {
    opacity: 1; }
  .sd-product-thumbnail .product-thumbnail-wrapper span.amount {
    position: absolute;
    bottom: 16px;
    left: 19px;
    background: #fff;
    padding: 0px 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    letter-spacing: 1px;
    box-shadow: 0 1px 2px 0px #d0d0d0;
    z-index: 1; }
  .sd-product-thumbnail .product-thumbnail-wrapper .hover-info {
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s; }
    .sd-product-thumbnail .product-thumbnail-wrapper .hover-info .product-title {
      line-height: 19px;
      margin: 0 0 10px;
      text-align: left; }
      .sd-product-thumbnail .product-thumbnail-wrapper .hover-info .product-title a {
        font-family: "Raleway", sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        text-transform: none;
        line-height: 14px; }
    .sd-product-thumbnail .product-thumbnail-wrapper .hover-info .star-rating {
      position: relative !important;
      margin: 0 !important;
      transform: translateX(0) !important;
      -webkit-transform: translateX(0) !important;
      display: block;
      left: 0 !important;
      bottom: 0 !important; }
      .sd-product-thumbnail .product-thumbnail-wrapper .hover-info .star-rating:before {
        color: #fff; }
      .sd-product-thumbnail .product-thumbnail-wrapper .hover-info .star-rating span {
        color: #fff; }
        .sd-product-thumbnail .product-thumbnail-wrapper .hover-info .star-rating span strong {
          display: none; }
  .sd-product-thumbnail .product-thumbnail-wrapper:hover .hover-info {
    opacity: 1; }
  .sd-product-thumbnail .widget_product {
    padding: 0; }
    .sd-product-thumbnail .widget_product .products {
      margin: 0; }
      .sd-product-thumbnail .widget_product .products section {
        padding: 0 10px;
        margin-right: 0;
        line-height: 0; }
        .sd-product-thumbnail .widget_product .products section .product-thumbnail-wrapper {
          margin-bottom: 0; }
  .sd-product-thumbnail.right .product-bigger-image .product-bigger {
    float: right; }

#to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999; }
  #to-top a.scroll-button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #ccc;
    background: #fff;
    position: relative;
    display: block; }
    #to-top a.scroll-button:before {
      content: "\f102";
      font: 20px 'FontAwesome'; }
    #to-top a.scroll-button:hover {
      background: #ccc;
      color: #fff; }

body.home #template-wrapper {
  position: relative;
  overflow: hidden; }
body.home .main-slideshow {
  position: relative;
  z-index: 1;
  background: #262626; }
body.home #main-module-container {
  position: relative;
  z-index: 1;
  background: #fff; }
body.home #footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0; }

/*======================= COMPARE =========================*/
table.shop_table.wishlist_table {
  font-size: 100%; }
  table.shop_table.wishlist_table thead th.product-name {
    text-align: left;
    padding-left: 0; }
  table.shop_table.wishlist_table tbody tr td.product-thumbnail {
    padding-left: 0;
    width: 40%; }
    table.shop_table.wishlist_table tbody tr td.product-thumbnail .wd_product_meta a {
      font-family: 'Raleway', sans-serif;
      font-size: 14px;
      color: #323232;
      font-weight: 700;
      text-transform: uppercase;
      max-width: 100%; }
  table.shop_table.wishlist_table tbody tr td.product-add-to-cart a.add_to_cart {
    display: inline-block !important; }
  table.shop_table.wishlist_table tbody tr td.product-remove a.remove {
    color: #000 !important;
    font-size: 25px;
    background: none; }
    table.shop_table.wishlist_table tbody tr td.product-remove a.remove:hover {
      opacity: 0.5; }
  table.shop_table.wishlist_table tfoot td {
    padding: 0;
    border: none; }

/*============== site sample ====================*/
.header-box.header_v3 {
  background: #fff;
  padding-bottom: 123px;
  position: relative;
  z-index: 2; }
  .header-box.header_v3 header.header_v3 {
    background: #313131;
    position: relative;
    z-index: 999;
    padding-top: 12px; }
    .header-box.header_v3 header.header_v3 .header-top {
      margin-bottom: 41px; }

header .header-middle-left {
  width: auto; }

.wd_mega_menu_wrapper {
  float: right;
  text-align: right; }
  .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu, .wd_mega_menu_wrapper .menu-all-pages-container > ul, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu, .wd_mega_menu_wrapper .sf-menu > ul {
    list-style: none;
    margin: 0; }
    .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li.menu-item, .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li.menu-item, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li.menu-item, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li, .wd_mega_menu_wrapper .sf-menu > ul > li.menu-item, .wd_mega_menu_wrapper .sf-menu > ul > li {
      float: none;
      display: inline-block;
      position: relative; }
      .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li.menu-item > a, .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li > a, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li.menu-item > a, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li > a, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li.menu-item > a, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li > a, .wd_mega_menu_wrapper .sf-menu > ul > li.menu-item > a, .wd_mega_menu_wrapper .sf-menu > ul > li > a {
        font-family: 'Teko', sans-serif;
        font-size: 30px;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase;
        padding: 15px 20px 29px;
        display: block;
        line-height: 1.3em;
        position: relative; }
        .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li.menu-item > a:before, .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li > a:before, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li.menu-item > a:before, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li > a:before, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li.menu-item > a:before, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li > a:before, .wd_mega_menu_wrapper .sf-menu > ul > li.menu-item > a:before, .wd_mega_menu_wrapper .sf-menu > ul > li > a:before {
          content: '';
          width: 0;
          height: 1px;
          background: #fff;
          opacity: 0;
          position: absolute;
          bottom: 20px;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transition: all 0.2s ease 0s;
          -webkit-transition: all 0.2s ease 0s; }
      .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li.menu-item .sub-menu, .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li .sub-menu, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li.menu-item .sub-menu, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li .sub-menu, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li.menu-item .sub-menu, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li .sub-menu, .wd_mega_menu_wrapper .sf-menu > ul > li.menu-item .sub-menu, .wd_mega_menu_wrapper .sf-menu > ul > li .sub-menu {
        position: absolute;
        box-shadow: none;
        background: #141414;
        color: #959595;
        padding: 45px 48px;
        width: 270px;
        max-height: 0;
        opacity: 0;
        z-index: 20;
        transition: all 0.3s ease-in 0s;
        -webkit-transition: all 0.3s ease-in 0s;
        top: 130%;
        list-style: none;
        visibility: hidden;
        text-align: left; }
        .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li.menu-item .sub-menu li, .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li .sub-menu li, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li.menu-item .sub-menu li, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li .sub-menu li, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li.menu-item .sub-menu li, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li .sub-menu li, .wd_mega_menu_wrapper .sf-menu > ul > li.menu-item .sub-menu li, .wd_mega_menu_wrapper .sf-menu > ul > li .sub-menu li {
          margin-bottom: 29px;
          position: relative; }
          .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li.menu-item .sub-menu li a, .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li .sub-menu li a, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li.menu-item .sub-menu li a, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li .sub-menu li a, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li.menu-item .sub-menu li a, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li .sub-menu li a, .wd_mega_menu_wrapper .sf-menu > ul > li.menu-item .sub-menu li a, .wd_mega_menu_wrapper .sf-menu > ul > li .sub-menu li a {
            color: #959595;
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            font-weight: 400;
            padding: 0;
            text-transform: uppercase;
            display: block; }
          .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li.menu-item .sub-menu li .sub-menu, .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li .sub-menu li .sub-menu, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li.menu-item .sub-menu li .sub-menu, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li .sub-menu li .sub-menu, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li.menu-item .sub-menu li .sub-menu, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li .sub-menu li .sub-menu, .wd_mega_menu_wrapper .sf-menu > ul > li.menu-item .sub-menu li .sub-menu, .wd_mega_menu_wrapper .sf-menu > ul > li .sub-menu li .sub-menu {
            background: #959595;
            top: -45px;
            left: auto;
            right: calc(100% + 48px);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease-in 0s;
            -webkit-transition: all 0.3s ease-in 0s;
            margin: 0; }
            .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li.menu-item .sub-menu li .sub-menu li a, .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li .sub-menu li .sub-menu li a, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li.menu-item .sub-menu li .sub-menu li a, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li .sub-menu li .sub-menu li a, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li.menu-item .sub-menu li .sub-menu li a, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li .sub-menu li .sub-menu li a, .wd_mega_menu_wrapper .sf-menu > ul > li.menu-item .sub-menu li .sub-menu li a, .wd_mega_menu_wrapper .sf-menu > ul > li .sub-menu li .sub-menu li a {
              color: #141414; }
          .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li.menu-item .sub-menu li:hover a, .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li .sub-menu li:hover a, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li.menu-item .sub-menu li:hover a, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li .sub-menu li:hover a, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li.menu-item .sub-menu li:hover a, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li .sub-menu li:hover a, .wd_mega_menu_wrapper .sf-menu > ul > li.menu-item .sub-menu li:hover a, .wd_mega_menu_wrapper .sf-menu > ul > li .sub-menu li:hover a {
            color: #fff; }
          .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li.menu-item .sub-menu li:hover .sub-menu, .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li .sub-menu li:hover .sub-menu, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li.menu-item .sub-menu li:hover .sub-menu, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li .sub-menu li:hover .sub-menu, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li.menu-item .sub-menu li:hover .sub-menu, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li .sub-menu li:hover .sub-menu, .wd_mega_menu_wrapper .sf-menu > ul > li.menu-item .sub-menu li:hover .sub-menu, .wd_mega_menu_wrapper .sf-menu > ul > li .sub-menu li:hover .sub-menu {
            opacity: 1;
            visibility: visible; }
          .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li.menu-item .sub-menu li.menu-item-has-children > a, .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li .sub-menu li.menu-item-has-children > a, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li.menu-item .sub-menu li.menu-item-has-children > a, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li .sub-menu li.menu-item-has-children > a, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li.menu-item .sub-menu li.menu-item-has-children > a, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li .sub-menu li.menu-item-has-children > a, .wd_mega_menu_wrapper .sf-menu > ul > li.menu-item .sub-menu li.menu-item-has-children > a, .wd_mega_menu_wrapper .sf-menu > ul > li .sub-menu li.menu-item-has-children > a {
            position: relative; }
            .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li.menu-item .sub-menu li.menu-item-has-children > a:after, .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li .sub-menu li.menu-item-has-children > a:after, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li.menu-item .sub-menu li.menu-item-has-children > a:after, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li .sub-menu li.menu-item-has-children > a:after, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li.menu-item .sub-menu li.menu-item-has-children > a:after, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li .sub-menu li.menu-item-has-children > a:after, .wd_mega_menu_wrapper .sf-menu > ul > li.menu-item .sub-menu li.menu-item-has-children > a:after, .wd_mega_menu_wrapper .sf-menu > ul > li .sub-menu li.menu-item-has-children > a:after {
              position: absolute;
              content: "\f105";
              display: inline-block;
              font-family: FontAwesome;
              font-style: normal;
              font-weight: 400;
              line-height: 1;
              color: inherit;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-size: 16px;
              margin: 0;
              top: 35%;
              right: 3px; }
      .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li.menu-item:hover .sub-menu, .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li:hover .sub-menu, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li.menu-item:hover .sub-menu, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li:hover .sub-menu, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li.menu-item:hover .sub-menu, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li:hover .sub-menu, .wd_mega_menu_wrapper .sf-menu > ul > li.menu-item:hover .sub-menu, .wd_mega_menu_wrapper .sf-menu > ul > li:hover .sub-menu {
        max-height: 99999px;
        opacity: 1;
        top: 100%;
        visibility: visible; }
      .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li.menu-item:hover > a:before, .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li:hover > a:before, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li.menu-item:hover > a:before, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li:hover > a:before, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li.menu-item:hover > a:before, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li:hover > a:before, .wd_mega_menu_wrapper .sf-menu > ul > li.menu-item:hover > a:before, .wd_mega_menu_wrapper .sf-menu > ul > li:hover > a:before {
        width: 30px;
        opacity: 0.5; }
      .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li.menu-item.menu-item-has-children > a, .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li.menu-item-has-children > a, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li.menu-item.menu-item-has-children > a, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li.menu-item-has-children > a, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li.menu-item.menu-item-has-children > a, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li.menu-item-has-children > a, .wd_mega_menu_wrapper .sf-menu > ul > li.menu-item.menu-item-has-children > a, .wd_mega_menu_wrapper .sf-menu > ul > li.menu-item-has-children > a {
        position: relative; }
        .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li.menu-item.menu-item-has-children > a:after, .wd_mega_menu_wrapper .menu-all-pages-container > ul.sf-menu > li.menu-item-has-children > a:after, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li.menu-item.menu-item-has-children > a:after, .wd_mega_menu_wrapper .menu-all-pages-container > ul > li.menu-item-has-children > a:after, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li.menu-item.menu-item-has-children > a:after, .wd_mega_menu_wrapper .sf-menu > ul.sf-menu > li.menu-item-has-children > a:after, .wd_mega_menu_wrapper .sf-menu > ul > li.menu-item.menu-item-has-children > a:after, .wd_mega_menu_wrapper .sf-menu > ul > li.menu-item-has-children > a:after {
          position: absolute;
          content: "\f107";
          display: inline-block;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: 400;
          line-height: 1;
          color: inherit;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 16px;
          margin: 0;
          top: 35%;
          right: 3px; }

.item-content .post-info-thumbnail {
  position: relative;
  margin-bottom: 22px; }
  .item-content .post-info-thumbnail .entry-date {
    position: absolute;
    width: 49px;
    height: 58px;
    background: #fff;
    color: #2d3136;
    top: 20px;
    right: 20px;
    text-align: center;
    padding-top: 6px; }
    .item-content .post-info-thumbnail .entry-date .month {
      font-family: 'Raleway', sans-serif;
      font-size: 13px;
      font-weight: 500;
      margin: 0;
      text-transform: uppercase; }
    .item-content .post-info-thumbnail .entry-date .day {
      font-family: 'Lato', sans-serif;
      font-weight: 500;
      font-size: 21px;
      margin: 0;
      line-height: 18px; }
.item-content h2 + .post-icon-box {
  display: inline-block;
  margin: 0 0 0 10px; }
  .item-content h2 + .post-icon-box .sticky-post {
    position: static; }

.short-content input[type="password"], div.single-post input[type="password"] {
  background: #fff;
  border: 1px solid #e1e1e1;
  height: 40px;
  font-size: 13px; }

footer#footer {
  margin: 30px 0 0; }

/*# sourceMappingURL=style.css.map */
