/*
Theme Name: Fabio
Theme URI: http://okthemes.com/fabio
Author: Cristian Gogoneata
Author URI: http://www.okthemes.com
Description: WooCommerce Shopping Theme
Tags: one-column, two-columns, right-sidebar, left-sidebar,full-width-template,rtl-language-support,sticky-post,theme-options, custom-menu, featured-images, threaded-comments, translation-ready
Text Domain: fabio
Version: 1.9
=======
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/*------------------------------------------------------------------

[Table of contents]

1. Body / body, html
2. General elements / typography, links, buttons, headings, form elements, images
3. Header / header, logo, breadcrumbs, header slider
4. Navigation / main menu, megamenu
5. Content / #content
6. Footer, footer extras, footer social
7. Sidebar / widgets
8. Blog / article, post formats, comments, pagination
9. Contact page
10. Gallery page / gallery single
11. 404 page
12. Unyson elements 

-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[ 1. Body / body, html ]
*/

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Open Sans';
  color: #9c9c9c;
  font-size: 14px;

  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* required for containers to inherit vertical size from window */
html, body {
  min-height: 100%;
  height: 100%;
}

/* Site loader */
body:before,
body:after {
  -webkit-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  -o-transition:all .4s ease-in-out;
  -ms-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
}

body:not(.pace-done) {
  background: #fff;
}

.spinner_wrapper {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  overflow: hidden;

  justify-content: center;
  align-items: center;

  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

body:not(.pace-done) .spinner_wrapper {
  top: 0;

  opacity: 1;
  visibility: visible;
  overflow: visible;
}
body div[class^="fw-col"]:not(.form-builder-item) {
	
	margin-bottom: 23px;

}
.spinner {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.spinner > div {
  width: 20%;
  height: 5px;
  background-color: #f2f6f7 !important;
  display: inline-block;
  animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  margin-left: 0px;
}

.spinner .spinner__item1 {
  animation-delay: -0.60s;
}

.spinner .spinner__item2 {
  animation-delay: -0.40s;
}

.spinner .spinner__item3 {
  animation-delay: -0.20s;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    transform: scale(1);
    opacity: 0.1;
  } 40% { 
    transform: scale(1.0);
    opacity: 1;
  }
}

/**
 * Animations
 */
@-webkit-keyframes spin-360 {
  from {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0);
    /* FF3.5+ */
    -ms-transform: rotate(0);
    /* IE9 */
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(180deg);
    /* FF3.5+ */
    -ms-transform: rotate(180deg);
    /* IE9 */
    -o-transform: rotate(180deg);
    /* Opera 10.5 */
    transform: rotate(180deg);
    zoom: 1;
  }
  to {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0);
    /* FF3.5+ */
    -ms-transform: rotate(0);
    /* IE9 */
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
}

/* Extend Bootstrap */

/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* Extend Bootstrap */


/*------------------------------------------------------------------
[ 2. General elements / typography, links, buttons, headings, form elements, images ]
*/

a {
  color: #121416;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

a:hover,
a:focus {
  color: #121416;
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-family: "Montserrat";
  clear: both;
  font-weight: 500;
  letter-spacing: 2px;
}

h1,.h1 { font-size: 28px;}
h2,.h2 { font-size: 24px;}
h3,.h3 { font-size: 18px;}
h4,.h4 { font-size: 14px;}
h5,.h5 { font-size: 12px;}
h6,.h6 { color: #9c9c9c;  font-family: Open Sans; font-size: 14px;}


@media (min-width: 992px) {
	h1,.h1 { font-size: 36px;}
	h2,.h2 { font-size: 28px;}
	h3,.h3 { font-size: 24px;}
	h4,.h4 { font-size: 16px;}
	h5,.h5 { font-size: 14px;}
	h6,.h6 { font-size: 12px;}
}

@media (min-width: 1200px) {
	h1,.h1 { font-size: 41px;}
	h2,.h2 { font-size: 34px;}
	h3,.h3 { font-size: 28px;}
	h4,.h4 { font-size: 20px;}
	h5,.h5 { font-size: 16px;}
	h6,.h6 { font-size: 14px;}
}

.header-1 {
	margin-bottom: 15px;
	font-size: 28px;
	
}

@media (min-width: 992px) {
	.header-1 {
		margin-bottom: 30px;
		font-size: 36px;
	}
}

hr {
	margin-top: 25px;
	margin-bottom: 25px;
	border-top-color: #d9dee2;
}
@media (min-width: 992px) {
	hr {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

@media (min-width: 768px) {
	.lead {
	    font-size: 18px;
	}
}

@media (min-width: 768px) {
	div[class^="fw-col"]:not(.form-builder-item) {
	    margin-bottom: 50px;
	}
}

@media (max-width: 480px) {
	div[class^="col-xs"],
	li[class^="col-xs"] {
	    width: 100%;
	}
}

ul {
    list-style-type: square;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

/* Elements */
.element-inline {
  display: inline-block;
}

.no-border {
  border: 0 !important;
}

.no-rounded-corners {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}
.align-left {
    text-align: left; 	
}
.align-right {
    text-align: right; 	
}

.align-justify {
    text-align: justify; 	
}
.align-center {
    text-align: center; 	
}
.white-text {
  color: #fff !important;
}

.visible-xs-inline {
  display: none;
}

.center-text {
  text-align: center !important;
}

.gg-flex-wrapper {
    display: block;
}

@media (min-width: 992px) {
    .gg-flex-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        justify-content: center;
    }
}

@media (min-width: 992px) {
    .gg-flex-wrapper {
        justify-content: flex-start;
    }
}

.gg-flex-wrapper-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    align-items: center;
}

.gg-flex-column {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-justify-content: center;
    justify-content:center;
}

@media (min-width: 1024px) {
    .gg-flex-column {
        -webkit-flex-flow: column wrap;
        flex-flow: column wrap;
    }
}

body.gg-product-has-thumbs .gg-flex-column {
    -webkit-justify-content: space-between;
    justify-content:space-between;
}

body .gg-display-inline {
  display: inline-block !important;
}

.sticky {
    border: 6px solid #dfdfdf;
}

img,
.wp-post-image,
.logo-wrapper img.brand {
  max-height: auto;
  height: auto;
  max-width: 100%;
}

.fw-page-builder-content img {
	width: auto;
}

.gm-style img {
  max-width: none;
}

.gm-style .wrap_controls {
  max-height: inherit !important;
}

.wp-post-image.rounded,
figure.rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.wp-post-image.circle,
figure.circle {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin : 0;
}
input[type=number] {
  -moz-appearance : textfield;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;

  color: #999;
}

pre {
  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;
  max-width: 100%;
  overflow: auto;
  padding: 30px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;

  border-radius: 0;
}

caption {
  color: #9c9c9c;
}

footer.site-footer caption {
  padding: 0;
}

mark, .mark {
  background-color: #000;
  padding: 2px 5px;
  color: #fff;
  text-transform: none;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  width: 100% !important;
}

.screen-reader-text {
  display: none;
}

/*Content lists*/
.entry-content ul,
.entry-content ol,
li.comment ul,
li.comment ol {
  padding-left: 20px;
}

.entry-content ul ul,
.entry-content ol ol,
li.comment ul ul,
li.comment ol ol {
  padding-left: 30px;
}

/* Image align */
img.alignnone,
.alignnone {
  display: block;
  position: relative;
  margin: 30px auto;
}
img.alignright,
.alignright {
  float: right;
  margin: 30px 0px 30px 30px;
  clear: right;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 30px 30px 30px 0px;
  clear: left;
}
img.aligncenter,
.aligncenter {
  display: block;
  text-align: center;
  margin: 30px auto;
}

/*Container*/
body .fw-container-fluid {
	padding: 0;
}

/*Image width*/

.gg-widget img,
article.post .entry-content img {
  max-width: 100%;
  height: auto;
}

/* Captions  */
.wp-caption {
  max-width: 100%;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption,
caption {
  font-size: 13px;
  font-style: italic;
  padding: 15px 0;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
  list-style-position: inside;
}

footer.entry-meta span.edit-link {
	font-weight: bold;
	margin: 45px 0;
	display: block;
}

/*Table*/
.table>thead>tr>th {
	border-color: #dee6e9;
	font-size: 14px;
	font-family: "Montserrat";
	font-weight: bold;
}
.table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	border-color: #dee6e9;

}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th {
	border-color: #dee6e9;
	color: #000;
}

.table>thead>tr>th {
	font-style: normal;
}

/*Forms*/
body .wrap-forms label,
label {
	font-size: 12px;
	color: #000;
	font-family: 'Montserrat';
	font-weight: 600;
	text-transform: uppercase;
    letter-spacing: 2px;
}
.required {
	color: #b5b5b5;
}
body .wrap-forms label {
	margin-bottom: 3px;
}

body .wrap-forms input,
body .wrap-forms select,
.form-control,
.select2-selection span {
	background: #f5f5f5;
	font-size: 13px;
	color: #000; 
	font-weight: bold;
	box-shadow: none;
	line-height: 2em;
	border: none;
	border-radius: 0;
}

body .select2-selection span,
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 10px;
}

.form-control:focus {
	box-shadow: none;
	border-color: #dee6e9;
	background: #dee6e9;
}

select {
	border: 2px solid #dee6e9;
    max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	height: auto;
	width: auto;
	display: inline-block;
}

/*Password protected form*/
.post-password-form input.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -5px;
    margin-bottom: 1px;
}

.gg_posts_grid ul.el-grid .post-password-form input.btn {
    padding-left: 15px;
    padding-right: 15px;
}

/* page-links */
.page-links {
    width: 100%;
    display: block;
}

/* Buttons */

.btn:active, .btn.active {
    box-shadow: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wc-proceed-to-checkout .checkout-button,
.single_add_to_cart_button,
a.btn,
a.button,
a.btn-default:visited,
a.btn-default:focus,
a.btn-default:active,
input.btn,
input.btn-default:visited,
input.btn-default:focus,
input.btn-default:active,
.wishlist_table .add_to_cart.button {
	font-family: Montserrat;
    font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
    font-weight: 600;

	line-height: normal;
	padding: 15px 60px;
	border: none;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-bottom: 2px solid transparent;

    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

@media (max-width: 768px) {
    .wc-proceed-to-checkout .checkout-button,
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .single_add_to_cart_button,
    a.btn,
    a.btn-default:visited,
    a.btn-default:focus,
    a.btn-default:active,
    input.btn,
    input.btn-default:visited,
    input.btn-default:focus,
    input.btn-default:active,
    .wishlist_table .add_to_cart.button {
        padding-left: 30px;
        padding-right: 30px;
    }
}


input.btn-outline,
a.btn-outline {
	background: none;
	border-bottom: 2px solid #fff;
	color: #fff;
	padding: 10px;
}
@media (min-width: 992px) {
    input.btn-outline,
    a.btn-outline{
        padding: 15px 0;
    }
}

input.btn-outline:hover,
a.btn-outline:hover {
	background: #000;
	color: #fff;
	padding: 10px 30px;
	border-bottom: 2px solid #fff;
}
@media (min-width: 992px) {
    input.btn-outline:hover,
    a.btn-outline:hover{
        padding: 15px 60px;
    }
}

input.btn.btn-outline-black,
a.btn.btn-outline-black {
	background: none;
	border-bottom: 2px solid #000;
	color: #000;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce .product .single_add_to_cart_button.button,
.btn-default,
.wc-proceed-to-checkout .checkout-button,
.btn-primary,
.wishlist_table .add_to_cart.button {
    background: #000;
    color: #fff;
}

.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.btn-default:hover,
input.btn-primary:focus,
a.btn-primary:focus,
input.btn-primary:hover,
a.btn-primary:hover,
input.btn-primary:active,
a.btn-primary:active,
input.btn-primary:active:focus,
a.btn-primary:active:focus,
input[type=submit].button:hover {
	background: #fff;
	color: #000;
	border-bottom: 2px solid #000;
    outline: none;
}

.btn-secondary {
    background: #fff;
    color: #000;
}
.btn-secondary:hover {
    background: #000;
    color: #fff;
}

.btn-tertiary {
	background: #c0c3c4;
	color: #fff;
}
.btn-tertiary:hover {
	background: #000;
    color: #fff;
}

/*Input group*/

.input-group-addon {
	background-color: #f5f5f5;
    border-color:  none;
}

.input-group-addon:first-child {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {

  height: 50px;
}

/*WP Gallery*/
.entry-content .gallery .gallery-item img {
  border: 0 !important;
}

/*Posts*/
.page-links a,
.page-links > span:not(.page-links-title) {
	padding: 5px;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.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;
}

/**** disabling Isotope CSS3 transitions ****/

.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;
}


/* Top bar*/
header.site-header > .navbar:not(.navbar-fixed-top)  {
	padding: 15px 0;
}

@media (min-width: 992px) {
	header.site-header > .navbar:not(.navbar-fixed-top) {
		padding: 30px 0;
	}
}

body.gg-page-has-header-slider header.site-header {
	border-bottom: 0;
}

/*Transparent menu*/
body.gg-slider-is-beneath_header .navbar-default:not(.navbar-fixed-top) {
  background: transparent;
  border: 0;
  z-index: 1;
}


.top-bar ul:not(.dropdown-menu):not(.top-header) {
	display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;

    align-items: center;

    list-style: none;
    padding: 0;
    margin: 0;
}

@media (min-width: 992px) {
    .top-bar ul:not(.dropdown-menu):not(.top-header) {
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.top-bar ul:not(.dropdown-menu):not(.top-header).flex-right {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.top-bar ul.flex-left {
	justify-content: flex-start;
}
.top-bar ul.flex-right {
	justify-content: flex-end;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.top-bar > ul > li:last-child {
	text-align: right;
}

.top-bar > ul > li > ul li {
	padding-left: 15px;
	align-self: center;
}
.top-bar .cart-shop-top .fa-cart-plus {
	font-size: 18px;
}
.top-bar > ul > li > ul li:first-child {
	padding-left: 0;
}

.top-bar a > span.gg-account-icn {
	width: 19px;
    height: 19px;
    display: block;
}
@media (min-width: 992px) {
	.top-bar a > span.gg-account-icn {
		width: 24px;
	    height: 24px;
	}
}

.top-bar a > span.gg-logout-icn {
	width: 18px;
    height: 18px;
    display: block;
}
@media (min-width: 992px) {
	.top-bar a > span.gg-logout-icn {
		width: 23px;
	    height: 23px;
	}
}
.top-bar .top-header {
	padding: 0;
	margin: 0;
    width: 100%;

    white-space: nowrap;

    position: relative;

    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.top-bar .top-header > li {
	float: left; 
	list-style-type: none;
	-webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;

    align-self: center;
}
.top-bar .top-header > li.logo { 
	max-width: 25%;
	padding: 35px 0;
	width: 100%;
}
.top-bar .top-header > li.menus {
	width: 100%;
    text-align: center;
}	
@media (min-width: 992px) {
    .top-bar .top-header > li.menus {
        text-align: left;
    }
}
.top-bar .top-header > li.shop { 
	padding: 35px 0;
	width: 100%;
	max-width: 25%;
}

body.gg-has-stiky-menu .top-bar .top-header > li.shop,
body.gg-has-stiky-menu .top-bar .top-header > li.logo {
    padding-top: 15px;
    padding-bottom: 15px;
}

.top-bar .top-header > li.shop ul li {
    padding-right: 15px;
    border-left: 1px solid #d4d9de;
}
.top-bar .top-header > li.shop ul li:first-child {
    border: 0;
}

.top-bar .top-header > li.shop .wishlist,
.top-bar .top-header > li.shop .wishlist a { 
	color: #9c9c9c; 
	font-size: 12px;
}

.top-bar .top-header > li.shop .wishlist a:hover {
    color: #000;
}
.top-bar .logo-wrapper {
	text-align: left;
	
}
.top-bar .logo-wrapper h2,
.top-bar .logo-wrapper div,
.footer-logo-sm .logo h2,
.footer-logo-sm .logo div {
	padding: 0;
	margin: 0;
	font-family: Montserrat;
	font-weight: 800;

	font-size: 18px;
	height: auto;
	color: #121416; 
	font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
}

@media (min-width: 992px) {
	.top-bar .logo-wrapper h2,
	.top-bar .logo-wrapper div,
    .footer-logo-sm .logo h2,
    .footer-logo-sm .logo div {
		font-size: 26px;
	}
}

.top-bar .logo-wrapper h2 a,
.top-bar .logo-wrapper .site-title a,
.footer-logo-sm .logo h2 a,
.footer-logo-sm .logo div a {
	color: #121416;
}

body.gg-header-style-dark .top-bar .logo-wrapper h2 a,
body.gg-header-style-dark .top-bar .logo-wrapper .site-title a {
	color: #fff;
}


/*right top bar language selector*/

.top-bar-flags {
	position: relative;
}

.top-bar-flags ul li{
	list-style-type: none;
}

.top-bar > ul > li .top-bar-flags ul li {
	padding-left: 0;
}

.top-bar-flags img {
	padding-right: 0;
	position: relative;
	top: -1px;
}
@media (min-width: 992px) {
	.top-bar-flags img {
		padding-right: 5px;
	}
}

.top-bar-flags .dropdown-menu img {
	padding-right: 5px;
}

.top-bar-flags a {
	font-size: 11px;
	font-style: italic;
}

.top-bar .cart-shop-top {
	width: 25px;

	display: inline-block;
	text-align: center;

	color: #121416;
	font-size: 11px;

	position: relative;
}
@media (min-width: 992px) {
	.top-bar .cart-shop-top {
	    width: 30px;
	
	}
}

.top-bar .cart-shop-top span.gg-products-count {
    font-family: Montserrat;
    font-size: 10px;
    color: #000;
}

/*main navbar*/


/*Search*/
.gg-searchform-wrapper form {
	margin: 0;
	text-align: center;
}

.gg-searchform-wrapper input {
	border:0;
	height: auto;
	text-align: center;

	font-size: 28px;
    font-family: "Montserrat";
	font-weight: bold;
	line-height: normal;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
  .gg-searchform-wrapper input {
    font-size: 42px;
	margin-bottom: 45px;
  }
}

.gg-searchform-wrapper input:focus {
	background: transparent;
}


body.search-results .gg_posts_grid ul {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
}

body.search-results .gg_posts_grid ul li {
	margin-bottom: 60px;
}

body.search-results .productsearch ul {
	margin: 0 -15px;
}

/*Main Nav*/
.navbar {
	border: none;
	background: none;
	margin-bottom: 0;
   
    z-index: 3; 

	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-ms-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s; 
}

.navbar-nav>li {
    font-size: 12px;
}

.navbar-secondary {
	position: static;
    display: block;
    float: left;
    width: 100%;
}
.navbar-toggle {
	float: none;
	margin: 0 auto;
	position: relative;
	margin-left: 0;
	
	padding: 6px 7px;
}

@media (min-width: 992px) {
	.navbar-toggle {
	    padding: 9px 10px;
	}
}

.navbar-default .navbar-toggle {
	border-color: #000;
    margin: 0 auto;
    border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #000;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #000;
	width: 17px;
    height: 2px;
}
@media (min-width: 992px) {
	.navbar-default .navbar-toggle .icon-bar {
	    width: 22px;
    	height: 2px;
	}
}

.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar {
	background: #fff;
}

.navbar-collapse {
	width: calc(100% + 30px);
	padding-left: 0;
	padding-right: 0;
	margin: 0;
    left: -15px;
    top: 100%;
    position: absolute;
    background: #fff;
    z-index: 1;
}
@media (min-width: 992px) {
    .navbar-collapse {
        background: transparent;
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
	margin: 0;
	border: 0; 
}

@media (min-width: 992px) {
	.navbar-collapse {
		position: relative;
	}
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-collapse {
    max-height: 200px;
  }
}

#main-menu,
#footer-menu {
	text-align: center;
	display: block;
	margin: 0;
	font-size: 0;

	width: 100%;
    border-bottom: 1px solid #eeeeee;
}
.navbar-fixed-top  #main-menu {
	border: none;
}

.navbar-nav li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}

@media (min-width: 992px) {
	.navbar-nav li {
		display: inline-block;
	}
}

.footer-menu #footer-menu  li {
    display: inline-block;
}

#main-menu li a,
#footer-menu li a {
	font-weight: normal;
	color: #000;
	font-size: 12px;
	font-family: Montserrat;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-nav li a:hover {
    color: #9c9c9c;
}

.navbar-secondary #secondary-menu {
	display: block;
	text-align: center;
	float: none;
}	
.navbar-secondary #secondary-menu li{
	display: block;
	float: none;
}
@media (min-width: 992px) {
    .navbar-secondary #secondary-menu li{
        display: inline-block;
    }
}
.navbar-secondary #secondary-menu li a {
	color: #9c9c9c;
    font-size: 12px;
}

.navbar-secondary #secondary-menu li a:hover {
	color: #000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background: transparent;
}
#main-menu  li a.fa:before {
	font-style: normal;
}

/* sub menu item s*/
.navbar-nav .mega-menu .sub-menu,
.navbar-nav .dropdown-menu,
.navbar-nav .sub-menu,
.top-bar-flags .dropdown-menu {
	background: #000;
	margin: 0;
	color: #ffffff; 
	border: none; 
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

	display: none;
	visibility: visible;
	opacity: 1;

    transform: none;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: none;

    position: absolute;
}

@media (min-width: 992px) {
    .navbar-nav .mega-menu .sub-menu,
    .navbar-nav .dropdown-menu,
    .navbar-nav .sub-menu,
    .top-bar-flags .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;

        transform: translateY(10%);
    }
}

.navbar-nav .menu-item-has-children:hover > .mega-menu .sub-menu,
.navbar-nav .menu-item-has-children:hover > .sub-menu,
.navbar-nav .open > .dropdown-menu,
.top-bar-flags .open > .dropdown-menu {
    
    display: block;
    transform: none;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;

    background: #000;
}

@media (min-width: 992px) {
    .navbar-nav .menu-item-has-children:hover > .mega-menu .sub-menu,
    .navbar-nav .menu-item-has-children:hover > .sub-menu,
    .navbar-nav .open > .dropdown-menu,
    .top-bar-flags .open > .dropdown-menu {
        opacity: 1;
        visibility: visible;

        transform: translateY(0);
    }
}

#secondary-menu .mega-menu .mega-menu-col {
	width: 33%;
	padding: 0 15px 15px 0;
}
.navbar-nav .dropdown-menu > .dropdown-submenu {
	position: relative;
}

.navbar-nav .dropdown-menu > .dropdown-submenu > .dropdown-menu {
	left: 100%;
	top: 0;
}

@media (max-width: 991px) {
    .navbar-nav .dropdown-menu > .dropdown-submenu > .dropdown-menu {
        margin: 15px;
        background: rgba(255,255,255,0.2);
    }
}

.top-bar-flags .dropdown-menu {
	left: auto;
	right: 0;
	background: #d4d9de;
}

.navbar-secondary #secondary-menu .dropdown-menu li,
.navbar-nav .dropdown-menu li,
#main-menu .dropdown-menu li {
	color: #fff;
	display: block;
    text-align: center;
}

@media (min-width: 992px) {
    .navbar-secondary #secondary-menu .dropdown-menu li,
    .navbar-nav .dropdown-menu li,
    #main-menu .dropdown-menu li {
        text-align: left;
    }
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: transparent;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background: #000;
}

#main-menu .dropdown-menu li a,
.navbar-secondary #secondary-menu .dropdown-menu li a,
.navbar-nav .dropdown-menu li a {
	padding: 10px 15px;
    color: #fff;
    font-family: Open Sans;
    text-transform: capitalize;
    letter-spacing: 0;
}

@media (min-width: 992px) {
	.navbar-nav .dropdown-menu li a  {
		text-align: left;
	}
}

.navbar-nav li.open ul.dropdown-menu li.active > a,
.navbar-nav li.open ul.dropdown-menu li a:hover {
	background: #c0c3c4;
	color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    background: #c0c3c4;
}

.navbar-fixed-top {
	background: #fff;
}

/*Stiky nav*/ 
body.gg-has-stiky-menu .navbar-fixed-top {
  left: 0;
  right: 0;
  top: -122px;
  z-index: 9999;
}


@media (min-width: 992px) {
    body.gg-has-stiky-menu .navbar-fixed-top .navbar-secondary {
        display: none;
    }
}

/*content */
#content {
	margin-top: 0;
	margin-bottom: 0;
}
.content-wrapper {
	background: #f2f6f7;
    padding-bottom: 60px;
}
.error404 .content-wrapper {
	background: #fff;
}

/*Page meta*/
.page-meta-wrapper h1 {
	font-size: 36px;
	color: #000; 
	font-family: Montserrat;
	line-height: 1em;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 5px;
}

@media (min-width: 768px) {
    .page-meta-wrapper h1 {
        font-size: 60px;
        letter-spacing: 10px;
    }
}

.gg-page-has-header-image .page-meta-wrapper h1 {
    color: #fff;
}

.header-page-description {
	padding: 10px 0 0 0;
}

.page-meta-wrapper {
	padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width: 992px) {
	.page-meta-wrapper {
		padding-top: 60px;
        padding-bottom: 60px;
	}
}

.single-product .page-meta-wrapper {
    padding: 0;
}

.gg-page-has-header-image .page-meta-wrapper {
	padding: 45px 0;
}

@media (min-width: 992px) {
	.gg-page-has-header-image .page-meta-wrapper {
		padding: 90px 0;
	}
}

@media (min-width: 1200px) {
	.gg-page-has-header-image .page-meta-wrapper {
		padding: 180px 0 140px 0;
	}
}

/*Page meta - Align*/

.page-meta {
  background-size: cover;
}

body.gg-page-header-align-left .page-meta {
	text-align: left;
}
body.gg-page-header-align-right .page-meta {
	text-align: right;
}
body.gg-page-header-align-center .page-meta {
	text-align: center;
}

body.gg-page-has-header-image .page-meta {
    margin-bottom: 60px;
}

body.gg-page-header-align-center .header-page-description {
	padding: 0 5% 25px 5%;
    line-height: 22px;
    font-size: 12px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
@media (min-width: 992px) {
	body.gg-page-header-align-center .header-page-description {
		padding: 0 10% 45px 10%;
	    font-size: 14px;
	    margin-top: 20px;
		line-height: 24px;
	}
}

body.gg-page-header-align-center .header-page-description p {
	margin-bottom: 0;
}


/*carousel title */
.posts2.header-align-left .gg-module-title {
	margin-bottom: 45px;
}
.posts2.header-align-center .gg-module-title {
	text-align: center;
	margin-bottom: 45px;
}
.posts2.header-align-right .gg-module-title {
	text-align: right;
	margin-bottom: 45px;
}

.fabio-post1-header,
.products-carousel-title {
	text-align: left;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.fabio-post1-header,
	.products-carousel-title {
		margin-bottom: 45px;
	}
}

.fabio-post1-header.center,
.products-carousel-title.center {
	text-align: center;
}

.fabio-post1-header.right,
.products-carousel-title.right {
	text-align: right;
}

.fabio-post1-header.inline,
.products-carousel-title.inline {
	float: left;
}

.fabio-post1-header.inline + .fabio-post1-categories,
.products-carousel-title.inline + .fabio-categories,
.products-carousel-title.inline + .fabio-collection-categories,
.products-carousel-title.inline + .fabio-collection-categories {
	float: left;
	margin-right: 0;
	width: 100%;
}

@media (min-width: 992px) {
	.fabio-post1-header.inline + .fabio-post1-categories,
	.products-carousel-title.inline + .fabio-categories,
	.products-carousel-title.inline + .fabio-collection-categories ,
	.products-carousel-title.inline + .fabio-collection-categories{
		float: right;
		margin-right: 15px;
		width: auto;
	}
}

.fabio-post1-header.inline + .fabio-post1-categories + .posts1_cnt,
.products-carousel-title.inline + .fabio-categories + .ajax_module_wrapper,
.products-carousel-title.inline + .fabio-collection-categories + .ajax_module_wrapper {
	float:left;
	width: 100%;
}

.fabio-post1-header.inline > h2,
.products-carousel-title.inline > h2 {
	margin-top: 0;
}

.fabio-post1-header h2,
.posts2 .gg-module-title h2,
.products-carousel-title h2 {
	font-family: Montserrat;
	font-size: 24px;
	line-height: normal;
	font-weight: normal;
	letter-spacing: 4px;
	margin-bottom: 0;
    text-transform: uppercase;
}

.fabio-post1-header.title-size-small h2,
.products-carousel-title.title-size-small h2 {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .fabio-post1-header.title-size-small {
        margin-bottom: 30px;
    }
    .products-carousel-title.title-size-small {
        margin-bottom: 15px;
    }
}

.fabio-post1-header.title-size-large h2,
.products-carousel-title.title-size-large h2 {
    font-size: 36px;
    letter-spacing: 4px;
}

.fabio-post1-header h6,
.posts2 .gg-module-title h6,
.products-carousel-title h6 {
	font-family: "Open Sans";
    font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	margin: 20px auto 0 auto;
	color: #9c9c9c;
	max-width: 560px;
    letter-spacing: 0;
}
/*blog shortcode */
.products-carousel .blog-image {
	padding: 0 15px 0 0;
}
.products-carousel .blog{
	text-align: center;
	line-height: 1em;
}
.products-carousel .blog a{
	font-size: 13px;
	max-width: 100%;
	margin-top: 27px;	
}

.products-carousel .blog-date {
	line-height: 1em;
	text-align: center;
	margin-top: 5px;
}
.products-carousel .blog-date a{
	font-size: 12px;
	color: #9c9c9c;
	font-style: italic;
		
}
/* Product categories*/

.fabio-new-items-wrapper .fabio-categories,
.fabio-new-items-wrapper .fabio-collection-categories {
	margin-bottom: 30px;
	margin-left: 15px;
	position: relative;
	text-align: center;
}
.fabio-new-items-wrapper .fabio-categories  a,
.fabio-new-items-wrapper .fabio-collection-categories a {
	font-size: 24px;
	font-family: Montserrat;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1.8em;
	position: relative;
	padding-right: 60px;
	margin-right: 60px;
	color: #9c9c9c; 
	letter-spacing: 2px;
}

.fabio-new-items-wrapper .fabio-categories  a:last-child,
.fabio-new-items-wrapper .fabio-collection-categories a:last-child{
		margin-right: 60px;
		padding-right: 60px;

}
.fabio-new-items-wrapper .fabio-categories  a:after,
.fabio-new-items-wrapper .fabio-collection-categories a:after{
	position: absolute;
	content: "X";
	top: 0;
	right: 0;

	
}
.slick-dots li {
	margin-left: 10px;
	margin-right: 10px;
}


.fabio-new-items-wrapper .fabio-categories  a:last-child,
.fabio-new-items-wrapper .fabio-collection-categories  a:last-child{
	margin-right: 0;
}

.fabio-new-items-wrapper .fabio-categories a:hover,
.fabio-new-items-wrapper .fabio-categories a.current,
.fabio-new-items-wrapper .fabio-collection-categories a:hover,
.fabio-new-items-wrapper .fabio-collection-categories a.current,
.posts1 .fabio-post1-categories a:hover,
.posts2 .fabio-post1-categories a:hover,
.posts1 .fabio-post1-categories a.active,
.posts2 .fabio-post1-categories a.active {
	color: #000;
}

.fabio-new-items-wrapper .fabio-categories  a:last-child:after,
.fabio-new-items-wrapper .fabio-collection-categories  a:last-child:after{
	content: '';
}

/*Box 1 */

.box-1 {
	background: #c4cccf;
	display: -webkit-flex;
	display: flex;
	align-items: center;

	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
}

.box-1 .box-1-left-column,
.box-1 .box-1-right-column {
	display: -webkit-flex;
	display: flex;

	align-items: center;

}

@media (min-width: 1024px) {
	.box-1 {
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.box-1 .box-1-left-column {
		width: 40%;
	}
	.box-1 .box-1-right-column {
		width: 60%;
	}
}

@media (min-width: 1200px) {
	.box-1 .box-1-left-column,
	.box-1 .box-1-right-column {
		width: 50%;
	}
}

.box-1 .box-1-left-column {
	padding: 30px;
}

@media (min-width: 1024px) {
	.box-1 .box-1-left-column {
		padding-top: 40px;
		padding-bottom: 40px;	
	}
}
@media (min-width: 1200px) {
	.box-1 .box-1-left-column {
		padding-top: 80px;
		padding-bottom: 80px;	
	}
}

.box-1 .box-1-left-column .box-item{
	padding: 0;
	margin: 0;
}
.box-1 .box-1-left-column .box-item h4 {
	font-weight: bold;
	font-family: Montserrat;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin: 5px 15px 0 15px;
}	

.box-1 .box-1-left-column .box-item p{
	font-family: Lora, serif;
	font-size: 13px;
	font-style: italic;
	color: #fff;
	line-height: 24px;
	text-align: center;
	margin: 0 15px 15px 15px;
}	
.box-1 .box-1-left-column h2 {
	font-family: Montserrat;
	font-size: 36px;
	color: #fff;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 40px;
	text-align: center;
}
.box-1 .box-1-left-column .icons {
	
	position: relative;
	text-align: center;
	height: 100px;
}
.box-1 .box-1-left-column .icons span{
	color: #fff;
	font-size: 100px;
	line-height: 1em;	
}
.box-1 .box-1-left-column .icons .icon1{ 
	position: absolute;
	top: 0;
	left: 20%;
}
.box-1 .box-1-left-column .icons .icon2 {
	position: relative;
	height: 100%;
}


.box-1 .box-1-left-column .icons .icon1 img,
.box-1 .box-1-left-column .icons .icon1 .svg { 
	max-width: 100%;
	width: auto;
}

.box-1 .box-1-left-column .icons .icon2 img,
.box-1 .box-1-left-column .icons .icon2 .svg {
	max-width: 100%;
	width: auto;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box-1 .box-1-left-column .icons .icon2 span{ 
	font-size: 65px;
	line-height: 100px;
}
.box-1 .box-1-right-column{
	padding: 0;
	
} 
.box-1 .box-1-right-column img{
	padding: 0;
	max-width: 100%;
}
.box-1 .action{
	text-align: center;
	margin: 25px 0 0 0;
	clear: both;
} 

/*instagram */
.instagram {
	overflow: hidden;
}

.instagram .instagram-left {
	float: left;
    width: 100%;
    text-align: center;
}

@media (min-width: 480px) {
    .instagram .instagram-left {
        width: auto;
        text-align: left;
    }
}

.instagram .instagram-left h2 {
	margin: 0;
	line-height: 3.5em;
	font-size: 13px;
	font-weight: normal;
	font-family: Montserrat;
    text-transform: uppercase;
}

.instagram .instagram-left h2 i {
    padding-right: 10px;
}

.instagram .instagram-right {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width: 480px) {
	.instagram .instagram-right {
	    float: right;
	    width: auto;
	    margin-top: 0;
        margin-bottom: 15px;
	}
}
@media (max-width: 480px) {
    .instagram .instagram-right a.btn {
        width: 100%;
    }
}

.instagram .instagram-right .followers {
    color: #000;
    font-family: Montserrat;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 3.5em;
    font-weight: normal;
}
.instagram-body {
	clear: both;
	padding-top: 0;	
}
.instagram input.btn-outline,
.instagram a.btn-outline {
	color: #000;
	border-bottom-color: #000;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    line-height: 3.5em;
    letter-spacing: 2px;
    padding: 0;
}
.instagram input.btn-outline:hover,
.instagram a.btn-outline:hover {
	color: #fff;
	border-bottom-color: #000;
    padding: 0 15px;
}

.instagram-body .grid.without-space {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;

	padding: 0 15px;
}

@media (min-width: 768px) {
	.instagram-body .grid.without-space {
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
        padding: 0;
	}
}

.instagram-body img {
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.instagram-body img:hover {
    opacity: .8;
}

.instagram-body .grid > div {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin-bottom: 30px;
}

.instagram-body .grid.without-space > div {
    -webkit-flex: 1;
    flex: 1;

    padding: 0;
    margin: 0;
}

.instagram-body .instagram-cols-2:not(.fabio-instagram-slick) > div {width: 50%;}
.instagram-body .instagram-cols-3:not(.fabio-instagram-slick) > div {width: 33.33%;}
.instagram-body .instagram-cols-4:not(.fabio-instagram-slick) > div {width: 25%;}
.instagram-body .instagram-cols-5:not(.fabio-instagram-slick) > div {width: 20%;}
.instagram-body .instagram-cols-6:not(.fabio-instagram-slick) > div {width: 16.66%;}
.instagram-body .instagram-cols-7:not(.fabio-instagram-slick) > div {width: 14.28%;}
.instagram-body .instagram-cols-8:not(.fabio-instagram-slick) > div {width: 12.5%;}
.instagram-body .instagram-cols-9:not(.fabio-instagram-slick) > div {width: 11.11%;}

/*Team member*/

body .fw-team .fw-team-name h3 {
    font-size: 13px;
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}
body .fw-team .fw-team-name span {
    font-style: italic;
    color: #9c9c9c;
}

/*Simple carousel*/
.fabio-simple-carousel .fabio-carousel-item {
    position: relative;
    text-align: center;
}
.fabio-simple-carousel .fabio-carousel-item > a {
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*Accordion*/

body .fw-accordion {
	border: 0;
}

body .fw-accordion .fw-accordion-title {
	font-size: 14px;
	color: #121416;
	padding-top: 15px;
	padding-bottom: 15px;
	background: transparent;
}
@media (min-width: 992px) {
	body .fw-accordion .fw-accordion-title {
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 16px;
	}
}

body .fw-accordion .fw-accordion-content {
	font-style: italic;
}

body .fw-accordion .fw-accordion-content > p {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
}

body .fw-accordion .fw-accordion-title .ui-icon {
	top: 23px;
}
@media (min-width: 992px) {
	body .fw-accordion .fw-accordion-title .ui-icon {
		top: 38px;
	}
}

body .fw-accordion .fw-accordion-title.ui-state-active .ui-icon {
	top: 25px;
}
@media (min-width: 992px) {
	body .fw-accordion .fw-accordion-title.ui-state-active .ui-icon {
		top: 40px;
	}
}

/*Footer*/
.site-footer {
	margin-top: 0;
	clear: both;

    font-size: 12px;
    background: #f2f6f7;
    border-top:10px solid #fff;
}

.footer-widgets {
	padding-top: 60px;
	padding-bottom: 60px;
    float: left;
    width: 100%;
}

.footer-widgets .gg-footer-column {
    margin-bottom: 30px;
}

.footer-widgets .gg-footer-column:last-child {
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    .footer-widgets .gg-footer-column {
        margin-bottom: 0px;
    }
}

/*Footer trigger*/

.site-footer > .footer-trigger-wrapper {
    text-align: center;
    position: relative;
    z-index: 1;
}

.site-footer .footer-trigger-wrapper a.footer-trigger {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #fff transparent transparent transparent;

    position: absolute;
    left: calc(50% - 30px);
    top: -10px;
}
.site-footer .footer-trigger-wrapper.off a.footer-trigger {
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #fff transparent;
    top: -30px;
}

body.footer-is-on_display .site-footer > .footer-trigger-wrapper {
    display: none;
}
body.footer-is-on_display .site-footer {
    border:0;
}
body.footer-is-on_display .site-footer .footer-widgets {
    padding-top: 0;
}

.footer-widgets .gg-widget.widget_nav_menu ul li,
.footer-widgets .gg-widget.widget_pages ul li,
.footer-widgets .gg-widget.widget_categories ul li,
.footer-widgets .gg-widget.widget_archive ul li {
    text-align: center;
}

@media (min-width: 992px) {
    .footer-widgets .gg-widget.widget_nav_menu ul li,
    .footer-widgets .gg-widget.widget_pages ul li,
    .footer-widgets .gg-widget.widget_categories ul li,
    .footer-widgets .gg-widget.widget_archive ul li {
        text-align: left;
    }
}

.footer-widgets .gg-widget.widget_nav_menu ul li a,
.footer-widgets .gg-widget.widget_pages ul li a,
.footer-widgets .gg-widget.widget_categories ul li a,
.footer-widgets .gg-widget.widget_archive ul li a {
    font-family: Montserrat;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 2px;
}

/** footer social widget[middle] */
.footer-extras .footer-social {
	overflow: hidden;
	clear: both;
}
.footer-extras .footer-social ul{
	text-align: center;
	padding: 0;
}
.footer-extras .footer-social ul li{
	display: inline-block;
	list-style-type: none;
	padding: 0 10px;
}

.footer-copyright {
	padding: 15px 30px;
	font-size: 12px;
	color: #9c9c9c; 
	
	text-align: center;
	float: none;
	width: 100%;
}


@media (min-width: 992px) {
	.footer-copyright {
		padding: 30px 60px;
	}
}
.footer-widgets-holder h4 {
	text-transform: uppercase;
	font-family: Montserrat;
    font-size: 16px;
}
.footer-copyright a {
	color: #9c9c9c; 
	font-weight: bold;
}
.footer-logo-sm {
	background: #fff;
	padding-top: 30px;
	padding-bottom: 20px;
}

.footer-social-icons-widget {
	display: block;
    width: 100%;
	padding: 5px 0 8px 0px;
	margin:0 0 15px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .footer-social-icons-widget {
        display: inline-block;
        width: auto;
        margin:0;
        text-align: left;
        padding-left: 20px;
    }
}

.footer-social-icons-widget li{
	display: inline-block;
	padding: 0;
	margin: 0;
	line-height: 1em;
}
.footer-social-icons-widget li a{
	font-size: 17px;
	color: #b5b5b5; 
	padding: 8px 10px;
	line-height: 1.45em;
}	
.footer-social-icons-widget li a:hover{
	color: #000;
}
.footer-logo-sm .logo {
	padding: 0 30px 0 25px;

    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .footer-logo-sm .logo {
        margin-bottom: 0;
        text-align: left;
        display: inline-block;
        width: auto;
    }
}

.footer-menu {
	float: left ;
    width: 100%;
}

@media (min-width: 768px) {
    .footer-menu {
        float: right ;
        width: auto;
    }
}
.footer-menu .navbar-nav,
.footer-menu #footer-menu {
    border: 0;
}

.footer-menu a,
.footer-menu #footer-menu a  {
	text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: normal;
}

/* unyson */
.fw-special-title {
	margin: 0 auto;
	color: #121416;
	margin: 0px;
}

.fw-special-subtitle {
	margin-top: 15px;
}

.fw-heading-center, .fw-heading-center .fw-special-title {
	text-align: center;
	margin: 0 auto;
}
.fw-heading-left, .fw-heading-left .fw-special-title {
	text-align: left;
}
.fw-heading-right, .fw-heading-right .fw-special-title{
	text-align: right;
}

.fw-heading-h_normal {font-weight: normal;}
.fw-heading-h_bold {font-weight: bold;}
.fw-heading-h_100 {font-weight: 100;}
.fw-heading-h_200 {font-weight: 200;}
.fw-heading-h_300 {font-weight: 300;}
.fw-heading-h_400 {font-weight: 400;}
.fw-heading-h_500 {font-weight: 500;}
.fw-heading-h_600 {font-weight: 600;}
.fw-heading-h_700 {font-weight: 700;}
.fw-heading-h_800 {font-weight: 800;}
.fw-heading-h_900 {font-weight: 900;}



.ajax_module_wrapper {
	position: relative;
}

.posts1 .posts1_cnt,
.posts2 .posts1_cnt,
.ajax_module_wrapper .product_ajax_content,
.fabio-categories .product_ajax_loader,
.fabio-collection-categories .product_ajax_loader,
.fabio-post1-categories .gallery_ajax_loader,
.fabio-post1-categories .posts_ajax_loader {
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.posts1 .posts1_cnt,
.posts2 .posts1_cnt,
.ajax_module_wrapper .product_ajax_content {
	opacity: 1;

	-webkit-transition: all ease-in-out 1.2s;
	-moz-transition: all ease-in-out 1.2s;
	-ms-transition: all ease-in-out 1.2s;
	-o-transition: all ease-in-out 1.2s;
	transition: all ease-in-out 1.2s;
}

.posts1.loading .posts1_cnt,
.posts2.loading .posts1_cnt,
.ajax_module_wrapper.loading .product_ajax_content {
	opacity: 0.3;

	/*-webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
     transform:scale(0);*/

    /*transform: translate(-9999px,0);
    -webkit-transform: translate(-9999px,0);
    -o-transform: translate(-9999px,0);
    -moz-transform: translate(-9999px,0);*/
}

.fabio-categories .product_ajax_loader,
.fabio-collection-categories .product_ajax_loader,
.fabio-post1-categories .gallery_ajax_loader,
.fabio-post1-categories .posts_ajax_loader {
	opacity: 0;
	visibility: hidden;
}

.fabio-categories .product_ajax_loader.loading,
.fabio-collection-categories .product_ajax_loader.loading,
.fabio-post1-categories .gallery_ajax_loader.loading,
.fabio-post1-categories .posts_ajax_loader.loading {
	opacity: 1;
	visibility: visible;
}

.fabio-categories .product_ajax_loader,
.fabio-collection-categories .product_ajax_loader,
.fabio-categories .product_ajax_loader:after,
.fabio-collection-categories .product_ajax_loader:after,
.fabio-post1-categories .gallery_ajax_loader,
.fabio-post1-categories .posts_ajax_loader,
.fabio-post1-categories .gallery_ajax_loader:after,
.fabio-post1-categories .posts_ajax_loader:after {
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;

	width: 20px;
    height: 20px;
	z-index: 9999;
	overflow: hidden;
}
.fabio-categories .product_ajax_loader,
.fabio-collection-categories .product_ajax_loader,
.fabio-post1-categories .gallery_ajax_loader,
.fabio-post1-categories .posts_ajax_loader {
	margin: 0px auto;
	font-size: 10px;
	position: absolute;
	text-indent: -9999em;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #d4d9de;
	top: 0px;
	right: 0px;
}

.gg-ajax-loading {
    margin: 0px auto;
    font-size: 10px;
    position: absolute;
    text-indent: -9999em;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-left: 2px solid #d4d9de;
    top: 0px;
    left: 0px;

    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    
    width: 20px;
    height: 20px;
    z-index: 9999;
    overflow: hidden;

    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.fabio-categories .product_ajax_loader.loading,
.fabio-collection-categories .product_ajax_loader.loading,
.fabio-post1-categories .gallery_ajax_loader.loading,
.fabio-post1-categories .posts_ajax_loader.loading  {
	right: 15px;

	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

.fabio-post1-header.inline + .fabio-post1-categories .posts_ajax_loader,
.fabio-post1-header.inline + .fabio-post1-categories .gallery_ajax_loader,
.products-carousel-title.inline + .fabio-categories .product_ajax_loader,
.products-carousel-title.inline + .fabio-collection-categories .product_ajax_loader {
	right: 0;
	left: auto;
}

@media (min-width: 992px) {
	.fabio-post1-header.inline + .fabio-post1-categories .posts_ajax_loader,
	.fabio-post1-header.inline + .fabio-post1-categories .gallery_ajax_loader,
	.products-carousel-title.inline + .fabio-categories .product_ajax_loader,
	.products-carousel-title.inline + .fabio-collection-categories .product_ajax_loader {
		right: auto;
		left: -20px;
	}
}

.fabio-post1-header.inline + .fabio-post1-categories .posts_ajax_loader.loading,
.fabio-post1-header.inline + .fabio-post1-categories .gallery_ajax_loader.loading,
.products-carousel-title.inline + .fabio-categories .product_ajax_loader.loading,
.products-carousel-title.inline + .fabio-collection-categories .product_ajax_loader.loading {
	right: 15px;
	left: auto;
}

@media (min-width: 992px) {
	.fabio-post1-header.inline + .fabio-post1-categories .posts_ajax_loader.loading,
	.fabio-post1-header.inline + .fabio-post1-categories .gallery_ajax_loader.loading,
	.products-carousel-title.inline + .fabio-categories .product_ajax_loader.loading,
	.products-carousel-title.inline + .fabio-collection-categories .product_ajax_loader.loading {
		right: auto;
		left: -30px;
	}
}

.fabio-post1-header.inline + .fabio-post1-categories .posts_ajax_loader,
.fabio-post1-header.inline + .fabio-post1-categories .gallery_ajax_loader {
	top: 12px;
}

/*Load more btn animation*/

.ajaxLoadMore span,
.ajaxLoadMore span:after {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  z-index: 9999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.ajaxLoadMore span {
  margin: 0px;
  position: absolute;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff200;

  top: calc(50% - 6px);
  right: 14px;
}

.ajaxLoadMore.loading {
	position: relative;
	padding-right: 40px;
}

.ajaxLoadMore.loading span {

	opacity: 1;
	visibility: visible;

	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Contact us */
.contact-us-module {
	padding: 0 5%;
}

.contact-us-module h5 {
	margin-bottom: 20px;
}

.contact-us-module-wrapper {
	font-family: "Montserrat";
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
}

.contact-us-module-wrapper .address-module,
.contact-us-module-wrapper .phones-module,
.contact-us-module-wrapper .emails-module {
    margin-bottom: 30px;
}

/*product categories*/
.product-categories > div.isotop-grid-item {
	padding: 0 10px 10px 0;
}
.product-categories > div.isotop-grid-item a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.product-categories > div.isotop-grid-item a span.title {
    background: rgba(0,0,0,0.5);
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.product-categories > div:nth-child(3) {
	padding-right: 0;
}


/* mailchimp **/
.fabio_mailchimp {
	background: #000; 
	color: #fff;
	margin: 15px 35px;		
}

@media (min-width: 992px) {
	.fabio_mailchimp {
		margin: 30px 70px;		
	}
}

.fabio_mailchimp h2 {
	color: #fff;
	margin-bottom: 0;
}
.fabio_mailchimp .wrapper  {
	overflow: hidden;
	max-width: 610px;
	margin: 0 auto;
	padding: 25px;
}

@media (min-width: 992px) {
	.fabio_mailchimp .wrapper {
		padding: 55px;		
	}
}

.fabio_mailchimp .wrapper .mc4wp-form {
	margin-bottom: 0;
}

.fabio_mailchimp .wrapper .mc4wp-form p:last-child {
	margin-bottom: 0;
}

.fabio_mailchimp .email p {
	color: #9c9c9c;
}
.fabio_mailchimp .email label{
	display: none;
}
.fabio_mailchimp .email input,
.fabio_mailchimp .email input:focus,
.fabio_mailchimp .email input:active
{
	line-height: 1.4em;
	padding: 0;
	font-family: Lora, serif;
    font-size: 19px;
	background: none;
	border: none;
	border-bottom: 1px solid #292c30;
	box-shadow: none;
	color: #fff;
	display: block;
	margin: 0 15px 17px 0;
}

body .wrap-forms input:-moz-placeholder,
body .wrap-forms textarea:-moz-placeholder {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	font-family: Montserrat;
	text-transform: uppercase;
}

body .wrap-forms input::-moz-placeholder,
body .wrap-forms textarea::-moz-placeholder {
	font-size: 10px;
	
	font-weight: bold;
	color: #000000 ;
	font-family: Montserrat;
	text-transform: uppercase;
}

body .wrap-forms input:-ms-input-placeholder,
body .wrap-forms textarea:-ms-input-placeholder {
	font-size: 10px;

	font-weight: bold;
	color: #000000;
	font-family: Montserrat;
	text-transform: uppercase;
}

body .wrap-forms input::-webkit-input-placeholder,
body .wrap-forms textarea::-webkit-input-placeholder {
	font-size: 10px ;

	font-weight: bold;
	color: #000000;
	font-family: Montserrat;
	text-transform: uppercase;
}


.fabio_mailchimp .email input::-webkit-input-placeholder {
  font-family: Lora, serif;
  font-size: 19px;
  font-style: italic;
  text-transform: capitalize;
  font-weight: 200;
  color: #fff;
}

.fabio_mailchimp .email input:-moz-placeholder { /* Firefox 18- */
  font-family: Lora, serif;
  font-size: 19px;
  font-style: italic;
  text-transform: capitalize;
  color: #fff;
  font-weight: 200;
}

.fabio_mailchimp  .email input::-moz-placeholder {  /* Firefox 19+ */
  font-family: Lora, serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 200;
  text-transform: capitalize;
  color: #fff;
}

.fabio_mailchimp .email input:-ms-input-placeholder {  
   font-family: Lora, serif;
  font-size: 19px;
  font-style: italic;
  text-transform: capitalize;
  font-weight: 200;
  color: #fff;
}
.fabio_mailchimp .signup{
	margin-top: 9px;
	
}
.fabio_mailchimp  .signup .btn {
	background: #fff;
	color: #121416;
}

/*light version */
.fabio_mailchimp.light {
	background: none;
	color: #9c9c9c;
	margin: 0;
}
.fabio_mailchimp.light  form {
	margin-bottom: 0;
}

.fabio_mailchimp.light h2 {
	color: #9c9c9c;
}

.fabio_mailchimp.light .email p {
	color: #9c9c9c;
}

.fabio_mailchimp.light .email input,
.fabio_mailchimp.light .email input:focus,
.fabio_mailchimp.light .email input:active {
	border-bottom: 1px solid #292c30;
	color: #000;
}

.fabio_mailchimp.light form {
	padding: 0;
}

.fabio_mailchimp.light .signup .btn {
	background: none;
	color: #000;
	border: 2px solid #000;	
}

@media (min-width: 768px) {
	.left_separator {
		border-left: 1px solid #d9dee2; 
		padding-left: 30px;
	}
	.right_separator {
		border-right: 1px solid #d9dee2; 
		padding-right: 30px;
	}
}

/*Social icons widget*/

.social-icons-shortcode {
    text-align: center;
}

.social-icons-shortcode ul  {
	padding: 10px 0;
	margin: 0;
}
.social-icons-shortcode  h6 {
	font-size: 13px;
	margin-bottom:0;
}
.social-icons-shortcode ul li {
	display: inline-block;
	min-width: 50px;
	text-align: center;
}

.social-icons-shortcode ul li span.icon-text  {
    display: none;
    text-transform: uppercase;
}

.social-icons-shortcode ul li.withText:not(.withIcon) i {
    display: block;
}

@media (min-width: 768px) {
    .social-icons-shortcode ul li {
        min-width: 150px;
    }

    .social-icons-shortcode ul li span.icon-text  {
        display: block;
    }

    .social-icons-shortcode ul li.withText:not(.withIcon) i {
        display: none;
    }
}

@media (min-width: 992px) {
    .social-icons-shortcode ul li {
        min-width: 200px;
    }
}

.social-icons-shortcode ul li a {
	font-family: Montserrat;
	font-size: 11px;
	letter-spacing: 2px;
}

.social-icons-shortcode ul li .fa {
	line-height: 1em;
	font-size: 24px;
	padding: 0 6px;
	position: relative;
	top: 4px;
}
.social-icons-shortcode ul li.withText .fa {
	padding-right: 8px;
}

.social-icons-shortcode ul li.withIcon {
	padding-bottom: 18px;
}


/*separator*/

.separator {
	
	border-top: 1px solid #d9dee2;
	margin-top: 60px;
	margin-bottom: 60px;
	height: 1px;
	line-height: 1px;
	
}
/*clear class*/
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
}
.fabio_column_separator .fw-row > div{
	position: relative;
}
.fabio_column_separator .fw-row > div:after {
	
	position: absolute;
	width: 100%;
	margin: 15px 0;
	border-right: 1px solid #d9dee2;
	height: 100%;
	content:" ";
	top: 0;
	right: 0;
	z-index: -1;
}
.fabio_column_separator .fw-row > div:last-child:after {
 border: none;
}

/*General rule*/
/*Create a space btw 2 btns if they're center aligned */
.fw-row > .align-center > .btn + .btn {
	margin-left: 15px;
}

/*CTA*/
body .fw-btn-1 {
	background-color: #fff200;
	color: #121416;
}

body .fw-btn-1:hover,
body .fw-btn-1:focus {
	background-color: #000;
	color: #fff;
}
/* Pricing box */

body .fw-pricing {
	margin-bottom: 50px;
	font-size: 16px;
	float: left;
	width: 100%;
}

body .fw-package {
	border-color: #e3e6e9;
}

body .fw-package .fw-heading-row span, 
body .fw-package .fw-pricing-row span {
	line-height: normal;
    font-family: "Montserrat";
    font-weight: bold;

    padding: 15px 0;
}

body .fw-package .fw-heading-row span {
	font-size: 30px;
}

body .fw-package .fw-pricing-row small {
	font-style: italic;
	font-size: 14px;
}

.fw-package .fw-pricing-row {
	padding-bottom: 15px;
}

body .fw-pricing .fw-package-wrap.highlight-col .fw-heading-row,
body .fw-pricing .fw-package-wrap.highlight-col .fw-pricing-row {
	background: #ffde00;
}

body .fw-default-row {
	padding: 15px;
	border-bottom: 1px solid #e3e6e9;
}

body .fw-pricing .fw-package-wrap.highlight-col .fw-default-row {
	padding: 20px;
}

/*Tabs*/

body .fw-tabs-container .fw-tabs ul li:first-child {
	border-left-color: #e3e6e9; 
}

body .fw-tabs-container .fw-tab-content,
body .fw-tabs-container .fw-tabs ul li {
	border-color: #e3e6e9;
}

body .fw-tabs-container .fw-tabs ul li a {
	font-size: 14px;
    font-family: Montserrat;
    font-weight: bold;
}


/*Icon box*/
body .fw-iconbox-1 .fw-iconbox-image {
	width: auto;
	color: #121416;

	display: flex;
	justify-content: center;
	align-items: center;
}

.fabio-icon-box .graphic span{
	font-size: 125px;
}
body .fw-iconbox .fw-iconbox-title h3 {
	margin: 3px 0 0 0;
	font-size: 13px;
	font-weight: 600;
	font-family: Montserrat;
	letter-spacing: 2px;
}

@media (min-width: 768px) {
    body .fw-iconbox .fw-iconbox-title h3 {
        margin: 23px 0 23px 0;
    }
}

body .fw-iconbox .fw-iconbox-text {
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #9c9c9c; 
	max-width: 350px;
	margin: 0 auto;
}
body .fabio-icon-box  .fw-iconbox-aside {
	color: #9c9c9c;
	display: block;
	margin-left: 0;
}

@media (min-width: 768px) {
    body .fabio-icon-box  .fw-iconbox-aside {
        display: inline-block;
    }
}

body .fw-iconbox-2 {
	text-align: center;
}
body .fw-iconbox-aside {
	display: block;
}

@media (min-width: 768px) {
    body .fw-iconbox-aside {
        display: inline-block;
    }
}

body .fw-iconbox-2 .fw-iconbox-aside {
	margin-left: 0;
}

body .fw-iconbox-2 .fw-iconbox-image {
	display: inline-block;
	float: none;
}

body .fw-iconbox{
	padding: 0;
}
body .fw-iconbox-2 .fw-iconbox-image img {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
body .fw-iconbox-2 .fw-iconbox-image .graphic img{
	padding-top: 5px;
}

body .fw-iconbox.tiny i span {
    font-size: 24px;
}
body .fw-iconbox.small i span {
    font-size: 46px;
}
body .fw-iconbox.medium i span {
    font-size: 86px;
}
body .fw-iconbox.large i span {
    font-size: 124px;
}

/* Testimonials */

body .fw-testimonials {
	margin:0 0 50px 0;
}
body .fw-row > div[class^="fw-col"] > .fw-testimonials {
	margin: 0;
}

body .fw-testimonials .fw-testimonials-title {
	margin-top: 0;
}

body .fw-testimonials-2 .fw-testimonials-author .author-name {
 	font-size: 14px;
 	margin: 0;
    line-height: normal;
    font-family: "Montserrat";
    clear: both;
    font-weight: bold;
    color: #000;
 }

 body .fw-testimonials-2 .fw-testimonials-author em {
 	font-size: 13px;
 }

/*Form builder*/

.form-builder-item .header.title {
	width: 100%;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.form-builder-item .header.title {
		width: 50%;		
	}
}
.form-builder-item .header.title {
 	margin: 0px 0 30px 0;
	width: 100%;
}
.form-builder-item .header.title h2 {
 	font-size: 13px;
	margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
}



/*Map*/
body .fw-map {
	margin:0 -15px;
}
 
 /* blogs page*/
 /*content */

.gg_posts_grid.posts1_cnt .isotop-grid-item {
	padding: 0;
}
.gg_posts_grid.posts1_cnt .isotop-grid-item article{
	padding: 0 15px;
 }

.gg_posts_grid ul.el-grid  {
    padding: 0;
    margin: 0;
}

.gg_posts_grid ul.el-grid > li   {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 3% 0 0 0 ;
	width: 100%;
}

@media (min-width: 768px) {
    .gg_posts_grid ul.el-grid > li.col-md-3   {
        margin: 3% 3% 0 0 ;
        width: 22%;
    }

    .gg_posts_grid ul.el-grid > li.col-md-4   {
        margin: 3% 3% 0 0 ;
        width: 30.3%;
    }    
    .gg_posts_grid ul.el-grid > li.col-md-6   {
    	margin: 3% 3% 0 0 ;
    	width: 47%;
    }
}

.gg_posts_grid ul.nogap-cols > li {
	margin-right: 0 ;
}

.gg_posts_grid ul.el-grid > li:first-child {
	padding-top: 0;
}

.gg_posts_grid  h2.entry-title{
	line-height: 24px;
	font-size: 14px;
}
@media (min-width: 992px) {
	.gg_posts_grid  h2.entry-title {
		font-size: 18px;
	}
}

.gg_posts_grid .fabio-datetime{
	color: #696969;
	font-size: 9px;
	text-transform: uppercase;
	
	letter-spacing: 2px;
    font-family: "Montserrat";
    padding: 0 30px;
    margin: 30px 0 0 0;
}

.gg_posts_grid .entry-title {
    padding: 0px 30px 0 30px;
    position: relative;
    margin: 0 0 30px 0;
}

.posts2 .gg_posts_grid .fabio-datetime{
    margin: 0;
    padding: 0;
}

.unyson-post-excerpt p {
	line-height: 1em;
	margin-top: 10px;
}
.unyson-post-excerpt p a {
	color: #9c9c9c;
	font-size: 12px;
	line-height: 22px;
}
.entry-content a.more-link,
.unyson-post-excerpt p a span  {
	color: #000;
	font-size: 10px;
	font-family: Montserrat;
	padding-left: 2px;
	font-weight: 500;
    letter-spacing: 2px;	
}
.gg_posts_grid .post-meta {
	padding: 0;
	color: #9c9c9c; 
	font-size: 12px;
	font-family: "Montserrat";
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 30px 15px 30px;	 
}

.gg_posts_grid .entry-content,
.gg_posts_grid .entry-summary {
	margin: 0 30px 30px 30px;
	color: #9c9c9c; 
}

.gg_posts_grid .post-meta time,
.gg_posts_grid .post-meta span:not(.cat-links) a{
	margin-right: 30px;
}

.gg_posts_grid .post-meta span:last-child{
	margin-right: 0;
}

.gg_posts_grid .entry-summary p:last-child {
	margin: 0;	
}
.gg_posts_grid .entry-summary  .more-link{
	font-style: normal;
	display: inline-block;
	clear: both;	
	margin-top: 15px;
}

.gg_posts_grid .post-thumbnail > img {
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;

  -webkit-backface-visibility: hidden;
}

.gg_posts_grid .post-thumbnail > img:hover {
    opacity: .8;
}
.gg_posts_grid article.format-image p {
    margin: 0;
}
.gg_posts_grid article.format-image p:empty {
    display: none;
}

/*sidebar */

body.post-type-archive-product aside.sidebar-nav,
body.tax-product_cat aside.sidebar-nav {
    padding-top: 15px;
}

aside.sidebar-nav h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 30px;
    letter-spacing: 4px;
    font-family: Montserrat;
}

aside .gg-widget {
	clear: both;
	background: #fff;
	padding: 30px;
	width: 100%;
	margin-bottom: 35px;
	
}
aside .widget_price_filter {
	padding-bottom: 40px;
}
.gg-widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fabio_blog .pull-right {
	margin: 0;
}

.gg-widget ul li {
    line-height: 30px;
}

.gg-widget ul.children,
.gg-widget ul.sub-menu {
  padding: 0 0 0 20px;
}

.footer-widgets .gg-widget ul.children,
.footer-widgets .gg-widget ul.sub-menu {
  padding: 0 0 0 15px;
}

.gg-widget .tagcloud li {
  display: inline-block;
}

.gg-widget .tagcloud a {
  background: #dee6e9;
  color: #000;
  padding: 3px 7px;
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 10px;

  border-radius: 40px;
  -webkit-border-radius: 40px;
}

/* Search widget */
.search-no-results .input-group-addon,
.gg-widget.widget_search .input-group-addon {
    background: #fff;
    border: 0;
}

.search-no-results .input-group .form-control,
.gg-widget.widget_search .input-group .form-control {
    background: #fff;
    height: 50px;
}

.search-no-results .input-group .btn,
.gg-widget.widget_search .input-group .btn {
    padding-left: 10px;
    padding-right: 10px;
    border: 0;
}

/* Post widget */
 
.fabio-posts-widget ul{
	padding: 0;
	margin: 0;
}
 .fabio-posts-widget ul li{
	list-style-type: none;
	overflow: hidden;
	border-bottom: 1px solid #e3e6e9;
	padding: 30px 0;
	
	display: flex;
	justify-content: center;

	align-items: center;
}

.fabio-posts-widget ul li:last-child{ 
	border-bottom: none;
	padding-bottom: 0;
 } 

.fabio-posts-widget ul li:first-child{ 
	padding-top: 0;
 } 
 
.fabio-posts-widget ul li .img {
	max-width: 100px;
	float: left;
	border: none;
	margin-right: 14px;
}

.fabio-posts-widget ul li .cnt {
	flex: 1;
} 

.fabio-posts-widget ul li .cnt .title a {
	color: #121416;
    display: block;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    overflow: hidden;
 }	 
.fabio-posts-widget ul li .cnt .post-date  {
	font-size: 13px;
	font-style: italic;
	line-height: 1em;
	margin-top: 14px;
}	
/** Archive List */
.widget_archive ul{
	padding: 0;
	margin: 0;
}

aside .widget_search .input-group-btn,
aside .widget_search .input-group-addon,
.fabio_filter_widget .widget_product_search .btn  {
	display: none;
	
}
aside .widget_search  input,
.fabio_filter_widget .widget_product_search  input{
	border: 2px solid #dee6e9;
	background: #fff;
	height: 47px;
	line-height: 47px;
	padding: 0 15px;
}

aside .widget_search  .input-group {
	display: block;
}


/* galleries */
.posts1 .fabio-post1-categories,
.posts2 .fabio-post1-categories{
	margin-bottom: 30px;
	position: relative;
}
.posts1 .fabio-post1-categories a,
.posts2 .fabio-post1-categories a {
	font-family: Montserrat;
	color: #9c9c9c;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	margin: 12px 15px 0 15px;
	text-transform: lowercase;
	
}
.posts1 .fabio-post1-categories a.active,
.posts2 .fabio-post1-categories a.active,
.posts1 .fabio-post1-categories a:hover,
.posts2 .fabio-post1-categories a:hover {
	border-bottom: 3px solid #333;
	color: #000;
}

.posts1 .fabio-post1-grid,
.posts2 .fabio-post1-grid  {
	clear: both;
	padding: 0;
	margin: 0;
}
.posts1 .fabio-post1-grid  .masonry_post .masonry_post_item,
.posts2 .fabio-post1-grid  .masonry_post .masonry_post_item,{
	margin-bottom: 20px;
}
.posts1 .fabio-post1-grid .post1-item  .post1-image img ,
.posts2 .fabio-post1-grid .post1-item  .post1-image img {
	width: 100%;
	
}
.posts1 .fabio-post1	  .post1-item:first-child,
.posts1 .fabio-post1-grid  .post1-item:nth-child(3n+1) ,
.posts2 .fabio-post1	  .post1-item:first-child,
.posts2 .fabio-post1-grid  .post1-item:nth-child(3n+1) {
	padding: 0;
}	
.posts1 .ajaxLoadMorePosts,
.posts2 .ajaxLoadMorePosts {
	clear: both;
	padding-top: 0;
	display: none;
}

.posts2 .gg_posts_grid .entry-title {
    margin: 0;
    line-height: normal;
    padding: 10px 0 0 0;
}

@media (min-width: 992px) {
    .posts2 .gg_posts_grid .entry-title {
        padding: 10px 75px 0 0;
    }
}

.posts2 .gg_posts_grid .entry-title.withoutimage {
    padding-right: 0;
}

.posts2 .gg_posts_grid .entry-title .blogpost-type {
    position: absolute;
    right: 0;
    top: -30px;
    background: #000;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;

    display: none;
}

@media (min-width: 992px) {
    .posts2 .gg_posts_grid .entry-title .blogpost-type {
        display: block;
    }
}

.posts2 .gg_posts_grid .entry-title .blogpost-type:before {
    content: '\f040';
    font-family: 'FontAwesome';
    line-height: 60px;
}

.posts2 .gg_posts_grid .entry-title.withoutimage .blogpost-type {
    display: none;
}

.posts2 .gg_posts_grid .withoutimage {
	background: none; 
}
.posts2 .gg_posts_grid .entry-header {
	position: relative;
}

.posts2 .header .categories {
	font-family: Lora;
	font-size: 13px;
	font-style: italic;
	color: #9c9c9c;
	text-align: center;
}
/* Post overlay*/
.post1-item .post1-image{
	position: relative;
	margin-bottom: 30px;
}
.post1-item .post1-image .overlay {
	position: absolute;
	width: 100%;
	height: 100%;	
	top: 0;
	left: 0;
	background: rgba(255,255,255,.9);
	visibility: hidden;
	opacity: 0;
	
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	-o-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
}
.post1-item .post1-image a:hover .overlay {
	visibility: visible;
 	opacity: 1;
}
.post1-item .post1-image .overlay .wrapper{
	position: relative;
	top: 50%;
	transform: translate(0,-50%);
	display: block;
}
.post1-item .post1-image .overlay .title {
	display: block;
	text-align: center;
	font-size: 13px;
	font-family: Montserrat;
	font-weight: bold;
	color: #000;
	max-width: 90%;
	margin: 0 auto ;
	line-height: 1em;
}
.post1-item .post1-image .overlay .categories {
	display: block;
	text-align: center;
	font-size: 12px;
	font-family: Lora;
	color: #9c9c9c; 
	max-width: 90%;
	margin: 10px auto 0 auto;
	font-style: italic;
	line-height: 1.45em;
}
.unyson-post-excerpt {
	margin-top: 15px;
}
/* countify plugin */
.fabio_countify {
	text-align: right;
}

.fabio_countify .countify_before,
.fabio_countify .countify_after,
.fabio_countify .countify_number {
	font-family: Montserrat;
	font-size: 60px;
	font-weight: 200;
	color: #000;
	line-height: 1em;
    letter-spacing: 5px;
}
.fabio_countify .countify-label-wrapper {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
}
.fabio_countify .countify_label {
	font-family: Montserrat;
	font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;

	color: #000;
	text-transform: uppercase;
	border-bottom: 2px solid #000;	
	display: inline-block;
	padding-bottom: 30px;
	
}
.fabio-post1SimplePagination .post1-item {
	margin-bottom: 30px;
}

/*Single post */

body.single .post-thumbnail {
	text-align: center;
}

body.single .entry-content:not(.wc-tab) {
	padding-left: 10%;
	padding-right: 10%;
}
@media (min-width: 992px) {
	body.single .entry-content:not(.wc-tab) {
		padding-left: 20%;
		padding-right: 20%;
	}
}

body.single #content .post-thumbnail img {
	margin-bottom: 45px;
}

body.single footer.entry-meta {
	padding-left: 15px;
	padding-right: 15px;
}

/** single header with pagination */


.single-post .fabio-single-header {
	position: relative;
}
.single-post .fabio-single-header .single_left_header_pagination{
	position: absolute;
	left: 0;
	top: 0;
}

.single-post .fabio-single-header .single_right_header_pagination{
	position: absolute;
	right: 0;
	top: 0;
}
.single-post .fabio-single-header .single_left_header_pagination a,
.single-post .fabio-single-header .single_right_header_pagination a {
	color: #d4d9de ;
	font-size: 30px;
}

.single-post .fabio-single-header .single_left_header_pagination a:hover,
.single-post .fabio-single-header .single_right_header_pagination a:hover {
	color: #000;
}
.single-post .tags-links {
	display: inline-block;
}
.single-post .tags-links  a{
		
		padding-right: 15px;
	
}
.posts_simple_pagination {
	width: 100%;
}
.inline-categories, .inline-categories ul{
	display: inline-block;

}
.inline-categories ul {
	padding: 0;
}
 .inline-categories ul li {
	display: inline-block;
	font-style: italic;
 }

.single-post .fabio-single-header  h1 {
	max-width: 960px;
	margin: 0 auto;	
	text-align: center;
    font-size: 36px;
}

.single-post .posted-in-tags,
.single-post .posted-in-categories,
.single-post .post-date {
	text-align: center;
    color: #696969;
    font-size: 9px;
    text-transform: uppercase;
    margin: 15px;
    letter-spacing: 2px;
    font-family: "Montserrat";
}

.single-post .posted-in-tags,
.single-post .posted-in-tags ul {
    margin-bottom: 0;
}
.single-post .posted-in-categories {
    margin-top: 0;
}

blockquote {
	border-left: none;
	position: relative;
}
blockquote:after {
	position: absolute;
	content: open-quote;
	top: 0;
	left: 0;
	font-family: Montserrat;
	font-size: 	136px;
	color: #000;
	line-height: 136px;
}
blockquote p{
	padding-left: 40px;
	line-height: 32px;
}

/** post social icons */
.post-social  {
	text-align: center; 
	margin-top: 30px;
    margin-bottom: 60px;
}
.post-social ul{
	padding: 0;
}
.post-social ul li{
	display: inline-block;
	margin-right: 15px;
}
.post-social ul li:last-child{
	margin-right: 0;
}

.post-social ul li a {
    color: #000;
    border-color: #000;
}
.post-social ul li a.btn-outline:hover {
    border-color: #000;
}

/* social galleries*/
.social-gallery {
	clear: both;
	float: none;
	text-align: center;
	margin: 25px 0;
}
@media (min-width: 992px) {
	.social-gallery {
		margin: 50px 0;
	}
}

/*Comments*/

.comments-area ul {
	list-style: none;
}

.comments-area ul.media-list {
    padding-bottom: 45px;
}

.comments-area ul.media-list + .comment-respond > .comment-reply-title {
    padding-top: 0;
}

.comments-area ul li.comment .media-body ul {
    list-style: initial;
}

.comments-area ul.children {
    padding-bottom: 0;
}

body.single .comments-area,
body.page .comments-area {
	padding-left: 10%;
	padding-right: 10%;
    background: #fff;
}

body.single .comments-area #respond,
body.page .comments-area #respond {
    padding-bottom: 60px;
}

body.single .comments-area #commentform,
body.page .comments-area #commentform {
    margin-bottom: 0;
}

@media (min-width: 992px) {
	body.single .comments-area,
    body.page .comments-area {
		padding-left: 20%;
		padding-right: 20%;
	}
}

.comments-area.gg_has_comments {
	margin: 45px 0;
}

.comments-area li.comment {
  border-top: 1px solid #dee6e9;
  padding-top: 30px;
  margin-top: 5px;
}

.comments-area .comments-title {
  font-size: 18px;
}

.comments-area .comments-title,
.comments-area .comment-reply-title {
    padding-top: 60px;
}

.comments-area .media-list .avatar-holder{
	overflow: hidden;
	width: 40px;
	height:40px;
	border-radius: 50% ;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  
  margin: 0;
	padding: 0;	

}
.comments-area .media-list .avatar-holder img{
	width: 100%;
	margin: 0;
	padding: 0;
}
.comments-area .media-list .media .media-body{
	padding-left: 15px;
}
.comments-area .media-list .media .media-body h4 {
	line-height: 1em;
	font-size: 13px;
	margin-bottom: 0;
}
.comments-area .media-list .media .media-body h4 a {
	font-style: normal;
	font-family: Montserrat;
	color: #000 ;
	font-size: 11px;
    text-transform: uppercase;
}
.comments-area .media-list .media .media-body p.meta {
    font-size: 13px;    
}
.comments-area .media-list .media .media-body p.meta a:not(.comment-reply-link) {
	color: #9c9c9c;
}

.comments-area .form-submit .{
	text-align: center;
}
.comments-area .form-inline .form-control {
	width: 100%;
}

.comments-area .comment-respond > h3 {
	margin: 0;
}

/*single gallery */

.fabio-gallery-single-header {
	overflow: hidden;
	padding: 15px 15px 0 15px;
}

@media (min-width: 992px) {
	.fabio-gallery-single-header {
		padding: 30px 30px 0 30px;
	}
}

.fabio-gallery-single-header h1 {
	float: left;
	font-size: 28px;
}
@media (min-width: 992px) {
	.fabio-gallery-single-header h1 {
		font-size: 36px;
	}
}
.fabio-gallery-single-header .toRight {
	float: right; 

}
.fabio-gallery-single-header .toRight a {
	color: #9c9c9c;
	font-size: 13px;
	font-weight: bold;
	font-family: Montserrat;
}
/**gallery top info */

.fabio-gallery-info .dl-horizontal {
	margin-left: 0px;
	margin-top: 15px;
}
@media (min-width: 992px) {
	.fabio-gallery-info .dl-horizontal {
		margin-left: 15px;
		margin-top: 35px;
	}
}

.fabio-gallery-info .dl-horizontal dt,
.fabio-gallery-info .dl-horizontal dd {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: bold;
	font-style: italic;
	color: #000;
	font-family: Lora;
}

.fabio-gallery-info .dl-horizontal dt {
	width: 100px;
	text-align: left;

	float: left;
}
.fabio-gallery-info .dl-horizontal dd {
    margin-left: 100px;
}
.fabio-gallery-info .gallery-description {
	color: #9c9c9c; 
	font-size: 13px;
	font-style: italic;
}

.fabio-gallery-info .gallery-description h5 {
	font-style: normal;
	margin-top: 0;
}

/* gallery slider */
.gallery-slick-slider {
	margin-top: 30px;
	margin-bottom: 30px;
}
@media (min-width: 992px) {
	.gallery-slick-slider {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}
.fabio_filter_widget {
	height: 100%;
}
.fabio-order-header{
	margin-bottom: 45px;
	float: left;
	width: 100%;

    display: none;
}

.fabio-order-header .woocommerce-order-right {
	float: left;
	margin-top: 30px;
	width: 100%;
}

@media (min-width: 992px) {
	.fabio-order-header .woocommerce-order-right {
		float: right;
		margin-top: 0;
		width: auto;
	}
}

.fabio-order-header .woocommerce-order-right .woocommerce-result-count,
.fabio-order-header .woocommerce-order-right .woocommerce-ordering
{
	display: inline-block;
}

/* Woocommerce products */
.products {
	clear: both;
}
/* FW Image */
.fw-single-img-wrapper {
	margin-bottom: 30px;
}

/*FW Heading*/
body .fw-heading span {
	display: inline-block;
}


/*pagination */

.pagination {
	display: block;
	clear: both;
	width: 100%;
 
}
div.pagination ul.pagination {
	position: relative; 
	text-align: left; 
    float: left;
    width: 100%;
}

.pagination > li > a,
.pagination > li > span {
	border: none;
    line-height: normal;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #000;
    background: transparent;
    border: transparent;
}

div.pagination ul.pagination  li{
	float: none;
	display: inline-block;
}

div.pagination ul.pagination li a,
div.pagination ul.pagination li span {
	color: #9c9c9c;
	padding: 10px;
	background: none;
	font-family: Montserrat;
	font-size: 12px;
	line-height: 1em;
    font-weight: bold;
}

div.pagination ul.pagination li span.current {
    background: #fff;
}


div.pagination ul.pagination li a:hover,
div.pagination ul.pagination li a:active,
div.pagination ul.pagination li a:focus,
div.pagination ul.pagination li.current a {
	color: #000;
}

div.pagination ul.pagination li a.prev,
div.pagination ul.pagination  li a.next {
    position: absolute; 
    right: 0px;
    top: 0;

    font-size: 30px;
}   

div.pagination ul.pagination  li a.prev {
	right: 30px;
}

@media (max-width: 768px){
    div.pagination ul.pagination  li a.next,
    div.pagination ul.pagination  li a.prev{
    	position: static; 
    	right: auto;
    	top: auto;
    }
}

.product_widget {
	margin-bottom: 30px;
}

/*woo slider  */

.widget_price_filter  div{
	margin-top: 30px;
}

.widget_price_filter form {
	width: 100%;
	margin: 0 auto
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
	margin-right: 12px;
}

.widget_price_filter .ui-slider:before {
	background: #e8e8e8;
	height: 3px;
	top: 0;
	left: 5px;
	position: absolute; 
	content: ' ';
	width: 100%;
	margin-top: -3px;
}


.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	display: inline-block;
	margin-top: 0;
	top: -3px;
	position: absolute;
	height: 3px;
	background: #c0c3c4;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    background: #000;
    border-radius: 1em;
    box-sizing: border-box;
    cursor: ew-resize;
    height: 14px;
    margin-top: -8px;
    opacity: 1;
    outline: 0 none;
    position: absolute;
    width: 14px;
    z-index: 2;
	text-align: left;
	border: none;
}

.widget_price_filter .price_slider_amount {
	position: relative;
}
.widget_price_filter .price_slider_amount .button {
	position: absolute;
	margin: 0 ;
	left: 0;
	top: 60px;

    font-family: Montserrat;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: normal;
    border: 0;
    padding: 0;

    background: transparent;
    color: #000;
	
}
.product_widget .price_slider_wrapper .price_slider_amount button,
.more-link,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary.focus,
.widget_price_filter .ui-slider::before {
	font-family: Montserrat;
	text-transform: uppercase;
}

.widget_price_filter .price_slider_amount .price_label {
	position: relative;
	text-indent: 99999px;
	padding:0;
	margin: 0;
	top: 15px;
	left: 0;
	height: 27px;
	overflow: hidden;
    font-size: 10px;
}
.widget_price_filter .price_slider_amount .price_label .from{
	position: absolute;
	left: 0;
	text-indent: 0;
	top: 0;
}
.widget_price_filter .price_slider_amount .price_label .to{
	position: absolute;
	right: 0;
	text-indent: 0;
	top: 0;
}

/* woocommerce login/register form */

.whiteModal .u-columns h2 {
	margin-top: 0;
}

@media (min-width: 768px) {
    .u-columns .col-1 {
    	width: 50%;
    	float: left;
    	padding-right: 30px;
    }

    .u-columns .col-2 {
    	width: 50%;
    	float: right; 
    	padding-left: 30px;
    }
}

.u-columns  label.inline {
	margin: 0;
	padding:0;
	float: left;
}
.u-columns  label.inline .woocommerce-Input--checkbox{
	display: inline; 
	margin: 0;
	padding:0;
	width: auto;
	height: auto;
}

.u-columns .forgot-remember {
	position: relative;
	float: left;
	width: 100%;
}
.u-columns .forgot-remember  .rememberme {
	color: #000;
	font-family: Montserrat;
	font-size: 13px;
}
.u-columns .forgot-remember .lost-password{
	font-family: Lora;
	font-size: 13px;
	font-style: italic;
	color: #9c9c9c ;
	position: absolute; 
	right: 0;
}
.u-columns .login-button {
	margin-top: 15px;
	float: left;
}
.u-columns .woo-register {
	margin-top: 60px;
}

.bypostauthor  {
    border: 6px solid #dfdfdf;
}

/*------------------------------------------------------------------
[ 11. 404 page ]
*/

.not_found_wrapper {
	text-align: center;
}

.not_found_wrapper h1 {
	font-size: 110px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 10px;
}

.not_found_wrapper a.btn {
	margin-bottom: 60px;
}

/* Blog col-md-4 isotope fix */
@media (min-width: 992px) {
  .el-grid li.col-md-4 {
    width: 33.333%;
  }

}

@media (max-width: 992px) {

  body .fabio.tp-bullets,
  body .fabio.tparrows {
    top: auto !important;
    bottom: 15px !important;
    transform: none !important;
  }

  body .fabio.tparrows.tp-leftarrow {
    left: calc(50% - 50px) !important;
    right: auto !important;
  }
  body .fabio.tparrows.tp-rightarrow {
    left: auto !important;
    right: calc(50% - 50px) !important;
    
  }

}
/*call to action*/
body .fw-call-to-action {
	border: none;
	padding: 0;
}
body .fw-call-to-action > div {
	display: block;
}
body .fw-call-to-action > .icon * {
	line-height: 15px;
	font-size: 15px;
	height: 15px;
}
body .fw-call-to-action .fw-action-content h2{
	margin: 20px 0 20px 0;
	font-family: Montserrat; 
	font-size: 30px;
	font-weight: 200;
}

body .fw-call-to-action > div p {
	margin-bottom: 50px;
}

body .fw-call-to-action > div.fw-action-btn {
	vertical-align: top;
	padding-top: 5px;
    padding-left: 0;
}
body .fw-btn {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
}

body .fw-action-btn a {
	margin-right: 20px;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

    width: 100%;
    display: block;
}
body .fw-action-btn a:last-child {
    margin-right: 0;
    margin-top: 5px;
}

@media (min-width: 480px) {
    body .fw-action-btn a {
        width: auto;
        display: inline-block;
    }
    body .fw-action-btn a:last-child {
        margin-top: 0;
    }
}

/*one collection */
.collection-carousel-wrapper .collection-carousel-slick,
.collection-carousel-wrapper {
	position: relative;
}

.one-collection {
	padding: 0;
	margin: 0;
	padding-bottom: 30px;
    position: relative;

    width: 100%;
}
@media (min-width: 480px) {
    .one-collection {
        padding-bottom: 60px;
    }
}

.one-collection h3 {
	position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;

	top: 41%;
	left: 0;
	font-size: 21px;
	font-weight: 400;
	text-transform: uppercase;
    letter-spacing: 4px;
    z-index: 1;
}

@media (min-width: 480px) {
    .one-collection h3 {
        position: absolute;
        text-align: left;
        width: auto;
        margin-bottom: 0;
    }
}

.one-collection .collection-first-img {
	padding:0;
	width: 60%;
    float: left;
}


@media (min-width: 480px) {
    .one-collection .collection-first-img {
        padding:0 0 120px 5%;
    }
}

@media (min-width: 768px) {
    .one-collection .collection-first-img {
        padding:0 0 120px 10%;
    }
}

.one-collection .collection-second-img {
	float: left;
	padding: 35% 0 0 30px;
	width: 40%;
}

@media (min-width: 480px) {
    .one-collection .collection-second-img {
        padding: 35% 0 0 30px;
    }
}
@media (min-width: 768px) {
    .one-collection .collection-second-img {
        padding: 35% 0 0 30px;
    }
}
@media (min-width: 992px) {
    .one-collection .collection-second-img {
        padding: 35% 5% 0 30px;;
    }
}

.collection-carousel-pagination {
	position: relative;
	bottom: 0%;
	left: 0%;
    z-index: 1;
}

@media (min-width: 480px) {
    .collection-carousel-pagination {
        position: absolute;
        bottom: 5%;
        left: 5%;
    }
}
@media (min-width: 768px) {
    .collection-carousel-pagination {
        bottom: 5%;
        left: 10%;
    }
}
@media (min-width: 992px) {
    .collection-carousel-pagination {
        bottom: 9%;
        left: 21.5%;
    }
}

.collection-carousel-pagination .next,
.collection-carousel-pagination .prev { 
     font-size: 36px;
     color: #000;
     padding-top: 2px;
     position: absolute;
     top: 0;
}

.collection-carousel-pagination .next{
	padding-left: 30px; 
    right: 0;
}
.collection-carousel-pagination .prev{
	padding-right: 30px;
    left: 0;
}
.collection-carousel-pagination .view-button {
	height: 50px;
	padding: 18px 60px 17px 60px;
	background: #c0c3c4;
	color: #fff;
	line-height: 50px;
    display: inline;
    
    font-family: Montserrat;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
	
    color: #fff;
}
.collection-carousel-wrapper .collection-carousel-pagInfo {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 1em;
	color: #fff;
	font-size: 90px; 
	font-family: Montserrat;
	font-weight: 100;
    display: none;
}

@media (min-width: 480px) {
    .collection-carousel-wrapper .collection-carousel-pagInfo {
        font-size: 140px; 
        display: block;
    }
}

@media (min-width: 768px) {
    .collection-carousel-wrapper .collection-carousel-pagInfo {
        font-size: 180px; 
    }
}

@media (min-width: 992px) {
    .collection-carousel-wrapper .collection-carousel-pagInfo {
        right: 8%;
        font-size: 224px; 
    }
}

.collection-carousel-wrapper .btn.btn-tertiary {
    margin: 0 45px;
    width: calc(100% - 90px);
}

@media (min-width: 480px) {
    .collection-carousel-wrapper .btn.btn-tertiary {
        width: auto;
    }
}

/*instagram*/

.fabio-instagram-slick a {
	margin: 0;
	padding: 0 2px 0 0 ;
}
.fabio-instagram-slick a:last-child {
	padding: 0;
}

.nav_crumb {
	width: 100%;
}
.gg-breadcrumbs,
.nav_crumb {
	text-align: center;	
}

.single-product .gg-breadcrumbs,
.single-product .nav_crumb {
	margin: 30px 0;
}

.gg-breadcrumbs a,
.nav_crumb a,
.nav_crumb,
.gg-breadcrumbs{
	color: #9c9c9c;
	font-size: 12px;
}
.gg-breadcrumbs .delimiter,
.nav_crumb .delimiter {
	font-size: 11px;
	display: inline-block;
	margin-left: 12px;
	margin-right: 12px;
	color: #bababb;
	font-family: Montserrat;
	font-weight: normal;
}

.sidebar-nav ul li,
.sidebar-nav ol li {
	padding-left: 30px;
	line-height: 26px;
	position: relative;
    font-size: 10px;
}
.sidebar-nav ul li a,
.sidebar-nav ol li a {
	display: block;
	font-family: Montserrat;
	text-transform: uppercase;
	font-size: 10px;
    letter-spacing: 2px;
}

.sidebar-nav ul li:after,
.sidebar-nav ol li:after { 
	width: 7px;
	height: 7px;
	left: 0;
	top: 0;
	position: absolute;
	content: ' ';
	background: #f2f6f7;
	margin-top: 10px;
}

.sidebar-nav ul li:hover:after,
.sidebar-nav ol li:hover:after,
.sidebar-nav ul li.current-cat:after,
.sidebar-nav ol li.current-cat:after,
.sidebar-nav ul li.chosen:after,
.sidebar-nav ol li.chosen:after {
	width: 8px;
	height: 8px;
	background: #000;
	border: 2px solid #e8e8e8;
}
.sidebar-nav ul li span.count {
	position: absolute;
	right: 0;
	top: 0;
	color: #7e7e7e;
}
.navbar-secondary #secondary-menu li.menu-item-has-mega-menu {
	position: inherit;
}

.navbar-secondary #secondary-menu li.menu-item-has-mega-menu  .mega-menu {
	position: absolute;
	top: 50px;
	left: 0;
	display: none;
	width: 100%;
	background: #fff; 
	z-index: 10;
	height: 300px;
	padding: 15px;
	
}
.navbar-secondary #secondary-menu li.menu-item-has-mega-menu.megamenu-over .mega-menu {
	display: block;
}

#secondary-menu .mega-menu .mega-menu-col ul ,
#secondary-menu .mega-menu .mega-menu-col ul li {
	display: block;
	text-align: left;
}

#secondary-menu .mega-menu .mega-menu-row ,
#secondary-menu .mega-menu .mega-menu-row .mega-menu-item {
	align-items: left;
	text-align: left; 
}
#secondary-menu .mega-menu .mega-menu-col > a {
	color: #000000;
	text-transform: uppercase;
	font-family: Montserrat;
	display: block;
	text-align: left;
	font-size: 9px;
	line-height: 26px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
#secondary-menu .mega-menu .mega-menu-col  ul.sub-menu li a {
	line-height: 28px;
	font-family: "Open Sans";
	color: #9c9c9c; 
	font-size: 11px;
}
.fabio-checkout {
	background: #fff;
	padding: 15px 0;
	margin: 0;
}
body.woocommerce-checkout .fabio-checkout .woocommerce-info {
	margin: 0 0 0 0;
}
body.woocommerce-checkout .fabio-checkout .woocommerce-info a {
	color: #000;
}

body.woocommerce-checkout .fabio-checkout form.checkout_coupon {
    margin-top: 15px;
    margin-bottom: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   text-transform: uppercase;
   font-style: normal;
   letter-spacing: 2px;
   font-weight: bold;
   font-size: 10px;
}
::-moz-placeholder { /* Firefox 19+ */
   text-transform: uppercase;
   font-style: normal;
   letter-spacing: 2px;
   font-weight: bold;
   font-size: 10px;
}
:-ms-input-placeholder { /* IE 10+ */
   text-transform: uppercase;
   font-style: normal;
   letter-spacing: 2px;
   font-weight: bold;
   font-size: 10px;
}
:-moz-placeholder { /* Firefox 18- */
   text-transform: uppercase;
   font-style: normal;
   letter-spacing: 2px;
   font-weight: bold;
   font-size: 10px;
}

body .wrap-forms input:-moz-placeholder,
body .wrap-forms textarea:-moz-placeholder {
    font-style: normal;
}

body .wrap-forms input::-moz-placeholder,
body .wrap-forms textarea::-moz-placeholder {
    font-style: normal;
}

body .wrap-forms input:-ms-input-placeholder,
body .wrap-forms textarea:-ms-input-placeholder {
    font-style: normal;
}

body .wrap-forms input::-webkit-input-placeholder,
body .wrap-forms textarea::-webkit-input-placeholder {
    font-style: normal;
}

/*post arhive**/

.post-arhive li.post-item,
.search-results li.post-item {
	background: #fff; 
}
.post-arhive li.col-md-3 {
	max-width: 25%;
}

.fabio-faq {
	background: #fff; 
	margin-bottom: 15px;	
	margin-right: 15px;
}

.fabio-faq .faq-title {
	padding: 20px 30px;
	position: relative;
    font-family: "Montserrat";
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
    font-weight: 400;

} 
.fabio-faq .faq-title a {
	color: #000;
	display: block;
}
.fabio-faq .faq-title .fa-plus,
.fabio-faq .faq-title .fa-minus{
	position: absolute;
	right: 15px;
	color: #cfcfcf; 
	font-size: 20px;
	line-height: 1.4em;
}
.fabio-faq  .faq-cnt  { 
	display: none;
	padding: 0 30px 30px 30px;
}

.form-builder-item .field-textarea {
	position : relative;
	display: block;
}
.contact-form .fw_form_fw_form  .wrap-forms .fw-row .field-text {
    padding: 0 ;
    margin: 0;
}
@media (min-width: 768px) {
    .contact-form .fw_form_fw_form  .wrap-forms .fw-row > div:last-child .field-text{
    	padding: 0 0 0 5px;
    }
}

.contact-form .fw_form_fw_form  .wrap-forms .fw-row div{
	padding: 0;
	margin: 0 0 5px 0;
}
.form-builder-item .title {
	margin-bottom: 60px;
}
.form-builder-item  div .btn {
	text-align: center;
}
.fabio-form-builder-submit {
	margin: 30px -15px;
	padding: 0;
}
.fabio-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
		width: 100%;
	height: 100%;
	z-index: 99999;
}
.fabio-modal .fabio-modal-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	margin: 0;
	padding: 60px 0;
}

.fabio-modal .fabio-modal-wrapper .fabio-modal-content {
	background: #fff;
	width: 570px;
	max-width: 90%;
	margin: 0 auto;

	padding: 30px;
	position: relative;
	
}

.fabio-modal .fabio-modal-wrapper .fabio-modal-content.withRegisterForm {
	width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: auto;
}

@media (min-width: 768px) {
    .fabio-modal .fabio-modal-wrapper .fabio-modal-content.withRegisterForm {
        overflow: visible;
    }
}

.fabio-modal .fabio-modal-wrapper .fabio-modal-content h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 200;
    margin: 15px 0;
    letter-spacing: 3px;
}

@media (min-width: 768px) {
    .fabio-modal .fabio-modal-wrapper .fabio-modal-content h2 {
        font-size: 60px;
        text-align: left;
    }
}

.fabio-modal .fabio-modal-wrapper .fabio-modal-content p {
	width: 387px;
	max-width: 100%;
	margin: 15px auto;
	text-align: center;
}

@media (min-width: 768px) {
    body:not(.logged-in) .fabio-modal .fabio-modal-wrapper .fabio-modal-content p,
    body:not(.logged-in) .fabio-modal .fabio-modal-wrapper .fabio-modal-content h2 {
        text-align: left;
    }
}

.fabio-modal .fabio-modal-wrapper .fabio-modal-content .woocommerce-ResetPassword p {
    width: 100%;
}

.fabio-modal .fabio-modal-wrapper .fabio-modal-content .close {
	z-index: 99999;
    position: absolute;
    right: 20px;
    top: 20px;
}

@media (min-width: 768px) {
    .fabio-modal .fabio-modal-wrapper .fabio-modal-content .close {
        right: -30px;
        transform: rotate(90deg);
        top: 8px;
    }
}

.fabio-modal .fabio-modal-wrapper .fabio-modal-content .close a { 
	letter-spacing: 1px;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Montserrat;
    display: block;
}

@media (min-width: 768px) {
    .fabio-modal .fabio-modal-wrapper .fabio-modal-content .close a {
        color: #fff;
    }
}

.fabio-modal .fabio-modal-wrapper .fabio-modal-content .woocommerce {
	/*overflow: hidden;*/
}
.woocommerce-form-login .form-row {
	width: 100%;
}

.woocommerce-form-login .form-row .fabio-woo-password-lost .woocommerce-LostPassword {
	float: right;
}
.woocommerce-form-login .form-row .fabio-woo-password-lost .woocommerce-LostPassword a {
	color: #9c9c9c; 
	font-family: "Open Sans";
	font-size: 12px;
}
.woocommerce-form-login .wform__label_pass{
	float: left; 
	display: inline-block;
}
.woocommerce-form-login .form-row-button .remember-me {	
	font-family: Montserrat;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}
.woocommerce-form-login .form-row-button .woocommerce-form__input-checkbox{	
    top: 1px;
    position: relative;
}
	
.woocommerce-form-login .form-row-button .woo-form-button {
	display: inline-block;
	float: right;
}
.pagination-load-more {
	clear: both;
    padding-top: 30px;
    text-align: center;
}

.pagination-load-more a.btn {
    position: relative;

    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -ms-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.pagination-load-more a.btn.post_loading_loader:after{
  margin-left: .618em;
  width: 1em;
  font-family: "FontAwesome";
  position: absolute;
  
  content: "\f021";
  -webkit-animation-name: spin-360;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
}

.fabio-h1-icon {
	color: #000;
	font-size: 16px;
	padding: 0 0 15px 0;
}

/* Modal Mailchimp */

.fabio-modal-mailchimp .fabio-modal-wrapper .fabio-modal-content {
	max-width: 770px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: left;
    position: relative;

    top: 50%;
    bottom: 0;
    transform: translate(0,-50%);

    text-align: center;
}

@media (min-width: 768px) {
    .fabio-modal-mailchimp .fabio-modal-wrapper .fabio-modal-content {
        text-align: left;
    }
}

.fabio-modal-mailchimp .fabio-modal-wrapper .fabio-modal-content .fabio-mailchimp-icon{
	font-size: 13px;
	margin: 50px 0 15px 0;
}
.fabio-modal-mailchimp .fabio-modal-wrapper .fabio-modal-content h2 {
	margin: 15px 0;
	font-size: 24px;
	font-weight: normal;
}
.fabio-modal-mailchimp .fabio-modal-wrapper .fabio-modal-content h2 label { 
	font-size: 24px;
	line-height: 1em;
	font-weight: normal;
}

@media (min-width: 768px) {

    .fabio-modal-mailchimp .fabio-modal-wrapper .fabio-modal-content p {
        width: 500px;
        margin-left: 0;
        margin-bottom: 60px;
        text-align: left;
    }


    .fabio-modal-mailchimp .fabio-modal-wrapper .fabio-modal-content .form-control {
        width: 250px;
        float: left;
    }
}

/* Flex columns */
.fw-container-flex .fw-row {
    display: block;
}

@media (min-width: 768px) {
   .fw-container-flex .fw-row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    } 
}

.fw-container-flex .fw-row > .fw-col-xs-12 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.fw-container-flex.content_pos_middle .fw-row > .fw-col-xs-12 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.fw-container-flex.content_pos_bottom .fw-row > .fw-col-xs-12 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.fw-container-flex.content_pos_top .fw-row > .fw-col-xs-12 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.fw-container-flex.content_pos_middle .fw-row > .fw-col-xs-12 > .col-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fw-container-flex.content_pos_bottom .fw-row > .fw-col-xs-12 > .col-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.fw-container-flex.content_pos_top .fw-row > .fw-col-xs-12 > .col-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.fw-container-flex .fw-row > .fw-col-xs-12 > .col-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;

    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

/*Equal height*/
.fw-container-flex.fw-container-equal-height .fw-row > .fw-col-xs-12 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

/* Widgets */

.gg-widget {
    margin-bottom: 45px;
}
.gg-widget:last-child {
    margin-bottom: 0;
}

/* Widget - Calendar */
.gg-widget.widget_calendar table {
    width: auto;
}

.homepage-social .fw-col-xs-12 {
    margin-bottom: 0 !important;
}

/* WC 3.3.x */

button#place_order {
    background: #000;
    color: #fff;
    border:0;
    box-shadow: none;

    font-family: Montserrat;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: normal;
    padding: 15px 60px;

    border-bottom: 2px solid transparent;
    outline: none;
}

button#place_order:hover {
    background: #fff;
    color: #000;
    border-bottom: 2px solid #000;
    
}

/* search-form-overlay */
.search-form-overlay:not(.active) {
    /*display: none;*/
}

.search-form-overlay .col-md-6.col-md-offset-3 {
    padding: 5%;
    background: #fff;

    top: 30%;
}

.search-form-overlay input[type="submit"] {
    /*display: none;*/
}

.search-form-overlay input[type="text"] {
    font-family: "Open Sans";
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 200;
    height: auto;
    padding: 15px 30px 15px 0;

    background: transparent;
    border-bottom: 5px solid #f2f6f7;
    color: #c0c3c4;
}

.search-form-overlay input[type="text"]::-webkit-input-placeholder {
    font-family: "Open Sans";
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 200;
    color: #c0c3c4;
}

.search-form-overlay input[type="text"]:-moz-placeholder { /* Firefox 18- */
    font-family: "Open Sans";
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 200;
    color: #c0c3c4;
}

.search-form-overlay input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
    font-family: "Open Sans";
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 200;
    color: #c0c3c4;
}

.search-form-overlay input[type="text"]:-ms-input-placeholder {  
    font-family: "Open Sans";
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 200;
    color: #c0c3c4;
}

/* Overlay style */
.search-form-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);

    z-index: 9999;
}

/* Overlay closing cross */
.search-form-overlay .overlay-close {
    z-index: 99999;
    position: absolute;
    right: 20px;
    top: 20px;

    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: Montserrat;
    display: block;
}

@media (min-width: 768px) {
    .search-form-overlay .overlay-close {
        right: -30px;
        transform: rotate(90deg);
        top: 8px;
    }
}

.search-form-overlay #searchformoverlay {
    text-align: center;
    position: relative;
    top: 50%;

    margin: 0;
}

.search-form-overlay {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.search-form-overlay.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}



/* Minicart restyled */

.gg-header-minicart ul li img {
    max-width: 72px;
    padding-right: 15px;
    float: left;
}

.gg-header-minicart ul li {
    font-size: 12px;
    color: #000;
    padding: 15px 0;

    position: relative;
}


.gg-header-minicart ul li a.remove_from_cart_button {
    position: absolute;
    right: 0;
    top: 15px;
}

.gg-header-minicart ul li:first-child a.remove_from_cart_button {
    top: 2px;
}

.gg-header-minicart ul li .quantity {
    display: block;
    margin: 0;
    max-width: none;
}

.gg-header-minicart .woocommerce-mini-cart__buttons a {
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    margin-bottom: 6px;
}

.gg-header-minicart .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout) {
    background: #c0c3c4;
}

.gg-header-minicart .modal-cart-count {
    font-size: 14px;
    text-transform: uppercase;
    font-family: Montserrat;
    letter-spacing: 2px;
    margin: 0 0 30px;
    max-width: 220px;
    color: #000;
    display: block;
}

.gg-header-minicart .woocommerce-mini-cart__total {
    text-align: center;
    color: #9c9c9c;
    font-size: 12px;
    padding-bottom: 30px;
    padding-top: 15px;
    margin: 0;
}

.gg-header-minicart .woocommerce-mini-cart__total > strong {
    font-weight: normal;
}

.gg-header-minicart .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-weight: bold;
    color: #000;
}

.gg-header-minicart ul li .woocommerce-Price-amount {
    color: #9c9c9c;
    font-size: 12px;
}

.woocommerce .shop_table.cart td,
.woocommerce .shop_table.cart th {
    -webkit-flex: 1 0 23.3%;
    flex: 1 0 23.3%;
}

.woocommerce .shop_table.cart td.product-name {
    flex-basis: 30%;
}

.woocommerce .shop_table.cart .product-name .product-remove a.remove {
    font-size: 18px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .component_container_table_item .product-total,
.woocommerce .component_table_item dl.component dd p {
    margin-bottom: 0;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .component_table_item td {
    padding-left: 30px !important;
}

/*Search - add Go button*/

.search-form-overlay input[type="submit"] {
    display: block;

    position: absolute;
    right: 0;
    top: 0;

    padding-left: 30px;
    padding-right: 30px;
    background: #f2f6f7;
    color: #c0c3c4;
}

/* Composite products - cart centering */
.woocommerce .shop_table.cart tr.cart_item.component_table_item .product-quantity {
    text-align: center;
    padding-right: 45px;
    font-weight: bold;
}

span.soldout + span.onsale {
  left: auto;
  right: 15px;
}

@media (min-width: 768px) {
  body:not(.logged-in) .fabio-modal .fabio-modal-wrapper .fabio-modal-content p,
  body:not(.logged-in) .fabio-modal .fabio-modal-wrapper .fabio-modal-content h2 {
    width: auto;
  }
}

/*Mobile fixes*/
@media (max-width: 480px) {
  /*Fix for header menu*/
  .top-bar .top-header > li.shop,
  .top-bar .top-header > li.logo {
    max-width: 100%;
  }
  .top-bar .top-header > li.menus {
    max-width: 15%;
  }

  /*Fix for search Close btn*/
  .search-form-overlay .overlay-close {
    top: -30px;
  }
  /*Enlarge Close font-size for cart modal*/
  #simpleModal .close-window {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .fabio-modal .fabio-modal-wrapper .fabio-modal-content.withRegisterForm {
      overflow: visible;
      overflow-x: hidden;
  }
  .fabio-modal .fabio-modal-wrapper .fabio-modal-content .close {
      right: 15px;
      top: 30px;
  }
  .fabio-modal .fabio-modal-wrapper .fabio-modal-content .close a {
      color: #121416;
      background: #fff;
      padding: 2px 8px;
  }
}
