/*
Theme Name: Amalia Mora
Theme URI: http://www.beesoft.it/
Author: <a href="hhttp://www.beesoft.it">BeeSoft</a>
Version: 1.0
*/
@import 'https://fonts.googleapis.com/css?family=Homemade+Apple|Lato:400,700';
*{
	margin: 0px;
	padding: 0px;
}
html, body{
	height: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.corsivo{
	font-family: 'Homemade Apple', cursive !important;
	color: #fff;
}
.bastoni{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.bastoni_bold{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
a img{
	border: none;
	text-decoration: none;
}
.relative{
	position: relative;
}
._table{
	width: 100%;
	height: 100%;
	display: table;
}
._cell{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.no_padding{
	padding: 0px;
}
.no_margin{
	margin: 0px;
}
a, a:hover{
	color: inherit;
	text-decoration: inherit;
}
a:hover, a:visited, a:link, a:active{
	color: inherit;    
	text-decoration: none;
}
#maincontainer{
	width: 100%;
	height:100%;
}
.square-box{
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	position: relative;
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.contain_box{
	position: absolute;
	left: 0px;
	right: 0px;
	top:0px;
	bottom:0px;
}
.logo{
	z-index: 9998;
}
.black{
	background: #000;
}
.white{
	background: #fff;
}
.logo img{
	margin: 0 auto;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.image a img, .image span.hover_title{
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
.image a:hover img{
	opacity: 0.7;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
}
.image span.hover_title{
	position: absolute;
	z-index: 1;
	bottom: -100%;
	left: 0px;
	right: 0px;
	background: rgba(250,250,250, 0.8);
	width: 100%;
	padding: 20px 20px;
	font-weight: 700;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.image a:hover span.hover_title{
	bottom:0px;
}
/*=======================================MENU*/
.menu{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 99999;
	padding: 10px;
	cursor: pointer;
}
.menu.open img{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
nav.navigation{
	height: 0px;
	position: absolute;
	left: 0px;
	top:0px;
	right: 0px;
	z-index: 900;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
nav.navigation.open{
	height: 100%;
	opacity: 1;
}
nav.navigation ul.first{
	list-style: none;
	padding-left: 30px;
}
nav.navigation li{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}
nav.navigation li a{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
nav.navigation li a:hover{
	color: gray;
}
ul.submenu{
	list-style: none;
	padding-left: 0px;
	padding-top: 0px;
	position: absolute;
	display: block;
	left: 100%;
	padding: 30px 30px;
	overflow: hidden;
	display: none;
}
/*=========================ABOUT-US*/
h1.titolo{
	position: absolute;
	bottom:10px;
	left: 20px;
	font-size: 30px;
}
.titolo-white{
	color: #000;
	bottom:auto;
	top: 40%;
}
.box_text{
	padding: 80px 0px;
}
/*==============================PAGE_FLIP*/
.bb-item{
	overflow: hidden;
}
.navigation_flip{
	color: #fff;
	height: 60px;
}
.prev_flip, .next_flip{
	width: 60px;
	height: 60px;
	cursor: pointer;
	display: block;
	padding: 10px;
}
.prev_flip img{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
/*==========================CONTATTI*/
.form{
	padding: 40px 0px;
	margin-bottom: 30px;
}
.form input[type="text"], .form input[type="email"], .form textarea, .form input[type="submit"]{
	height: 60px;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	-moz-border-radius: 0px;
	background: #000;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}
.form textarea{
	height: 150px;
	resize: none;
	padding-top: 15px;
}
.form input[type="submit"]{
	font-size: 22px;
	height: 80px;
	padding-left: 20px;
}
input[type="checkbox"] {
    display:inherit;
}
/*
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label{
	padding-left: 0px;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    background:#000;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:#000;
    cursor:pointer;
    border: 2px solid #000;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:15px;
    height:15px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:#000;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:green;
    border: 2px solid green;
}
*/
.form small{
	padding-left: 5px;
}
.form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.form ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.form :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.form :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
span.wpcf7-form-control-wrap.checkbox{
	display: table-cell;
}
input[type=checkbox]{
	margin-left: 0px !important;
}
.checkbox small{
	margin-left: 20px !important;
}
span.wpcf7-not-valid-tip{
	text-align: center;
}
/*===========================FOOTER*/
footer{
	padding: 15px 15px;
	background: #fff;
	color: #000;
	font-size: 13px;
}
ul.social_footer{
	list-style: none;
}
ul.social_footer li{
	display: inline-block;
	width: 20px;
	margin-left: 10px;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
ul.social_footer li:hover{
	opacity: .5;
}
.button_prev_next{
	position: absolute;
	z-index: 10px;
	height: 120px;
	width: 60px;
	top: 0px;
	left: -60px;
/* 	background: #000; */
}
.header_single{
	padding: 40px 10px;
}
.single_page{
	margin-top: -130px;
}
.prev.page-numbers{
	clear: both;
	width: 100%;
	display: block;
	padding: 5px 0px;
}
.next.page-numbers{
	clear: both;
	width: 100%;
	display: block;
	padding: 5px 0px;
}
.special_box_footer a{
	color: #000;
}
.footer_bastoni a{
	color: #fff;
}
.special_color_new{
	color: #fff !important;
}