/*
Theme Name: Abris des Flots
Theme URI: http://adf.loc.dev.artwai.fr
Description: Child theme for the The Flavour. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Tags: translation-ready
Author URI: http://themefuse.com
Template: theflavour-parent
*/

@import url("style_1.css");


.dishes .dishes-content-title {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #1d1d1d;
    border-bottom: 1px dotted #000;
    line-height: 22px;
    padding-top: 2px;
}
.dishes .dishes-content p{
    color: rgba(0,0,0,0.6);
}
.dishes .price {
    font-size: 20px;
    margin-left: 7px;
    float: right;
    font-weight: inherit;
    padding-left: 5px;
}
.post .entry-title a{
    text-transform: initial;
}

.bg-red{
    background: #D0242D;
}

.entry-meta .author,
.entry-meta .cat-links,
.entry-meta .link-comment {
	display:none;
}

.wrap-reservation .ribbon span {
    color: #000;
    margin-top: -74px;
}
.tax-list-menus .ribbon svg {
	height:78px;
}
.tax-list-menus .ribbon span {
	line-height: 88px;
}

.intro-categorie{
	margin: 0 auto 50px;
	width:450px;
}

.intro-categorie li{
	margin-bottom:20px;
	font-size:16px;

	text-align:center;
}
.parallax-section .text {
	color:#fff !important;
	text-shadow:0 0 3px #666;
}
.ribbon-lg{
    position: relative;
}
.ribbon-lg:after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #000;
    transform: scaleX(0.3);
    transform-origin: center;
    transition: all 1s;
}
.ribbon-lg:hover:after{
    transform: scaleX(0.7);
}
.ribbon-lg span{
    color: #000 !important;
    font-family: 'Great Vibes', Helevetica, sans-serif !important;
    font-weight: 700;
    text-transform: inherit;
    font-size: 40px;
}

#comments,
.comment-list,
.for_comment_form,
.post-details .author,
.post-details .cat-links,
.entry-meta .link-comment,
.post-details .link-comment,
.blog-post-navigation {
  display: none !important;
}

.social-share-blog {
  padding-bottom: 5px;
}

.bg-white {
    background-color: #fff;
    border-bottom: 1px solid rgb(150, 150, 150);
}

.bg-white .container .title {
    color: #2d3e5e;
}

.bg-white .container .text {
    text-shadow: none;
}