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


/** HEADER **/
body.navbar-no-background #header {
    position: absolute;
    width: 100%;
    z-index: 2;
}

body:not(.menu-sandwich) .navbar-header {
    max-width: 35%;
    margin-left: 50px;
}



/** menù **/
body.header-full-width .navbar {
    padding-left: 0;
    padding-right: 0;
}

.navbar-brand {
    padding: 10px 15px;
    background: #fff;
}

body.navbar-no-background:not(.menu-sandwich) #main-menu {
    background: #fff !important;
	margin-left: 0 !important;
	height: 50px;
}

body:not(.menu-sandwich) #main-menu>ul {
    margin: 0;
}

body:not(.menu-sandwich) #main-menu>ul>li a {
    padding: 8px 12px;
    text-transform: normal;
	font-size: 16px;
	line-height: 34px;
	font-family: Raleway;
	border-left: 1px solid #eee;
}

body:not(.menu-sandwich) #main-menu>ul>li a:hover {
	background:#3399cc;
	color: #fff;
}

.emailmenu, .telmenu  { 
    width: 50px;
    text-align: CENTER;
}

.emailmenu a {
	background: #faa72d !important;
	color:#fff !important;
}

.telmenu a {
	background: #0093d1 !important;
	color:#fff !important;
}


.emailmenu a:hover, .telmenu a:hover {
  background: #003366 !important;
}

/** sticky **/

body.navbar-no-background #header .navbar.fixed.scroll {
    background-color: #fff;
	box-shadow: 1px 1px 37px rgba(0,0,0,0.37);
}

.navbar.fixed.scroll  .navbar-header img {
    content: url(/wp-content/uploads/logos-STICKY.png);
	margin-top: -12px;		/*luca*/
    width: 120px;		/*luca*/
    padding-top: 6px; /*luca*/
}

.navbar.fixed.scroll #main-menu>ul>li a {
    padding: 10px 12px;
}

/** SPAZI CONTAINER **/
.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-content article>div {
    margin: 0;
}

/**  NASCONTO TITOLI POST **/
.entry-title {
	display: none !Important;
}


/** STILI CARATTERI - PULSANTI - LINK ETC **/

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

.btnCustom {
       background: #fff;
    color: #666;
    border-bottom: none !important;
    padding: 15px;
    display: block;
    max-width: 180px;
    margin: 0 auto;
}

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

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

/*a:hover {border-bottom: none !important;}*/


/* appartamenti */

.box-apt {z-index: 1 !important;}

.box-apt .vc_grid-item-mini {
    box-shadow: none;
	
}

.box-apt:hover .vc_grid-item-mini {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

.mqgrid, .postilettogrid {
	color: #003366;
	font-size: 12px;
}

.aio-icon-header+.aio-icon-description {
    margin-top: 0 !important;
}

.localita{
	text-align: center;
	font-size: 12px;
	margin-top: 12px;
}
.soggiornobox {
    position: absolute !important;
    top: 100px;
    z-index: 1;
    text-align: left;
	width: 100%;
}

.pugliabox {
    position: absolute;
    top: 100px;
	left: 50%;
    z-index: 3;
    text-align: left;
}


.testobottom .vc_column-inner  {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.vacanzatext-bottom .vc_column-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.vacanzatext-bottom h5 {
	min-height: 50px;
}
/*
.testobottom .vc_column-inner .wpb_wrapper, .testotop .vc_column-inner .wpb_wrapper {
    border: 1px solid #fff;
    padding: 20px;
    background: rgba(0,0,0,0.2);
}
*/
/** form contatto **/

.titlerow { color: #FFF;}

.wpcf7 .flexrow {
    margin-bottom: 30px;
}

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

.inputrow .fa, .textrow .fa {
    color: #FFF !important;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
    border: none;
    margin: 5px;
    border: 0px solid #FFF;
    padding: 15px 10px;
	max-width: 800px;
	width: 95%;
	color: #FFF;
	background: rgba(0,0,0,0.2);
	height: 57px;
}

textarea {
	height: 114px;
}
select {
	height: 57px;
}

input[type=checkbox] {
    width: inherit;
	height: inherit;
}

div.wpcf7  input.wpcf7-submit {
    border: 0px solid #e2572c;
	color: #fff;
	background: #faa72d;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2px;
}

div.wpcf7 input.wpcf7-submit:disabled {
    cursor: not-allowed;
	border: 1px solid #faa72d;
	color: #963a24;
	background: #faa72d;
}

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

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

.formTitle {
	color: #fff;
	text-align: center;
	font-family: Londrina Sketch;
	margin-bottom: 32px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

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

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

#formrowhidden { display: none; animation: hide 1s linear; }
@keyframes hide {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
	  opacity: 0.5;
  }
  100% {
    display: block;
    opacity: 1;
  }
}


.ombra {
	text-shadow: 1px 1px 2px #000;
}
.comment-content ul>li, .entry-content ul>li {
    padding-left: 0;
}

.comment-content ul>li:before, .entry-content ul>li:before {
    content: none;
}

.contatti-bottom {
	text-align: center;
}

.contatti-bottom a {display: inline-block; font-size:18px; margin: 0 10px;}

/** responsive **/

@media (max-width: 1199px) {
	.mappaeuropa .upb_row_bg {
		background-position: -100px bottom !important;
	}
}

@media (max-width: 991px) {
	body.navbar-no-background:not(.menu-sandwich) #main-menu {
		padding-right:50px;
	}
	.aio-icon-header+.aio-icon-description {
		text-align: center;
	}
	.default-icon .aio-icon-default, .default-icon .aio-icon-header {
		display: block !important;
		text-align: center !Important;
	}
}

@media (max-width: 767px) {
	.mappaeuropa .upb_row_bg {
		background-size: 3000px auto !Important;
		background-position: -246px bottom !important;
	}
	
	.vacanzatext-bottom .vc_column-inner {
    	display: block;
	}
	body:not(.menu-sandwich) .navbar-header {
		margin-left: 0;
	}
	.navbar-brand img, #responsive-menu-title-image img {
		max-width: 80px !important;
		height: auto;
	}
	.navbar.fixed.scroll .navbar-header img { 
		max-width: 120px !important;
	}
	
	h1 { font-size: 30px !important; }
	h2 { font-size: 27px !important; }
	
	.galleriafoto {pointer-events: none !Important; cursor: default !important;}
}

.copyright a:hover  {
    border-bottom: 0px transparent solid !Important;
}