/*
Theme Name: Visual Composer Starter Child
Theme URI: http://visualcomposer.io
Description: Visual Composer Starter child theme
Author: The Visual Composer Team
Author URI: http://visualcomposer.io
Template: visual-composer-starter
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, blog, starter, responsive-layout, accessibility-ready, sandwich-menu
Text Domain: visual-composer-starter-child
*/


.navbar.fixed {
    box-shadow: 1px 1px 20px rgba(0,0,0,0.4);
}

/** STILI struttura **/

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.navbar-wrapper {
    padding: 5px 15px;
}

.content-wrapper {
    padding: 0px 15px 0px 15px;
}

.main-content {
    padding-bottom: 0px;
}
.entry-title {
	display: none;
}


body.navbar-no-background #header .navbar {
    background-color: #fff!important;
	    max-height: 72px;
}



/** form contatto **/
.wpcf7 { text-align: center;}

.wpcf7 .title {
	text-transform: uppercase; 
	font-weight: bold;
	color: #c33438;
    font-size: 18px;
}


.inputrow {
	display: flex;
	align-items: center;
	justify-content: center;
}


button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: #fff;
    border: 1 px;
    margin: 5px;
    padding: 15px 10px;
	max-width: 500px;
	width: 90%;
}

.codedropz-upload-wrapper {
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
}
input[type=checkbox] {
	width:inherit;
}

div.wpcf7 input.wpcf7-submit {
    border: 0px solid #fff;
	color: #fff;
	background: #c33438;
	padding: 20px 20px;
	font-weight: bold;
	text-transform: uppercase;
	   width: 300px;
}
div.wpcf7 .ajax-loader {
	display: block;
}


.wpcf7-acceptance span.wpcf7-list-item {
    margin: 10px 0 10px 0 !important;
}

div.wpcf7 input.wpcf7-submit:disabled {
    cursor: not-allowed;
	border: 1px solid #444;
	color: #888;
}

.dati, .soggiorno, .richiesta, .inviodati {
	text-align: center; 
	padding: 10px;
	margin-bottom: 32px;
}

.wpcf7, .wpcf7 a {
	color: #999;
}
.wpcf7 a {
	text-decoration: underline;
}

::-webkit-input-placeholder { /* Edge */
  color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}

::placeholder {
  color: #999;
}

.wpcf7 .fa, .wpcf7 .fab, .wpcf7 .fal, .wpcf7 .far, .wpcf7 .fas {
	color: #c33438 !important;
}
/*
.paypalcode {
    position: absolute;
    top: 0;
    right: 26px;
}
*/
.wpcf7 small {
	color: #999;
	top: -5px;
    position: relative;
	text-decoration: underline;
}
.wpcf7 small img {margin-right:5px;}

.wpcf7 small:hover {
	cursor: pointer;
}

div.wpcf7-mail-sent-ok, 
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing
{
    display: inline-block !important;
}

div.wpcf7-mail-sent-ok {
    border: 6px solid #eee;
    background: #1b9d85;
    font-weight: 700;
    color: #fff;
    padding: 80px 40px;
    background-image: url(https://01ristoranti.com/wp-content/uploads/01ristobianco.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: 99% 97%;
	width: 100%;
}

span.wpcf7-not-valid-tip {
    color: #c33438;
    font-size: 12px;
    font-weight: bold;
    display: block;
    position: absolute;
	top: -15px;
    right: 30px;
    min-width: 110px;
    background: #fff;
}


.ult_modal-content {
	border-color: #eee !important;
	box-shadow: none !important;
}
/** STILI VARI **/

.elencocheck i {margin-right:10px ;}
.ombra {
	text-shadow: 1px 1px 2px #333;
}

.grecaptcha-badge {
	transform: scale(0.1);
}

.BIGBUTTON a { 
	font-weight:500;
	font-size: 20px !important;
}

.whitefont * { color: #fff !important; }

#footer .copyright {
    text-align: center;
}

.copyright a, .copyright a:hover {border-bottom: none !important;}

.nascondo { display: none !important;}


#paypal-button-container {
	max-width: 300px !important;
	
}

#main-menu ul li a {
    font-size: 16px;
    font-weight: bold;
}

/** GESTIONE LINGUE **/
.it-testo, .en-testo, .de-testo {display: none !Important;}
.it-testo:lang(it) { display: block!Important;}
.en-testo:lang(en) { display: block!Important;}
.de-testo:lang(de) { display: block!Important;}

@media only screen and (min-width: 768px){
	body:not(.menu-sandwich) #main-menu>ul>li a {
		padding: 0 .83em !important;
	}
	body:not(.menu-sandwich) #main-menu>ul {
		margin: 7.5px 0 0 !important;
	}
}

#header {
    min-height: 72px !important;
}


/** responsive **/
@media (max-width: 1199px) {
	
}

@media (max-width: 991px) {
	/** inverto colonne da tablet **/
	.flexmobile {
		display: flex;
		flex-direction: column-reverse;
	}
}


@media (max-width: 767px) {
	H1, h2 {
    	font-size: 50px !IMPORTANT;
	}
	H4 { font-size: 20px !IMPORTANT; }
}
