    /* ----------------------------------------------------------
    :: Template Name: Studio - Creative Photography Template
    :: Author: Colorlib
    :: Author URL: https://colorlib.com
    :: Version: 1.0.0
    :: Created: 31 January 2018
    :: Last Updated: 31 January 2018
    ---------------------------------------------------------- */

    /* ============ PLACE YOUR CUSTOM CSS HERE ============ */

/* ===========================================================
* 
* # GLINT WORKS
*
* ------------------------------------------------------*/

.item-folio {
    position: relative;
    overflow: hidden;    
}

.item-folio__thumb img {
    vertical-align: bottom;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.item-folio__thumb a {
    display: block;
}

.item-folio__thumb a::before {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

/*-- croce --*/
.item-folio__thumb a::after {
    content: "+";
    font-size: 2.5rem;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 1;
}

.item-folio__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.5rem;
    padding: 0 1rem;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*-- titolo --*/
.item-folio__title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: lighter;
    font-size: 1rem;
    /*line-height: 1.286;*/
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 0;
}

/*-- descrizione --*/
.item-folio__cat {
    color: rgba(255, 255, 255, .7);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 200;
    /*line-height: 1.714;*/
    margin-bottom: 0;
}

.item-folio__caption {
    display: none; 
}

/*-- cerchietto link --*/
.item-folio__project-link {
    display: block;
    color: #FFFFFF;
    box-shadow: 0 0 0 1px #FFFFFF;
    border-radius: 50%;
    height: 2.5rem;
    width: 2.5rem;
    text-align: center;
    z-index: 500;
    position: absolute;
    top: 1rem;
    left: 1rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

/*-- simbolo link --*/
.item-folio__project-link i {
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.item-folio__project-link::before {
    display: block;
    content: "";
    height: 3rem;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: -3rem;
    left: 50%;
}

.item-folio__project-link:hover,
.item-folio__project-link:focus,
.item-folio__project-link:active {
    background-color: white;
    color: #000000;
}

.item-folio:hover .item-folio__thumb a::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.item-folio:hover .item-folio__thumb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.item-folio:hover .item-folio__project-link,
.item-folio:hover .item-folio__text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* on hover 
 * ----------------------------------------------- */
.item-folio:hover .item-folio__thumb a::before {
    opacity: 1;
    visibility: visible;
}

.item-folio:hover .item-folio__thumb a::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.item-folio:hover .item-folio__thumb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.item-folio:hover .item-folio__project-link,
.item-folio:hover .item-folio__text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------------------------------------------------------*/



/*-----------------------------------------------------------------
STEOS
---------------------------------------------------------------*/


/* anchor per link landing
-------------------------------------------------------- */
.anchor{
   display:block;
   height:110px; /* this is the height of your header */
   */margin-top:-110px; /* this is again negative value of the height of your header */
   visibility:hidden;
}

/* MENU active 
 * ----------------------------------------------- */
/* index.html/menu */
.nav-item-active {
    border-top: 2px solid chartreuse;
    border-bottom: 2px solid chartreuse;    
}

/* Margini e spazi
 * ----------------------------------------------- */
.head_margin {
    margin-top: 0px;
}

.margin-bottom {
    margin-bottom: 50px;  
    
}

.section-space {
    margin-top: 100px;
    margin-bottom: 0px;
    margin-left: 25px;
}

.paragraph-space {
    margin-bottom: 15px;
}


/* OWL CAROUSEL Instagram area
 * ----------------------------------------------- */
.instagram-feeds-area
{
    background-color: rgb(45, 45, 45, .1);
    width= 100%;
}

.single-instagram-feeds {
    width: 150px;
}
