/*!
Theme Name: TemaGaz
Theme URI: http://francescopasetto.com/termagaz 
Author: Francesco Pasetto
Author URI: http://francescopasetto.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: temagaz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, 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.

TemaGaz is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

:root {
    --vp-color-brand: color: rgb(122, 122, 122) !important;;
}

*, *:after, *:before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 300;
    background-color: #fff;
    color: rgb(51, 51, 51);
    -webkit-overflow-scrolling: touch;
}

h1 {
    font-size: 25px;
    text-transform: uppercase;
}

h2 {
    font-size: 20px;
    text-transform: uppercase;
}

h3 {
    font-size: 13px;
    font-weight: 500;
}

a {
    color: rgb(122, 122, 122);
}

a:hover {
    font-weight: 700;
    color: #333;
    text-decoration: none;
}

.wpcf7-form input, .wpcf7-form textarea, input, textarea {
    background: transparent;
    border: 1px solid #DDDDDD;
    color: #b2b2b6;
    padding: 10px;
    outline: none;
    margin: 0;
    max-width: 100%;
    display: block;
    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */
    *vertical-align: middle;
    /* Improves appearance and consistency in all browsers */
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100% !important;
    -webkit-transition: border 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: border 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: border 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    /* easeOutCubic */
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    /* easeOutCubic */
}

.wpcf7 input[type="submit"] {
    color: rgba(0, 0, 0, 0.9);
    background-color: white;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
    padding: 10px;
    font-size: 13px;
    width: 100px !important;
}

.wpcf7 input[type="submit"]:hover {
    color: white;
    background-color: rgb(221, 221, 221);
    border: 1px solid rgb(221, 221, 221);
    font-weight: 800;
}

input:focus, textarea:focus, select:focus, .dark .wpcf7-form input:focus, .dark .wpcf7-form textarea:focus, .dark .wpcf7-form select:focus {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1) inset;
    border-color: #dddddd;
    background: transparent;
    color: #151515;
}

label {
    display: inline;
    margin: 0;
}

.bg-white {
    background-color: #fff !important;
}

.edit-link {
    color: #333333;
    -webkit-box-shadow: 2px 2px 7px -2px #333333;
    box-shadow: 2px 2px 7px -2px #333333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
    background-color: #fff;
}

.edit-link:hover {
    color: #696969;
    -webkit-box-shadow: 2px 2px 7px -2px #696969;
    box-shadow: 2px 2px 7px -2px#696969;
}

.edit-link:active {
    color: #696969;
    -webkit-box-shadow: inset 2px 2px 7px -2px #696969;
    box-shadow: inset 2px 2px 7px -2px#696969;
}

.edit-link a {
    text-decoration: none;
    color: #696969;
}

.edit-link a:hover {
    text-decoration: none;
    color: #333;
}

.margin-120 {
    margin-top: 120px;
    margin-bottom: 20px;
}

.navbar {
    text-transform: uppercase;
}

.sticky-top {
    z-index: 999999;
}

.dropdown-item {
    font-size: 11px !important;
}

.dropdown-menu {
    font-size: 13px !important;
    background-color: #fff;
    z-index: 1000000;
}

.wp-block-image img {
    height: auto;
}

.vp-filter__item {
    font-family: 'Montserrat';
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 200;
}

.vp-filter__style-minimal .vp-filter__item>* {
    font-weight: 200;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
}

.vp-filter__style-minimal .vp-filter__item>a:hover {
    font-weight: 800;
    color: rgba(0, 0, 0, 0.9);
}

.vp-filter__style-minimal .vp-filter__item-active>a {
    font-weight: 800;
    color: rgba(0, 0, 0, 0.9);
}

.wp-block-image {
    margin-bottom: 2em;
}

h2.screen-reader-text {
    display: none;
}

nav {
    font-size: 13px;
}

.menu-principale {
    list-style-type: none;
}

ul.menu-principale li {
    display: inline;
    padding: 10px;
}

.menu-secondario {
    list-style-type: none;
}

ul.menu-secondario li {
    display: inline;
    padding: 10px;
}

ul.menu-principale li>a {
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
}

#navbarSupportedContent {
    z-index: 1000000;
}

.underline_left, .underline_right, .underline_middle {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}

.underline_left:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #333;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.underline_left:hover:before {
    visibility: visible;
    width: 100%;
}

.underline_right:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    background-color: #333;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.underline_right:hover:before {
    visibility: visible;
    width: 100%;
}

.underline_middle:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #333;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

.underline_middle:hover:before {
    visibility: visible;
    transform: scaleX(1);
}

.underline_left:hover, .underline_right:hover, .underline_middle:hover {
    color: #696969;
    font-weight: 400;
}

.vp-portfolio__layout-elements {
    position: -webkit-sticky;
    position: sticky;
    top: 56px !important;
    z-index: 1020;
    background-color: #fff;
}

.vp-portfolio__filter-wrap {
    margin: 0px;
    margin-bottom: 20px;
}

.vp-portfolio__item a {
    color: rgb(122, 122, 122) !important;
    font-weight: 200;
}

.vp-portfolio__item a:hover, .vp-portfolio__item a:focus, .vp-portfolio__item a:focus-visible, .vp-portfolio__item a:active {
    color: rgba(0, 0, 0, 0.9) !important;
    font-weight: 800;
}

.vp-portfolio__item a:visited{
    font-weight: 200 !important;
    color: rgb(122, 122, 122);
}

.portfolio_nav {
    display: flex;
    min-height: 100px;
    align-items: center;
}

.pdfemb-viewer {
    border: none !important;
    background-color: white !important;
}

.pdfemb-inner-div {
    background-color: white !important;
}

.vimeo-video {
    width: 100% !important;
}

.card-img-top {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.margin30 {
    margin-top: 56px;
}

.card:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(199, 199, 199, 1);
    box-shadow: 0px 0px 9px 0px rgba(199, 199, 199, 1);
}

.sticky-title{
    top:112px;
    z-index:1000;
    max-height: 80vh;
    overflow-y: auto;
    position: -webkit-sticky;
}

.navbar-light .navbar-nav .active > .nav-link {
    font-weight: 800;
}