/*
Theme Name: Funio blog - French
Theme URI: https://funio.com/
Description: A theme developed for the Funio blog (French version)
Version: 2.
Author & Integration: Funio
Tags: funio, blog, status, french
*/


html {
    margin-top: 0 !important;
}

.site-tag {
    float: left;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin-top: 17px;
    margin-left: 15px;
    padding-left: 15px;
    font-size: 25px;
    border-left: 1px solid #139ACB;
    font-weight: 300;
}

.hero-compare {
    background-image: url("/fr/wp-content/themes/funio-fr/media/images/heros/blog.jpg");
}

.hero-compare--title small {
    text-align: center;
    color: #fff;
    height: 135px;
    line-height: 135px;
    font-size: 22px;
    color: #fff;
    text-transform: none;
    font-weight: 300;
}

.googleplus-follow {
    display: none;
}

/* Sidebar widget */
.newsletter-box input[type=text] {
    display: inline-block;
    width: 100% !important;
    margin: 0 0 5px 0 !important;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border: 1px solid #ccc;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.newsletter-box input[type=submit] {
    display: inline-block;
    width: 100%;
    float: none;
    margin: 0 !important;
    font-weight: normal;
    text-align: center;
    vertical-align: bottom;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    color: #fff;
    background-color: #1baf10;
}


.newsletter-box:after {
    display: block;
    content: "";
    color: #1baf10;
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 11px;
}

.newsletter-box:after {
    display: block;
    content: "Funio sur Twitter";
    color: #1baf10;
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 11px;
}

.fb-like-box:before {
    display: block;
    content: "Funio sur Facebook";
    color: #1baf10;
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 11px;
}

/* Hiding related article in sigle post page */
#wp_rp_first {
    display: none !important;
}


/* Social style */
.status-section .list-social {
    margin-top: 15px;
}

.status-section .list-social .h4 {
    position: relative;
    bottom: -4px;
    font-size: 18px;
}

.status-section .fa-stack {
    font-size: 1.5em;
}

.status-section .fa-stack .fa-stack-2x {
    text-shadow: none;
}

.status-section .fa-stack .fa-stack-1x {
    color: #fff;
}

article .media-left img {
    max-width: 168px;
}

@media (max-width: 768px) {
    article .media .media-right,
    article .media .media-body {
        float: none;
        width: 100%;
        overflow: visible;
        display: block;
    }

    article .media .media-left {
        width: auto;
        float: left;
    }

    article .media .media-right {
        padding-left: 0;
    }

    article .media .media-right .btn {
        width: 100%;
        margin-top: 20px;
    }
}

#menu .mega-menu .list-menu a h5 .title {font-weight: 700;}

#dd_ajax_float { margin-top: 50px; }

@media (max-width: 768px) {
    .navbar-default #menu .dropdown-menu .media-body span.title {
        display: inline-block;
    }
}
