/* Show buttons */
@media only screen and ( min-width: 415px ) { 
    div.addthis-smartlayers-mobile {
        display: none;
    }
    
    div.addThis { 
        display: block; 
    } 
}

/* Hide buttons - hide the default buttons because we are inserting the mobile buttons at the bottom of the screen */
@media only screen and ( max-width: 414px ) { 
    div.addThis { 
        display: none; 
    } 
    
    div.addthis-smartlayers-mobile {
        display: block;
    }
}

/* tighten up the spacing where the buttons were*/
@media (max-width: 767px) {
	.content-box, .layout-a .content, .layout-f .content, .about-us-detail .content, .values .content, .layout-g .content, .general .content, .layout-b .content, .scoop-shops .content, .layout-c .content, .flavor-detail .content, .flavor-detail-retired .content, .layout-d .content, .flavor-landing .content, .flavor-type .content, .layout-e .content, .about-us-landing .content, .how-we-make-ice-cream .content {
		padding: 0px 0 65px !important;
	}
	
	.general .content {
		padding: 10px 0 65px !important;
	}
	
	.about-us-landing .content, .how-we-make-ice-cream .content {
  		padding-top: 0px !important;
	}
}