/*
 Theme Name: Bistro - Child theme
 Theme URI: http://www.cro.ma
 Author URI: http://www.cro.ma
 Description: Bistro Child Theme
 Author: Croma
 Template: bistro
 Version: 1.0
 License: GNU General Public License
 License URI: license.txt
 Tags: two-columns, fixed-width, threaded-comments, editor-style, custom-menu
 */


 @import url("../bistro/style.css");
 @import url("../bistro/public/styles/site.css");


.cromacol11 ul.sociallinks li#yelp span {
  background: url("images/socialgrid3.png") no-repeat scroll -208px 0 rgba(0, 0, 0, 0);
}

.cromacol11 ul.sociallinks li#Tripadvisor span {
  background: url("images/socialgrid3.png") no-repeat scroll -192px 0 rgba(0, 0, 0, 0);
}

.cromacol11 ul.sociallinks li#yelp:hover span {
  background: url("images/socialgrid3.png") no-repeat scroll -208px -16px rgba(0, 0, 0, 0);
}

.cromacol11 ul.sociallinks li#Tripadvisor:hover span {
  background: url("images/socialgrid3.png") no-repeat scroll -192px -16px rgba(0, 0, 0, 0);
}



@media only screen and (max-width: 480px) {
	
	ul.sociallinks, ul.sociallinks li {
  		float: none;
  		text-align: center;
  		margin-bottom: 20px !important;
  		display: inline-block;
	}

        .logopart {
             padding-bottom: 20px;
        }
	
}