/*
Theme Name: Spigi
Theme URI: http://Imaginevirtual.com
Author: Imaginevirtual
Author URI: http://Imaginevirtual.com
Description: Description
Version: 1.0.0
License: Protected private property
License URI: http://www.imaginevirtual.com/termos-e-condicoes/
Text Domain: spigi
Tags:

spigi is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Custom
# Media Queries
# Clearfix
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body, html {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #4b4b4b;
	text-align: justify;
}
a {
	color: #4b4b4b;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
    color: #d0b373;
}
.cookie-message {
    display: none;
    position: fixed;
    z-index: 2000;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 15px 15px !important;
    background: rgba(0, 0, 0, .90);
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}
.cookie-eater {
    display: inline-block;
    margin: 0 10px;
    background: red;
    padding: 2px 12px;
    border-radius: 3px;
    text-decoration: none !important;
    font-weight: 400 !important;
}
a#fvpp-close {
    display: none;
}
.cookie-message a {
    color: #fff;
    font-weight: 300;
    position: initial;
    text-decoration: underline;
}
.cookie-message a:hover {
    text-decoration: none;
}
.site-branding {
	text-align: center;
	padding: 20px 20px;
	background-color: rgba(255,255,255,0.5 );

}
header#masthead {
    position: absolute;
    z-index: 1000;
    width: 100%;
}
.main-navigation-wrapper {
	background-color: rgba(234,216,179,0.5 );
}
.main-navigation-wrapper.other-pages {
    background-color: rgba(234,216,179,1 );
}
.menu-toggle {
	display: none;
}
.row {
	margin: 0 0 0;
	padding: 0 0 0;
}
.main-navigation-wrapper {
	padding: 45px 20px 40px;
}
ul#primary-menu {
    text-align: center;
    padding: 0 0 0;
    margin: 0 0 0;
}
ul#primary-menu li {
	display: inline-block;
	padding: 0 4px;
}
ul#primary-menu li:first-child {
	padding-left: 0;
}
ul#primary-menu li:last-child {
	padding-right: 0;
}
ul#primary-menu li a {
	padding: 10px 10px;
	color: #fff;
	font-size: 18px;
    text-transform: uppercase;
	text-decoration: none;
	transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.other-pages ul#primary-menu li a {
    color: #57482a;
}
ul#primary-menu li a:hover {
	opacity: 0.5;
	text-decoration: none;
}
.current_page_item {
	font-weight: 700;
}
.content-area {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
}
article.collections div,
article.collections div p,
article.newsletters div,
article.newsletters div p,
article.maps div,
article.maps div p {
    margin: 0 0 0;
    padding: 0 0 0;
}
.img-responsive {
	display: inline-block;
}
.collections {
	padding: 55px 0;
}
.newsletters {
	padding: 55px 0;
	background: #ededed;
}
.newsletters form label {
   font-size: 32px !important;
    color: #d6b268;
    /*text-transform: uppercase;*/
    font-weight: 400 !important;
    text-align: center;
}
.newsletters form label span {
    font-size: 18px;
    color: #4b4b4b;
    text-transform: none;
    font-weight: 400;
    display: block;
    max-width: 710px;
    margin: 0 auto;
}
#mc_embed_signup {
    background: transparent !important;
    clear: left;
    font: 14px 'Open Sans', sans-serif !important;
    width: 100%;
}
#mc_embed_signup input.email {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    border: 1px solid #878787 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #222222 !important;
    background-color: transparent !important;
    padding: 20px 20px !important;
}
#mc_embed_signup .button {
    font-size: 18px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: #d6b268 !important;
    height: 32px !important;
    line-height: 0px !important;
    padding: 21px 20px !important;
    text-transform: uppercase;
}
.scroll-top-inner {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    opacity: 0.8 !important;
    width: 35px !important;
    height: 35px !important;
}
.scroll-top-inner span {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold !important;
    line-height: 32px !important;
    font-size: 20px !important;
}
article.maps {
	padding: 0 0 55px;
}
footer {
    padding: 30px 20px 60px;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
footer section {
	color: #3e3e3e;
	font-size: 14px;
}
footer section a {
	color: #3e3e3e;
	font-size: 14px;
	text-decoration: none;
	transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
footer section a:hover {
	color: #3e3e3e;
	opacity: 0.5;
	text-decoration: none;
}
.copyright {
	margin: 20px auto 35px;
}
.social-icons {
	margin: 0 0 30px;
}
.social-icons a {
	display: inline-block;
	margin: 0 5px 0;
	text-decoration: none;
	text-align: center;
	transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.social-icons a img{
    max-width: 70px!important;
}

.social-icons a:hover {
	opacity: 0.5;
	text-decoration: none;
}
div#map-canvas {
    /* min-height: 800px;
    height: 100%;
    margin: 133px 0 0 0; */
    height: 100%;
    margin: 303px 0 0 0;
}
div#map-canvas-contact {
    min-height: 800px;
    height: 100%;
    margin: 133px 0 0 0;
}
/*body.page-id-60 header#masthead {
	position: relative;
}*/
body.page-id-60 .content-area, body.page-id-65 .content-area {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
/*body.page-id-65 .content-area .newsletters {
    padding: 55px 0;
    background: #ededed;
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
}*/
div#map-canvas-contact {
	height: 500px;
}
.home-slider {
    padding-top: 133px;
}
article.type-page {
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    padding-top: 283px;
    padding-bottom: 40px;
}
article.type-page h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 40px;
    margin-top: 0;
}
article.store-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    padding-top: 283px;
    padding-bottom: 40px;
}
ul.products li {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}
.woocommerce ul.products li.product .price {
    display: none;
}
.woocommerce ul.products li.product a img {
    margin: 0 0 0;
}
a.button.product_type_simple.ajax_add_to_cart {
    border-radius: 0 !important;
    background-color: #d6b268 !important;
    height: 32px !important;
    line-height: 0px !important;
    padding: 21px 20px !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
article.store-wrapper h1 {
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 40px;
    margin-top: 0;
    color: #d6b268;
}
.contact-page {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 283px;
    padding-bottom: 40px;
}
.contact-page h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 40px;
}
.related.products {
    clear: both;product_meta
}
.woocommerce-Tabs-panel h2 {
    display: none;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    text-align: left;
    display: none;
}
.related.products h2 {
    font-size: 18px;
    text-transform: uppercase;
}
ul.tabs.wc-tabs {
    display: none;
}
.woocommerce .summary.entry-summary {
    margin: 95px 0 0;
}
.woocommerce .summary.entry-summary h1 {
    text-align: left;
    margin: 20px 0;
    color: #d0b373;
}
span.sku_wrapper {
    display: none;
}
.woocommerce .summary.entry-summary strong {
    color: #d0b373;
}
.woocommerce .summary.entry-summary a {
    color: #4b4b4b;
    font-weight: 400;
}
.woocommerce .summary.entry-summary a {
    color: #4b4b4b;
}
a.button.product_type_simple.ajax_add_to_cart:hover {
    color: #fff;
    opacity: .75;
}
.black-backgorund {
    background: #101010;
}
/*--------------------------------------------------------------
# Contact Form
---------------------------------------------------------------*/
div#wpcf7-f23-p65-o1 {
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
}
input.wpcf7-form-control.wpcf7-text{
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border: 1px solid #878787;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #222222;
    background-color: transparent;
    padding: 10px 10px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	margin: 0 0 20px;
    width: 100%;
    height: 120px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border: 1px solid #878787;
    color: #222222;
    background-color: transparent;
    padding: 10px 10px;
    resize: none;
}
input.wpcf7-form-control.wpcf7-submit {
    font-size: 18px;
    background-color: #d6b268;
    height: 32px;
    line-height: 0px;
    padding: 20px 20px;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #fff;
    border: none;
	width: 100%
}
.cform {
    text-align: right;
}
div.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
}
div.wpcf7-validation-errors {
    border: 1px solid #f7e700;
    text-align: center;
}
input.wpcf7-form-control.wpcf7-captchar {
    width: 60%;
    font-size: 14px;
    border: 1px solid #878787;
    color: #222222;
    background-color: transparent;
    padding: 10px 10px;
    margin: 0 0 20px;
    float: right;
}
img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-1 {
    position: relative;
    top: 10px;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    display: inline-block;
}
.form-left {
	padding-right: 10px !important;
    margin-bottom: 20px;
}
.form-right {
	padding-left: 10px !important;
    margin-bottom: 20px;
}
span.wpcf7-form-control.wpcf7-checkbox {
    margin: 0 0 5px;
}
.description h1 {
    text-align: left;
}
.description {
    text-align: left;
}
ul#footer-menu {
    display: inline-block;
    text-align: center;
    margin: 0 0 20px;
    padding: 0 0 0;
}
ul#footer-menu li {
    list-style: none;
    display: inline-block;
    margin: 0 2px;
}
ul#footer-menu li a {
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    font-weight: 300;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
ul#footer-menu li a:hover {
    opacity: 0.5;
    text-decoration: none;
}
span.wpcf7-list-item {
    margin: 0 0 0 0;
}
input[type="checkbox"] {
    margin: 0 10px 0 0;
}
span.wpcf7-form-control-wrap.checkbox-406,
span.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 label span {
    font-size: 14px;
    font-weight: 400;
}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
    content: no-close-quote;
}
label {
    text-align: left;
}
span.wpcf7-list-item.first.last {
    font-size: 14px;
}
.ondestamos-form span {
    display: block;
    padding-bottom: 20px;
}
.ondestamos-form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 102px;
    margin-bottom: 0;
}
.ondestamos-form span.wpcf7-form-control-wrap.captcha-1 {
    display: inline;
}
.ondestamos-form img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-1 {
    position: relative;
    top: 10px;
}
span.wpcf7-not-valid-tip {
    display: inline-block;
    width: 100%;
    padding: 0 0 0;
}
.collection-menu {
    padding: 0 0 20px;
}
h1 .catalogue {
    font-size: 36px;
    margin: 20px 0 0;
}
.catalogue {display: none;}
.page-template-page-inner main {
    padding: 0 15px;
}
.panel {
    font-weight: 700;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.error-wrapper h1 {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    color: #d6b268;
    text-transform: uppercase;
}
.error-wrapper {
  padding-top: 300px;
  padding-bottom: 150px;
  margin: 0 0 0;
}
.error-wrapper h2{
    text-align: center;
}
.error-wrapper h2 a {
    font-size: 25px;
    color: #010101;
}
.juiz_sps_links .juiz_sps_item a {
    background-color: #d0b373;
    color: #fff !important;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 1195px) {

}
@media only screen and (max-width: 1024px) {
	header#masthead {
	    position: relative;
	}
    .main-navigation-wrapper {
        background-color: rgba(234,216,179,1 );
    }
    ul#primary-menu li a {
        color: #57482a;
    }
    .newsletters {
        padding: 55px 20px;
    }
    .home-slider {
        padding-top: 0;
    }
    div#map-canvas {
        min-height: 800px;
        height: 100%;
        margin: 0 0 0 0;
    }
    .contact-page {
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    article.type-page {
        margin: 0 auto;
        width: 100%;
        max-width: 1024px;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    article.store-wrapper {
        margin: 0 auto;
        width: 100%;
        max-width: 1024px;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    div#wpcf7-f23-p65-o1 {
        width: 100%;
        max-width: 740px;
        margin: 40px auto 0;
    }
    .form-left{
        padding: 0;
        padding-right: 15px !important;
        padding-left: 15px;
        margin-bottom: 20px;
    }
    .form-right {
        padding: 0;
        padding-left: 15px !important;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 990px) {
	.img-responsive {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
    .menu-toggle {
        display: block;
        font-size: 18px;
        background-color: #d6b268;
        line-height: 40px;
        padding: 0 20px;
        text-transform: uppercase;
        letter-spacing: .03em;
        color: #fff;
        border: none;
    }
    .menu-main-container {
        display: none;
    }
	.newsletters {
	    padding: 55px 20px;
	    background: #ededed;
	}
    ul#primary-menu li {
        display: block;
        padding: 0 0;
        text-align: left;
        margin: 15px 0;
    }
    .main-navigation-wrapper {
        padding: 10px 20px 10px 10px;
    }
}
/*--------------------------------------------------------------
# Clearfix
--------------------------------------------------------------*/
.clearfix:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
