/*
Theme Name: Alecta Child
Theme URI: http://alecta.select-themes.com
Description: A child theme of Alecta Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/select-themes
Version: 1.0.0
Text Domain: alecta
Template: alecta
*/

/* BULLETS CAROSELLO */
body .select-nav-vertical .tp-bullet.selected {
    background: #234880!important;
}

body .qodef-light-header .select-nav-vertical .tp-bullet.selected {
    background: #234880!important;
}

body .qodef-light-header .select-nav-vertical .tp-bullet.selected {
    background: #234880!important;
}


/* LOGO */
body .qodef-logo-wrapper {
    padding-top: 10px;
}

body .qodef-page-header .qodef-menu-area .qodef-logo-wrapper a {
    max-height: 130px;
}

/* MENU' HOME LINGUA (IN PRATICA MI TOCCA MOSTRARE TUTTE LE LINGUE ANCHE QUELLA CORRENTE POICHE' NEL WIDGET NON SI GESTISCE "NASCONDI PER..." QUINDI NASCONDO COSI' - C. BORDIN */
html[lang="it-IT"] body .lingua-ita {display: none!important;}
html[lang="en-US"] body .lingua-en {display: none!important;}
html[lang="hr-HR"] body .lingua-hr {display: none!important;}

/* MENU */
body .qodef-main-menu>ul>li>a>span.item_outer:after {
	background-color: #234880;
}

body .qodef-fullscreen-menu-holder {
    /*background-color: rgba(255,255,255,.9);*/
	background-color: rgb(255,255,255);
}

body nav.qodef-fullscreen-menu>ul>li>a {
	color: #234880;
}

body .qodef-sticky-header.header-appear {
	height: 80px;
}

body .qodef-sticky-header .qodef-sticky-holder .qodef-logo-wrapper {
    padding-top: 0;
}

body .qodef-sticky-header .qodef-sticky-holder .qodef-logo-wrapper a {
    max-height: 65px;
}

body nav.qodef-fullscreen-menu>ul>li>a {
    font-size: 52px;
}

body nav.qodef-fullscreen-menu>ul>li.qodef-active-item>a, 
body nav.qodef-fullscreen-menu>ul>li>a:hover {
    color: #0a2a37;
}

body .qodef-light-header .qodef-page-header>div:not(.qodef-sticky-header):not(.fixed) .qodef-main-menu>ul>li.qodef-active-item>a, 
body .qodef-light-header .qodef-page-header>div:not(.qodef-sticky-header):not(.fixed) .qodef-main-menu>ul>li>a,
body .qodef-light-header .qodef-page-header>div:not(.qodef-sticky-header):not(.fixed) .qodef-main-menu>ul>li>a:hover {
    color: #154671!important;
}

body .switch-custom {
	display: block;
	text-align: center;
    font-size: 26px;
    line-height: 1.3em;
    /* color: #fff; */
    margin: 34px 0;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    letter-spacing: .025em;
}

body .qodef-drop-down .narrow .second .inner ul li {
    width: 150px;
}

body .qodef-drop-down .narrow .second .inner ul {
	padding: 0px;
	background-color: #154671;
	color: #FFF;
}

body .qodef-drop-down .narrow .second .inner ul li a {
	color: #FFF;
	font-size: 16px;
    letter-spacing: .02em;
    font-weight: 600;
    line-height: 24px;
}

/* CONTACT FORM */
body span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

/* PAGINA SERVIZI */

body .qodef-iwt.qodef-iwt-icon-top .qodef-iwt-content {
    padding: 0 0 0;
}

body .qodef-title-holder {
    background-size: cover;
}


/* FOOTER */
body .qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-inner.qodef-grid {
    padding: 76px 0 30px!important;
}

/* PORTFOLIO */

/* TUTTA LARGHEZZA FORZATA, PERCHE' DA IMPOSTAZIONI DI RIGA SPARIVA IL PORTFOLIO - C. BORDIN */
@media only screen and (min-width: 1400px){
	.qodef-row-grid-section {
		width: 100%!important;
	}
}
/* CENTRATURA DEGLI ULTIMI ELEMENTI PORTFOLIO VISTO CHE NE ABBIAMO AGGIUNTO UNO NUOVO E SIAMO PASSATI A 4 COLONNE - C. BORDIN */
.qodef-portfolio-list-holder.qodef-normal-space .qodef-pl-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body .qodef-portfolio-single-holder .qodef-ps-info-holder .qodef-ps-info-item.qodef-ps-categories {
	display: none;
}

/*body .qodef-pli-link.qodef-block-drag-link {
	  pointer-events: none;
  cursor: default;
}*/

body .qodef-ps-image a {
		  pointer-events: none;
  cursor: default;
}

body #qodef-back-to-top>span:after, body .qodef-portfolio-single-holder .qodef-single-social-holder .qodef-portfolio-like .qodef-like:after {
	background-color: #0a2a37;
}

body .qodef-portfolio-single-holder .qodef-single-social-holder {
    width: 100%;
    float: left;
    text-align: left;
}

body .qodef-portfolio-list-holder.qodef-pl-gallery-overlay article .qodef-pli-title {
    opacity: 1;
    background-color: rgba(255,255,255,0.80);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    padding: 25px 0px;
    font-size: 19px;
	font-weight: 500;
	color: #000!important;
}


body .qodef-portfolio-list-holder.qodef-pl-gallery-overlay article .qodef-pli-text-holder {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    background-color: rgba(0,0,0,0);
    opacity: 1;
}

body .portfolio-item .qodef-pl-item-inner img{
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .portfolio-item:hover .qodef-pl-item-inner img {
	 -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

body #cookie-notice .button.wp-default {
    line-height: 18px;
    padding: 2px 12px;
    background: #FFF;
    border-color: #FFF;
    color: #000;
    font-size: 11px;
    text-shadow: 0 0px 0 #000;
    -moz-box-sizing: border-box;
    border-radius: 0px;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: 'Raleway';
}

body #cookie-notice a {
    color: #FFF;
}

/* RESPONSIVE */
body .qodef-mobile-header .qodef-mobile-logo-wrapper img {
	max-width: 80px;
	height: auto;
}

body .qodef-mobile-header .qodef-mobile-header-inner {
    padding: 20px 0;
	height: 121px;
}


@media only screen and (max-width: 1024px) {
	body .vc_custom_1517400189647 {
		padding-top: 0px!important;
	}	
	
	body .qodef-title-holder {
		height: 150px!important;
	}
	body .qodef-title-holder .qodef-title-wrapper {
		height: 80px!important;
		padding-top: 42px!important;
	}
	body nav.qodef-fullscreen-menu>ul>li>a {
    font-size: 26px;
}
}