/*
Theme Name: Bergamon
Theme URI: https://gigasdev.it/bergamon
Author: Gigasweb
Author URI: https://gigasweb.it/
Text Domain: dev
Description: The 2019 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap';

@font-face {
    font-family: 'Pattaya';
    src: url('fonts/Pattaya-Regular.eot');
    src: url('fonts/Pattaya-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Pattaya-Regular.woff2') format('woff2'),
        url('fonts/Pattaya-Regular.woff') format('woff'),
        url('fonts/Pattaya-Regular.ttf') format('truetype'),
        url('fonts/Pattaya-Regular.svg#Pattaya-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body.dev {
    background-color: white;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    counter-reset: ingredients;
}

.pattaya {
    font-family: 'Pattaya', sans-serif;
}

::selection {
    background-color: #18a564;
    color: white;
}

::-moz-selection {
    background-color: #18a564;
    color: white;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #efefef;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
    background: #18a564;
    border-radius: 5px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
}

a,
a:focus,
a:active,
a:visited,
a:hover {
    cursor: pointer;
    text-decoration: none !important;
}

label {
    cursor: pointer;
    font-weight: normal;
}

.appeareance-none {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.appeareance-none::-ms-expand {
    display: none;
}

body.dev .container {
    max-width: 1140px;
}

.navbar {
    padding: 0;
}

.header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 100%;
    text-align: center;
}

.header-menu > li {
    display: inline-block;
    margin: 0 20px;
}

.header-menu > li:first-child {
    margin-left: 0;
}

.header-menu > li:last-child {
    margin-right: 0;
}

.header-menu > li > a {
    display: block;
    font-size: 14px;
    line-height: 100px;
    color: #065143;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    transition: .2s all;
}

.header-menu > li > a:hover,
.header-menu > li > a.active {
    color: #18a564;
}

select {
    cursor: pointer;
}

select option {
    background-color: white;
    color: black;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

body.dev img {
    height: auto;
    max-width: 100%;
}

img.image-100 {
    height: auto;
    width: 100%;
}

body.dev figure {
    margin: 0;
}

figure.img-contain img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

figure.img-cover img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

body.dev .table {
    display: table;
    margin: 0;
    table-layout: fixed;
}

body.dev .table .center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

textarea {
    resize: vertical;
}

.max-width {
    width: 100%;
    margin: 0 auto;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

input.hasDatepicker {
    cursor: pointer;
}

.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

.aligncenter {
    text-align: center;
}

.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 1;
}

.btn-100 {
    width: 100%;
}

.hidden-xs-up {
  display: none !important;
}


#main-header {
    background-color: #d3ede3;
}

.header-menu li.logo > a {
    font-size: 0;
}

.logo a:after {
    content: '';
    display: inline-block;
    width: 49px;
    height: 58px;
    background-image: url('images/logo.png');
    vertical-align: middle;
    transition: .3s all;
}

.logo a:hover:after {
    transform: scale(1.2);
}

#main-footer p {
    font-size: 13px;
}

.max-width-770 {
    max-width: 770px;
}

.box-border {
    border-style: solid;
    border-width: 12px;
    padding: 60px 40px;
    position: relative;
}

.box-border-1 {
    border-color: #b9e4d0;
}

.title-2,
.title-1 {
    font-size: 52px;
    color: #065143;
    line-height: .9;
}

.title-2 {
    font-size: 45px;
}

.btn-green {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 10px 30px;
    background-color: #18a564;
    color: white;
    transition: .2s all;
}

.btn-green:hover {
    background-color: #065143;
    color: white;
}

.image-1 {
    left: -100px;
}

.background-1 {
    background: url('images/bg-1.png') left top no-repeat #b9e4d0;
}

.list-ingredients {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    font-size: 0;
}

.list-ingredients-content {
    display: none;
}

.list-ingredients-content.active {
    display: block;
}

.list-ingredients li {
    display: inline-block;
    width: 33.3%;
    font-size: 30px;
    line-height: 1;
    font-family: 'Pattaya', sans-serif;
    vertical-align: top;
    color: #065143;
}

.list-ingredients li a {
    color: #065143;
}

.list-ingredients li.active:before,
.list-ingredients li.active a {
    color: #18a765;
}

.list-ingredients li:before {
    counter-increment: ingredients;
    content: counter(ingredients) '.';
    display: block;
    color: white;
    font-size: 60px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
}

.image-2 {
    top: -150px;
}

.product-list-item {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 12px;
    position: relative;
}
.product-list-item-87{
	background-color: #e4d8e8;
}
.product-list-item-86{
	background-color: #faeabe;
}
.product-list-item-32 {
    background: #b0e1ca; /* Old browsers */
    background: -moz-linear-gradient(left, #b0e1ca 0%, #d0e7e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b0e1ca 0%,#d0e7e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b0e1ca 0%,#d0e7e8 100%);
}

.product-list-item-31 {
    background: #bfe5f4; /* Old browsers */
    background: -moz-linear-gradient(left, #bfe5f4 0%, #deedf3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #bfe5f4 0%,#deedf3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bfe5f4 0%,#deedf3 100%);
}

.product-list-item-30 {
    background: #b8c7d6; /* Old browsers */
    background: -moz-linear-gradient(left, #b8c7d6 0%, #8aa2bb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b8c7d6 0%,#8aa2bb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b8c7d6 0%,#8aa2bb 100%);
}

.product-list-item-29 {
    background: #ebb6c2; /* Old browsers */
    background: -moz-linear-gradient(left, #ebb6c2 0%, #ebd0d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ebb6c2 0%,#ebd0d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ebb6c2 0%,#ebd0d6 100%);
}

.product-list-item-50 {
    background: #93d0ae; /* Old browsers */
    background: -moz-linear-gradient(left, #93d0ae 0%, #b8e6cc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #93d0ae 0%,#b8e6cc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #93d0ae 0%,#b8e6cc 100%);
}

.product-list-item-77 {
    background: #b8e6cc; /* Old browsers */
    background: -moz-linear-gradient(left, #b8e6cc 0%, #93d0ae 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b8e6cc 0%,#93d0ae 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b8e6cc 0%,#93d0ae 100%);
}

.product-list-item-95 {
    background: #E8E8E7; /* Old browsers */
    background: -moz-linear-gradient(left, #E8E8E7 0%, #D2D2D2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #E8E8E7 0%,#D2D2D2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, #E8E8E7 0%,#D2D2D2 100%);
}

.product-list-item-97 {
    background: #9FC8AE; /* Old browsers */
    background: -moz-linear-gradient(left, #9FC8AE 0%, #D6E7F0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #9FC8AE 0%,#D6E7F0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, #9FC8AE 0%,#D6E7F0 100%);
}

.product-list-internal {
    background-color: white;
    padding: 60px 40px;
}

.product-list-excerpt p {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.product-list-item-32 .product-list-excerpt p {
    color: #439e99;
}

.product-list-item-31 .product-list-excerpt p {
    color: #4fa8da;
}

.product-list-item-30 .product-list-excerpt p {
    color: #2d63a9;
}

.product-list-item-29 .product-list-excerpt p {
    color: #e695a7;
}

.product-list-item-50 .product-list-excerpt p {
    color: #93d0ae;
}

.product-list-item-77 .product-list-excerpt p {
    color: #44a09c;
}

body.dev img.product-list-thumbnail {
    max-width: 330px;
}

.product-list-item-order-1 {
    left: 100px;
}

.product-list-item-order-1 .product-list-thumbnail {
    left: -120px;
}

.product-list-item-order-2 {
    left: -100px;
}

.product-list-item-order-2 .product-list-thumbnail {
    left: 120px;
}

.or span,
.background-2 {
    background-color: #c9eadb;
}

.max-width-400 {
    max-width: 400px;
}

.or:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #9fb6ad;
    left: 0;
    top: 13px;
    position: relative;
}

.or span {
    position: relative;
    padding: 0 20px;
}

#mapid {
    width: 100%;
    height: 500px;
}

.dove-container {
    background-color: white;
    padding: 40px 40px 0 40px;
}

.dove-content p {
    margin: 0;
}

.dove-title {
    color: #58a9a5;
    text-transform: uppercase;
    font-weight: bold;
}

#chi-siamo {
    position: relative;
}

#chi-siamo:before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    height: 10px;
    width: 100%;
    display: block;
    background: #bbe7d2;
    background: -moz-linear-gradient(left, #bbe7d2 0%, #d8edee 100%);
    background: -webkit-linear-gradient(left, #bbe7d2 0%,#d8edee 100%);
    background: linear-gradient(to right, #bbe7d2 0%,#d8edee 100%);
}

.btn-more span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #065143;
    padding-bottom: 8px;
}

.btn-more:after {
    width: 46px;
    height: 19px;
    display: inline-block;
    content: '';
    background-image: url('images/caret-down.png');
}

.btn-more-container.hidden,
.content-full {
    display: none;
}

.content-full.active {
    display: block;
}




/* Small devices (landscape phones, 576px and up) */
@media screen and (max-width: 576px) {
    .dove-container {
        padding: 15px;
    }
    body.dev img.product-list-thumbnail {
        max-width: auto;
    }
    .product-list-item-order-1 .product-list-thumbnail,
    .product-list-item-order-2 .product-list-thumbnail {
        left: 0;
    }
    .product-list-item-order-1,
    .product-list-item-order-2 {
        left: 0;
    }
    .list-ingredients {
        margin: 0;
    }
    .list-ingredients li {
        display: block;
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }
    .image-1 {
        left: 0;
    }
    .product-list {
        padding: 5px;
    }
    .product-list-internal,
    .box-border {
        padding: 40px 15px;
    }
    .box-border {
        border-style: solid;
        border-width: 5px;
    }
    .header-menu {
        margin: 10px 0;
    }
    .header-menu > li {
        display: block;
        margin: 0;
    }
    .header-menu > li > a {
        line-height: normal;
    }
    .text-center-xs {
        text-align: center;
    }
}

/* Medium devices (tablets, 768px and up) */
@media screen and (max-width: 768px) {
    .text-center-md {
        text-align: center;
    }
}

/* Large devices (desktops, 992px and up) */
@media screen and (max-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (max-width: 1200px) {

}










@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
  display: none !important;
}
