/**
 * Theme Name: DW Fixel
 * Theme URI: http://www.designwall.com/wordpress/themes/dw-fixel/
 * Demo URI: http://demo.designwall.com/dw-fixel/
 * Author: DesignWall
 * Author URI: http://designwall.com/
 * Description: Responsive WordPress Blog Theme DW Fixel
 * Version: 1.0.6
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: blog, off-canvas, portfolio, responsive, wordpress theme
 * Text Domain: dw-fixel
 **/

.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}

.block.head .block-inner {
    background: #303030 url('http://www.carte-blanche.lu/logo_carte_blanche_redesign_cropped2.png') no-repeat 100% 100% ;
    color: #FFFFFF;
}

.block.head .block-inner H1 {font-size:7.4em; text-indent:0;line-height:60px; margin-top:20px;}
.block.head .block-inner H1 span {font-size:66px;text-indent:0;}

.block.head .block-inner H2 {margin-top:20px;color:#BEBEBE;}

@media screen and (max-width: 600px) {
.block.head .block-inner H1 {font-size:61px;line-height:40px;}
.block.head .block-inner H1 span {font-size:42px;text-indent:0;}
.block.head .block-inner {background-size : 25% !important;}
}

.headline .entry-title {
    display: none;
}
div.entry-content {
font-family: "Roboto",serif !important;
}

hr {color: #CCC !important; border-color:#CCC; }

.carousel-indicators {left:15px;}


.carousel-indicators li {
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    height: 9px;
    margin-left: 5px;
    text-indent: -999px;
    width: 9px;
}


