/**
 * Theme Name:  Blauel's Restaurant
 * Theme URI:   http://themeofthecrop.com/themes/luigi
 * Description: A child theme for the Luigi WordPress theme. Use this theme to make customizations.
 * Version:     1.0
 * Author:      Theme of the Crop
 * Author URI:  http://themeofthecrop.com
 * Template:    luigi
 * License:     GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

/* Theme customization starts here
-------------------------------------------------------------- */
 @media (min-width: 768px) {
   .site-header .luigi-social-menu {
    width: 30%;
  }
   .site-header .language-menu {
    width: 20%;
 }
 
 @media (min-width: 992px) {
 .site-header .language-menu {
    right: 55px;
  }
}

.social-icons{
	text-decoration:none;
}
.social-icon-language{
	line-height: 30px;
    width: 32px;
    height: 32px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-family: "Open Sans","Trebuchet MS",Helvetica,Arial,sans-serif;
    font-style: bold;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
	text-decoration: none;
}



/* business-profile */
.entry-content .bp-contact-card{
    max-width: 100% !important;
}