/*
Theme Name:     Divi Child
Theme URI:      http://beecreative.it/
Description:    Tema Child per il Divi
Author:         Beecreative
Author URI:     https://beecreative.it/
Template:       Divi
Version:        0.1.0
*/
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0px !important;
}

#top-menu li.current-menu-item>a{
    border-bottom: 4px solid #00adb5;
}


.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}


.boxServizi{
	width: 28%;
    background-color: #fcfcfc;
    display: inline-block;
	margin-left:4%;
	margin-bottom:4%;
	vertical-align:top;
	-webkit-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.55);
    box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.55);
	text-align:right;
	transition-timing-function: ease;
	transition-duration: 1s;
    -webkit-transition-timing-function: ease;
	-webkit-transition-duration: 1s;
    -o-transition-timing-function: ease;
	-o-transition-duration: 1s;
    -moz-transition-timing-function: ease;
	-moz-transition-duration: 1s;
}

.boxServizi:hover{
    background-color: #00adb5;
}

.boxServizi:hover h3{
    color: #fff4e0;
}


.boxServizi h3{
	height:50px;
	font-size:14px;
	width:80%;
	text-align:left;
	padding-left:18px;
	padding-top:50px;
	padding-bottom:50px;
}

.boxServizi img{
	width:50px;
	margin-right:20px;
	margin-top:20px;
}

.boxServiziMenu{
	width: 15%;
    background-color: #fcfcfc;
    display: inline-block;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:0%;
	margin-top:2%;
	vertical-align:top;
	-webkit-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.55);
    box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.55);
	text-align:right;
	transition-timing-function: ease;
	transition-duration: 1s;
    -webkit-transition-timing-function: ease;
	-webkit-transition-duration: 1s;
    -o-transition-timing-function: ease;
	-o-transition-duration: 1s;
    -moz-transition-timing-function: ease;
	-moz-transition-duration: 1s;
}


.boxServiziMenu:hover{
    background-color: #00adb5;
}

.boxServiziMenu:hover h3{
    color: #fff4e0;
}


.boxServiziMenu h3{
	height:50px;
	font-size:14px;
	width:80%;
	text-align:left;
	padding-left:18px;
	padding-top:50px;
	padding-bottom:50px;
}

.boxServiziMenu img{
	width:50px;
	margin-right:20px;
	margin-top:20px;
}


.boxLavoro{
	min-height:350px;
	border-bottom: 2px solid #00adb5;
	font-size: 14px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	padding:20px;
}
.boxLavoro h2{
	color: #00adb5;
	font-size: 20px;
}
.boxLavoro h5{
	color: #00adb5;
	font-size: 14px;
}
.boxLavoro a{
	display: inline-block;
	padding: 2px 20px;
	background-color: #666666;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	border-radius:15px;
	font-size:12px;
	margin-top: 20px;	
}
.boxLavoro a:hover{
	background-color: #00adb5;	
}


div.formOrizzontale{
    margin-bottom: 0px;
}

div.formOrizzontale .wpforms-form .wpforms-field {
    padding: 0px;
    clear: both;
}
 div.formOrizzontale .wpforms-form .wpforms-submit-container {
    padding:0px;
    clear: both;
    position: absolute;
    right: 0px;
    top: 0px;
}

div.formOrizzontale .wpforms-form button[type=submit]{
	border-radius: 20px;
	background-color:#000;
	border: 0px solid #000;
	color:#fff;
}

div.formOrizzontale .wpforms-form input[type=email]{
	border-radius: 20px;
	background-color:rgba(255,255,255,0.5);
	border: 0px solid #000;
	margin-bottom:6px;
}

div.formOrizzontale .wpforms-form .wpforms-field-label-inline {
    display: inline;
    vertical-align: baseline;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
	color:#fff;
}


div.formPiede .wpforms-form input[type=email]{
	border-radius: 20px;
	background-color:rgba(0,0,0,0.1);
	border: 0px solid #000;
	margin-bottom:6px;
}

div.formPiede .wpforms-form input[type=text]{
	border-radius: 20px;
	background-color:rgba(0,0,0,0.1);
	border: 0px solid #000;
	margin-bottom:6px;
}

div.formPiede .wpforms-form button[type=submit]{
	border-radius: 20px;
	background-color:#00adb5;
	border: 1px solid #00adb5;
	color:#fff;
}

div.formPiede .wpforms-form select{
	border-radius: 20px;
	background-color:rgba(0,0,0,0.1);
}

div.wpforms-container-full .wpforms-form textarea{
	border-radius: 4px;
	background-color:rgba(0,0,0,0.1);
}

div.formPiede .wpforms-form .wpforms-field {
    padding:0;
    clear: both;
}

div.formPiede .wpforms-field-select{
	padding-bottom:6px !important;
}

div.formPiede .wpforms-form .wpforms-submit-container {
    padding: 20px 0 0 0;
    clear: both;
    position: relative;
}


.titiloSlideHome{
	font-size:26px !important;
	color:#ffffff !important;
	line-height:1.2 !important;
}

.testoSlideHome{
	font-size:17px !important;
	color:#ffffff !important;
	padding-right:50px !important;
}


.testoSlideHome .titoloTech{
	font-size: 38px;
	line-height:34px;
}
.testoSlideHome a{
	display:inline-block;
	color: #ffffff;
	border: 2px solid #ffffff;
	padding: 6px 15px;
	border-radius: 20px;
	font-size: 16px;
	margin-top:10px;
}


.sliderTestimonianzeH .et_pb_more_button {
	display: inline-block;
    margin-top: 20px;
    color: #ffffff !important;
    text-shadow: none;
    text-decoration: none;
	border-radius:28px;
	background-color:#00adb5;
	border:2px solid #00adb5; 
}

.sliderHome .et_pb_container {
    position: relative;
    z-index: 2;
    width: 100% !important;
    max-width: 1080px;
    margin: 0 auto;
}

.category-multi-language h2{
	color:#7eb6d9;
	height:65px;
}

.et_pb_blog_grid .category-multi-language {
    padding: 19px;
    border: 1px solid #f8f8f8;
	border-bottom: 6px solid #7eb6d9;
    background-color: #fff;
    word-wrap: break-word;
}

.category-multi-language p{
   line-height: 1.3;
}

.category-news h2{
	color:#e8b133;
	height:65px;
}

.et_pb_blog_grid .category-news {
    padding: 19px;
    border: 1px solid #f8f8f8;
	border-bottom: 6px solid #e8b133;
    background-color: #fff;
    word-wrap: break-word;
}

 .category-news p{
   line-height: 1.3;
}

.nomeCitta{
	font-size:30px;
	color:#ffffff;
	text-transform: uppercase;
	line-height: 20px;
}

.nomeNazione{
	font-size:20px;
	color:#ffffff;
	font-style:italic;
	line-height: 20px;
}

.slideAccordionCity{
  width:380px;
  height: 70px;
  -ms-transform: rotate(270deg); /* IE 9 */
  -webkit-transform: rotate(270deg); /* Safari 3-8 */
  transform: rotate(270deg);
	text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}

.slideAccordionMail{
	color:#ffffff;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}

.slideAccordionMail .nomeCitta{
	font-size:40px;
	line-height: 40px;
}

.slideAccordionMail .nomeNazione{
	font-size:24px;
	line-height: 24px;
}
.boxContatti{
	border:1px solid #00adb5;
	padding-top:40px;
	padding-bottom:40px;
}
.slideAccordionMail a{
	color:#ffffff;
}
.as-pagination-buttons .as-pagination-button:first-child {
	position:absolute;
	left:-10px;
}
.as-pagination-buttons .as-pagination-button:last-child {
	position:absolute;
	right:-10px;
}

.as-pagination-button {
	top:-3px;
    background-color: #ffffff;
	width:110px;
	height: 30px;
	content: '>';
	font-size: 10px;
	border-radius: 0px;
	border: 0px;
}

.as-pagination-button:before {
	content: '<';
	font-size: 20px;
}
.as-pagination-buttons .as-pagination-button:last-child:before {
	content: '>';
}
.as-pagination-buttons .as-selected {
    background-color: #00adb5;
}



.sezAbout01{
	background-size:cover;
	background-position: top center;
	background-image:url("https://beewpblob.blob.core.windows.net/localeyes/2019/04/about-1-5ca35f6970589.jpg");
}

.sezAbout02{
	background-size:cover;
	background-position: top center;
	background-image:url("https://beewpblob.blob.core.windows.net/localeyes/2019/04/about-2-5ca303dc9cb32.jpg");
}

.sezAbout02 .et_pb_row_1.et_pb_row {
    padding-bottom: 240px;
}

.boxTestoAbout{
	padding-top:16%;
}

.sezAbout03{
	background-size:cover;
	background-position: top center;
	background-image:url("https://beestatic.azureedge.net/localeyes/2019/04/about-3.jpg");
}


.formContatti{
    padding-top: 30px!important;
    padding-right: 30px!important;
    padding-bottom: 10px!important;
    padding-left: 30px!important;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    background-color: #ffffff;
    margin-top: -20px;
    margin-bottom: -20px!important;
}




/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {

/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
	
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}
 

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
	
.boxServizi{
	width: 44%;
	margin-left: 2%;
    margin-right: 2%;
}
 
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
	
.sezAbout01{
	background-size: contain;
    background-position: bottom;
    background-image: url(https://beewpblob.blob.core.windows.net/localeyes/2019/04/sfondoAbout_01.jpg);
    background-repeat: no-repeat;
    background-color: #000;
	padding-bottom: 220px;
}
	
.sezAbout02{
	background-size: contain;
    background-position: bottom;
    background-image: url(https://beewpblob.blob.core.windows.net/localeyes/2019/04/sfondoAbout_02.jpg);
    background-repeat: no-repeat;
    background-color: #000;
	padding-bottom: 220px;
}
	
.sezAbout02 .et_pb_row_1.et_pb_row {
    padding-bottom: 0px;
}
	
.boxTestoAbout{
	padding-top:40%;
}
	
.sezAbout03{
	background-size: contain;
    background-position: bottom;
    background-image: url(https://beewpblob.blob.core.windows.net/localeyes/2019/04/sfondoAbout_03.jpg);
    background-repeat: no-repeat;
    background-color: #000;
	padding-bottom: 250px;
}
	
.colonnaBrand{
	width:46% !important;
	margin-left:1%;
	margin-right:1%;
}
	
	

	
.titiloSlideHome{
	font-size:24px !important;
}
	
.testoSlideHome .titoloTech{
	font-size:28px !important;
	line-height:26px;
}
	
.testoSlideHome{
	font-size:14px;
	line-height:16px;
}
	
.formContatti{
    padding-top: 30px!important;
    padding-right: 30px!important;
    padding-bottom: 10px!important;
    padding-left: 30px!important;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    background-color: #ffffff;
    margin-top: 0px;
    margin-bottom: 20px!important;
	}
	
	
.boxNumeriHome{
	margin-bottom:20px !important;
}
	
.boxNumeriHome h1{
	padding-bottom:0px;
}
	
.imgTv{
	margin-right:20% !important;
}
	
.as-pagination-buttons .as-pagination-button:last-child {
    position: absolute;
    right: -4px;
}
	
.boxServizi h3 {
    height: 50px;
    font-size: 14px;
    width: 80%;
    text-align: left;
    padding-left: 18px;
    padding-top: 25px;
    padding-bottom: 50px;
}

	
.boxServiziMenu {
    width: 45%;
    background-color: #fcfcfc;
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 0%;
    margin-top: 2%;
    vertical-align: top;
    -webkit-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.55);
    box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.55);
    text-align: right;
    transition-timing-function: ease;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: 1s;
    -o-transition-timing-function: ease;
    -o-transition-duration: 1s;
    -moz-transition-timing-function: ease;
    -moz-transition-duration: 1s;
}

.boxServiziMenu h3 {
    height: 50px;
    font-size: 14px;
    width: 80%;
    text-align: left;
    padding-left: 18px;
    padding-top: 25px;
    padding-bottom: 50px;
}
 
}


