/*
------------------------------------------------------------------------------------
COM.EZZATO.DEV
By : Andre Lorenzoni at andre@ezzato.com
------------------------------------------------------------------------------------
*/	

/* 
social menu
*/

.social {
    position: relative;
    display: table;
}

.social .icon {
    font-family: 'Socicon' !important;
    color:#000000;
    font-size: 20px;
    padding:5px;

    -o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.social .icon:hover {
    color:#ffffff;
}

.social .icon:before {
    position: relative;
    display: table;
}

.social .icon.facebook:before {
    content:'';
}

.social .icon.twitter:before {
    content:'';
}

.social .icon.instagram:before {
    content:'';
}

.social .icon.gplus:before {
    content:'';
}

.social .icon.youtube:before {
    content:'';
}

.social ul {
    position: relative;
    display: table;
}

.social ul > li {
    position: relative;
    display: table-cell;
    list-style: none;
    vertical-align: middle;
}

.social ul > li > a {
    position: relative;
    display: table;
}

.social-widgets {
    position: relative;
    display: table;
    width:100%;
    padding:60px 0px 0px 0px!important;
}

.social-widgets h5 {
    position: relative;
    display: table;
    color:#ffffff;
    vertical-align: middle;
    font-size: 22px;
}

.social-widgets h5:before {
    position: relative;
    display: inline-block;
    padding:0px 10px 0px 0px;
    text-align:left;
    color:#000000;
    vertical-align: middle;
    font-size: 38px;
    font-family: 'Socicon' !important;
}

.social-widgets h5.facebook:before {
    content:'';
}

.social-widgets h5.instagram:before {
    content:'';
}

.social-widgets p {
    position: relative;
    display: table;
    color:#ffffff;
    font-size: 14px;
    padding: 20px 0px;
}

.social-widgets .col {
    position: relative;
    vertical-align: top;
    width: 50%;
    text-align: left;   
}

/*  instagram  */

.instagram {
    position:relative;
    display:table;
}

.instagram.feed {
    position:relative;
    display:table;
    text-align:left;
}

.instagram.feed > ul {
    position:relative;
    display:table;
}

.instagram.feed > ul > li {
    position:relative;
    display:inline-table;
    list-style:none;
    width:32%;
    padding:0px 5px 5px 0px;
}

.instagram.feed > ul > li > img {
    width:100%;
    display:table;
}

/*
--------------------------------------------------------------------------------------
DESKTOP ONLY
--------------------------------------------------------------------------------------
*/

@media only screen and (min-width: 760px) and (max-width: 10000px) { 

	
}

/*
--------------------------------------------------------------------------------------
TABLET SMALL SCREEN
--------------------------------------------------------------------------------------
*/

@media only screen and (min-width: 760px) and (max-width: 1460px) { 

}
	

/*
--------------------------------------------------------------------------------------
SMARTPHONE
--------------------------------------------------------------------------------------
*/

@media only screen and (min-width: 200px) and (max-width: 760px) { 

    .social-widgets {
        padding: 10px 0px 0px 0px !important;
    }

	.social-widgets .col {
        display:table;
        width:100%;
        text-align: center;
    }

    .instagram.feed > ul {
        text-align:center;
    }

    .social-widgets p,
    .social-widgets h5 {
        margin:0 auto;
        text-align:center;
        padding: 10px 0px;
    }

    .social-widgets h5:before {
        font-size: 28px;
    }

    .social-widgets h5 {
        padding:20px 0px 10px 0px;
    }

    .fb-page {
        margin: 0 auto;
        display: table;
        text-align: center;
        width: 100%;
    }

    .social .icon {
        font-size:34px;
    }
    
	
}



