/*
Theme Name: Rethink Garden
Theme URI: https://gigasdev.it/rethinkgarden
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=Josefin+Sans:300,400,700|Roboto+Slab:700';

body.dev {
    background: url('images/bg-sprite.jpg') white;
    color: #333;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.roboto {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

::selection {
    background-color: #0a8162;
    color: white;
}

::-moz-selection {
    background-color: #0a8162;
    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: #0a8162;
    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: 30px 0 0 0;
    padding: 0;
    font-size: 0;
    width: 100%;
    text-align: right;
}

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

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

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

.header-menu > li > a {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-menu > li > a:hover {
    color: #0a8162;
}

.header-menu > li.active > a {
    border-bottom: 1px solid #0a8162;
}

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.datepicker.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: white;
}

#main-footer {
    background: #0a8162;
    color: white;
}

#main-footer p {
    margin: 0;
    font-weight: 300;
}

#main-footer p a {
    color: white;
}

.social-footer {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: right;
}

.social-footer li {
    display: inline-block;
    margin: 0 10px;
}

.social-footer li:first-child {
    margin-left: 0;
}

.social-footer li:last-child {
    margin-right: 0;
}

.social-footer li a {
    font-size: 16px;
    color: white;
}

.home-title {
    color: #0a8162;
    font-size: 50px;
    line-height: 50px;
}

.btn-green {
    background-color: #0a8162;
    color: white;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 55px;
    padding: 0 40px;
    display: inline-block;
    cursor: pointer;
    border: none;
    transition: .2s all;
}

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

.figure-before,
.figure-before img {
    position: relative;
}

.figure-before img {
    width: 100%;
}

.figure-before:before {
    content: '';
    display: block;
    position: absolute;
    width: 120%;
    height: 100%;
    background-color: #f2e8e2;
    top: 40px;
    right: 40px;
}

.order-1 .figure-before:before {
    right: auto;
    left: 40px;
}

.title-lines {
    overflow: hidden;
    padding: 10px 0;
}

.title-lines span {
    display: inline-block;
    position: relative;
}

.title-lines span:before,
.title-lines span:after {
    content: '';
    display: inline-block;
    width: 1000px;
    height: 1px;
    background-color: #0a8162;
    position: absolute;
    top: 50%;
}

.title-lines span:before {
    right: calc(100% + 15px);
}

.title-lines span:after {
    left: calc(100% + 15px);
}

.single-progetto-figure {
    height: 250px;
}

.single-progetto-box {
    background-color: #f2e8e2;
    padding: 15px;
    top: -40px;
    width: 90%;
}

.single-progetto-title a:hover,
.single-progetto-title a {
    color: #0a8162;
    font-size: 22px;
}

.pre-footer {
    background-color: #0fac83;
}

.item-prefooter {
    color: white;
}

.title-prefooter {
    font-weight: bold;
}

.single-progetto-excerpt p {
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    font-size: 12px;
}

.the-breadcrumb {
    list-style: none;
    margin: 0;
    padding: 20px 0;
    font-size: 0;
    text-align: center;
}

.the-breadcrumb li {
    display: inline-block;
}

.the-breadcrumb li,
.the-breadcrumb li a {
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
}

.the-breadcrumb li:after {
    content: '>';
    font-size: 22px;
    color: #0a8162;
    margin: 0 10px;
}

.the-breadcrumb li:last-child:after {
    display: none;
}

.form-label,
.the-breadcrumb li a:hover {
    color: #0a8162;
}

.form-label {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
}

body.dev .form-control {
    border-radius: 0;
    border: none;
    height: 50px;
    padding: 0 15px;
    background-color: #f2e8e2;
}

body.dev textarea.form-control {
    min-height: 250px;
    padding: 15px;
}

body.dev .wpcf7-list-item {
    margin: 0;
}

.form-label-privacy a {
    font-weight: bold;
    color: #0a8162;
}

body.dev div.wpcf7-mail-sent-ok {
    margin: 20px 0;
    padding: 20px;
    border-radius: 3px;
    background-color: #d5f8ef;
}

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

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

.servizi-icon-title {
    font-weight: bold;
    color: #0a8162;
    font-size: 30px;
    font-size: 40px;
    line-height: 40px;
}

.servizi-icon-title:before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #0a8162;
    margin: 20px auto;
}

.servizi-single-logo {
    overflow: hidden;
}

.servizi-single-title {
    padding-left: 195px;
}

.servizi-content {
    border-top: 1px solid #ccc;
    margin-top: 40px;
    column-count: 2;
}

.grid {
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

.grid .item img {
    max-width: 100%;
    height: auto;
}

.grid .item {
    width: 33.3333%;
    float: left;
    padding: 15px;
}



/* Small devices (landscape phones, 576px and up) */
@media screen and (max-width: 576px) {
    .grid {
        margin: 0;
    }
    .grid .item {
        width: 100%;
        float: left;
        padding: 15px 0;
    }
    .servizi-content {
        column-count: 1;
    }
    .home-title {
        font-size: 30px;
        line-height: 30px;
    }
    .title-lines span:before,
    .title-lines span:after,
    .figure-before:before {
        display: none;
    }
    .social-footer {
        margin: 20px 0 0 0;
    }
    .social-footer,
    #main-footer,
    .text-center-xs {
        text-align: center;
    }
    .header-menu {
        margin: 10px 0 0 0;
        text-align: center;
    }
    .header-menu > li {
        display: block;
        margin: 0;
    }
    .header-menu > li.active > a {
        border: none;
        color: #0a8162;
    }
}

/* 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;
}
