/**============================================================
* Theme Name: Cherry Child
* Version: 1.0.7
* Description: Cherry Restaurant WordPress Child
* Author: V&B
* Author URI: http://www.vecchi-besso.it
* Theme URI: http://www.vecchi-besso.it
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: light, fluid-layout, custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
* Text Domain:  cherry-child
* Template: cherry
*============================================================*/


@import url("../cherry/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

@media only screen and (min-width: 768px) {
  .site-header {
    height: 150px;
  }
  
  
.site-header .site-title a img {
margin: 10px 0 0 0;
max-height: 120px;
/* max-height: 60px; */
}

.site-header.headroom--not-top .site-title a img {
max-height: 60px;
}

}


.primary-bg-color {
background: #000000;
}

.post .entry-content table .table,
.fw_menu .entry-content table .table,
.post.entry-content table .table,
.fw_menu.entry-content table .table {
  background-color: #000000;
}

.site-header .primary-navigation > div > ul > li > a, .site-header .primary-navigation .primary-menu > ul > li > a {
    text-transform: uppercase !important;
}

#page-heading.background h2 span {
border-top: 0px !important;
border-bottom: 0px !important;
}

.logo-lodigiana-backlink img {
max-width: 80px !important;
height: auto;

}



div#top-banner {
    background-color: red;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 5px 0%;
}

header#masthead div#top-banner p.banner-notification {
	font-family: 'Lato';
	font-size: 12px;
	font-weight: bold;
}

header#masthead.site-header.headroom--top {
	background-color: transparent;
}

header#masthead.site-header.headroom--top div.header-main {
	background-color: rgba(0,0,0,0.3);
}



