/*
Theme Name: GoodEnergies
Author: Seb Turk
Version: 1.0
*/

body {
    font-family: "Open Sans";
    font-size: 14px;
    color: #333;
    background-color: #ebebe7;
    margin: 0;
}

h1 {
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
}
h3 {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 15.4px;
}
h4 {
    margin: 0;
}
p {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}
blockquote {
    font-family: "Open Sans";
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
}
pre {
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5714px;
}
ul{
    padding-left: 18px;
}
a:link,
a:visited {
    color: #006ec3;
}
/* Scrollbar always visible */

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/* General Layout */
div.container {
    max-width: 1080px;
    margin: 0 auto;
    background-color: #ffffff;
}

/* Header */
.site-header {
    padding-left:50px;
    padding-right: 50px;
    background-color: #000;
    height: 400px;
    background-size: cover!important;
    position: relative;
}
.site-header .inner-container{
    height: 96px;
    background-color: rgba(255,255,255, 0.8);
}
.site-header .inner-container .brand-column{
    float: left;
    width: 30%;
}
.site-header .inner-container .brand-column img{
    padding: 5px 0px 0px 30px;
}
.site-header .inner-container .menu-column{
    float: left;
    width: 70%;
    padding-top: 35px;
}
.site-header .breadcrumb-column{
    position: absolute;
    bottom: 0;
    left: 49px;
    width: 91%;
    height: 30px;
    background-color: rgba(255,255,255, 0.8);
    line-height: 5px;
}
.site-header .breadcrumb-column ul{
    list-style: none;
    padding-left: 55px;
    font-size: 12px;
    color: #000;
}
.site-header .breadcrumb-column ul li{
    float: left;
    padding-right: 5px;
    padding-bottom: 10px;
}
.site-header .breadcrumb-column ul li a {
    color: #000;
    text-decoration: none;
}
/* Navigation Menus */
.site-nav ul{
    margin: 0;
    padding: 0;
    float: right;
}

.site-nav ul li{
    list-style: none;
    float: left;
    position: relative;
}
.site-nav ul li.current-menu-parent a{
    color: #123e85;
    text-decoration: underline;
}
.site-nav ul li a{
    padding: 20px;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
}
.site-nav li > a:after {
    color: #333333;
    content:' \25bc';
    font-size: 12px;
    position: absolute;
    top: 1px;
    right: 0;
}
.site-nav li > a.changed:after {
    color: #123e85;
    content:' \25b2'
}
.site-nav li > a:only-child:after {
    content: '';
}
.site-nav ul li .sub-menu{
    display: none;
    position: absolute;
    top: 45px;
    background-color: rgba(255,255,255, 0.8);
    width: 135px;
}
.site-nav ul li .sub-menu {

}
.site-nav ul li .sub-menu li{
    margin: 0 0 15px 20px;
}
.site-nav ul li .sub-menu li a{
    color: #333333;
    padding:0;
    text-decoration: none;
}
.site-nav ul li .sub-menu li.current-menu-item a{
    text-decoration: underline;
    color: #123e85;
}
.site-nav ul li .sub-menu li a:hover{
    text-decoration: underline;
    color: #123e85;
}
.toggle-menu{
    display: none;
}

/* Content area */
.content-area{
    padding: 0 50px;
    margin-top: -15px;
}
.content-area .site-main{
    background-color: #ebebe7;
    padding: 60px;
    display: inline-block;
}
.content-area a{
    text-decoration: none;
}
.content-area a:hover{
    text-decoration: underline;
    color: #fff;
}
.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.home-top-column{
    border-bottom: 1px dotted #525151;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.table-two-column{
    width: 50%;
}

.home-right-column{
    border-left: 1px solid #525151;
    padding-left: 20px;
}
.scrollbar-div{
    overflow-y: scroll;
    padding-right: 30px;
}
.scrollbar-height{
    height: 420px;
}
.textwidget {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0;

}
.so-widget-sow-image h3{
    color: #fff;
    padding: 10px 10px 0px 10px;
    position: relative;
    height:25px;
}
.so-widget-sow-image h3:after{
    color: #fff;
    font-size: 8px;
    content: '\25b6';
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
}
.border-bottom-dotted{
    border-left: 1px dotted #525151;
    padding-bottom: 20px;
}
.border-solid-left {
    /*border-left: 1px solid #525151; */
    /*padding-left: 30px */
}
.read-more-blue, .read-more-green {
    display: none;
}
.spu-box {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.spu-icon-close {
    font-family: inherit;
} 
.spu-icon-close:before {
    color: #000;
    content: "X";
    text-transform: lowercase;
}

/* Our work image not visible */
.our-work-mobile-img{
    display: none;
}
/* Footer */
.site-footer {
    padding: 20px;
    text-align: center;
}
.site-footer-mobile {
    display: none;
}
.site-footer p{
    font-size: 14px;
}

/* PLUGINS CSS OVERRIDE */

.spu-box {
    height: 70%;
    overflow-y: scroll;
}

/*@media only screen and (min-device-width: 1024px) {
    div.container {
        max-width: 1440px;
    }
    .site-header .breadcrumb-column {
        left: 50px;
        width: 93%;
    }
}*/

@media only screen and (max-device-width: 769px) {
    .site-header{
        padding: 0;
        height: 250px;
        background-size: cover!important;
    }
    .site-header-term-of-use{
        height: 0;
        margin-bottom: 30px;
    }
    .site-header .inner-container{
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        z-index: 99;
    }
    .inner-container-opened{
        background-color: rgba(255,255,255, 1)!important;
    }
    .site-header .inner-container .brand-column {
        width: auto;
    }
    .site-header .inner-container .menu-column {
        padding-top: 10px;
    }
    .toggle-menu{
        display: block;
        float: right;
        padding-top: 10px;
        padding-right: 30px;
    }
    .toggle-menu:after{
        color: #123e85;
        content:'\2261';
        font-size: 50px;
    }
    .toggle-opened:after{
        color: #123e85;
        content:'\00d7';
        font-size: 50px;
    }
    .menu-column{
        display: none;
    }
    .menu-opened{
        display: block;
        background-color: #fff;
        width: 100%!important;
    }
    .site-nav ul {
        float: left;
    }
    .site-nav ul li {
        width: 100%;
        padding: 25px 0;
        border-bottom: 1px solid #EFEFEF;
    }
    .site-nav li > a::after {
        padding-left: 15px;
        position: inherit;
    }
    .site-nav ul li .sub-menu {
        display: none;
        position: inherit;
        width: 95%;
        top: 0;
        left: 25px;
    }
    .site-nav ul li .sub-menu li {
        border: none;
        margin: 0;
        padding: 15px 0 5px 15px;
    }
    .site-nav ul li.current-menu-parent a, .site-nav ul li .sub-menu li.current-menu-item a{
        text-decoration: none;
    }
    .site-header .breadcrumb-column{
        bottom: -45px;
        left: 20px;
        background-color: #EBEBE7;
    }
    .site-header .breadcrumb-column ul {
        padding-left: 0;
    }
    .content-area{
        padding: 40px 0 0 0;
        margin: 0;
        background-color: #EBEBE7;
    }
    .content-area .site-main{
        padding: 25px 20px;
    }
    .home-right-column {
        border-left: none;
        padding-left: 0;
    }
    .border-solid-left {
        border-left: none;
        padding-left: 0;
    }
    .scrollbar-div {
        overflow-y: hidden;
        padding-right: 10px;
        height: auto!important;
    }
    .scrollbar-height{
        height: auto;
    }

    .more-content {
        display: none;
    }
    .less-content {
        display: block;
    }
    .read-more-green {
        display: inline;
        text-decoration: none;
        border-bottom: 1px solid #339966;
    }
    .read-more-blue {
        display: inline;
        text-decoration: none;
        border-bottom: 1px solid #123e85;
    }
    .read-more-green:after, .read-more-blue:after {
        content:' \25bc';
        border-bottom: 1px solid #EBEBE7;
        padding-left: 10px;
    }
    .read-less-green:after, .read-less-blue:after {
        content: '\25b2';
        border-bottom: 1px solid #EBEBE7;
        padding-left: 10px;
    }
    .our-work-mobile-img{
        display: block;
        margin-bottom: 25px;
    }
    #pgc-43-0-1{
        display: none;
    }
    .panel-widget-style{
        width: 100%!important;
     }
    .site-footer {
        display: none;
    }
    .site-footer-mobile {
        display: block;
        text-align: center;
        padding: 20px 0;
    }
    .site-footer-mobile p{
        font-size: 12px;
    }
}
