::selection {
  background: #ece6da;
  color: #FFF;
  text-shadow: none;
}

#primary-menu > ul > li a, #primary-menu > ul > li a  {
    color: #555; 
}

#primary-menu > ul > li:hover a, #primary-menu > ul > li.current a  {
    color: #799c95; 
}

.owl-carousel-full .owl-controls .owl-nav [class*=owl-] {
    color: #000;
    background-color: #799c95;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: #ece6da !important;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: #799c95 !important;
	color: #FFF !important;
	text-decoration: none;
}

.dark #copyrights {
    color: #fff;
    padding: 20px 0;
}
.dark .copyright-links a {
    color: #aaa;
}
.dark .copyright-links a:hover {
    color: #fff;
}

.dark a {
    color: #ece6da;
}

.dark a:hover {
    color: #ece6da;
}

#header {
    position: relative;
    background-color: #fff;
    border-bottom: 0px solid #F5F5F5;
}

#header.sticky-header #header-wrap {
    background-color: #fff;
}

#top-bar {
    border-bottom: 0px solid #EEE;
    height: 25px;
    background: #ece6da;
}

.top-links li:hover a, .top-links li.current a  { color: #799c95; }

#page-title {
    position: relative;
    padding: 30px 0;
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
}

#footer.dark, .dark #footer {
    /*background-color: #ece6da;*/
    border-top: 3px solid #ece6da;
}

.heading-block {
    margin-bottom: 30px;
}

.heading-block:after {
  margin-top: 20px;
  width: 60px;
  border-top: 2px solid #ece6da;
}

.content-wrap {
    padding: 80px 0 0px 0;
}


#gotoTop:hover {
    background-color: #ece6da;
}

.news-carousel .text-overlay-meta {
    font-size: 19px;
}

.categorie {
    margin-bottom: 10px;
    display:block;
    position: relative;
}

/*.categorie a:hover::after, .categorie.active a::after {
    content: "";
    position: absolute;
    border-bottom: 51px solid transparent;
    border-left: 20px solid #799c95;
    border-top: 51px solid transparent;
    right: -24px;
    top: -1px;
}*/

.categorie a:hover, .categorie.active a {
    background: #ece6da;
    display: block;
    /*border-radius: 50px 0px 0px 50px;*/
}

.categorie a:hover .titolo h4, .categorie.active a .titolo h4 {
    color: #799c95;
}

.categorie a:hover .sottotitolo li, .categorie.active a .sottotitolo li {
    color: #fff;
}

.categorie .immagine img {
    width: 100%;
    border-radius: 90px;
    border: 3px solid #799c95;
}

.categorie .immagine > div {
    padding:10px;
}

.categorie .testo {
    margin-top: 9px;
    padding: 10px 10px;
}

.categorie .testo h4 {
    text-transform:uppercase;
    margin-bottom: 8px;
    line-height: 21px;
    color: #ece6da;
}

.categorie .testo .sottotitolo li {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    list-style: none;
    color: #666;
}

.categorie .sottotitolo {
    margin-bottom: 0;
}

.masonry-thumbs.col-4.prodotti a {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.masonry-thumbs.col-6.prodotti a {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, h6 > span {
    color: #ece6da;
}

a {
    color: #799c95;
}
.social-fa a:hover {
    color: #799c95 !important;
}

.button {
    background-color: #555;
}

.button:hover {
  background-color: #799c95;
}

div#sendMail {
    font-family: 'Lato',sans-serif;
    font-size: 17px;
    line-height: 26px;
    border: 1px solid #ece6da;
    background: #ece6da;
    color: #fff;
    padding: 20px 20px;
    position: absolute;
    z-index: 100000;
    top: 0px;
    left: 0px;
    width: 250px;
    vertical-align: top;
    text-align: center;
    border-radius: 25px;
}

.breadcrumb a:hover, .breadcrumb > .active {
    color: #799c95;
}

.galleriaItem:hover::after {
    font-family: font-icons;
    content: "\e618";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0,108,184,.7);
    color: #fff;
    font-size: 26px;
    line-height: 139px;
    text-align: center;
}

blockquote {
    font-family: 'Courgette', cursive;
    font-size: 33px;
    text-align:center;
}
.quote:before {
    opacity: .6;
    color: #799c95;
}

/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------- HOVER MENU CODROPS ---------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/

.cl-effect-13 li a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-13 li a::before {
	position: absolute;
	top: 15%;
	left: 50%;
	color: transparent;
	content: '\2022';
	text-shadow: 0 0 transparent;
	font-size: 2.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.cl-effect-13 li a:hover::before,
.cl-effect-13 li a:focus::before,
.cl-effect-13 li.current a::before {
	color: #ece6da;
	text-shadow: 10px 0 #ece6da, -10px 0 #ece6da;
}


.ipost .entry-title h3 a:hover, .ipost .entry-title h4 a:hover {
    color: #799c95;
}

.portfolio-filter li.activeFilter a {
    color: #FFF !important;
    background-color: #799c95;
    margin: -1px 0;
    padding: 13px 18px;
}
.portfolio-filter li a:hover {
    color: #799c95;
}
.portfolio-shuffle:hover {
    background-color: #799c95;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.portfolio-overlay a:hover {
    color: #799c95;
    background-color: #EEE;
}
#portfolio-navigation a:hover {
    color: #799c95;
}
.fancy-title.title-bottom-border h1, .fancy-title.title-bottom-border h2, .fancy-title.title-bottom-border h3, .fancy-title.title-bottom-border h4, .fancy-title.title-bottom-border h5, .fancy-title.title-bottom-border h6 {
    border-bottom: 2px solid #799c95;
}
.portfolio-desc h3 a:hover {
    color: #799c95;
}
.owl-carousel .owl-dots .owl-dot span {
    background-color: #ece6da;
}
.more-link {
    border-bottom: 1px solid #ece6da;
}


/*----------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------- AGGIUSTAMENTI RESPONSIVE ------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1200px){    
    .categorie .testo {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 991px){
    #logo img {
        position: absolute;
        top: -13px;
        left: 50%;
        margin-left: -59px;
    }
    
    .categorie .testo {
        margin-top: 0px;
        padding: 12px 15px;
    }
    
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
        color: #799c95 !important;
    }

    .cl-effect-13 li a::before {
	top:25%;
    }
}

@media only screen and (max-width: 768px){
	

    .cl-effect-13 li a::before {
	left: calc(100% - 15px);
    }


}

@media only screen and (max-width: 479px){
}



/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------- GESTIONE MENU E LOGO OVERLAY -----------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 992px){
    #logo {
        position: absolute;
        top: -22px;
        z-index: 999;
        left: 50%;
        margin-left: -88px !important;
    }

    #logo img {
        height: 125px;
    }

    #header.sticky-header:not(.sticky-style-2) #logo img {
        height: 80px;
    }
    
    #header.sticky-header:not(.sticky-style-2) #logo {
        top: -10px;
        margin-left: -47px !important;
    }
    
    #header.sticky-header #header-wrap {
        border-top: 10px solid #ece6da;
    }
    #header.sticky-header .cl-effect-13 li a::before {
        top:2%;
    }
    
    #header.sticky-header #header-wrap {
        height:70px;
    }
    
    #primary-menu {
        float: none;
    }

    #primary-menu ul li {
        position: absolute;
    }
    
    .voce_menu_uno {
        left:90px;
    }

    .voce_menu_due {
        left:180px;
    }

    .voce_menu_tre {
        left:290px;
    }

    .voce_menu_qua {
        right:315px;
    }

    .voce_menu_cin {
        right:85px;
    }

    .voce_menu_sei {
        right:0px;
    }
}

@media only screen and (min-width: 1201px){
    .voce_menu_uno {
        left:120px;
    }

    .voce_menu_due {
        left:230px;
    }

    .voce_menu_tre {
        left:360px;
    }

    .voce_menu_qua {
        right:365px;
    }

    .voce_menu_cin {
        right:115px;
    }

    .voce_menu_sei {
        right:10px;
    }

    #logo img {
        height: 150px;
    }
}