/*
Theme Name: CleanStart Child 
Theme URI: http://plethorathemes.com/wordpress/cleanstart/
Description: Child theme for CleanStart (Plethora Themes)
Author: Plethora Themes
Author URI: http://www.plethorathemes.com
Template: cleanstart
*/
/* DO YOUR STUFF AFTER THIS !!  */

/*TO TOP A SINISTRA*/
#toTop {
    bottom: 18px!important;
    left: 10px;	}

/*ICONE HOME*/
.feature_teaser .fa {
    font-size: 80px !important;	}

/*NO PADDING (ES: SERVIZI HOMEPAGE)*/
.nopadding {
    padding: 0px !important;	}	
	
/*FOOTER*/
.copyright  {
    height: auto!important;	}
@media only screen and (max-width: 768px) and (orientation: portrait)	{
.infobar_credits {
    text-align: center!important;
    padding: 20px!important;	}	}
	
/*CTA*/
	.call_to_action {
    color: white;	}    

/*MENU MOBILE*/	
@media only screen and (min-width: 768px) and (orientation:landscape) {
.menu_container>ul>li>a	{
		font-size:16px!important;	}	}

/*POSTS GRID*/
.portfolio_item {
    border: solid 3px #000099!important;  }
.portfolio_strict .portfolio_item a figure {
    -webkit-transform: translate(0px, 0px)!important;
    transform: translate(0px, 0px)!important;    }