/*
Theme Name: webMT
Theme URI: https://www.ottopuntouno.net/
Author: webmt SRLS
Author URI: https://www.ottopuntouno.net/
Description: ZM Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

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.
*/

@font-face {
    font-family: 'Gotham';
    src: /*
url('fonts/GothamNarrow-Bold.woff2') format('woff2'),
        url('fonts/GothamNarrow-Bold.woff') format('woff'),
*/
        url('fonts/GothamBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: /*
url('fonts/GothamNarrow-BoldItalic.woff2') format('woff2'),
        url('fonts/GothamNarrow-BoldItalic.woff') format('woff'),
*/
        url('fonts/GothamBookItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: /*
url('fonts/GothamNarrow-Light.woff2') format('woff2'),
        url('fonts/GothamNarrow-Light.woff') format('woff'),
*/
        url('fonts/GothamBook.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: /*
url('fonts/GothamNarrow-BookItalic.woff2') format('woff2'),
        url('fonts/GothamNarrow-BookItalic.woff') format('woff'),
*/
        url('fonts/GothamBookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: /*
url('fonts/GothamNarrow-Book.woff2') format('woff2'),
        url('fonts/GothamNarrow-Book.woff') format('woff'),
*/
        url('fonts/GothamBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: /*
url('fonts/GothamNarrow-LightItalic.woff2') format('woff2'),
        url('fonts/GothamNarrow-LightItalic.woff') format('woff'),
*/
        url('fonts/GothamLightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: /*
url('fonts/GothamNarrow-Black.woff2') format('woff2'),
        url('fonts/GothamNarrow-Black.woff') format('woff'),
*/
        url('fonts/GothamMedium.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body, h1, h2, h3, h4, h5{
	font-family: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

body:before, body:after {
    content: "";
    position: fixed;
    background: white;
    left: 0;
    right: 0;

}
body:before {
    top: 0;
}
body:after {
    bottom: 0;
}

body {
    border: 50px solid white; 
}

#modalita p{
	margin: 0px;
}

#modalita h4{
	margin-bottom: -20px;
}

.hfe-nav-menu__toggle{
	margin: 0 !important;
	text-align: right;
}

.hfe-nav-menu__toggle .hfe-nav-menu-icon{
	padding: 0px;
}

.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal{
	top:60px;
}

body[data-elementor-device-mode="desktop"] .hfe-nav-menu__submenu-arrow ul li{
	border-bottom: 10px solid transparent;
  -webkit-transition: border 400ms ease;
  -moz-transition: border 400ms ease;
  -ms-transition: border 400ms ease;
  -o-transition: border 400ms ease;
  transition: border 400ms ease;
}


body[data-elementor-device-mode="desktop"] .hfe-nav-menu__submenu-arrow ul li:first-child, body[data-elementor-device-mode="desktop"] .hfe-nav-menu__submenu-arrow ul li:hover{
	
	border-bottom: 10px solid black;
}


body[data-elementor-device-mode="desktop"] .hfe-nav-menu__layout-horizontal{
	margin-top: 10px;
}



/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 991px) {
  body:before, body:after {

	}

	body {
	    border: 10px solid white;
	}
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 767px) {
  body:before, body:after {

	}

	body {
	    border: 5px solid white;

	}
}


/*.  border-bottom: 10px solid black; */

/* Stile generale per il form */
#custom-review-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

#custom-review-form label {
    font-weight: bold;
    margin-top: 10px;
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

#custom-review-form input[type="text"],
#custom-review-form input[type="email"],
#custom-review-form textarea {
    width: 100%;
    padding: 10px;
    margin: 8px 0 16px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    resize: vertical;
}

#custom-review-form input[type="submit"] {
    background-color: #333;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    width: 100%;
}

#custom-review-form input[type="submit"]:hover {
    background-color: #555;
}

#custom-review-form input:focus,
#custom-review-form textarea:focus {
    border-color: #333;
    outline: none;
}

#custom-review-form p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

#custom-review-form .error-message {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}
