/*
Theme Name: Sydney for Don Chamberlain Electric
Description: Created for 
Author: Tyler Denton
Author URI: http://dentonwebdev.com
Template: sydney
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../sydney/style.css");

/* Header Elements */

.site-title {
    font-size: 20px;
}

#idbox {
    margin-bottom: 10px;
}

#slideshow {
    max-height: 903px;
}

#masthead {
    padding-top: 0px;
}

#call-ribbon {
    min-width: 100%;
    background-color: #EE2F24 !important;
    max-height: 45px;
    padding-left: 50px;
    padding-right: 50px;
}

#call-ribbon h1 {
    background-color: #EE2F24;
    color: white;
    font-size: 17px;
    display: inline;
}

#ribbon-title {
    float: left;
}

#desktop-ribbon-number {
    font-size: 24px !important;
    float: right !important;
}

.text-slider .maintitle {
    font-family: "Lobster", serif;
}

.text-slider .maintitle {
    font-size: 52px;
    line-height: 62px;
}

.site-branding {
    display: inline-flex !important;
}

.site-details {
    padding-left: 20px;
}

.site-header.float-header {
    background-color: white !important;
}

@media (min-width: 992px) {
    #idbox {
        display: inline-flex !important;
        text-align: center;
        max-height: 101px;
    }
}

div .services-box {
    border: 2px solid black !important;
}

#masthead.float-header {
    box-shadow: 0px 6px 10px #000000;
}

#mainnav ul li a {
    color: black !important;
}

#call-now-button {
    display: none;
}

@media (max-width: 767px) {
    #call-now-button {
        color: white !important;
        background: #3A3B6E;
        border-radius: 10px;
        padding: 7px;
        height: 40px;
        width: 160px;
        margin: 0 auto;
        display: inline-block;
        float: none;
        text-align: center;
    }
    #call-now-button a {
        color: white !important;
    }
    .header-slider {
        display: none;
    }
    #call-ribbon {
        display: none !important;
    }
}


/* Body Elements */

.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
    padding-top: 0px;
}

.contact-address,
.contact-phone {
    color: white;
}

.fa {
    color: white;
}

.contact-email a {
    color: yellow;
}

.panel-grid-cell .widget-title {
    margin-bottom: 30px;
}

.service-category-text {
    line-height: 24px;
    min-height: 220px;
}

@media only screen and (max-width: 1024px) {
    .btn-menu {
        color: #EE2F24 !important;
    }
}

@media only screen and (max-width: 780px) {
    .service-category-text {
        min-height: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #call-now-button {
        margin: 20px auto 0;
    }
    #mainnav-mobi {
        left: 0;
        right: 0;
    }
}