/*
Theme Name:     Blue Collar - Électricité Peiffer
Template:       bluecollar
Version:        1.0.2
*/
@import url('../bluecollar/style.css');

/** ICONS **/
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?6wd3xq');
    src: url('fonts/icomoon.eot?6wd3xq#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?6wd3xq') format('truetype'),
    url('fonts/icomoon.woff?6wd3xq') format('woff'),
    url('fonts/icomoon.svg?6wd3xq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-promotion:before {
    content: "\e905";
}

.icon-alarme:before {
    content: "\e900";
}

.icon-electro-menager:before {
    content: "\e901";
}

.icon-energies-renouvelables:before {
    content: "\e902";
}

.icon-installations-electrique:before {
    content: "\e903";
}

.icon-service-apres-vente:before {
    content: "\e904";
}

/** */

.m-fixed-header .page-header-top-inner {
    padding-top: 15px;
}

p {
    font-weight: bold;
}

.header-logo {
    background-image: url('images/header.png');
    min-height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* your CSS here */
.page-header-bottom-inner {
    margin: 0;
}

.page-header-services .container {
    padding-bottom: 30px;
}

.page-header-bottom-inner:before,
.page-header-bottom-inner:after,
.c-parallax-section.m-color-overlay .section-bg:before,
.page-header-top-inner:before,
#footer:after {
    /* RESERT all the shadows */
    background: transparent !important;
}

.page-header-bottom-inner2:before,
.page-header-bottom-inner2:after {
    display: none;
}

.page-header-top-inner,
.c-parallax-section.m-color-overlay {
    background-image: url('images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /*background: rgba(0, 11, 77, 0.8);*/
    /*background: -moz-linear-gradient(left, rgba(0, 11, 77, 0.8) 0%, rgba(12, 45, 105, 0.86) 31%, rgba(20, 63, 123, 0.88) 40%, rgba(16, 116, 183, 1) 100%);*/
    /*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 11, 77, 0.8)), color-stop(31%, rgba(12, 45, 105, 0.86)), color-stop(40%, rgba(20, 63, 123, 0.88)), color-stop(100%, rgba(16, 116, 183, 1)));*/
    /*background: -webkit-linear-gradient(left, rgba(0, 11, 77, 0.8) 0%, rgba(12, 45, 105, 0.86) 31%, rgba(20, 63, 123, 0.88) 40%, rgba(16, 116, 183, 1) 100%);*/
    /*background: -o-linear-gradient(left, rgba(0, 11, 77, 0.8) 0%, rgba(12, 45, 105, 0.86) 31%, rgba(20, 63, 123, 0.88) 40%, rgba(16, 116, 183, 1) 100%);*/
    /*background: -ms-linear-gradient(left, rgba(0, 11, 77, 0.8) 0%, rgba(12, 45, 105, 0.86) 31%, rgba(20, 63, 123, 0.88) 40%, rgba(16, 116, 183, 1) 100%);*/
    /*background: linear-gradient(to right, rgba(0, 11, 77, 0.8) 0%, rgba(12, 45, 105, 0.86) 31%, rgba(20, 63, 123, 0.88) 40%, rgba(16, 116, 183, 1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000b4d', endColorstr='#1074b7', GradientType=1);*/
}

.c-testimonial blockquote > p {
    font-weight: 400;
    line-height: 1.1em;
}

.c-testimonial blockquote {
    color: white;
}

.no-margin-content p {
    margin-bottom: 0;
}

.page-header-services .c-service .service-header {
    background-color: transparent !important;
}

.c-service .service-icon {
    color: #ffffff !important;
    font-size: 100px !important;
}

.icon-block-title {
    /* to override icomoon*/
    font-family: 'Exo 2' !important;
    margin-bottom: 15px !important;
}

/* gform */
input, textarea {
    position: relative;
    padding: 13px 15px;
    width: 100%;
    border: 0;
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -ms-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
    color: dimgrey;
    background-color: #f1f1f1;
}

.gform_footer input {
    display: inline-block;
    position: relative;
    top: 0;
    padding: 10px 18px 9px 18px;
    width: auto;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #e73223;
    color: #e73223;
    background-color: transparent;
}

.footer-inner {
    padding: 0 0 48px 0;
}

/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------
    LARGE DEVICES
    devices with width between 992px and 1199px
------------------------------------------------------------------------- */

@media ( min-width: 1200px ) {

    /* your CSS here */
    .page-header-services .container {
        width: 970px !important;
    }

    .icon-block-wrapper .container {
        width: 1100px !important;
    }
}

/* -------------------------------------------------------------------------
    MEDIUM DEVICES
    devices with width between 768px and 991px
------------------------------------------------------------------------- */

@media ( max-width: 991px ) {

    /* your CSS here */

}

/* -------------------------------------------------------------------------
    SMALL DEVICES
    devices with width between 481px and 767px
------------------------------------------------------------------------- */

@media ( max-width: 767px ) {

    /* your CSS here */

}

/* -------------------------------------------------------------------------
    EXTRA SMALL DEVICES
    devices with width up to 480px
------------------------------------------------------------------------- */

@media ( max-width: 480px ) {

    /* your CSS here */

}